@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body{
    font-family: 'Quicksand', Arial,Helvetica,sans-serif;
}
h1,h2{
    text-align:center;
    color: rgb(20, 56, 127);
    padding-top: 15px;
    padding-bottom: 10px;
}
a {
    color: rgb(240,133,144);
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: rgb(231,51,49);
}


.page-wrapper {
    padding: 10%;
    padding-top: 50px;
    padding-bottom: 3%;
}
.firstcharacter {
    color: rgb(20, 56, 127);
    float: left;
    font-size: 55px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
p {
    font-size: 110%;
    text-align: justify;
}
.chart{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;

}

#logo{
    width: 150px;
    margin: 10px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index:999999;
}

.sections {
    display: flex;
    flex-wrap: wrap;
}
.one-third-col {
    flex: 1;
    margin: 0 1%;
}
@media (max-width: 767px) {
    .one-third-col {
        flex: 1 48%;
    }
    .sections > :nth-child(1) { order: 1; }
    .sections > :nth-child(2) { order: 3; }
    .sections > :nth-child(3) { order: 2; }
}
.terms, .notes {
    color: rgb(99, 195, 209);
    /*cursor: pointer;*/
    font-weight: bold;
}
.tooltipster-sidetip .tooltipster-box{
    background: rgb(20, 56, 127);
    font-size: 0.8em;
}
#navbar a{
    font-weight: normal;
}
.terms a{
    color: rgb(99, 195, 209);
    opacity: 0.7;
}
.terms a:hover{
    opacity: 1;
}
.notes a{
    color: rgb(99, 195, 209);
    opacity: 0.7;
}
.notes a:hover{
    opacity: 1;
}
.reference{
    color: rgb(69, 179, 132);
    opacity: 0.7;
    cursor: pointer;
}
.reference:hover{
    opacity: 1;
}
.referenceP{
    text-align: left;
}
.designTable{
    width: 100%;
    /*table-layout: fixed;*/
    color: rgb(20, 56, 127);
    margin-top: 0px;
    margin-bottom: 20px;
}
.designTable th{
    font-weight: 800;
    text-align: center;
    border: 1px solid rgb(20, 56, 127);
    border-top: 8px solid rgb(20, 56, 127);
}
.designTable td{
    text-align: center;
    border: 1px solid rgb(20, 56, 127);
}
.designTable tfoot td{
    font-weight: 800;
    text-align: center;
    border: 1px solid rgb(20, 56, 127);
    border-top: 8px solid rgb(20, 56, 127);
    border-bottom: 8px solid rgb(20, 56, 127);
}
.sort{
    opacity: 0.7;
    cursor: pointer;
    font-weight: bold;
}
.sort:hover{
    opacity: 1;
}
.thSub{
    font-size: 0.8em;
}
#pageContent{
    margin-bottom: 50px;
    font-size: 1.2em;
    font-weight: normal;
}
#pageContent a{
    font-weight: normal;
}

#footer{
    background: rgb(20, 56, 127);
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px;
}

#downloadPDF{
    opacity: 0.6;
    cursor: pointer;
    width: 60px;
}
#downloadPDF:hover{
    opacity: 1;
}
.tableExport{
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
}
.tableExportIcon{
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    background: rgb(20, 56, 127);
    color: white;
    font-weight: 600;
    display: inline-block;
}
.tableExportIcon:hover{
    background: rgb(99, 195, 209);
}
.tableLabel{
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding-top: 10px;
    color: rgb(20, 56, 127);
}
.imageThumb{
    width: 90%;
    margin: 0 auto;
    opacity: 0.8;
    cursor: pointer;
}
.imageThumb:hover{
    opacity: 1;
}
.imagesDiv{
    margin-top: 20px;
}
.imagesDiv div{
    text-align: center;
}
.imageLabel{
    width: 100%;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgb(20, 56, 127);
}
.lightboxOverlay{
    background: rgb(20, 56, 127);
    opacity: 0.9;
}
.lb-data{
    color: white;
}
.lb-caption{
    font-size: 16px ! important;
}
.imgLabel{
    color: rgb(135, 135, 135);
    font-style: italic;
    padding-bottom: 10px;
}
.subheading{
    font-weight: bold;
    color: rgb(20, 56, 127);
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 25px;
}
.tableOpener{
    color: rgb(20, 56, 127);
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
}
.tableOpener:hover{
    color: rgb(231,51,49);
}
.tableDIV{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: white;
    overflow-y: auto;
}
.tableCloser{
    font-size: 3em;
    cursor: pointer;
    opacity: 0.8;
    color: rgb(20, 56, 127);
}
.tableCloser:hover{
    opacity: 1;
}
.tablesorter-filter{
    width: 100%!important;
    min-width: 60px;
}
.tableLegend{
    font-size: 14px;
    text-align: left;
    color: rgb(20, 56, 127);
}
#navbar{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    background: rgb(20, 56, 127) ! important;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    z-index:9999999;
}
.burgermenu-left a:hover, .burgermenu-right a:hover{
    color: rgb(99, 195, 209);
}
#burgermenu-toggle{
    opacity: 0.5;
    color: white;
    font-size: 4em;
    cursor: pointer;
}
#burgermenu-toggle:hover{
    opacity: 1;
}
.burgermenu-sticky-head{
    color: rgb(255, 255, 255);
    background: rgb(20, 56, 127);   
}
.burgermenu-sticky-head a{
    fill: rgb(255, 255, 255); 
}
.burgermenu-panel{
    padding-top: 80px ! important;
    
    color: white;
}
.active a{
    font-weight: bold ! important;
}
.burgermenu-sticky-head {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
#contentHeading{
    color: white;
}
.contentSubOpener{
    vertical-align: top;
    padding-left: 10px;
}
.contentFirstTd{
    max-width: 350px;
}
.subOpener{
    cursor: pointer;
}
.contentTR{
    color: rgb(255,255,255);
    cursor: pointer;
}
.contentTR:hover{
    background: #2551a8;
    color: rgb(99, 195, 209);
}
.contentNumbTd{
    vertical-align:top;
}
.subContentNumb{
    padding-left: 15px;
}
.subFirstID{
    padding-left: 15px;
}
.sub{
    display: none;
}
.menuClose{
    font-size:45px;
    color:white;
    opacity: 0.75;
    cursor: pointer;
}
.menuClose:hover{
    opacity:1;
}
#mainHeaderHeading{
    font-size:3vh;
    color:white;
}
@media (max-width: 800px) {
    #mainHeaderHeading{
        font-size: 1.5em;
    }
}
#lightbox{
    z-index: 9999999;
}