.section--full .section--full__image {
    background: #f9f9f9;
    background-image: none !important;
}

.section--full > .container > .row {
    display: block !important;
}

.section--full .col-lg-5.col-xl-4 {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    max-width: 550px !important;
    width: 100% !important;
    flex: none !important;
}

.section--full .col-lg-5.col-xl-4 form {
    margin-bottom: 0;
}

.section--full .col-lg-5.col-xl-4 hr {
    padding-top: 15px;
    border-bottom: 1px dotted #ccc;
    margin: 0 auto 15px;
}

.section--full .col-lg-5.col-xl-4 .section-heading {
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    margin: 0 0 15px;
    color: #353535;
}

.accordian-section {
    margin: 0 0 20px;
}
.accordian-section__heading {
    position: relative;
    background: #737373;
    color: #000;
    padding: 15px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    font-size: 17px;
}
.accordian-section__heading:after {
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 16px;
    right: 15px;
}
.accordian-section__content {
    display: none;
}
.accordian-section--active .accordian-section__content {
    display: block;
}
.accordian-section--active .accordian-section__heading {
    background: #094523;
}
.accordian-section--active .accordian-section__heading:after {
    transform: rotateZ(180deg);
    top: 23px;
}

.section--full .form-group > label.screen-reader {
    display: block;
    height: auto;
    width: auto;
    margin: auto;
    clip: auto;
    overflow: visible;
    position: relative;
    letter-spacing: 0.5pt;
    font-size: 12px;
    padding: 0 0 10px 10px;
}

.section--full .form-group > .js-help-popup {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-weight: bold;
    font-size: 13px;
}
.section--full .form-group > .js-help-popup:hover {
    text-decoration: underline;
}

#page-account-settings:after {
    content: '';
    display: block;
    clear: both;
}
#page-account-settings > div:first-child {
    float: left;
}
#page-account-settings > div:last-child {
    float: right;
}

#page-account-settings > div {
    max-width: 48% !important;
}

@media (max-width: 992px) {

    .section--full .section--full__image {
        display: none;
    }

}

@media (max-width: 767px) {

    #page-account-settings > div {
        float: none !important;
        max-width: 550px !important;
    }

    #page-account-settings > div:last-child {
        margin-top: 25px;
    }

}


.wysiwyg ul {
    list-style: disc outside;
}

.personalised-links {
    font-size: 20px;
}
.personalised-links li {
    margin: 7px 0;
}

.wysiwyg a {
    color: #a3924f;
}
.wysiwyg a:hover {
    text-decoration: underline;
}

.custom--check a {
    text-decoration: underline;
}

.section--calculator__form .form-result {
    font-weight: 900;
}

#help-popups {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: none;
}
#help-popups .popup {
    width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 35px 15px 15px;
    font-size: 15px;
    text-align: center;
}
#help-popups .popup__heading {
    font-weight: bold;
    padding: 0 0 20px;
    font-size: 18px;
}
#help-popups .close {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 10px;
    font-weight: bold;
}

.site-notice-bar {
    position: relative;
    z-index: 5;
}

.form-group--error .form-control,
.form-group--error .custom--select__option,
.form-group--error .custom--check {
    box-shadow: 0 0 3pt 2pt rgba(255,0,0,0.5);
}

@media (max-width: 992px) {

    .section--masthead__image {
        display: none;
    }

}


.has-result-notice {
    position: relative;
}

.has-result-notice__text {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.additional-contacts-section__row {
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #ececec;
}

.accordian-section__content--additional-contacts .btn {
    font-size: 15px;
    min-height: 0;
    display: block;
    padding: 10px;
}

.additional-contacts-section__row .btn {

}

#protectServices {
    padding-top: 0;
}
#protectServices > .title {
    padding: 15px 0;
    background: #ddd;
    margin: 0 0 35px;
}

.personalised-links {
    position: relative;
    padding: 12px;
    border: 6px solid #908769;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 25px;
    line-height: 1.7;
}
.personalised-links:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 22px;
    background: #908769;
    border-radius: 10px;
}
.personalised-links__col--name {
    font-weight: bold;
    font-size: 19px;
    padding: 0 0 10px;
    color: #8f8669;
    line-height: 1.1;
}
.personalised-links ul {
    list-style: disc outside;
    padding: 0 0 0 15px;
    margin: 0;
}
.personalised-links ul ul {
    padding-left: 15px;
}
.personalised-links__explainer {
    opacity: 0.8;
}

