/* input(825,31): Scanner error CSS1002: Unterminated string: ";
input(825,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found '";
'
input(4441,1): run-time error CSS1019: Unexpected token, found '<'
input(4441,12): run-time error CSS1031: Expected selector, found '='
input(4441,12): run-time error CSS1025: Expected comma or open brace, found '=' */

#survey {
    /*margin-left: 1em;*/
    min-height: 200px;
}




/* end bootstrap*/


/*
    Validation messages

*/

.sb-validation {
    padding-left: .5em;
    padding-top: .2em;
    padding-bottom: .2em;
    margin-top: .2em;
    margin-bottom: .2em;
    border-radius: .25rem;
}

.sb-validation-hard {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.sb-validation-soft {
    color: #fff;
    background-color: #008298;
    border-color: #008298;
}
/* BASE Question*/
/* padding between questions*/
.q {
    margin-bottom: 2em;
    /*margin-left: 1em;*/
}
em {
     /*color: black;*/
    /*text-decoration:underline;*/
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
}
strong {
    color: black;
    /*text-decoration:underline;*/
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
}

.border-3 {
    border-width: 3px !important;
}



.q-indicator {
    margin-left: -1em;
    float: left;
    /*padding-left: 1em;*/
    min-width: 1em;
    font-weight: bold;
    /*padding-right: .5em;*/
    text-align: left;
    display: none;
}

.q-symbol {
    background-image: url('../play16.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

/* general spacing between question text and response area*/
.prompt, .prompt label {
    padding: 0px 20px 5px 0px;
    margin-top: .1em;
    font-size: 17px;
    font-weight: bold !important;
    display:block;
}

.prompt1 {
    padding: 0px 20px 5px 0px;
    margin-top: .1em;
    font-size: 17px;
   
    display: block;
}
/* indent the response area with-in a question*/
.resp {
    margin-top: 3px;
    /*font-size: 14px;*/
}



/* input controls*/
input[type='text'] {
}

textarea {
    display: block;
}

input[type=checkbox], input[type=radio] {
    margin-right: .5em;
}
/*matrix questions*/
/*
mx= outer table
mx-row and _alt is the TR within the table
mx-qnumber: leading cell with qnumber, when present
mx-question: cell with question text
*/
.tbl, .mxplus, .mx {
    width: 98%;
    border: 1px solid rgba(0, 92, 170, 0.15);
    margin-top: 5px;
    background-color: #FFFFFF;
}


    .tbl > thead > tr > th,
    .tbl > tbody > tr > th,
    .tbl > tbody > tr > td,
    .tbl > thead > tr > td {
        border-bottom: 1px solid #ddd;
        padding: .2em;
    }
    .tbl > thead > tr > td >label{
        display: none;
    }

    .tbl > thead > tr > th,
    .tbl > thead > tr > td {
        border-bottom-width: 2px;
    }

    /* center the content cells*/
    .tbl tbody > tr > td,
    .mxplus tbody > tr > td,
    .mx tbody > tr > td {
        text-align: center;
        padding-bottom: .4em;
        padding-top: .4em;
    }

td.mx-question {
    padding: 1em;
}

/* matrix row header*/
.tbl tbody > tr > th,
.mxplus tbody > tr > th,
.mx tbody > tr > th {
    text-align: left;
    padding: .5em .5em .5em .5em;
    font-weight: normal;
}
/* column headers*/
.tbl thead > tr > th,
.mxplus thead > tr > th,
.mxplus thead > tr > td,
.mx thead > tr > td,
.mx thead > tr > th {
    text-align: center;
    /*background-color: rgba(139, 197, 63, .1);*/
    padding: .5em .5em .5em .5em;
    vertical-align: bottom;
    /** border-bottom: 1px solid rgb(0, 92, 170);
        color: #005caa;*/
    background-color: #E0E0E0;
    font-weight: bold;
}

.mx-header-left {
    text-align: left;
}

.tbl-row,
.mxplus-row,
.mx-row {
    /*background-color: rgba(0, 92, 170, 0.05);*/
    background-color: #f5f5f5;
}

.tbl-row-alt,
.mxplus-row-alt,
.mx-row-alt {
}

    .mxplus-row-alt > td,
    .mxplus-row > td {
        /*border-bottom-style:solid;*/
    }

/* additional row in table for text boxes*/
tr.mx-row-other {
    padding: 0 0 0 0;
    margin: 0 0 0 0 !important;
}
/* cell in the row */
td.mx-cell-other {
    text-align: left !important;
}


.mx-question {
    vertical-align: top;
    /*font-weight: bold;*/
    text-align: left !important;
    width: 50%;
}


.mx-qnumber {
    vertical-align: top;
    min-width: .75em;
    text-align: right !important;
    /*font-weight: bold;*/
}

/* spacer column id=spacer*/
.mx-cell-leftborder, .mx-cell-spacer {
    border-left-style: dashed;
    border-left-width: thin;
}

.mx-cell-rightborder {
    border-right-style: dashed;
    border-right-width: thin;
}
.mx tbody > tr > td > label {
    display: inline;
    display: none;
    padding-left: 0px;
}

.mx [class='form-check-label '] {
    display: inline;
    display: none;
    padding-left: 0px;
}

.mx [class='form-check-label'] {
    display: inline;
    display: none;
    padding-left: 0px;
}

.mx tbody > tr > td > label {
    display: inline;
    display: none;
    padding-left: 0px;
}
.mxplus tbody > tr > td > label.radio {
    
     display: inline; 
    display: none;
    padding-left: 0px;
}
.mxplus [class='form-check-label '] 
{
     display: inline; 
    display: none;
    padding-left: 0px;
}
.mxplus [class='form-check-label'] {
     display: inline; 
    display: none;
    padding-left: 0px;
}

/*disable off cell label*/
.mx input[type='text'], .mx input[type='checkbox'], .mxplus input[type='radio'] {
    margin-left: 0em;
    float: none;
}
.mxplus input[type='radio'], .mxplus input[type='checkbox'] {
    margin-left: 0em;
    vertical-align:central;
    float: none;
}

/*grouped radio buttons*/
.optiongroup {
    margin-top: .5em;
    margin-bottom: .5em;
}

.optiongroupheader {
    font-weight: bold;
}


/* scale questions*/
.scale {
}

    /* center the content cells*/
    .scale thead > tr > th {
        text-align: center;
        padding: 0px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #ddd;
    }

    .scale tbody > tr > td {
        text-align: center;
        padding: 8px;
    }





/*style applied to td elements of add-new row of table control*/
.tbl-addnew {
    background-color: #E8EFFC;
}

    .tbl-addnew > td {
        padding-top: 1em;
        border-top: 1px double #CECECE;
    }

/*style applied to div below table containing any buttons*/
tbl-btnbox {
}

.sbfile {
    /*border: 1px solid #e7eaec;
  background-color: #ffffff;*/
    padding: 0;
    position: relative;
    margin: .4em;
    padding: .2em;
    text-align: left;
}

    .sbfile .icon i {
        font-size: 40px;
        color: #dadada;
        float: left;
        display: inline;
        padding-right: .5em;
    }

    .sbfile a {
        text-decoration: none;
        cursor: pointer;
    }

    .sbfile .icon,
    .sbfile .image {
        height: 100px;
        overflow: hidden;
    }

    .sbfile .icon {
    }

    .sbfile .sbfile-name {
        padding: .2em;
        /* background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;*/
        margin-top: .2em;
    }

.sbfile-value {
    /*height:100px;
    border:2px black solid;*/
    margin: auto;
    position: relative;
}

.sbfile-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.sbfile-control {
}

/* SB signature*/

.sig {
    padding: .2em;
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sig > canvas {
        display: block;
        border-bottom: 2px solid #CECECE;
        margin-bottom: .2em;
        position: relative;
    }

    .sig > button.sig-start {
        border: 2px solid #888;
        display: block;
        font-size: xx-large;
    }



/*State settings*/
div.sig-empty > canvas,
div.sig-empty > button.sig-end,
div.sig-empty > button.sig-cancel,
div.sig-empty > button.sig-delete {
    display: none;
}
/* signing*/
div.sig-signing > button.sig-start,
div.sig-signing > button.sig-delete {
    display: none;
}

div.sig-signing > canvas {
    border-bottom: 2px solid #036EB7;
    border-top: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    background-color: #E8EFFC;
    border-radius: 4px;
}

/* signed*/
div.sig-signed > button.sig-start,
div.sig-signed > button.sig-end,
div.sig-signed > button.sig-cancel {
    display: none;
}

div.sig-signed > canvas {
    opacity: 0.6;
    filter: alpha(opacity=60); /* msie */
}

.speaking {
    background-color: #ffd800;
}

/*
    Meta data display
    
*/
.DEBUGBORDER {
    border: dotted 2px solid green;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}


small,.small {
    font-size: 16px;
    font-weight: 400;
}


.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 0rem;
}

.form-check-label {
    margin-left: 1.2rem;
    margin-top: 0.1rem;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    font-size:18px;
}
.ReqLabel
{
font-size:14px;

}
/* end sb styles*/






@media (min-width: 569px) {

    /* undo's
   --clear styles used on standard radio buttons that break the matrix when it's in table view*/
    td.form-check {
        display: table-cell;
        padding-left: 0em;
       vertical-align:top;
    }

    /*--end undo's*/
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inherit;
    }

    .mx tbody > tr > td > label:hover {
        border-style: none;
        border-color: inherit;
        background-color: inherit;
    }

    /* matrix row header*/
    .mx tbody > tr > th {
        text-align: left;
        padding: .5em .5em .5em .5em;
    }



    /*turn off cell label*/
    .mx tbody > tr > td > label {
        /*original: display: none;*/
        display: none;
    }

    /* .mx tbody > tr > td > label.radio {
            display: inline;
            padding-left: 0px;
        }*/


    /*disable off cell label*/
    .mx input[type='radio'],.mx input[type='checkbox'] {
        margin-left: 0em;
        float: none;
    }



    /*cell with no control*/
    .mx-cell-hide {
        /*background-color:green;*/
    }
    /*cell with disabled radio button*/
    .mx-cell-disabled {
        /*background-color:red;*/
    }

    .mx-cell {
        text-align: center;
    }



    .masthead h1 {
        vertical-align: middle;
        padding: 1.7em 0em 0em 3em;
        font-size: 22px;
        font-weight: 800;
    }
}

/*Fine tune padding and font sizes as the matrix table as the screen grows*/
@media (min-width: 800px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
       
        font-size: 11px;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media (min-width: 992px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 14px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 1200px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 16px;
    }
}




/*
    http://stephen.io/mediaqueries/
iPhone 5 Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 640px (Actual Pixels)
Screen Height = 568px (CSS Pixels)  Screen Height = 1136px (Actual Pixels)
Device-pixel-ratio: 2

iPhone 4/4S Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 640px (Actual Pixels)
Screen Height = 480px (CSS Pixels)  Screen Height = 960px (Actual Pixels)
Device-pixel-ratio: 2

iPhone 2G/3G/3GS Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 320px (Actual Pixels)
Screen Height = 480px (CSS Pixels)  Screen Height = 480px (Actual Pixels)


*/

@media (max-width: 569px) {


    #survey {
        /*margin-left: 1em;*/
        min-height: 100px;
    }

    .mobile-only {
        display: inherit;
    }

    .desktop-only {
        display: none;
    }


    /*matrix questions*/
    /* turn off border
     
     */
    .mx {
        border: none;
    }

        .mx tbody > tr {
            margin-top: 1em;
        }

        /* column headers*/
        .mx thead {
            display: none;
        }



        .mx tbody > tr > td {
            text-align: left;
         
            border: none;
        }

    /* bold the question text remove padding*/
    td.mx-question {
        font-weight: bold;
        border: none;
        display: table-cell !important;
        padding: 0em;
    }

    .mx-qnumber {
        font-weight: bold;
        border: none;
        display: table-cell !important;
    }

    .mx-col-7 {
        width: 100%
    }

    .mx-col-6 {
        width: 100%
    }

    .mx-col-5 {
        width: 100%
    }

    .mx-col-4 {
        width: 100%
    }

    .mx-col-3 {
        width: 100%
    }

    .mx-col-2 {
        width: 100%
    }

    .mx-row, .mx-row-alt {
        background-color: #FFFFFF;
    }

    .mx tr {
        display: block;
    }

    .mx td {
        display: block;
    }
    /*override column boder*/
    .mx-cell-leftborder, .mx-cell-spacer {
        border-left-style: none;
    }


    .mx-cell-rightborder {
        border-right-style: none;
    }


    


}


/*    CSS from Graphics 20181203  */

body {
    font-family: 'Source Sans Pro', sans-serif;
    /*background-color: rgba(0, 92, 170, 0.5);*/
    position: relative;
    /*    background-color: #ddeeff;*/
    overflow-x: hidden;
}



footer {
    margin-top: 100px;
}

.container-fluid {
    padding: 0px;
}

.text--blue {
    color: #005CAA !important;
}

.g-recaptcha {
    transform: scale(1.25);
    /*transform-origin: 0 0;*/
}

    .g-recaptcha rc-anchor-error-msg-container {
        color: #ff0000;
        font-family: Roboto,helvetica,arial,sans-serif;
        font-size: 12px;
        font-weight: 400;
        left: 0;
        line-height: 14px;
        margin: 4px;
        position: absolute;
        top: 0;
    }

.project_title {
    margin-left: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    vertical-align: top;
    /*padding-bottom: 5px;
    border-bottom: 2px solid #8bc53f;
    width: 90%;
    position: relative;
 margin-right: 100px;
    width: 100%;
    vertical-align: top;

    */
}

headerbg {
    background-color: #2B547E";
}

.project_title h1 {
    margin-top: 1em;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    /*padding-bottom: 5px;
    border-bottom: 2px solid #8bc53f;
    width: 90%;
        color: #005CAA;
    position: relative;*/
}

/* add here */
.header-container .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.NSSEHE_logo {
    width: 270px;
}*/

.hints_title {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
}

    .hints_title h1 {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
        margin: 0px;
        line-height: 1;
    }

.NSSEHE_title {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
}

/*.NSSEHE_title h1 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px;
    line-height: 1;
}*/

/* add here */

.logo-align {
    text-align: right;
    vertical-align: central;
}

@media (max-width: 825px) {
    .project_title h1 {
        padding-left: 1em;
        font-size: 24px;
    }

    .hints_title {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
    }

        .hints_title h1 {
            font-size: 24px;
            margin-left: 10px;
            padding-left: 10px;
        }

    .NSSEHE_logo {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .project_title h1 {
        margin-top: 0em;
        font-size: 18px;
    }

    .logo-align {
        text-align: left;
        padding-left: 2em;
    }

    /*.NSSEHE_logo {
        width: 80px;
    }*/

    .hints_title {
        margin-left: 10px;
        padding-left: 10px;
    }

        .hints_title h1 {
            font-size: 18px;
            margin-left: 2px;
            padding-left: 2px;
        }

    .faq-list {
        margin-top: 24px;
        background: #ffffff;
        width: 100%;
        padding: 8px 32px 8px 78px;
        border-radius: 3px;
        position: relative;
    }
}

.metadata {
    border: 1px solid #ffffff;
}

    .metadata > .card-header {
        background-color: #007bff;
        color: #ffffff;
    }

hr {
    background-color: #036eb7;
    display: block;
    border-width: 1px;
    height: 2px;
}


.landingpage {
    background-color: #ffffff !important;
}

.header-container {
    width: 100%;
    /*height: 80px;*/
    /*position: absolute;*/
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    background-color: white;
    /*left: 0;*/
    /*top: 0;*/
}

    .header-container .container {
        display: flex;
        width: 80%;
    }



.survey-container {
    position: relative;
    margin-top: 80px;
    margin-bottom: 100px;
    background-color: #F2F2F2;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    padding: 20px 30px 90px 30px;
    overflow: auto;
}

    .survey-container #survey {
        margin-left: -0.5em;
    }

.surveysection-title {
    padding: 0px 5px;
    border-bottom: 2px solid #8bc53f;
}

    .surveysection-title span {
        color: #005caa;
        font-size: 20px;
        font-weight: 600 !important;
        margin-bottom: 0px;
    }

        .surveysection-title span strong {
            font-weight: 600 !important;
        }

.surveysection-btngrp {
    position: absolute;
    bottom: 24px;
    width: 93.5%;
    height: 30px;
}

.btnSaveExit, .btnPrevious, .btnNext /*, .btnBegin*/, .btnReturntosurvey, .btnExit {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.btnReturntosurvey, .btnExit {
    position: relative;
    width: 200px;
}

.btnExit {
    background-color: #FFFFFF;
    border: 1px solid #8bc53f;
}

.btnReturntosurvey {
    border: 1px solid #8bc53f;
    background-color: #ffffff;
}

.btnSaveExit /*, .btnBegin*/ {
    background-color: #8bc53f;
    left: 0px;
    border: 1px solid #8bc53f;
}

.btnPrevious {
    background-color: #FFFFFF;
    right: 132px;
    width: 120px;
    border: 1px solid #8bc53f;
}

.btnNext {
    border: 1px solid #8bc53f;
    background-color: #FFFFFF;
    right: 0px;
    width: 120px;
}

    .btnSaveExit:focus, .btnSaveExit:hover, .btnPrevious:focus, .btnPrevious:hover, .btnNext:focus, .btnNext:hover, .btnBegin:focus, .btnBegin:hover, .btnReturntosurvey:focus, .btnReturntosurvey:hover, .btnExit:hover, .btnExit:focus {
        background-color: #005caa;
        color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        outline: none;
        border: 1px solid transparent;
    }

.btnBegin {
    background-color: #8bc53f;
    border: 1px solid #8bc53f;
    width: 100px;
    /* left: calc(70% - 60px);*/
    bottom: 25px;
    padding: 5px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.btn-outline-secondary {
    background-color: #ffffff;
    border: 1px solid #8bc53f;
    color: #000000;
    font-weight: 600;
    width: 100px;
}

.btn-outline-Save {
    background-color: #8bc53f;
    border: 1px solid #8bc53f;
    color: #000000;
    font-weight: 600;
    width: 280px;
}

.btn-outline-primary {
    background-color: #8bc53f;
    border: 1px solid #8bc53f;
    color: #000000;
    font-weight: 600;
    width: 65px;
}



/*.survey-footer_logo {
    position: absolute;
    right: 20px;
    bottom: 8px;
}*/

.survey-footer_logo img {
    height: 66px;
}

.pagenumber_label {
    position: absolute;
    bottom: 5px;
    right: 40px;
    font-size: 11px;
}

.hero-img {
    /*			position: absolute;
			top: 80px;
			left: 0px;*/
    width: 100%;
    height: 755px;
    background-image: url('/images/NSSEHE_landing_collage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.landing-panel {
    z-index: 2;
    width: 800px;
    margin: 130px auto 0px;
    display: flex;
    justify-content: center;
    /* height: 380px;350px;*/
    background: rgba(242, 242, 242, 0.95);
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
}

    .landing-panel p {
        margin: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }

.landing-panel-p1 {
    font-size: 18px;
    font-weight: 600;
}

.landing-panel label {
    font-size: 14px;
}

.form-control.access-pin {
    font-size: 14px;
    border: 1px solid rgba(0, 92, 170, 0.5);
    box-shadow: inset 0px 0px 1px #005caa;
}

.landing-panel .checkbox-eye label {
    float: right;
    margin: 5px 0px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

    .landing-panel .checkbox-eye label input {
        display: none;
    }

    .landing-panel .checkbox-eye label img {
        margin-top: -2px;
    }

.menu-buttons {
    width: 575px; /*475px; 3 buttons*/
    margin: -155px auto 95px;
    position: relative;
}

.menu-buttons-list {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

    .menu-buttons-list li {
        font-size: 18px;
        font-weight: 600;
        color: #005CAA;
        width: 122px;
        height: 72px;
        text-align: center;
        line-height: 18px;
        background: #ffffff;
        border-radius: 50%;
        z-index: 3;
        padding-top: 26px;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background-color 0.4s, transform 0.2s;
        opacity: 0.95;
    }

        .menu-buttons-list li a {
            text-decoration: none;
            color: inherit;
        }

        .menu-buttons-list li:hover, .menu-buttons-list li:focus {
            background-color: #005CAA;
            color: #ffffff;
            opacity: 1;
            transform-style: preserve-3d;
            animation: flip .4s;
            outline: none;
        }

        .menu-buttons-list li.twolines {
            padding-top: 20px;
        }

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(45deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    75% {
        transform: rotateY(45deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.btnFAQ {
    right: -22px;
    top: 200px;
    /*background-color: #8bc53f;*/
}

.btnSupport {
    right: -85px;
    top: 370px;
    /*background-color: #8bc53f;*/
}

.btnContact {
    right: -64px;
    top: 192px;
    background-color: #fff;
    color: #52789F;
}


.landing-sec {
    padding: 30px;
    margin-bottom: 100px;
}

.landing-sec-H {
    font-size: 28px;
    font-weight: 600;
    color: #1571bf;
    padding-bottom: 5px;
    border-bottom: 2px solid #8bc53f;
    width: 90%;
    position: relative;
}

.landing-sec-H2 {
    font-size: 28px;
    font-weight: 600;
    color: #1571bf;
    padding-bottom: 5px;
    border-bottom: 2px solid #8bc53f;
    width: 90%;
    position: relative;
}

.landing-sec-H.alt {
    text-align: right;
    margin-left: 10%;
}

.landing-sec-H:after {
    content: '\25BA';
    position: absolute;
    right: -4px;
    bottom: -12px;
    font-size: 18px;
    color: #8bc53f;
}

.landing-sec-H.alt:after {
    left: -4px;
    transform: scaleX(-1);
}

.guide-list {
    list-style: none;
    padding: 0;
}

.guide {
    position: relative;
    margin-top: 40px;
}

.guide-wrapper {
    display: inline-flex;
    width: 100%;
}

.guide-list-N {
    width: 10%;
    text-align: right;
    font-size: 50pt;
    padding-right: 20px;
    border-right: 2px solid rgba(0, 92, 170, 0.85);
    margin: 0;
    line-height: 70px;
    height: 70px;
    transform: translateY(50%);
}

.guide-list-T {
    font-size: 18px;
    width: 55%;
    padding: 0 24px;
    margin: 0;
    height: 70px;
    transform: translateY(45%);
}

.guide-list-I {
    width: 30%;
    height: 150px;
}

.guide:nth-child(1) .guide-list-T, .guide:nth-child(2) .guide-list-T {
    transform: translateY(65%);
}

.guide:nth-child(3) .guide-list-T {
    transform: translateY(80%);
}

#FAQ {
    background-color: #f2f2f2;
    padding: 72px 30px;
}

    #FAQ .landing-sec-H {
        margin-bottom: 36px;
    }

.faq-list {
    margin-top: 24px;
    background: #ffffff;
    width: 100%;
    padding: 8px 32px 8px 48px;
    border-radius: 3px;
    position: relative;
}

.ques {
    color: #005CAA;
    font-size: 20px;
    text-decoration: none;
}

    .ques:hover {
        text-decoration: none;
    }

.ans {
    padding: 10px 60px 5px 0px;
    font-size: 16px;
}

.caret-down {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: transform 0.3s;
    font-size: 24px;
}

.help-P {
    margin-top: 30px;
    font-size: 18px;
}

    .help-P a {
        color: inherit;
        /*text-decoration: underline;*/
        color: #0062e6;
    }

.footer-img {
    width: 100%;
    height: 445px;
    /* background-image: url('../hands_cropped_gradient.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.survey-footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 0px 10px;
}

.survey-footer_logo {
    position: absolute;
    right: 20px;
    bottom: 8px;
}

    .survey-footer_logo img {
        height: 66px;
    }

.iques {
    opacity: 0.4;
    color: #8bc53f;
    margin-right: 24px;
    transition: opacity 0.3s;
    position: absolute;
    left: 18px;
    top: 12px;
}

.menu-buttons-floating {
    visibility: hidden;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1;
    transform: scale(0.9);
    transition: all 0.5s;
    opacity: 0;
}

.menu-buttons-floating-list {
    list-style: none;
    padding: 0;
}

    .menu-buttons-floating-list li {
        background: #8bc53f;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
        text-align: center;
        font-size: 24px;
        padding-top: 7px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .menu-buttons-floating-list li:first-child {
            font-size: 32px;
            padding-top: 0px;
        }

        .menu-buttons-floating-list li:hover, .menu-buttons-floating-list li:focus {
            outline: none;
            background-color: #055CAA;
            color: #FFFFFF;
        }

.alert-w {
    font-size: 12px;
    margin-right: 20px;
    /* position: absolute; */
    font-weight: 600;
    color: red;
}


.noclose .ui-dialog-titlebar-close {
    display: none;
}


.contactUs {
    width: 528px;
    background-color: #004477;
    padding: 3rem 2rem 1rem;
    color: white;
    position: fixed;
    top: 0px;
    right: -420px;
    opacity: 0.8;
    visibility: hidden;
    z-index: 999999;
    box-shadow: -10px 0px 30px rgba(0,0,0,0.3);
    transition: visibility .2s ease-in, opacity .2s ease-in, right .2s ease-in;
    overflow: auto;
    margin-right: -15px;
    height: 100vh !important;
}

    .contactUs form input[type="submit"]:disabled {
        color: #808080;
        background-color: #cccccc;
        font-weight: bold;
        border: none;
    }
    .contactUs input[type="submit"]:disabled {
        color: #808080;
        background-color: #cccccc;
        font-weight: bold;
        border: none;
    }

.supportResources {
    width: 520px;
    background-color: #f2f2f2;
    padding: 3rem 2rem 1rem;
    color: white;
    position: fixed;
    top: 0px;
    right: -420px;
    opacity: 0.8;
    visibility: hidden;
    z-index: 999999;
    box-shadow: -10px 0px 30px rgba(0,0,0,0.3);
    transition: visibility .2s ease-in, opacity .2s ease-in, right .2s ease-in;
    overflow: auto;
}

.supportResources--open {
    visibility: visible !important;
    opacity: 1 !important;
    right: 0px !important;
}

.contactUs--open {
    visibility: visible !important;
    opacity: 1 !important;
    right: 0px !important;
}

.contactUs .fa-times {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}


.supportResources .fa-times {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}

.contactUs input, .contactUs textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid white;
    background: #004477;
    color: inherit;
    margin-top: -2px;
    margin-bottom: 15px;
    padding: 8px 10px;
}

    .contactUs input:hover, .contactUs textarea:hover, .contactUs input:focus, .contactUs textarea:focus {
        background: #FFFFFF;
        color: #004477;
    }

    .contactUs input[type=submit]:hover {
        background: #fff;
        color: #39622C;
    }

.contactUs input[type=radio]:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.center-submit-button {
  text-align: center;
}

.contactUs input[type=submit] {
    background: #fff;
    color: #004477;  
    width: 50%;
}
.contactUs label, .contactUs legend {
    font-size: 18px;
}

.contactUs textarea {
    height: 140px;
}

.contactUs_h2 {
    text-align: center;
    font-size: 22px;
    color: inherit;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid white;
    font-family: inherit;
}

.contactUs_p {
    text-align: center;
    font-size: 16px;
    color: inherit;
    line-height: 20px;
}

.contactUs_radio {
    display: flex;
    width: 100%;
    position: relative;
    margin: 5px 0 15px;
}

    .contactUs_radio label {
        font-size: 16px;
    }

    .contactUs_radio .reason {
        height: 72px;
        border-radius: 5px;
        padding: 3px;
    }

    .contactUs_radio .reason_0 {
        position: relative;
        width: 31%;
        margin: 0 auto;
    }

        .contactUs_radio .reason_0:before, .contactUs_radio .reason_1:before, .contactUs_radio .reason_2:before {
            content: "\f059";
            font-family: 'Font Awesome 5 Free';
            left: calc( 50% - 15px);
            position: absolute;
            top: 5px;
            font-size: 30px;
            font-weight: 900;
        }

    .contactUs_radio .reason_1:before {
        content: "\f0ad";
    }

    .contactUs_radio .reason_2:before {
        content: "\f086";
    }

    .contactUs_radio .reason_1 {
        position: relative;
        width: 31%;
        margin: 0 auto;
    }

    .contactUs_radio .reason_2 {
        position: relative;
        width: 26%;
        margin: 0 auto;
    }

    .contactUs_radio .reasonTxt {
        position: absolute;
        bottom: 2px;
        left: 24px;
    }

    .contactUs_radio input[type=radio] {
        position: absolute;
        bottom: 4px;
        margin-bottom: 5px;
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        /* Remove most all native input styles */
        appearance: none;
        /* Not removed via appearance */
        margin: 0;
        width: 16px;
        height: 16px;
        display: grid;
        place-content: center;  
        background-color: transparent; 
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 5px;
    }  
    .contactUs_radio input[type="radio"]::before {
        content: "";
        width: 8px;
        height: 8px;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background-color: #fff;
        border-radius: 50%;
    }
    .contactUs_radio input[type="radio"]:checked::before {
        transform: scale(1);
    }

.contactUsBtn {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    background: #8bc53f !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    color: #000 !important;
    width: 90px !important;
    background-image: url(/images/envelope-regular.svg?v=48LERsjwzO-sh97IGjNQqmdwNms) !important;
    background-repeat: no-repeat !important;
    padding: 5px 15px !important;
    text-align: right;
    background-size: 20% !important;
    background-position: 15px !important;
    position: relative;
    left: calc(50% - 45px);
    margin: 10px auto 30px !important;
}

    .contactUsBtn:hover, .contactUsBtn:focus {
        transform: scale(1.02);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        outline: none !important;
    }

.contactUs_p1 {
    font-size: 14px;
    padding-top: 5px;
    border-top: 1px solid white;
}

.contactUs_p a {
    color: inherit;
}

.contactUsOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
}




.contactUs_wrapper {
    height: 833px;
}


@media (min-width: 1600px) {

    /* .hero-img {
            height: 655px;
        }*/

    .footer-img {
        height: 545px;
    }
}

@media (max-width: 998px) {


    .menu-buttons-floating {
        transform: scale(0.8);
    }
}

@media (max-width: 768px) {


    .survey-container {
        padding: 30px 10px 150px 10px;
        margin-top: 0px;
        margin-bottom: 80px;
        box-shadow: unset;
    }

    .surveysection-btngrp {
        height: 112px;
    }



    .landing-sec {
        padding: 30px 10px;
    }



    .btnContact {
        display: none;
    }

    .landing-panel {
        width: 100%;
        border-radius: unset;
        padding: 20px 10px 20px;
        height: unset;
    }

    .btnBegin {
        bottom: 20px;
        left: calc(50% - 60px);
        width: 100px;
    }

    .btn-outline-Save {
        background-color: #8bc53f;
        border: 1px solid #8bc53f;
        color: #000000;
        font-weight: 600;
        width: 180px;
        margin-right: 30px;
    }



    .menu-buttons {
        width: 100%;
        padding: 10px;
    }

    .guide-list-N {
        width: 15%;
    }

    .guide-list-T {
        font-size: 14px;
        line-height: 16px;
    }

    #FAQ {
        padding: 72px 0px;
    }

    .faq-list {
        margin-top: 24px;
        background: #ffffff;
        width: 100%;
        padding: 8px 32px 8px 78px;
        border-radius: 3px;
        position: relative;
    }


    .landing-sec-H {
        font-size: 20px;
    }

    .caret-down {
        top: 6px;
        right: 10px;
        font-size: 20px;
    }

    .ques {
        font-size: 14px;
    }

    .ans {
        font-size: 12px;
        padding: 10px 0px 5px 0px;
    }

    .help-P {
        font-size: 14px;
    }

    .menu-buttons-list {
        transform: scale(0.8);
    }

    .menu-buttons-floating {
        transform: scale(0.6);
        right: 12px;
    }





    .ui-dialog {
        width: 90% !important;
    }
}





.emailSucessMessage {
    background: white;
    padding: 5px 10px;
    z-index: 2000;
    display: block;
    position: absolute;
    border-radius: 5px;
    right: 24px;
    top: 84px;
}

@keyframes hideMessage {
    0% {
        right: 24px;
        display: block
    }

    100% {
        right: -500px;
        display: none
    }
}

/* The element to apply the animation to */
.emailSucessMessage.visible {
    animation-name: hideMessage;
    animation-iteration-count: 1;
    animation-duration: 0.5s;
    animation-delay: 5s;
    animation-fill-mode: both;
}

.checkbox-eye {
    text-align: right;
}
.show-hide-button {
    float: none;
    margin-top: 0 !important;
    position: static;
    color: #52789F;
}

#togglepwd {
    float: right;
    margin-top: -72px;
    position: relative;
}

#togglepasscode {
    float: right;
}


.indent {
    margin-left: 2em;
}


/*h1 {
    font-size: 20px;
}*/



/********
    right floating buttons

*/
.btnflyout {
    position: fixed;
    /*right: -51px;
    top: 192px;*/
    padding: 5px 18px;
    transform: rotate(270deg);
    border-radius: 5px 5px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0.95;
    border: 1px solid #52789F;
    transition: background-color 0.2s, padding 0.2s, top 0.4s;
}

    .btnflyout:hover {
        background-color: #52789F;
        color: #fff;
        outline: none;
        border: none;
    }


.btnflyout2 {
    position: fixed;
    /*right: -51px;
    top: 192px;*/
    padding: 5px 64px;
    transform: rotate(270deg);
    border-radius: 5px 5px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0.95;
    border: 0 !important;
    transition: background-color 0.2s, padding 0.2s, top 0.4s;
}

@media (max-width: 576px) {

    .faq-list {
        margin-top: 24px;
        background: #ffffff;
        width: 100%;
        padding: 8px 32px 8px 98px;
        border-radius: 3px;
        position: relative;
    }

    .btnflyout {
        position: fixed;
        padding: 5px 12px;
        transform: rotate(270deg);
        border-radius: 5px 5px 0px 0px;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        opacity: 0.95;
        border: 0 !important;
        transition: background-color 0.2s, padding 0.2s, top 0.4s;
    }

    .btnflyout2 {
        position: fixed;
        padding: 5px 53px;
        transform: rotate(270deg);
        border-radius: 5px 5px 0px 0px;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        opacity: 0.95;
        border: 0 !important;
        transition: background-color 0.2s, padding 0.2s, top 0.4s;
    }
}

.btnflyout:hover, .btnflyout:focus, .btnflyout2:hover, .btnflyout2:focus {
    opacity: 1;
    background-color: #005caa;
    padding-bottom: 10px;
    color: #ffffff;
    outline-color: sandybrown;
    outline-style: solid;
    outline-width: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: sandybrown;
}




    .btnflyout:hover img, .btnflyout:focus img, .btnflyout2:hover img, .btnflyout2:focus img {
        filter: invert(1);
    }


.btnBegin:focus {
    opacity: 1;
    padding-bottom: 10px;
    outline: none;
    border-color: sandybrown;
    border: 2 !important;
}

.btnBegin:hover {
    opacity: 1;
    padding-bottom: 10px;
    outline: none;
    border-color: sandybrown;
    border: 2 !important;
}


a {
    color: #0062e6;
}

.text-danger {
    /*color: red !important;*/
    color: #7C0D0E !important;
}


.btn-primary {
    color: #fff;
    background-color: #0070f4;
    border-color: #007bff;
}

.badge-primary {
    color: #fff;
    background-color: #0070f4;
}


.windowClose {
    background: #f2f2f2;
    border: 3px solid #008488;
    margin: 0;
    width: 30px;
    height: 30px;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-bottom: 165px;
    font-family: Arial;
    font-size: 14px;
    background-color: rgba(153,158,90,.85);
}

div, h1, a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #39622c;
}

    a:hover {
        /* text-decoration: none;*/
        text-decoration: underline;
    }

#Menu1 img.icon {
    border-style: none;
    vertical-align: middle;
}

