﻿/*General*/

html, body {
    height: 100%;
}
body {
    background: #fff;
    position: relative;
    margin: 0;
    padding-bottom: 0px;
    visibility:hidden;
    display:flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    overflow: hidden;
}

footer, header {
    flex-shrink: 0;
}

@media(min-width:768px){

    
#secondWell, #firstWell {
    width: 48%;
}
}


@media(max-width:768px){
body {
    padding-bottom: 0rem;
    min-height: 100%; 
} 


div#secondWell {
    margin-top: 19px;
}

}
 

#wb-sm .sm.open > li:first-child > a:first-child:hover::before {
    content: "\25B2";
    color: #298A96;
    font-size: 15px; 
     transform: scale(1.7, 1);
    position: absolute;
    padding: 0;
    top: -15px;
    left: 46%;
    border: none; 
    z-index:1;
    overflow:visible;
}

.list-inline.menu li.active.sm-open > a:hover:after, .list-inline.menu li.active.sm-open > a:after {
    content: "\25B2";
    color: #006571;
    font-size: 15px; 
    transform: scale(1.7, 1);
    position: absolute;
    padding: 0;
    top: 28px;
    left: 46%;
    border: none; 
    z-index:0;
}

#wb-sm .sm.open > li > a:hover::before, #wb-sm .sm.open > li.active.sm:hover > a:before {
    color: #006571;
}

.wb-menu .sm {
    overflow:visible;
}

fieldset#fieldsetResources ul li {
    padding: 3px !important;
}



div#secondWell {
    float: right;
}



div#BreadcrumbAnc {
    margin: 0px 0 -10px 0px;
}

section#intContent2ColLeft {
    padding: 10px 0 0 0;
}


#fieldsetResources:first-child{
border-top: solid 1.5px #fdc741;
}

fieldset#fieldsetResources ul { 
    padding: 0;
    list-style-type: none; 
}

.wb-menu .menu>li a {
    outline: none;
    
    }
    
fieldset#fieldsetResources a {
    text-decoration: none;
    color: black;
    }

#wb-sm .menu>li>a.wb-navcurr, #wb-sm .sm.open li a.wb-navcurr, #wb-sm .sm.open li a:focus, #wb-sm .sm.open li a:hover, #wb-sm .sm.open li summary.wb-navcurr, #wb-sm .sm.open li summary:focus, #wb-sm .sm.open li summary:hover{
	    background: rgb(52, 132, 141) !important;
}

fieldset#fieldsetResources hr {
    border: 0.5px rgb(0,101,113);
    border-style: dashed;
}

fieldset#fieldsetResources a:hover {
    text-decoration: underline;
    }
#fieldsetResources{

    padding: 9px;
    margin: 0px;
    border-radius: 7px;
    border: solid 1.5px #fdc741;
    min-width: 0;
}

#legendResources{
    padding: 4px;
    font-weight: 700;
    float: none;
    width: inherit;
    margin-bottom: 0px;
    font-size: 17px;
    color: rgb(0,101,113);
}

div#txt_emergencyLogo:empty {
    display: none;
}

div#headerlogos {
    /*padding: 50px 0 0 0;*/
}


#wb-cont {
    margin-top: 0px !important;
    }
span.Chevron:after {
    content: "\25BC";
    color: #c9dee1;
    font-size: 30px; 
     transform: scale(2.3, 1);
    position: absolute;
    padding: 0 0 0 0;
    top: -18px;
    left: 44%;
    border: none;/*adjust size*/
    z-index:1000000;
}

#wb-sm span.expicon.glyphicon.glyphicon-chevron-down {
    display: none;
}
#sm-pnl ul.list-unstyled.mb-sm {
   padding: 0 0 0 62px;
    margin: 0 -31px -1px -49px;
    background-color: rgb(240,240,240);
}

summary::-webkit-details-marker {
  display: none
}

span#MobileSearchButtonSearch:hover {
    cursor: pointer;
}

summary:before {
    float:right;font-size:16px;
  content: "\25BC";
  color:white;
}

