@charset "utf-8";
/* CSS Document */

#page{
    background:#E3E5CD;
}


#page h1{
    color:#306C8D;
}
#page h1, #page h2, #page h3{
      font-weight:700;
}

#page h2{
  color:#214C5E;
}

#page h2.white{
  color:#fff;
}


#page h3{
font-weight:700;
}

p.lead{
    color:#306C8D;
}


#page_content {
    font-size:1.25rem;
}
#microsite_header .container.content{
    max-width:none;
    padding:0
}







#global_container_breadcrumb, #microsite_header .scale-images.container {
    max-width: 60em;
    margin: 0 auto;
    padding: 0 1em;
        margin-bottom:0!important;
}



#local_menu_header {
  display: flex;
  justify-content: center;  
  align-items: center;       
  gap: 1rem;            
  margin: 0;
  padding: 0rem 1rem;        
}

#local_menu_header.container{
    max-width: 100%!important;
}

#local_menu_header > li {
  float: none;           
}


#local_header .navbar-inner {
    background-color: #214C5E;
    text-align:center;
    box-shadow: 0 .5rem 0 -.25rem rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .05);
    zoom: 1;
}

 #local_header .navbar-inner .nav>li>a {
    float: none;
    padding: .5rem;
    margin: 0;
     font-size:1.25em;
     font-weight:bold;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}


 #local_header .navbar-inner .nav>li>a:hover{
    color: #97C940;
}


@media only screen and (min-width: 48em) {
    #page .navbar .nav>li:last-of-type a {
        padding: 0.75em 0.75em;
        border-radius: 0;
        background: #97C940;
        color: #214C5E;
        box-shadow: none;
        text-shadow: none;
    }
}


.breakout-bg{
    background:#306C8D;
    color:#fff;
    padding-top:1.5em;
    padding-bottom:1.5em;
}

.breakout-bg h1, .breakout-bg p.lead{
    color:#fff!important;
}

.breakout-bg.alternate{
    background:#06513f;
    color:#fff;
    padding-top:1.5em;
    padding-bottom:1.5em;
}


.breakout-bg.alternate h2{
    color:#fff!important;
    font-weight:700;
}

.breakout-bg.alternate-two{
    background:#418071;
    color:#fff;
    padding-top:1em;
    padding-bottom:1em;
}


.breakout-bg.alternate-four{
    background:#D4D3B8;
    color:#222;
    padding-top:1.5em;
    padding-bottom:1.5em;
}




@media (max-width: 480px){
  .breakout-bg.alternate.footer::before{
    width: 180px;
    height: 120px;
    right: -10px;
  }
}

@media (min-width: 1200px){
  .breakout-bg.alternate::before{
    right: 0;
  }
}


details summary {
    background: #06513f;
    border-radius:2em;
    color: #fff;
    margin-bottom: 1em;
    text-shadow: none;
    box-shadow: none;
    font-weight: 700;
    padding-left:2.75em;
}


details summary[aria-expanded=true]:before, .no-details details.open>summary:before, details[open]>summary:before {
    content: "-";
    padding: .125rem .65rem .375rem;
    color: #fff;
    border-color: #fff;
}


details > summary::before, details summary[aria-expanded="true"]:before, .no-details details.open > summary:before {
    color: #fff;
    border-color: #fff;
     padding: .25rem .5rem;
    position: absolute;
    top: 0.65rem;
}


.relative-top{
    position:relative;
    top:-1em;
}


a[role=button].primary
 {
   font-weight:700;
    border: 0;
    box-shadow: none;
    background: #97C940;
    color: #214C5E;
    border-radius: 1.3em;
    padding-left:2em;
    padding-right:2em;
}


a[role=button].primary:hover
 {
    background: #214C5E;
    color: #97C940;
}


.overlay-image .caption{
  background: #fff;
    color: #1e4b5e;
    font-weight: 700;
    border-radius: 0 0 1em 1em;
    top: 100%;
    font-size:1.25em;
    padding: 1em!important;
    transition: none;
   position: static;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto; }

/* Hide the images by default */
.mySlides {
  display: none; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #06513f;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 1em !important;
  border-bottom: 0 !important; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff !important; }

/* Caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }



.seven-icon-grid.columns {
    width: 50%;
    text-align:center;
  }

.facilities-icons p{
    margin-top:1em!important;
    margin-bottom:1em!important;
}




@media only screen and (min-width: 37em) {
    
    
 
    
  .seven-icon-grid.columns {
    width: 14.2857143%;
  }
    
    
    .facilities-icons offset-by-one{
        margin-left:7.1%;
    }
}


@media(max-width:37.5em){
    .facilities-icons .two.columns{
        width:50%;
    }

}


a.white-link:link, a.white-link:visited{
    color:#fff;
    border-bottom:1px solid #fff;
    font-weight: 700;
}

a.white-link:hover, a.white-link:active{
    color:#F5D40D;
    border-bottom:1px solid #F5D40D;
}

.well{
    background:#306C8D;
    color:#fff;
}

.well h2{
   color:#fff!important;
}
