/***************************
/ Global
/****************************/
img {
    width: 100%;
    height: auto;
}

.hphc-image-icon {
    width: auto;
    height: auto;
}

/***************************
/YouTube Videos
/***************************/
.video-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

/***************************
/Animation
/***************************/
@keyframes jump {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes jump {
    0% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.jump {
    animation: jump 1s 2s forwards cubic-bezier(.84, -0.54, .31, 1.19);
}

/***************************
/Chat Bot
/***************************/

#webchat button {
    background-color: #e31837;
    width: 67px;
    height: 44px;
    padding: 0;
    border-radius: 8px;
    margin: 0px 8px 8px 0px;

}

#webchat button::before {
    content: "Send";
    display: block;
    text-align: center;
    color: #fff;
    width: 80px;
    font-weight: 900;

}

#webchat button:active::before {

    text-decoration: underline;
}

#webchat button:Focus {

    outline-offset: 2px;
    outline: 1px dashed #1f277f;

}

#webchat button:hover {
    background-color: #B6132C;
}

#webchat button:active {

    background-color: #880E21;

}

#webchat button:disabled {

    background-color: #919191;

}

#webchat button:disabled::before {
    color: #282828;
}

#webchat button svg {

    display: none;

}

#webchat em img {

    display: none;

}

#webchat a img {

    display: none;
}

#webchat .webchat__row span,
#webchat p,
#webchat ul li {
    font-family: 'Point32HealthSans', sans-serif;
    list-style: outside;
}

#webchat form {

    padding: 0px 8px 8px 8px;
}

#webchat form input::placeholder {
    color: #767676;

}

#webchat form input {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    font-family: 'Point32HealthSans', sans-serif;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #919191;
}

#webchat form input:Focus {
    outline-offset: 2px;
    outline: 1px dashed #1f277f;
}

#webchat form input:hover {

    border: 2px solid #828282;
}

#webchat form input:active {
    border: 2px solid #757575;
}

#mainDiv[aria-expanded=true] {
    transition: all .5s ease-in-out;
    height: 600px;
    max-height: calc(100vh);
}

#webchat .webchat__stacked-layout__status span[aria-hidden=true] {
    font: normal normal 700 13px/18px Point32HealthSans;
    color: #767676;
    margin: 0px;
}

#webchat .webchat__stacked-layout__status span {

    margin: 0px;
}

#mainDiv[aria-expanded=false] {
    transition: all .5s ease-in-out;
    height: 45px;
    max-height: calc(100vh);
}

#titleDiv {
    height: 45px;
    width: 100%;
    z-index: 900;
    position: absolute;
    border: none;
    background-color: #e31837;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='_25.arrow'%3E%3Ccircle class='cls-1' cx='12' cy='12' r='11'/%3E%3Cpolyline class='cls-1' points='7 14 12 9 17 14'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right;
    background-position-x: calc(100vw - 40px);
    display: block;
    line-height: 1;
    padding: 0 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: none;
    font-weight: 400;
    text-align: left;
    color: white;
}

#mainDiv[aria-expanded=true] #titleDiv {

    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='25.arrow' id='_25.arrow'%3E%3Ccircle class='cls-1' cx='12' cy='12' r='11'/%3E%3Cpolyline class='cls-1' points='7 10 12 15 17 10'/%3E%3C/g%3E%3C/svg%3E");

}

#titleDiv:hover {
    background-color: #B6132C;
}

#titleDiv:active {
    background-color: #880E21;
}

#titleDiv:focus {
    outline-offset: -2px;
    outline: 1px dashed white !important;

}

#titleDiv:disabled {
    background-color: #919191;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23282828;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='_25.arrow'%3E%3Ccircle class='cls-1' cx='12' cy='12' r='11'/%3E%3Cpolyline class='cls-1' points='7 14 12 9 17 14'/%3E%3C/g%3E%3C/svg%3E");
    color: #282828;
}

@media only screen and (min-width: 800px) {


    #webchat form {

        padding: 0px 16px 16px 16px;
    }

    #webchat button {

        margin: 0px 16px 16px 0px;
    ;

    }


}

#webchat .webchat__bubble__content {

    padding: 14px;

}

/***************************/

.chat-bot {
    height: 45px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 100;
}

@media only screen and (min-width: 800px) {
    .chat-bot {
        width: 400px;
        right: 10px;
    }
}

#webchat div.webchat__stacked-layout {
    margin-left: 8px;
    margin-right: 8px;
}

@media only screen and (min-width: 800px) {
    .chat-bot {
        bottom: 10px;
    }

    #titleDiv {

        background-position-x: 360px;

    }

    #webchat .webchat__bubble__content {

        padding: 14px;

    }

    #webchat div.webchat__stacked-layout {
        margin-left: 16px;
        margin-right: 16px;
    }

}

.webchatTitle {
    float: left;
    color: #ffffff;
    margin: 0rem;
    padding: 10px 20px;
}

.css-gtdio3 {
    height: 100% !important;
}

.avatar {
    background-color: transparent !important;
    right: 2%;
    margin-right: -1rem !important;
}

.css-1tdb3h1 img {
    height: 39px !important;
    width: 39px !important;
}

.main>form {
    margin: 0rem;
}

.main>button {

    background-color: #E31837 !important;
    color: #ffffff;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-weight: 900;
    font-family: 'Point32HealthSans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.main>button::before {
    content: "Send" !important;
}


