@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html {
    xscroll-behavior: smooth;
    xscroll-snap-type: y proximity;
    /* Reserve space for header */
    xscroll-padding-top: 120px;
     font-family: 'Open Sans', sans-serif;
     font-size: 1rem;
    line-height: 1.3;

}



audio {
  max-width: 100%;
}

.customCaptions {
 text-align: center;
 background: black;
 color: white;
 padding: 4px;
 display: none;
}




  hr {
    content: "";
    clear: both;
  }

  .font-light {
    font-weight: 300;
  }
  
  .font-regular {
    font-weight: 400;
  }
  
  .font-heavy {
    font-weight: 700;
  }

  .bold {
      font-weight: bold;
  }
  .italic {
    font-style: italic;
  }
  
  /* POSITIONING */
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .imgcenter {
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img {
      max-width: 100%;
  }


  .video { 
      position: relative; 
      padding-bottom: 56.25%; 
      height: 0; 
      overflow: hidden; 
      max-width: 100%; 
      height: auto; 
      margin:auto;
    } 
    .video iframe, .video object, .video embed { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        border: none;
    }

    /* Update video, less responsive but allows placement of T&D in a row underneath */
    .video {
      position: relative;
      max-width: 100%;
      height: auto;
      margin: auto;
      padding-bottom: 0;
     }
     
     .video iframe, .video object, .video embed {
      position: relative;
      width: 100%;
      height:400px;
      border: none;
     }


    .back-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
      }

.content h3 {
    margin-bottom: 6px;
    margin-top: 6px;
}

section h2 {
    margin-top: 0;
    margin-bottom: 8px;
	color: #172455;
}

.skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
		background: white;
		color: black;
    }
    a.skip:active,
    a.skip:focus,
    a.skip:hover {
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

.skipnav {
        opacity: 0;
    }
    a.skipnav:active,
    a.skipnav:focus,
    a.skipnav:hover {
        opacity: 1;
    }
    
/* table */

.underline {
 border-bottom: 1px solid #000;
}
.doubleUnderline{
  border-bottom: 1px double black;
}

.table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
  }
  .table col1 {
   width: 50%;
  }
  
  .table td, .table th {
    border: 1px solid #18385F;
    padding: 8px;
  }
  
  .table tr:nth-child(even){background-color: #DCE6F2;}
  
  .table tr:hover {background-color: #eeeeee;}
  
  .table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2E507A;
    color: white;
  }

/* Lists */
ul, ol {
 line-height: 150%;
 
}
li {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

/* select quiz */
.selectquiz img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
    position: relative;
    left: -24px;
}

.selectquiz select {
        font-size: 0.9rem;
        line-height: 1.1;
}
  
.selectRow {
 display: flex;
 align-items: center;
 margin-top: 24px;
 background: #2E507A;
 color: white;
 border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-left: 20px;
    height: 42px;
}

.selectquiz select {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Form/quiz elements */
.quiz legend {
    font-weight: bold;
    margin-bottom: 1em;
}

.button {
    background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
    border-radius: 0.25rem;
    color: #616161;
    display: inline-block;
    font: inherit;
    margin: 0.5rem 0.25rem;
    overflow: visible;
    padding: 0.25rem 1rem;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
}

.button:hover {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #484848;
    text-decoration: none;
}


.button.-primary {
    background-color: #0074d9;
    border-color: #0074d9;
    color: #fff;
}

.button.-primary:hover {
    background-color: #0059a6;
    border-color: #0059a6;
}



/* Marked text */
mark {
    color: #861388;
    font-weight: bold;
    background-color: unset;
    background-color: transparent;
}

.note mark {
  color: yellow;
}

/* notebar 6-6 */
.noteBar {
  background: #254061;
  color: white;
  padding: 16px;
  border: 2px solid #385D8A;
  padding-left: 4px;
  padding-right: 28px;
  border-radius: 16px;
  width: fit-content;
  position: relative;
  left: 48px;
}

.noteBar span {
  color: #FFe000;
  text-decoration: underline;
}

.noteBar img {
 float: left;
 position: relative;
 left: -30px;
 top: -30px;
}

.content h4 {
  font-size: 16px;
}

/* Details/summary for CAS Clauses */
.clausesSummary summary {
  cursor: pointer;
  padding: 12px;
}
.clausesSummary details {
  border-bottom: 1px dotted #818181;
}
.clausesSummary .clauseHeading {
  color: white;
  padding: 8px;
  background: #285380;
}
/* Details/summary for 6-4 */

.Summary6-4 summary {
 background: #FDBF00;
 color: black;
 font-weight: bold;
 padding: 12px;
 width: 50%;
 margin-bottom: 4px;
 cursor: pointer;
}


/* Details/summary sec4.2 */
.casSummary summary {
 background: white;
 padding: 12px;
 border-radius: 16px;
 border: 2px solid #385D8A;
 width: fit-content;
 margin: auto;
 cursor: pointer;
}
.casDetails {
  width: 100%;
  text-align: left;
}



/* Details/summary in OL */
.detailsList li {
 padding: 10px;
 background: #F2F2F2;
 border-radius: 8px;
 border: 1px solid black;
 cursor: pointer;
}

.detailsList .clear {
  background: transparent;
  border: none;
  cursor: auto;
}


/* Grid */

  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
    box-sizing: border-box;
  }
  
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  


.gradient {
    background: rgb(85,142,213);
background: linear-gradient(180deg, rgba(85,142,213,1) 0%, rgba(37,64,97,1) 100%);
}
.gradient h3 {
    color: white;
}

#main {
  margin-bottom: 250px;
}

