:root {
    --primary-color: #181a1c;
    --secondary-color: #064fcc;
    --font-family: opensans,Arial,Verdana,sans-serif;
}

/*MOBILE HOMEPAGE BUTTONS*/
    .block_b5e48e7b10e547d7b240293314e1c61f .contentImg {background: var(--secondary-color);}

/*WHERE YOUR HEALTH COMES FIRST SECTION*/
    /*Compounding Gradient*/
    .block_b0d214c3c3b4443aa5eee59d1d6ddfce {background-color: var(--secondary-color); color: white; padding-top: 80px; 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-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: rgba(255, 255, 255, 0.7);
        padding: 20px;
        border-radius: 13px;
        float: right;
        pointer-events: all;
    }
    .block_cf2495fef3f246eda03a4a26d0afb874 a{color:white;}
    
/*HEADER CONTACT INFO*/
    .block_cbea5a8bc7d34688bd555fabaeb37300 a {
        color: #ffffff;
}
    
/*CONTACT PAGE BUTTONS*/
    .block_f2e29fda967542fb8e77b2b51c78c2c0 .contentImg {background: var(--secondary-color);}
    
/*HOMEPAGE ICONS*/
/*    .block_bc3243cffa1a41e3af4a720a0ba306ce .contentImg {background: var(--secondary-color);}*/
    
/*MOBILE SEND-TEXT BUTTON*/
    #phoneLanding:nth-of-type(2) {background: var(--secondary-color)!important;}
 
 /*TESTIMONIAL BLOCK OPTION WITH STARS*/  
    .block_f7c9d360d9054bd1aacb43029f103f92 .contentImg {background: var(--secondary-color);}

 /*REVIEWS PAGE*/      
    .block_e146466d6d034f8bbb57011796d1d4cc .contentImg {background: var(--primary-color);}
      
    
/*------------ 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: "darkmode-on", sans-serif;
    font-style: normal;
    font-weight: 400;
}
/*page titles*/
/*.pageTitle {*/
/*    font-family: var(--font-family);*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}   */










/*------------ 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/b3e8774476b24b45b3ac46bd24081353/i/cbfde528dc29460997de5d3db17e269f/1/5feFb8zhrk/location%20marker%20icon.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/b3e8774476b24b45b3ac46bd24081353/i/deb6cdfd3ef74626a14647f59ded3c80/1/5feFb8zhrk/phone%20icon.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/b3e8774476b24b45b3ac46bd24081353/i/efc401546fd2466daa9d9b853ca3bbab/1/5feFb8zhrk/clock%20icon.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;
}


.block_a8d7efad56834e4eb86efe5e06bba83b{
    display: none;
}

.block_b7179016335e434fbc947c7c87fe9365{
    display: none;   
}

strong {
font-weight: bold;
visibility: hidden;
}

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

.mfItem{
    padding-bottom: 0px;
}

/*open_enrollment*/
.blockWrap_b8297201b54e4d61a727cac9effdbc6f { display: none; }
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}

/*------------ MEDIA QUERIES -----------*/
/*homepage*/
@media only screen and (min-width: 768px) and (max-width: 2796px){
    .blockWrap_f00093f745724255a20d08beae186d41{
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
	.blockWrap_f833e5fc48c34f988763c3440a4fe090 {	
	display: none;
	}


}
@media only screen and (min-width: 768px) and (max-width: 2796px){
    .blockWrap_ef9e9e3994b84eb980cd79998cfd7a50 {
        display: none;
    }
}


@media only screen and (min-width: 320px) and (max-width: 430px) {
	.blockWrap_a1350cf439b94ba7b7cc1c7deaff50eb {	
	display: none;
	}
}
@media only screen and (max-width: 480px){
    /*Icon CTAs*/
    .block_bc3243cffa1a41e3af4a720a0ba306ce .item{
        width: 50%;
        float: left;
    }
    
    /*Services Images*/
    .block_d10ef0ec8d0b4a7b9a34a7ea2cee4511 .item{
        width: 50%;
        float: left;
    }
    
    /*Services CTA Image Titles*/
    .block_d10ef0ec8d0b4a7b9a34a7ea2cee4511 a {
        font-size: 15px;    
    }

    .block_b7179016335e434fbc947c7c87fe9365{
        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: var(--primary-color);
        padding: 0px !important;
    }
    
    .block_b7179016335e434fbc947c7c87fe9365{
        display: block !important;
    }
}

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

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

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

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

    .items_e96f9406f26b4453962f00bdf844be46 .itemInnerContent .button:nth-of-type(2) {
        margin-top: 10px;
    }

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

}

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