details[open] summary:before {
 content: "\25BA";
    font-size:18px;
   color:rgb(0,101,113);
   float:right; 
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

div#footerSectionRight{
    text-align: right;
}

#sm-pnl .list-unstyled{

    font-family: Tahoma;
    font-size: 18px;
    font-style: normal;
    
    }

@media(max-width:768px){
div#footerSectionRight {
    text-align: left;
} 
}

div#wb-glb-mn {
    padding-left: 0px;
    padding-right: 0px;
}

#mb-pnl .srch-pnl form {
    display: none;
    white-space: nowrap;
}


#mb-pnl .modal-footer .btn-primary {
    font-weight: bold;
    color: rgb(0,101,113);
    background-color: rgb(201,222,225);
    border-color: rgb(0,101,113);
}

#wb-glb-mn .wb-overlay.open {
  min-width: 100% !important; 
  box-shadow: 0 0 0 0;
  position: static !important;
    
}

#container{
padding-left: 0px;
}


nav li{
list-style:none;
}

.overlay-def .mfp-close {
    display: none;}

#mb-pnl nav .mb-menu>li {
   border-bottom: 1px solid white;
    padding: 0 11px 0 29px;
}

.wb-panel-l, .wb-panel-r {
    height: auto; 
    }
    
 #mb-pnl .srch-pnl, #mb-pnl nav {
    padding: 0;
}

#mb-pnl .modal-body>:first-child {
    padding-top: 0px;
}

.srch-pnl .input-group .form-control,.input-group-btn {
display:none;
}

#wb-srch .input-group-btn .btn .fa {
    color: rgb(0,101,113);
        margin-left: 0px;
}

#wb-srch .input-group-btn .btn {
    background-color:rgb(201,222,225);
}

#wb-srch .input-group .input-group-btn {
    display: block;
}

.content-1-col ul.list-group, .content-2-col ul.list-group.list-group, .content-3-col ul.list-group, .content-2-col-narrow ul.list-group, .content-2-col-wide ul.list-group, .content-module ul {
padding-left: 0px;
list-style:none;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

footer#footerWithMsg {
    padding-left: 0px;
    padding-right: 0px; 
    padding-bottom: 30px;
    margin-top: 30px;
    color: #fff;
}

@media(max-width: 991px) {
div#wb-auto-1 > a {
font-size: 2vw;
}

div#headerlogos {
    padding: 0 0 0 0 !important;
}

.wb-menu .menu>li a {
    outline: none; 
}

#mb-pnl {
    min-width: 100%;
}

#wb-sec {
    display: block !important;
        } 
} 

#inline-content {
margin-left: 15px;
margin-right: 15px;
}

#MobileSearch .form-inline .input-group {
    display: block !important;
}

 

h1, h2, h3{
font-weight: 400;
}

h1{
font-size: 48px;
margin-bottom: 13px;
}

h2{
font-size: 29px;
margin: 26px 0 13px 0;
}

h3{
font-size: 24px;
margin: 13px 0 13px 0;
}

h4{
font-size: 22px;
margin-bottom: 13px;
}
 
 

html {
  height: 100%;
  box-sizing: border-box;
}

/*Body*/
.row-content{
    padding-left: 15px;
}
.content-3-col {
    padding:0px 15px;
    width: 33.3333333333%;
    float: left;
} 
.content-module{
    padding-top: 10px;
}
.content-2-col-wide {
    padding:0px 15px;
    width: 66.67%;
    float: left;
}

.content-2-col-narrow {
    padding:0px 15px;
    width: 33.33%;
    float: left;
}
.content-1-col{
    float:left;
    width:100%;
}

#bodyContent.col-md-9, #bodyContent.col-md-6, #bodyContent.col-md-12 {
    padding:0px;
}
@media(max-width: 991px) {
    .content-2-col, .content-3-col, .content-2-col-wide, .content-2-col-narrow {
        width: 100%;
    }
    .row-content{
        padding-left: 0;
    }
}
 

#leftContent.col-md-3 {
    padding-left:0;
}

#rightContent.col-md-3  {
    padding-right:0;
}
/*Secondary Menu*/
.secondary .open {
    background-color: #eee;
}