.button1 {
  border-radius: 32px;
  width: 90px;
  height: 22px;
  color: white;
  background-color: #0059a6;
  padding: 8px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.sideCol {
  border-left: 15px solid #4F81BD;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.33);
}

.sideCol2 {
  border-left: 40px solid #4F81BD;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.33);
}

.circleBase {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #385375;
  border: 9px solid #82A8DC;
}

.circleWorker {
  display: block;
    border-radius: 200px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 8px solid #223B5A;
}
.contracts {
  width: 110px;
  position: relative;
  top: -28px;
  left: -4px;
}

.speechPanel, .speechPanelP {
    margin-top: 100px;
    background: #fcfcfc; 
    color: #000000; 
    padding: 24px;
    border-radius: 8px; 
    border: 2px solid #a6a6a6;
    margin-bottom: 32px;
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
}
.speechPanel p {
    xmargin: 0;
}

.speechPos1 {
    position: absolute;
    transform: translate(250px, -500px);
    z-index: 10;
}
.speechArrow {
    position: absolute;
    transform: translate(-82px, -20px);
    z-index: 20;
}

.speechPanelTop {
    background: #fcfcfc; 
    color: #000000; 
    padding: 24px;
    border-radius: 8px; 
    border: 2px solid #a6a6a6;
    text-align: left;
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
}
.speechPanelTop p {
    margin: 0;
}

.speechArrowDown {
    position: absolute;
    transform: translate(0px, 8px);
    z-index: 20;
}


.endSection {
    max-height: 600px; 
    aspect-ratio: 16/9;
    margin: auto; 
}
.endSection h3 {
    color: white;
}
.endPanel {
    width: 33%;
    background: #000000; 
    color: white; 
    padding: 24px;
    border-radius: 8px; 
    border: 2px solid #dce6f2;
}
.endPanel h3 {
    color: #ffc000;
    margin-top: 0px;
}


.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

  .course-body{
        
        margin: 0;
        font-size:16px;
        font-family: Arial, sans-serif;
        background-color: #172455;
        line-height: 1.3;
    }
    .course-main-body{
        margin: 0 auto;
        width: 100%;
        padding-bottom:40px;
        
        
    }
    .ms-webpart-chrome-title{
        display:none;
    }
  
    .course-page h1{
        color: #172455;
        color: black;
        font-family: Arial, sans-serif; 
        font-size: 18px; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: 700; 
        line-height: 26.4px; 
        background-color: #e49118;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        display:table-cell;
        padding:10px 100px 10px 20px;
    }
    .course-instruction {
      text-align: center;
      border-radius: 6px;
      border: 1px solid #B2B2B2;
      box-shadow: 0px 3px 8px rgba(0,0,0,.25);
      background-color: #EFA03E;
      padding: 0px 10px 0px 10px;
      margin: 10px 40px 40px 40px;
      font-size:12px;
    }
    .column {
      float: left;
      width: 45%;
      padding: 15px;
    }
    .mantraColumn {
      float: right;
      width: 40%;
      padding: 15px;
      
    }
    .column h2{
        text-align:center;
        font-size: 22px;
        line-height: 1.4;
        color: #0072C6
    }
    h3{
     
        color: #172455;
    }
    /* Clear floats after image containers */
    .row::after {
      content: "";
      clear: both;
      display: table;
    }
    .course_container{
        padding:30px;
        box-shadow: 0px 3px 8px rgba(0,0,0,.25);
        border-style: solid;
        border-width: 1px;
        border-color: #B2B2B2;
        background-color: #ffffff;
        border-radius: 6px;
        margin: 10px 40px 30px 40px;
        overflow:auto;
        overflow:hidden;
    }
    .course_container img{
        margin-top:10px;
    }
    


    
    .left{
    float:left;
    width:50%;
    overflow:hidden;
    }
    .right{
    float:left;
    width:30%;
    overflow:hidden;
    } 
    .iframe{
        display:block;
    }
    
    
    #CT_centeredmenu ul {
        clear:left;
        float:left;
        list-style:none;
        margin:0;
        padding:0;
        position:relative;
        left:50%;
        text-align:center;
        
     }
     #CT_centeredmenu ul li {
        display:block;
        float:left;
        list-style:none;
        margin-top:0px;
        padding:0;
        position:relative;
        right:50%;
        
     }
     #CT_centeredmenu ul li a {
        display:block;
        margin:0 0 0 1px;
        padding:3px 20px;
        background:#fff;
        color:#000;
        text-decoration:none;
        
        text-align: center;
     }
     #topbar{
        width:100%;
        border-bottom: 5px solid #e49118;

        margin: 0 auto;
       
     }
     #topbar h1{
       
        text-align: center;
        color: #FFF;
        font-family: Arial Narrow, Arial, sans-serif; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: 700; 
        line-height: 30.4px; 
        padding: 32px;
        padding-bottom:0;
     }
     #dcmaSeal{
        display: block;
        position: absolute;
        margin: 0px;
     }
     #dauLogo{
        display: block;
        position: absolute;
        float: right;
        margin-top: 30px;
        margin-left: 80%;
     }
     
     #globalnav {
           position:relative;
           float:left;
           width:100%;
           padding:105px 0 0 0;
           margin:10px;
           list-style:none;
           line-height:1em;
           font-size:14px;
       }
       
       #globalnav LI {
           float:left; 
           margin:10px 0 0 0;
           padding:0;
       }
       
       #globalnav A {
           display:inline;
           
           color:#172455;
           text-decoration:none;
           font-weight:bold;
           background-color: transparent;
           margin:0;
           padding:3px 5px 5px 5px;
           
       }
       
      
       
       #globalnav A.here:link,
       #globalnav A.here:visited {
           position:relative;
           z-index:102;
       }
       .badgeList{
            list-style:none;
            
       }
       
       .badgeList li{
            vertical-align: middle
       }
       
       .MC_Container{
        background-color:#fff;
        color:#000;
        margin:20px;
        padding:18px;
        width:90%;
        text-align:left;
        border:2px solid #172455;
        outline:none;
        border-radius: 6px;
        font-family:Verdana, Geneva, sans-serif;
        font-size:20px;
    }
    .feedback{
        display: none;
    }
    label {
        display: block;
        margin-right: 6px;
    }
    input {
        float: left;
        margin-left: -10px;
        margin-right: 7px;
    }
    fieldset {
        border:0 none;
    }
    

    
    legend{
        width:100%;
    }
    
