@charset "utf-8";
/* CSS Document */
  @import url("https://use.typekit.net/gvx8ltu.css");



 h1,
h2,
 h3{
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#005870;
}

h2.white, h3.white{
    color:#fff;
}


#page header.row{
    margin-bottom: 0; 
}

#page{
    font-family: "nimbus-sans", sans-serif;
font-weight: 400;
font-style: normal;
}


#page #local_menu_header {
    margin: 0;
    text-align: right !important;
}



#page .navbar-inner {
    background-color: transparent;
    box-shadow: none;
    border: none;
    float: right;
      margin-top:2em;
}

#page .navbar .nav>li{
    border-right: 0;
}

#microsite_header .pseudo-h1{
  padding-top:0.5em;
    line-height:100%;
}

#microsite_header .pseudo-h1 a {
    color: #005870;
    border: 0;
    font-weight:700;
}


@media only screen and (min-width: 37.5em){
#page .navbar .nav>li a {
    padding: 0.3em 0.75em 0.5em 0.75em;
    border-radius: 5px;
    background: #005870;
    text-shadow: none;
    color: #fff;
    border: 0;
    margin-right:1em;
  
   
}

}





.breakout-area.alternate{
    background:url(/-/media/8D83F34EC7ED4600976FC98619A2ED59.ashx) no-repeat;
    background-size:cover;
}




.breakout-bg{
    background:#005870;
    color:#fff;
    padding:1.5em 0;
}

.breakout-bg h1, .breakout-bg h2{
    color:#fff;
}

.breakout-bg.alternate h2{
    color:#005870;
}


.breakout-bg.alternate{
    background:#D1E6EB;
    color:#222;
}


.breakout-bg.alternate-two{
    background:#00A4B7;
    color:#fff;
}



.breakout-bg.alternate-two h2{
    color:#fff;
}





#overlays h3{
    color:#005870;
    font-size:1.1em;
}

#overlays .well{
    box-shadow:4px 4px 3px #ccc;
}

.well{
    background:#fff;
    color:#222;
    text-shadow:none;
}


.well h2{
    color:#005870;
}



.well.alternate{
    background:#005870;
    color:#fff;
    border:3px solid #fff;
    font-size:1.25em;
}

.well.alternate a:link, .well.alternate a:visited{
    color:#fff;
    border-bottom:1px solid #fff;
    font-weight: 700;
}


.well.alternate a:hover, .well.alternate a:active{
    color:#D1E6EB;
    border-bottom:1px solid #D1E6EB;
}




.well.alternate-two{
    background:#D1E6EB;
    color:#222;
}

.well.alternate-three{
    background:#00A4B7;
    color:#222;
}

.well.alternate-three h3{
   color:#fff!important;
}

.well.alternate-three a:link, .well.alternate-three a:visited{
    color:#fff;
    border-bottom: 1px solid #fff;
}

.well.alternate-three a:hover, .well.alternate-three a:active{
    color:#222;
    border-bottom: 1px solid #222;
}


.well.alternate-four{
    background:#005870;
    color:#fff;
}


.well.alternate-four h3{
    color:#fff;
}




.well.alternate-two.didyouknow{
    font-weight: 700;
    font-size:1.15em;
    color:#005870;
    position:relative;
    margin-top:1.5em;
}

.well.alternate-two.didyouknow .normal{
    font-weight:normal;
}


.well.alternate-two.didyouknow h3{
    position: absolute;
    top: -2em;
    left: 0;
    background: #005870;
    font-size: 1.2em;
    margin: 0;
    color: #fff!important;
    padding: 0.5em;
    margin-top: 1em;
}


a[role="button"].primary{
    background:#005870;
    color:#fff;
    box-shadow: none;
    text-shadow:none;
}


.h-100{
    height:100%;
}

.display-flex{
    diplay:block;
}

@media(min-width:37.5em){
    .display-flex{
    diplay:flex;
}
}



#logos .row {
    display: flex;
    flex-wrap: wrap; /* Ensure that items can wrap if needed */
    align-items: center; /* Align items vertically */
}

/* Ensure the images within the columns are centered and responsive */
#logos .three.columns {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

#togglebox .togglebox-button {
    height: 100%;
    background: #f8f8f8;
    border-radius: 0.25em;
    box-shadow: none;
    text-shadow: none;
    color: #000;
    font-weight: bold;
    padding-top: 1.25em;
}

#togglebox .four.columns:nth-child(1) .togglebox-button {
    background: #005870;
    color: #fff;
}

#togglebox .four.columns:nth-child(2) .togglebox-button {
    background: #00A4B7;
    color: #fff;
}

#togglebox .four.columns:nth-child(3) .togglebox-button {
    background: #96CBD8;
    color: #005870;
}



.togglebox-item {
    display: block;
}



#togglebox .filter-button-group {
    display: none;
}
@media(min-width:600px) {
    #togglebox .filter-button-group {
        display: block;
    }
    .togglebox-item {
        display: none;
    }
    .togglebox-item.active {
        display: block;
    }
}
@media(min-width:48em) {
    #togglebox .filter-button-group {
        display: flex;
    }
}


.no-border{
    border:0!important;
}


.tick-bullet li {
    list-style-type: none;
    background-image: url('/-/media/2180F8847CC84105AE7729FCDC2DC22F.ashx'); 
    background-repeat: no-repeat; 
    padding-left: 50px; 
    margin-bottom: 0.5em; 
    background-size: 1.5em 1.5em; 
    font-size: 1.5em; 
    line-height: 1.5em;
    
}


.tick-bullet li a:link,  .tick-bullet li a:visited{
  color:#fff;
  border-bottom:1px solid #fff;
}

.tick-bullet li a:hover,  .tick-bullet li a:active{
  color:#D1E6EB;
  border-bottom:1px solid #D1E6EB;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none; /* Hidden by default */
}

.overlay-content {
  position: relative;
  top: 50%;
  left: 50%;
    width:60%;
    max-height:80%;
    overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 1.5em;
border:6px solid  #00A4B7;

}

.overlay-content.wide{
    width:90%;
      transform: translate(-50%, -60%);

}

.close-overlay {
    padding:0.75em;
    color: #fff;
  border: none;
margin-bottom:2em;
}



details summary {
    display: block;
    padding-left: 3rem;
    color:#fff;
    background:#005870;
    
}

details>summary::before {
    border: 1px solid;
    border-radius: 500em;
    content: "+";
    font-size: 2rem;
    left: 0.5rem;
    padding: 0.25rem 0.25em;
    position: absolute;
    top: 0.75rem;
    color: #005870;
   border:0;
    background:#fff;
}


details[open] summary[aria-expanded="false"]:before {
   content: "-";
    padding: 0.2rem 0.35em 0.25em
}