.css-14klaxb {
    display: none !important;
}

.css-bo8nme {
    display: none !important;
}

.css-1j3n9j0 {
    border: 2px solid #dbdee1 !important;
}

.css-1j3n9j0>.main {
    border-top: 0px solid rgb(230, 230, 230) !important;
}

.css-d121v4 {
    display: none !important;
}

.filter {
    display: none !important;
}

#webchat div.webchat__stacked-layout__alignment-pad {
    width: 0 !important;
}

#webchat .webchat__bubble__content p {
    line-height: 1.25;
}

/*Links within chat bubble*/
#mainDiv a {
    color: #1F277F;
    font-weight: 700;
    text-decoration: underline;
}


#mainDiv a:focus {
    border: 1px dashed #1F277F;

}

#mainDiv a.standalone {

    text-decoration: none;

}

#mainDiv a.standalone:hover {
    text-decoration: underline;
}

#mainDiv a.standalone:focus {
    text-decoration: underline;
}

#mainDiv a.standalone.icon-r:after,
a.icon-r:after {

    height: 12px;
    width: 12px;

}

#mainDiv a[target="_blank"]:after {
    content: '\f360';
    font-size: 12px;
    width: 12px;
    line-height: 1;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 4px;
    color: #e31837;
    transition: .3s ease-out;
}




/***************************
/Plan Selection
/***************************/

.plan-selection-text {
    display: table;
    margin: 7.2rem 0rem 0rem;
}

.plan-selection-text>div {
    display: block;
    width: 100%;
}

.hphc-form_filter.plan-selection-form_filter {
    padding: 0rem;
}

.plan-selection-fieldset_filter {
    border-top: 1px solid #E0DFD7;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
}

.plan-selection-fieldset_filter>fieldset>legend {
    margin-bottom: 2rem;
}

.hphc-form_search.plan-selection-form_search {
    padding: 0rem;
    margin: 0rem !important;
    border: 0;
}

.plan-selection-form_search>input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.plan-selection {
    margin: 1.5rem 0;
    overflow: auto;
}

.plan-selection-list {
    width: 100%;
    height: auto;
    display: table;
}

.plan-selection-list>div {
    display: block;
    width: 100%;
}

.first-plan {
    margin: 0rem 0rem 0rem 0rem;
}

.other-plans {
    margin: 3rem 0rem 0rem 0rem;
}

.plan-item {
    margin: 1.5rem 0rem 1.5rem 0rem;
}

.slideDown.ng-hide {
    max-height: 0;
    transition: max-height 0.25s ease;
    overflow: hidden;
    position: relative;
}

.slideDown {
    margin-left: 20px;
    max-height: 600px;
    transition: max-height 0.25s ease;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 800px) {
    .plan-selection-text>div {
        display: table-cell;
        width: 50%;
    }

    .plan-selection-text>div:last-of-type {
        width: 50%;
        text-align: right;
    }

    .hphc-filter_menu.plan-selection-filter_menu {
        padding: 0rem;
        margin-top: 0rem;
    }

    .hphc-filter_menu.plan-selection-filter_menu:before {
        display: none;
    }

    .plan-selection-list>div {
        display: table-cell;
        width: 50%;
    }

    .plan-selection-list>div:first-of-type {
        padding-right: 1rem;
    }
}

.plan-selection-form_filter input {
    height: auto;
    width: auto;
}

.group-with-divider {
    display: table;
    width: 100%;
}

.group-with-divider>div {
    display: block;
    width: 100%;
    overflow: hidden;
}

