﻿@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



body {
    background-color: #FFF;
    margin-bottom: 190px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    height: 100%;
    font-size: 16px;
    color: #111;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Questrial', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}


/* Links
-----------------------------------------------------------*/
a {
    color: #034B87;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #2F93E0;
    }


table {
    -webkit-text-size-adjust: none;
    font-size: inherit;
}

.control-label {
    font-size: 1em;
}

.list-group {
    font-size: 12px;
    color: #111;
}

#productTable {
    font-size: 15px;
    color: #111;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0965A9;
    color: #fff;
}


/* Header
-----------------------------------------------------------*/
#headerWrapper {
    background-color: #0965A9;
    border-top: 10px solid #034B87;
    font-family: 'Questrial', sans-serif;
    border-bottom: 10px solid #034B87;
}


#HeaderContact {
    background-color: #0965A9;
    color: #fff;
}

    #HeaderContact p {
        font-size: 0.9em;
        margin: 0.375em 0 0.4em 0;
    }

    #HeaderContact a {
        color: #fff;
        text-decoration: none;
    }


.HeaderContent {
    color: #111;
    height: 100%;
}

    .HeaderContent a {
        color: #111;
        text-decoration: none;
    }

    .HeaderContent h1 {
        margin: 0;
        padding: 10px 0 10px 0;
        color: #FFF;
    }

/* Menu
-----------------------------------------------------------*/

/*Adjust Menu Font*/
.navbar {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Questrial', sans-serif;
}

.navbar-nav > li > a {
    text-decoration: none;
}


navbar-nav ul {
    width: 100%;
}

.navbar-inverse {
    background-color: #0965A9;
    z-index: 1001;
}

/*Adjust menu spacing */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
/*Adjust drop down top border*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #034B87;
    }

@media only screen and (min-width : 1200px) {

    nav li {
        display: block;
    }

        nav li a {
            margin-top: 10px;
        }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .menu {
        cursor: pointer;
    }


    nav li {
        display: block;
    }

        nav li a {
            margin-top: 55px;
        }
}



@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        cursor: pointer;
    }


    .nav li {
        display: block;
    }

        .nav li a {
            margin-top: 5px;
        }

    .navbar-inverse .navbar-nav > li > a {
        padding: 8px;
        margin-top: 95px;
    }
}

@media only screen and (max-width : 767px) {

    .menu {
        cursor: pointer;
    }

    .navbar-header {
        border-top: 2px solid #0965A9;
        background-color: #0965A9;
    }

    .navbar-toggle {
        background-color: #034B87;
        float: right;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #034B87;
    }


    .navbar-nav > li:first-child {
        border-top: 1px solid #FFF;
    }

    .navbar-nav > li {
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }
}


/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
    background-color: #fff;
    z-index: 1001;
    border-top: 1px solid #e1e1e1;
}

@media only screen and (min-width: 992px) {

    #Wrapper {
        min-height: 435px;
    }
}

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-top: 0px;
    padding-bottom: 40px;
    z-index: 1001;
}


#introLead {
    padding: 10px;
    color: #333;
    border-bottom: 4px solid #FFF;
    text-shadow: 2px 2px #e9e9e9;
    font-weight: bold;
}

    #introLead h2 {
        margin-top: 10px;
        font-size: 2.188em
    }

    #introLead .leadText {
        text-align: center;
    }


#Content h3 {
    margin-top: 30px;
    color: #0965A9;
}

#Content h4 {
    line-height: 26px;
}


/* Content
-----------------------------------------------------------*/
#Content {
    background-color: #fff;
    padding: 10px;
    z-index: 1001;
}


    #Content li {
        padding: 5px;
    }

    #Content ul, ol {
        margin-bottom: 10.5px !Important;
    }