li.secondary {
    background-color: #eee;
}

#navFooter{
margin-top: -18px;
}

#ahs-sec .ahs-sec-curr, .left-nav .nav-title {
    padding-left: 19px;
}

#ahs-sec ul li > a, .left-nav ul li > a {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 2px 15px;
}

#ahs-sec > ul > li, .left-nav > ul > li {
    border-left: 4px solid #fff;
}

#ahs-sec li.open, .left-nav li.open {
    border-left: 4px solid #DE7013;
}

#ahs-sec ul .open ul, .left-nav ul .open ul {
    display: block;
}
#ahs-sec ul ul > li, .left-nav ul ul > li {
    padding: 2px 15px;
    background: #fff;
}

#ahs-sec li:hover, .left-nav li:hover {
    background: #FDC741;
}

#ahs-sec li.wb-navcurr, .left-nav li.wb-navcurr {
    background: #FDC741;
    border-left-color: #DE7013;
}

#ahs-sec li.open > a, .left-nav li.open > a {
    background: #FDC741;
    border-left-color: #DE7013;
}

#MobileSearch .form-inline {
   text-align: left !important;
    display: grid; 
    padding: 0px 53px 0px 30px;
}

#wb-srch-q .input-group-btn {
    display: block;
}

/*temp demo styles*/
#inlineContentBottom {
    background: #005E85;
    color: #fff;
}

/*Body*/
.row-content{
    padding-left: 15px;
}
.content-3-col {
    padding:0px 15px;
    width: 33.3333333333%;
    float: left;
}

.content-2-col { 
}
.content-module{
    padding-top: 10px;
}
.content-2-col-wide {
    padding:0px 15px;
    width: 66.67%;
    float: left;
}

.content-2-col-narrow {
    padding:0px 15px;
    width: 33.33%;
    float: left;
}
.content-1-col{
    float:left;
    width:100%;
}

#bodyContent.col-md-9, #bodyContent.col-md-6, #bodyContent.col-md-12 {
    padding:0px;
}
@media(max-width: 991px) {
    .content-2-col, .content-3-col, .content-2-col-wide, .content-2-col-narrow {
        width: 100%;
    }
    .row-content{
        padding-left: 0;
    }
}

#leftContent, #rightContent {
   <!-- margin-top:70px; -->
}

#leftContent.col-md-3 {
    padding-left:0;
}

#rightContent.col-md-3  {
    padding-right:0;
}


#mb-pnl details summary:hover,#site_home_page_news a,#site_home_page_news_title a,#wb-sec a,.site_carousel.carousel-s2 [role=tabpanel] a,.site_carousel.carousel-s2 figcaption a,.site_feature a,footer a,ol.breadcrumb a {
    text-decoration: none;
    outline: none;
}

body {
    background: #fff!important;
}

main {
    padding-top: 20px;
    padding-bottom: 20px
}

.left {
    float: left
}

.right {
    float: right
}

a:visited {
    color: #295376
}

#featured_img {
        padding-bottom: 15px
}

#wb-bar,#wb-bnr {
    background: #fff
}

#wb-srch {
    margin-top: 0;
    padding-top: 15px;
    padding-right: 62px;
    padding-left: 0
}

#wb-lng ul a {
    color: white;
    font-size: 14px
}

#wb-glb-mn .pnl-btn a {

    color: #fff;
    margin: -21px -30px -26px 28px;
    background: rgb(0,101,113);
    border-color: transparent;

}

#wb-glb-mn .pnl-btn li,#wb-lng ul li {
    border-left-color: white;
    border-left-width: 1px;
    line-height: 5px;
    margin: 12px 0 6px;
    padding: 8px
}

#wb-sttl img,#wb-sttl object {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px
}

#wb-sttl #headerLogo_1 {
    width: 174px;
    height: 50px;
    margin-left: 0
}

#wb-sttl #headerLogo_2 {
    width: 156px;
    height: 50px
}

#wb-sttl #headerLogo_3 {
    width: 121px;
    height: 40px;
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 14px
}