.group-with-divider>div.center {
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.group-with-divider>div.center::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Crect x='0' y='0' width='1' height='1' fill='%23D1D1D1'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.group-with-divider>div.center span {
    background: #fff none repeat scroll 0 0;
    margin: -40px 0 10px;
    padding: 0 5px 0 5px;
    position: relative;
    vertical-align: baseline;
}

.fap_page {
    margin-bottom: 7.2rem;
}

.fap_page>div {
    margin: 4rem 0 4rem 0;
}

.fap_page>div>h4 {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .group-with-divider>div {
        display: table-cell;
    }

    .group-with-divider>div.group {
        width: 40%;
    }

    .group-with-divider>div.center {
        width: 10%;
    }

    .group-with-divider>div.center::before {
        background-repeat: repeat-y;
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0;
    }

    .group-with-divider>div.center span {
        padding: 5px 0 5px 0;
    }
}

/***************************
/Multi ID
/***************************/

.hphc-policy_card-wrapper {
    overflow: hidden;
}

.hphc-policy {
    font-size: 1.3rem;
    font-weight: 100;
}

.hphc-policy a {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    display: block;
}

.hphc-policy_card-wrapper>div:first-of-type {
    margin-bottom: 1.5rem;
}

.hphc-main-policy_card {
    font-size: 1.3rem;
    position: relative;
    padding: 0.5rem;
    border: 1px solid #EEEDE5;
    border-top: 0;
}

.hphc-main-policy_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.hphc-main-policy_card.current:before {
    background-color: #00A88E;
}

.hphc-main-policy_card.future:before {
    background-color: #FF900B;
}

.hphc-main-policy_card.termed:before {
    background-color: #E31837;
}

.hphc-main-policy_card-content {
    padding: 0.8rem;
}

.hphc-sub-policy_card {
    position: relative;
    padding: 0.7rem;
    border: 1px solid #EEEDE5;
    background-color: #F7F6F2;
    border-top: 0;
    margin-bottom: 1rem;
    cursor: pointer;
    display: none;
}

.hphc-sub-policy_card:hover {
    background-color: #EEEDE5;
}

.hphc-sub-policy_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.hphc-sub-policy_card.current:before {
    background-color: #00A88E;
}

.hphc-sub-policy_card.future:before {
    background-color: #FF900B;
}

.hphc-sub-policy_card.termed:before {
    background-color: #E31837;
}

.hphc-switch-policy_card {
    padding: 0.7rem;
    background-color: #F7F6F2;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
}

.hphc-switch-policy_card:hover {
    background-color: #EEEDE5;
}

.hphc-switch-policy-down {
    text-decoration: none;
}

.hphc-switch-policy-down:after {
    content: '';
    height: 16px;
    width: 16px;
    float: right;
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E %3Cg id='Page-1' sketch:type='MSPage'%3E %3Cg id='Group-Copy' transform='translate(-61.000000, -1.000000)' sketch:type='MSLayerGroup'%3E %3Cg id='Oval-7-_x2B_-Triangle-1' transform='translate(68.000000, 8.000000) rotate(-180.000000) translate(-68.000000, -8.000000) translate(61.000000, 1.000000)' sketch:type='MSShapeGroup'%3E %3Ccircle id='Oval-7' fill='%231F277F' cx='7' cy='7' r='7'/%3E %3Cpath id='Triangle-1' fill='none' stroke='%23FFFFFF' stroke-width='2' d='M8.5,9.5L5.5,7l0,0l3-2.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hphc-switch-policy-up {
    text-decoration: none;
    display: none;
}

.hphc-switch-policy-up:after {
    content: '';
    height: 16px;
    width: 16px;
    float: right;
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E %3Cg id='Page-1' sketch:type='MSPage'%3E %3Cg id='Group-Copy' transform='translate(-61.000000, -1.000000)' sketch:type='MSLayerGroup'%3E %3Cg id='Oval-7-_x2B_-Triangle-1' transform='translate(68.000000, 8.000000) rotate(-180.000000) translate(-68.000000, -8.000000) translate(61.000000, 1.000000)' sketch:type='MSShapeGroup'%3E %3Ccircle id='Oval-7' fill='%231F277F' cx='7' cy='7' r='7'/%3E %3Cpath id='Triangle-1' fill='none' stroke='%23FFFFFF' stroke-width='2' d='M8.5,9.5L5.5,7l0,0l3-2.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hphc-member-grid {
    padding: 1rem 0rem 1rem 0rem;
}

.hphc-member-grid>div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

@media only screen and (min-width: 800px) {
    .hphc-member-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hphc-member-grid>div {
        -webkit-flex-basis: 31.5%;
        flex-basis: 31.5%;
        -ms-flex-preferred-size: 31.5%;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hphc-member-grid>div:nth-of-type(3n+1) {
        padding-right: 2rem;
    }

    .hphc-member-grid>div:nth-of-type(3n+2) {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hphc-member-grid>div:nth-of-type(3n+3) {
        padding-left: 1rem;
    }
}

/***************************
/Virtual Fair
/***************************/

.v-fair-body {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.v-fair table {
    table-layout: fixed;
}

.v-fair table th {
    width: 100%;
}

.v-fair table td {
    width: 100%;
}

.v-fair-banner>div {
    max-width: 710px;
}

.v-fair-plan-details {
    padding: 2.5rem 0 1rem 0;
    margin: 2rem 0;
    border-top: 5px solid #EEEDE5;
    border-bottom: 5px solid #EEEDE5;
}

.v-fair-account-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 800px) {
    .v-fair-account-logo {
        margin-right: 1rem;
    ;
    }
}

.v-fair-account-logo>div {
    margin-top: 2.5rem;
}

.v-fair-account-logo h2 {
    margin: 0rem 0rem;
}

.v-fair-account-logo img {
    max-width: 125px;
    max-height: 125px;
}

.v-fair-banner .v-fair-account-effdate {
    margin-top: 1rem;
}

.v-fair-banner h2 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 800px) {
    .v-fair-account-logo img {
        max-width: 175px;
        max-height: 175px;
    }
}

@media only screen and (min-width: 800px) {
    .v-fair-account-logo>div:nth-of-type(2n+1) {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
    }

    .v-fair-account-logo>div:nth-of-type(2n+2) {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
    }
}

.vFair-event {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #E31837;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.div-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.confirm-box {
    border: 3px solid #EEEDE5;
    margin: 2.5rem 0rem 2.5rem;
    padding: 1.25rem;
    background-color: #CBF7CB;
    font-size: 1.6rem;
    font-weight: bold;
}

/***************************
/Guest Login
/***************************/

@media only screen and (min-width: 800px) {
    .hphc-guest-login>div:nth-of-type(2n+1) {
        -webkit-flex-basis: 65%;
        flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
    }

    .hphc-guest-login>div:nth-of-type(2n+2) {
        -webkit-flex-basis: 30%;
        flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
    }
}

.guest-login-form {
    background-color: #f7f6f2;
    padding: 2rem;
    margin-top: 1rem;
}

@media only screen and (min-width: 800px) {
    .guest-login-form {
        margin-top: 6rem;
    }
}

/***************************
/Promoted Programs
/***************************/

.promoted-program-cta {
    align-items: unset;
    margin-top: 15px;
}

@media only screen and (min-width: 800px) {
    .promoted-program-cta {
        align-items: center;
    }

    .promoted-program .hphc-side_rail.fixed {
        position: unset;
        top: unset;
    }
}

.promoted-program-cta a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.promoted-program-cta div {
    border: 0;
    padding: 0;
    margin: 0 2.8rem 0 0;
}

.promoted-program {
    margin-top: 3rem;
}

.promoted-program-icons>div {
    border: 0 !important;
}

.promoted-program-icons img {
    object-fit: cover;
    height: 100px;
    width: auto;
}

.promoted-program-icons>div div:last-child {
    padding-top: 1.5rem;
    line-height: 1.5;
}

/***************************
/Single Topic
/***************************/

.single-topic {
    margin-top: 2rem;
}

.single-topic h1 {
    margin-top: 0;
    margin-bottom: 2rem;
}

.personal-brief {
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    display: flex;
}

.personal-brief h2,
.personal-brief h3,
.personal-brief h4 {
    margin: 0;
}

.personal-brief-lity h2,
.personal-brief-lity h3,
.personal-brief-lity h4 {
    margin: 0;
}

.personal-brief-image {
    height: auto;
    width: auto;
    max-height: 125px;
    max-width: 125px;
}

.personal-brief-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.1rem;
    font-weight: 900;
}

.personal-brief-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #e31837;
}