/* FAQ
-----------------------------------------------------------*/
#FAQs {
}


    #FAQs .faqHeader {
        font-weight: bold;
        color: #1B449B;
        font-size: 1.45em;
        padding-bottom: 5px;
        text-align: left;
    }


    #FAQs .QuestionsArea {
        margin-bottom: 20px;
    }

    #FAQs .HeaderArea ul {
        padding-left: 0;
    }


    #FAQs .HeaderArea li {
        list-style: none;
    }


    #FAQs .Question {
        font-weight: bold;
        text-decoration: none;
        margin-bottom: 20px;
        border: 1px solid #d6d6d6;
        padding: 0;
    }


        #FAQs .Question a {
            font-weight: bold;
            font-size: 20px;
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-word;
            white-space: pre-wrap;
            height: 100%;
        }


        #FAQs .Question ol {
            margin-bottom: 0;
        }

    #FAQs .noListStyle li {
        font-weight: normal !important;
        color: #111;
        font-size: 16px;
    }

    #FAQs .Answer p {
        font-weight: normal !important;
        background-color: #fff !important;
        border: 0 !important;
        color: #111;
        font-size: 16px;
    }

    #FAQs .Answer Table {
        font-weight: normal;
    }

    #FAQs .Answer {
        font-weight: bold;
        padding-bottom: 1em;
        color: #0965A9;
        font-size: 20px;
    }

    #FAQs .faqList {
        padding-bottom: 0px;
        display: none;
    }

    #FAQs .questionList {
        font-weight: bold;
        padding-bottom: .5em;
    }

        #FAQs .questionList p {
            font-weight: bold;
            background-color: #F9f9f9;
            width: 100%;
            padding: 10px 0 10px 10px;
            border: 1px solid #d6d6d6;
        }


/* Updates
-----------------------------------------------------------*/


#Updates .accordion .card-header:after {
    font-family: 'FontAwesome';
    font-size: 1.5em;
    /* content: "\f077";*/
    content: url(../Images/faq_arrow.svg);
    transition: all 0.5s;
    float: right;
    color: #0965A9;
}

#Updates .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /* content: "\f067";*/
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#Updates .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: 0px solid rgba(0,0,0,0) !important;
    border-right: 0px solid rgba(0,0,0,0) !important;
    border-left: 0px solid rgba(0,0,0,0) !important;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(185,185,185,0.5);
}

#Updates .card-header {
    padding: 1.3rem 1.25rem .7rem 0rem !important;
    margin-bottom: 0;
    min-height: 75px;
    border-top: 1px solid rgba(0,0,0,0.125) !important;
    border-bottom: 1px solid rgba(0,0,0,0) !important;
    background-color: rgba(0,0,0,0.0) !important;
    cursor: pointer;
}

#Updates .card-title {
    line-height: 22px;
    font-size: 26px;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;

}

#Updates .card-body {
    padding: 1.25rem 1.25rem 1.25rem 0;
    margin-top: -15px;
}


/* Documents
-----------------------------------------------------------*/

#Documents h4 {
    color: #6F6F6F;
    margin-top: 15px;
}

#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;
}


/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
    font-weight: bold;
    font-size: 15px;
    margin-top: 35px;
    line-height: 1px;
}

#ContactForm .top {
    margin-top: 10px;
}

/* RightsTable
-----------------------------------------------------------*/
#rightsTable {
    border: 1px solid #d9d9d9;
}

    #rightsTable .tableHeader {
        background-color: #d9d9d9;
        padding: 0.313em 0.313em 0.625em 0.625em;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #d9d9d9;
    }


    #rightsTable .tdLeft {
        background-color: #f9f9f9;
        text-align: left;
        font-weight: bold;
        max-width: 200px;
        width: 25%;
        padding: 0.625em 0.313em 0.938em 0.625em;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    #rightsTable .tdRight {
        padding: 0.625em 0.313em 0.938em 0.625em;
        text-align: left;
        font-weight: normal;
        background-color: #fff;
        border-bottom: 1px solid #d9d9d9;
    }

    #rightsTable .bottom {
        border-bottom: 0;
    }

/* Footer
-----------------------------------------------------------*/
#Footer {
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    font-size: 13px;
    border-top: 1px solid #d9d9d9;
    color: #FFF;
    background: #333;
    font-family: 'Questrial', sans-serif;
}



    #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 {
        padding: 20px 0 10px 15px;
    }

    #Footer .Bottom {
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
    }

    #Footer a {
        color: #FFF;
    }






