/* GLOBAL */

.acf-section-wrapper {

    margin-bottom: 1rem;

}

.dark-transparent-bg {

    background: rgba(0, 23, 34, .90);

}

.image-with-frame {

    position: relative;

    display: inline-block;

}
/*
.image-with-frame:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0px;

    top: 0px;

    box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.3);

    -webkit-box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.3);

    -moz-box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.3);

}



.page-id-2118 .image-with-frame:after

{

	display:none;

}*/



.profile-image .image-with-frame:after,

.asx-widget-box .image-with-frame:after  {

    display: none;

}



@media (max-width: 767px) {

    .acf-section-wrapper {

        margin-bottom: 30px;

    }

    .mobile-hidden {

        display: none !important;

    }

    /*.wrapper-2-columns > .col-md-6 {

        margin: 0px 0px 1rem;

    }*/

}



/* ASX WIDGET BOX */

.asx-widget-box .widget-wrapper {

    padding: 75px 50px;	

}

.asx-widget-box .asx-logo {

    margin: -3px 15px 0px 0px;

}

.asx-widget-box .widget-wrapper h5,

.asx-widget-box .widget-wrapper .unit-separator {

    margin: 0px 0px 15px;

    font-size: 24px;

}

.asx-widget-box .widget-wrapper .asx-announcement-link {

    display: inline-block;

    padding: 0px 0px 0px 60px;

    position: relative;

}

.asx-widget-box .widget-wrapper .asx-announcement-link span.asx-logo {

    display: inline-block;

    position: absolute;

    left: 15px;

    top: 50%;

    margin: -10px 0px 0px 0px;

}

.asx-widget-box .widget-wrapper .apply-btn-wrapper {

    padding-left: 55px;

}

.asx-widget-box .widget-wrapper .apply-btn-wrapper:before {

    display: inline-block;

    height: 100%;

    width: 2px;

    position: absolute;

    top: 0px;

    left: 25px;

    background: #979797;

    content: "";

}

.asx-widget-box .widget-wrapper .apply-btn {

    margin: 45px 0px;

    font-size: 14px;

    white-space: normal;

    max-width: 100%;

}

.asx-widget-box .more-slider {

    padding: 50px 0px;

}

.asx-widget-box .more-slider span {

    clear: both;

    display: block;

}

.asx-widget-box .more-slider .fa {

    font-size: 25px;

}

.asx-widget-box .more-slider .row {

    height: 100%;

}

.asx-widget-box .widget-wrapper:before {

    width: 50%;

    content: "";

    display: inline-block;

    height: 50px;

    top: -25px;

    left: 30%;

    background: rgba(0, 23, 34, .30);

    position: absolute;

}

.asx-widget-box .more-slider .row > div {

    margin-bottom: 10px;

}



/* ASX WIDGET BOX v2 */

.asx-widget-box-v2 .widget-wrapper {

    padding: 0px 15px !important;

}

.asx-widget-box-v2 .widget-wrapper .apply-btn {

    margin: 0px;

    font-size: 10px;

    color: #FFFFFF;

    letter-spacing: 4.13px;

    text-align: center;

}

.asx-widget-box .widget-wrapper .row > div {

    background: #001722;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.asx-widget-box .widget-wrapper .row > div.has-right-border:before {

    content: "";

    width: 1px;

    height: 46px;

    background: #D8D8D8;

    left: 0px;

    top: 12px;

    position: absolute;

}

.asx-widget-box .widget-wrapper .row > div.apply-btn-wrapper {

    background: rgba(0,23,34,0.80);

    padding: 0px;

}

.asx-widget-box .widget-wrapper .row > div p {

    margin: 0px;

    font-size: 16px;

}

.asx-widget-box .widget-wrapper .apply-btn-wrapper a {

    padding: 0px 15px;

    width: 100%;

    text-transform: uppercase;

    letter-spacing: 4.13px;

}

.asx-widget-box-v2 .widget-wrapper .apply-btn-wrapper:before {

    display: none;

}