.personal-brief-email {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

.personal-brief>div:nth-of-type(2) {
    margin-left: 1rem;
}

@media only screen and (min-width: 800px) {
    .personal-brief-image {
        max-height: 175px;
        max-width: 175px;
    }

    .personal-brief>div:nth-of-type(2) {
        margin-left: 2rem;
    }

    .single-topic .hphc-side_rail.fixed {
        position: unset;
        top: unset;
    }

}

/***************************
/ Resource Libralry
/***************************/
.resource-lib-wrapper {
    overflow: hidden;
    margin-bottom: 2rem;
}

.hphc-textsearch-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.hphc-textsearch-checkbox input {
    margin-right: 0.5rem;
}

.resource-searchbox {
    display: block;
}

.resource-searchbox input.active {
    border: 2px #27d1c0;

}

.resource-searchbox #dd_clearsearch {
    display: none;
    font-weight: bold;
    text-decoration: none;
    background-color: unset;
    border: none;
    color: #1F277F;
}

.resource-lib-wrapper #clear {
    font-weight: bold;
    display: none;
    text-decoration: none;
    background-color: unset;
    border: none;
    color: #1F277F;
    margin-bottom: 1.5rem;
}

.resource-lib-wrapper .resource-count {
    position: relative;
    margin-top: 6rem;
    margin-bottom: -2rem;
    display: inline-block;
}

.resource-lib-wrapper #view-more {
    text-align: center !important;
    position: relative;
    left: 30%;
    margin: 1rem;
    display: inline-block;
    top: -3.5rem;
}

.view-more-block {
    display: none;
}

.line-through {
    width: 100%;
    margin-left: 3rem;
    margin-top: 3rem;
    display: inline-block;
    border-top: 2px solid #F7F6F2;
    position: relative;
}

.resource-searchbox .hphc-lib-list {
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    padding: 5px 10px;
    z-index: 200;
}

.resource-searchbox.active .hphc-lib-list {
    opacity: 1;
    pointer-events: auto;
    border: 2px solid #d1d1d1;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    padding: 0;
}

.resource-searchbox.active .hphc-lib-list li {
    display: block;
    padding: 10px 5px 10px;
    margin: 0px;
    cursor: pointer;
}

.resource-searchbox ul {
    margin: 0rem 0rem;
}

.resource-searchbox .hphc-lib-list li {
    list-style: none;
    display: none;
}

.hphc-lib-list li:hover {
    background-color: #1f277f;
    color: #FFFFFF;
}

.resource-lib-wrapper .hphc-content_rail {
    position: relative;
}

.resource-lib-wrapper .hphc-form_filter {
    padding: 0;
}

.resource-lib-wrapper .hphc-filter_menu {
    background-color: #FFFFFF;
}

.resource-lib-wrapper .hphc-filter_menu:before {
    display: none;
}

