/**
Medicaid plan page
 */

.medicaid-page-sidebar {
    max-width: 359px;
}

.medicaid-heading-underline {

    border-bottom: 3px solid #4197CB;
    width: 120px;
    margin-bottom: 8px;
}

/*.list-homepage {*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    color: #384C5A;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 3%;*/
/*}*/

/*.list-homepage li {*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    color: #384C5A;*/
/*    padding-bottom: 10px;*/
/*    list-style: none !important;*/
/*    margin-left: 10px;*/
/*    position: relative;*/
/*    font-size: 18px;*/
/*}*/

/*.list-homepage li:before {*/
/*    content: "•";*/
/*    font-size: 18px;*/
/*    left: -15px;*/
/*    position: absolute;*/
/*    font-weight: bold;*/
/*}*/

.on-page-section h2 {
    font-size: 18px !important;
}

.on-page-section h2:before {
    content: "";
    margin-right: 16px;
    margin-top: 5px;
    background-image: url(../../images/V-shape.png);
    width: 12px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(90Deg);
}

.vaya-arrow-list h2:after {
    content: "";
    margin-left: 16px;
    background-image: url(../../images/V-shape.png);
    width: 12px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.vaya-arrow-list strong:after {
    content: "";
    margin-left: 16px;
    background-image: url(../../images/V-shape.png);
    width: 12px;
    height: 15px;
    display: inline-flex;
    background-repeat: no-repeat;
}

@media (max-width: 820px) {
    .medicaid-banner {
        background-position-x: 27%;
    }
}

@media (max-width: 500px) {
    .medicaid-banner {
        background-position-x: 27%;
        min-height: 250px;
    }
}