@media (max-width: 1199px) {
    #wb-sttl #headerLogo_3 {
        margin-left:50px
    }
    
    
}


div#Child {
    position: relative;
    margin-right:20px;
}

div#gChild {
    white-space: nowrap;
    position: relative;
    bottom: 0px;
    text-align: left;
    font-size: 37px;
    
}

div#gChild a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
    
    
    div#gChild { 
    font-size: 31px !important; 
    padding: 6px 0 0px 1px;
}
}

#wb-srch .form-group {
    width: 80%
}

.srch-fltr {
    margin-top: 30px
}

#wb-sttl {
    margin-top: -5px;
    position: relative;
    padding-left: 0;
    font-size: 31px;
}


#mb-pnl .sec-pnl { 
display:none;
}


@media (max-width: 991px) {
    div#gChild {
    white-space: nowrap;
    margin: 20px 0px 0 15px;
    text-align: left;
    font-size: 5.65vw;
    padding: 0px 1px 5px 0px;
}
    


    #wb-sttl img,#wb-sttl object {
        top:25px;
        left: 16px;
        top: 60px\9;
        left: 0\9
    }

    #wb-glb-mn .pnl-btn a span.glyphicon {
        padding-left: 0;
        font-size: 20pt
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    #wb-sttl img,#wb-sttl object {
        top: 60px;
        left: 0
    }
}

#inner-page .row h2 a,#inner-page .row h3 a,#inner-page .row h4 a,#wb-sm .menu>li>ul>li {
    font-size: 17px
}

@media (max-width: 410px) {
    #wb-glb-mn .pnl-btn a span.glyphicon-search:before {
      
    }
}

.nav {
    padding-left: 40px
}

#wb-sm {
    background: rgb(201,222,225);
}

#wb-sm .menu {
    display: table;
    width: 100%;
    text-shadow: none;
}

#wb-sm .menu>li {
    display: table-cell;
    position:relative;
    float: none;
    font-size: 16px
}

.wb-menu .sm.open {
    width: 100%;
    position: absolute;
    display: table;
}



#wb-sm .menu>li>a.wb-navcurr,#wb-sm .sm.open li a.wb-navcurr,#wb-sm .sm.open li a:focus,#wb-sm .sm.open li a:hover,#wb-sm .sm.open li summary.wb-navcurr,#wb-sm .sm.open li summary:focus,#wb-sm .sm.open li summary:hover {
    background: #0F559A
}

#top-bar {
    color: #fff
}


#wb-bar {
    border-bottom: 0;
    /*padding: 0px 0 19px 0;*/
    min-height: 0;
     background-color: rgb(0,101,113);
}

#wb-sm .nvbar {
    background: rgb(201,222,225);
}

#wb-sm .menu>li>a,#wb-sm .menu>li>a:hover,#wb-sm .menu>li:last-child>a  {
    outline: none; 
    cursor: pointer;
    border: none;
    color: rgb(90,88,91);   
    padding: 10px;
    font-weight: 600;
}

#wb-sm .menu>li.active>a,#wb-sm .menu>li>a:hover {
    background: rgb(201,222,225);
    color: rgb(90,88,91); 
}

#wb-sm .sm.open {
    background: #34848d; 
    border: none;
    
}

#wb-sm .sm.open li a,#wb-sm .sm.open li summary {
    padding: 12px 0px;
    color: white;
    text-align: center !important;
}

#wb-sm .menu>li>a.wb-navcurr,#wb-sm .open.sm li a.wb-navcurr,#wb-sm .sm.open li a:hover,#wb-sm .sm.open li summary:hover {
    background: rgb(41, 138, 150) !important;
}

#wb-bc ol {
    margin-top: .5em
}

#wb-sec h3 {
    border: 1px solid #1474c8;
    border-bottom: none;
    background: #1474c8;
    color: #fff
}

#wb-cont {

    padding: 0 0 0 13px;
    border-bottom: none;
}

#inner-page .profile .thumbnail {
    margin-top: 1.25em
}

.wb-menu .menu>li>ul>li {
    background:rgb(0,101,113);
}