.resource-lib-wrapper .hphc-filter_menu .filter-header {
    box-shadow: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.resource-lib-wrapper .prevent-default {
    pointer-events: none;
}

.hphc-no-results-text {
    margin-top: 2rem;
    display: none;
}

.hphc-no-results-text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.resource-searchbox span.search-button {
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1792 1792' enable-background='new 0 0 1792 1792' xml:space='preserve'%3E %3Cpath fill='%23000000' d='M1216,832c0-123.3-43.8-228.8-131.5-316.5S891.3,384,768,384s-228.8,43.8-316.5,131.5S320,708.7,320,832 s43.8,228.8,131.5,316.5S644.7,1280,768,1280s228.8-43.8,316.5-131.5S1216,955.3,1216,832z M1728,1664c0,34.7-12.7,64.7-38,90 s-55.3,38-90,38c-36,0-66-12.7-90-38l-343-342c-119.3,82.7-252.3,124-399,124c-95.3,0-186.5-18.5-273.5-55.5s-162-87-225-150 s-113-138-150-225S64,927.3,64,832s18.5-186.5,55.5-273.5s87-162,150-225s138-113,225-150S672.7,128,768,128s186.5,18.5,273.5,55.5 s162,87,225,150s113,138,150,225S1472,736.7,1472,832c0,146.7-41.3,279.7-124,399l343,343C1715.7,1598.7,1728,1628.7,1728,1664z'/%3E %3C/svg%3E ") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
}

.resource-searchbox.active span.search-button {
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1792 1792' enable-background='new 0 0 1792 1792' xml:space='preserve'%3E %3Cpath fill='%231F277F' d='M1216,832c0-123.3-43.8-228.8-131.5-316.5S891.3,384,768,384s-228.8,43.8-316.5,131.5S320,708.7,320,832 s43.8,228.8,131.5,316.5S644.7,1280,768,1280s228.8-43.8,316.5-131.5S1216,955.3,1216,832z M1728,1664c0,34.7-12.7,64.7-38,90 s-55.3,38-90,38c-36,0-66-12.7-90-38l-343-342c-119.3,82.7-252.3,124-399,124c-95.3,0-186.5-18.5-273.5-55.5s-162-87-225-150 s-113-138-150-225S64,927.3,64,832s18.5-186.5,55.5-273.5s87-162,150-225s138-113,225-150S672.7,128,768,128s186.5,18.5,273.5,55.5 s162,87,225,150s113,138,150,225S1472,736.7,1472,832c0,146.7-41.3,279.7-124,399l343,343C1715.7,1598.7,1728,1628.7,1728,1664z'/%3E %3C/svg%3E ") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
}

.resource-search-text {
    width: 100%;
    position: relative;
    margin-right: 2rem;
}

.resource-search-text input {
    outline: none;
    padding-inline-end: 44px;
}

.resource-search-text label {
    margin: 0;
}

.resource-search-text button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 14px
}


@media only screen and (min-width: 800px) {
    .resource-searchbox {
        display: flex;
    }

    .resource-search-text {
        width: 50%;
    }

    .hphc-checkbox .search-count {
        line-height: 1;
    }

    .resource-searchbox.active .hphc-lib-list {
        width: 52rem;
    }

    .resource-lib-wrapper .hphc-filter_menu {
        padding: 0;
    }

    .resource-lib-wrapper #view-more {
        left: 40%;
    }

    .resource-lib-wrapper .plan-lib-sub-title {
        width: 66.66%;
    }
}

@media only screen and (max-width: 800px) {
    .resource-lib-wrapper .resource-count {
        margin-top: 3rem;

    }

    .resource-searchbox #dd_clearsearch {
        line-height: 5.5rem;
        margin-top: 0rem;

    }

}

/***************************
/WayFare
/***************************/
.wayfare {
    margin-top: 2.7rem;
    margin-bottom: 2.7rem;
}

.wayfare-banner h1 {
    margin: 0 0 1rem;
}

.wayfare-body {
    margin: 3rem 0rem 1.5rem;
}

.wayfare .hphc-grid {
    padding: 0;
}

.wayfare .hphc-grid p {
    margin: 0rem 0 1.5rem;
}

.wayfare .hphc-grid div {
    border: 0;
}

.wayfare .hphc-grid h3 {
    margin: 0.5rem 0rem 0.5rem;
}

@media only screen and (min-width: 800px) {
    .wayfare {
        margin-top: 7.2rem;
        margin-bottom: 7.2rem;
    }

    .wayfare-body {
        margin: 4.5rem 0rem 1.5rem;
    }
}

/***************************
/News Room
/***************************/

.hphc-form_search .typeahead__list {
    position: absolute;
    left: 0;
    z-index: 1040;
    float: left;
    min-width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
    width: 80%;
    top: unset;
    left: 2rem;
}

.hphc-form_search .typeahead__item a {
    color: #000;
}

.hphc-form_search .typeahead__item>.active>a,
.hphc-form_search .typeahead__item>.active>a:focus,
.hphc-form_search .typeahead__item>.active>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.hphc-form_search .typeahead__cancel-button {
    display: none;
}

.hphc-form_search ul li {
    list-style: none;
    margin: 1rem 0rem;
}

.hphc-form_search .typeahead__display {
    margin: 0;
}

.hphc-form_search .hphc-newsroom-input {
    display: inline-block;
    width: 85%;
}

.hphc-form_search .hphc-newsroom-button {
    display: inline-block;
}


/***************************
/ Add 48px margin class to Templates
/***************************/


.hphc-add-margin {
    margin-top: 48px;
}


/* ************************************************************/
/* Start BH Hub CSS */
/* ************************************************************/

#maincontent .bh-hub .grid-row {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

#maincontent .bh-hub .grid-row .col_4,
#maincontent .bh-hub .grid-row .col_8,
#maincontent .bh-hub .grid-row .col_6 {
    padding-left: 12px;
    padding-right: 12px;

}

/* Start Left Navigation */
#maincontent .bh-hub .left-navigation p.title {
    font-weight: 900;
    color: #282828;
    margin: 0 0 4px 0;
}

#maincontent .bh-hub .left-navigation .nav-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#maincontent .bh-hub .left-navigation .nav-list li {
    margin: 0px;
}

#maincontent .bh-hub .left-navigation .nav-list li a {
    font-weight: 900;
    color: #1F277F;
    text-decoration: none;
    display: block;
}


#maincontent .bh-hub .left-navigation .nav-list li a:hover {
    text-decoration: underline;
}

#maincontent .bh-hub .left-navigation .nav-list li.bh-nav-current-item a {
    position: relative;
    font-weight: 900;

}