@media (max-width: 767px) {

    /* WIDGET BOX */

    .asx-widget-box {

        margin-bottom: 30px;

    }

    .asx-widget-box .widget-wrapper .col-md-3 {

        margin: 0px 0px 0px;

    }

    .asx-widget-box .widget-wrapper .apply-btn-wrapper:before {

        left: 15px;

        background: #fff;

    }

    .asx-widget-box .widget-wrapper .row > div {

        justify-content: flex-start;

        height: auto;

        padding: 15px;

        min-height: 55px;

    }

    .asx-widget-box .widget-wrapper .row > div.has-right-border:before {

        height: 1px;

        width: calc(100% - 30px);

        left: 15px;

        top: 0px;

        right: 15px;

    }

    .asx-widget-box .more-slider {

        display: none;

    }

} 



/* SHORTCODE */



/* TEXTBOX */

.text-box {

    font-weight: 300;

}

.text-box a {

    text-decoration: underline;

}

.text-box img {

    max-width: 100%;

    height: auto;

}

.text-box ul {

    list-style: none;

    padding: 0px;

}

.text-box ul li {

    position: relative;

    padding: 0px 0px 0px 30px;

    margin-bottom: 1rem;

}

.text-box ul li:before,

.text-box ul li:after {

    position: absolute;

    width: 20px;

    height: 20px;

    content: "";

    display: block;

    border: 1px solid #BF9B5D;

}

.text-box ul li:before {

    top: 5px;

    left: 0px;

}

.text-box ul li:after {

    top: 8px;

    left: 3px;

}



/* TABLE */

.table td, .table th {

    border-top: 0px;

    border-bottom: 1px solid #dee2e6;

}



/* BUTTON GROUP */

.button-group-box a:before,

.button-group-box a:after {

    position: absolute;

    width: 100%;

    height: 100%;

    content: "";

    display: block;

    border: 1px solid #9B9B9B;

}

