/*MOBILE HOMEPAGE BUTTONS*/
    .block_b5e48e7b10e547d7b240293314e1c61f .contentImg {background: #821617;}

/*WHERE YOUR HEALTH COMES FIRST SECTION*/
    /*Compounding Gradient*/
    .block_b0d214c3c3b4443aa5eee59d1d6ddfce {background-color: #1b4d72; color: white; padding-top: 70px; padding-bottom: 10px;  border-radius: 1400px/100px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
    .block_cffd016163e74eb9b39d8cc72c39b7a0 {color: white; padding-top: 40px; padding-bottom: 0px;}

/*PHARMACY STATS*/
    .block_a66fb2fd5ba14af7a18e30306c79ab6e strong {color: #ffffff; font-family: "Open Sans Regular" sans-serif;font-size: 25px}
    .block_a66fb2fd5ba14af7a18e30306c79ab6e .blockContent li {line-height: 100%;}

/*MEET THE PHARMACIST BLOCK*/
    .block_cf2495fef3f246eda03a4a26d0afb874 {
        background: #821617;
        padding: 20px;
        border-radius: 13px;
        float: right;
        pointer-events: all;
    }
    
/*HEADER CONTACT INFO*/
    .block_cbea5a8bc7d34688bd555fabaeb37300 a {
        color: #ffffff;
}
    
/*CONTACT PAGE BUTTONS*/
    .block_f2e29fda967542fb8e77b2b51c78c2c0 .contentImg {background: #821617;}

/*ADDRESS BAR LINK WHITE*/
    .block_cf2495fef3f246eda03a4a26d0afb874 a{color:white;}

/*HOMEPAGE ICONS*/
    .block_bc3243cffa1a41e3af4a720a0ba306ce .contentImg {background: #821617;}
    
/*MOBILE SEND-TEXT BUTTON*/
    #phoneLanding:nth-of-type(2) {background: #821617 !important;}
 
 /*TESTIMONIAL BLOCK OPTION WITH STARS*/  
    .block_f7c9d360d9054bd1aacb43029f103f92 .contentImg {background: #1b4d72;}

 /*REVIEWS PAGE*/      
    .block_e146466d6d034f8bbb57011796d1d4cc .contentImg {background: #1b4d72;}


/*------------ ICONS IN NAVIGATION -----------*/
.secondaryNav li {
    display: inline-block;
    margin-right: 1em;
}
.secondaryNav li:last-child {
    margin-right: 5;
       
}
  
/*LOCATION*/ 
.secondaryNav li:nth-child(1):before {
    content: '';
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/bfa0077958594c568006990e8fbc76a0/i/aff005ee10114a1cbf4ccf212fd47000/1/5feFb8zhrk/5feFb8zhrk%20%25282%2529.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
}
/*PHONE*/ 
.secondaryNav li:nth-child(2):before {
    content: '';
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/bfa0077958594c568006990e8fbc76a0/i/db5391b555fa418bbec6af7cc940da99/1/5feFb8zhrk/5feFb8zhrk%20%25281%2529.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
}
/*HOURS*/ 
.secondaryNav li:nth-child(3):before {
    content: '';
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/bfa0077958594c568006990e8fbc76a0/i/f91c934720c04354a4200f5da99ea2bb/1/5feFb8zhrk/5feFb8zhrk.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
}


/*------------ HOMEPAGE -----------*/

/*IMAGE GALLERY CAPTION TEXT*/
    .blockWrap_ed4baf288499451789e934ab49fa0bbd .imgEffect-content {
        padding-left:4%;
        width: 60%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
}

    .blockWrap_ed4baf288499451789e934ab49fa0bbd .imgEffect .imgEffect-overlay .imgEffect-content p {
        font-size: 20px;
}
    .block_cf2495fef3f246eda03a4a26d0afb874 .imgEffect-content {
        width: 100% !important;
    
/*Use This To Move Pharmacist Name Up and Down*/
/*transform: translateY(-100%);*/
}
   

/*MEET THE PHARMACIST BLOCK*/
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_cf2495fef3f246eda03a4a26d0afb874 {
        max-width: 350px !important;
        padding: 17px;
}

    .block_cf2495fef3f246eda03a4a26d0afb874 li {
        margin-bottom: 0.75em;
}

    .block_cf2495fef3f246eda03a4a26d0afb874 p:last-child {
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
}

    .block_cf2495fef3f246eda03a4a26d0afb874 .blockImg {
        padding-top: 32px;
}
    .block_cf2495fef3f246eda03a4a26d0afb874 img {
        border-radius: 50%;
}

/*HOMEPAGE TESTIMONIALS BLOCK*/

blockquote {
    font-family: "Open Sans Regular";
    position: relative;
    margin: 10px;
    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;
}

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


/*------------ MEDIA QUERIES -----------*/
@media only screen and (max-width: 767px) {
    
    .block_ed4baf288499451789e934ab49fa0bbd .imgEffect-content{
        text-align: center;
    }
    .navContent {
        text-align: center;
}

/*MOBILE BLOCK LINKS*/
    .block_e1e57769b06142f88dbb6975c8bbf8ab ul {
        font-size: 18px;
        padding-left: 20px;    
    }
    
/*MOBILE LINKS*/
    .block_e1e57769b06142f88dbb6975c8bbf8ab li {
        font-size: 14px;
    }
    
/*MOBILE BLOCK TITLE*/
    .block_e1e57769b06142f88dbb6975c8bbf8ab .contentTitle {
        font-size: 22px;    
    }

    .block_bc3243cffa1a41e3af4a720a0ba306ce .item{
        width: 50%;
        float: left;
    }

/*SERVICES CTAs*/
  .block_d10ef0ec8d0b4a7b9a34a7ea2cee4511 .item{
        width: 50%;
        float:left;
 }
 
 /*SERVICES TITLES*/
    .block_d10ef0ec8d0b4a7b9a34a7ea2cee4511 a {
        font-size: 16px;
        display: block;
 }

/*SERVICE CTA IMAGES*/
    .blockWrap_d10ef0ec8d0b4a7b9a34a7ea2cee4511 .contentImg{
        width:80%;
}

    .block_d10ef0ec8d0b4a7b9a34a7ea2cee4511 .item{
        width: 50%;
        float: left;
    }

/*Make hero image text full screen*/
     .blockWrap_ed4baf288499451789e934ab49fa0bbd .imgEffect-content {
        padding-left: 4%;
        width: 100% !important
    }

}
@media only screen and (max-width: 1024px) {
/*HOME - header / pharamcist block*/
    .block_ed4baf288499451789e934ab49fa0bbd .imgHover .imgHover-overlay .imgHover-content .contentTitle, 
    .block_ed4baf288499451789e934ab49fa0bbd .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
        font-size: 90%;
    }
    .blockWrap_ed4baf288499451789e934ab49fa0bbd .imgHover .imgHover-overlay .imgHover-content p, .blockWrap_ed4baf288499451789e934ab49fa0bbd .imgEffect .imgEffect-overlay .imgEffect-content p {
        font-size: 18px;
    }
    .block_cf2495fef3f246eda03a4a26d0afb874 ul {
        margin-right: 130px;
        padding-bottom: 10px;
    }

}

@media only screen and (max-width: 767px) {
           .items_e96f9406f26b4453962f00bdf844be46 .itemInnerContent .button:nth-of-type(2) {margin-top: 10px;}
       }

@media only screen and (min-width: 1024px) {

/*HOME meet the pharmacist positioning*/
    .blockWrap_ed4baf288499451789e934ab49fa0bbd {
        position: relative;
    }
    .pharmBlock {
        position: absolute;
        float: right;
        top: 30%;
        right: 0;
        left: 0;
        max-width: 1300px;
        margin: auto;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        pointer-events: none;
    }

    
}
@media only screen and (max-width: 480px){
    
    .block_cf2495fef3f246eda03a4a26d0afb874{
        display: none !important;
    }

    .block_b7179016335e434fbc947c7c87fe9365{
        display: block !important;
    }
    
    .block_a8d7efad56834e4eb86efe5e06bba83b{
        display: block !important;
    }
  
    .block_cffd016163e74eb9b39d8cc72c39b7a0 .item{
        width: 50%;
        float: left;
    }
    
    .block_a66fb2fd5ba14af7a18e30306c79ab6e .item{
        width: 50%;
        float: left;
    }
    .block_d2e09036af834155adcee0c2db56bdfa .item{
           width: 50%;
        float: left;
    }
    
    .block_a66fb2fd5ba14af7a18e30306c79ab6e p{
        font-size:13px;
    }

    blockquote{
        margin: 0px !important;
        padding: 0px !important;
        position: static !important;
        text-align: left !important;
    }
    
    h2{
        font-size: 20px !important;
    }
    
    .block_b5e48e7b10e547d7b240293314e1c61f .contentTitle a{
        font-size: 16px;
        }
    
    .block_b5e48e7b10e547d7b240293314e1c61f .item p{
        display:none !important;
    }
    
    .block_b5e48e7b10e547d7b240293314e1c61f .item {
        width: 50% !important;
        float: left;
    }
    
    .block_cf2495fef3f246eda03a4a26d0afb874{
        background-color: #002838;
        padding: 0px !important;
    }
    
    .block_b7179016335e434fbc947c7c87fe9365{
        display: block !important;
    }
}

.block_a8d7efad56834e4eb86efe5e06bba83b{
        display: none;
    }
    

   .block_b7179016335e434fbc947c7c87fe9365{
        display: none;
        
    }

strong {
    font-weight: bold;

}

/*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;
    }
.mobileFooterContainer{
        text-align: center;
}
.mobilePrivacyTerms a{
    color: white;
    }
.mobilePrivacyTerms a:nth-of-type(1){
    padding-left: 5px;
    }
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}