/*--------------- MODAL ---------------*/
#popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
#popup {
    max-width: 65%;
    width: 100%;
    height: 50%;
    background: #000000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    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 .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: 16px;
    top: 12px;
    cursor: pointer;
}
.close-button img {
    width: 16px;
    height: 16px;
}


@media only screen and (min-width: 1024px) {
    #popup {
        max-width: 80%;
        height: 40%;
    }
}    
@media only screen and (max-width: 767px) {
        .close-button {
        position: inherit;
    }
    #popup .contentImg {
        display: none;
    }
        #popup {
        height: 3%;
        position: unset;
        padding: 35px 10px;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    #popup {
        max-width: 80%;
        height: 4%;
    }
}
@media only screen and (max-width: 387px) {
    #popup {
        max-width: 100%;
    }
    .popupTitle {
        font-size: 25px!important;
    }
}
.popupTitle {
    font-size: 30px;text-transform: none;letter-spacing: .15em;font-family: caslonbold,“Times New Roman”,Times,serif;font-style: normal;font-weight: 700;color: #ffffff;
}
.pcontent {
    margin-top: 10%;
}    
.content p {    
    font-size: 20px;
}

.button {
    background: #2470ab;
    border-color: #2470ab;
    color: #000000;
}
a.button:hover {
    background: #2470ab;
    border-color: #2470ab;
}


/*-------------END MODAL ---------------*/



/* FORMATTING DON'T CHANGE */
.navContent ul li a {padding: 11px 0 8px 0; border-bottom: 3px solid transparent; transition: all .3s ease;}
.footerContainer {margin-top: -1px}
.noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer {padding: 15px 0 !important;}
.navContent .navButton:hover {background: #2470ab; transition: all .3s ease;}


/*expandable menu width*/
.navContent ul li ul {
    max-width: 400px !important;
}

/*ashland drug*/
.block_e6c014c5912f43319fbce10c0925ed50 {padding-top: 20px; padding-bottom: 20px}
.block_b5a7aa0181a34421a31ce1f5944a6b09 {padding-top: 20px;}
.block_b13594e6a2d749a6b2c6779028918093 {padding-top: 40px}



    /* change colors */
    .navContent ul li a.selected {border-bottom: 2px solid #000000} /* selected nav underline */
    .navContent ul li a:hover:not(.navButton) {border-bottom: 2px solid #000000; transition: all .3s ease;} /* hover nav underline */
    
        /* buttons */
        .block_f9db72f94e9a4e818d5cf98df3a46087 .contentImg {background: #2470ab}
        /* services buttons */
        .items_bfe9066f3db94babb3326ab227bedb2f .contentImg {background: #2470ab}

    /* CHANGE MOBILE APP COLORS */
    
        .block_e06b4b82e16f4d98aa0a07f9dbd7c550 .contentImg {background: #2470ab;}


/* HOME PAGE */

    /* Affiliate Icons */
    .block_aecda14ded1b4406a2d4c6578afbd20d .contentImg {max-height: 100px; width: auto; margin: 0 auto;}
    .block_aecda14ded1b4406a2d4c6578afbd20d .blockImg {padding-top: 40px}
    
/* CONTACT */

    /* Map */
    @media only screen and (min-width:768px) { .block_f007701e16e54df29261cf52a94e786e .contentImg {max-width:70%}}
    










/* Nav Bar Icons */
.block_f061a68eb7cb4d2798c02b8b701f8973 .contentImg {
    max-height: 80px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/* RSS */

.block_ff30d34e8a824fff82a2bd782a1efffd .cols4 .item.packeryItem {box-shadow: 0 0 7px rgba(0,0,0,.25);}



/*Image Caption Padding*/
.block_f954035fd4e2441e8c373b74b1bf8e85 .customCaption .contentTitle {
    padding-top: 8%;
}


.tiltNavItem button {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  /* centering fix related to normal positioning of mobile nav trigger */
  /*.headerContent {*/
  /*  padding-left: 32px;*/
  /*}*/
  /* a little padding under the tilt button on small screens */
  .tiltNavItem {
    padding-bottom: .5em;
  }
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}


#covidAlert {display: none!important;}