/*--------------- MODAL for image---------------*/
#popupWrap {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
}
#popup {
max-width: fit-content;
width: 100%;
height: 50%;
padding: 20px;
background: #ffffff;
margin: auto;
position: absolute;
top: 25vh;
left: 0;
right: 0;
text-align: center;
-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}

#popup {
    overflow:hidden;
}

#popup  iframe{
    height: 50vh !important;
}
#popup .contentImg {
height: 58vh;
object-fit: cover;
}
.popupBg {
left: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 99;
}
.close-button {
position: absolute;
right: 0px;
top: 10px;
cursor: pointer;
}
.close-button img {
width: 25px;
height: 25px;
}
@media only screen and (min-width: 1380px) and (max-width: 2560px) {
        #popup  iframe {
        height: 30vh !important;
    }
    #popup {
       top: 10vh;
       height: 45%;
    }
}
@media only screen and (max-width: 1380px) {
        #popup  iframe {
        height: 50vh !important;
    }
    #popup {
       top: 10vh;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
        #popup  iframe {
        height: 50vh !important;
    }
    #popup {
       top: 10vh;
       height: 50%;
    }
}
@media only screen and (max-width: 767px) {
.close-button {
position: inherit;
}
#popup .contentImg {
display: none;
}
#popup {
height: 60vh;
margin-top: 10%;
position: unset;
padding: 35px 10px;
}
}
@media (min-width: 379px) and (max-width: 767px) {
    #popup {
        max-width: 90%;
        width: 100%;
        height: 10%;
        top: 20vh;
    }
}
@media only screen and (max-width: 375px) {
    #popup {
        max-width: 90%;
        width: 100%;
        height: 10%;
    }
    .popupTitle {
        font-size: 25px!important;
    }
}
.popupTitle {
font-size: 30px;text-transform: uppercase;letter-spacing: .15em;font-family: caslonbold,"Times New Roman",Times,serif;font-style: normal;font-weight: 700;color: #2e2e2e;
}
.pcontent {
margin-top: 10%;
}
/*-------------END MODAL ---------------*/

/* ---------------- COOKIE CONSENT ---------------- */
.blockWrap_b59b6d91fff84b8aa15ba47a4eaaf063 {
    display: none;
}
.headerAndNavContent {
    max-width: 100% !important;
    }
 /*TOOLBAR STYLES */