#Menu1 img.separator {
    border-style: none;
    display: block;
}

#Menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    #Menu1 ul.dynamic {
        z-index: 1;
    }

#Menu1 a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    #Menu1 a.popout {
        background-image: url("/WebResource.axd?d=_Ho0IKp6EnlJJzx5qa4NzJBJLcUMU_WjJbn7Sg1QdZ5hrR61Tkri8rCbtL0__JndsVMr94mcm8ygb7cqNNGNhzXqUlo1&t=637290645560000000");
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 14px;
    }

    #Menu1 a.static.selected {
        background-color: #AAC032 !important;
        text-decoration: none;
        color: #573412;
    }

    #Menu1 a.dynamic.selected {
        background-color: #39622C;
        text-decoration: none;
    }

.header {
    height: 115px;
    width: 100%;
    background-color: red;
}

.header__content, .footer__content {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
}

.header__content {
    width: 1140px;
    padding: 12px;
    padding-left: 0;
}

.elea-logo {
    height: 100%;
}

.session-management {
    z-index: 1; /*rk i have added it bcuz the links are unclickable */
    position: absolute;
    /*right: 129px;*/
    right: calc((100vw - 970px) / 2);
    top: 57px;
}
/*.session-management a.header__link:active {
font-weight:bold;
}*/