#mb-pnl details[open] {
    border: none
}

#mb-pnl .info-pnl,#mb-pnl .modal-header {
    display:none;
}

.left-nav-top a,.left-nav-top a:visited {
    color: #fff
}

#mb-pnl.modal-content {
    box-shadow: 0 0 0 0;
    background: transparent; 
    max-height: 100%
}

#mb-pnl .modal-footer {
    display: none;
    background: rgb(52,132,141);
    border: none;
    padding: 1px 0 10px 32px;
}

#mb-pnl .lng-ofr,#mb-pnl .sm-pnl,#mb-pnl .srch-pnl,#sm-pnl details:not([open]) {
    background: rgb(52,132,141);
}

#mb-pnl .lng-ofr {
        display: none;
}

#mb-pnl .srch-pnl {
    padding-left: 40px
}

#mb-pnl nav a {
    outline: none;
    line-height: 20px;
    margin: 11px 0 11px -15px;
    color:black;
}

#mb-pnl nav a:hover { 
    color:gray ;
}

#wb-sec,.site_emergency_message p {
    margin-top: 0;
    font-size: 14px
}

#mb-pnl details summary {
    outline:none;
    border: none;
    color: #fff
}

.srch-pnl {
    padding-right: 0
}

.left-nav-top {
    background-color: rgb(52,132,141);
    color: #fff;
    font-weight: 700
}

ol.breadcrumb a {
    color: #969696
}

ol.breadcrumb>li:last-child {
   color: rgb(92,102,112);
    font-weight: bold;
}

.wb-menu .menu>li>ul>li:hover {
    background: white;
}
.breadcrumb>li+li::before {
    content: ">";
    color: #969696;
}

.site_emergency_message {
    background: #FDEE6D;
    padding-top: 15px;
    padding-bottom: 10px
}

.site_emergency_message h3 {
    margin-top: 0;
    margin-bottom: 0
}

#homepage-carousel {
    margin-bottom: 20px
}

.site_carousel.wb-tabs.wb-init {
    padding-bottom: 0;
    margin: 0 -14px 0 -14px;
    background: 0 0
}

.site_carousel.wb-tabs [role=tabpanel] {
    height: auto;
    padding-bottom: 5px
}

.site_carousel.wb-tabs figure {
    background: 0;
    overflow: hidden
}

.site_carousel.wb-tabs [role=tablist] li.plypause,.site_carousel.wb-tabs [role=tablist] li.tab-count {
    display: none
}

.site_carousel.wb-tabs [role=tablist] li.nxt a,.site_carousel.wb-tabs [role=tablist] li.prv a {
    color: #fff;
    padding: 0;
    font-size: 14px
}

.site_carousel.wb-tabs [role=tablist] li.nxt a .glyphicon,.site_carousel.wb-tabs [role=tablist] li.prv a .glyphicon {
    background: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none
}

.wb-tabs.carousel-s2 [role=tablist] {
    bottom: 50%
}

.site_carousel.wb-tabs [role=tablist] li.nxt {
    position: absolute;
    left: calc(100% - 42px);
}

.site_carousel.wb-tabs [role=tabpanel] a figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    padding-right: 45px;
    text-decoration: none
}

.site_carousel.wb-tabs figcaption .left {
    width: calc(100% - 85px)
}

.site_carousel.wb-tabs figcaption .fa {
    font-size: 10pt
}

.site_carousel.wb-tabs figcaption .fa.active {
    color: #007AC3
}

.site_carousel_caption:before {
    content: "\a";
    white-space: pre;
}

.site_carousel_dots {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 105
}

.site_carousel_dots .fa {
    color: #fff;
    font-size: 10pt
}

.site_carousel_dots .active .fa {
    color: #007AC3
}

@media (max-width: 991px) {

    #wb-srch { 
    padding-right: 0; 
}

    .site_carousel.wb-tabs .tabpanels {
        background:#333
    }

    .site_carousel.wb-tabs figcaption {
        position: relative;
        background: #333
    }

    .site_carousel a {
        text-decoration: none
    }
}