#maincontent .bh-hub .left-navigation .nav-list li.bh-nav-current-item>a:before {
    width: 4px;
    background: #E31837;
    position: absolute;
    content: "";
    display: inline-block;
    left: -14px;
    height: 100%;
    top: 0px;
}

#maincontent .bh-hub .left-navigation .nav-list>li.bh-nav-current-item>a {
    color: #282828;
    pointer-events: none;

}

/* Start Subnav CSS  */
#maincontent .bh-hub .left-navigation .nav-list li .sub-nav {
    margin: 0px 0 0 12px;
    padding: 0px;
    list-style: none;
}

#maincontent .bh-hub .left-navigation .nav-list li .sub-nav li.bh-nav-current-item a {
    font-size: 12px;
    line-height: 15px;
    color: #282828;
    padding: 15px 0 14px 0px
}

#maincontent .bh-hub .left-navigation .nav-list>li .sub-nav>li.bh-nav-current-item a {
    color: #282828;
    pointer-events: none;

}

#maincontent .bh-hub .left-navigation .nav-list li .sub-nav li a {
    font-size: 12px;
    line-height: 15px;
    padding: 15px 0 14px 0px
}

/* End Subnav CSS  */
/* Start Subnav Subnav CSS */
#maincontent .bh-hub .left-navigation .nav-list>li .sub-nav>li.not-list {
    list-style: none;
    text-transform: uppercase
}

#maincontent .bh-hub .left-navigation .nav-list li button.expander-btn {
    background: none;
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    border: none;
    color: #1F277F;
    padding: 15px 0 14px 0px;
    width: 100%;
    text-align: left;
}

#maincontent .bh-hub .left-navigation .nav-list li button.expander-btn[aria-expanded="false"]:before,
#maincontent .bh-hub .left-navigation .nav-list li button.expander-btn[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 4px;
}

#maincontent .bh-hub .left-navigation .nav-list li button.expander-btn[aria-expanded="false"]:before {
    content: "\f067";
}

#maincontent .bh-hub .left-navigation .nav-list li button.expander-btn[aria-expanded="true"]:before {
    content: "\f068";
}

#maincontent .bh-hub .left-navigation .nav-list li .sub-nav>li .sub-nav {
    margin-left: 24px
}
/* End Subnav Subnav CSS */
/* End Left Navigation */


/* Start Page Title Section */
#maincontent .bh-hub .page-title-section .icon-cnt,
#maincontent .page-title-section .logo-cnt {
    margin: 0 0 4px 0px
}

#maincontent .bh-hub .page-title-section .logo-cnt img {
    width: auto
}

#maincontent .bh-hub .page-title-section h1 {
    font-weight: 800;
    margin: 0 0 4px 0px;
}

#maincontent .bh-hub .page-title-section .subheader p {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;

}

#maincontent .bh-hub .page-title-section .subheader.text-red p {
    color: #E31837;

}

/* End Page Title Section */

/* Start Resources Module and Content Block */
#maincontent .bh-hub .resource-module .icon-cnt {
    margin: 0 0 4px 0
}

#maincontent .bh-hub h1.title1 {
    font-weight: 800;
    margin: 0 0 4px 0px;
    color: #282828;
}

#maincontent .bh-hub h1.title1 .error-icon i {
    color: #990624;
    margin-bottom: 4px;
}

#maincontent .bh-hub h2.title2 {
    font-weight: 800;
    margin: 0 0 4px 0px;
}

#maincontent .bh-hub .tag-line p {
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 16px 0px;
    color: #000000;
}

#maincontent .bh-hub .tag-line.emergency p {
    color: #990624;
}

#maincontent .bh-hub .rich-content-section p {
    margin: 0 0 16px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#maincontent .bh-hub .rich-content-section ul li {
    line-height: 24px;
}
#maincontent .bh-hub .rich-content-section a.hphc-btn_primary,
#maincontent .bh-hub .rich-content-section a.hphc-btn_secondary{
    margin-top:12px;
}
#maincontent .bh-hub .rich-content-section p:last-of-type {
    margin: 0 0 4px 0;
}

#maincontent .bh-hub .rich-content-section .extraspace {
    height: 12px;
}

#maincontent .bh-hub p a[target="_blank"]:after,
#maincontent .bh-hub .link-listing li a[target="_blank"]:after {
    content: '\f360';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 4px;
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
    color: #e31837;
}

#maincontent .bh-hub p a.icon-r[target="_blank"]:after,
#maincontent .bh-hub .link-listing li a.icon-r[target="_blank"]:after {
    padding-left: 20px;
    background-repeat: no-repeat;
}

#maincontent .bh-hub .link-listing {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#maincontent .bh-hub .link-listing li {
    margin: 0px;
}

#maincontent .bh-hub .link-listing li a:not(.hphc-btn_primary):not(.hphc-btn_secondary) {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #1F277F;
    text-decoration: none;
    padding: 12px 0px;
    display: inline-block;
    margin: 0px;
}


#maincontent .bh-hub .link-listing li a.hphc-btn_primary[target="_blank"]:after {
    color: #fff;
}

#maincontent .bh-hub .link-listing li a:hover:not(.hphc-btn_primary):not(.hphc-btn_secondary) {
    text-decoration: underline;
}

#maincontent .bh-hub h3.title3 {
    margin: 0 0 4px 0;
    color: #282828;
    font-weight: 800;
}