.button-group-box a:before {

    top: -3px;

    left: 3px;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

.button-group-box a:after {

    top: 3px;

    left: -3px;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

.button-group-box a.btn-size-large:before {

    top: -5px;

    left: 5px;

}

.button-group-box a.btn-size-large:after {

    top: 5px;

    left: -5px;

}

.btn-size-normal {

    min-width: 210px;

    position: relative;

    min-height: 60px;

    padding: 20px 15px;

    color: #9B9B9B !important;

    letter-spacing: 2px;

}

.btn-size-large {

    padding: 25px 15px;

    position: relative;

    color: #BF9B5D !important;

    min-width: 250px;

    min-height: 70px;

    letter-spacing: 2px;

}



.button-group-box a.btn-size-large:before,

.button-group-box a.btn-size-large:after {

    border: 4px solid #BF9B5D;

}

.btn-size-plain {

    padding: 25px 15px;

    position: relative;

    color: #BF9B5D !important;

    min-width: 100%;

    min-height: 70px;

    letter-spacing: 2px;

    border: 4px solid #BF9B5D;

}

.button-group-box a.btn-size-plain:before,

.button-group-box a.btn-size-plain:after {

    display: none;

}

.button-group-box a:hover:before,

.button-group-box a:hover:after {

    top: 0px;

    left: 0px;

}

.button-group-box .col {

    margin: 0px 0px 30px;

    /*max-width: 25%;*/

}

.button-group-box .button-disclaimer {

    margin: 15px 0px 0px;

    font-size: 10px;

    text-align: left;

}

.button-group-box .disclaimer-checkbox {

    width: 12px;

    height: 12px;

    margin: 0px 10px 0px 0px;

}

.button-group-box .disabler {

    position: relative;

    padding: 20px 0px;

    box-sizing: border-box;

}

.button-group-box .disabler.on:before {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 100;

    left: 0px;

    top: 0px;

}

.golden-buttons .disabler .d-inline-block {
    width: 100%;
}

/*@media (max-width: 991px) {

    .button-group-box .col {

        width: 33.33%;

        max-width: 33.33%;

    }

} */

@media (max-width: 767px) {

    .button-group-box {

        margin-top: 1rem;

    }

    .button-group-box .col {

        width: 100%;

        flex-basis: unset;

        margin: 0px 0px 15px;

        max-width: 100%;

    }

} 



/* SECTION TITLE */

.section-title-box {

    margin-bottom: 30px;

}

.section-title-box h3 {

    text-transform: none;

    font-weight: 700;	

    line-height: 17px;

    border-bottom: 3px solid #BF9B5D;

    padding-bottom: 15px;

    letter-spacing: 3.02px;

}

/* --- */

.section-title-box.type-underline-half h3 {

    position: relative;

    display: block;

    border: 0px;

}

.section-title-box.type-underline-half h3:after {

    content: "";

    display: block;

    position: absolute;

    width: 50%;

    left: 0px;

    top: 100%;

    border-bottom: 3px solid #BF9B5D;

}

.section-title-box.type-underline-half.text-align-center h3:after {

    left: 25%;

}

.section-title-box.type-underline-half.text-align-right h3:after {

    left: 50%;

}

/* --- */

.section-title-box.type-boxed {

    background: linear-gradient(to right, #001722 50%, #fff 50%);

}

.section-title-box.type-boxed h3 {

    text-transform: none;

    font-weight: 300;	

    font-size: 18px;

    line-height: 30px;

    border: 0px;

    padding: 45px 15px 45px 0px;

    color: #FFFFFF;

}

/* --- */

.section-title-box.type-boxed-logo {

    position: relative;

    background: linear-gradient(to right, #001722 50%, #fff 50%);

    margin: 60px 0px;

}

.section-title-box.type-boxed-logo:before {

    display: block;

    content: "";

    position: absolute;

    left: 0px;

    height: 180%;

    top: -40%;

    width: 250px;

    background: url(../images/executive-logo.png) center left no-repeat;

    background-size: contain;

}

.section-title-box.type-boxed-logo h3 {

    text-transform: none;

    font-weight: 300;	

    font-size: 18px;

    line-height: 30px;

    border: 0px;

    padding: 45px 15px 45px 0px;

    color: #FFFFFF;

    text-align: right;

}

/* --- */

.section-title-box.type-boxed-logo-alternate {

    position: relative;

    background: linear-gradient(to right, #BF9B5D 50%, #fff 50%);

    margin: 60px 0px;

}

.section-title-box.type-boxed-logo-alternate:before {

    display: block;

    content: "";

    position: absolute;

    left: 0px;

    height: 180%;

    top: -40%;

    width: 250px;

    background: url(../images/Logo_Q.svg) center left no-repeat;

    background-size: contain;

}

.section-title-box.type-boxed-logo-alternate h3 {

    text-transform: none;

    font-weight: 300;	

    font-size: 18px;

    line-height: 30px;

    border: 0px;

    padding: 45px 15px 45px 0px;

    color: #FFFFFF;

    text-align: right;

}

/* --- */

.section-title-box.type-subtitle h3 {

    text-transform: none;

    font-weight: 700;	

    letter-spacing: 2.29px;	

    line-height: 17px;

    border-bottom: 0px;

    padding-bottom: 0px;

}

.section-title-box.type-subtitle h3.subtitle {

    text-transform: none;

    padding-bottom: 15px;

    border-bottom: 1px solid #979797;

}

.section-title-box.text-align-center {

    text-align: center;

}

.section-title-box.text-align-right {

    text-align: right;

}

/* --- */

@media (max-width: 767px) {

    .section-title-box {

        margin-bottom: 15px;

    }

    .section-title-box.type-boxed,

    .section-title-box.type-boxed-logo {

        background: #001722;

    }

    .section-title-box.type-boxed-logo-alternate {

        background: #BF9B5D;

    }

    .section-title-box.type-boxed-logo,

    .section-title-box.type-boxed-logo-alternate {

        margin: 15px 0px;

    }

    .section-title-box.type-boxed h3 {

        padding: 45px 0px;

    }

    .section-title-box.type-boxed-logo h3,

    .section-title-box.type-boxed-logo-alternate h3 {

        padding: 25px 0px 20px 100px;

        word-wrap: break-word;

    }

    .section-title-box.type-boxed-logo:before,

    .section-title-box.type-boxed-logo-alternate:before {

        width: 100px;

        left: 15px;

    }

} 



/* PROFILE */

.profile-box .profile-image p {

    border-bottom: 1px solid #979797;

}

.profile-box .profile-info.order-md-1 {

    text-align: right;

}

.profile-box .profile-description {

    border-top: 1px solid #979797;

    padding-top: 1rem;

}

.profile-box .profile-social a {

    font-size: 21px;

    color: #BE9A5C;

}

.profile-box .profile-social a:hover {

    color: #001722;

}

.profile-box .profile-info.order-md-1 .profile-social a {

    margin-left: 15px;

}

.profile-box .profile-info.order-md-2 .profile-social a {

    margin-right: 15px;

}



/* SEPARATOR */

.separator-box .separator-line {

    height: 3px;

    margin: 30px 0px;

}



/* INVESTMENT ACCORDION */

.investment-updates-box .card {

    border: 0px;

}

.investment-updates-box .card-header {

    padding: 0px;

    border-radius: 0px;

    border: 0px;

    border-bottom: 2px solid #979797;

    background: transparent;

}

.investment-updates-box button, .investment-updates-box button:hover, .investment-updates-box button:focus {

    display: block;

    width: 100%;

    text-align: left;

    padding: 15px 0px;

    text-decoration: none;

    color: #979797;

    line-height: 24px;

    font-weight: 300;

}

.investment-updates-box button i {

    float: right;

    transform: rotate(0deg);

    transition: transform 0.25s linear;

    line-height: 24px;

}

.investment-updates-box button[aria-expanded="true"] i {

    transform: rotate(180deg);

    transition: transform 0.25s linear;

}

.investment-updates-box .card-body {

    padding: 15px 0px;

}

.investment-updates-box .pdf-list a {

    font-size: 16px;

    color: #BE9A5C;

}

.investment-updates-box .pdf-list a:hover {

    text-decoration: underline;

}



/* QUOTE BLOCK */

.quote-box {

    padding: 25px 15px;

}

.quote-container, .sub-quote-container {

    margin: 0px auto;

}

.quote-container.has-logo {

    background: url(../images/logo-white.png) center right no-repeat;

    background-size: auto 100%;

}

.quote-wrapper {

    position: relative;

    padding: 0px 60px 0px 0px;

}

.quote-wrapper:after {

    content: "";

    display: block;

    width: 1px;

    position: absolute;

    right: 0px;

    height: 100px;

    top: 50%;

    margin-top: -50px;

    background: #979797;

}

.quote-wrapper.style-bordered {

    padding: 60px 60px 60px 0px;

    box-shadow: 0px -50px 0px 0px rgba(0,43,63,0.7);

    -webkit-box-shadow: 0px -50px 0px 0px rgba(0,43,63,0.7);

    -moz-box-shadow: 0px -50px 0px 0px rgba(0,43,63,0.7);

    border-bottom: 3px solid #002b3f;

}

.quote-wrapper.quote-Small {

    font-size: 12px;

}

.quote-wrapper.quote-Big * {

    font-size: 44px !important;

    font-weight: 200;

}

.sub-quote-wrapper {

    margin: 0px auto;

}

@media (max-width: 767px) {

    .quote-wrapper {

        padding: 60px 15px;

    }

    .quote-wrapper.quote-Big p, .quote-wrapper.quote-Big span {

      font-size: 28px !important;

    }

    .quote-container.has-logo {

        background-size: auto;

    }

} 



/* TEXT AND BUTTON */

.text-button-box {

    padding: 30px 0px;

}

.text-button-box .text-content * {
    font-weight: 300 !important;   
}

.text-button-box:not(.v2) .text-content {

    font-size: 28px;	

    letter-spacing: 0.61px;	

    line-height: 44px;

}

.text-button-box .button-content a.btn-size-default {

    height: 223px;	

    width: 258px;	

    font-size: 36px;

    text-align: center;

    box-sizing: border-box;

    position: relative;

    white-space: normal;

    padding: 55px;

    font-weight: 300;

}

.text-button-box .button-content a.btn-size-default:before,

.text-button-box .button-content a.btn-size-default:after {

    position: absolute;

    width: 100%;

    height: 100%;

    content: "";

    display: block;

    border: 5px solid #D3B176;

}

.text-button-box .button-content a.btn-size-default:before {

    top: -6px;

    left: 6px;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

.text-button-box .button-content a.btn-size-default:after {

    top: 6px;

    left: -6px;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

.text-button-box .button-content a.btn-size-default:hover:before,

.text-button-box .button-content a.btn-size-default:hover:after {

    top: 0px;

    left: 0px;

}

@media (max-width: 767px) {

    .text-button-box .text-content,

    .text-button-box .button-content {

        padding: 30px 15px;

    }

} 



/* IMAGE WITH TEXT */

.image-with-text-box .col {

    padding: 0px;

}

.image-with-text-box img,

.image-with-text-box .image-with-frame {

    width: 100%;

}

.image-with-text-box .description {

    padding: 30px;

    position: relative;

}

.image-with-text-box .description:before {

    content: "";

    top: 0px;

    position: absolute;

    left: 30px;

    right: 30px;

    height: 1px;

    background: #BF9B5D;

}

.image-with-text-box .thumb:after {

    height: 10px;

    width: 100%;

    content: "";

    display: block;

    background: #f6f6f6;

}

@media (max-width: 767px) {

    .image-with-text-box .col {

        width: 100%;

        flex-basis: auto;

        padding: 15px;

    }

    .image-with-text-box .description {

        padding-bottom: 0px;

    }

} 



/* SPACER */

.spacer-box.acf-section-wrapper {

    margin: 0px;

}

/*@media (max-width: 767px) {

    .spacer-box.acf-section-wrapper {

        display: none !important;

    }

} */



/* LEFT/RIGHT Text BOX */

.left-right-text-widget-box .text-wrapper {

    padding: 60px 80px;

    min-height: 225px;

}

.left-right-text-widget-box .spacer {

    position: relative;

}

.left-right-text-widget-box .spacer .color-bg {

    content: "";

    position: absolute;

    top: 50%;

    left: 0px;

    width: 50%;

    height: 25px;

}

.left-right-text-widget-box .spacer .color-bg:before {

    content: "";

    position: absolute;

    top: -25px;

    left: 0px;

    width: 100%;

    height: 25px;

    background: rgba(0, 23, 34, .30);

}

.left-right-text-widget-box .spacer.order-1 .color-bg {

    right: 0px;

    left: auto;

}

/* --- */

.left-right-text-widget-box.style-boxed .text-wrapper {

    background: none;

    min-height: 300px;

    margin: 30px auto;

    padding: 80px;

    max-width: 100%;

}

.left-right-text-widget-box.style-boxed .text-wrapper .box-text {

    position: relative;

    z-index: 9999;

}

.left-right-text-widget-box.style-boxed .text-wrapper:before,

.left-right-text-widget-box.style-boxed .text-wrapper:after {

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    background: rgba(0, 23, 34, .80);

}

.left-right-text-widget-box.style-boxed .text-wrapper:before {

    top: 30px;

    right: 30px;

    bottom: 0px;

    left: 0px;

}

.left-right-text-widget-box.style-boxed .text-wrapper:after {

    top: 0px;

    right: 0px;

    bottom: 30px;

    left: 30px;

}

.left-right-text-widget-box.style-boxed .spacer .color-bg {

    background: transparent;

    width: 80%;

}

.left-right-text-widget-box.style-boxed .spacer .color-bg:before {

    background: rgba(65, 102, 116, .60);

}

@media (max-width: 767px) {

    .left-right-text-widget-box {

        margin: 30px 0px;

    }

    .left-right-text-widget-box .text-wrapper {

        padding: 60px 30px;

    }

    .left-right-text-widget-box.style-boxed .spacer {

        display: none;

    }

} 



/* 2 COLUMN WIDGET BOX */

.two-column-text-widget-box .text-wrapper {

    padding: 60px;

}

.two-column-text-widget-box .text-widget-wrapper:before {

    content: "";

    display: block;

    width: 50%;

    height: 50px;

    position: absolute;

    right: 0px;

    top: -25px;

    background: rgba(0, 23, 34, .30);

}

@media (min-width: 768px) and (max-width: 1199px) {

    .two-column-text-widget-box .text-wrapper {

        padding: 40px;

    }

}

@media (max-width: 767px) {

    .two-column-text-widget-box {

        margin-bottom: 30px;

    }

    .two-column-text-widget-box .text-widget-wrapper {

        padding: 45px 0px;

    }

    .two-column-text-widget-box .text-wrapper {

        padding: 15px;

    }

} 



/* MAP BLOCK */

.map-box {

	width: 100%;

	height: 100%;

	border: #ccc solid 1px;

    margin: 20px 0;

    /* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0 */

    /* filter: grayscale(100%);*/

}

.map-box img {

   max-width: inherit !important;

}

@media (max-width: 767px) {

    .map-box {

        height: 300px;

    }

} 



/* 4 Column Blocks */

.four-column-text-widget-box .row {

    display: flex;

}

.four-column-text-widget-box .row > div:not(:first-child) {

    margin: 0px 0px 15px;

}

.four-column-text-widget-box .row > div:not(:first-child) .text-content {

    background: rgba(191,155,93,0.30);

    padding: 30px;

    height: 100%;

}

.four-column-text-widget-box .row > div:not(:first-child) .text-content.has-icon {

    padding: 30px 30px 30px 150px;

    position: relative;

}

.four-column-text-widget-box .row > div:not(:first-child) .text-content .box-icon {

    position: absolute;

    top: 50%;

    left: 30px;

    width: 90px;

    transform: translate(0%,-50%);

}

.four-column-text-widget-box .row > div:not(:first-child) .text-content .box-icon img {

    max-width: 100%;

    height: auto;

}

.four-column-text-widget-box .row > div .text-content p {

    margin: 0px;

}

.four-column-text-widget-box .row > div:first-child {

    padding: 30px 15px;

}

.four-column-text-widget-box .view-more-link {

    text-align: right;

    justify-content: flex-end;

    padding: 15px;

}

@media (max-width: 767px) {

    .four-column-text-widget-box .row > div {

        margin: 0px 0px 15px;

    }

    .four-column-text-widget-box .row > div.view-more-link {

        margin: 0px 0px 30px;

    }

} 

@media (max-width: 480px) {

    .four-column-text-widget-box .row > div:not(:first-child) .text-content.has-icon {

        padding: 150px 30px 30px 30px;

        position: relative;

    }

    .four-column-text-widget-box .row > div:not(:first-child) .text-content .box-icon {

        top: 30px;

        left: 50%;

        transform: translate(-50%, 0%);

    }

} 



/* ACCORDION */

.accordion-box .card {

    margin: 0px 0px 10px;

    border: 0px;

    border-radius: 0px;

    border: 1px solid #4c5c64;

}

.accordion-box .card.active-acc {

    border: 1px solid #001722;

}

.accordion-box .card .card-header {

    border: 0px;

    background: #4c5c64;

    border-radius: 0px;

}

.accordion-box .card.active-acc .card-header,

.accordion-box .card .card-header:hover {

    background: #001722;

}

.accordion-box .card .accordion-main-visual {

    text-align: center;

}

.accordion-box .card .card-header h5 {

    text-decoration: none !important;

}

.accordion-box .card .card-header button {

    text-align: left;

    text-decoration: none;

    border: 0px;

    color: #fff;

    position: relative;

}

.accordion-box .card .card-header button:hover {

    text-decoration: none;

}

.accordion-box .card .card-header button::after {

    content: "\f107";

    color: #333;

    right: 0px;

    position: absolute;

    color: #fff;

    font-family: "FontAwesome";

}



.accordion-box .card.active-acc .card-header button::after {

    content: "\f106";

}



/* WEBINARS */

#news_holder.webinars .description,

#news_holder.featured-videos .description {

    padding: 0px;

    padding: 0px;

    height: 190px;

    box-sizing: border-box;

    position: relative;

    min-height: 190px;

} 

#news_holder.webinars .description a,

#news_holder.featured-videos .description a {

    display: block;

    height: 100%;

    width: 100%;

}

#news_holder.webinars .description a.video-icon,

#news_holder.featured-videos .description a.video-icon {

    display: block;

    position: absolute;

    height: 60px;

    width: 100px;

    left: 50%;

    top: 50%;

    margin: -30px 0px 0px -50px;

}



/* GRID CARD */

.grid-card-box h5 {

    color: #BF9B5D;

    font-weight: 700;

}

.grid-card-box .card-body {

    padding:  30px 30px 30px 40px;

    position: relative;
    background: rgba(255, 255, 255, 0.8);

}

.grid-card-box:not(.grid-card-3) .card-body:after {

    content: '';

    width: 3px;

    position: absolute;

    display: block;

    top: 45px;

    bottom: 45px;

    left: 22px;

    background: #BF9B5D;

}

.grid-card-3 .card-logo {
    max-height: 50px;
    width: auto !important;
    height: auto !important;
    min-width: initial !important;
    display: inline-block;
    max-width: initial !important;
    min-height: initial;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.grid-card-3 .card-body {
    padding: 30px 30px 65px;
}
.grid-card-3 .card-link {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* FORM BLOCK */
.form-block .wpcf7-form {
    padding:  0px;
}
.form-block .wpcf7-form p {
    margin:  0px;
}
.form-block .wpcf7-form .container > .row:last-child {
    padding:  0px;
}
.form-block .disclaimer-message {
    padding-top: 30px;
}
.form-block .disclaimer-message * {
    font-weight: 300 !important;
    color: #001722;
}
.form-block .wpcf7-form label {
    color: #001722;
    font-weight: 400;
}
.form-block .qri-newsletter > .col-md-6:first-child {
    padding-bottom: 15px;
    position: relative;
}
.form-block .qri-newsletter > .col-md-6:first-child:after {
    content:  '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 2px;
    background: #BF9B5D;
}
.form-block input, 
.form-block optgroup, 
.form-block textarea, 
.form-block .select-wrapper {
    border-bottom: 1px solid #989898;
    color: #001722;
    font-weight: 400;
}
/*dark*/
.form-block.form-style_2 *,
.form-block.form-style_2 .wpcf7-form label,
.form-block.form-style_2 input, 
.form-block.form-style_2 optgroup, 
.form-block.form-style_2 textarea, 
.form-block.form-style_2 .select-wrapper,
.form-block.form-style_2 .disclaimer-message * {
    color: #fff;
}
.form-block.form-style_2 input, 
.form-block.form-style_2 optgroup, 
.form-block.form-style_2 textarea, 
.form-block.form-style_2 .select-wrapper {
    border-bottom: 1px solid #fff;
}
/*gold*/
.form-block.form-style_3 *,
.form-block.form-style_3 .wpcf7-form label,
.form-block.form-style_3 input, 
.form-block.form-style_3 optgroup, 
.form-block.form-style_3 textarea, 
.form-block.form-style_3 .select-wrapper,
.form-block.form-style_3 .disclaimer-message * {
    color: #fff;
}
.form-block.form-style_3 input, 
.form-block.form-style_3 optgroup, 
.form-block.form-style_3 textarea, 
.form-block.form-style_3 .select-wrapper {
    border-bottom: 1px solid #fff;
}
.form-block.form-style_3 .btn.form-submit {
    background-color: #001722 !important;
    min-width: 205px;
    display: inline-flex;
}
.form-block.form-style_3 .qri-newsletter > .col-md-6:first-child:after {
    background: #001722;
}
.form-block.form-style_1 option,
.form-block.form-style_2 option,
.form-block.form-style_3 option {
    color: #000;
}


.acf-section-wrapper.featured-news-box.v2 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.slick-track {
    min-width: 100% !important;
}
.light-title .section-title-box h3 {
    color: #fff;
}
.esg-btn-wrapper .btn.btn-size-line_light {
    color: #fff !important;
    text-transform: uppercase;
    border-top: 1px solid #001722 !important;
    border-bottom: 3px solid #001722 !important;
}
.esg-btn-wrapper .btn.btn-size-line_light i {
    color: #fff;
}
.esg-banner-section {
    padding: 160px 0px 80px;
}
.esg-banner-wrapper .row .col-md-6:last-child {
    padding:  0px 45px;
}
@media all and (min-width:  768px) {
    .esg-banner-wrapper {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 43vw 0px;
    }
    .esg-banner-wrapper .row .col-md-6:first-child {
        padding-right: 130px !important;
    }
}
@media all and (min-width:  1200px) {
    .esg-banner-wrapper {
        background-size: auto 50vw;
    }
}
@media all and (max-width:  767px) {
    .esg-banner-wrapper {
        color: #fff;
    }
}