.site_feature {
    background: #EAEAEA;
    margin-bottom: 0
}

.site_feature .panel-heading {
    height: 0;
    padding-top: 32.5px;
    padding-bottom: 0;
    border-bottom: 32.5px solid;
    text-align: center;
    font-size: 16pt;
    color: #fff
}

.site_feature li {
    margin-top: 10px;
    margin-left: 19px
}

.site_feature .fa-stack {
    font-size: 140%
}

.panel-heading i {
    margin-top: -30px
}

.site_feature_one .panel-heading {
    border-color: #D94F66;
    background: linear-gradient(to right,#d94f66,#e05e79,#d94f66)
}

.site_feature_two .panel-heading {
    border-color: #E8AA3D;
    background: linear-gradient(to right,#e8aa3d,#eebc49,#e8aa3d)
}

.site_feature_three .panel-heading {
    border-color: #9669AC;
    background: linear-gradient(to right,#9669ac,#aa7dbc,#9669ac)
}

.site_feature h4,.site_feature ul {
    padding-left: 40px
}

@media (max-width: 767px) {
    .site_feature {
        margin-bottom:20px
    }
}

@media (max-width: 991px) {
    .site_feature_three {
        margin-bottom:0
    }

    .site_feature h4,.site_feature ul {
        padding-left: 20px
    }

    .site_feature li {
        margin-top: 21px
    }
}

#site_home_page_row {
    background: #1E838F;
    padding: 15px 0 0;
    margin-bottom: 20px
}

#site_home_page_news_title a,#site_home_page_row p {
    color: #fff
}

#site_home_page_news p {
    margin-top: 11.5px
}

#site_home_page_news strong {
    text-transform: uppercase;
    font-weight: bolder
}

#site_home_page_news a {
    color: #135a9a;
    font-weight: bolder
}

#site_home_page_news hr {
    height: 1px;
    border-color: #888
}

#site_home_page_newsadvisories {
    margin: 0;
    background: #E9E9E9;
    padding-top: 15px;
    padding-bottom: 15px
}

#site_home_page_news_title p {
    font-size: 14pt
}

.home-title {
    min-height: 40px
}

@media (max-width: 767px) {
    .home-title {
        min-height:initial
    }
}

#additional_news_links {
    margin-bottom: 10px
}

#btn_more_advisory,#btn_more_news {
    text-align: center;
    border-top: 2px solid #ddd;
    padding: 7px 0;
    color: #135A9A;
    font-weight: 600
}

#btn_more_news {
    margin-bottom: 15px;
    border-color: #f0f0f0
}

#btn_more_advisory_wrapper,#btn_more_news_wrapper {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #d6d6d6
}

#btn_more_advisory_wrapper {
    border-color: #ccc
}

footer {
    font-family: Tahoma, Geneva, sans-serif;
    right: 0;
    bottom: 0;
    left: 0; 
    width: 100%; 
    background: rgb(92,102,112); 
  
} 

footer h3 {
    margin-top: 32px;
    font-size: 13pt
}

.promo img {
    margin: auto 5px auto 15px
}

.promo img:first-child {
    margin-left: 0
}

.social {
    width: 300px;
    margin: 0 auto
}

.social img {
    height: 50px;
    width: 50px
}

.social p {
    line-height: 50px;
    margin-bottom: 0
}


#footerMenu a:visited {
    
    text-decoration: none;
    color: rgb(240,240,240);
}

#footerMenu a:link {
    
    text-decoration: none;
    color: rgb(240,240,240);
}
 

#footerMenu a:hover {
    border-bottom: 1.2px solid rgb(240,240,240);
    text-decoration: none;
    color: rgb(240,240,240);
}
#footerMenu a:active {
    
   text-decoration: none;
    color: rgb(240,240,240);
} 

#site_logo_footer {
    background: #2A2E31
}

#site_logo_footer img {
    float: right;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px
}

#site_logo_footer p {
    margin: 0;
    position: relative;
    left: 0;
    font-size: 10pt;
    color: #fff
}

.site_icon_footer {
    font-size: 100pt
}