/* End Resources Module and Content Block */

/* Start Product Feature Block */
#maincontent .bh-hub .product-feature-block .product-block .col_4 {
    margin-bottom: 24px;
}

#maincontent .bh-hub .product-feature-block .product-block .icon-cnt {
    margin-bottom: 4px;
}

#maincontent .bh-hub .product-feature-block .product-block p {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #282828;
    margin: 0px;
}

/* End Product Feature Block */

/* Start testimonial  Block */
#maincontent .bh-hub .testimonial-content-block .testimonial {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #E31837;
}

#maincontent .bh-hub .testimonial-content-block .testimonial:last-child {
    margin-bottom: 0px;
}

/* End testimonial  Block */

/* Start Marketing Highlight Module */
#maincontent .bh-hub .marketing-highlight-module {
    border-top: 1px solid #E31837;

}

#maincontent .bh-hub .marketing-highlight-module h2.title2 {
    color: #E31837;
}
#maincontent .bh-hub .marketing-highlight-module a.hphc-btn_primary,
#maincontent .bh-hub .marketing-highlight-module a.hphc-btn_secondary{
    margin-top:12px;
}

#maincontent .bh-hub .secondary-content-section {
    margin-top: 24px;
}

#maincontent .bh-hub .secondary-content-section p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 4px 0;
}

/* End Marketing Highlight Module */

/* Start Disclosures Section */
#maincontent .bh-hub .disclosures-section {
    padding-top: 16px;
    border-top: 1px solid #767676;
}

#maincontent .bh-hub .disclosures-section .heading {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 4px;
    padding: 0px;
}

#maincontent .bh-hub .disclosures-section p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #767676;
    margin-bottom: 16px;
    margin-top: 0px;
}

/* End Disclosures Section */

/* Start CSS of hphc-healthwise-topic */
.hphc-healthwise-topic .HwSection dl dt{
    font-weight: 800;
}
.hphc-healthwise-topic .HwSection dl dd{
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.right-content-layout .hphc-accordion {
    margin: 1.5rem 0rem 1.5rem;
}
.hphc-healthwise-topic b{
    font-weight: 800;
}
/* End CSS of hphc-healthwise-topic */


@media only screen and (max-width: 799px) {

    #maincontent .bh-hub .grid-row {
        display: flex;
        flex-direction: column;
    }

    #maincontent .bh-hub .grid-row .left-navigation.col_4 {
        order: 2;
    }

    #maincontent .bh-hub .grid-row .right-content-layout.col_8 {
        order: 1;
    }

    /* Start Left Navigation */
    #maincontent .bh-hub .left-navigation {
        padding-top: 16px;
        position: relative;
        margin-bottom: 32px;
    }

    #maincontent .bh-hub .left-navigation:before {
        background: #919191;
        height: 1px;
        display: block;
        width: calc(100% + 24px);
        top: 0px;
        left: -12px;
        position: absolute;
        content: "";
    }

    #maincontent .bh-hub .left-navigation p.title {
        font-size: 14px;
        line-height: 18px;
    }

    #maincontent .bh-hub .left-navigation .nav-list li.bh-nav-current-item a {
        padding: 14px 0 15px 0px;
        line-height: 15px;
        font-size: 12px;
    }

    #maincontent .bh-hub .left-navigation .nav-list li a {
        padding: 14px 0px 15px 0;
        font-size: 12px;
        line-height: 15px;
    }

    /* End Left Navigation */

    /* Start Page Title Section */
    #maincontent .bh-hub .page-title-section {
        margin-bottom: 40px;
    }

    #maincontent .bh-hub .page-title-section .icon-cnt {
        max-height: 64px;
    }

    #maincontent .bh-hub .page-title-section .icon-cnt img {
        max-width: 64px;
    }

    #maincontent .bh-hub .page-title-section .logo-cnt img {
        max-height: 48px;
    }

    #maincontent .bh-hub .page-title-section h1 {
        font-size: 30px;
        line-height: 45px;
        color: #000000;

    }

    /* End Page Title Section */

     /* Start CSS of hphc-healthwise-topic */
     #maincontent .bh-hub .hphc-healthwise-topic{
        margin-bottom: 32px;
    }
    /* End CSS of hphc-healthwise-topic */
    

    /* Start Resources Module and Content Block */

    #maincontent .bh-hub .resource-module,
    #maincontent .bh-hub .resource-content-block,
    #maincontent .bh-hub .product-feature-block,
    #maincontent .bh-hub .testimonial-content-block.active,
    #maincontent .bh-hub .disclosures-section {
        margin-bottom: 32px;
    }

    #maincontent .bh-hub .resource-module .icon-cnt {
        max-height: 48px;
    }

    #maincontent .bh-hub .resource-module .icon-cnt img {
        max-width: 48px
    }

    #maincontent .bh-hub h1.title1 {
        font-size: 30px;
        line-height: 45px;
    }

    #maincontent .bh-hub h1.title1 .error-icon i {
        font-size: 32px;
        line-height: 32px;
    }
    #maincontent .bh-hub .page-title-section .error-icon i{
        font-size: 32px;
        line-height: 32px;
    }


    #maincontent .bh-hub h2.title2 {
        font-size: 25px;
        line-height: 38px;
        color: #000000;
    }

    #maincontent .bh-hub h3.title3 {
        font-size: 21px;
        line-height: 28px;
    }

    #maincontent .bh-hub .grid-row .col_6 {
        margin-bottom: 24px;
    }

    #maincontent .bh-hub .grid-row .col_6:last-child {
        margin-bottom: 0px;
    }

    /* End Resources Module and Content Block */
    /* Start Product Feature Block */
    #maincontent .bh-hub .product-feature-block h2 {
        margin-bottom: 16px;
    }

    #maincontent .bh-hub .product-feature-block .product-block .icon-cnt {
        max-height: 48px;
    }

    #maincontent .bh-hub .product-feature-block .product-block .icon-cnt img {
        max-width: 48px;
    }

    #maincontent .bh-hub .product-feature-block .product-block .col_4:last-child {
        margin-bottom: 0px;
    }

    /* End Product Feature Block */

    /* Start testimonial  Block */
    #maincontent .bh-hub .testimonial-content-block .testimonial {
        margin-bottom: 24px;
    }

    /* End testimonial  Block */

    /* Start Marketing Highlight Module */
    #maincontent .bh-hub .marketing-highlight-module {
        padding-top: 8px;
        margin-top: 64px;
        margin-bottom: 64px;
    }

    /* End Marketing Highlight Module */


}