.new-footer {
    position: absolute;
    left: 0px;
    bottom: -100%;
    height: 145px;
    width: 100%;
    background-color: white;
}

.main {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    background-image: url('/images/assets/Background_photo_1600_450.jpg?v=Us4H7c39IIgeO0GXcIniek-58vk');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
}

.hero-img-container {
    /* height: 110vh;*/
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45rem;
    /* max-height: 78rem; */
}

.hero-img {
    width: 100%;
    height: 600px;
    padding-top: 3%;
    background-image: url('/images/assets/Background_photo_1600_450.jpg?v=Us4H7c39IIgeO0GXcIniek-58vk');
    height: inherit;
    min-height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 100%;
    /* width: 100%;
  left: 0;
  top: 0px;
  z-index: -1;
  position: absolute;
  left: 0;
  max-height: 78rem; */
}

.wrapper {
}


@media (max-height:800px) {
    .wrapper {
        /* height: 132vh;*/
    }

    .hero-img-container {
        /*height: 130vh;*/
        position: relative;
        display: flex;
        align-items: center;
        /*min-height: 65rem;*/
        /* max-height: 78rem; */
    }
}

.blueBox {
    background: #52789F;
    padding: .5em 1.6em;
}

.across {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #39622c;
    padding-bottom: 10px;
    width: 100%;
}

    .across .content-panel__title {
        border-bottom: none;
        padding-bottom: 0;
    }

