﻿@-ms-viewport {
    width: device-width;
}

body {
    background-color: #fff;
    margin-bottom: 160px;
    height: 100%;
    font-size: 15px;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #31458c;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #529ed6;
    }

option {
    border-right: 2px solid #cccccc !important;
}

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #fff;
}

#HeaderContent {
    color: #fff;
    height: 100%;
}

    #HeaderContent .headerImage {
        margin: 1em 0em 1em 0em;
    }

        #HeaderContent .headerImage img {
            max-height: 100px;
        }

/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 15px;
    margin-bottom: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.navbar-nav > li > a {
    text-decoration: none;
}

/*Adjust bar and drop down color*/

navbar-nav ul {
    width: 100%;
}

.navbar-inverse {
    background-color: #e70073;
    border-color: #a50063;
}

    /*Adjust hover color*/
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #FFF;
        color: #e70073;
    }

    /*Adjust drop down top border*/
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 0px;
    }


@media only screen and (min-width : 769px) {

    .navbar-nav > li:first-child {
        border-left: 1px solid #a50063;
    }

    .navbar-nav > li {
        border-right: 1px solid #a50063;
    }
}


/*Adjust Navigation Borders*/
@media only screen and (max-width : 768px) {

    .menu {
        cursor: pointer;
    }

    .navbar-header {
        border-bottom: 0px;
    }


    .navbar-nav > li:first-child {
        border-top: 0px;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #a50063;
    }

        .navbar-nav > li:last-child {
            border-bottom: 0px;
        }
}


/* Important Dates
-----------------------------------------------------------*/
#Dates {
}

    #Dates h3 {
        font-size: 18px;
        color: #555;
    }

    #Dates ul {
        padding-left: 0em;
        list-style-type: none;
        line-height: 180%;
    }

    #Dates li {
        border-bottom: 1px dotted #ACACAC;
        font-size: 12px;
        padding-bottom: 5px;
    }

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-bottom: 20px;
    z-index: 1001;
}



/* Content
-----------------------------------------------------------*/
#Content {
    padding: 0px;
    z-index: 1001;
}


    #Content h2 {
        line-height: 20px;
        margin-bottom: 20px;
    }


    #Content li {
        padding: 5px;
    }

/* FAQ
-----------------------------------------------------------*/
#FAQs {
}


    #FAQs ol li {
        padding: 0.313em 0.313em 1em 0.313em;
    }

    #FAQs .noListStyle li {
        font-weight: normal !important;
    }

    #FAQs .Question {
        font-weight: bold;
        text-decoration: none;
        text-align: left;
    }

    #FAQs .Answer p {
        font-weight: normal;
    }

    #FAQs .Answer Table {
        font-weight: normal;
    }

    #FAQs .Answer {
        font-weight: bold;
        display: none;
    }

        #FAQs .Answer span {
            font-weight: normal;
        }

/* Claim
-----------------------------------------------------------*/
#ClaimForm a {
    color: inherit;
    text-decoration: inherit;
}

    #ClaimForm a:hover {
        color: inherit;
    }

#ClaimForm .claimStyle {
}

#ClaimForm .claimLegend {
}

.well {
    margin-bottom: 0px;
}

.control-label {
    font-size: inherit;
}

/* File Upload
-----------------------------------------------------------*/
#uploadFileContainer .remove-link {
    color: #034b87;
    text-decoration: underline;
}

    #uploadFileContainer .remove-link:hover {
        color: #2F93E0;
    }

.buttonLink {
    text-decoration: inherit;
}

.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;
    max-width: 50px;
}

.progressBarText {
    display: none;
}


/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
    font-weight: bold;
    font-size: 15px;
    margin-top: 35px;
    line-height: 1px;
}

#ContactForm .top {
    margin-top: 10px;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
    color: #FF0000;
    font-weight: bold;
    margin-left: 2px;
    white-space: nowrap;
    font-size: 18px;
}

.field-validation-error {
    color: #FF0000;
    margin-left: 2px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #FF0000;
}

.validation-summary-valid {
    display: none;
}




/* Footer
-----------------------------------------------------------*/
#Footer {
    font-size: 13px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e70073;
}


    #Footer .footerText {
        padding-top: 15px;
        padding-bottom: 5px;
    }




/* Other Styles 
-----------------------------------------------------------*/
.instruction {
    color: Red;
}

.address-selector {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #FF0000;
}

    .address-selector li {
        list-style: none;
        padding: 0px 0px 10px 0px;
    }

.breakWord {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}
