﻿/* --- Montserrat (variable) --- */
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900; /* supports the full range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Italic"), url("/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* (Optional) Source Sans 3 (variable) */
@font-face {
    font-family: "Source Sans 3";
    src: local("Source Sans 3"), url("/fonts/SourceSans3-VariableFont_wght.ttf") format("truetype");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: local("Source Sans 3 Italic"), url("/fonts/SourceSans3-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}

/*--------------- Reset --------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label, input, textarea, select, button,
caption, thead {
    border: none;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
}

address, cite, code, em, strong {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=radio] {
    margin-right: 5px;
}
#otherMeetingTypeInputBox,
input[type=text], textarea, select, button {
    display: block;
}

input, textarea, select, button {
    resize: none;
}

    input[type=checkbox] {
        margin-right: 5px;
    }

img {
    display: block;
    max-width: 100%;
}

html {
    height: 100%;
}






/*--------------- BASIC STYLE --------------- */

body, html {
    font-family: var(--font-sans);
    font-optical-sizing: auto; /* for variable fonts */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #15262e;
    line-height: 24px;
}

.cb {
    clear: both;
}

a {
    text-decoration: underline;
    color: #460daf;
}

    a:hover {
       color: #180d4b;
    }

    a img {
        border: none;
    }


em {
    font-style: italic;
    font-weight: 400;
}

h1, h2, h3 {
    font-weight: 500;
    text-align: left;
}

h1 {
    font-size: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}





section {
    clear: both;
}

    section.copy .wrapper,
    section.data-portal .wrapper {
        padding: 155px 0;
    }

        section.copy .wrapper p {
            margin-top: 20px;
        }

            section.copy .wrapper p:first-child {
                margin-top: 0;
            }

    section.list .wrapper {
        padding: 78px 0;
    }

        section.list .wrapper h2 {
            margin-bottom: 0;
        }

        section.list .wrapper .sub-title {
            color: #b3b3b3;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 2px;
            margin-bottom: 50px;
        }

a.cta,
button.cta,
input.cta {
    background: #24a5f4;
    height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 44px;
    margin-top: 18px;
    padding: 0 28px;
    cursor: pointer;
}

.cta span {
    display: inline-block;
    padding-right: 25px;
    width: auto;
    min-width: 50px;
}

/*--------------- HEADER STYLE --------------- */

.wrapper {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 97%;
}

/* --- Header/banner --- */
.header {
    background-image: url('/img/2326_IVD Orlando_Email signature_834x188px.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* keep full image visible */
    height: clamp(140px, 12vw, 260px); /* responsive height */
    background-color: #fff;
    border-radius: var(--corner-radius-x3); /* new brand rounded corners */
    overflow: hidden; /* clip inner corners cleanly */
    box-shadow: 0 2px 16px rgba(0,0,0,.06); /* optional, on-brand soft shadow */
    margin: 16px auto; /* give it some breathing room */
    max-width: 1040px; /* align with .wrapper width */
}

    /* If you want the title to sit below the image, not vertically centered */
    .header .title-wrapper {
        text-align: center;
        text-shadow: 2px 2px 85px #000000;
        margin: 0 auto;
        padding-top: 12px; /* give the text some breathing room below the banner */
        line-height: 1.2;
    }


@media (min-width: 420px) {
    .site-header__logo--infor {
        width: 190px;
        height: 45px
    }
}

@media (min-width: 1601px) {
    .site-header__logo--infor {
        width: 217px;
        height: 51px
    }
}

@media (min-width: 420px) {
    .site-header__logo--infor {
        margin-top: 30px
    }
}

@media (min-width: 601px) {
    .site-header__logo--infor {
        margin-top: 35px
    }
}

@media (min-width: 960px) {
    .site-header__logo--infor {
        margin-top: 45px
    }
}

.header .head-wrapper img {
    padding-top: 30px;
    /* padding-left: 20px; */
}

    .header .title-wrapper {
        clear: both;
        line-height: 50px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        text-shadow: 2px 2px 85px #000000;
    }

        .header .title-wrapper .title {
            font-size: 45px;
            font-weight: bold;
            margin-top: 42px;
        }

        .header .title-wrapper .sub-title {
            font-size: 24px;
            margin-top: 30px;
            letter-spacing: 6px;
            text-transform: uppercase;
        }

/*--------------- DATA PORTAL STYLE --------------------- */


.data-portal h2,
.data-portal h3 {
    text-align: center;
    text-transform: uppercase;
}

.data-portal .data-portal h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.data-portal h3 {
    font-size: 24px;
    color: #b3b3b3;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 30px;
    margin-bottom: 130px;
}

.data-portal .half-block {
    width: 50%;
    float: left;
}

    .data-portal .half-block .title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
    }

/*--------------- DATA PORTAL/EMP LOGIN STYLE --------------------- */

.data-portal.emp-login h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.data-portal.emp-login h3 {
    margin-bottom: 90px;
}

/*--------------- DATA PORTAL/LOGIN STYLE --------------------- */

.data-portal.login .wrapper {
    padding: 75px 0;
}

.data-portal.login .half-block {
    max-width: 288px;
}

    .data-portal.login .half-block .title {
        text-align: left;
        padding-bottom: 20px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .data-portal.login .half-block .field {
        margin: 20px 0 0;
        width: 100%;
    }

    .data-portal.login .half-block label {
        font-size: 14px;
    }


.data-portal.login input {
    outline: none;
    outline-color: transparent;
    border: #dbdbdb solid 1px;
    width: 90%;
    height: 28px;
}


    .data-portal.login input[type='checkbox'],
    .data-portal.login input.checkbox {
        width: auto;
        height: auto;
        border: none;
        float: left;
        margin: 4px 10px 0 0;
    }

.data-portal.login .cta {
    max-width: 160px;
    text-align: left;
    height: 42px;
}

/*--------------- BODY STYLE --------------------- */
#mainInnerWrapper {
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

#left_section, #right_section {
    float: left;
    display: inline;
}

#left_section {
    width: 25%;
    padding-top: 50px;
}

#right_section {
    width: 68%;
    padding-top: 50px;
}