.toHome {
    font-size: 15px;
    margin-bottom: .5em;
    margin-top: -1.6em;
}

.vertical {
    display: flex;
    flex-direction: column;
}

.across2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    width: 100%;
    padding-top: 5%;
}

a:hover {
    /*text-decoration: none !important */
    text-decoration: underline;
}

.privacy-box {
    margin-top: 0.65%;
}

.white-box {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    max-width: 650px;
    background: white;
    padding: 1.5em 2em;
}

    .white-box h1 {
        color: #573412;
        font-size: 20px;
        border-bottom: 1px solid #39622C;
        padding-bottom: .5em;
        font-weight: 600;
    }

::placeholder {
    color: #555555;
}

.content-panel__login {
    width: auto;
    min-width: 300px;
    height: auto;
    background: #D2DB92;
    color: #39622c;
    padding: .6em;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}

.content-panel__login-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin: .6em 0em
}

.content-panel__input {
    width: 100%;
    border: 1px solid #aac032;
    box-sizing: border-box;
    height: 35px;
    line-height: 25px;
    padding-left: 6px;
    margin-bottom: 8px;
}

.content-panel__title {
    font-size: 30px;
    color: #573412;
    font-weight: bold;
    border-bottom: 1px solid #39622c;
    padding-bottom: 10px;
}