/* Crossword */
summary {
  cursor: pointer;
}

.puzzle {
  border-collapse: collapse;
  margin: auto;
 }

 .puzzle caption {
   margin-bottom: 10px;
 }

 #sec9-1 input {
   margin-left: 0;
 }

 .seperator {
  border-bottom: 1px dotted #818181;
 }
 
 .puzzle caption span {
  display: none;
  }
 
 .puzzle td {
  background: black;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  }
  
 .puzzle tr .cWhite {
  background: white;
  color: black;
  border: 1px solid black;
 }
 
 .puzzle tr .cGrey {
  background: #d0d0d0;
  color: black;
  border: 1px solid black;
 }
 
 .puzzle tr .cBlack {
  background: white;
  color: black;
  border: none;
 }
 
 .puzzle tr .cNum {
  background: #8A3331;
  color: white;
  border: 1px solid black;
 }
 

    /* Navigation */
    .topnav {
        overflow: hidden;
        background-color: #333;
      }
      
      .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
      }
      
      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      
      .topnav a.active {
        background-color: #e49118;
        color: black;
      }
      
      .topnav .icon {
        display: none;
      }

      
      
      @media screen and (max-width: 600px) {
        .topnav a:not(:first-child) {display: none;}
        .topnav a.icon {
          float: right;
          display: block;
        }
      }
      
      @media screen and (max-width: 600px) {
        .topnav.responsive {position: relative;}
        .topnav.responsive .icon {
          position: absolute;
          right: 0;
          top: 0;
        }
        .topnav.responsive a {
          float: none;
          display: block;
          text-align: left;
        }
      }
      
      .link, .toplink, .toplinkClosed {
       height: 16px;
       padding: 4px;
       margin-left: 16px;
       text-decoration: none;
       color: white;
       display: table;
       }
       
       .toplink, .toplinkClosed {
        margin-left: 0;
        margin-top: 0px;
		padding: 2px;
       }

       .toplink:before {
        content: "▼";
        color: white;
        margin-right: 4px;
        font-size: 10px;
      }

      .toplinkClosed:before {
        content: "▶";
        color: white;
        margin-right: 4px;
        font-size: 10px;
      }
      

       
       .active {
background: #e49118;
color: black;

border-radius: 6px;
}


