/*--------------- GLOBAL ---------------*/
/*button styling*/
.navContent li .button,
button, .button, input[type=submit] {
    padding: .65em 1.5em;
}
.items_e99a8e0cf76d411e8079eed56d3b19de,
.items_b7af6bff2612477bb64285b910cfa07a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
/*--------------- NAV ---------------*/
.stable-hover .navContent > ul > li > a.button:hover:after {
    opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .headerContainer {
        width: 25%;
    }
    .navContainer {
        padding-left: 0;
        width: 75%;
        font-size: 14px;
    }
    .navContent ul li {
        margin-left: 1.25em;
    }
}
/*--------------- FOOTER ---------------*/
.footerContent .blockInnerContent a:not(.button):hover {
    color: white;
}
.footerContent .contentTitle {
    color: white;
    font-size: 110%;
}
.footerContainer .blockText ul {
    line-height: 2;
}
.footerContent .block_ba76d13f02854059b82a3a3e1ee4fe9e .blockInnerContent {
    font-size: 16px;
    max-width: 270px;
}
.footerContent .blockWrap_f868c1eb43504b6d8b73ba22306f1b50 { 
    width: 100%;
    border-top: 1px solid rgba(223, 209, 235, 0.5);
    margin-top: 50px;
    padding-top: 35px;
}
/*--------------- HOME ---------------*/
.findBlk {
    margin-top: 40px;
    border-top: 1px solid rgba(194, 216, 240, 0.5);
    padding-top: 40px;
    border-bottom: 1px solid rgba(194, 216, 240, 0.5);
    padding-bottom: 50px;
}
.findText .contentTitle {
    font-size: 32px;
}
/*find pharamacy input*/
.table-cell.pharmacy-search-cell.searchInput {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .15);
    width: fit-content;
    margin-left: 0;
    margin-top: 1.5em;
    border-radius: 50px;
    background: transparent;
}
#pharmacySearchForm input#search-input {
    font-size: 15px;
    width: 295px;
    height: 62px;
    background: white;
    border: 1px solid rgba(223, 209, 235, 0.5);
    border-radius: 50px 0 0 50px;
    padding: 0 12px;
}
.block_a2df2415377e403fa39babbf1585a55f input[type=submit]{
    height: 64px;
    border-radius: 0 50px 50px 0;
    border: 1px solid #492f92;
    vertical-align: top;
    padding: .65px 2em;
}
@media only screen and (max-width: 1200px) {
    .blockWrap_b98571f6abe444ad87272a0f41e6e388 .contentTitle {
        font-size: 42px;
    }
    .findText .contentTitle {
        font-size: 27px;
        text-align: center;
    }
    .findText .blockInnerContent {
        text-align: center;
    }
    .formWrp {
        margin-top: 1.5em;
    }
    .table-cell.pharmacy-search-cell.searchInput {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {    
    #pharmacySearchForm input#search-input {
        width: 92%;
        border-radius: 15px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .15);
    }
    .block_a2df2415377e403fa39babbf1585a55f input[type=submit] {
        width: 100%;
        border-radius: 12px;
        margin-top: 1em;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .15);
    }
    .table-cell.pharmacy-search-cell.searchInput {
        box-shadow: none;
    }
}