.white {
    color: white;
    margin: 0;
    font-size: 16px;
}

.blueBox a:hover {
    /* text-decoration: none;*/
    text-decoration-color: white;
}


/*.main1 {
position: relative;
top: -50px;
left: 0px;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: top center;
padding-top: 100px;

}*/
.main--scrolled {
    background-attachment: fixed;
}

.content {
    width: 970px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    /* background-color: #ebeddb; */
}

#contentsurvey {
    width: 100% !important;
}

.nav-menu {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    border: 12px solid transparent;
    border-right: none;
    background-color: rgba(255,255,255,.5);
}

    .nav-menu ul li a {
        display: block;
        width: 100%;
        height: 45px;
        background-color: #573412;
        color: white;
        margin-top: 6px;
        text-decoration: none;
        line-height: 45px;
        padding-left: 13px;
    }

.StaticSelectedStyle { /*rk added*/
    background-color: #39622c;
}

.nav-menu ul li:first-child {
    margin-top: 0;
}

.nav-menu ul li a:hover {
    background-color: #371E03;
}

.nav-menu ul li:hover {
    background-color: #371E03;
    text-decoration: none;
}

.nav-menu ul li:active {
    background-color: #39622c;
}

.linkactive {
    background-color: #AAC032 !important;
    text-decoration: none;
    color: #573412 !important;
    font-weight: bold;
}


/*.nav-menu ul li--active {
background-color: #39622c;
}*/

.content-panel {
    display: inline-block;
    width: 76%;
    border: 12px solid rgba(255,255,255,.5);
    background-color: white;
    background-clip: padding-box;
    padding: 30px;
    padding-bottom: 100px;
    position: relative;
    top: 0px;
    left: -3.5px;
    /* min-height: 50em; */
    /*float: right;*/
}
.center-section {
    display: flex;
    justify-content: center;
}
.content-panel .forgot-password-container {
    width: 80%;
    margin: 20px auto 0;
    border: 2px solid #D2DB92;
    border-radius: 10px;
    padding: 0 0 30px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.content-panel .forgot-password-container h2 {
    background-color: #D2DB92;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #39622C;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 30px;
}
.content-panel .forgot-password-container p {
    padding: 0 30px;
    color: #39622C;
}
.content-panel .forgot-password-container .zero-left-padding {
  padding: 20px 0 0;    
}
.content-panel .forgot-password-container form {
    padding: 0 30px;
}
.content-panel .forgot-password-container form #UserName,
.content-panel .forgot-password-container form #ConfirmPassword,
.content-panel .forgot-password-container form #Password {
    border: 2px solid #D2DB92;
    border-radius: 0;
    margin-bottom: 1rem;
}
.content-panel .forgot-password-container form .submit-button {
    margin-top: 1rem;
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #52789F;
    color: white;
    font-weight: bold;
}
.content-panel .forgot-password-container form .submit-button:hover {
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #fff;
    color: #52789F;
}
.content-panel .forgot-password-container form .align-submit-right {
    text-align: right;
}
.submit-button-container .submit-button {
    margin-top: 1rem;
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #52789F;
    color: white;
    font-weight: bold;
}
.submit-button-container .submit-button:hover {
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #fff;
    color: #52789F;
}

.consent-radio-buttons label {
    font-weight: 600;
    color: #39622c;
}
.consent-radio-buttons input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* Not removed via appearance */
    width: 8px;
    height: 8px;
    display: grid;
    place-content: center;  
    background-color: transparent; 
    border: 1px solid #39622c;
    border-radius: 50%;
    padding: 5px;
}  
.consent-radio-buttons input[type="radio"]::before {
    content: "";
    width: 4px;
    height: 4px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #39622c;
    border-radius: 50%;
}
.consent-radio-buttons input[type="radio"]:checked::before {
    transform: scale(1);
}
.consent-container {
    border: 12px solid rgba(255,255,255,.5);
    background-color: white;
    background-clip: padding-box;
}
.content-panel__enroll-badge, .content-panel__login {
    width: auto;
    height: auto;
    /*
  background-color: white;
  clear: right; */
}

.content-panel__enroll-badge {
    background-image: url('assets/New Participant Login Button.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 200px 200px;
    width: 220px;
    padding-left: 30px;
    position: relative;
    left: 0px;
    top: -20px;
}

    .content-panel__enroll-badge:hover {
        text-decoration: none;
        background-image: url('assets/New Participant Login ROLLOVER.svg');
    }

.content-panel__enroll-text {
    text-align: center;
    color: #39622c;
    margin-top: 25px;
}

.content-panel__enroll-button {
    background-color: #39622c;
    border: 2px solid #39622c;
    color: white;
    text-align: center;
    margin: -0px 0px;
    padding: 3px 15px;
    float: right;
    font-weight: 500;
    height: 35px;
    font-size: 17px;
}

.content-enroll, .content-login {
    padding: 1em;
    background: #f2f6e1;
}
.content-login {
  height: auto !important;
}  
.content-enroll {
    background-color: white;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
}

    .content-enroll h2 {
        text-align: left;
    }

.content-panel__enroll-button a:hover {
    text-decoration: none;
}

.content-enroll form input[type="text"] {
    border: 2px solid #D2DB92;
    border-radius: 0;
}

.content-enroll form input[type="submit"] {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #39622C;
    padding: 5px 8px;
}

    .content-enroll form input[type="submit"]:hover {
        color: #39622C;
        font-weight: bold;
        border: 1px solid #39622C;
        background-color: #fff;
        padding: 5px 8px;
    }

    .content-enroll form input[type="submit"]:disabled {
        color: #808080;
        font-weight: bold;
        border: none;
        background-color: #cccccc;
        padding: 5px 8px;
    }

#toggleButton {
    position: absolute;
    right: 30px;
    top: 280px;
    background-color: darkolivegreen;
    color: white;
}

.loginBlue {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 7em;
    margin: 1em 0em
}

    .loginBlue input {
        background: none;
        outline: none !important;
        border-color: none !important;
        border: none !important;
        color: white;
        font-size: 17px
    }


.content-panel__forgot-link {
    display: block;
    color: #427532;
    text-decoration: none;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.f-password {
    margin-top: -6px !important;
}

.content-panel__submit {
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #52789F;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    position: relative;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    bottom: -21px;
    right: -35%;
}

    .content-panel__submit:hover {
        border: 1px solid #52789F;
        background-color: #fff;
        color: #52789F;
    }

.content-panel__submit2 {
    border: 1px solid #52789F;
    border-radius: 0px;
    background-color: #39622c;
    color: white;
    font-size: 20px;
    padding: 3px 10px;
    position: relative;
    height: 25px;
    font-size: 20px;
    font-weight: 700;
    /* bottom: -21px;
    right: -35%;*/
}

    .content-panel__submit2:hover {
        border: 1px solid #52789F;
        background-color: #fff;
        color: #52789F;
    }

.content-panel__enroll-badge:hover .content-panel__enroll-button, .content-panel__enroll-button:hover {
    border: 2px solid #aac032;
}



.content-panel__subhead {
    font-weight: bold;
    font-size: 16px;
    color: #39622c;
    margin-top: 0.75rem;
}

.content-panel__body {
    margin-top: 10px;
    line-height: 18px;
    color: rgba(0,0,0,.9);
}

.content-panel__line {
    border-bottom: 1px solid #39622c;
}

.inline-link {
    text-decoration: underline;
}

.decoration-image {
    position: absolute;
    top: 295px;
    left: -100px;
    width: 286px;
}

.decoration__ring {
    position: absolute;
    top: 78%;
    width: 272px;
    height: 272px;
    border: 3px solid #D2DB92;
    border-radius: 100%;
    right: -111px;
    z-index: 99999;
}

.faq-ring {
    top: 9%;
}

.decoration__border {
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 7px solid #D2DB92;
    border-radius: 100%;
    overflow: hidden;
    background-color: rgb(153,158,90);
}

.decoration__image {
    position: relative;
}

.decoration__image--index {
    width: 385px;
    top: -1px;
    right: 180px;
}

.decoration__image--why {
    width: 300px;
    top: -5px;
    right: 66px;
}

.decoration__image--about {
    width: 300px;
    top: -5px;
    right: 63px;
}

.decoration__image--faqs {
    width: 290px;
    top: -10px;
    right: 25px;
}

.contact-tab {
    position: absolute;
    top: 180px;
    right: -52px;
    border: 1px solid #39622c;
    background-color: white;
    /* width: 100px; */
    height: 42px;
    padding: 0px 14px;
    transform: rotate(90deg);
}

    .contact-tab:hover {
        text-decoration: none;
        background-color: #39622c;
        color: white;
    }

.envelope-icon {
    box-sizing: border-box;
    height: 100%;
    padding: 5px;
    padding-left: 0px;
}

.contact-tab__text {
    display: inline;
    vertical-align: top;
    line-height: 42px;
    font-weight: bold;
}


.footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 145px;
    width: 100%;
    background-color: white;
    top: 100%;
}