#throbberDiv {
    display: inline;
    position: fixed;
    border: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4C4242;
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
    /*filter: alpha(opacity=50);*/ /* IE lt 8 */
    /*-ms-filter: "alpha(opacity=50)";*/ /* IE 8 */
    /*-khtml-opacity: .50;*/ /* Safari 1.x */
    /*-moz-opacity: .50;*/ /* FF lt 1.5, Netscape */
    z-index: 100;
}

.throbberImg {
    /*  background: #A6A1A1;*/
    display: inline;
    position: fixed;
    border: none;
    top: 50%;
    left: 50%;
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
    /*filter: alpha(opacity=50);*/ /* IE lt 8 */
    /*-ms-filter: "alpha(opacity=50)";*/ /* IE 8 */
    /*-khtml-opacity: .50;*/ /* Safari 1.x */
    /*-moz-opacity: .50;*/ /* FF lt 1.5, Netscape */
    z-index: 101;
}

div.hidden {
    display: none;
}

#searchWrapper {
    height: 30px;
    margin-bottom: 20px;
}

div.searchResult h1 {
    font-size: 18px;
    color: #13a3f7;
    line-height: 22px;
}

div.searchResult {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    min-height: 115px;
    padding-top: 15px;
    padding-bottom: 20px;
}

    div.searchResult h1 {
        width: 90%;
    }

div.resultBody {
    width: 90%;
    margin-top: 20px;
}

a.pdfIconLink,
.pdfIconLink,
.pdfIconLink img {
    float: right;
    display: inline;
    vertical-align: top !important;
}

td.lastCell {
    width: 0px;
    float: right;
    display: inline;
    vertical-align: top !important;
}

div.searchResultLeft {
    width: 600px;
    display: inline;
}

div.searchResultRight {
    display: inline;
    float: right;
    width: 60px;
}

div.resultAbstract {
    margin-bottom: 25px;
    padding-left: 20px;
}

