@media only screen and (max-width: 767px){
.headerContent {position: static;}
.map{width:100% !important; display:block !important;}
.contactInfo{width:100% !important; display:block !important; margin-top: 0px !important; margin-bottom: 40px !important;}
}
.headerContainer{
    position: absolute;
    top: 0px;
    z-index: 3;
    max-height: 20px;
}

/* Contact Page */

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

.map{
    width: 50%;
    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: 60px;
}
@media only screen and (min-width: 767px) {
    .headerContainer{display:none;}
}

.block_b10b54e154de486eba6d98d7ca6c1a2c .item .contentTitle{
    z-index: 4;
    position: relative;
    background: #fff;
    width: 90%;
    margin-left: 5%;
    border-radius: 6px;
    padding-top: 5px;
}

.blockWrap_b10b54e154de486eba6d98d7ca6c1a2c .item p{
    padding-top: 20px;
    border-top: 1px solid #b59c5a;
    margin-top: 20px;
}

.blockWrap_b10b54e154de486eba6d98d7ca6c1a2c .item img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.blockWrap_b10b54e154de486eba6d98d7ca6c1a2c .item .itemImg{
    position:relative;
    z-index: 0;
}

.blockWrap_b10b54e154de486eba6d98d7ca6c1a2c .item .contentTitle{
    margin-top: -35px;
    z-index:2;
    position:relative;
}



.blockWrap_f12202f9823145a5b410179e29b455ec a.button{
    background-color: rgb(0,0,0,0);
    color: white;
    border: 1px solid white;
    margin-left: 10px;
    margin-right:10px;
}

.name{
    border: 1px solid #dca842;
    border-radius: 10px;
    width: 50%;
    margin: auto;
    background-color: rgb(255,255,255, .7);
}

.block_f8c3fab9808b4dc6811b40c8ef6e8004 .maxWidth--content{
    /*border: 2px solid #d4a955;*/
    padding: 40px;
    background-color: #919e9c;
}

.headerAndNavContainer{
    background-image: url(https://static.spacecrafted.com/a1226fbac25d4947a0fe1118b256e80c/i/cef794ac2db24828ac519f858325fd9a/1/5feFb8zhrk/gradient3.png);
    background-size: cover;
    background-position: 50% 100%;
}


.homepage{
    background-image:url(https://static.spacecrafted.com/a1226fbac25d4947a0fe1118b256e80c/i/f4efd9971adf4960b4af627aef3c7d95/1/5feFb8zhrk/Natural%20Pharmacy%252822%2529.jpg) !important;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.homepageTop{
    height:20vh;
}

.blockWrap_bf15b63e9027444c8f077c5bdecf4255{
    height: 80vh;
}

.testimonial{ margin: 0 2%; width:46%; float:left;}
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #dca842;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: #dca842;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #dca842;
    position: absolute;
}
.testimonial .description:before{
    content: "\201C";
    top: -18px;
    left: 25px;
    font-size:30px;
}
.testimonial .description:after{
    content: "\201D";
    bottom: -18px;
    right: 25px;
    font-size:30px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid #dca842;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dca842;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight: bold;
    color: #dca842;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: #dca842;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}

/*--------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: #cf002d; box-shadow: 0 8px 14px -10px rgba(255,255,255,.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(255,255,255,.6); transition: all .3s ease;}*/
/*SERVICE CARDS TEXT COLOR*/
    /*.item a.button {color: #000; transition: all .3s ease;}*/
/*HERO IMAGE BUTTON HOVER*/
    /*.ctaButton:hover {background: #cf002d; box-shadow: 0 8px 14px -10px rgba(255,255,255,.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: #892142 !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;}
    /*.blockWrap_e6241b3efe0c459793126084725df41a{height:100vh !important;}*/
    .testimonial{display: block; width: 100%;}
    .blockWrap_f12202f9823145a5b410179e29b455ec:before{opacity:.6 !Important;}
    .blockWrap_f12202f9823145a5b410179e29b455ec a.button{opacity: .6 !important;}
    
    
    }
.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(255,255,255,.5); transition: all .3s ease;}
.ctaButton {padding: 12px 24px; box-shadow: 0 10px 20px -10px rgba(255,255,255,.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;

}



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





/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
.block_c72335efc5894ef1bdda070235494ce4 li{
    font-size:14px !important;
}
/*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;
}

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