.nih-logo {
    height: 45px;
    margin-top: 50px;
}

.footer__link-block {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 37px;
    text-align: right;
    font-size: 12px;
    color: #39622c;
    line-height: 25px;
}
/*
.footer__link {
color: #39622c;
}*/

.pipe-span {
    padding: 5px;
}
/*----------------- about page -----------------*/

.investigator {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 160px;
    margin-bottom: 40px;
}

.investigator__headshot {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: grey;
}

.sub-subhead, .investigator__name {
    font-size: 1em;
    font-weight: bold;
}

.study-team__img {
    width: 350px;
    height: 200px;
    float: left;
    background-color: grey;
    margin-right: 40px;
}

.team-label {
    line-height: 200px; /*be sure to match this to img height!*/
}
/*----------------- faqs page -----------------*/

.content-panel__faq {
    display: block;
    padding: 2px 0;
}

.content-panel__title--faqs {
    font-size: 16px;
    border: none;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.faq-text {
    margin-bottom: 20px;
    line-height: 1.6;
}

.top-return {
    position: fixed;
    left: 50%;
    margin-left: 500px;
    bottom: 50px;
    transition: opacity .4s;
    opacity: 1;
    font-size: 0px;
    background-color: #573412; /*get correct color from Brandy*/
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

    .top-return::after {
        content: '';
        position: absolute;
        top: 14px;
        left: 10px;
        width: 13px;
        height: 13px;
        border-top: 2px solid white;
        border-left: 2px solid white;
        transform: rotate(45deg);
    }

.top-return--top {
    /*display: none;*/
    opacity: 0;
}

.top-return--bottom {
    position: absolute;
    left: auto;
    right: -50px;
    bottom: 33px;
}

/*----------------- pin page -----------------*/

.pin-box, .content-panel__button-box {
    width: 100%;
    height: 55px;
    background-color: #39622c;
    padding: 15.5px 20px;
}

.pin-box__title {
    /*box-sizing: border-box;
  display: inline-block;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 24px;
  margin-right: 20px;*/
    font-size: 15px;
    margin: 4px 0px;
    display: block;
}

.content-panel__button-box {
    background-color: white;
    text-align: right;
    padding-right: 0;
}

.pin-box__input {
    box-sizing: border-box;
    border: none;
    height: 24px;
    width: 91%;
    /*margin-right: 20px;*/
}

/*----------------- account creation page -----------------*/

.account-form-container h2 {
    font-size: 18px;
    color: #573412;
    font-weight: bold;
    border-bottom: 1px solid #39622c;
    margin-top: 20px;
    padding-bottom: 0.5em;
}
.account-form-container label {
    display: block;
    color: #39622c;
    font-weight: bold;
    margin-bottom: 2px;
}
.account-form-container label::after {
    content: '*';
    color: firebrick;
}
.account-form-container input {
    border: 2px solid #D2DB92;
    border-radius: 0;    
}
.account-form-container .account-buttons-container {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}
.account-form-container .account-buttons-container #btnsubmit {
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #39622C;
    padding: 5px 8px;
}
.account-form-container .account-buttons-container #btnsubmit:hover {
    color: #39622C;
    font-weight: bold;
    border: 1px solid #39622C;
    background-color: #fff;
    padding: 5px 8px;
} 
.account-form-container .account-buttons-container #btncancel {
    margin-left: 20px;
    color: #39622C;
    font-weight: bold;
    border: 1px solid #39622C;
    background-color: #fff;
    padding: 5px 8px;
}
.account-form-container .account-buttons-container #btncancel:hover {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #39622C;
    padding: 5px 8px;
} 

.my-account-container input {
    padding: 5px;
    width: 60%;
}
.my-account-container .radio-buttons {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 22px 0;
}
.my-account-container .radio-buttons div {
    display: flex;
    align-items: center;
}
.my-account-container .radio-buttons label {
    white-space: nowrap;
}
.my-account-container .radio-buttons input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* Not removed via appearance */
    width: 8px;
    height: 8px;
    display: grid;
    place-content: center;  
    background-color: transparent; 
    border: 1px solid #39622c;
    border-radius: 50%;
    padding: 5px;
}  
.my-account-container .radio-buttons input[type="radio"]::before {
    content: "";
    width: 4px;
    height: 4px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #39622c;
    border-radius: 50%;
}
.my-account-container .radio-buttons input[type="radio"]:checked::before {
    transform: scale(1);
}
.my-account-container .my-account-submit-buttons {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin-top: 35px;
}
.my-account-container .my-account-submit-buttons input {
    margin: 0 10px;
}
.my-account-container .my-account-submit-buttons input[type="submit"] {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #39622C;
    padding: 5px 8px;
}
.my-account-container .my-account-submit-buttons input[type="submit"]:hover {
    color: #39622C;
    font-weight: bold;
    border: 1px solid #39622C;
    background-color: #fff;
    padding: 5px 8px;
}
.my-account-container .my-account-submit-buttons input[type="submit"]:disabled {
    color: #808080;
    font-weight: bold;
    border: none;
    background-color: #cccccc;
    padding: 5px 8px;
}
.my-account-container .my-account-submit-buttons .submit-button {
    color: #39622C;
    font-weight: bold;
    border: 1px solid #39622C;
    background-color: #fff;
    padding: 5px 8px;
}
.my-account-container .my-account-submit-buttons .submit-button:hover {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #39622C;
    padding: 5px 8px;
}

/*rk added help-block*/
.help-block {
    font-size: 12px;
    color: red;
    margin-bottom: 2px;
}
/*rk added error label*/
.error-label {
    display: block;
    color: red;
    margin-top: -14px;
    margin-bottom: 15px;
}

.validationmessage {
    font-size: 11px;
    color: red;
    display: block;
    margin-bottom: 10px;
    line-height: 15px;
}

.account-input {
    display: block;
    width: 78%;
    border: 1px solid #aac032;
    margin-bottom: 15px;
    height: 24px;
    box-sizing: border-box;
}

.account-input--short {
    width: 50%;
}

.account-buttons {
    position: relative;
    top: 20px;
    left: 514px;
}
/*rk added .account-submit to change margin-left
.account-submit {
display: inline-block;
box-sizing: border-box;
color: #39622c;
line-height:30px;
font-size: 14px;
border: 1px solid #39622c;
margin-left: 470px;
}*/

.account-cancel, .account-submit, .pin-submit, .pin-cancel, .content-panel__button-box-submit, .content-panel__button-box-cancel, .modal-error__button {
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    padding: 0px 10px;
    color: #39622c;
    background-color: white;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #39622c;
    margin-left: 10px;
}

.inactive-button {
    background-color: rgba(52,85,41,.2);
    color: gray;
}

.content-panel__button-box-cancel:hover, .account-cancel:hover {
    text-decoration: none;
}

.account-submit, .pin-submit, .content-panel__button-box-submit, .modal-error__button {
    background-color: #39622c;
    color: white;
}

.radio-label {
    font-weight: bold;
    color: #39622c;
    margin-right: 20px;
}

.textarea {
    width: 78%;
    height: 100px;
    resize: none;
    border: 1px solid #aac032;
    margin-bottom: 15px;
    box-sizing: border-box;
}
/*----------------- dashboard page -----------------*/


.content-panel__back-badge {
    display: block;
    position: absolute;
    top: 7px;
    right: 30px;
    border: 7px solid white;
    border-radius: 100%;
    background-color: #39622c;
    box-shadow: 0 0 0 1px #39622c;
    height: 60px;
    width: 60px;
    text-align: center;
    color: white;
    font-size: 11px;
    padding-top: 8px;
    line-height: 11px;
}
.content-panel__back-badge2 {
    display: block;
    position: absolute;
    top: 7px;
    right: 30px;

    height: 60px;
    width: 60px;
    text-align: center;

    font-size: 11px;
    padding-top: 8px;
    line-height: 11px;
}

.content-panel__announcements-box {
    border: 1px solid #aac032;
    background-color: rgba(170, 192, 50,.1);
    margin-top: 20px;
    padding: 14px;
}

    .content-panel__announcements-box .content-panel__subhead {
        margin-top: 0;
        margin-bottom: 10px;
    }

.content-panel__announcements {
    padding-left: 20px;
    margin-top: 0px;
}

    .content-panel__announcements li {
        margin-top: 8px;
    }

.content-panel__survey-module {
    border: 1px solid #39622c;
    margin-top: 20px;
}

.content-panel__survey-head {
    display: block;
    background-color: #39622c;
    margin: 0;
    padding: 10px;
    padding-left: 14px;
    color: white;
    position: relative;
    top: 0;
    left: 0;
}

.content-panel__survey-head1 {
    display: block;
    background-color: #573412;
    margin: 0;
    padding: 10px;
    padding-left: 14px;
    color: white;
    position: relative;
    top: 0;
    left: 0;
}

.content-panel__survey-head::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-135deg);
    border-radius: 0px;
}

.content-panel__survey-text {
    margin: 14px;
}

.content-panel__survey-status {
    margin-left: 100px;
    font-weight: bold;
    font-size: 14px;
    color: #39622c;
}

.content-panel__survey-footer {
    margin-top: 14px;
    background-color: rgba(170, 192, 50,.1);
    padding: 10px;
    padding-left: 10px;
    position: relative;
    top: 0;
    left: 0;
}