#right_section input,
#left_section input {
    display: inline;
}

#left_section .checkBox {
    display: block;
}

.filterHeader {
    display: block;
    font-weight: 800;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.filtersDiv {
}

.sessionDetailsLink {
    color: #13a3f7;
    font-size: 13px;
    cursor: pointer;
    margin-right: 20px;
}

    .sessionDetailsLink:hover {
        text-decoration: underline;
    }

.sessionTypeLabel {
    font-size: 13px;
}

.filterHeaderOpen,
.filterHeaderClosed {
    display: block;
    padding-left: 15px;
}

.filterHeaderClosed {
    background-image: url('/img/arrow-right.jpg');
    background-repeat: no-repeat;
    background-position: 0px;
}

.filterHeaderOpen {
    background-image: url('/img/arrow-down.jpg');
    background-repeat: no-repeat;
    background-position: 0px;
}

a.filterHeaderOpen,
a.filterHeaderClosed {
    display: block !important;
    color: #15262e !important;
    text-decoration: none !important;
    font-weight: bold;
}

table.admin {
    margin-left: auto;
    margin-right: auto;
    min-width: 650px;
    margin-top: 20px;
}

.adminHeader {
    font-weight: bold;
}

input.adminButton {
    float: right;
}


table.admin th {
    padding-bottom: 20px;
}

table.admin td {
    padding-bottom: 10px;
}


.filtersDiv {
    height: 250px;
    overflow-y: scroll;
}

.checkBox label {
    margin-left: 5px;
}


#ContentPlaceHolder1_SearchButton {
    z-index: 1;
}

.searchResult a {
    text-decoration: none;
}

#right_section {
    padding-left: 20px;
}

h1.sectionHeader {
    font-size: 34px;
    font-weight: 800;
    color: #15262e;
    letter-spacing: -0.8px;
    line-height: 34px;
}

.sessionDetailsLink {
    padding-left: 20px;
}

.sessionTypeLabel {
    padding-left: 100px;
}

.forgotPasswordBody {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

    .forgotPasswordBody input {
        border: 1px solid #dbdbdb;
        margin: 10px;
    }

#sessionDetails strong {
    font-size: 20px;
    font-weight: 600;
    color: #13a3f7;
}
#otherMeetingTypeInputBox,
input[type=text] {
    background: white;
    border: 1px solid #B3B3B3;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}

textarea {
    border: 1px solid #B3B3B3;
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

select {
    border: 1px solid #B3B3B3;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.threeTextBoxes {
    margin-bottom: 20px;
}

    div.threeTextBoxes input[type=text] {
        width: 50px;
        display: inline;
    }

    div.threeTextBoxes select {
        display: inline;
        margin-left: 20px;
    }

.thankYouMessage {
    font-size: 28px;
}

.fieldColumnLayout:after {
    content: "";
    display: table;
    clear: both;
}
.fieldColumn1,
.fieldColumn2 {
    float: left;
    padding-bottom: 10px;
}

.fieldColumn1 {
    width: 26%;
    font-weight: 600;
    min-width: 270px;
}

.fieldColumn2 {
    width: 60%;
    padding-left: 10px;
}
#otherMeetingTypeInputBox,
.fieldColumn2 input[type=text] {
    width: 40%;
}

    .fieldColumn2 .checkBoxWithTextBox input {
        display: inline;
    }

        .fieldColumn2 .checkBoxWithTextBox input[type=text] {
            width: 150px;
            margin-bottom: 10px;
        }

.selectionCallout {
    color: orange;
    font-weight: 500;
}

.checkBoxWithTextBox {
    margin-top: 5px;
}


.column1,
.column3 {
    width: 20%;
    padding: 10px;
}

.column2,
.column4 {
    width: 30%;
}

#pagingControls a {
    text-decoration: none;
    border: none;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    color: #000000;
    border: 2px solid #f2f2f2;
}

    #pagingControls a:hover {
        border: 2px solid #b9b9b9;
        background-color: #b9b9b9;
    }