.personalised-links__row-wrap .personalised-links {
    float: left;
    width: calc(50% - 10px);
}
.personalised-links__row-wrap .personalised-links:last-child {
    float: right;
}
.personalised-links__row-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.personalised-links .sm-label {
    font-size: 12px;
}
.personalised-links .copy-block {
    display: block;
    padding: 5px;
    background: #eee;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 13px;
    border: 1px solid #354f37;
}

.personalised-links__row-wrap--three  .personalised-links {
    float: left !important;
    width: calc(33.3% - 20px);
    margin: 0 10px;
    border-color: #354f37;
}
.personalised-links__row-wrap--three .personalised-links:after {
    background: #354f37;
}
.personalised-links__row-wrap--three .personalised-links .personalised-links__col--name {
    color: #24452a !important;
}


#cancel-payment {
    padding: 12px 15px;
    border-radius: 20px;
    color: #fff;
    background: #dd0c0c;
    margin: 20px 0 0;
    font-size: 15px;
}

.health-protect-video p {
    font-size: 26px;
}

body .slick--tools .slide .table--tool {
    border: 6px solid #354f37;
    border-radius: 10px;
    padding-bottom: 25px;
}
body .slick--tools .slide .table--tool .top {
    background: none;
    text-align: left;
    color: #354f37;
    padding: 25px 65px 15px 25px;
    background: url(../images/global/logo--icon.png) center right no-repeat;
    background-size: 45px;
    max-width: calc(100% - 15px);
}
body .slick--tools .slide .table--tool .bottom ul li {
    border: none;
    background: #e7e8e8;
    padding: 5px 75px 5px 15px;
    border-radius: 25px;
}
body .slick--tools .slide .table--tool .bottom ul li .icon svg {
    fill: #1e4c31;
}
body .slick--tools .slide .table--tool:after {
    border-radius: 5px 5px 0 0;
    background: #354f37;
}

.account-info-box {
    background: #354f37;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 16px;
    color: #fff;
    margin: 0 0 20px;
}

#header__contact {
    font-size: 15px;
    line-height: 1.5;
}
#header__contact a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 992px) and (min-width: 768px) {

    #header__bar {
        height: 160px;
    }
    
    #header__contact {
        font-size: 14px;
        line-height: 1.2;
    }
    
    #header__contact a {
        display: block;
    }
    
    #main {
        padding-top: 160px;
    }

}

@media (max-width: 767px) {

    #main {
        padding-top: 140px;
    }

}

@media (max-width: 540px) {

    #header__contact {
        font-size: 12px;
    }
    
    #header__contact a {
        font-size: 12px;
    }

}

@media (max-width: 410px) {

    #header__contact {
        line-height: 1.1;
    }
    
    #header__contact a {
        display:block;
    }

    #main {
        padding-top: 173px;
    }

}

.section--masthead__image .section--masthead__image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
}

.section--masthead__image .section--masthead__image__img img {
    display: none;
}

.section--masthead__image .slick-list, 
.section--masthead__image .slick-track {
    height: 100%;
}

.js-slide-banner-quotes blockquote, 
.js-slide-banner .section--masthead__image__img {
    opacity: 0;
}

.slick-initialized.js-slide-banner-quotes blockquote, 
.js-slide-banner .section--masthead__image__img {
    opacity: 1;
}

.js-slide-banner-quotes .slick-dots {
    text-align: center;
    margin: 15px 0 0;
    list-style: none;
    padding: 0;
}
.js-slide-banner-quotes .slick-dots li {
    display: inline-block;
}
.js-slide-banner-quotes .slick-dots li button {
    display: block;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #fff;
    text-indent: -999px;
    border: none;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
}
.js-slide-banner-quotes .slick-dots li.slick-active button {
    opacity: 1;
}


.js-personalised-links-slider .slick-track{
    display:flex;
}
.js-personalised-links-slider .slick-track .personalised-links {
    height:inherit;
}


.home.page-id-24 .loginSectionWrap{
    background-image: url('https://protect.medigold-health.com/wp-content/uploads/2024/11/Screenshot-2024-11-07-at-12.09.04.png') !important;
}
