﻿.ms-hero.ms-hero-material {
    color: #f5f5f5;
    background-image: url('../images/gradient-top.png');
    background-color: #0b9156 !important;
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: 84% center;
    min-height: 450px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.ms-hero.ms-hero-material {
    min-height: 250px !important;
    margin-bottom: -2%;
}
.headline {
    /*height: 38px;*/
    /*width: 1189px;*/
    color: #FFFFFF;
    font-family: "Playfair Display";
    font-size: 38px !important;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    margin-top: 24px !important;
}
.subheading {
    /*height: 22px;*/
    /*width: 1054px;*/
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 22px;
    letter-spacing: 1.34px;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
    margin: 18px 12px 0 12px;
}
.hero-submit {
    background-color: #12A96D;
    border: 1px solid #12A96D;
    padding: 1px 45px 9px;
    border-radius: 5px;
    color: #fff !important;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: smaller;
}
.home-fav-text {
    width: 233px;
    min-height: 50px;
    color: #444444;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 13px;
    overflow-wrap: break-word;
}

.fav-foot {
    width: 133px;
}

    .home-fav-text a {
        display: block;
        margin-bottom: 5px;
        font-weight: bold !important;
    }

.frequently-accessed {
    list-style-type: none;
}

    .frequently-accessed li {
        margin-bottom: 8px;
    }

        .frequently-accessed li a {
            text-decoration: underline;
            color: #3A6C9D;
            font-family: "Open Sans";
            font-size: 13px;
            font-weight: bold;
            letter-spacing: -0.42px;
            line-height: 17px;
        }

            .frequently-accessed li a sup {
                display: inline-block;
                text-decoration: none
            }
.m0{
    margin:0 !important;
}
.right-sidebar {
    margin: 34px 34px 0 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 2px 0 rgba(69, 69, 69, 0.2);
    border-left: 13px solid #12A96D;
}
.ms-site-title {
    word-spacing: 0px !important;
}
.accordion-heading {
    box-sizing: border-box;
    height: 33px;
    /*width: 554px;*/
    border: 1px solid #D8D8D8;
    padding: 3px 20px;
    /*border-radius: 2px;*/
    background-color: #F3F3F3;
    /*box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.13), 0 2px 0 0 rgba(0,0,0,0.5);*/
    font-size: 14px;
    font-weight: bold;
    color:#3A6C9D;
}
/*********Fingertip Formulary****************/
.formularyContainer {
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(69,69,69,0.2);
    padding:24px;
    margin-top:20px;
}
.ftfDetailProvider p {
    color: #454545;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 18px;
}
.ftfDetailPlan p{
    color: #337ab7;
    font-size: 16px;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: -0.18px;
    line-height: 21px;
}
.ftfDetailHead {
    background-color: #e8edf2;
    padding: 14px;
    margin-bottom: 3px;
}
.ftfDetailHead p{
    color: #454545;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.18px;
    line-height: 21px;
}
.ftfDetailBody {
    padding: 14px;
    background-color: #f0f0f0;
    margin-bottom: 3px;
}
    .ftfDetailBody p {
        color: #454545;
        font-size: 12px;
        font-family: "Open Sans";
        letter-spacing: 0;
        line-height: 18px;
    }

.ftfCopayTable {
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin-top: 10px;
    font-size: 12px;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 18px;
}
provide some minimal visual accomodation for IE8 and below
.ftfCopayTable tr {
    background: #F6F6F6 !important;
}
    /*  Define the background color for all the ODD background rows  */
.ftfCopayTable tr:nth-child(odd) > td {
    background: #e8edf2 !important;
    padding: 6px 10px !important;    
}
    /*  Define the background color for all the EVEN background rows  */
.ftfCopayTable tr:nth-child(even) > td {
    background: #f0f0f0 !important;
    padding: 6px 10px !important;
}
.container-4 input#ftfZipCode {
    width: 180px;
    height: 33px;
    background: #eaeaea;
    border: 1px solid #ccc;
    font-size: 10pt;
    font-style: italic;
    float: left;
    color: #666;
    padding-left: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.container-4 button.searchZipIcon {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    background: #12A96D;
    height: 33px;
    width: 33px;
    color: #fff;
    opacity: 1;
    margin-left: -33px;
    font-size: 14pt;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
.zipLocation {
    color: #454545;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-right:8px;
}
.zipForm{
    margin-left:1px;

}
.ftfProvider {
    color: #454545;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin:5px 15px;
    display:block;
}
.ftfHealthPlan {
    color: #3A6C9D;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    padding-left:40px;
    text-decoration:underline;
    display:block;
}
    .ftfHealthPlan:hover {
        background-color: #12A96D;
        /*box-shadow: inset 0 0 9px 0 rgba(0,0,0,0.25), 0 0 3px 2px #FFB7B1;*/
        color: #FFF;
    }

.accordion-inner {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    padding:0 0 15px 0;
}
.greyout {
    position: absolute;
    z-index: 250;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    opacity: .9;
}

.spinLoad {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 251;
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
}
.productBRegularText {
    min-width: 100px;
    background: none;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: none !important;
    border-color: #4caf50 !important;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: unset !important;
}

.pagination .page-item .page-link {
    margin: 0 8px;
    border-radius: unset !important;
    color: #4caf50;
    border-color: none !important;
    position: relative;
    z-index: 2;
    transition: all ease .5s;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
    border: 0;
    padding: 8px 14px;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #3a6c9d;
    border-color: #3a6c9d;
}

.pagination .page-item .page-link {
    color: #3a6c9d;
}

    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
        background-color: #3a6c9d;
        border-color: #3a6c9d;
    }

.pagination .page-item.active .page-link:hover, .pagination .page-item.active .page-link:focus {
    background-color: #3a6c9d;
}

@media (max-width: 1199px){
    .top-banner-override {
        height: 285px !important;
    }
}
@media (max-width: 920px) {
    .top-banner-override {
        /*height: 43vh !important;*/
        height: 285px !important;
    }
    .isi-manual {
        /* height: 147px;*/
        /* height: 80%;*/
         height: 42%; /*changed 2/2/2024 b/c isi was getting cutoff at the bottom*/
    }
}
@media (max-width: 420px) {
    .top-banner-override {
        height: 30vh !important;
    }
    .home-fav-text {
        width: 211px;       
    }
}
.div-center {
    margin: 0 auto;
    width:728px;
}
.mobile-app-button{
    width:181px;
}
.gr-check {
    color: #d2d2d2;
    font-size: 17px;
    margin-right: 14px;
}
.list-check {
    width: 90%;
}
.list-check p{
    width: 90%;
}
.h4bla {
    display: block;
    letter-spacing: -0.25px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 0px;
    /* font-weight: bold !important; */
}

.mobi-h4 {
    display: block;
    letter-spacing: -0.25px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #12A96D;
    width: 470px;
    margin-left:40px;
}
.nam-img-container {
    width: 72%;
    align-content: center;
    margin: 0 auto;
}
    .nam-img {
        width:13vw;
        margin-right:67px;
    }
    .nam-img-mid {
        width: 13vw;
        margin-right: 57px;
    }
@media (max-width: 1199px) {
    .nam-img-container {
        width: 100%;
        align-content: center;
        /*margin-left: 10%;*/
        margin: 0 auto;
    }
    .nam-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 450px;
        overflow: hidden;
    }
        .nam-img-container a {
            max-width:283px;
            display:block;
            justify-content: center;
            align-items: center;
        }
        .nam-img {
        width: 20vw;
        margin-right: 20px;
    }

    .nam-img-mid {
        width: 20vw;
        margin-right: 10px;
    }
}