#socialmedia {
    font-size: 15px;
    color: #707070;
    text-align: center;
    margin: 0 auto;
    line-height: 2.5
}

#socialmedia i {
    padding-left: 2px;
    padding-right: 2px
}

#footersocial {
    margin: 0 auto;
    display: block
}

.rss-noimg .rss-desc img,.wb-mm-ctrls .lastpnl .cc {
    display: none
}

#footericons {
    margin: 20px auto;
    height: 40px
}

#footerpromos a {
    text-decoration: none;
    padding-right: 30px
}

#footerlegal {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px
}

#footerlegal a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px
}

#wb-info li {
    margin-bottom: .5em
}

.accordion .tgl-panel,.accordion details {
    background: #EAEAEA
}

.accordion summary {
    padding-top: 9px;
    min-height: 50px;
    background: #939AA0;
    color: #fff;
    font-size: 16pt
}

.accordion summary:focus,.accordion summary:hover {
    background: #939AA0;
    text-decoration: none;
    color: #fff
}

.page-listing .list-readmore,.rss-link {
    color: #295376
}

.accordion summary:hover {
    background: #138ED7
}

.accordion summary.on {
    background: #007AC3
}

.accordion summary.off {
    background: #939AA0
}

.page-listing>a>img {
    float: left;
    height: 75px;
    margin-top: 0!important;
    margin-right: 10px!important;
    border: 1px solid #ccc;
    padding: 3px
}

page-listing .list-title {
    margin-bottom: 3px
}

.page-listing .list-title>a {
    color: #295376;
    text-decoration: none
}

.page-listing .list-date,.rss-date {
    font-style: italic;
    font-size: 14px
}

.page-listing .list-desc,.rss-desc {
    font-size: 15px
}

.page-listing hr {
    margin: 0 15px
}

.page-listing-mrgn-tp-0 {
    margin-top: -26px
}

.rss-link {
    margin-bottom: 3px;
    font-weight: 700
}

.site_tabs [role=tablist] {
    top: 1px
}

.site_tabs [role=tablist]>li {
    background: #fff
}

.site_tabs [role=tablist]>li a {
    background: #939BA0;
    color: #fff!important;
    font-weight: 700;
    border-color: #1E838F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #939BA0
}

.site_tabs [role=tablist]>li.active a {
    background: #155F68;
    border-color: #155F68;
    border-width: 0 0 1px
}

.wb-tabs [role=tablist]>li:focus,.wb-tabs [role=tablist]>li:hover {
    background: #fff
}

.site_tabs [role=tablist].generated li {
    padding: 0;
    border: none;
    z-index: auto
}

.site_tabs {
    border: none
}

.site_tabs details[open] summary {
    border: 1px solid #155F68;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.site_tabs>.tabpanels>details>summary {
    background: #155F68;
    color: #fff;
    text-decoration: none;
    border-color: #ddd;
    font-weight: 700
}

@media (min-width: 992px) {
    #socialmedia {
        text-align:right;
        line-height: default;
    }
    
    
    #footersocial {
        width: initial;
    }

    .site_tabs>.tabpanels>details,.site_tabs>details {
        border-color: #155F68;
        border-width: 6px 0 0;
        border-radius: 0;
        padding: 10px 30px
    }

    .site_tabs .tabpanels {
        border: 1px solid #155F68;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

    #ia_googleMaps {
        padding-bottom: 42.5%!important
    }
}

@media (max-width: 992px) {
    .site_tabs>.tabpanels>details,.site_tabs>details,.wb-tabs>.tabpanels>details:last-of-type,.wb-tabs>details:last-of-type {
        border:1px solid #155F68;
    }
    
    
    div#headerQuickLinks { 
    margin:3px -15px 10px 0px;
    }

    .wb-tabs>.tabpanels>details[open]>summary,.wb-tabs>details[open]>summary {
        margin-bottom: 6px;
    }
}

.site_blue_well {
    background-color: #DCEAF7
}

.site_blue_well select.form-control {
    width: 100%
}

.site_word_break {
    word-break: break-all
}

list-unstyled li {
    margin-bottom: 5px
}