#pagingControls span {
    text-decoration: none;
    border: 2px solid #13a3f7;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    color: #FFFFFF;
    background-color: #13a3f7;
}

#resultsCountSpan {
    padding-left: 0px;
}

#pleaseNote {
    margin-bottom: 10px;
}


input.searchBox {
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    height: 29px;
    font-size: 14px;
    width: 188px;
    position: relative;
    top: -7px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input.searchButton {
    width: 30px;
    height: 30px;
    background-image: url('/assets/magnifying glass.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #13a3f7;
    cursor: pointer;
    position: relative;
    left: -4px;
    top: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

span.checkBox input,
input#ContentPlaceHolder1_ShowOnlySessionsWithDocuments {
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    input.searchButton {
        /*    top: -10px;
        height: 31px;*/
    }
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    input.searchButton {
        top: -13px;
    }
}*/

#no-script-detect {
    background-color: yellow !important;
    position: absolute;
    top: 50%;
    left: 2%;
    border: 1px solid orange;
    font-size: 40px;
    line-height: 45px;
    padding: 20px;
    font-weight: 400;
    color: black;
}

#documentCheckBox {
    display: block;
    font-size: 14px;
}

    #documentCheckBox label {
        padding-left: 5px;
    }

#messagePanel {
    margin: 10px;
}

#adminPageDiv {
    min-width: 650px;
    width: 0%;
    margin-left: auto;
    margin-right: auto;
}

#ContentPlaceHolder1_ExportToExcelButton {
    padding: 5px;
    margin-top: 15px;
    border: 1px solid black;
    cursor: pointer;
}

#sessionDetails {
    margin-top: 50px;
}

    #sessionDetails h1 {
        color: #15262e;
        font-size: 34px;
        font-weight: 800;
        padding-bottom: 0px;
        line-height: 34px;
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }

    #sessionDetails h2 {
        color: #15262e;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-bottom: 50px;
    }

#detailsLeftSection,
#detailsRightSection {
    display: inline;
    float: left;
    width: 45%;
}

#detailsLeftSection {
    margin-right: 60px;
}

    #detailsLeftSection span {
        color: #15262e;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
    }

    #detailsLeftSection a {
        color: #12a2f6;
        font-size: 16px;
        display: block;
        margin-top: 28px;
        letter-spacing: 0px;
        line-height: 22px;
        background-color: white;
        height: 40px;
        padding-top: 16px;
        padding-left: 40px;
        background-image: url('/assets/document.png');
        background-repeat: no-repeat;
        background-position: 15px 19px;
        font-weight: 500;
        text-decoration: none;
    }

#rightSectionColumn1 li {
    float: left;
    width: 100%;
}


#rightSectionColumn1 div {
    display: inline;
    width: 150px;
    font-weight: 800;
    float: left;
    margin-bottom: 20px;
    color: #15262e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    width: 50%;
}

#rightSectionColumn1 span {
    float: left;
    margin-bottom: 20px;
    color: #15262e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    width: 50%;
}

#pagingControls {
    float: left;
    display: inline;
    padding-top: 20px;
    margin-bottom: 20px;
}

#resultsCountSpan {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}



@media all and (max-width:935px) {

    #left_section {
        width: 30%;
    }

    #right_section {
        width: 60%;
    }
}

