﻿@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


body {
    background-color: #FFF;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 190px;
    font-size: 16px;
    height: 100%
}

html {
    position: relative;
    min-height: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    color: #034B87;
}


table {
    -webkit-text-size-adjust: none;
    font-size: 15px;
}

tr.row {
    margin-right: 0;
    margin-left: 0;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
}

.card {
    margin-bottom: 21px;
}

.control-label {
    font-size: 1em;
}

.buttonLink {
    text-decoration: none;
}


@media only screen and (max-width: 1199px) {
    .desktopbreak {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .mobilePhone {
        display: none;
    }

    .desktopPhone {
        display: inline;
    }
}


@media only screen and (max-width: 1199px) {
    .mobilePhone {
        display: inline;
    }

    .desktopPhone {
        display: none;
    }
}

/* Links
-----------------------------------------------------------*/
a {
    color: #034B87;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #2F93E0;
    }


    a.anchor {
        padding-top: 130px;
        margin-top: -130px;
        display: inline-block;
    }




/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #FFF;
    border-bottom: 2px solid #2F93E0;
}


@media only screen and (max-width: 1199px) {

    #Header .HeaderContact {
        display: none;
    }
}


#Header h1 {
    margin: 0;
    padding: 0;
    font-size: 1.55em;
}

    #Header h1 a {
        text-decoration: none !important;
    }


        #Header h1 a:hover, #Header h1 a:focus {
            color: #034B87;
        }

@media only screen and (max-width: 991px) {

    #Header h1 {
        font-size: 1.1em;
    }
}

#HeaderContent p {
    font-size: 1em;
    color: #FFF;
    padding-top: 0;
    margin-bottom: 0;
    text-align: right;
}

@media only screen and (max-width: 1199px) {

    #HeaderContent p {
        text-align: center;
    }
}

.LanguageSwitcher {
    padding-top: .25em;
    padding-bottom: .625em;
    background: #FFF;
    border-bottom: 1px solid #b4b5b6;
}

    .LanguageSwitcher a {
        color: #111 !important;
        text-decoration: none;
        border-bottom: 0;
        font-size: .85em
    }

        .LanguageSwitcher a:hover, .LanguageSwitcher a:focus {
            color: #0050b4 !important;
            text-decoration: none;
        }

@media only screen and (min-width: 1200px) {
    .LanguageSwitcher {
        padding-right: 30px;
    }
}



/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 1.1em;
    border-color: #DDD;
    border-bottom: 1px solid #FFF;
    margin-top: 0;
    box-shadow: none;
}


    .navbar .navbar-nav > li > a {
        text-decoration: none;
    }

@media only screen and (min-width: 1200px) {


    .navbar .navbar-nav li {
        padding-right: 20px;
        text-align: center;
    }

        .navbar .navbar-nav li:last-child {
            padding-right: 0;
        }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav > li > a {
        padding-bottom: 5px;
        border-bottom: 2px solid #FFF;
        color: #111;
    }

        .navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            border-bottom: 2px solid #0088CC;
        }

    .activeItem {
        border-bottom: 2px solid #0088CC !important;
        font-weight: bold !important;
    }
}
/*END X-LARGE SCREEN MENU*/



@media only screen and (max-width: 1199px) {


    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .nav-fill .nav-item {
        text-align: left;
    }

    .navbar-nav > li:first-child {
        border-top: 1px solid #FFF;
    }

    .navbar-nav > li {
        background-color: #EEE;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

        .navbar-nav > li > a {
            color: #111;
            display: block;
            padding: 10px;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
                background-color: #0088CC;
                color: #111;
            }

    .menu {
        cursor: pointer;
    }
}
/*END OF LARGE/MEDIUM/SMALL/X-SMALL SCREEN MENU*/


/*TitleWrapper
-----------------------------------------------------------*/

#TitleWrapper {
    background: url(../Images/Background.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    border-bottom: 2px solid #2F93E0;
}

#TitleWrapper {
    color: #fff;
    text-shadow: 2px 2px #111;
    font-weight: bold;
}

    #TitleWrapper h1 {
        padding: 0.375em 0 0.375em 0;
        text-align: center;
        color: #FFF;
    }

    #TitleWrapper a {
        color: #FFF;
        text-decoration: none;
    }

    #TitleWrapper p {
        text-align: center;
    }

    #TitleWrapper h2 {
        padding: 0 0 20px 0;
        color: #fff;
        text-shadow: 2px 2px #111;
    }

