﻿@-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: 991px) {
    .desktopbreak {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .mobilePhone {
        display: none;
    }

    .desktopPhone {
        display: inline;
    }
}


@media only screen and (max-width: 767px) {
    .mobilePhone {
        display: inline;
    }

    .desktopPhone {
        display: none;
    }
}

/* Links
-----------------------------------------------------------*/
a {
    color: #034B87;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #2F93E0;
    }

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #FFF;
    border-top: .813em solid #004E96;
}

#HeaderContent {
    color: #FFF;
    height: 100%;
}

    #HeaderContent a {
        color: #111;
        text-decoration: none;
    }

    #HeaderContent h1 {
        margin: 0;
        padding: 0.375em 0 0 0;
    }

    #HeaderContent p {
        font-size: 0.813em;
        color: #111;
        padding-top: 0.375em;
        margin-bottom: 0;
    }
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 1.1em;
    border-color: #DDD;
    box-shadow: 0 2px 2px #DDD;
    border-top: 1px solid #DDD;
    margin-bottom: 1em;
}


    .navbar .navbar-nav > li > a {
        text-decoration: none;
    }

@media only screen and (min-width: 1200px) {

    .navbar .navbar-nav > li > a {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {

    .navbar .navbar-nav li {
        padding-right: 45px;
    }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav > li > a {
        border-bottom: 2px solid #FFF;
        color: #111;
    }

        .navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            background-color: #fff;
            border-bottom: 2px solid #004E96;
            color: #111;
        }

    .activeItem {
        border-bottom: 2px solid #2F93E0 !important;
        font-weight: bold !important;
    }
}
/*END OF LARGE/X-LARGE SCREEN MENU*/

@media (min-width: 768px) and (max-width: 991px) {

    .navbar .navbar-nav li {
        padding-right: 35px;
    }

    .navbar .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .navbar .navbar-nav > li > a {
        border-bottom: 2px solid #FFF;
        color: #111;
    }

        .navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            background-color: #fff;
            border-bottom: 2px solid #004E96;
            color: #111;
        }

    .menu {
        cursor: pointer;
    }

    .activeItem {
        border-bottom: 2px solid #2F93E0 !important;
        font-weight: bold !important;
    }
}
/*END OF MEDIUM SCREEN MENU*/

@media only screen and (max-width: 767px) {

    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .navbar-nav > li:first-child {
        border-top: 1px solid #DDD;
    }

    .navbar-nav > li {
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
    }

        .navbar-nav > li > a {
            color: #111;
            display: block;
            padding: 10px;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
                background-color: #004E96;
                color: #fff;
            }

    .menu {
        cursor: pointer;
    }
}
/*END OF SMALL/X-SMALL SCREEN MENU*/



/*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;
}


/* 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 .noListStyle {
        margin-bottom: 16px !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: 15px;
    }

    .radioStacked li {
        list-style: none;
        padding-left: 0;
    }

    .radioStacked radioStackedLabel {
        display: block;
        margin-top: -1.5em;
        margin-left: 25px;
    }


.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;
    }

#uploadFileContainer .noteDocumentTypeError {
    display: none;
    font-weight: bold;
    color: #FF0000;
}

.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 ul {
        padding-left: 0 !Important;
        list-style: none;
    }


    .validation-summary-errors li {
        list-style: none;
    }

.validation-summary-errors-login ul {
    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: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #d9d9d9;
}


    #Footer .navigationLinks {
        border-bottom: 1px solid #d9d9d9;
        padding: 0px 0 20px 15px;
    }


        #Footer .navigationLinks li {
            float: left;
            padding-right: 30px;
            margin-top: 10px;
        }

    #Footer .lastLink {
        padding-right: 0 !important;
    }


    #Footer .Questions {
        padding: 20px 0 10px 15px;
    }

    #Footer .Bottom {
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
    }

    #Footer a {
        color: #111;
    }

/* 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: #008CBA;
    border-color: #0079A1;
    color: #FFF;
}

    .btn-primary:hover {
        background-color: #006687;
        border-color: #004B63;
        color: #FFF;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #006687;
        border-color: #001921;
        color: #FFF;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #006687;
        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: #004B63;
            border-color: #001921;
            color: #FFF;
        }

/* 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;
    }
}

.wordbreak {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.ContentSubTitle {
    font-family: 'Roboto', sans-serif;
    color: #034B87;
    font-size: 19px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    font-weight: 300;
    line-height: 1.1;
}

.lead {
    font-size: 1.25em;
}