@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: 900px) and (min-width: 600px){
    /*Pharmacy Stats, CTA Icons, Affiliates in Tablet View*/
    .blockWrap_a66fb2fd5ba14af7a18e30306c79ab6e .items_a66fb2fd5ba14af7a18e30306c79ab6e, .block_bc3243cffa1a41e3af4a720a0ba306ce .items_bc3243cffa1a41e3af4a720a0ba306ce, .block_cffd016163e74eb9b39d8cc72c39b7a0 .items_cffd016163e74eb9b39d8cc72c39b7a0 {
        display: flex;    
    }
    .block_bc3243cffa1a41e3af4a720a0ba306ce .item{
        margin: 0;
    }
}

/*pharmBlock spacing*/
.block_cf2495fef3f246eda03a4a26d0afb874 ul {
    padding-bottom: 0;
    padding-top: 0.8rem;
}

/*pharmBlock responsiveness - no photo - unhide and hide code below
@media (min-width: 1024px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .block_cf2495fef3f246eda03a4a26d0afb874 {
        display: none;
    }
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_e1aabd2552bc4976a3d4ac08164afc75 {
        max-width: unset!important;
        padding: 30px;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        float: none;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .blockInnerContent {
        text-align: center;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .blockText ul, .itemContent ul {
        list-style-type: none;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 p:last-child {
        border-top: none;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        background: #6698CB;
        border-radius: 0;
        color: #fff;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 .button {
        background-color: #ffffff;
        color: #6698CB;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 a:hover {
        background-color: #292929;
        color: #ffffff;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle, .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle a {
        color: #fff;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle {
        font-size: 30px;
        padding-bottom: 0;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 li {
        margin-bottom: 5px;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 900px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        display: block !important;    
    }
}

@media only screen and (max-width: 480px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 .blockText {
        padding: 30px;
    }
}
*/

/*pharmBlock responsiveness - with photo*/
@media (min-width: 1024px) {
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 {
        display: none;
    }
}
        