@media only screen and (min-width: 1200px) {
    #TitleWrapper h1 {
        padding: 130px 0 0 0;
    }

    #TitleWrapper h2 {
        padding: 20px 0 0 0;
    }
}


@media only screen and (max-width: 1199px) {
    #TitleWrapper h1 {
        padding: 150px 0 0 0;
    }


    #TitleWrapper h2 {
        padding: 20px 0 0 0;
    }
}




.introLead {
    text-align: center;
}




@media only screen and (min-width : 992px) {
    .introLead {
        margin-bottom: 0.375em;
    }
}


@media (max-width: 991px) {
    .introLead {
    }
}


/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
    background-color: #FFF;
    z-index: 1001;
}

@media only screen and (min-width: 992px) {

    #Wrapper {
        min-height: 435px;
    }
}






/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-top: 0;
    padding-bottom: 40px;
    z-index: 1001;
}


/* Content
-----------------------------------------------------------*/
#Content {
    background-color: #FFF;
    padding: 10px;
    z-index: 1001;
}


    #Content li {
        padding: 5px;
    }

    #Content ul, ol {
        margin-bottom: 10.5px;
    }

.breakWord {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.icon-boxes {
    background: rgba(15, 24, 42, .70);
}


    .icon-boxes .icon-box {
        text-align: center;
        padding: 30px 20px;
        width: 100%;
        color: #FFF;
    }

        .icon-boxes .icon-box h4 {
            color: #FFF;
            margin-top: 5px;
        }

@media only screen and (max-width: 1199px) {
    .desktopLinks {
        display: none;
    }

    .lastBox {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .mobileLinks {
        display: none;
    }
}
/* Important Dates
-----------------------------------------------------------*/
#Dates {
}

    #Dates ul {
        padding-left: 0;
        list-style-type: none;
        line-height: 180%;
    }

    #Dates li {
        font-size: 15px;
        line-height: 24px;
        border-bottom: 1px solid #004E96;
        padding-bottom: 10px;
    }




/* FAQ
-----------------------------------------------------------*/

#FAQs {
}

    #FAQs .faqHeader {
        font-weight: bold;
        color: #004E96;
        font-size: 1.813em;
        padding-bottom: 5px;
        text-align: center;
    }

    #FAQs .QuestionsArea {
        margin-bottom: 1.3em;
    }

    #FAQs .Question {
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        padding-left: 0;
    }

        #FAQs .Question ol {
            margin-bottom: 0 !important;
        }

    #FAQs .noListStyle li {
        font-weight: normal !important;
    }

    #FAQs .Answer p {
        font-weight: normal;
    }

    #FAQs .Answer table {
        font-weight: normal;
    }

    #FAQs .Answer {
        font-weight: bold;
        padding-bottom: 1em;
    }

/* Documents
-----------------------------------------------------------*/

#Documents h4 {
    color: #6F6F6F;
    margin-top: 1em;
}

#Documents .pdf {
    list-style-image: url("../../Content/Images/pdfIcon.png");
    margin-left: 25px;
}

#Documents .excel {
    list-style-image: url("../../Content/Images/excelIcon.png");
    margin-left: 25px;
}

#Documents .claimForm {
    list-style-image: url("../../Content/Images/formIcon.png");
    margin-left: 25px;
}


/* Claim
-----------------------------------------------------------*/
.radio {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px !important;
}

    .radio ul {
        padding-left: 0 !important;
    }

    .radio li {
        font-size: 16px;
    }


@media only screen and (min-width : 992px) {
    .radio li {
        list-style: none;
        padding-left: 0;
        display: inline;
    }
}


@media (max-width: 991px) {
    .radio li {
        list-style: none;
        padding-left: 0;
    }
}


.radioStacked {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px !important;
}

    .radioStacked ul {
        padding-left: 0;
    }

    .radioStacked li {
        list-style: none;
        padding-left: 0;
    }

.modal-title {
    line-height: 1.2
}

.popupLink {
    font-style: italic;
    font-size: 12px;
}

.Notes {
    font-size: 14px;
    font-style: italic;
}


/* File Upload
-----------------------------------------------------------*/

#uploadFileContainer .remove-link {
    color: #034b87;
    text-decoration: underline;
}

    #uploadFileContainer .remove-link:hover {
        color: #2F93E0;
    }

.AjaxUploaderQueueTable {
    display: none !Important;
}

.AjaxUploaderCancelAllButton {
    display: none !Important;
}

.uploadGrid td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    white-space: pre-wrap;
    min-width: 0;
}

