/*#myPopup {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-image:  linear-gradient(*/
/*      rgba(0, 0, 0, 0.25),*/
/*      rgba(0, 0, 0, 0.25)*/
/*    ), url(https://static.spacecrafted.com/ff73d75f5944490d936e23c1a84de02d/i/e4d04864ff60448d8545063f2a141d9e/1/5feFb8zhrk/vaccine%20travel%20pop%20u.jpg);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    border: 1px solid #ccc;*/
/*    padding: 20px;*/
/*    z-index: 9999;*/
/*    color: #ffff;*/
/*    text-align: center;*/
/*}*/


/*#myPopup p {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.block_a7e9c10e2bfa4cbebfb42f92f1380bf4 {
    width: 100%;
    min-height: 50px;
} */

.blockWrap_ef8b919cc4674c948bb14132598d55d7 ul:nth-of-type(1){
    column-count: 2;
} 

/*NAV*/
/*less margin between navButtonWrap li*/
.navContent ul .navButtonWrap li  {
    margin-left: .75em;
}

/* --------- MY EDITS ---------- */
/* Sitewide Banner */

.blockWrap_d8899eed838646dd896085184f3e4750{
background-color: #5159a5;
color: #ffffff; 
text-align: center;

}

/* IMAGE SIZING */
    .blockWrap_c4b54b02d5bb4bf8abe6bb2a74ced535 img {
        max-width: 50px;
        max-height: 100%;
}

/* FIFTY YEARS */

/* ------------ END OF EDITS ------------ */



/*-----THIS SECTION HIDES MOBILE ONLY ITEMS-----*/

        
    /*MOBILE BUTTONS*/
    .block_a77f4e9650a7434e904c7be524d412e2 {
        display: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }


/* Contact Page */

.contactPage{
      width:100% auto;
      height: 100vh auto;
}

.map{
    width: 50% !important;
    height:100vh !important;
    float:left !important;
    display:inline !important;
    background-color: #fff !important;
}

.contactInfo{
    width: 50%;
    height: 100%;
    float: right;
    display:inline;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

h1{
    color: #fff;
    font-size: 35px;
}




/*MOBILE BLOCK LINKS*/
  .block_c4b54b02d5bb4bf8abe6bb2a74ced535 ul {
      font-size: 18px;
      padding-left: 20px; 
 }

 /*MOBILE BLOCK TITLE*/
 .block_c4b54b02d5bb4bf8abe6bb2a74ced535 .contentTitle {
      font-size: 22px; 
 }


/* ---------- ADVERTISEMENT --------- */
/* * {box-sizing:border-box} */
 
.adv-container {
     position: relative;
     margin: auto;
}
.slides {
    display: none;
}

.prevB, .nextB {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.nextB {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prevB:hover, .nextB:hover {
    background-color: rgba(0,0,0,0.8);
}

.txt {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.number {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dotB {
    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, .dotB:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
/* ---------- ADVERTISEMENT END --------- */





    /*HOMEPAGE TESTIMONIAL BLOCK*/

blockquote {
    font-family: "Open Sans Regular";
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em; 

}
blockquote:before {
    font-family: "Open Sans Regular";
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: "Open Sans Regular";
    position: absolute;
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.slideshow-container {
  position: relative;
  background: #ffffff;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}



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

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}


.block_a7e9c10e2bfa4cbebfb42f92f1380bf4 a{
color:white;}





.block_d73634e301344b40b32a8d05c4d29236 .contentImg {background: #b6b29a;}

    /* Diffuse Shadows */
    
    
    .navContent li .button {box-shadow: 0 10px 40px -20px #333333; transition: box-shadow .4s;}
    .navContent li .button:hover {box-shadow: 0 4px 40px -20px #333333;}
    .navContent li .button.click {transition: all .2s; box-shadow: 0 5px 40px -20px #333333;}
    
    .button {box-shadow: 0 25px 40px -20px #555; transition: box-shadow .4s;}
    .button:hover {box-shadow: 0 20px 40px -20px #555;}
    .block_cc0b029335a148c5b48a9b5d15591630 .button.click {transition: all .2s; box-shadow: 0 5px 40px -20px #aaaaaa;}
    
    .block_a7e9c10e2bfa4cbebfb42f92f1380bf4 {padding-top: 10px; padding-bottom: 10px;}
.block_a7e9c10e2bfa4cbebfb42f92f1380bf4 {text-align: center; font-size: 14px; color: #ffffff;}



  /*REFILL & TRANSFER BUTTON - HOMEPAGE MOBILE*/
   .block_ae03af2154f942c9b35401032fd3379c {display: block !important;}





@media only screen and (max-width: 767px) {
   .map{
       width: 100% !important;
       height:50vh !important;
       float:left !important;
       display:inline !important;
       background-color: #fff !important;
   }
   
   .contactInfo{
       width: 100%;
       height: 50%;
       float: right;
       display:inline;
       text-align: center;
       margin-top: 5%;
       margin-bottom: 5%;
   }
}



@media only screen and (min-width: 767px) {
    .block_d93652a2596b448299d9b25f73c657dd {
        width: 60%;
        margin:auto;
    }
}




@media only screen and (max-width: 767px) {


    blockquote{
        margin: 0px !important;
        padding: 0px !important;
        position: static !important;
        text-align: left !important;
    }
    
    
        /*REFILL & TRANSFER BUTTON - HOMEPAGE MOBILE*/
    .block_a77f4e9650a7434e904c7be524d412e2{display: block !important;}
    

    
           
    blockquote{
        padding: 0px !important;
        margin: 0px !important;
    }
    
    
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .item:nth-of-type(odd){
        width: 45% !important;
        float: left !important;
    }
    
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .item:nth-of-type(even){
        width: 45% !important;
        float: right !important;
    }
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .contentTitle{
        font-size: 16px;
    }
    
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .itemInnerContent{
        display: none !important;
    }
}

/*Mobile privacy policies*/
#navTopLevel > li:nth-last-of-type(-n + 2){
    display: none;
}

.mfItem{
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
/*footer privacy policies display*/
.mobilePrivacyTerms {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    }
    
.mobilePrivacyTerms a{
    color: white;
    }
.mobilePrivacyTerms a:nth-of-type(1){
    padding-left: 5px;
    }
}
/*open_enrollment_2020*/
 .blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}
 
 .bannerimage{
     width: 100%;
     background-image: url(https://static.spacecrafted.com/ff73d75f5944490d936e23c1a84de02d/i/accc8a5ec1464953832217dd64ebee54/1/5feFb8zhrk/15027811_1140701886016172_2991138172798434615_n.jpg);
     min-height: 150px;
 }

 
 
#covidAlert {
    display: none!important;
}