@media only screen and (max-width: 1023px) {
    .block_cf2495fef3f246eda03a4a26d0afb874 {
        display: none;
    }
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_e1aabd2552bc4976a3d4ac08164afc75 {
        max-width: unset!important;
        padding: 30px 30px 0;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        float: none;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .blockInnerContent {
        text-align: center;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .blockText ul > li {
        list-style-type: none;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .blockText ul > li:before {
        content: '✓ ';
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 p:last-child {
        border-top: none;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        background: #ffffff;
        border-radius: 0;
        color: #2e2e2e;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 .button {
        background-color: var(--secondary-color);
        color: #fff;
        border: 2px solid var(--secondary-color);
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 a:hover {
        background-color: #fff;
        color: var(--secondary-color);
        border: 2px solid var(--secondary-color);

    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle, .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle a {
        color: var(--primary-color);
        margin-bottom: 15px;
    }
    .blockWrap_e1aabd2552bc4976a3d4ac08164afc75 .contentTitle {
        font-size: 30px;
        padding-bottom: 0;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 li {
        margin-bottom: 5px;
    }
    .block_e1aabd2552bc4976a3d4ac08164afc75 ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 900px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        display: block !important;    
    }
}

@media only screen and (max-width: 480px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 .blockText {
        padding: 0 30px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 {
        flex-direction: row-reverse;
        align-items: center;
        display: flex!important;
    }
}

@media only screen and (max-width: 767px) {
    .block_e1aabd2552bc4976a3d4ac08164afc75 .blockImg {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.block_e1aabd2552bc4976a3d4ac08164afc75 .blockImg {
    max-width: 300px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

/*Nav under slider*/
.touch .hasSlideshow .blockImg .flex-control-nav {
   display: block;
   margin-bottom: 30px;
}
.touch .flexMain {
   padding-bottom: 0px;
}

.touch .flexMain {
    margin-bottom: 0;
}

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

/*homepage badges fix*/
@media only screen and (max-width: 599px) {
    .items_cffd016163e74eb9b39d8cc72c39b7a0.cols3 .item {
        width: 100%;
        margin: 0;
        margin-bottom: -50px;
    }
}

/*contact page responsiveness*/
@media only screen and (max-width: 861px) {
    .items_f2e29fda967542fb8e77b2b51c78c2c0 .item {
        width: 100%;
        margin: 5% 0 0!important;
    }
}

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

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

/*Trust Us With Your Health - Desktop Content Title Color*/
.block_cf2495fef3f246eda03a4a26d0afb874 .contentTitle {
    color: var(--primary-color);
}

#covidAlert {
    display: none!important;
}

#ytWidget {
    margin-bottom: 10px;
}

.block_a2071c37b3324d5da2a5ed3e27ea7c84{
    width: 70%;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
}
.block_aa6f7fd74b9b420aa19e8fcbd5aa4424{
    width: 70%;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    position: absolute;
    transform: translate(13%, -70%);
}

a.button{
    padding: 20px 40px !important;
}


.block_d14593f17f4c456589645a037facc1d6 .items_d14593f17f4c456589645a037facc1d6.gridView > .item {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.block_d14593f17f4c456589645a037facc1d6 .items_d14593f17f4c456589645a037facc1d6.gridView > .item > .itemImg {
    padding: 10px;
}

.block_db257c3d8fa74cb591ec38c565ef2dbc .items_db257c3d8fa74cb591ec38c565ef2dbc > .item:first-child{
    box-shadow: none;
    background: transparent;
    color: #fffff;
    display: flex;
    flex-flow: column-reverse;
    padding: 0px;
}

.block_db257c3d8fa74cb591ec38c565ef2dbc .items_db257c3d8fa74cb591ec38c565ef2dbc > .item:first-child h2{
    color: #ffffff !important;
    font-size: 36px !important;
}

.block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item,
.block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item{
    margin: 0px !important;
    padding: 4% 0px !important; 
}

.block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7,
.block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c{
    margin: 0px !important;    
}

.block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item:first-child,
.block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item:first-child{
    padding-right: 80px !important;
}

.block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item:nth-child(2),
.block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item:nth-child(2){
    padding-left: 80px !important;
    border-left: 2px dashed #ffffff;
}

.block_d4dd0638e6e743a8ae7016d774a722e8 .items_d4dd0638e6e743a8ae7016d774a722e8 > .item > .itemContent > .itemInnerContent > p:first-child{
    font-size: 14px;
    background-color: #eef2fd;
    border-radius: 10px;
    padding: 10px 20px;
    width: fit-content;
    font-weight: 900;
    margin: 10px 0px;
}
.block_fe4b62f59c004eda94b4b8da72a367c2 .items_fe4b62f59c004eda94b4b8da72a367c2 .item .itemContent h2{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-family) !important;
}

.block_fe4b62f59c004eda94b4b8da72a367c2 .items_fe4b62f59c004eda94b4b8da72a367c2 .item .itemContent p{
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-family) !important;
}

.block_ef42b2f8272f45a5afd92e9053c665dd .items_ef42b2f8272f45a5afd92e9053c665dd > .item {
    padding: 0px !important;
}

.block_ff3399c2a5ef493e980f4014fc7a6c0a .blockText h2.contentTitle:after,
.block_ddf2318004754a4c9bb0d9e02e7b9f7f .blockText h2.contentTitle:after,
.block_d3264d09c0a1491d90778bf02b530b2c .blockText h2.contentTitle:after,
.block_e066e0b4a99a4c00a9d59669cc2bb6b1 .blockText h2.contentTitle:after,
.block_ad170e85b6bf49c59d596096a3ac6529 .blockText h2.contentTitle:after{
  content: "";
  width: 60px;
  height: 30px;
  background: url("https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/d9709b332a024de1a0a24b72822f7ea0/1/GCuCv726gZycFxatknDdac/counselmeds-border.png") no-repeat;
  top: 10px;
  right: 5px;
  position: relative;
  display: block;
}

.block_ff3399c2a5ef493e980f4014fc7a6c0a .blockText .blockInnerContent p,
.block_ddf2318004754a4c9bb0d9e02e7b9f7f .blockText .blockInnerContent p,
.block_d3264d09c0a1491d90778bf02b530b2c .blockText .blockInnerContent p,
.block_e066e0b4a99a4c00a9d59669cc2bb6b1 .blockText .blockInnerContent p,
.block_ad170e85b6bf49c59d596096a3ac6529 .blockText .blockInnerContent p {
    padding-left: 20px;
    border-left: 2px solid #477EF0;
}

.block_b42321398f3f4ea1a1c11448a3f02c6f .items_b42321398f3f4ea1a1c11448a3f02c6f .itemContent h2.contentTitle{
    font-size: 16px;
    font-weight: 400;
    background: #cedff6;
    border-radius: 40px;
    padding: 20px 40px;
    color: #000000;
    width: fit-content;
    font-family: var(--font-family) !important;
}
.block_b42321398f3f4ea1a1c11448a3f02c6f .items_b42321398f3f4ea1a1c11448a3f02c6f .itemContent .itemInnerContent > p {
    font-size: 50px;
    font-weight: 900;
    font-family: var(--font-family) !important;
    text-transform: capitalize;
    padding: 20px 0px;
}

#page_c4e012b44863455c9a4fb727a9240a8e .primaryContent {
	display: flex;
}
#page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .blockContainer{
	width: 65%;
}
#page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .simpleList {
	width: 35%;
}
#page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .simpleList > .blockContent .itemsCollectionContent {
	display: flex;
	flex-direction: column;
}
#page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .simpleList > .blockContent .itemsCollectionContent .item {
	width: 100%;
	margin-left: 0 !important;
	padding: 20px;
}

.block_d9ef7c595d1a42afbecef9f7ba903d7a .supernova{
	background: #ffffff !important;
}
.block_b8a4765527fa4d17a31dece2cc12ae54 .item .itemContent h2.contentTitle span.span-blue,
.block_a6260426fdde4502a63e5f47cd269f23 .item .itemContent h2.contentTitle span.span-blue{
	color: #477EF0 !important;
}
.block_b8a4765527fa4d17a31dece2cc12ae54 .item .itemContent .itemInnerContent p:first-child,
.block_a6260426fdde4502a63e5f47cd269f23 .item .itemContent .itemInnerContent p:first-child{
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-left: 2px solid #477EF0;
}
.block_b8a4765527fa4d17a31dece2cc12ae54 .item .itemContent .itemInnerContent ul li{
	margin-bottom: 10px;
}
.block_b8a4765527fa4d17a31dece2cc12ae54 .item .itemContent .itemInnerContent ul li::marker{
	color: #477EF0;
}

.block_fe4b62f59c004eda94b4b8da72a367c2 .items_fe4b62f59c004eda94b4b8da72a367c2 .item .itemImg img{
	border-radius: 10px;
}

.footerContent h2{
	font-size: 20px;
	font-weight: 700;
}

.block_becdb32cfa3045b088f2f0f0b8ed3d8d ul li:nth-child(1)::before {
    content: "";
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/a932b8caf5254532b3c7b7aeaf235ff9/1/5feFb8zhrk/Vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.block_becdb32cfa3045b088f2f0f0b8ed3d8d ul li:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/b7eb6a12dbe24725a941d8765ab9a732/1/5feFb8zhrk/Vector%20%25281%2529.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.block_becdb32cfa3045b088f2f0f0b8ed3d8d ul li:nth-child(3)::before {
    content: "";
    display: inline-block;
    background-image: url(https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/f302583083f34f3cb305bd07ff221395/1/5feFb8zhrk/Vector%20%25282%2529.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 8px;
    vertical-align: middle;
}
.footerContainer .footer-last{
	display: flex;
    flex-direction: row;
    width: auto;
    max-width: 100%;
    align-items: stretch;
    margin: 20px 80px;
    border-top: 1px solid #DCDCDC;
}
.footerContainer .footer-last .item-Content{
	width: 33.33%;
	text-align: center;
	padding: 10px 0px;
}
.footerContainer .footer-last .item-Content a{
	color: #ffffff !important;
}
.block_cb624f08b5d94cef8921ddbf6282428c ul li,
.block_becdb32cfa3045b088f2f0f0b8ed3d8d ul li{
	margin-top: 10px;
}
.block_d2b8200d90bd4637904e941d478da0a4 img{
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 1441px){
    /*.footerContainer .footer-last{
		display: none;
	}*/
}
@media screen and (max-width: 1024px){
    .items_b8a4765527fa4d17a31dece2cc12ae54 .item {
        padding: 0px;
    }
    div.blockWrap_b8a4765527fa4d17a31dece2cc12ae54,
    div.blockWrap_a6260426fdde4502a63e5f47cd269f23,
    div.blockWrap_b42321398f3f4ea1a1c11448a3f02c6f{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 769px){
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_c336634729ab4ce6a4067eee4b1d98e7 .blockContent.blockContentBleed{
        padding-left: 40px;
        padding-right: 40px;
    }
    .block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item:first-child,
    .block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item:first-child{
        padding: 0px 0px 20px 0px!important;
    }
    .block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item:nth-child(2),
    .block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item:nth-child(2){
        padding: 20px 0px 0px 20px !important;
        border-left: 2px dashed #ffffff;
    }
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_de5860bc380f40c8b6754b0e2e2b6418 .blockContent.blockContentBleed,
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_f74579b16ec244cd8d8c52f3baa53a2c .blockContent.blockContentBleed,
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_d3098d3d57bb4814909a09cfe34aea7b .blockContent.blockContentBleed,
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_a572c5925bd44c21b9fd6bdea1cf1d0e .blockContent.blockContentBleed{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .items_de5860bc380f40c8b6754b0e2e2b6418 .itemInnerContent,
    .items_d3098d3d57bb4814909a09cfe34aea7b .itemInnerContent,
    .items_a572c5925bd44c21b9fd6bdea1cf1d0e .itemInnerContent{
        text-align: center;
    }
}

@media screen and (min-width:769px){
    .block_e1ded90a1d63421ca9948946ba5541ee .items_e1ded90a1d63421ca9948946ba5541ee > .item{
        position: relative;
    }
    .block_e1ded90a1d63421ca9948946ba5541ee .items_e1ded90a1d63421ca9948946ba5541ee > .item:nth-child(2):before {
       content: "";
       width: 100px;
        height: 20px;
      background: url(https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/ce273fdfd54543f087d32a911060b4b6/1/5feFb8zhrk/Arrow%201.png) no-repeat;
      top: 120px;
      left: -40px;
      position: absolute;
      display: block;
    }
    
    .block_e1ded90a1d63421ca9948946ba5541ee .items_e1ded90a1d63421ca9948946ba5541ee > .item:nth-child(3):before {
        content: "";
       width: 100px;
        height: 20px;
      background: url(https://static.spacecrafted.com/b3e8774476b24b45b3ac46bd24081353/i/ce273fdfd54543f087d32a911060b4b6/1/5feFb8zhrk/Arrow%201.png) no-repeat;
      top: 120px;
      left: -40px;
      position: absolute;
      display: block;
    }
}

@media screen and (min-width:426px){
    .block_cd5d1d88d71347778333492621e86691{
        width: 57.50%;
    }
}

@media screen and (max-width: 426px){
	.blockWrap_cd5d1d88d71347778333492621e86691{
	    padding-top: 40px !important;
	}
	.block_aa6f7fd74b9b420aa19e8fcbd5aa4424  .imgGridItem{
	    width: 100% !important;
	}
	.block_aa6f7fd74b9b420aa19e8fcbd5aa4424{
        transform: translate(13%, -62%);
    }
    .block_d14593f17f4c456589645a037facc1d6 .items_d14593f17f4c456589645a037facc1d6.gridView > .item > .itemImg{
        width: 30%;
    }
    .block_d14593f17f4c456589645a037facc1d6 .items_d14593f17f4c456589645a037facc1d6.gridView > .item >.itemContent {
        width: 70%;
    }
    .block_c336634729ab4ce6a4067eee4b1d98e7 .items_c336634729ab4ce6a4067eee4b1d98e7 > .item:nth-child(2),
    .block_f74579b16ec244cd8d8c52f3baa53a2c .items_f74579b16ec244cd8d8c52f3baa53a2c > .item:nth-child(2){
        border-left: 0px !important;
        padding: 20px 0px 0px 0px !important;
        border-top: 2px dashed #ffffff;
    }
    div.blockWrap_c3e1644cd6134312b12a54cacd7d0682,
    div.blockWrap_af7358da06794ea3a6c0da59ab60a9c0,
    div.blockWrap_fe806de6a1474fb6891d0d244760f9b5,
    div.blockWrap_fae462dccf974f059657d327c416b061,
    div.blockWrap_d70716f2f6a5404585014b7d1c80e1f0,
    div.blockWrap_a2071c37b3324d5da2a5ed3e27ea7c84,
    div.blockWrap_db257c3d8fa74cb591ec38c565ef2dbc,
    div.blockWrap_ff3399c2a5ef493e980f4014fc7a6c0a,
    div.blockWrap_d3264d09c0a1491d90778bf02b530b2c,
    div.blockWrap_ad170e85b6bf49c59d596096a3ac6529{
        background: #2435a1;
    }
    div.blockWrap_ddf2318004754a4c9bb0d9e02e7b9f7f,
    div.blockWrap_e066e0b4a99a4c00a9d59669cc2bb6b1{
         background: #ffffff;
    }
    div.blockWrap_c3e1644cd6134312b12a54cacd7d0682{
        padding-top: 60px;
    }
    div.blockWrap_fe806de6a1474fb6891d0d244760f9b5{
        padding-bottom: 60px;
    }
    #page_c4e012b44863455c9a4fb727a9240a8e .primaryContent{
        display: block;
    }
    #page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .blockContainer,
    #page_c4e012b44863455c9a4fb727a9240a8e .primaryContent > .simpleList{
        width: 100%;
    }
    .footerContainer .footer-last{
        display: block;
        margin: 0px;
    }
    .footerContainer .footer-last .item-Content{
        width: 100%;
    }
    .block_b8a4765527fa4d17a31dece2cc12ae54 .items_b8a4765527fa4d17a31dece2cc12ae54 div.itemContent,
    .block_a6260426fdde4502a63e5f47cd269f23 .items_a6260426fdde4502a63e5f47cd269f23 div.itemContent,
    .block_b42321398f3f4ea1a1c11448a3f02c6f .items_b42321398f3f4ea1a1c11448a3f02c6f{
        background: rgb(255, 255, 255, 0.8);
        padding: 25px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 1025px){
    .block_d9ff8cccacbd4e7e88c2d3f61f1c969a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}