/* arrow list */

.arrowList li {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 12px;
    border: 1px solid #18385F;
    padding: 8px;
}

.arrowList .reverse {
    background:#18385F;
  
}






/* TABS */


/* hide content */
.tabbed .content {
  float  : right;
  width  : 100%;
  box-sizing: border-box;
  background: green;
  order: 99;
  display: none;
  border: #a0a0a0 solid 1px;
  }
  
  /* show checked content */
  
  
  /* show labels in a row */
  .tabbedButton {
  display: inline-block;
  background-color: #c7c7c7;
  cursor: pointer;
  user-select: none;
  border-radius: 0px 16px 0px 0px; 
  border: 1px solid #a0a0a0;
  }
  
  .tabColor1 {
      border-left: 15px solid #009ED8 !important;
    }
    .tabColor2 {
      border-left: 15px solid #83B7C6 !important;
    }
    .tabColor3 {
      border-left: 15px solid #8BA750 !important;
    }
    .tabColor4 {
      border-left: 15px solid #E1AB80 !important;
    }
    .tabColor5 {
      border-left: 15px solid #E60000 !important;
    }
    .tabColor6 {
      border-left: 15px solid #9F8FB1 !important;
    }
  
  /* Styling */
  
  .upper {
  text-transform: uppercase;
  }
  
  
  .tabbed {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Open Sans', sans-serif;
  }
  
  .tabbed label {
  background-color: #d7d7d7;
  color: #000000;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  }
  
  .tabbedButton {
  background-color: #ffffff;
  border-bottom: 2px solid #172455;
  color: #172455;
  z-index: 200;
  border: 1px solid #a0a0a0;
  
      background-color: #d7d7d7;
      color: #000000;
      font-weight: 500;
      padding: 0.5rem 1.5rem;
    
        display: inline-block;
      background-color: #e7e7e7;
      cursor: pointer;
      user-select: none;
      border-radius: 0px 16px 0px 0px;
      border: 1px solid #a0a0a0;
    
  }
  
  .tabbed .content {
  border-top: 1px solid #c7c7c7;
  display: none;
  padding: 1.5rem;
  padding-top: 0.5rem;
  background-color: #ffffff;
  margin-top: -1px;
  
      margin-right: 6px;
    
  }
  
  .tabbed > input[type="radio"]:focus-visible + label {
  outline: 2px dashed #484848;
  outline-offset: -2px;
  }
  


/* alerts */
.alert {
    margin-bottom: 1rem;
  }
  .alert > .content {
    background-color: #c7c7c7;
    border-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
  }
  
  
  .alert.-success > .content {
    background-color: #00ba00;
    border: 2px solid #00ba00;
    color: #000000;
  }
  
  .alert.-warning > .content {
    background-color: #ffcc1a;
    border: 2px solid #ffcc1a;
    color: #000000;
  }

  .alert.-danger > .content {
    background-color: #a60000;
    border: 2px solid #a60000;
    color: #ffffff;
  }
  
  .alert.-fixed {
    bottom: 0;
    height: fit-content;
    left: 12px;
    right: 12px;
  
    position: absolute;
  }







#timeline-content {
margin-top: 50px;
text-align: center;
}
/* Timeline */
.timeline {
border-left: 4px solid #172455;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.8);
color: black;
margin: 50px auto;
letter-spacing: 0.5px;
position: relative;
line-height: 1.4em;
padding: 50px;
list-style: none;
text-align: left;
font-weight: 100;
max-width: 90%;
}
.timeline h1 {
letter-spacing: 1.5px;
font-weight: 100;
font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
letter-spacing: 1.5px;
font-weight: 400;
font-size: 1.4em;
}
.timeline .event {
border-bottom: 1px dashed rgba(0,0,0, 0.5);
padding-bottom: 25px;
margin-bottom: 50px;
position: relative;
}
.timeline .event:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.timeline .event:before,
.timeline .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline .event:before {
left: -32px;
top: 0px;
color: rgba(0, 0, 0, 1);
content: attr(data-date);
text-align: left;
font-weight: 300;
font-size: 1em;
min-width: 120px;
letter-spacing: 1.5px;
font-weight: 600;
font-size: 1.4em;
}
.timeline .event:after {
box-shadow: 0 0 0 4px #172455;
left: -57.85px;
background: #313534;
background: white;
border-radius: 50%;
height: 11px;
width: 11px;
content: "";
top: 5px;
}