/*    .content-panel__survey-footer::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 14px;
        background-image: url(assets/Icon_clock.svg);
        width: 30px;
        height: 30px;
    }*/

.gratitude {
    position: absolute;
    top: 3px;
    right: 14px;
    width: 30px;
    height: 20px;
    /*font-size: 0;*/
}

.content-panel__survey-module--closed {
    height: 39px;
    overflow: hidden;
}

    .content-panel__survey-module--closed .content-panel__survey-head {
        background-color: #573412;
    }

        .content-panel__survey-module--closed .content-panel__survey-head::after {
            transform: rotate(45deg);
            top: 6px;
        }

.content-panel__input.enroll {
    width: 60% !important;
    padding-left: 6px;
}
/*----------------- contact modal -----------------*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.modal--active {
    display: block;
}

.modal__shade {
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal__box {
    position: relative;
    top: 125px;
    left: 0;
    margin: 0 auto;
    width: 850px;
    background-color: white;
    padding: 30px;
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-color: white;
}

.modal__directions {
    position: absolute;
    right: 30px;
    top: 85px;
    width: 20%;
    /*line-height: 18px;*/
}

.modal__form {
    width: 75%;
    margin-top: 20px;
}

.modal__buttons {
    text-align: right;
}

.select-style {
    width: 100%;
    overflow: hidden;
    border: 1px solid #aac032;
    margin-bottom: 15px;
    height: 24px;
    position: relative;
    top: 0;
    left: 0;
}

    .select-style::after {
        /*content: '';*/
        position: absolute;
        top: -1px;
        right: -1px;
        height: 22px;
        width: 18px;
        background-color: gray;
        border: 1px solid #aac032;
        border-left: none;
    }

.select {
    border: none;
    background-color: transparent;
    /*width: calc(100% + 15px);*/
    width: 100%;
    height: 100%;
}

.alert {
    color: red;
}

/*----------------- error modal -----------------*/

.modal__box--error-mode {
    width: 30%;
}

    .modal__box--error-mode .content-panel__title:nth-child(2), .modal__box--error-mode .modal__directions, .modal__box--error-mode .modal__form, .modal__box--error-mode .modal__close {
        display: none;
    }

.modal-error__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.modal-error__button {
    display: block;
    /*margin: 20px auto 0px;*/
}

.modal-error__text {
    margin-top: 20px;
}

/* ----------------- account page -----------------*/

.my-account-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

.my-account-box {
    width: 50%;
}

.my-account-buttons {
    position: absolute;
    bottom: -30px;
    right: 0;
}




/*----------------- style elements -----------------*/
.vertical-spacer__200 {
    height: 200px;
}

.vertical-spacer__400 {
    height: 400px;
}

.para--green {
    color: #39622c;
}
/*rk added because of responsive page layout*/
/*@media only screen and (min-width: 980px) {
.content-panel {
top: -228px;
left: 230px;
}
}*/


/*----------------- tabular form fixes -----------------*/

td > .account-submit {
    position: relative;
    left: 240px;
    height: 32px;
    line-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
/*----- other -----*/

#MainContent_LblNewParticipant.no-mobile {
    display: inline;
}
/*.nav-menu ul li a:first-child {
margin-top: 0;
}*/

@media (min-width: 1600px) {

    .main {
        background-size: contain;
    }
}


@media (max-width: 970px) {

    .white-box {
        max-width: 400px
    }
}

@media (max-width: 1068px) {

    .envelope-icon, .contact-tab__text {
        display: none;
    }


    /*.content-panel__enroll-badge > *:not(:first-child), .content-panel__login > *:not(:first-child), .contact-tab *, .decoration-image,el__login > *:not(:first-child), .contact-tab *, .decoration__image, .footer {
  display: none;
  }*/
    .session-management {
        right: 120px;
    }

    .content {
        z-index: 0;
    }

    .contact-tab {
        padding: 0;
        border: none;
        border-radius: 100%;
        transform: none;
        background-color: #39622c;
        background-size: 55%;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all .4s;
        background-image: url(assets/Icon_email_white.svg);
        top: -92px;
        right: 20px;
        width: 80px;
        height: 80px;
    }

    .decoration__ring {
        left: 126px;
        width: 207px;
        height: 207px;
        top: 85%;
    }

    .decoration__image--index {
        width: 293px;
        right: 142px;
    }

    .decoration__image--why {
        width: 227px;
        top: 0px;
        right: 52px;
    }

    .decoration__image--about {
        width: 227px;
        top: 0px;
    }

    .decoration__image--faqs {
        width: 220px;
    }

    .modal__box {
        width: 90%;
        top: 10vh;
    }

    .top-return {
        left: 46.2%;
    }

    .top-return--bottom {
        left: auto;
        right: -12px;
    }
}

@media (max-width: 980px) {

    body {
        padding-bottom: 200px;
    }

    .decoration__ring, .top-return {
        display: none;
    }

    .session-management {
        right: 20px;
    }

    .footer {
        z-index: -1;
        height: auto;
    }

    .footer__content {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .content-panel {
        display: block;
        margin: 0 auto;
        width: 737px;
    }

    .nav-menu {
        z-index: 1;
        position: fixed;
        left: 0vw;
        bottom: 0vw;
        border: 0;
        padding: 0;
        margin: 0;
        width: 0;
        height: 0;
        /*display: none;*/
    }

        .nav-menu::after, .contact-tab {
            /*position: fixed;*/
            /*z-index: 1;*/
            top: initial;
            /*left: -4vw;
    bottom: -4vw;*/
            /*width: 25vw;
    height: 25vw;*/
            left: -20px;
            bottom: -20px;
            width: 124px;
            height: 124px;
            padding: 0;
            border: none;
            border-radius: 100%;
            transform: none;
            background-color: #39622c;
            background-image: url('assets/temp burger.png');
            background-size: 55%;
            background-position: 55% 40%;
            background-repeat: no-repeat;
            transition: all .4s;
            /*z-index: 1;*/
        }

    .contact-tab {
        left: auto;
        /*right: -4vw;*/
        right: -20px;
        background-image: url('assets/Icon_email_white.svg');
        background-position: 45% 40%;
    }

    .nav-menu::after {
        content: '';
        transition: height .4s, width .4s, background-color .4s, border-radius .2s .2s;
    }

    .nav-menu::before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 100vh;
        width: 100vw;
        background-color: black;
        pointer-events: none;
        opacity: 0;
        transition: opacity .4s;
    }

    .nav-menu--active::after {
        content: '';
        position: absolute;
        /*position: fixed;*/
        left: 0vw;
        /*top: -56vw;*/
        bottom: 0vw;
        /*left: 0vw;
    bottom: 0vw;
    top: initial;*/
        /*height: 81vw;*/
        height: 46vh;
        width: 100vw;
        background-color: rgba(255,255,255,0.9);
        z-index: -1;
        border-radius: 0;
        background-image: url('assets/button_mobile_nav_onState.png');
        background-size: 125px 50px;
        background-position: bottom 25px left 25px;
        transition: height .4s, width .4s, background-color .4s;
    }

    .nav-menu--active::before {
        opacity: .4;
        pointer-events: all;
        z-index: -1;
    }

    .nav-menu ul li {
        width: 0;
        top: 0;
        /*height: 0;*/
        transition: all .4s;
    }

    .nav-menu--active.nav-menu ul li {
        display: block;
        position: relative;
        /*top: -72vw;*/
        top: -41vh;
        left: 10vw;
        width: 80vw;
    }

    .nih-logo {
        display: block;
        margin: 16px auto 0;
    }

    .footer__link-block {
        position: static;
        text-align: center;
        margin: 16px;
    }
    /*fixes*/

    .header__content {
        width: 1140px;
        padding: 12px;
        padding-left: 0;
    }

    .nav-menu ul li a {
        width: 100%;
    }
}

