/*--------COLORS-------*/
/*MOBILE BLOCK ICONS*/
    .block_a04d977394b449af803a2a483e27b21d .contentImg {background: #1257a8;}
/* PHARMACY PAGE ICONS*/
    .block_c6c80b62732349059ee4dab0977a3ef8 .contentImg {background: #1257a8;}
/*HOURS/ADDRESS BAR*/
    .blockWrap_c72335efc5894ef1bdda070235494ce4 {background: #f9f9fa;}
/*NAV BUTTON HOVER COLOR*/
.navContent li .button:hover {background: #eb2b28; box-shadow: 0 8px 14px -10px rgba(199,0,43,.6); transition: all .3s ease;}
/*CARDS*/
    .block_be89cca9e652494da9ed58ec0622986b .contentImg {background: #0058aa;}
/*SERVICE CARDS BUTTONS COLORS*/
    .ghost {background: transparent; border: 2px solid #cf002d; color: #cf002d;box-shadow: 0 0 0 rgba(0,0,0,0); transition: all .3s ease; }
    .ghost:hover {background: #cf002d; border: 2px solid #cf002d; color: white; background: #cf002d; box-shadow: 0 8px 14px -10px rgba(199,0,43,.6); transition: all .3s ease;}
/*SERVICE CARDS TEXT COLOR*/
    .item a.button {color: #C7002B; transition: all .3s ease;}
/*HERO IMAGE BUTTON HOVER*/
    .ctaButton:hover {background: #cf002d; box-shadow: 0 8px 14px -10px rgba(199,0,43,.6); transition: all .3s ease;}
/*FOOTER SOCIAL ICONS*/
    .footerSocialIcons li a:hover {background: white; color: #344654; transition: all .3s ease;}
/*TESTIMONIAL SLIDESHOW BACKGROUND*/
    .slideshow-container{background-color: #fff;}
/*MOBILE PAY SUBMIT BUTTON*/
#phoneLanding:nth-of-type(2) {background: #eb2b28 !important;}


/*CURVED CONTAINERS*/
.blockWrap_dd287082044f462f98718d4a13e56ab0 {
        border-radius: 1400px/100px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.blockWrap_a2d1f936d5af4905b370103bdb1c5f37 {
        border-radius: 1400px/100px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }




/*-----END COLORS-----*/




 /*-----GLOBAL STYLES----- */
.headerAndNavContainer {box-shadow: 0 3px 8px rgba(0,0,0,.15); transition: all .3s ease;}
.navUp {margin-top: -39px;}
.blockWrap_c72335efc5894ef1bdda070235494ce4 {padding: 10px 0; text-align: center;}
/*@media only screen and (max-width: 480px) {.blockWrap_b940893e5fa94032a5b920d583dc8b28 {display: none;}}*/
.block_c72335efc5894ef1bdda070235494ce4 {max-width: 1104px; margin: 0 auto;}
/*.block_b940893e5fa94032a5b920d583dc8b28 .blockText {width: 100%;}*/
.block_c72335efc5894ef1bdda070235494ce4 .blockInnerContent p, .block_c72335efc5894ef1bdda070235494ce4 li {font-size: 14px; padding-bottom: 0px;}
.navContent li .button {padding: 12px 24px; box-shadow: 0 10px 20px -10px rgba(199,0,43,.5); transition: all .3s ease;}
.ctaButton {padding: 12px 24px; box-shadow: 0 10px 20px -10px rgba(199,0,43,.5); transition: all .3s ease; text-transform: none; text-shadow:  0 0 0 rgba(0,0,0,0);}

/*Footer*/
.footerSocialIcons li a {background: transparent; border: 2px solid white; transition: all .3s ease;}

/* HOME PAGE */
    /* HERO */
    /*
    .blockWrap_e6241b3efe0c459793126084725df41a .maxWidth--contentTitle,
    .blockWrap_e6241b3efe0c459793126084725df41a .maxWidth--content {margin-left: 0;}
    */
    .block_e6241b3efe0c459793126084725df41a .contentTitle {text-shadow: 1px 1px 1px rgba(0,0,0,.4);}
    .block_e6241b3efe0c459793126084725df41a .blockInnerContent {text-shadow: 1px 1px 1px rgba(0,0,0,.4);}
    
    /* CARDS */
    .block_be89cca9e652494da9ed58ec0622986b .item {box-shadow: 0 2px 4px rgba(0,0,0,.25);}
    /*.item a.button {color: #C7002B; transition: all .3s ease;}*/
    .item a.button:hover {color: white; transition: all .3s ease;}
    
    /* DOWNLOAD APP */
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(1) img {max-width: 150px;}
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(2) img {max-width: 150px;}
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(3) img {max-width: 150px;}
    
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(1) .itemImg {margin-right: 0; text-align: right;}
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(2) .itemImg {margin-left: 0; text-align: left}
    .block_e445c431dde045b1b0096d3e6278476f .item:nth-of-type(3) .itemImg {margin-left: 0; text-align: left}
    
    /* NEWS */
    .block_f1e4d9aa890743ff99a66c84d079075b .item .contentTitle {text-align: left;}

    /* Contact */
    .block_a37fd76f60264fc7ab17cd5727c34d4e .itemContent p {padding-bottom: .2em;}


/* Expandable Menu Width */ 
.navContent ul li ul {
    max-width: 400px !important;
}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
/*show cloned nav buttons for mobile*/ 
    .navButtonMobile {
        display: inline-block;
        padding-top: 20px;
        text-align: center;
    }
/*margin for buttons*/
    .navButtonMobile a {
        margin-right: .5em;
        margin-left: .5em;
    }
    .navButtonMobile li {
        list-style: none;
    }
    .headerAndNavContent {
        text-align: center;
        padding-bottom: 20px;
        background: white;
    }
/*Hero Image Title*/
    .block_e6241b3efe0c459793126084725df41a .contentTitle{font-size: 30px !important;}
/*Mobile Block Title*/
    .block_bcd846d0bf3748f5a22c308163f3fc9f .contentTitle{font-size: 20px !important;}
/*Global Titles*/
    h2{font-size: 22px !important;}
    .contentTitle{font-size: 22px !important;}
/*Gloabl Content*/
    p{font-size: 18px !important;}
/*homepage service icons*/
    .block_be89cca9e652494da9ed58ec0622986b .item{
        width: 31%;
        float: left;
        padding: 1% !important;
        margin: 1%
    }
    .block_be89cca9e652494da9ed58ec0622986b .item .contentTitle{font-size: 16px !important;}
    .block_be89cca9e652494da9ed58ec0622986b .itemsCollectionContent{display: flex;}
    .block_be89cca9e652494da9ed58ec0622986b p{display: none;}
/*Services2*/
    .block_f269bb870a49438eae1fe96fe5f6a5d2 .item{width: 50%; float: left;}
    .block_f269bb870a49438eae1fe96fe5f6a5d2 p{display: none;}
    .block_f269bb870a49438eae1fe96fe5f6a5d2 .contentTitle{font-size: 16px !important;}
/*Mobile Icons*/
    .block_a04d977394b449af803a2a483e27b21d .contentTitle{font-size: 16px !important;}
    .block_a04d977394b449af803a2a483e27b21d .item{padding: 0px;}
    .block_a04d977394b449af803a2a483e27b21d .item{ width: 33%; float: left;}
    .block_a04d977394b449af803a2a483e27b21d p{display: none !important;}
    .block_a04d977394b449af803a2a483e27b21d h2{font-size: 20px;}
/*slideshow testimonials*/
    .mySlides{padding: 0px !important;}
}
@media only screen and (min-width: 768px) {
/*secondary nav - contact info*/
    .block_c72335efc5894ef1bdda070235494ce4 ul {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        list-style-type: none;
    }
    .block_c72335efc5894ef1bdda070235494ce4 li {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
    }
}
/*HOMEPAGE TESTIMONIALS BLOCK*/

blockquote {
    font-family: Open Sans Regular;
    position: relative;
    font-size: 16pt;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em; 
    color: #ffffff;

}
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
}

.prev{
    left: 0;
}
/* 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: white;
  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;
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}