@media all and (max-width:799px) {

    .sessionDetailsLink,
    div.resultAbstract {
        padding-left: 0px;
    }

    .searchResult,
    a.resultHeader,
    .resultBody,
    .sessionDetailsLink,
    .sessionTypeLabel {
        float: left;
        display: inline;
    }

    a.resultHeader {
        width: 90%;
    }

    #resultsCountSpan {
        font-size: 14px;
        line-height: 16px;
    }

    h1.sectionHeader {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 16px;
    }

    .wrapper,
    #mainInnerWrapper {
        width: 95%;
    }

    #left_section, #right_section {
        display: block;
        float: left;
    }

    #right_section {
        width: 90%;
        margin-left: 0px;
        padding-top: 30px;
        padding-left: 0px;
    }

    #pleaseNote {
        margin-bottom: 0px;
    }

    div.resultBody {
        width: 90%;
    }

    div.searchResult h1 {
        width: 100%;
    }

    div.searchResult {
        width: 100%;
    }

    #sessionDetails {
        margin-top: 30px;
    }

        #sessionDetails h2 {
            margin-bottom: 30px;
        }

    #detailsLeftSection {
        width: 100%;
    }

        #detailsLeftSection span {
        }

        #detailsLeftSection a {
            margin-top: 18px;
        }


    #detailsRightSection {
        width: 100%;
        max-width: 500px;
    }

    #left_section {
        width: 90%;
        padding-top: 18px;
        min-width: 370px;
    }

    input.searchBox {
        width: 90%;
        margin-bottom: 22px;
    }

    #header {
        height: 80px;
        height: 320px;
    }

    .header .head-wrapper img {
       /*width: 170px;*/
        padding-top: 18px;
    }
}

@media all and (max-width:418px) {
    .wrapper,
    #mainInnerWrapper {
        width: 90%;
    }

    input.searchBox {
        width: 85%;
        margin-bottom: 16px;
    }

    #left_section {
        width: 100%;
        min-width: 0px;
    }

    #right_section {
        width: 100%;
        padding-left: 0px;
    }

    .sessionTypeLabel {
        padding-left: 0px;
    }

    div.resultBody {
        width: 99%;
    }
}

@media screen and (min-width:0\0) {
    input.searchButton {
        top: -6px;
    }
}

/*#legendCol2 {
    margin-right: 30px;
}*/


#highChartsContainer {
    height: 210px;
    margin: 0 auto;
}

.narrowContainer p.error-message {
    position: relative;
    top: 5px;
}

.mydiv {
    font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 50px;
}

/*.actions .tooltip .tooltip-close
{
  right: 30px;
}*/

.emailForm {
    min-width: 300px;
    width: 100%;
    height: 200px;
}

    .emailForm h1 {
        font-size: 14px;
        color: #595959;
        font-weight: 800;
        position: relative;
        top: 20px;
        left: 0px;
    }

    .emailForm input {
        position: relative;
        top: 35px;
        width: 80% !important;
        float: left !important;
    }

#emailSubmitButton {
    position: relative;
    float: right;
    top: 65px;
    left: 0px;
    padding: 0px;
    background-color: #13a3f7;
    color: #FFFFFF;
    padding: 10px 40px;
    cursor: pointer;
}

    #emailSubmitButton:hover {
        background: #0082d6;
        cursor: pointer;
    }

#report-content {
    display: none;
}

#saveThisImageButton {
    cursor: pointer;
}

#category0LegendItem {
    background-image: url(../../static/img/list-square-1.svg) !important;
    background-size: 15px 15px;
    margin-top: 0;
}

#category1LegendItem {
    background-image: url(../../static/img/list-square-2.svg) !important;
    background-size: 15px 15px;
}

#category2LegendItem {
    background-image: url(../../static/img/list-square-3.svg) !important;
    background-size: 15px 15px;
}

#category3LegendItem {
    background-image: url(../../static/img/list-square-4.svg) !important;
    background-size: 15px 15px;
}

#category4LegendItem {
    background-image: url(../../static/img/list-square-5.svg) !important;
    background-size: 15px 15px;
}

#category5LegendItem {
    background-image: url(../../static/img/list-square-6.svg) !important;
    background-size: 15px 15px;
}

.star-highlight {
    font-size: 18px;
}


@media (min-width: 648px) {
    #emailSubmitButton {
        top: 105px;
    }
}

@media (max-width: 769px) {
    .report .legend ul {
        margin-left: 0px;
    }
}


