@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;
}


body{
    font-family: "Quicksand", sans-serif;
    margin: 0;
    height:100%;
    background: rgb(20,56,127);
}
#header, #headerMobile{
    background: rgb(20,56,127);
    width: 100%;
    cursor: pointer;
}
#headerLogoMobile{
    width: 40%;
    max-width: 220px;
}
#headerLogo{
    width: 100%;
    max-width: 220px;
}
#header{
    display: flex;
    align-items: center;
}
@media all and (max-width: 900px) {
    #header{
        display:none;
    }
}
@media all and (min-width: 901px) {
    #headerMobile{
        display:none;
    }
}
footer{
    margin-top:20px;
    background:rgb(20,56,127);
    color:white;
    height:50px;
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#shader{
    display:none;
    position: fixed;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    background: #000;
    opacity: 0.5;
    z-index:99;
}

.btn{
    background: rgb(20,56,127);
    color: white;
}
.btn:hover{
    color: rgb(99,195,209);
}
.socialIcon{
    background: rgb(20,56,127);
    border-radius: 50%;
    padding: 5px;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    width: 75px;
    height: 75px;
    font-size: 2em;
    display: table-cell;
    overflow: hidden;
    vertical-align:middle;
    margin-top:20px;
}
.socialIcon:hover{
    opacity: 1;
}
#closePosterDetail{
    position:absolute;
    top:10px;
    right:20px;
    font-size:50px;
    cursor: pointer;
    color: rgb(20,56,127);
    opacity: 0.6;
}
#closePosterDetail:hover{
    opacity: 1;
}
.circleTop{
    width:30px;
    height:30px;
    background:#fff;
    border-radius:50%;
    color:rgb(20,56,127);
    text-align:center;
    padding:0px;
    margin:0 auto;
    margin-top:10px;
    display: inline-block;
    margin-right:5px;
    margin-left:5px;
    font-size:22px;
    font-weight:bold;
}
    #registrationForm{
    padding: 25px;
    background: #ededed;
    border-radius:25px;
}

.hidden{
    display: none;
}

#wrapper{
    width: 90%;
    max-width: 1280px; 
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 50px;
    position: relative;
    margin-bottom: 100px;
}
.sd-btn--action{
    background-color: rgba(20,56,127,0.8);
}
.sd-btn--action:hover{
    background-color: rgba(20,56,127,1);
}
#logo{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 180px;
}
p{
    font-size: 24px;
    text-align: left;
}

@media only screen and (max-width: 1050px) {
    .section-header{
        padding-top: 50px;
    }
    #logo{
        width: 130px;
    }
    #wrapper{
        padding: 15px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 750px) {
    p{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #wrapper{
        padding: 8px;
        padding-top: 40px;

    }
    
}
@media only screen and (max-width: 850px) {
    .sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text{
        display: none;
    }
}
.sd-body .sd-body__page{
    min-width: auto;
}
#pWrapper{
    max-width: 1200px;
    margin: 0 auto;
}

.sd-btn--action:hover{
    background: rgb(231,51,49)!important;
}