/* ========================================================================
  #CTA
  ======================================================================== */

.c-cta-extended {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
    margin-bottom: 40px;
    min-height: 50px;
    margin-top: 30px;
}
 
@media (min-width: 768px) {
    .c-cta-extended {
        padding-left: 0;
        padding-right: 0;
    }
}

.c-cta-extended--wrapper {
    padding-right: 0;
    padding-left: 0;
    /*padding-bottom: 20px;
    margin-bottom: 20px;*/
    border-bottom: 1px solid #f0f0f0;
}

.c-cta-extended.static .c-cta-extended--wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.c-cta-extended.static .c-cta-extended__media {
    width: 265px;
    height: 265px;
    padding:0;
}
@media (min-width: 768px) {
    .c-cta-extended--wrapper {
        border-right: 1px solid #f0f0f0;
        border-bottom: none;
    }
}

.c-cta-extended--wrapper:last-child {
    border-bottom: none;
    border-right: none;
}

.c-cta-extended--wrapper a:hover,
.c-cta-extended--wrapper a:active {
    text-decoration: none;
}

.c-cta-extended__image {
    border-radius: 50%;
    background-color: #f0f9fd;
    /*height: 70px;
    width: 70px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 18px;
    margin-right: 0;
    float: none;
    margin: auto;
}



    .c-cta-extended__image img {
        max-width: 100px;
        margin: auto;
        display: block;
    }

@media (min-width: 768px) {
    .c-cta-extended__image img {
        max-width: 100px;
    }
}

.c-cta-extended__title,
.c-cta-extended__longtext {
    color: #747474;
    text-decoration: none;
    /*margin-top: 17px;*/
    margin-bottom: none;
    font-size: 18px;
    height: auto;
    float: none;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.c-cta-extended.static .c-cta-extended__title,
.c-cta-extended.static .c-cta-extended__longtext {
    margin-top: 17px;
}

.c-cta-extended__longtext {
    font-size: 14px;
    font-weight: 500;
}


    .c-cta-extended__longtext p {
        font-size: 14px;
    }

.static .c-cta-extended__title {
    display: block;
    color: #525252;
    margin: 10px 0 20px;
    text-align: left;
    padding: 0;
    font-weight: 500;
    line-height: 1.38;
    font-size: 18px;
    height: 50px;
    text-transform: none;
}

.static .c-cta-extended--wrapper {
    border: 0;
}

@media (min-width: 768px) {
    .c-cta-extended__title {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #008bce;
    }
}

@media (min-width: 768px) {
    .c-cta-extended__longtext {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
}

.c-cta-extended__link {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    height: 100%;
}

.static .c-cta-extended__link {
    width: 90%;
    margin: auto;
    display: block;
}

.c-cta-extended__link a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.c-cta-extended__link--arrow {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
    font-size: 25px;
    height: 100%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost {
    display: block;
    height: 50px;
    color: #fc6014;
    width: 100%;
    margin: auto;
    margin-top: 18px;
    font-size: 15px;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
}

.static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost {
    border: 0;
    text-align: left;
    padding: 0;
    position: relative;
}

    .static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost span {
        color: #008bce;
        position: absolute;
        top: 0;
        font-size: 18px;
    }

.static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost {
    background-color: transparent !important;
    color: #0f6ea5;
}

    .static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost:hover span {
        color: #0f6ea5;
        text-decoration: none;
    }

    .static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost:active span,
    .static .c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost:visited span {
        text-decoration: none;
    }

.c-cta-extended__media {
    position: relative;
    padding-top: 75%;
}

    .c-cta-extended__media > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }


/*.icon-points {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

@media (min-width: 320px) and (max-width: 480px) {
    .icon-points {
        flex-wrap: wrap;
    }

        .icon-points .icon-point {
            text-align: center;
            margin: 0 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 130px;
        }
}

.icon-points .icon-point {
    display: flex;
    padding: 8px 0;
    width: 130px;
    justify-content: center;
    text-align: center;
}

.icon-points .point {
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}*/

.icon-points a:hover,
.icon-points a:active,
.icon-points a:focus {
    text-decoration: none !important;
    background-color: white;
    color: #00425f;
}


/*@media (min-width: 768px) {
    .icon-points {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }
}

.icon-points .icon-point {
    display: flex;
    padding: 8px 0;
}

@media (min-width: 768px){
    .icon-points .icon-point {
        width: 130px;
    }
}
@media  (min-width: 768px) {
    .icon-points .icon-point {
        text-align: center;
        margin: 0 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
.module {
    opacity: 0;
}
.come-in {
    animation: come-in .5s 150ms cubic-bezier(.25,.46,.45,.94) forwards;
}
.icon-point.p .icon.health:after {
    background-image: url(https://www.southerncross.co.nz/-/media/Group/Home/Icons/icon-health-insurance.svg)
}

.icon-points .icon-point .icon:after {
    content: '';
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #e7f6fe;
    display: block;
}

.icon:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.icon-points .icon-point .point {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .icon-points .icon-point .point {
        margin-top: 10px;
        padding: 0 20px;
    }
}

.icon-points .icon-point .point {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}*/

.c-cta-extended__image svg {
    width: 60px;
    height: 60px;
}

    .c-cta-extended__image svg:hover {
        fill: white;
    }

.icon-points a:active svg path {
    fill: white;
}

.icon-points a:hover svg path,
.icon-points a:hover svg rect,
.icon-points a:active svg path,
.icon-points a:active svg rect,
.icon-points a:focus svg path,
.icon-points a:focus svg rect {
    fill: white;
}

/*.icon-points a:hover .c-cta-extended__image,
.icon-points a:active .c-cta-extended__image,
.icon-points a:focus .c-cta-extended__image {
    background-color: #089ADC;
}*/

@media (max-width: 767px) {
    .icon-points {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .static .c-cta-extended__link {
        width: 100%;
        margin: auto;
        max-width:265px;
    }

}

@media (min-width: 768px) {
    .icon-points {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .icon-points .icon-point {
        text-align: center;
        margin: 0 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /*width: 130px;*/
    }

    .call-to-action-list.c-cta-extended.small-icons .icon-points .icon-point {
        margin-right: 0;
        margin-left: 0;
        width:115px;
    }
}

.icon-points .icon-point {
    display: flex;
    padding: 8px 0;
}

@media (min-width: 768px) {
    .icon-points .icon-point {
        text-align: center;
        margin: 0 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .icon-points .icon-point {
        /*width: 130px;*/
        /*Check*/
    }
}

@media (min-width: 768px) {
    .icon-points .icon-point .point {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .icon-points .icon-point .point {
        margin-top: 10px;
    }
}

.icon-points .icon-point .point {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .icon-points .icon-point {
        text-align: center;
        margin: 0 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex: 1;
    }
}

@media (max-width: 767px) {
    .icon-points .icon-point .point {
        padding: 10px 20px 10px;
        margin: 0;
    }

    .call-to-action-list .icon-points .icon-point {
        width: 160px;
    }
}

.cta-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .cta-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .cta-container {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) {
    .cta-container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .cta-container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .cta-container {
        width: 750px;
    }
}

.cta-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.icon-points .field-long-text {
    font-size: 12px;
    color: #777;
}

.icon-points .field-text {
    color: #525252;
    text-align: center;
    width: 100%;
    height: 100%;
}

.small-icons .c-cta-extended__image img {
    max-width: 52px;
    max-height: 52px;
    margin: auto;
    display: block;
}

@media (min-width: 768px) {
    .small-icons .c-cta-extended__image img {
        max-width: 52px;
        max-height: 52px;
    }
}

.call-to-action-list.c-cta-extended .c-cta-extended__image {
    width: 52px;
    height: 52px;
    margin-left: 10px;
    margin-right: 0px;
}

.call-to-action-list.c-cta-extended.static .c-cta-extended__image img {
    width: 74px;
    height: 74px;
}

.call-to-action-list.c-cta-extended.static .c-cta-extended__image {
    width: 74px;
    height: 74px;
}

.call-to-action-list.c-cta-extended .c-cta-extended__image img {
    width: 74px;
    height: 74px;
}

.call-to-action-list.c-cta-extended.small-icons .icon-points .icon-point {
    margin-left: 10px;
    margin-right: 10px;
}

.c-cta-extended__link .content_tiles {
    display: flex;
}


/* horizontal */

.hor-full-wrap {
    display: flex;
}

.hori-txt-wrap {
    display: flex;
    flex-direction: column;
}

.c-cta-extended__image.hor-img {
    width: inherit;
    background: none;
}

.hor-full-wrap .hor-img-class {
    border-radius: 50%;
    background-color: #f0f9fd;
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 18px;
    margin-right: 0;
    float: none;
    height: 52px;
    width: 52px;
    margin: auto;
}

.hori-txt-wrap .c-cta-extended__title.field-text {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #008bce;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.hori-txt-wrap .c-cta-extended__longtext.field-long-text {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    color: #525252;
    font-size: 14px;
}

.c-cta-extended__link.hor-link {
    padding-left: 20px;
}

.hori-txt-wrap .c-cta-extended__longtext.field-long-text p {
    margin-top: -17px;
}

.wrapping_div {
    display: flex;
}


/*button colour*/

.c-cta-extended__link--readmore.c-btn.c-btn--primary.c-btn--ghost span span {
    color: #fc6014;
    padding-top: 10px;
}

h2.c-cta-extended__title.heading_text.field-text span {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #747474;
    -webkit-box-direction: normal;
    text-align: center;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: bold;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    outline: none;
    display: inline-block;
    flex: auto;
    min-height: 1em;
    cursor: text;
    min-width: 0.5em;
}


/* Call to Action CSS */

.need_a_hand_header {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    line-height: 17px;
    font-weight: 500;
    font-size: 24px;
    color: #007db9;
    text-align: center;
    margin: 0;
}

.get_in_touch_p {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    padding-left: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #007db9;
    text-decoration: none;
    /*text-transform: uppercase;*/
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.customer_inquiries_p {
    color: #525252;
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
}


/*call to action list*/

.need_a_hand_header {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    line-height: 17px;
    font-weight: 500;
    font-size: 24px;
    color: #007db9;
    text-align: center;
    margin: 0;
    padding-right: 30px;
    padding-top: 30px;
}

.need_a_hand_image {
    color: #525252;
    align-items: center;
    max-width: 74px;
}

.need_a_hand_link {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    font-size: 14px;
    color: #007db9;
    text-decoration: none;
    /*text-transform: uppercase;*/
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
    text-align: left;
}

.need_a_hand_paragraph {
    color: #525252;
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-top: -10px;
}

.content_wrapper {
    display: flex;
    justify-content: center;
}

.div_text_wrapper {
    padding-left: 20px;
    text-align: left;
    padding-top: 15px;
}

.icon-point module p come-in div {
    width: 100%;
}
.icon-point.module.p.come-in a:hover {
    background-color: transparent;
}

.cta_member_profile {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    margin-top: 0;
    line-height: 36px;
    color: #007db9;
    font-weight: 500;
    text-align: center;
    font-size: 32px !important;
}

.cta_member_subheading {
    color: #525252;
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.cta_member_title {
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    line-height: 28px;
    font-weight: 500;
    margin-top: 0;
    color: #525252;
    font-size: 20px;
    margin-bottom: 16px;
}

.cta_member_description {
    color: #525252;
    font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
    margin-bottom: 0;
}

.cta_worker_profile_img > img {
    margin-top: 10px;
    position: absolute;
    border-radius: 50%;
    width: 153px !important;
    height: 153px !important;
    max-width: 153px !important;
    max-height: 153px !important;
    border: 4px solid #007db9;
}

.cta_profile_div {
    padding-left: 193px;
}

.cta_profile_width_div {
    width: 750px;
}

.flex_display {
    display: flex;
}

.align_left {
    text-align: left;
}

.cta_full_width {
    width: 100%;
}

/* Three Tiles */
.three-cta-contact .c-cta-extended--wrapper {
    padding: 30px;
    border: 1px solid #eee;
    background-color: #ffffff;
    border-radius: 4px;
}

.c-full-cover.p_tag_banner > .component-content {
    padding: 45px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-full-cover.p_tag_banner.small-b > .component-content {
    min-height: auto;
}
.c-full-cover.p_tag_banner.standard-b > .component-content {
    min-height: 286px;
}
.c-full-cover.p_tag_banner.tall-b > .component-content {
    min-height: 376px;
}
/* new cta fixes */
.call-to-action-list.c-cta-extended .c-cta-extended__image {
    margin-left: 30px;
    margin-right: 30px;
}

.icon-points a .field-long-text {
    font-size: initial;
    color: #525252;
    font-weight:500;
    margin-top:10px;
}
.call-to-action-list.c-cta-extended.society .point,
.call-to-action-list.c-cta-extended.life .point {
    padding: 0;
    margin: 4px;
}
@media (max-width: 767px){
    .wrapping_div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .call-to-action-list .icon-points .icon-point {
        width:100%;
    }
    .icon-points .icon-point {
        text-align: center;
        margin: 0 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* width: 130px; */
    }
    .icon-points {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wrapping_div .need_a_hand_header {
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 20px;
    }
    .wrapping_div .need_a_hand_link {
        text-align:center!important;
    }
    .get_in_touch_p{
        padding-left:0px!important;
    }
    .call-to-action-list.c-cta-extended.group .c-cta-extended__image,
    .call-to-action-list.c-cta-extended.life .c-cta-extended__image {
        margin-left: 40px;
    }
    .call-to-action-list.c-cta-extended.society .point,
    .call-to-action-list.c-cta-extended.life .point {
        padding: 3px;
    }
    .call-to-action-list.life .icon-points .icon-point {
        width: 117px;
    }
    .call-to-action-list.c-cta-extended.life .c-cta-extended__image {
        margin-left: 30px;
    }
}
.text_area_div{
    width:100%;
}


/* Need a hand */
.cta_need_a_hand__link {
    display: flex;
}

.cta_need_a_hand__text {
    font-size: 24px;
    color: #007db9;
    margin: auto;
    display: block;
    flex: none;
    margin-right: 20px;
}

.cta_need_a_hand_section {
    margin-top: 17px;
    margin-left: 10px;
}

.cta_need_a_hand_section__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #007db9;
    text-align: inherit;
    font-weight: 500;
    cursor: pointer;
}

.cta_need_a_hand_section__longtext {
    color: #525252;
}

/* Not Click */
.not-click .icon-points .icon-point a {
    cursor: inherit;
}

@media only screen and (max-width:767px) {
    .call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand__link {
        align-items: center;
    }
    .call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section,
    .call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section__longtext.field-long-text p {
        text-align: center;
    }
    .cta_need_a_hand__link {
        flex-direction: column;
    }

    .cta_need_a_hand__text {
        margin: auto;
    }

    .cta_need_a_hand_section__title {
        text-align: center;
    }

    .cta_need_a_hand_section__longtext {
        text-align: center;
    }

    .c-cta-extended__image {
        margin-top: 10px;
    }
    .call-to-action-list.c-cta-extended.need-a-hand .c-cta-extended__image {
        margin-left: 17px;
    }
    .cta_need_a_hand_section {
        margin-top: 10px;
    }
}

/* End Need a hand */
/* Three contact -New Changes on behalf */
.call-to-action-list.society .icon-points .icon-point,
.call-to-action-list.group .icon-points .icon-point,
.call-to-action-list.life .icon-points .icon-point {
    max-width: 130px;
    margin: 15px 20px;
}
.call-to-action-list.c-cta-extended.group .c-cta-extended__image .field-image img {
    margin-bottom: 10px;
}
.three-contact .c-cta-extended--wrapper {
    padding: 30px;
    background-color: #fff;
    max-width: 360px;
    margin: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.call-to-action-list.three-contact.c-cta-extended .c-cta-extended__image {
    margin-left: 0;
}
.call-to-action-list.c-cta-extended.society .c-cta-extended__image {
    margin: auto;
}
.three-contact h4.c-cta-extended__title.field-text {
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 20px;
    color: #008bce;
    padding-left:0;
}
.three-contact .c-cta-extended__longtext {
    padding-left: 0;
}
.three-contact .c-cta-extended__link {
    padding: 0;
}
.call-to-action-list.c-cta-extended.need-a-hand .get_in_touch_p,
.call-to-action-list.c-cta-extended.need-a-hand h4.need_a_hand_header {
    padding: 0;
}
.call-to-action-list.c-cta-extended.need-a-hand .get_in_touch_p .icon-points a .field-long-text {
    margin-top:0;
    }
.call-to-action-list.c-cta-extended.need-a-hand .wrapping_div {
    display: flex;
    align-items: center;
}
.component.call-to-action-list.c-cta-extended.static {
    margin-bottom: 0;
}
.component.call-to-action-list.c-cta-extended.three-contact {
    margin: 0;
}
.call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section {
    margin-top: 6px;
    margin-left: 0;
}
.call-to-action-list.c-cta-extended.need-a-hand .c-cta-extended__image {
    margin-left: 34px;
    margin-right: 17px;
}
.call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section__longtext.field-long-text {
    margin-top: 5px;
}
.call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand__text {
    font-weight: 500;
}
@media only screen and (max-width:767px) {
    .three-contact h4.c-cta-extended__title.field-text {
        font-size:14px;
    }
    .call-to-action-list.three-contact.c-cta-extended .c-cta-extended__image {
        margin: 0;
        margin-right: 20px;
    }
    .three-contact .c-cta-extended--wrapper {
        max-width:380px;
    }
    .call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section__longtext.field-long-text {
        margin-top: 15px;
    }
    .call-to-action-list.c-cta-extended.need-a-hand .c-cta-extended__image {
        margin: 15px 0;
    }
    .call-to-action-list.c-cta-extended.need-a-hand .cta_need_a_hand_section {
        margin: 0;
    }
    .p_tag_banner .component-content {
        background-position: center;
    }
}
/* new image article */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .c-cta-extended.static .c-cta-extended__media {
        width: 220px;
        height: 220px;
    }
}
/* This is the latest version */
/* CTA Image fix */
.component.call-to-action-list.c-cta-extended.group.col-12.small-icons .c-cta-extended__image {
    background: none;
}
.call-to-action-list.c-cta-extended.society .point,
.call-to-action-list.c-cta-extended.life .point {
    margin-top: 10px;
}
.call-to-action-list.c-cta-extended.life .c-cta-extended__image {
    width: 74px;
    height: 74px;
}

@media screen and (max-width: 320px) {
    .call-to-action-list.c-cta-extended.small-icons .icon-points .icon-point {
        width:100px;
    }
    .call-to-action-list.life .icon-points .icon-point {
        width: 92px;
    }
}


/*Document Tile CTA variant*/

.c-tile-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .c-tile-list .c-cta-extended__link {
        padding-top:10px;
    }

    .c-cta-tile-wrapper {
        height: 115px;
        box-shadow: 0px 2px 12px 0px #00000026;
        border: 1px solid #008BCE !important;
        border-radius: 4px;
        padding: 10px;
        background-color: #fff;
    }

    .c-cta-tile-wrapper:hover {
        box-shadow: 0px 4px 16px 0px #00000059;
    }

.col-md-4.c-cta-tile-column {
    max-width: 32% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.col-md-6.c-cta-tile-column {
    max-width: 49% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-cta-tile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .c-cta-tile-content div {
        background-color: transparent;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .c-cta-tile-content p {
        text-transform: none;
        font-weight: 400;
        line-height: 22.79px;
        padding-top: 5px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 16px;
        color: #525252;
        text-align: center;
    }

    .c-cta-tile-content img {
        max-width: 24px;
        max-height: 31px;
    }

.c-cta-tile-content-text {
    display: flex;
    justify-content: center;
}

    .c-cta-tile-content-text h4 {
        font-size: 16px;
    }

.c-cta-tile-container-flex {
    display: flex;   
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 2%;
}

@media screen and (max-width: 991px) {
    .c-cta-tile-column {
        
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-md-4.c-cta-tile-column, .col-md-6.c-cta-tile-column{
        max-width: 99% !important;
        padding-left: 5px !important;
        padding-right: 0px !important;
    }
}

.float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 50px;
  z-index: 200;
  text-align: center;

}

.FloatyButton .float .popup {
  display: none;
  position: absolute;
  z-index: 3000;
  top: -40px;
  left: -18px;
  line-height: 1.3em;
  width: 119px;
  height: 32.2px;
  padding: 8px 1px 9px 0;
  color: #FFFFFF;
  background: rgb(15, 110, 165);
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "omnes-pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
}

.FloatyButton .float:hover .popup {
  display: block;
}

.FloatyButton .float .popup::after {
  content: " ";
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: 32px;
  left: 52px;
  border-top: 8px solid rgb(15, 110, 165);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}