@media (min-width: 769px) {

    #highChartsContainer {
        height: 330px;
    }


    /*    .report .graph {
        padding: 25px 0;
    }

    .report .legend {
        margin-bottom: 50px;
    }*/

    .emailForm {
        width: 450px;
        height: 200px;
    }

        .emailForm input {
            position: relative;
            top: 35px;
            left: -5px;
            width: 400px !important;
        }

    #emailSubmitButton {
        position: relative;
        top: 41px;
        left: -7px;
        width: 130px;
        height: 40px;
        padding: 0px;
        background-color: #13a3f7;
        color: #FFFFFF;
        padding: 10px 40px;
        cursor: pointer;
        float: right;
    }
}

@media (max-width: 1215px) {
    #legendCol1 ul {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #legendCol2 ul {
        margin-left: 0px;
    }

    .report .legend {
        padding-top: 50px;
    }
}


/*@media (min-width: 1025px) {

    .report .graph {
        padding-left: 30px;
        width: 50%;
        height: 380px;
    }

    .report .legend {
        padding: 0 0;
        padding-left: 10px;
        width: 50%;

    }


}*/


/*@media (max-width: 1153px) {
    #legendCol2 {
        float: left;
        margin-top: 15px !important;
    }
}*/

/*@media (max-width: 1024px) {
    #legendCol1 {
        margin-top: 15px !important;
    }
}
    }

    .report .legend {
        padding-left: 10px;
        width: 50%;
    }


}*/


/*@media (max-width: 1153px) {
    #legendCol2 {
        float: left;
        margin-top: 15px !important;
    }
}*/

/*@media (max-width: 1024px) {
    #legendCol1 {
        margin-top: 15px !important;
    }
}*/

.innerHeader {
    font-weight: 400;
    font-size: 36px;
    text-align: right;
    line-height: 90px;
}

.adminDetailsView1 {
    margin-bottom: 40px;
}

    .adminDetailsView1 td {
        padding: 5px;
    }

    .adminDetailsView1 input[type=text] {
        width: auto;
    }

.requiredFieldTag
{
    color: red;
}

.customValidationSummary span {
    display: block !important;
}

#header > div > a {
    position: relative;
    top: 85px;
}

@media (max-width: 1542px) {
    #header > div > a {
        position: relative;
        top: 85px;
    }
}

#inforlogo {
    display: inline;
}

#inforlogotext {
    position: relative;
    top: -44px;
    left: 10px;
}

.site-header__logo {
    text-decoration: none;
    color: #26292c;
    font-size: 40px;
}

.fieldColumnLayout {
  
}
.valid.modified:not([type=checkbox]) {
    outline: none;
}


/* --- Orlando banner overrides --- */
#header.header {
    /* size/position */
    background-image: url('/img/2326_IVD Orlando_Email signature_834x188px.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* prevent cropping */
    height: clamp(160px, 12vw, 280px);
    max-width: 1040px; /* match your .wrapper */
    margin: 16px auto; /* center on page */
    padding: 0;
    /* the rounding */
    border-radius: 24px;
    overflow: hidden; /* clip the image to the radius */
    box-shadow: 0 2px 16px rgba(0,0,0,.06); /* gives contrast so corners are visible */
    /* keep brand background */
    background-color: #fff;
}

/* Optional: ensure inner wrapper doesn’t fight layout */
#header .head-wrapper.wrapper {
    padding: 0;
}

.site-banner {
    max-width: 1040px;
    margin: 16px auto;
}

.site-banner__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
}


/* ===== Montserrat self-hosted ===== */

/* Variable (if supported) */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Solid fallbacks (in case variable doesn’t load) */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global override — make sure this is LAST so it beats old rules */
html, body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-optical-sizing: auto;
    background: #fff;
}

/* Submit button brand override */
#SubmitButton.cta {
    background: #460daf !important;
    border: 1px solid #460daf !important;
    color: #fff !important;
    border-radius: .8rem;
    padding: 10px 24px;
    min-height: 44px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, border-color .15s ease, box-shadow .2s;
}

    #SubmitButton.cta:hover {
        background: #180d4b;
        border-color: #180d4b;
    }

    #SubmitButton.cta:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(70,13,175,.35);
    }

    #SubmitButton.cta:disabled {
        opacity: .55;
        cursor: not-allowed;
    }
