/* FORMATTING DON'T CHANGE */
.navContent ul li a {padding: 11px 0 8px 0; border-bottom: 3px solid transparent; transition: all .0s ease;}
.footerContainer {margin-top: -1px}
.noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer {padding: 15px 0 !important;}
.navContent .navButton:hover {background: white; transition: all .4s ease;}



    /* change colors */
    .navContent ul li a.selected {border-bottom: 3px solid #339999} /* selected nav underline */
    .navContent ul li a:hover:not(.navButton) {border-bottom: 3px solid #339999; transition: all .4s ease;} /* hover nav underline */
    
        /* buttons */
        .block_f9db72f94e9a4e818d5cf98df3a46087 .contentImg {background: #03396b}
        /* services buttons */
        .items_bfe9066f3db94babb3326ab227bedb2f .contentImg {background: #03396b}


/* HOME PAGE */

    /* Affiliate Icons */
    .block_aecda14ded1b4406a2d4c6578afbd20d .contentImg {max-height: 100px; width: auto; margin: 0 auto;}
    .block_aecda14ded1b4406a2d4c6578afbd20d .blockImg {padding-top: 40px}
    
/* CONTACT */

    /* Map */
    @media only screen and (min-width:768px) { .block_f007701e16e54df29261cf52a94e786e .contentImg {max-width:70%}}
    










/* Nav Bar Icons */
.block_f061a68eb7cb4d2798c02b8b701f8973 .contentImg {
    max-height: 80px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/* RSS */

.block_ff30d34e8a824fff82a2bd782a1efffd .cols4 .item.packeryItem {box-shadow: 0 0 7px rgba(0,0,0,.25);}



/*Image Caption Padding*/
.block_f954035fd4e2441e8c373b74b1bf8e85 .customCaption .contentTitle {
    padding-top: 8%;
}


.tiltNavItem button {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  /* centering fix related to normal positioning of mobile nav trigger */
  .headerContent {
    padding-left: 32px;
  }
  /* a little padding under the tilt button on small screens */
  .tiltNavItem {
    padding-bottom: .5em;
  }
}



* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create five equal columns that sits next to each other */
.column {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 20px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.row2 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create three equal columns that sits next to each other */
.column2 {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 20px;
}

.column2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/* Css          Lightbox      Start */


.rowL > .columnL {
  padding: 0 8px;
}

.rowL:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.columnL {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 40px;
  right: 65px;
  font-size: 70px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.8);
  user-select: none;
  -webkit-user-select: none;
}

/* 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.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 15px 23px 0 rgba(51, 153, 153, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}