﻿@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,600,700');


.LiquidButton {margin-top:0 !important;}

.col-xs-hidden, .col-sm-hidden, .col-md-hidden, .col-sm-visible, .col-md-visible, .col-lg-visible{display:none;}
.col-xs-visible{display:block;}

@media (min-width: 768px)
{
    .container {width: 750px;}
    .col-xs-hidden, .col-sm-visible {display:block !important;}
    .col-xs-visible {display:none;}
}
@media (min-width: 992px)
{
    .container {width: 970px;}
    .col-sm-hidden, .col-md-visible{display:block !important;}
    .col-sm-visible{display:none;}
    html {overflow-x:hidden;}
}
@media (min-width: 1200px)
{
    .container {width: 1170px;}
    .col-md-hidden, .col-lg-visible{display:block !important;}
    .col-md-visible{display:none;}
}
.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Fira Sans", Sans-Serif;
    background: #FFF;
    font-size:16px;
}
a
{
    color:#0058A4;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #2B2B2B;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#FFF;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    background-color:#0058A4;
    padding:15px 0 15px 0;
    text-align:center;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}

/* TOP NAV */
.TopNav nav
{
    background:url(../sysimages/topnavBG.png) center bottom no-repeat #0058A4;
    background-size:cover;
    box-shadow:0 5px 20px 0 rgba(0, 0, 0, .35);
    position:relative;
    z-index:4;
}
.TopNav nav ul li a
{
    color:white;
    height:75px;
    line-height:75px;
}
.TopNav nav ul li:hover
{
    background:transparent;
}
.TopNav nav ul li:hover a
{
    color:#BAD2E5;
}
.TopNav .nav_title:hover
{
    color:White;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li ul
{
    top:75px;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.1em;
    color:Black !important;
    height:auto;
    line-height:1.3;
    padding:4px;
}
.TopNav > nav > div > ul > li:nth-child(4) > a {
    /*margin-left: 168px;
    margin-right: -35px;*/
    margin-left: 100px;
    margin-right: -6px;
}

#ucTopNav_rptDropdownGroups_ctl03_lnkGroupTitle {
    margin-left: -38px;
    margin-right: 63px;
}
.TopNav > nav > div > ul > li:nth-child(3) > ul
{
    padding-top:15px;
}
.TopNav > nav > div > ul > li:nth-child(4) > ul
{
    padding-top:20px;
}
/* END TOP NAV */
/* HEADER */
header
{
    background:black;
    position:relative;
    z-index:5;
    padding:10px 0;
}
.headertext
{
    color:White;
    text-transform:uppercase;
    text-shadow:0 1px 1px #025AA8;
    font-size:1.125em;
}
.SocialMedia
{
    float:right;
    margin:0;
}
.SocialMedia a
{
    float:none;
    margin:0;
    font-size:1.05em;
}
.SocialMedia > a:hover > span > svg:first-child
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #BFFFE8;
}
.ContactLink
{
    padding-right:11px;
}
header h1
{
    font-weight:normal;
}

header h2
{
}
.HeaderLogo svg{max-width:100% !important; width:200px; position:absolute;}