.imgOutline {

outline: 8px solid #376092;
box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.7);

}

.filterShadow {
    filter: drop-shadow(4px 4px 6px black);
}

.note {
  border-radius: 24px;
  color:white;
  padding: 24px;
  background-color: #254061;
  position: relative;
  margin-left: 32px;
  padding-left: 85px;
}
.note img {
  position: absolute;
  top: -22px;
  left: -46px;
}
.note button {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;

  color: yellow;
}

.note a {
  color: yellow;
}
.note a:visited {
  color: yellow;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 0.5em;
  border: 1px solid #999;
}
table th {
  text-align: left;
  background-color: #AEBCD4;
}
th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}
tr:nth-child(odd) {
background-color: #f2f2f2;
}
table caption {
  text-align: left;
}

#s5-p3-tab0-table1 td, #s5-p3-tab1-table1 td, #s5-p3-tab2-table1 td {
  text-align: center;
}

#l4-s5-table2 tr td:nth-child(2), #l4-s5-table2 th:nth-child(2) {
  text-align: right;
}

#l1-s3-p8-table tr td, #l1-s3-p8-table th {
  text-align: right;
}


 #table17 tr td:nth-child(2) {
  text-align: right;
}
#table17 th:nth-child(2) {
  text-align: right;
 }

.tableCenter th, .tableCenter2 th {
	text-align: center;
}
.tableCenter tr td, .tableCenter2 tr td {
	text-align: center;
}
.tableCenter tr td:nth-child(1) {
  text-align: left;
 }
 
 .tableRight tr td {
	text-align: right;
}
.tableRight tr td:nth-child(1) {
  text-align: left;
 }

 .wrappedDollar {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;

 }

 .wrappedDollar .lbl {
   position: relative;
   max-width: 250px;
   border-radius: 24px;
   padding: 18px;
   padding-top:6px;
   padding-bottom:6px;
   background: white;
   color: black;
   border: 4px solid #385D8A;
   top: -50px;
   font-size: 16px;
 }

#l2-s3-p8-table1 {
  margin-left: auto;
  margin-right: auto;
 }

 .detailsQa summary {
   color: white;
   background: #1F5384;
   padding: 10px;
   width: calc(100% - 120px);
   outline: 3px solid #dddddd;
 }

 .detailsQa summary:focus {
  color: white;
  background: #1F5384;
  padding: 10px;
  width: calc(100% - 120px);
  outline: 3px solid red;
}

.summaryExercise {
  margin-bottom: 32px;
}

.summaryExercise summary {
  font-weight: bold;
}



.button1 {
  outline: 1px solid white;
}

.button1:focus {
	outline: 2px solid yellow;
}



@media (max-width: 800px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 100%; }
.speechArrow, .speechArrowDown {
    display:none;
}
.flexCenter {
	display: block;
}
.noteBar {
	left:0px;
}
}