.toolbar {
    position: fixed;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #ffffff;
    text-align: center;
    background-color: #b42a3f;
    padding: 5px 5px 5px 5px;
}
.toolbar .blockContainer {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.block_b59b6d91fff84b8aa15ba47a4eaaf063 .blockInnerContent a {
    color: #ffffff !important;
}
@media only screen and (max-width: 623px) {
.toolbar .blockContainer {
    padding: 0.5% 3% 5% 0%;
    }
}
.block_b59b6d91fff84b8aa15ba47a4eaaf063 .blockInnerContent {
    font-size: 16px;
    margin: 0 4%;
}
/* ---------------- COOKIE CONSENT ---------------- */
:root {
    --primary-color: #266040;
    --secondary-color: #8AA894;
    --font-family: "antonia-variable", sans-serif;
}

:root {
    --primary-color: #243C84;
    --secondary-color: #2C3863;
    --font-family: adobegaramondpro,"Times New Roman",Times,serif;
}

/*HOMEPAGE SERVICES*/
.block_c626dbfa3b644752bc5c05a274d0b3d7.itemImg{padding:0px !important;}

/*mobile view homepage buttons*/
/*.block_a77f4e9650a7434e904c7be524d412e2 a.button {background: linear-gradient(to bottom,var(--secondary-color),#405023);}*/

/*testimonial block icon color*/
.block_c1e20277e6c34755b89320aadb75e08a .contentImg {background: var(--secondary-color);}

/*homepage icons color*/
.block_f952d1a6f7584f349c7327be013f4c2e .contentImg {background: var(--secondary-color);}

/*pharmacy page icons color*/
.block_d73634e301344b40b32a8d05c4d29236 .contentImg {background: var(--secondary-color);}

/*change mobile page button color*/
#phoneLanding:nth-of-type(2) {background: var(--secondary-color) !important;}

/*Reviews Stars*/
.block_fb1e95026ead4c44bba6fdd388d92313 .contentImg {background: var(--secondary-color);}

.blockWrap_c1ba244acb67466b8e62646bb293406a  img {width: 100%;}


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

/*MOBILE BLOCK LINK COLOR*/
.block_c4b54b02d5bb4bf8abe6bb2a74ced535 a {color:#ffffff;}




/*-----FONT CHANGES-----*/

/*titles*/
/*.contentTitle, .contentTitle a {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}*/
/*body*/
/*html, body {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/
/*bold*/
/*.blockInnerContent b, .itemInnerContent b, .blockInnerContent strong, .itemInnerContent strong {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/
/*italic*/
/*.blockInnerContent i, .blockInnerContent em {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/
/*navigation*/
/*.navContainer, .navContent li .button {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/
/*page titles*/
/*.pageTitle {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}    */




.blockWrap_c1ba244acb67466b8e62646bb293406a img {
        width: 50% !important;    
    }



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


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

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









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



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




@media only screen and (max-width: 768px) and (min-width: 600px) {
    /*SERVICES*/
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .item {
        width: 45% !important;
        float: left !important;
        clear: none !important;
        margin-left: 3.5% !important;
    }
    
    /*SERVICES TEXT*/
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .itemInnerContent{
        display: none !important;
    }
    
    /*Footer DP Image*/
    .blockWrap_c1ba244acb67466b8e62646bb293406a img {
        width: 100% !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%;
   }
   
    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;
    }
    
    /*SERVICES*/
    /*.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;
}


/*footer privacy policies display*/
.mobilePrivacyTerms {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    text-align: center;
    }
    
.mobilePrivacyTerms a{
    color: white;
    }
.mobilePrivacyTerms a:nth-of-type(1){
    padding-left: 5px;
    }
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}

/*expandable menus fix*/
.subNav {
    max-width: 390px!important;
}

/*Homepage services responsivesness*/
@media only screen and (max-width: 482px) {
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .item:nth-of-type(even) {
        width: 70%!important;
        margin: 5% 15% 0!important;
    }
    .block_c626dbfa3b644752bc5c05a274d0b3d7 .item:nth-of-type(odd) {
        width: 70%!important;
        margin: 5% 15% 0!important;
    }
}

/*Pharmacy services responsiveness*/
@media only screen and (max-width: 599px) {
    .block_d73634e301344b40b32a8d05c4d29236 .item {
        width: 100%;
        margin: 5% 0 0!important;
    }
}

/*Contact page mobile fix*/
@media only screen and (max-width: 767px) {
    .block_a8f746e705b14a5d97e4a67b477303d4 img {
        display: none!important;
    }
    .block_a8f746e705b14a5d97e4a67b477303d4 p {
        margin-top: -50px;
    }
}

/*Wellness class responsiveness*/
.responsive-google-slides {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
}
.responsive-google-slides iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#covidAlert {
    display: none!important;
}

#ytWidget {
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
    .items_c626dbfa3b644752bc5c05a274d0b3d7 .item,
    .blockWrap_d9c867f24b22427eadfca7dadfac7948 .item,
    .blockWrap_bab1f8255342435294032563c0c90a33 .item {
        width: 100%;
        margin: 5% 0 0!important;
    }
}

.pageTitleContainer {
    background-color: #EAE9E2!important;
    padding: 20px!important;
    margin-top: 15px;
}

.pageTitle {
    font-size: 35px!important;
}

.blockWrap_b5e78f1632ab4ac9906129e82c680fc9 {
    margin-top: 15px;
}

.items_c0742430dbc74168976fa27d22f50f86 .item:nth-child(2) li:nth-child(3),
.items_d9c867f24b22427eadfca7dadfac7948 .item:nth-child(2) li:nth-child(3) {
    word-break: break-all!important;
}

.page_eef26222d6b641bdab43a2536780a2de .pageTitleContainer {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}