@media (max-width: 740px) {

    .content-panel__enroll-badge > *:not(:first-child), .content-panel__login > *:not(:first-child), .contact-tab *, .footer {
        display: none;
    }


    body {
        font-size: 18px;
        padding: 0;
    }

    .header {
        /*width: 100vw;*/
        /*height: 23vw;*/
        height: auto;
        /*margin-top: 30px;*/
    }

    .header__content, .footer__content {
        width: 100%;
    }

    .header__content {
        height: 23vw;
        padding: 1vw;
        padding-left: 2vw;
    }

    .session-management {
        position: static;
        height: 30px;
        /*width: calc(100% + 4vw);*/
        padding-top: 5px;
        background-color: #39622c;
    }

        .session-management .header__link, #LoginStatus1 {
            color: white;
        }
            /*.session-management .header__linka:hover{
  font-weight:bold;
  }*/
            .session-management .header__link:first-child {
                margin-left: 23px;
                margin-right: calc(100vw - 395px);
            }

                .session-management .header__link:first-child::before {
                    content: '';
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    border-left: 2px solid #AAC032;
                    border-bottom: 2px solid #AAC032;
                    transform: rotate(45deg) translate(0, -2px);
                    margin-right: 4px;
                }

        .session-management .pipe-span {
            color: white;
        }

            .session-management .pipe-span:nth-child(2) {
                display: none;
            }

    .main {
        padding-top: 33vw;
        background-position: -50vw -4vw;
        background-size: 154vw;
    }

    .content {
        width: 100vw;
        z-index: 0;
    }

    .content-panel {
        display: block;
        /*position:center;*/
        width: 100vw;
        border: none;
        padding: 5vw;
        padding-top: 4vw;
        padding-bottom: 22vw;
    }

    .decoration__ring {
        visibility: hidden;
        top: calc(-36vw - 19px);
        left: 0px;
    }

    .decoration__border {
        left: -3px;
        height: 35vw;
        width: 100vw;
        border-radius: 0;
        border: none;
    }

    .decoration__image--why {
        visibility: visible;
        width: 118%;
        right: 18vw;
        top: -12vw;
    }

    .login-module {
        position: relative;
        top: -4vw;
        left: -5vw;
        height: 18vw;
        width: 100vw;
        background-color: white;
        padding-top: .5vw;
        display: flex;
        justify-content: space-between;
    }

    .content-panel__enroll-badge, .content-panel__login {
        position: static;
        float: none;
        padding: 0;
        margin: 0;
        background-image: none;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        width: 49.8%;
        height: 100%;
        color: white;
    }

    .content-panel__enroll-text, .content-panel__login-title {
        color: white;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-top: 3vw;
        font-size: 4vw;
        font-weight: normal;
    }

    .content-panel__enroll-badge {
        background-color: #39622c;
    }

        .content-panel__enroll-badge:hover {
            background-image: none;
        }

        .content-panel__enroll-badge::after, .content-panel__login::after {
            content: 'Enroll';
            box-sizing: border-box;
            position: absolute;
            top: 9vw;
            left: 17vw;
            height: 6vw;
            width: 16vw;
            text-align: center;
            font-size: 4vw;
            line-height: 6vw;
            border: 2px solid #aac032;
        }

    .content-panel__login::after {
        content: 'Login';
    }

    .content-panel__login {
        background-color: #573412;
    }

    .content-panel__title {
        font-size: 7vw;
    }


    .content-panel__body {
        line-height: 20px;
    }

    .account-cancel, .account-submit, .pin-submit, .pin-cancel, .content-panel__button-box-submit, .content-panel__button-box-cancel, .modal-error__button {
        font-size: 18px;
    }

    .content-panel__subhead, .content-panel__title--faqs, .pin-box__title {
        font-size: 22px;
    }

    .vertical-spacer__200 {
        display: none;
    }

    .investigator {
        padding-left: 30vw;
    }

    .investigator__headshot {
        width: 25vw;
        height: 25vw;
    }
    /*.nav-menu {
  z-index: 1;
  position: fixed;
  left: 0vw;
  bottom: 0vw;
  border: 0;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;

}

.nav-menu::after, .contact-tab {
position: fixed;

top: initial;
left: -4vw;
bottom: -4vw;
width: 25vw;
height: 25vw;
padding: 0;
border: none;
border-radius: 100%;
transform: none;
background-color: #39622c;
background-image: url('assets/temp burger.png');
background-size: 55%;
background-position: 55% 40%;
background-repeat: no-repeat;
transition: all .4s;
z-index: 1;
}*/

    /*	.contact-tab {
left: initial;
right: -4vw;
background-image: url('assets/Icon_email_white.svg');
background-position: 45% 40%;
}

.nav-menu::after {
content: '';
}

.nav-menu::before {
content: '';
position: absolute;
bottom: 0;
height: 100vh;
width: 100vw;
background-color: black;
pointer-events: none;
opacity: 0;
transition: opacity .4s;
}

.nav-menu--active::after {
content: '';
position: absolute;
position: fixed;
left: 0vw;
top: -56vw;
bottom: 0vw;
left: 0vw;
bottom: 0vw;
top: initial;
height: 81vw;
width: 100vw;
background-color: rgba(255,255,255,0.9);
z-index: -1;
border-radius: 0;
background-image: none;


}

.nav-menu--active::before {
opacity: .4;
pointer-events: all;
z-index: -1;
}


.nav-menu ul li {
width: 0;
top: 0;
height: 0;
transition: all .4s;
}

.nav-menu--active.nav-menu ul li {
display: block;
position: relative;
top: -72vw;
left: 10vw;
width: 80vw;

}*/
    .pin-box {
        padding: 15.5px 9px;
    }

    .pin-box__input {
        width: 81%;
        vertical-align: bottom;
    }

    .study-team__img {
        float: none;
        width: 100%;
        height: auto;
    }

    .team-label {
        line-height: normal;
        text-align: center;
    }

    .modal {
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        display: block;
        /*height: auto;*/
    }

    .modal--active {
        opacity: 1;
        pointer-events: all;
    }

    .modal__box {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-bottom: 20vw;
        overflow-y: scroll;
    }

    .modal__box--error-mode {
        width: 80%;
        height: auto;
        top: 10vh;
    }

    .modal__directions {
        position: initial;
        width: 100%;
    }

    .modal__form {
        display: none;
        pointer-events: none;
        width: 100%;
    }

        .modal__form * {
            pointer-events: all;
        }

    .modal--active .modal__form {
        display: block;
    }

    .modal__box--error-mode .modal__form {
        display: none;
    }

    .modal--active .modal__form::after {
        content: '';
        position: fixed;
        /*z-index: 1;*/
        top: auto;
        /*left: -4vw;
  bottom: -4vw;
  width: 25vw;
  height: 25vw;*/
        left: -20px;
        bottom: -20px;
        width: 124px;
        height: 124px;
        padding: 0;
        border: none;
        border-radius: 100%;
        transform: none;
        background-color: #39622c;
        background-image: url('assets/temp burger.png');
        background-size: 55%;
        background-position: 55% 40%;
        background-repeat: no-repeat;
        transition: all .4s;
        pointer-events: all;
    }

    .modal--active .modal__form--no-nav::after {
        content: none;
    }

    .content-panel__login.content-panel__login--active > * {
        display: block;
    }

    .content-panel__login--active #MainContent_lgnFABLogin_p {
        background-color: #39622c;
        position: absolute;
        top: 17vw;
        left: -50vw;
        width: 100vw;
        border-top: 0.5vw solid white;
        padding: 2vw 20vw;
    }

    .content-panel__login--active input:not([type="button"]) {
        width: 100% !important;
        height: auto;
        font-size: 3.6vw;
        padding: 0.5vw;
        text-align: center;
    }

    .content-panel__login--active a {
        text-align: center;
        font-size: 2.8vw;
        color: white;
    }

    .content-panel__login--active input[type="button"] {
        position: static;
        display: block;
        height: auto !important;
        font-size: 4vw;
        padding: 1vw 4vw;
        margin: 0 auto !important;
    }

    .content-panel__login-title {
        pointer-events: none;
    }

    .content-panel__login--active br {
        display: none;
    }
    /*.content {
display: none;
}*/

    .no-mobile, .no-mobile br {
        display: none;
    }
}
/* global modifiers */

.inactive {
    background-color: rgba(1,1,1,.1);
    color: rgba(1,1,1,.3);
    border: 1px solid rgba(1,1,1,0.5);
}

.modal--validate .account-input:invalid, .modal--validate .select-style, .modal--validate .textarea:invalid {
    border: 1px solid red;
}

<style type="text/css" >
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* padding-bottom: 165px; */
    font-family: Arial;
    font-size: 14px;
    background-color: rgba(153, 158, 90, 0.20);
}

div, h1, a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #39622c;
}

    a:hover {
        text-decoration: underline;
    }

.header {
    height: 115px;
    width: 100%;
    background-color: white;
}

.main {
    width: 100%;
    height: auto;
}

.header__content, .main__content {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
}

.header__content {
    width: 970px;
    padding: 12px;
    padding-left: 0;
}

title {
    font-size: 10pt;
    margin: 3px 0px;
    display: block;
}

.elea-logo {
    height: 100%;
}

/*Stylings related to Progress Bar and in-between Thankyou screens*/

.progress_bar {
    display: flex;
    height: 50px;
    width: 100%;
    background: white;
    margin: 36px 0px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}

.progress_bar__list {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex;
    list-style-type: none;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

.progress_bar__item {
    background-color: rgba(153, 158, 90, 0.45);
    width: 25%;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    margin-left: 4px;
    position: relative;
}

    .progress_bar__item:first-child {
        margin-left: 0px;
    }

    .progress_bar__item:not(:last-child):after {
        content: " ";
        position: absolute;
        top: 3px;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 20px solid rgba(153, 158, 90, 0.45);
        z-index: 2;
    }

    .progress_bar__item:not(:first-child):before {
        content: " ";
        position: absolute;
        top: 3px;
        left: -1.5px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #EAEBDE;
        z-index: 1;
    }

    .progress_bar__item:nth-child(3):before, .progress_bar__item:nth-child(3):after {
        top: 13px;
    }

    .progress_bar__item.inactivepb {
        background-color: #F4F4ED;
        /* color: #7F8C8D;*/
        color: #371E03;
    }

        .progress_bar__item.inactivepb:not(:last-child):after {
            border-left: 20px solid #F4F4ED;
        }

        .progress_bar__item.inactivepb:not(:first-child):before {
            border-left: 20px solid rgba(153, 158, 90, 0.45);
        }

    .progress_bar__item.active {
        background-color: #D2DB92;
        color: #573412;
        font-weight: 700;
    }

        .progress_bar__item.active:not(:last-child):after {
            border-left: 20px solid #D2DB92;
        }

    .progress_bar__item.completed {
        background-color: #39622C;
        color: #FFFFFF;
        font-weight: 700;
        background-image: url(/images/assets/icon_checkmark-white.svg?v=XyVuUhOpoOyNxjIOzsplFayN4BE);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position-x: 10%;
        background-position-y: 50%;
    }

        .progress_bar__item.completed:not(:last-child):after {
            border-left: 20px solid #39622C;
        }

.section_complete {
    height: 600px;
    width: 100%;
    background-color: rgba(153, 158, 90, 0.45);
    background-image: url(assets/icon_checkmark.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 80px;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
    background-position-x: 50%;
    background-position-y: 120px;
    margin: 10px auto;
    border-top: 1px solid #39622C;
    border-bottom: 1px solid #39622D;
    text-align: center;
    padding-top: 200px;
}

    .section_complete p.current_section {
        font-size: 30px;
        color: #573412;
        font-weight: 700;
        margin: 0;
    }