.QuickLinksButton
{
    float:left;
    cursor: pointer;
    position: relative;
}
.QuickLinksButton .Left
{
    float: left;
    color: White;
    text-align: center;
    font-size:1.05em;
    font-weight:600;
    line-height:1;
    position:relative;
    z-index:7;
}
.QuickLinksButton #Expand
{
    float: left;
    color: White;
    text-align: center;
    padding-left:10px;
    border-left:none;
    line-height:1;
    transition:0.3s all ease-out;
    position:relative;
    z-index:7;
}
.QLOpen
{
    font-size:1.05em;
}
.QLContainer
{
    float:right;
    position: relative;
    margin:5px 27px 0;
}
.QuickLinksButton #Expand.Cross
{
    background-color:#0058A4;
}
.QuickLinksButton #Expand.Cross .QLOpen
{
    transition:0.3s all ease-out;
    color:white;
}
#QuicklinksList
{
    margin: 0;
    padding: 5px 25px;
    border-bottom: 1px solid white;
    background: #0058A4;
    list-style: none;
    position: absolute;
    top: 0%;
    right: 0;
    transition: all 0.5s;
    pointer-events: none;
    opacity: 0;
    color:#FAD051;
    z-index:6;
    text-align:left;
}
#QuicklinksList.Show
{
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
#QuicklinksList li
{
    padding: 5px 0;
    display: block;
}
#QuicklinksList a
{
    white-space: nowrap;
    color: white;
    font-size: 1em;
    font-weight: 600;
    padding:0;
}
#QuicklinksList a:hover
{
    color:#BAD2E5;
}

@media screen and (max-width:991px)
{
    .HeaderLogo svg{position:static;}
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#0058A4;
    color:White;
    padding:50px 0 30px;
    width:100%;
}
footer b
{
}
footer a
{
    color:White;
}
footer a:hover
{
    color:#BAD2E5;
    text-decoration:none;
}
.footertext
{
    line-height:2.375em;
}
.footerlogo svg
{
    width:180px;
    max-width:100%;
}
footer .hpLink
{
    background-color:White;
    color:#0058A4;
}
.AdContainer
{
    width:17%;
    float:left;
}
.subfooter
{
    width: 100%;
    background: #0058A4;
    color: White;
    padding-bottom:20px;
    text-align:center;
    font-size:0.875em;
}
.subfooter .container-fluid
{
    border-top:solid 1px #2C76B6;
    padding-top:20px;
}
.subfooter a
{
    color: White;
}
.social_media_buttons
{
    margin-top:20px;
}
.social_media_buttons svg
{
    font-size:1em;
}
@media screen and (min-width:992px)
{
    footer .col-md-3{width:21%; padding-top:95px;}
    footer .col-md-5{width:33%; padding-top:92px;}
    footer .col-md-4{width:29%; padding-top:95px;}
}
@media screen and (max-width:1200px)
{
    footer .hpLink{font-size:0.85em; padding:9px 20px;}
}
@media only screen and (max-width : 991px)
{
    footer div
    {
        text-align:center !important;
    }
    .social_media_buttons{margin-bottom:30px;}
    .AdContainer{width:100%; margin-bottom:30px;}
    .divCompliance{margin:22px 0 15px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 0;
}
.slideshowOverlay
{
    z-index:3;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/
    height: calc(90vh - 200px);
    object-fit: cover;
    object-position: center center;
}
.SlideShowNav a
{
    color: White;
    background: #0058A4;
}
.slick-dots li button::before
{
    color:#000;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#101010;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#0058A4;
    height:40px;
    width:40px;
    line-height:36px;
}
.slick-prev svg, .slick-next svg
{
    font-size: 36px;
}
.slick-prev
{
    margin-left:0;
}
.slick-next
{
    margin-right:0;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#0058A4;
    width:40px;
    height:40px;
}
.slick-prev:before, .slick-next:before
{
    color:#0058A4;
}
.slideshow_caption_container_outer
{
    right:auto;
    left:50px;
}
.slideshow_caption_container_inner
{
    text-align:left;
}
.slideshow_caption_header
{
    text-align:left;
    text-transform:none;
}
.VideoReadMore
{
    position:absolute;
    top:-90px;
    left:40px;
    background:#00549F;
    padding:7px 25px;
    color:White;
    display:none;
}
.VideoReadMore:hover
{
    color:White;
    background:black;
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        left: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
    .slideshow_outer_container
    {
        display: none;
    }
}
@media screen and (max-width:650px)
{
div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    font-weight:bold;
    font-size:2.250em;
    color:#0058A4;
}
.hpLink
{
    background: #0058A4;
    border-radius: 3px;
    text-transform:none;
    border: 0;
    color: #FFF;
    font-weight: 600;
    font-size:1.125em;
    padding:10px 30px;
}
.hpLink:hover
{
    color: White;
    background: #004480;
}
.hpTitle b
{
    font-weight: 500;
}
.hpDivCTA
{
    background-color:#0058A6;
    box-shadow:inset 0 8px 0 0 #0066BF, inset 0 -8px 0 0 #004480, 0 1px 10px 0 rgba(0, 0, 0, .43);
    position:relative;
    z-index:2;
}
.btnCTA
{
    height:165px;
    width:100%;
    display:block;
    color:White;
    text-align:center;
    font-size:1.375em;
    font-weight:600;
    background-color:#8D0034;
    border-top:solid 8px rgba(255, 255, 255, .12);
    border-bottom:solid 8px rgba(0, 0, 0, .23);
    text-shadow:0 1px 3px rgba(0, 0, 0, .32);
    transition:all 0.3s ease-out;
    line-height:1.3em
}
.btnCTA svg
{
    font-size:2.455em;
    margin:35px 0 10px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .32));
}
.btnCTA:hover
{
    color:#333333;
    text-decoration:none;
    background-color:#E6E6E6 !important;
}
.col-md-2:first-child .btnCTA
{
    border-left:solid 8px rgba(0, 0, 0, .18);
}
.col-md-2:nth-child(2) .btnCTA
{
    background-color:#BA5D00;
}
.col-md-2:nth-child(3) .btnCTA
{
    background-color:#5A447A;
}
.col-md-2:nth-child(3) .btnCTA img
{
    width: 67px;
    margin-top: 11px;
    margin-bottom: 3px;
    max-width: 100%;
    display: inline-block;
    transition:all 0.3s ease-out;
}
.col-md-2:nth-child(3) .btnCTA:hover img
{
    filter: invert(100%);
}
.col-md-2:nth-child(4) .btnCTA
{
    background-color:#007A87;
}
.col-md-2:nth-child(4) .btnCTA img
{
    width: 67px;
    margin-top: 11px;
    margin-bottom: 3px;
    max-width: 100%;
    display: inline-block;
    transition:all 0.3s ease-out;
}
.col-md-2:nth-child(4) .btnCTA:hover img
{
    filter: invert(100%);
}
.col-md-2:nth-child(5) .btnCTA
{
    background-color:#651D32;
}
.col-md-2:last-child .btnCTA
{
    background-color:#0D5C42;
    border-right:solid 8px rgba(0, 0, 0, .18);
}
.hpDivCTA .col-md-2
{
    border-right:solid 1px black;
}
.hpDivCTA .col-md-2:first-child
{
    border-left:solid 1px black;
}
.hpDivCTA .col-md-2:first-child:before
{
    content:'';
    position:absolute;
    width:100px;
    height:165px;
    left:-100px;
    border-top:solid 8px #0066BF;
    border-bottom:solid 8px #004480;
    border-right:solid 8px #004887;
}
.hpDivCTA .col-md-2:last-child:before
{
    content:'';
    position:absolute;
    width:100px;
    height:165px;
    right:-100px;
    border-top:solid 8px #0066BF;
    border-bottom:solid 8px #004480;
    border-left:solid 8px #004887;
}
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #0058A4;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #0058A4;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #0058A4;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.hpDiv1
{
    background-color:#FFFFFF;
    text-align:center;
    padding:60px 0;
}
.textwindow_maintext
{
    color:#0058A6;
    font-weight:bold;
    font-size:2.625em;
}
.textwindow_text
{
    color:#5F6369;
    font-weight:500;
    font-size:1.625em;
}
.hpDiv2
{
    background:#E6E6E6;
}
.monthly-header
{
    background-color:#0058A4 !important;
}
.monthly-prev::after, .monthly-next::after
{
    border-color:White !important;
}
.monthly-header-title-date
{
    color:White !important;
    background-color:transparent !important;
    border:0 !important;
}
.monthly-today .monthly-day-number
{
    background-color:#0058A4 !important;
}
.hpDiv3
{
    background-color:white;
    padding:50px 0;
}
.HPnewscomponent_mainlink
{
    color:#1F1F1F;
    font-size:1.375em;
    margin-bottom:15px;
}
.HPnewscomponent_maintext
{
    margin-bottom:15px;
}
.HPreadMoreLink
{
    float:left;
    color:#0058A4;
    font-size:0.938em;
    font-weight:bold;
}
/* Horizontal Slider Events */
.eventcomponent_datecontainerHoriz
{
    background-color:#0058A4;
    width:86px;
    height:86px;
    text-align:center;
    float:none;
    margin:0 auto 20px;
    padding-top:7px;
    box-shadow:0 2px 8px 0 rgba(0, 0, 0, .2);
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:white;
    width:100%;
    height:43px;
    padding-top:6px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.875em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:Black;
    font-size:1.875em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextHoriz
{
    font-weight:bold;
    font-size:1em;
    color:#333333;
}
.eventcomponent_datetextHoriz
{
    font-size:1em;
    font-weight:bold;
    color:#333333;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:none;
    width:100%;
    text-align:center;
    margin-left:0;
}
.event_articleHoriz svg
{
    color:#0058A4;
}
.hpDiv4
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f77b3+0,fdfdfd+100 */
    background: #2f77b3; /* Old browsers */
    background: -moz-linear-gradient(top,  #2f77b3 0%, #fdfdfd 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2f77b3 0%,#fdfdfd 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2f77b3 0%,#fdfdfd 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f77b3', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
    background-color:#2f77b3;
    padding:50px 0;
}
.SocialHeader
{
    float:left;
    width:100%;
    text-align:center;
    display:table;
    padding:10px 0;
}
.SocialHeader div
{
    display:table-cell;
}
.SocialHeader svg
{
    color:White;
    font-size:2.250em;
}
.hpDiv4 .hpTitle
{
    color:White;
}
.MobileBreak{display:none;}

@media only screen and (max-width : 991px)
{
    .hpDivCTA .container-fluid{padding:0;}
    .hpDiv1{font-size:.9em;}
    .hpDiv2 .col-md-3{margin-bottom:50px;}
    .hpDiv2 .col-md-9 div:first-child{text-align:center;}
    .hpDiv2 .hpLink{float:none !important;}
    .MobileBreak{display:block; margin-bottom:20px;}
    .SocialHeader{margin-top:20px;}
    .hpDiv4 .container-fluid{max-width:420px;}
    .btnCTA
    {
        border-top:solid 8px rgba(255, 255, 255, .12);
        border-bottom:solid 8px rgba(0, 0, 0, .23);
        border-left:solid 8px rgba(0, 0, 0, .18);
        border-right:solid 8px rgba(0, 0, 0, .18);
    }
    .hpDivCTA .col-md-2{border:0;}
    .hpDivCTA .col-md-2:last-child:before
    {
        display:none;
    }
}
/* END HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#f5f5f5;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#0058A4;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #003666;
    border-left: 1px solid #0058A4;
    border-right: 1px solid #0058A4;
    background: #004480;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #004480 !important;
    border-left: 1px solid #004480 !important;
    border-right: 1px solid #004480 !important;
    background: #0058A4;
}

.DynamicNav ul li ul li a:hover
{
    background: #0058A4 !important;
    color: White !important;
}
.DynamicNav_currentpage_link:hover
{
    background: #004480 !important;
    color: White !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2B2B2B;
        color:White;
        border-bottom:1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
    }
}
/* END DYNAMIC NAV */


/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#0058A4;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#0058A4;
    color: #fff;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#0058A4;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#0058A4; /* Hover Color */
    color:#fff !important;
}
.monthly-event-list{background-color:#0058A4 !important;}
.monthly-event-list-date{color:White !important;}
.monthly-header-title a:link, .monthly-header-title a:visited{background-color:White;}
/* END EVENTS COMPONENT */


/* start ADA button */
.divCompliance
{
    float:none;
    width:auto;
    text-align:right;
    font-weight:600;
    margin:65px 0 15px;
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
.GoogleSearchContainer
{
    color: White;
    background: #0058A4;
}
.GoogleSearchContainer a:hover
{
    color: White;
}

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
}
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */

/* Text Window Collapse */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    color:#212121 !important;
}
/* End Collapse */