/* tabs */
.custom_content_wrapper.layout_tabs .tab-content
{
    display: none;
}
.custom_content_wrapper.layout_tabs .tab-wrapper-wide .tab-content.active
{
    display: flex;
}
/* end tabs */

/* call to action */
.custom_content_wrapper.layout_cta .cta-background
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 385px;
}

.custom_content_wrapper.layout_cta .col
{
    order: 1;
}
.custom_content_wrapper.layout_cta.cta-image-right .cta-background
{
    order: 2;
}
.custom_content_wrapper.layout_cta.cta-image-right .cta-background, .custom_content_wrapper.layout_cta.cta-image-left .cta-background
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.custom_content_wrapper.layout_cta.cta-image-full .col
{
    flex-basis: 100%;
}
.custom_content_wrapper.layout_cta .col-inner
{
    width: 100%;

}
/* end call to action */