@media only screen and (min-width: 800px) {


    #maincontent .bh-hub .grid-row .col_4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #maincontent .bh-hub .grid-row .col_8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #maincontent .bh-hub .grid-row .col_6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #maincontent .bh-hub .grid-row .col_6 {
        margin-bottom: 32px;
    }

    #maincontent .bh-hub .grid-row .col_6:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }

    /* Start Left Navigation */
    #maincontent .bh-hub .left-navigation {
        margin-bottom: 32px;
    }

    #maincontent .bh-hub .left-navigation p.title {
        font-size: 16px;
        line-height: 20px;
    }

    #maincontent .bh-hub .left-navigation .nav-list li.bh-nav-current-item a {
        padding: 13px 0px;
        line-height: 18px;
        font-size: 14px;
    }

    #maincontent .bh-hub .left-navigation .nav-list li a {
        padding: 13px 0px;
        font-size: 14px;
        line-height: 18px;
    }

    /* End Left Navigation */

    /* Start Page Title Section */
    #maincontent .bh-hub .page-title-section {
        margin-bottom: 48px;
    }

    #maincontent .bh-hub .page-title-section .icon-cnt {
        max-height: 96px;
    }

    #maincontent .bh-hub .page-title-section .icon-cnt img {
        max-width: 96px;
    }

    #maincontent .bh-hub .page-title-section .logo-cnt img {
        max-height: 64px;
    }

    #maincontent .bh-hub .page-title-section h1 {
        font-size: 50px;
        line-height: 68px;
        color: #282828;

    }

    /* End Page Title Section */
     /* Start CSS of hphc-healthwise-topic */
     #maincontent .bh-hub .hphc-healthwise-topic{
        margin-bottom: 48px;
    }
    /* End CSS of hphc-healthwise-topic */

    /* Start Resources Module and Content Block */
    #maincontent .bh-hub .resource-module,
    #maincontent .bh-hub .resource-content-block,
    #maincontent .bh-hub .product-feature-block,
    #maincontent .bh-hub .testimonial-content-block,
    #maincontent .bh-hub .disclosures-section {
        margin-bottom: 48px;
    }

    #maincontent .bh-hub .resource-module .icon-cnt {
        max-height: 64px;

    }

    #maincontent .bh-hub .resource-module .icon-cnt img {
        max-width: 64px;
    }

    #maincontent .bh-hub h1.title1 {
        font-size: 50px;
        line-height: 68px;
    }

    #maincontent .bh-hub h1.title1 .error-icon i {
        font-size: 48px;
        line-height: 48px
    }

    #maincontent .bh-hub h2.title2 {
        font-size: 45px;
        line-height: 62px;
        color: #282828;
    }

    #maincontent .bh-hub h3.title3 {
        font-size: 28px;
        line-height: 40px;
    }

    /* End Resources Module and Content Block */

    /* Start Product Feature Block */
    #maincontent .bh-hub .product-feature-block .product-block .col_4:nth-last-child(-n+3) {
        margin-bottom: 0px;
    }

    #maincontent .bh-hub .product-feature-block .product-block .icon-cnt {
        max-height: 64px;
    }

    #maincontent .bh-hub .product-feature-block .product-block .icon-cnt img {
        max-width: 64px;
    }

    /* End Product Feature Block */
    /* Start testimonial  Block */
    #maincontent .bh-hub .testimonial-content-block .testimonial {
        margin-bottom: 16px;
    }

    /* End testimonial  Block */

    /* Start Marketing Highlight Module */
    #maincontent .bh-hub .marketing-highlight-module {
        padding-top: 16px;
        margin-top: 96px;
        margin-bottom: 96px;
    }

    /* End Marketing Highlight Module */
}

/* ========================== Start Member Dashboard CSS ==========================*/
/* .dashboard-wrapper ul {
    margin: 0px 0 4px 0;
    padding-left: 16px;
}

.dashboard-wrapper ul li {
    font-size: 1.4rem;
    line-height: 18px;
    color: #5f5f5f;
    margin: 4px 0px;
}
*/
@media only screen and (min-width: 800px) {
    .dashboard-wrapper .column-wrapper .column:only-child {
        margin-left: 0px !important;
        width: calc(50% - 16px);
    }
}

/* ========================== End Member Dashboard CSS ==========================*/