.gsa-search-empty {
    height: 70px
}

.gsa-result-title a {
    color: #135a9a;
    font-weight: 700
}

.gsa-result-url {
    color: #006621;
    word-wrap: break-word
}

.gsa-alt span,.gsa-sugg span {
    font-weight: 700
}

.gsa-alt ul.alt a {
    color: #135a9a
}

.gsa-filter-link li a,.gsa-filter-reset a {
    color: #333
}

#optional_content_area {
    margin-bottom: 20px
}

#optional_content_area3 {
    margin-top: -48px
}

#home_content_area1 {
    margin-top: 20px
}

.home_main li,.home_main p,.home_main ul {
    font-size: 14px
}

.home_main #mb-pnl li,.home_main #mb-pnl p,.home_main #mb-pnl ul {
    font-size: 16px
}

.wb-share a.shr-opn {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase
}

.wb-share a.shr-opn span.glyphicon:before {
    position: relative;
    top: 5px;
    font-size: 20pt
}

.wb-mltmd {
    border: 1px solid #ddd
}

.tile-home {
    margin: 25px 0 70px
}

#home_main {
    background-size: 100% 410px!important;
    background-repeat: no-repeat
}

.tile-primary img,.tile-secondary img {
    margin-bottom: 16px
}

.tile-secondary {
    margin-left: 0;
    padding-right: 0
}

.tile-primary {
    padding: 0
}

.gradient-container {
    position: relative
}

.tile-gradient,.tile-heading {
    position: absolute;
    bottom: 0;
    left: 0
}

.tile-gradient {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#646464',GradientType=0);
    top: 0;
    right: 0
}

.tile-heading {
    color: #fff;
    padding: 1em
}

.tile-heading h2,.tile-heading h4 {
    margin: 0;
    text-shadow: 0 1px 2px #000
}

.tile-heading:before {
    content: " ";
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #007AC3
}

.tile-secondary .tile-heading:before {
    background-color: #1AB374
}

.tile-heading p {
    margin: 0
}

.tile-mobile {
    min-height: 35px
}

a.list-group-item.child-item {
    padding-left: 24px;
}

#wb-sec .list-group a.list-group-item.child-item-highlight {
    background-color: #eee;
}

@media (max-width: 1199px) {
    #home_main {
        background-size:100% 355px!important
    }
}

@media (max-width: 991px) {
    .tile-group-a,.tile-group-b {
        padding:0
    }

    .tile-group-a {
        padding-right: 7.5px
    }

    .tile-group-b {
        padding-left: 7.5px
    }

    #home_main {
        background-size: 0!important
    }

    .tile-home {
        margin: 0
    }
}

@media (max-width: 767px) {
    .tile-secondary {
        padding-left:0
    }

    .tile-secondary .tile-heading {
        color: #000
    }

    .tile-secondary .gradient-container:after {
        content: " ";
        display: inline-block;
        height: 1px;
        width: 100%;
        background-color: #999
    }

    .tile-home {
        margin-bottom: 15px
    }

    .tile-heading:before {
        display: none
    }

    .tile-heading h4 {
        text-shadow: none
    }
}

@media (max-width: 320px) {
    .tile-primary {
        margin-top:-30px
    }

    .tile-heading h2 {
        margin-bottom: -8px
    }

    .gradient-container {
        margin-top: 25px;
        min-height: 50px
    }

    .tile-heading h4 {
        margin-top: -10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #999;
        width: 230px
    }

    .tile-secondary .gradient-container:after {
        background-color: #fff
    }

    .tile-group-b .gradient-container:first-child {
        margin-top: 15px
    }

    #ia_googleMaps {
        padding-bottom: 42.5%!important
    }
}

.tile-heading h2,.tile-heading h4,.tile-heading p {
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=0),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=90),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=180),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=270)
}

.dataTable th.sorting_asc b,.dataTable th.sorting_desc b {
    color: #000
}

.glyphicon-search {
    color: white;
}

#wb-srch-sub{
    background-color: rgb(204,216,212);
    border-style: unset;
}
#wb-srch .input-group {
display:inline-table;
}