.progressBarText {
    display: none;
}

/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
    font-weight: bold;
    font-size: .95em;
    margin-top: 2.1em;
    margin-bottom: .33em;
    line-height: 0;
}

#ContactForm .top {
    margin-top: .85em;
}

#ContactForm .form-control::placeholder {
    color: #495057 !important;
}


/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
    color: #FF0000;
    font-weight: bold;
    margin-left: .125em;
    white-space: nowrap;
}

.field-validation-error {
    color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #FF0000;
}

.validation-summary-errors-login ul {
    padding-left: 0 !Important;
    list-style: none;
}


.validation-summary-errors ul {
    padding-left: 0 !Important;
    list-style: none;
}

.validation-summary-errors li {
    padding-left: 0 !Important;
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.input.input-validation-error {
    border: .0625em solid #FF0000 !important;
}

    .input.input-validation-error:focus {
        border: .0625em solid #FF0000 !important;
        box-shadow: none;
        outline: 0 none;
    }

.textarea.input-validation-error {
    border: .0625em solid #FF0000 !important;
}

    .textarea.input-validation-error:focus {
        border: .0625em solid #FF0000 !important;
        box-shadow: none;
        outline: 0 none;
    }

.input.fieldError {
    border: .0625em solid #FF0000 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #fff;
}

    .input.fieldError:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }


.select.fieldError {
    border: .0625em solid #FF0000 !important;
    background: url(../Images/error.png) no-repeat 98% 50%;
    background-origin: content-box;
}

    .select.fieldError:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }


.textarea.fieldError {
    border: .0625em solid #FF0000 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #fff;
}

    .textarea.fieldError:focus {
        box-shadow: 0 .0625em .0625em rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }

.fieldErrorRadioButtons {
    padding-left: 5px !important;
    box-shadow: 1px 0 0 #FF0000 inset;
}

.clearValidation {
    display: none;
}

/* RightsTable
-----------------------------------------------------------*/

#rightsTable .tableHeader {
    text-align: center;
    font-weight: bold;
}

#rightsTable .tdLeft {
    text-align: left;
    font-weight: bold;
}

#rightsTable .tdRight {
    text-align: left;
    font-weight: normal;
}


/* Footer
-----------------------------------------------------------*/
#Footer {
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #d9d9d9;
    background-color: #3D3D3D;
    color: #FFF;
}

@media only screen and (max-width: 576px) {

    #Footer {
        padding-top: 10px;
    }

        #Footer .navigationLinks {
            padding: 0px 0 10px 5px;
        }

            #Footer .navigationLinks li {
                margin-top: 0;
            }

        #Footer .Questions {
            padding: 10px 0 0 5px;
        }

        #Footer .Bottom {
            padding-top: 10px;
        }
}



#Footer .navigationLinks {
    padding: 0px 0 20px 15px;
}


    #Footer .navigationLinks li {
        float: left;
        padding-right: 30px;
        margin-top: 10px;
    }

#Footer .lastLink {
    padding-right: 0 !important;
}


#Footer .Questions {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0 0 15px;
}

#Footer .Bottom {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

#Footer a {
    color: #FFF;
}

/* ADA Styles
-----------------------------------------------------------*/
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

/*Buttons
-----------------------------------------------------------*/
.btn-primary {
    background-color: #255f82;
    border-color: #0079A1;
    color: #FFF;
}

    .btn-primary:hover {
        background-color: #013D5B;
        border-color: #004B63;
        color: #FFF;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #013D5B;
        border-color: #001921;
        color: #FFF;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #013D5B;
        border-color: #004B63;
        color: #FFF;
    }

        .btn-primary:active:hover, .btn-primary.active:hover {
            background-color: #004B63;
            border-color: #001921;
            color: #FFF;
        }

        .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus {
            background-color: #013D5B;
            border-color: #004B63;
            color: #FFF;
        }


.more-btn2 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    background: #fff;
    padding: 6px 30px 8px 30px;
    color: #013D5B;
    border: 2px solid #013D5B;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    position: absolute;
    margin-left: -50px;
    left: 50%;
    width: 100px;
    bottom: 0px;
    font-weight: bold;
}

/* Other Styles 
-----------------------------------------------------------*/

.address-selector {
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    background: #FFF;
}

    .address-selector li {
    }

.blockquote {
    color: #555555;
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%
}

@media only screen and (max-width: 480px) {
    #ReCaptcha {
        transform: scale(0.8);
        transform-origin: 0;
        margin-left: -20px;
    }
}
