/* @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=792d9f21-13d7-4534-9e8f-05278ee39c16&fontids=5730901,5730909,5730921"); */
@font-face {
    font-family: "TradeGothic";
    font-weight: normal;
    src: url("../Fonts/5730909/38157dab-8eda-4b9d-a99e-acd0f5e08a96.eot?#iefix");
    src: url("../Fonts/5730909/38157dab-8eda-4b9d-a99e-acd0f5e08a96.eot?#iefix") format("eot"), url("../Fonts/5730909/b1979d94-a178-4b03-b43d-c8e46562f107.woff2") format("woff2"), url("../Fonts/5730909/fd01e71e-6e70-4e12-b470-560c965b72b5.woff") format("woff"), url("../Fonts/5730909/31a3aa9f-cd2d-4a66-982b-f3b3c825cae7.ttf") format("truetype");
}

@font-face {
    font-family: "TradeGothic";
    font-weight: bold;
    src: url("../Fonts/5730921/ce7f8719-800c-4fd0-899b-73dfccf47e72.eot?#iefix");
    src: url("../Fonts/5730921/ce7f8719-800c-4fd0-899b-73dfccf47e72.eot?#iefix") format("eot"), url("../Fonts/5730921/135abd30-1390-4f9c-b6a2-d843157c3468.woff2") format("woff2"), url("../Fonts/5730921/c6cfada8-1703-4760-87e6-46e9ef91beb7.woff") format("woff"), url("../Fonts/5730921/3adebc17-e2dc-4472-b19d-58208193ebfc.ttf") format("truetype");
}

html,
body {
    /*font-family:  Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; aktiv-grotesk*/
    font-family: "TradeGothic", sans-serif;
    font-style: normal;
    font-size: 1rem;
    color: #333333;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TradeGothic", sans-serif;
    font-weight: bold;
}

p {
    font-family: "TradeGothic", sans-serif;
    font-weight: normal;
}

a {
    color: #0f2f1c;
    /*font-family:  Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;*/
    font-family: "TradeGothic", sans-serif;
}

/* --- Header --- */

.header {
    position: relative;
    padding: 1.5rem 0 1.5rem 0;
    font-size: 1rem;
}

.header .column {
    min-height: 100%;
}

@media screen and (min-width:1116px){
    li#menu-item-11570 {
        max-width: 15%;
    }
}

.header-menu ul {
    list-style: none;
    text-align: right;
    float: right;
    margin: 0;
    padding-top: 2.5em;
}

.header-menu a {
    color: #4d585a;
    font-size: 0.875em;
    font-weight: bold;
}

.header-menu .menu-item {
    position: relative;
    float: left;
    line-height: 1.875rem;
    padding: 0 0.55rem;
    border-left: 1px solid #9fadac;
}

@media screen and (min-width: 1086px) {
    .header-menu .menu-item {
        padding: 0 0.75rem;
    }
}

.header-menu .menu-item:last-of-type {
    border-right: 1px solid #9fadac;
}

.header-menu .menu-item:hover .sub-menu {
    display: block;
}

.header-menu > ul > li > .sub-menu {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 100;
    min-width: 100%;
    height: auto;
    padding-top: 1em;
    list-style: none;
    margin: 0;
    white-space: nowrap;
}

.header-menu .sub-menu .menu-item {
    float: none;
    text-align: left;
    padding: 0;
    border: none;
    background-color: rgba(33, 33, 33, 0.8);
    padding: 0 1.5em;
}

.header-menu .sub-menu .menu-item a {
    color: #FFF;
    font-weight: normal;
}

.header-menu .sub-menu .menu-item.current-menu-item a {
    color: #d9232e;
}

.header-menu .sub-menu .menu-item:first-of-type {
    padding-top: 1.5em;
}

.header-menu .sub-menu .menu-item:last-of-type {
    padding-bottom: 1.5em;
}

.header-menu .menu-item:last-of-type .sub-menu {
    left: auto;
    right: -1px;
}

.header-menu > ul > li > .sub-menu > li > .sub-menu {
    float: none;
    padding-top: 0;
}

.header-menu > ul > li > .sub-menu > li > .sub-menu > li {
    background: none;
}

.header-menu > ul > li > .sub-menu > li > .sub-menu > li:first-of-type {
    padding-top: 0;
}

.header-menu > ul > li > .sub-menu > li > .sub-menu > li:last-of-type {
    padding-bottom: 0;
}

.header .row {
    position: relative;
}

.custom-lang-switcher {
    display: none;
}

.header-mobile-menu-style .wpml-ls-item {
    display: inline-block;
    margin-right: 20px;
}

.header-mobile-menu-style .wpml-ls-item:last-child {
    margin-right: 0;
}

.header .header-search-wrap {
    position: absolute;
    height: 48px;
    width: 15px;
    top: 0;
    left: .9375rem;
    padding-left: 15px;
    z-index: 99;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.header .header-search-wrap.open {
    width: 100%;
}

.header .btn-search {
    position: absolute;
    top: 14px;
    left: 0;
    color: #475254;
    cursor: pointer;
}

#header-search-trigger {
    z-index: 100;
}

.header .header-lang {
    position: absolute;
    top: 0.75rem;
    left: 2.9375rem;
    /*font-size: 0.875em;*/
    /*font-weight: bold;*/
}

/* .header-lang-btn:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.175em);
} */

.header-lang-btn > span {
    vertical-align: middle;
    margin-left: 0.4em;
}

.header .header-lang .header-lang-icon {
    display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.header .header-lang:hover a {
    color: #0f2f1c;
}

.header .header-lang a.active {
    color: #d9232e;
}

.header-lang-btn, .header-lang-btn:hover {
    position: relative;
    padding-right: calc(10px + 0.7em + 0.7em);
    background: #fff;
    color: #444;
    display: block;
    line-height: 1;
}

/* .header-lang-dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    line-height: 1;
    border-top: 1px solid #cdcdcd;
    padding-left: 19px;
    z-index: 101;
    display: none;
}

.header-lang-dropdown span {
    margin-left: 0.4em;
} */

.header-lang-dropdown {
    display: none;
    text-align: center;
    float: right;
    position: relative;
    z-index: 200;
    top: 33px;
    left: -30px;
    background: white;
    border: 1px solid #4d585a;
    width: 50px;
    padding: 10px 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.header-lang-dropdown:before { 
    content: "";
    width: 25px;
    height: 10px;
    display: block;
    position: absolute;
    background-image: url(/wp-content/themes/tti/images/icon/share-arrow-02.png);
    top: -10px;
    left: 12px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 50;
}

.header-lang.act .header-lang-dropdown {
    display: block;
}

.header-tool-sublist {
    position: absolute;
    left: 125px;
    right: auto;
    top: 5px; 
    width: 4%;
}

@media screen and (min-width: 64em) {

    .header-tool-sublist {
        position: absolute;
        width: 2%;
        right: 60px;
        left: auto;
        top: -7px;
    }

    .header .btn-search {
        left: auto;
        right: 0;
    }

    .header .header-search-wrap {
        top: -.9rem;
        left: auto;
        right: .9375rem;
        padding-right: 15px;
        padding-left: 0;
    }

    .header.multilang .header-search-wrap {
        right: 95px;
    }

    .header .header-search-wrap.open {
        width: 330px;
    }

    .header .header-lang {
        top: 0rem;
        left: auto;
        right: -2rem;
        z-index: 99;
        width: 80px;
        max-width: 100%;
    }
}

.current-menu-parent a,
.current-menu-item a {
    color: #d9232e;
}

.logo img {
    width: 100px;
}

@media screen and (max-width: 64em) {
    .header {
        padding: 1rem 0;
        width: 100%;
        background: #FFF;
        z-index: 1000;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        height: 3rem;
        width: auto;
    }
}

@media screen and (max-width: 39.9375em) and (orientation: landscape) {
    .page {
        margin-top: auto;
    }

    .header {
        position: relative;
    }

}

/* --- Footer --- */

.footer {
    background: #475254;
    padding: 2rem 0 2rem 0;
    margin-top: 2em;
}

.footer .footer-title div {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.bottom-menu a {
    color: #FFF;
    font-weight: 1rem;
    font-weight: bold;
    font-size: 1rem;
}

.bottom-menu ul {
    margin: 0;
    font-size: 0;
}

.bottom-menu .menu-item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: auto;
    padding-right: 1.5rem;
    max-width: 18%;
}

.bottom-menu .sub-menu a {
    font-size: 0.8125rem;
    font-weight: normal;
}

.bottom-menu .sub-menu .menu-item {
    display: block;
    width: auto;
    max-width: none;
}

.copyright {
    color: #FFF;
    font-size: 0.75rem;
    padding: 1rem 0;
    text-align: center;
}

.copyright-menu {
    display: inline-block;
}

.copyright-menu ul {
    list-style: none;
    margin-left: 1rem;
}

.copyright-menu ul li {
    display: inline-block;
}

.copyright-menu ul li:before {
    content: "|";
    padding: 0 0.5rem;
}

.copyright-menu ul li:first-child:before {
    content: "";
}

.copyright-menu ul li a {
    color: #fff;
    font-size: 0.75rem;
    text-decoration: underline;
}

/*new added styles to modify the footer layout to accomodate new links for ESG pages*/
/*.bottom-menu #menu-header-menu{*/
.bottom-menu #menu-footer-menu, .bottom-menu #menu-footer-menu-cn {
    position: relative;
}

.bottom-menu .menu-item {
    max-width: 14%;
}

.bottom-menu .menu-item.menu-item-has-children {
    margin-bottom: 30px;
}


@media screen and (max-width: 39.9375em) {
    /*.footer #menu-header-menu .menu-item-422 {*/
    .footer #menu-footer-menu .page-slug-our-business, .footer #menu-footer-menu-cn .page-slug-our-business {
        position: relative;
        left: auto;
        top: auto;
    }
}

@media screen and (max-width: 64em) {
    .bottom-menu .menu-item {
        width: 33%;
    }
}

@media screen and (max-width: 39.9375em) {
    .bottom-menu ul {
        font-size: 1em;
    }

    .bottom-menu .menu-item {
        padding: 0.2em;
        max-width: none;
    }

    .bottom-menu .menu-item a {
        width: auto;
        display: block;
        border-bottom: 1px solid #FFF;
        padding-left: 0.5em;
    }

    .bottom-menu .menu-item {
        display: block;
        width: auto;
    }

    .bottom-menu .sub-menu {
        display: none;
        padding-top: 0.5em;
    }

    .bottom-menu .sub-menu .menu-item a {
        border: none;
    }

    /* .bottom-menu .menu-item-has-children > a::after {
        content: "\f067";
        font-family: FontAwesome;
        color: #FFF;
        float: right;
        font-weight: normal;
    } */

    .bottom-menu .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .bottom-menu .menu-item-has-children.active > a::after {
        content: "\f068";
        font-family: FontAwesome;
        color: #FFF;
        float: right;
        font-weight: normal;
    }
}

.social-links {
    text-align: right;
    color: #FFF;
    font-size: 1.5rem;
}

.social-links a {
    display: inline-block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    margin-left: -1em;
    color: transparent;
}

/* ESG - Focus Areas tabs */
.communities-tabs,
.focus_area-tabs {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    font-family: "TradeGothic", sans-serif;
    --border-color: #A3AEAC;
    --hover-color: #FFF;
    --active-color: #FFF;
    --inactive-color: #475254;

    position: relative;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    width: 100%;
}

.focus_area-nav {
    display: flex;
    flex-direction: row;
    width: fit-content;
    border-bottom: none;
}

.focus_area-tab {
    position: relative;

    text-align: center;

    min-width: 150px;

    font-size: 16px;
    font-weight: bold;
    color: var(--active-color);
    padding: 10px 20px;

    background-color: var(--inactive-color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: default;

    z-index: 1;
}

.focus_area-tab:not(:first-child) {
    border-left: 1px solid var(--active-color);
}

.focus_area-tab:hover {
    background-color: var(--active-color);
    color: var(--inactive-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--inactive-color);
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}

.focus_area-tab.active {
    background-color: var(--active-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--inactive-color);
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}

.focus_area-tab.active::after {
    content: "";

    position: absolute;

    box-sizing: border-box;

    left: 0;
    bottom: -1px;

    width: 100%;

    border-bottom: 1px solid var(--active-color);
}

.focus_area-content {
    position: relative;

    box-sizing: border-box;

    width: 100%;
    min-height: 20rem;
    padding: 1rem;

    background-color: var(--active-color);
    border: 1px solid var(--border-color);
}

.focus_area-tab-content {
    display: none;
}

.focus_area-tab-content.visible {
    /*display: initial;*/
    display: flex
}


.tab-text,
.tab-image {
    width: 50%;
}

.tab-text > ul > li {
    font-size: 14px;
}

@media screen and (max-width: 425px) {
    .focus_area-tab {
        padding: 5px;
        min-width: fit-content;
        font-size: 14px;
    }

    .focus_area-tab-content {
        padding: 5px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .tab-text,
    .tab-image {
        width: 100%;
    }

    .focus_area-content {
        padding: 5px;
    }
}

/* ESG - Investing in Communities tabs */

.slide.slick-slide {
    display: flex;
}

.communities_tab-content {
    overflow-y: hidden;
    height: 0;
    overflow: auto;
}

.communities_tab-content.visible {
    display: initial;
    /*display: flex*/
}

.tab-text > p:first-of-type {
    font-weight: bold;
    margin: 0px;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #9fadac;

    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: black;
}

@media screen and (max-width: 425px) {
    .communities-tabs .focus_area-tab {
        min-width: 60px;
    }

    .slide.slick-slide {
        -webkit-flex-direction: column;
        flex-direction: column;

    }

}

/* ESG - Governance Diagram */

#governance-diagram {
    width: 30%;
    margin: 0 auto;
}

#governance-diagram > .btn {
    width: 100%;
    text-align: center;
    border-radius: 15px;
}


#governance-diagram > .btn > a.governance-btn {
    padding: 1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

#governance-diagram > .btn > a.governance-btn > span {
    font-size: 14px;
    display: block;
}

.dark_grey {
    background-color: #475254
}

.light_grey {
    background-color: #D6DCDC
}

.blue {
    background-color: #00679e;
}

.no-link {
    cursor: default;
}

.here:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #475254;
    transform: translate(-50%);
}

div#line1,
div#line2 {
    height: 20px;
    position: relative;
    text-align: center
}

@media screen and (max-width: 425px) {
    #governance-diagram {
        width: 100%;
    }
}

/* --- LAYOUT - Carousel --- */
.layout-carousel {
    font-size: 1em;
    margin-bottom: 3rem;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 2em;
    color: #FFF;

    height: 0;
}

/*.owl-nav { width: auto; padding: 0 0.5em; }*/
.owl-prev {
    position: absolute;
    left: 1rem;
    background: rgba(217, 35, 46, 0.3);
    padding: 0.5em;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 1rem;
    background: rgba(217, 35, 46, 0.3);
    padding: 0.5em;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    -webkit-transition: background .3s;
    transition: background .3s;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    background: rgba(217, 35, 46, 0.8);
}

.owl-item .item {
    background-size: cover;
    position: relative;
}

.owl-item img {
    visibility: hidden;
}

.owl-item .info-wrapper {
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

.owl-item .info {
    position: relative;
    margin: auto;
    max-width: 60%;
    text-align: center;
    width: auto;
    padding: 1em;
    background: rgba(255, 255, 255, 0.7);
}

.owl-item .info h2 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em
}

.owl-item .info p {
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
}

.owl-item .info p:last-child {
    margin-bottom: 0;
}

.owl-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.owl-item .btn-readmore {
    background: #cc0000;
    padding: 0.5em 1em;
    color: #FFF;
    font-family: "TradeGothic", sans-serif;
    display: inline-block;
}

.owl-item .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 576px !important;
}

@media screen and (max-width: 64em) {
    .owl-prev {
        padding: 0.2em;
    }

    .owl-next {
        padding: 0.2em;
    }
}

@media screen and (max-width: 39.9375em) {
    .layout-carousel {
        margin-bottom: 2.1rem;
    }

    .owl-controls {
        display: none;
    }

    .owl-item .info {
        max-width: 80%;
    }

    .owl-item .info h2 {
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .owl-item .btn-readmore {
        display: none;
    }
}

/* --- LAYOUT - Masthead --- */
.layout-masthead {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1em;
}

.layout-masthead img {
    width: 100%;
}

.layout-masthead .txt-wrapper {
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

.layout-masthead .txt {
    position: relative;
    margin: auto;
    max-width: 70%;
    text-align: center;
    width: auto;
    padding: 1em;
    background: rgba(255, 255, 255, 0.7);
}

.layout-masthead .txt h2 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em
}

.layout-masthead .txt h2:last-child {
    margin-bottom: 0;
}

.layout-masthead .txt p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
    .layout-masthead .txt h2 {
        font-size: 1.2em;
    }
}

/* --- LAYOUT - Breadcrumb --- */
#breadcrumbs {
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

#breadcrumbs a {
    color: #9fadac;
}

#breadcrumbs .item-current {
    color: #d9232e;
}

.breadcrumbs li:not(:last-child):after {
    content: ">";
}

.breadcrumbs li {
    text-transform: none;
    font-size: inherit;
}

/* --- LAYOUT - Content Area --- */

.layout-content-area {
    font-size: 0.875em;
    color: #000;
    margin-bottom: 1rem;
}

.layout-content-area h1 {
    color: #4d585a;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.layout-content-area h1:last-child {
    margin-bottom: 0.5em;
}

/* --- LAYOUT - layout-post-list --- */

.layout-post-list {
    margin-bottom: 1.5rem;
}

/* --- LAYOUT - layout-post-list --- */
.post-list-group-by-year {
    font-size: 0.875rem;
}

.post-list-group-by-year {
    color: #333;
}

.post-list-group-by-year a {
    color: #333;
}

.post-list-group-by-year .section {
    padding-bottom: 1rem;
}

/* --- LAYOUT - layout-post-with-search --- */
#post-list-search-form {
    text-align: center;
    width: 70%;
    margin: auto;
}

/* --- LAYOUT - layout-post-by-category-and-year --- */


.select-container {
    float: right;
    display: flex;
    margin-top: -12px;
}

select#yearSelect {
    width: 100px;
    border: 0;
    color: #4d585a;
    background-image: url(/wp-content/themes/tti/images/new-arrow-down2.png);
    background-size: 15px;
}

select#catSelect {
    width: 160px;
    border: 0;
    color: #4d585a;
    background-image: url(/wp-content/themes/tti/images/new-arrow-down2.png);
    background-size: 15px;
}

.post_container {
    display: flex;
    border-bottom: #9fadac 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 200px;
}

.post_container-text {
    align-self: center;
}

.post_container-image {
    align-self: center;
}

.post_container-text p {
    margin: 0px;
    font-size: 14px;
}

#posts_container div:nth-child(n+9) {
    display: none;
}

#btn {
    background-color: none;
    border: none;
}

#btn:hover {
    color: #1585cf;
}

@media screen and (max-width: 39.9375em) {
    .select-container {
        margin-top: 15px;
        float: none;
        display: block;
    }

    select#catSelect,
    select#yearSelect {
        padding-left: 0px;
    }

    .post_container {
        flex-direction: column-reverse;
    }

    .post_container-text {
        margin: auto;
    }

    .post_container-image img {
        display: block;
        margin: auto;
    }

    #btn {
        padding-left: 0px;
    }

}

#readmore,
#ajax-readmore {
    cursor: pointer;
    color: black;
    margin: auto;
    margin-top: 40px;
    display: block;
}

#readmore:hover,
#ajax-readmore:hover {
    color: #1585cf;
}

#posts_container div:last-of-type {
    border-bottom: none;
}

/* --- LAYOUT - layout-page-nav --- */
.page-nav li {
    list-style: none;
}

.page-nav.custom li.is-child {
    margin-left: 1.25rem;
}

.page-nav a {
    color: #9fadac;
    font-weight: bold;
    font-size: 0.875rem;
}

.page-nav a::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #d9232e;
    float: left;
    font-weight: normal;
    padding-right: 0.5rem;
}

.page-nav .current_page_ancestor > a::before,
.page-nav .current_page_item a::before {
    content: "\f078";
}

.page-nav .current_page_item .children a::before {
    content: "\f054";
    font-size: 1rem;
    line-height: 1;
    /*margin-top: .6rem;*/
}

.page-nav .children {
    display: none;
}

.page-nav .current_page_ancestor > .children,
.page-nav .current_page_parent > .children,
.page-nav .current_page_item > .children {
    display: block;
}

.page-nav .current_page_item {
    margin-bottom: 1rem;
}

.page-nav.custom li.is-child.first_child {
    margin-top: -1rem;
}

.page-nav.custom li.is-child.last_child {
    margin-bottom: 1rem;
}

/* --- Layout - layout-profile-list --- */

.layout-profile-list {
}

/* --- Unit --- */

.unit {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.unit .img img {
    width: 100%;
    margin-bottom: 0.5rem;
}

.unit h3 {
    font-size: 1.25rem;
}

.unit p {
    margin-bottom: 0.5rem;
}

@media screen and (min-width:1024px){.fxc.unit.post.column:nth-child(1){width:31%}.fxc.unit.post.column:nth-child(2){width:25%}.fxc.unit.post.column:nth-child(3){width:19%}.fxc.unit.post.column:nth-child(4){width:25%}}

/* --- Entry --- */
.entry {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.btn-readmore {
    color: #000;
    font-weight: bold;
}

.btn-readmore .fa.fa-chevron-right {
    color: #da262e;
    font-weight: bold;
}

.expandable-content {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.expandable-content .title:hover {
    cursor: pointer;
}

.expandable-content .title::after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
    font-weight: normal;
    color: black;
}

.expandable-content .content {
    display: none;
}

.expandable-content.on .title::after {
    content: "\f068";
}

.expandable-content.on .content {
    display: block;
}

/* --- General ---*/
.title,
.ninja-forms-form-wrap h2 {
    font-weight: bold;
    color: #4d585a;
    border-top: #9fadac 1px solid;
    border-bottom: #9fadac 1px solid;
    line-height: 1rem;
    font-size: 1rem;
    padding: 0.8rem 0;
    margin-bottom: 0.8em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.title a {
    color: #4d585a;
}

.indent {
    padding-left: 0.5rem;
}

.profile {
    margin-bottom: 1.5rem;
    position: relative;
}

.profile::after {
    content: "";
    border-bottom: #9fadac 1px solid;
    display: block;
    margin: 0 0.9375rem;
}

.profile:last-of-type::after {
    border-bottom: none;
}

.profile h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.profile h3 span {
    font-size: 0.75rem;
}

.profile h4 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0rem;
    color: #9fadac;
}

.profile p strong {
    font-weight: normal;
    font-size: 0.6rem;
}

.profile .img img {
    width: 100%;
}

.profile .btn-download {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    font-size: 0.75rem;
}

.profile .btn-download a {
    color: #9fadac;
}

@media screen and (max-width: 39.9375em) {
    .profile .img img {
        width: auto;
    }

    .profile .img {
        margin-bottom: 0.5rem;
    }
}

hr {
    border: none;
    border-bottom: #9fadac 1px solid;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

table {
    border: none;
}

table td {
}

table tbody {
    border: none;
}

.ninja-forms-form-wrap {
    font-size: 0.875rem;
}

.ninja-forms-form-wrap hr {
    clear: both;
    padding-top: 1rem;
}

.ninja-forms-form-wrap h2 {
}

.ninja-forms-required-items {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.ninja-forms-cont {
    padding-bottom: 1rem;
}

.nf-desc {
    padding-left: 0.5rem;
}

.field-wrap {
    float: left;
    width: 50%;
    padding: 0 0.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem !important;
}

.ninja-forms-form-wrap select {
    width: 100% !important;
}

.single-col-wrap {
    width: 100%;
    padding-right: 50%;
}

.field-wrap.label-right .ninja-forms-field {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.ninja-forms-form-wrap input[type=submit] {
    border: 2px solid #0f2f1c;
    color: #0f2f1c;
    padding: 0.2rem 3rem;
    background: none;
}

#ninja_forms_form_5_cont .field-wrap > label {
    float: left;
    width: 25%;
    line-height: 2.25rem;
}

#ninja_forms_form_5_cont .field-wrap > input,
#ninja_forms_form_5_cont .field-wrap > select,
#ninja_forms_form_5_cont .field-wrap > textarea {
    float: left;
    width: 75% !important;
}

#ninja_forms_form_5_cont .field-wrap {
    width: 100%;
}

#ninja_forms_form_5_cont input[type=submit] {
    width: auto !important;
}

@media screen and (max-width: 64em) {
    #ninja_forms_form_5_cont {
        width: auto;
    }
}

@media screen and (max-width: 64em) {
    .single-col-wrap {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .field-wrap {
        float: left;
        width: 100%;
    }

    #ninja_forms_form_5_cont .field-wrap > label {
        float: none;
        width: auto;
        line-height: auto;
    }

    #ninja_forms_form_5_cont .field-wrap > input,
    #ninja_forms_form_5_cont .field-wrap > select,
    #ninja_forms_form_5_cont .field-wrap > textarea {
        float: none;
        width: 100% !important;
    }

    #ninja_forms_form_5_cont input[type=submit] {
        width: auto !important;
    }

}

video {
    width: 100% !important;
    height: auto !important;
}

.fa-plus:before {
    padding-right: 0.3rem;
}

.ctrl {
    margin-bottom: 1rem;
}

select,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    margin-bottom: 0;
}

.cms-content ol {
    list-style: decimal;
}

.cms-content ol ol {
    list-style: lower-alpha;
}

.cms-content ul {
    list-style: disc;
}

.cms-content ul ul {
    list-style: circle;
}

/* --- LAYOUT - Gallery --- */
.layout-video-gallery {
}

.layout-video-gallery .owl-carousel {
    border-bottom: 1px solid #9fadac;
    margin-bottom: 10px;
}

.layout-video-gallery .owl-carousel .owl-nav {
    font-size: 1em;
}

.layout-video-gallery .owl-item img {
    visibility: visible;
}

.layout-video-gallery .gallery-group,
.layout-video-gallery .gallery-group-item {
    border: 10px solid white;
    background-color: white;
}

.layout-video-gallery .gallery-group.active,
.layout-video-gallery .gallery-group-item.active {
    border: 10px solid #9fadac;
    background-color: #9fadac;
}

.layout-video-gallery .gallery-group i.fa {
    line-height: 0.4;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #9fadac;
}

.layout-video-gallery .gallery-group i.fa:before {
    display: none;
    position: relative;
    margin-left: -50%;
}

.layout-video-gallery .gallery-group:hover i.fa:before,
.layout-video-gallery .gallery-group.active i.fa:before {
    display: block;
}

.layout-video-gallery .gallery-items-canvas {
    margin-top: 35px;
    margin-bottom: 35px;
}

.layout-video-gallery .gallery-items-canvas .gallery-item-iframe {
    position: relative;
}

.layout-video-gallery .gallery-items-canvas .gallery-item-iframe:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.layout-video-gallery .gallery-items-canvas .gallery-item-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.layout-video-gallery .gallery-items-canvas .gallery-item-iframe > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

/*MATT ADDED STYLES*/
.header-mobile-navigation-wrap {
    position: absolute;
    display: none;
    padding-left: 0;
    top: 80px;
    width: 100%;
    background: #475254;
}

.header-mobile-menu {
    position: relative;
    padding: 30px 20px;
}

.header-mobile-menu-style {
    position: relative;
    margin: 0;
}

.header-mobile-menu-style .sub-menu {
    margin-left: 20px;
}

.header-mobile-menu-style li {
    position: relative;
    display: block;
    list-style: none;
}

.header-mobile-menu-style > li.menu-item-has-children {
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.header-mobile-menu-style > li.menu-item-has-children > li.menu-item-has-children {
    margin-bottom: 10px;
}

.header-mobile-menu-style > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    /* max-width: 356px; */
    height: 1px;
    bottom: 0;
    left: 0;
    background: #FFF;
}

.header-mobile-menu-style > li.menu-item-has-children:last-child:after {
    display: none;
}

.header-mobile-menu-style li a {
    font-size: 16px;
    line-height: 32px;
    color: #FFF;
    font-weight: bold;
}

.header-mobile-menu-style .sub-menu li a {
    font-weight: normal;
}

.header-mobile-menu-style > li > .sub-menu > li > a {
    font-weight: bold;
}

.header-mobile-menu-style > li > .sub-menu > li > .sub-menu {
    margin-bottom: 15px;
}

#mobile-header-menu-trigger {
    position: absolute;
    display: block;
    width: 30px;
    height: 22px;
    top: 12px;
    right: .9375rem;
    cursor: pointer;
}

#mobile-header-menu-trigger .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    opacity: 1;
    background: #475254;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#mobile-header-menu-trigger .line2 {
    top: 9px;
}

#mobile-header-menu-trigger .line3 {
    top: 18px;
}

#mobile-header-menu-trigger.close .line1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 9px;
}

#mobile-header-menu-trigger.close .line2 {
    opacity: 0;
}

#mobile-header-menu-trigger.close .line3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 9px;
}

#search-form-wrap {
    position: relative;
    display: block;
}

#header-search-form {
    position: relative;
    display: block;
    height: 48px;
    background: #FFF;
    border: none;
}

#header-search-form input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    background: #FFF;
    border: none;
    box-shadow: none !important;
}

.videoformat {
    position: relative;
    display: none;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: left;
}

.home-video-wrap {
    position: relative;
    margin-bottom: 20px;
}

.home-video-wrap .row {
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    .home-video-wrap .row {
        padding-left: 0;
        padding-right: 0;
    }
}

#home-main-hero {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    max-height: 690px;
}

#home-main-hero:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 48%;
}

#home-main-hero #hero-bg-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-motion-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-motion-wrap .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/home-overlay.png') repeat-x left top;
}

#video-motion {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.video-text-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-text-overlay .innerwrap1 {
    position: relative;
    height: 100%;
}

.video-text-overlay .innerwrap2 {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.video-text-overlay .innerwrap3 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.video-text-overlay .formatted {
    position: relative;
    display: block;
    padding-left: 80px;
}

.video-text-overlay .formatted h1 {
    position: relative;
    display: block;
    color: #FFF;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
}

.video-text-overlay .formatted h1 span {
    position: relative;
    display: block;
    font-weight: 300;
}

.video-text-overlay .formatted .extra-text {
    position: relative;
    padding-top: 32px;
    max-width: 610px;
}

.video-text-overlay .formatted .extra-text p {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
}

.mobile-video-content {
    position: relative;
    display: block;
    background: #d9232e;
    padding: 20px;
}

.mobile-video-content .mobile-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #FFF;
}

.mobile-video-content .mobile-title span {
    position: relative;
    display: block;
    font-weight: 300;
}

.mobile-video-content p {
    color: #FFF;
    font-size: 12px;
}

.video-button-format {
    position: relative;
    display: block;
    width: 100%;
    max-width: 175px;
    height: 59px;
    margin-top: 27px;
    line-height: 59px;
    background: #4d585a;
    padding-left: 47px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
}

.video-button-format:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 19px;
    top: 19px;
    left: 24px;
    background: url('../images/new-link-arrow2.png');
}

.video-button-format.custom {
    background: #b21313;
    color: #FFF;
    margin: 30px auto 0 auto;
}

.video-button-format.custom:after {
    background: url('../images/link-arrow2.png');
}

.video-button-format:hover {
    text-decoration: underline;
    color: #FFF !important;
}

.video-button-format.custom:hover {
    color: #FFF;
}

.video-button-format.desktop {
    position: absolute;
    width: 175px;
    bottom: 53px;
    right: 44px;
}

.video-button-format.none:after {
    background-image: none !important;
}

.search-results-list {
    position: relative;
    display: block;
    min-height: 260px;
}

.search-results-list #searchform {
    position: relative;
    display: block;
    width: 100%;
    max-width: 684px;
    margin-top: 60px;
    border: none;
    outline: none;
    padding-right: 115px;
}

.search-results-list #searchform .screen-reader-text {
    display: none;
}

.search-results-list #searchform input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 18px;
    background: #fefefe;
    border: solid 1px #cacaca;
    outline: none;
}

.search-results-list #searchform input[type=submit] {
    position: absolute;
    display: block;
    width: 115px;
    height: 36px;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background: #4d585b;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

.search-content-wrap {
    position: relative;
    padding: 0 20px;
    margin-bottom: 50px;
}

.search-page-title {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 36px;
    color: #d9232e;
}

.a-search-result {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: solid 1px #e8e8e8;
}

@media screen and (min-width: 40em) {
    .search-content-wrap {
        padding: 0 30px;
        margin-bottom: 100px;
    }

    .search-page-title {
        font-size: 50px;
        margin-bottom: 38px;
    }

    .a-search-result {
        padding-bottom: 38px;
        margin-bottom: 38px;
    }
}

.a-search-result .result-title {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #4c585a;
}

.a-search-result p {
    display: inline;
    font-size: 16px;
    color: #4c585a;
    font-weight: 400;
}

.a-search-result .read-more {
    font-size: 16px;
    text-decoration: underline;
    color: #d9232e;
    font-weight: 400;
    padding-left: 10px;
}

.a-search-result .read-more:first-child {
    padding-left: 0;
}

/*.footer #menu-header-menu li {*/
.footer #menu-footer-menu li, .footer #menu-footer-menu-cn li {
    position: relative;
}

.footer .mobile-click-trigger {
    position: absolute;
    display: block;
    width: 44px;
    height: 28px;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.header-mobile-click-trigger {
    position: absolute;
    display: block;
    width: 24px;
    height: 28px;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
}

.footer .sub-menu.mobile-open {
    display: block;
}

/*modifications to the display of the map plugin, I am hiding some things here*/
.wpgmza_map {
    float: none !important;
}

.wpgmza_marker_holder .dataTables_length,
.wpgmza_marker_holder .dataTables_filter,
.wpgmza_marker_holder .dataTables_info {
    /*.wpgmza_marker_holder .dataTables_paginate {*/
    display: none;
}

.wpgmza_marker_holder {
    margin-top: 10px;
}

table.dataTable.no-footer {
    border-bottom: none !important;
    width: 100% !important;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #f8f8f8 !important;
}

.c-career-path-wrap table tbody tr:nth-child(even) {
    background: #A3AEAC !important;
}

.wpgmza_table_marker {
    display: none !important;
}

.wpgmza_table_description,
.wpgmza_table_category {
    white-space: nowrap;
}

table.dataTable thead th {
    padding: 8px 10px !important;
}

#nf-form-1-cont .nf-form-content,
#nf-form-10-cont .nf-form-content {
    position: relative;
    padding-top: 30px;
}

@media screen and (min-width: 40em) {

    #nf-form-1-cont nf-fields-wrap > nf-field,
    #nf-form-10-cont nf-fields-wrap > nf-field {
        position: relative;
        display: block;
        width: 50%;
        float: left;
    }
}

#nf-form-1-cont nf-fields-wrap .field-wrap,
#nf-form-10-cont nf-fields-wrap .field-wrap {
    width: 100%;
    float: none;
}

#nf-form-1-cont nf-fields-wrap > nf-field:first-child,
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(7),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(8),
#nf-form-10-cont nf-fields-wrap > nf-field:first-child,
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(7),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(8) {
    width: 100%;
    float: none;
}

#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(7),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(7) {
    float: none;
    clear: both;
}

#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(9),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(10),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(11),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(12),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(13),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(9),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(10),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(11),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(12),
#nf-form-10-cont nf-fields-wrap > nf-field:nth-child(13) {
    float: none;
}

.gm-style-iw {
    max-width: 230px;
    padding-top: 20px;
    box-sizing: border-box;
}

.wpgmza_infowindow_image {
    position: relative;
    display: block;
    float: none !important;
    margin-bottom: 10px !important;
}

.wpgmza_table_description img {
    display: none !important;
}

.wpgmza_infowindow_description {
    margin: 12px 2px 20px 2px !important;
}

.wpgmza_markerbox .wpgmza_infowindow_description img {
    margin-bottom: 9px !important;
}

.wpgmza_infowindow_title {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 12px !important;
}

.wpgmza_infowindow_address {
    max-width: 200px;
}

.brand-logo-wrap {
    position: relative;
    padding-top: 20px;
}

.brand-logo-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.brand-logo-wrap a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 16%;
}

.hide-mobile-sidebar {
    display: none;
}

@media screen and (min-width: 1024px) {
    .hide-mobile-sidebar {
        display: block;
    }
}

.website-select-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.website-select-wrap.less {
    margin-top: 20px;
    margin-bottom: 30px;
}

.website-select-wrap #first-option-select {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background: #f0efed;
    font-size: 14px;
    font-family: "TradeGothic", sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.website-select-wrap #first-option-select:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #333;
    float: left;
    font-weight: normal;
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    right: 15px;
    top: 11px;
    line-height: 22px;
}

.website-select-wrap #website-options-list {
    position: absolute;
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 180px;
    top: 44px;
    left: 0;
    padding: 5px 0;
    background: #f0efed;
    overflow-y: scroll;
}

.website-select-wrap #website-options-list .website-options-list-inner {
    position: relative;
    display: block;
    overflow: auto;
    height: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.website-select-wrap #website-options-list li {
    position: relative;
    display: block;
    padding-left: 15px;
    list-style: none;
    font-size: 14px;
    font-family: "TradeGothic", sans-serif;
    color: #333
}

.website-select-wrap #website-options-list li:not(last-child) {
    margin-bottom: 6px;
}

#menu-header-mobile-menu > li.menu-item-has-children > .sub-menu,
#menu-header-mobile-menu-cn > li.menu-item-has-children > .sub-menu {
    display: none;
}

#menu-header-mobile-menu > li.menu-item-has-children > .sub-menu.mobile-open,
#menu-header-mobile-menu-cn > li.menu-item-has-children > .sub-menu.mobile-open {
    display: block;
}

.media-coverage-thumb-wrap {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.media-coverage-thumb-wrap .media-coverage-thumb-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: auto;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.media-coverage-thumb-wrap .media-coverage-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.media-coverage-thumb-wrap .thumb-title,
.media-coverage-thumb-wrap .thumb-date {
    position: relative;
    display: block;
    font-size: 11px;
}

@media screen and (min-width: 500px) {
    .media-coverage-thumb-wrap {
        padding-top: 20px;
    }

    .media-coverage-thumb-wrap .media-coverage-thumb-wrapper {
        width: 150px;
    }

    .media-coverage-thumb-wrap .media-coverage-thumb {
        height: 93px;
    }
}

@media screen and (min-width: 768px) {
    .media-coverage-thumb-wrap .media-coverage-thumb-wrapper {
        width: 175px;
    }

    .media-coverage-thumb-wrap .media-coverage-thumb {
        height: 109px;
    }
}

.media-coverage-thumb-wrap .media-coverage-thumb:before {
    content: "";
    position: relative;
    display: block;
    /* padding-top: 56.25%; */
    padding-top: 0;
}

#media-coverage-video-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 936px;
    height: auto;
    margin: 0 auto 50px auto;
}

#media-coverage-video-wrap:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 56.25%;
}

#media-coverage-video-wrap iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#media-coverage-video-wrap video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.page-id-1709 h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 30px;
}

body.page-id-1709 .layout-content-area a {
    color: #1585cf;
}

body.page-id-1709 .column .page-nav .page_item {
    display: none;
}

body.page-id-1709 .column .page-nav .current_page_item,
body.page-id-1709 .column .page-nav .current_page_item li {
    display: list-item;
}

.wpgmza_table_address {
    width: 225px;
}

body.page-id-1381 h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
}

body.page-id-1381 h2:first-child {
    margin-top: 25px;
}

body.page-id-1381 ol {
    margin-left: 45px;
}

.profile.row .column.img img {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.wpgmza_marker_holder .dataTables_wrapper {
    /*body.page-id-32 .dataTables_wrapper {*/
    overflow: hidden;
    height: 0;
}

.wpgmza_marker_holder .dataTables_wrapper.open {
    /*body.page-id-32 .dataTables_wrapper.open {*/
    height: auto;
    margin-top: 20px;
}

.worldwide-list-trigger {
    position: relative;
    display: block;
    margin: 5px 0 0 0;
    font-weight: bold;
    cursor: pointer;
}

.worldwide-list-trigger:hover {
    text-decoration: underline;
}

.log-in-button {
    position: relative;
    display: block;
    background: #0077a4;
    width: 92px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #f1f1f1;
    font-weight: bold;
    border: 0px;
    text-align: center;
}

.log-in-button:hover {

    text-decoration: underline;
    color: #f1f1f1;
}

body.page-id-441 .unit p {
    margin-bottom: 1rem !important;
}

.internship-rows {
    position: relative;
}

.internship-rows .intern-row {
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 4px;
    font-family: "TradeGothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background: #A3AEAC;
}

.u-zoomed-career-path {
    min-width: 300vw;
}

.u-zoomed-career-path .c-career-path-wrap {
    margin: 0 -1em;
}

.c-career-path-wrap {
    position: relative;
    margin-top: 45px;
    font-size: 13px;
}

.c-career-path-wrap.zoom {
    min-width: 300vw;
}

.c-career-path {
    margin-left: 1.7em;
    margin-right: auto;
    min-width: 100%;
    width: 100%;
    border-spacing: 0;
    *border-collapse: collapse;
}

.c-career-path td,
.c-career-path th {
    color: #FFF;
    text-align: center;
}

.c-career-path td.larger strong,
.c-career-path th.larger strong {
    font-size: 19px;
}

.c-career-path td strong,
.c-career-path th strong {
    font-size: 14px;
}

.c-career-path-wrap.zoom .c-career-path td,
.c-career-path-wrap.zoom .c-career-path th {
    font-size: 2.5em;
}

.c-career-path th {
    padding: 1.6em 1em .4em 1em;
}

.c-career-path ul {
    margin: 0;
}

.c-career-path ul li {
    margin: 0;
    list-style-type: none;
    margin-bottom: 13px;
    line-height: 19px;
}

.c-career-path ul li.divide {
    height: 2px;
    background: #FFF;
}

.c-career-path tbody {
    background: #A3AEAC;
}

a.map_href {color: #1982D1 !important;}

@media screen and (max-width: 63.9375em) {
    .c-career-path ul li {
        line-height: 13px;
    }
}

@media screen and (max-width: 63.9375em) {
    .c-career-path {
        font-size: 1.3vw;
    }

    .u-zoomed-career-path .c-career-path {
        font-size: 1rem !important;
    }
}

.c-career-path__col {
    background-color: #6ccff1;
}

.c-career-path__cell-decorator {
    content: "";
    position: absolute;
    transition: all .2s ease-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.c-career-path__cell-decorator:after,
.c-career-path__cell-decorator:before {
    color: currentColor;
    color: #7e7979;
    display: block;
    font-family: ttirecruiting-icons !important;
    font-size: 1.5em;
    font-weight: 900;
    position: absolute;
    text-align: center;
    z-index: 100;
}

.c-career-path__cell-decorator:before {
    content: url(../images/new-arrow-down2.png);
    left: 50%;
    margin-left: -11px;
    top: -1.6em;
    width: 22px;
    height: 19px;
}

.c-career-path__cell-decorator:after {
    content: url(../images/new-arrow-both2.png);
    right: -53px;
    top: 50%;
    width: 42px;
    height: 22px;
    margin-top: -11px;
}

@media screen and (max-width: 768px) {
    .c-career-path__cell-decorator:before {
        content: url(../images/new-arrow-down-small.png);
        margin-left: -11px;
        width: 11px;
        height: 8px;
    }

    .c-career-path__cell-decorator:after {
        content: url(../images/new-arrow-both-small.png);
        right: -30px;
        width: 14px;
        height: 8px;
    }

    .zoom .c-career-path__cell-decorator:after {
        right: -38px;
    }
}

@media screen and (max-width: 400px) {
    .c-career-path__cell-decorator:after {
        right: -21px;
    }
}

.c-career-path__cell:last-child > .c-career-path__cell-decorator:after,
.c-career-path__header:last-child > .c-career-path__cell-decorator:after,
.c-career-path__row--non-lr .c-career-path__cell-decorator:after {
    display: none;
}

.c-career-path__cell,
.c-career-path__header {
    border: 3.5em solid #fff;
    border-left: 0;
    border-right: 5em solid #fff;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding: 1em;
    transition: all .2s ease-out;
    width: 33%;
}

.c-career-path__header {
    padding: 2.5em 1em;
}

.c-career-path__header .c-career-path__video-link {
    margin-top: 6px;
}

.c-career-path__cell:before,
.c-career-path__header:before {
    content: "";
    position: absolute;
    transition: all .2s ease-out;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.c-career-path__cell {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}

.c-career-path__list {
    position: relative;
    z-index: 10;
}

.c-career-path__list > li {
    margin-bottom: .75em;
}

.c-career-path__list > li:last-child {
    margin-bottom: 0;
}

.c-career-path__video-link {
    position: relative;
    color: #FFF;
    display: block;
    padding: 0 .5em;
    z-index: 1;
    cursor: pointer;
    background: #c61b22;
    line-height: 30px;
}

.c-career-path__video-link span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 3px;
    margin-right: 1px;
    vertical-align: baseline;
    background: url(../images/icon-play3.png);
}

.c-career-path:focus .c-career-path__cell:focus,
.c-career-path:focus .c-career-path__cell:hover,
.c-career-path:focus .c-career-path__header:focus,
.c-career-path:focus .c-career-path__header:hover,
.c-career-path:hover .c-career-path__cell:focus,
.c-career-path:hover .c-career-path__cell:hover,
.c-career-path:hover .c-career-path__header:focus,
.c-career-path:hover .c-career-path__header:hover {
    opacity: 1;
}

@media screen and (max-width: 44.9375em) {
    .c-career-path-zoomer {
        opacity: 0;
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        right: 0;
        left: 0;
        transition: all .2s ease;
        z-index: 10;
        display: block;
        opacity: 1;
        z-index: 300;
        text-align: center;
    }

    .c-career-path-zoomer .o-btn {
        min-width: 280px;
    }
}

.o-btn {
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    overflow: visible;
    padding: 11px 23px;
    background-color: #ee3124;
    border: 1px solid #0000;
    text-decoration: none;
    color: #fff;
}

.o-btn:hover {
    color: #FFF;
}

.o-btn--cta {
    background-color: #ee3124;
    font-weight: 900;
    min-width: 280px;
}

@media screen and (min-width: 45em) {
    .u-hide-lap-and-up {
        display: none !important;
    }
}

/*end career path graphic*/

/*culture page tabbed section*/
.main-tab-wrap {
    margin: 0 auto;
    min-width: 320px;
    max-width: 870px;
    padding: 20px 0 30px 0;
}

.tab-content > div {
    display: none;
    padding: 25px 20px 20px 20px;
    background: #DFE1E0;
    border-top: solid 4px #4d585a;
}

.main-tab-wrap input {
    display: none;
}

.main-tab-wrap label {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 32%;
    border-bottom: none;
    margin: 0;
    padding: 0 8px 48px 8px;
}

.main-tab-wrap label img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 153px;
    height: auto;
    margin: 0 auto;
}

.main-tab-wrap label:hover {
    cursor: pointer;
}

.main-tab-wrap input:checked + label:after {

    position: absolute;
    display: block;
    width: 20px;
    line-height: 20px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 25px solid #4d585a;
}

.main-tab-wrap #tab1:checked ~ .tab-content #tab-content1,
.main-tab-wrap #tab2:checked ~ .tab-content #tab-content2,
.main-tab-wrap #tab3:checked ~ .tab-content #tab-content3,
.main-tab-wrap #tab4:checked ~ .tab-content #tab-content4 {
    display: block;
}

/*custom selection boxes for north american careers*/
.na-selections {
    position: relative;
    display: block;
    margin: 35px 0 45px 0;
}

.a-na-selection {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto 16px auto;
}

.a-na-selection .trigger-wrap {
    position: relative;
    display: block;
    min-height: 55px;
    background: #e9e8e8;
    cursor: pointer;
    padding: 9px 55px 0 15px;
}

.a-na-selection .trigger-wrap:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 19px;
    top: 17px;
    right: 15px;
    background: url(../images/new-link-arrow2.png);
}

.a-na-selection .trigger-wrap .line1 {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3em;
}

.a-na-selection .trigger-wrap .line2 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 0;
}

.a-na-selection .na-content-wrap {
    position: relative;
    display: none;
    background: #e9e8e8;
    font-size: 14px;
    padding: 12px 15px 10px 15px;
}

.a-na-selection .na-content-wrap p {
    margin-bottom: 13px;
}

.iframe-wrap {
    position: relative;
    display: block;
    max-width: 640px;
    margin: 0 auto;
}

.iframe-wrap:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.iframe-wrap iframe,
.iframe-wrap video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.owl-dots {
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    text-align: center;
    left: 0;
    bottom: -20px;
}

.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 3.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #676c75;
    cursor: pointer;
}

.owl-dots .owl-dot.active {
    background: #d9232e;
}

.zoom-back-wrap {
    display: none;
}

body.page-id-4116 .header {
    display: none !important;
}

body.page-id-4116 .footer {
    display: none;
}

body.page-id-4116 .zoom-back-wrap {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

body.page-id-4116 .zoom-back {
    position: relative;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #d9232e;
    color: #FFF;
}

body.page-id-4116 .c-career-path-zoomer {
    display: none;
}

.layout-video-gallery .owl-dots {
    display: none !important;
}


.esg-overlay {
    position: relative;
    display: block;
    padding: 10px 10px 10px 0;
    background: #FFF;
}

.esg-overlay-1 .info-line {
    position: relative;
    display: block;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #4d585a;
}

.esg-overlay-1 .info-line:first-child {
    margin-top: 0;
}

.esg-overlay-2 {
    overflow: hidden;
}

.esg-img-1 img,
.esg-img-2 img {
    display: none;
}

.esg-overlay-2 .esg-overlay-2-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.esg-overlay-2 .esg-overlay-2-image-wrap img {
    position: relative;
    display: block;
    max-width: 96%;
    height: auto;
    border: #9fadac 1px solid;
}

.esg-overlay-2 .esg-overlay-2-content-wrap {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link {
    position: relative;
    display: block;
    /*padding-right: 30px;*/
    min-height: 24px;
    color: #4d585a;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 4px;
    text-decoration: none;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-1 {
    background: url('../images/esg-icon/sustainability.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-2 {
    background: url('../images/esg-icon/governance.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-3 {
    background: url('../images/esg-icon/environment.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-4 {
    background: url('../images/esg-icon/supplychain.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-5 {
    background: url('../images/esg-icon/social.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-6 {
    background: url('../images/esg-icon/community.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-7 {
    background: url('../images/esg-icon/files.png') no-repeat left;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    background-size: 10% auto;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link .word-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 40px;
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link .word-wrap::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../images/esg-icon/popup.png') no-repeat center;
    background-size: contain;
    right: 0;
    margin-left: 5px;
    /* vertical-align: sub; */
}

.esg-overlay-2 .esg-overlay-2-content-wrap .esg-link .fa:before {
    color: #da262e;
}

#esg-home-slider {
    position: relative;
}

#esg-home-slider .owl-nav {
    display: none;
}

#esg-home-slider .slide-overlay {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 10px;
    color: #FFF;
}

#esg-home-slider .slide-overlay:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #444e50;
    opacity: .91;
    z-index: 1;
}

#esg-home-slider .slide-overlay .caption {
    position: relative;
    z-index: 2;
}

#esg-home-slider .owl-dots {
    text-align: right;
    bottom: -15px;
}

@media screen and (min-width: 640px) {

    .esg-img-1,
    .esg-img-2 {
        min-height: 210px;
    }

    .esg-img-1 img,
    .esg-img-2 img {
        display: block;
    }

    .esg-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 10px 10px 10px 10px;
    }

    #esg-home-slider {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .esg-overlay-2 {
        padding: 0;
    }

    .esg-overlay-2 .esg-overlay-2-image-wrap {
        display: block;
        width: 45%;
        float: left;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap {
        width: 55%;
        float: left;
        padding-left: 15px;
        clear: none;
    }

    
}

@media screen and (max-width: 768px) {
    .img.esg-img-2 img {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .esg-overlay-1 .info-line span {
        font-size: 2rem;
        display: inline-block;
        padding-right: 3px;
    }

    .esg-overlay-1 .info-line {
        font-size: 1.8rem;
        margin-top: 21px;
    }
}

@media screen and (min-width: 970px) {

    .esg-img-1,
    .esg-img-2 {
        min-height: 280px;
    }

    .esg-overlay-2 .esg-overlay-2-image-wrap {
        width: 50%;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap {
        width: 50%;
        padding-left: 15px;
        line-height: 34px;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link {
        min-height: 22px;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-1 {
        background: url('../images/esg-icon/sustainability.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-2 {
        background: url('../images/esg-icon/governance.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-3 {
        background: url('../images/esg-icon/environment.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-4 {
        background: url('../images/esg-icon/supplychain.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-5 {
        background: url('../images/esg-icon/social.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-6 {
        background: url('../images/esg-icon/community.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-7 {
        background: url('../images/esg-icon/files.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    #esg-home-slider {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 1088px) {
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link {
        min-height: 26px;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-1 {
        background: url('../images/esg-icon/sustainability.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-2 {
        background: url('../images/esg-icon/governance.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-3 {
        background: url('../images/esg-icon/environment.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-4 {
        background: url('../images/esg-icon/supplychain.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-5 {
        background: url('../images/esg-icon/social.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-6 {
        background: url('../images/esg-icon/community.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }

    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-7 {
        background: url('../images/esg-icon/files.png') no-repeat left;
        -webkit-background-size: 10% auto;
        -moz-background-size: 10% auto;
        background-size: 10% auto;
    }
}

@media screen and (max-width: 767px) {
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-1 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-2 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-3 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-4 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-5 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-6 {
        background-size: 22px auto;
    }
    .esg-overlay-2 .esg-overlay-2-content-wrap .esg-link-7 {
        background-size: 22px auto;
    }
}


.consolidated-reports-content-wrap select#yearSelect {
    width: 90px;
    margin-top: -0.7rem;
    border: 0;
    color: #4d585a;
    background-image: url(../images/icon_arrow.png);
    background-size: 15px;
}

.consolidated-reports-content-wrap .results a.btn-readmore {
    float: right;
}

.consolidated-reports-content-wrap .flexbox .unit.post.column .row {
    margin: 0 0 1.5rem;
}

.consolidated-reports-content-wrap .inner-flexbox .left .img {
    max-width: 230px;
    margin: 0 auto;
}

.consolidated-reports-content-wrap .file-wrapper {
    background: #eeeeee;
    margin: 4px 0;
    min-height: 64.38px;
    position: relative;
    text-align: left;
}

.consolidated-reports-content-wrap .file-wrapper img {
    position: absolute;
    max-width: 36px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1em;
}

.consolidated-reports-content-wrap .file-wrapper .file {
    padding: 0.8em 1.5em;
}

.consolidated-reports-content-wrap .file-wrapper .file .type {
    font-weight: bold;
    color: #4d585a;
}

.consolidated-reports-content-wrap .file-wrapper a .file .type {
    color: #d9232e;
}

.consolidated-reports-content-wrap .file-wrapper a .file .size {
    color: #333333;
}

.consolidated-reports-content-wrap .section:not(:first-child) {
    margin-top: 1rem;
}

.consolidated-reports-content-wrap .section .column div.section-content {
    padding: 0.5rem 0.625rem 2rem;
    text-align: center;
}

.consolidated-reports-content-wrap .section .column div.section-title {
    font-size: 0.875em;
    font-weight: bold;
    color: #4d585a;
    padding: 1rem 0.9375rem;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title {
    padding-right: 0;
    position: relative;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 80%;
    width: 100px;
    margin: auto;
    /* testing push*/
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric {
    width: 100px;
    height: 100%;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric span.label {
    background: transparent;
    color: #4d585a;
    border-left: #9fadac 1px solid;
    position: relative;
    height: 100%;
    padding: 0.6rem 0 0.6rem 20px;
    font: inherit;
    font-size: 100%;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric span.label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    background-image: url(/wp-content/themes/tti/images/new-arrow-down2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items {
    background: transparent;
    box-shadow: none;
    border: #9fadac 1px solid;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items .selectric-scroll ul {
    background: #fff;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items .selectric-scroll ul li {
    border: none;
    padding-left: 20px;
    font: inherit;
    font-size: 16px;
    height: 40px;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items .selectric-scroll ul li.selected,
.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items .selectric-scroll ul li.highlighted {
    color: unset;
    background: transparent;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric-wrapper .selectric-items .selectric-scroll ul li:hover {
    color: white;
    /* background: #475254; */
    background: #acb5b5;
}

.consolidated-reports-content-wrap .consolidated-results .row .column .title .selectric b.button {
    border: none;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper {
    min-height: auto;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file {
    padding-left: 75px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.document {
    background: url(../images/esg-icon/files.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.environment {
    background: url(../images/esg-icon/environment.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.social {
    background: url(../images/esg-icon/social.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.governance {
    background: url(../images/esg-icon/governance.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.supplychain {
    background: url(../images/esg-icon/supplychain.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.community {
    background: url(../images/esg-icon/community.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file.sustainability {
    background: url(../images/esg-icon/sustainability.png) no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file .type {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file .type::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/esg-icon/popup.png) no-repeat center;
    background-size: contain;
    right: 0;
    margin-left: 15px;
    vertical-align: initial;
}

.consolidated-reports-content-wrap .consolidated-results .file-wrapper a .file .type,
.consolidated-results .file-wrapper .type a {
    color: #4d585a;
}

.consolidated-reports-content-wrap .consolidated-results .section-content .left img {
    border: 1px solid #CACACA;
}

@media screen and (min-width: 40em) {
    .consolidated-reports-content-wrap .section .column div.section-content .left {
        width: 30%;
        float: left;
    }

    .consolidated-reports-content-wrap .section .column div.section-content .left img {
        width: 100%;
        margin-top: 4px;
    }

    .consolidated-reports-content-wrap .section .column div.section-content .right {
        width: 70%;
        float: left;
        padding-left: 2.5rem;
    }

    .consolidated-reports-content-wrap .section .column div.section-content .right .file-wrapper {
        max-width: calc(100% - 90px);
    }

    .consolidated-reports-content-wrap .mobile-only {
        display: none !important;
    }
}

.view-full-report-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    color: #4d585a;
    padding: 0.8em 1em;
    font-family: 'aktiv-grotesk', sans-serif;
    background: #eee;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.view-full-report-btn:hover {
    color: #d9232e;
}

.view-full-report-btn:before {
    content: "\f054";
    position: absolute;
    display: block;
    right: 16px;
    font-family: FontAwesome;
    color: #d9232e;
}

.global-approach-graphic-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.global-approach-graphic-wrap .an-app-graphic {
    position: relative;
    overflow: auto;
    padding: 30px 0 10px 0;
}

.global-approach-graphic-wrap .an-app-graphic .image-wrap {
    max-width: 250px;
    margin: 0 auto 30px auto;
}

.global-approach-graphic-wrap .an-app-graphic .image-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.global-approach-graphic-wrap .an-app-graphic .text-wrap {
    position: relative;
    overflow: auto;
    max-width: 340px;
    margin: 0 auto;
    font-size: 12px;
}

.global-approach-graphic-wrap .an-app-graphic .text-wrap .col {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.global-approach-graphic-wrap .an-app-graphic .text-wrap .col1 {
    padding-right: 10px;
}

.global-approach-graphic-wrap .an-app-graphic .text-wrap .col2 {
    padding-left: 10px;
}

.global-approach-graphic-wrap .an-app-graphic .text-wrap .col-title {
    font-weight: 700;
}

.esg-quad-wrap {
    position: relative;
    padding: 10px 0 48px;
    max-width: 730px;
}

.esg-quad-wrap.emp2 .esg-col {
    padding: 10px 0;
}

.esg-quad-wrap .esg-row {
    position: relative;
}

.esg-quad-wrap .esg-col {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
    border-bottom: solid 1px #9fadac;
}

.esg-quad-wrap .esg-col img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.esg-quad-wrap .esg-divider {
    display: none;
}

.esg-map-wrap {
    position: relative;
    padding: 30px 0;
}

.esg-map-wrap .map-wrap {
    position: relative;
}

.esg-map-wrap .map-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.esg-map-wrap .map-wrap.mobile-map-wrap {
    position: relative;
    margin-bottom: 30px;
}

.esg-map-wrap .map-wrap.desktop-map-wrap {
    display: none;
}

.esg-map-wrap .text-col-wrap {
    position: relative;
}

.esg-map-wrap .text-col-wrap .text-col {
    position: relative;
}

.esg-map-wrap .text-col-wrap .text-col span {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 33px;
}

.product-responsibility-wrap {
    position: relative;
    display: block;
    padding: 30px 0;
}

.product-responsibility-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.flexcontent {
    display: flex;
    flex-wrap: wrap;
}

/*.flexcontent .unit.post.column {*/
/*flex: 1;*/
/*padding: 1em;*/
/*display: flex;*/
/*flex-direction: column;*/
/*background: yellow;*/
/*}*/

/*.flexcontent .unit.post.column .title {*/
/*flex: 1;*/
/*}*/

@media screen and (min-width: 500px) {
    .esg-map-wrap .text-col-wrap.narrow {
        overflow: auto;
    }

    .esg-map-wrap .text-col-wrap.narrow .text-col {
        position: relative;
        width: 33%;
        float: left;
    }

    .esg-map-wrap .text-col-wrap.narrow .text-col.col1 {
        padding-right: 0;
    }

    .esg-map-wrap .text-col-wrap.narrow .text-col.col2 {
        padding-left: 0;
    }

    .esg-map-wrap .text-col-wrap.narrow .text-col span {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (min-width: 768px) {
    .global-approach-graphic-wrap .an-app-graphic {
        max-width: 750px;
    }

    .global-approach-graphic-wrap .an-app-graphic .image-wrap {
        width: 30%;
        max-width: 280px;
        margin: 0;
        float: left;
    }

    .global-approach-graphic-wrap .an-app-graphic .image-wrap img {
        position: relative;
        display: block;
        max-width: 210px;
        height: auto;
    }

    .global-approach-graphic-wrap .an-app-graphic .text-wrap {
        width: 70%;
        max-width: 410px;
        float: left;
        margin: 0;
        padding-left: 50px;
    }

    .esg-quad-wrap .esg-row {
        overflow: auto;
        border-bottom: solid 1px #9fadac;
    }

    .esg-quad-wrap .esg-row.solo {
        border-bottom: none;
    }

    .esg-quad-wrap .esg-col {
        margin-left: 0;
        margin-right: 0;
        padding: 25px 0;
        width: 50%;
        float: left;
        border-bottom: none;
    }

    .esg-quad-wrap .col-1 {
        padding-right: 30px;
    }

    .esg-quad-wrap .col-2 {
        padding-left: 30px;
    }

    .esg-quad-wrap .esg-divider {
        position: absolute;
        display: block;
        width: 1px;
        height: 90px;
        left: 50%;
        top: 26px;
        background: #9fadac;
    }

    .esg-quad-wrap .esg-divider.short {
        height: 74px;
    }

    .esg-quad-wrap.emp2 .esg-divider {
        height: 128px;
    }

    .esg-map-wrap .map-wrap.mobile-map-wrap {
        display: none;
    }

    .esg-map-wrap .map-wrap.mobile-map-wrap.stay {
        display: block;
    }

    .esg-map-wrap .map-wrap.desktop-map-wrap {
        position: relative;
        display: block;
        padding: 30px 0;
    }

    .esg-map-wrap .text-col-wrap {
        position: relative;
        overflow: auto;
    }

    .esg-map-wrap .text-col-wrap .text-col {
        position: relative;
        width: 50%;
        float: left;
    }

    .esg-map-wrap .text-col-wrap .text-col.col1 {
        padding-right: 20px;
    }

    .esg-map-wrap .text-col-wrap .text-col.col2 {
        padding-left: 20px;
    }

    .esg-map-wrap .text-col-wrap .text-col span {
        font-size: 36px;
        line-height: 42px;
    }
}

/* TTI FELIX*/
/*th.wpgmza_table_category strong {*/
/*display: none;*/
/*}*/

/*th.wpgmza_table_category:after {*/
/*content: 'City';*/
/*}*/

.bottom-menu a:hover {
    color: #de1b27 !important;
    transition: .2s;
}

.header-menu a:hover {
    color: #d9232e;
}

.header-menu .sub-menu .menu-item a:hover {
    color: #d9232e;
}

.owl-prev.disabled {
    display: none;
}

.owl-next.disabled {
    display: none;
}


/* contact form (gravity form) added on 27-09-2019 by Max.A */

.gform_wrapper select {
    text-transform: capitalize;
}

.gf-required-text {
    font-family: 'TradeGothic';
    font-weight: 400;
    font-size: 14px;
}

.gf-required-text span.gf-red-start {
    color: #e80000;
}

.gf-section-title {
    font-family: 'TradeGothic';
    font-weight: 700;
    font-size: 14px;
    padding-left: 8px;
}

.gf-contact-name {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-left: 8px;
}

.gf-contact-email {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 8px;
}

.gf-contact-email input {
    width: 100% !important;
    margin-bottom: 12px;
}

.gf-contact-organization {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 8px;
}

.gf-contact-organization input {
    width: 100% !important;
}

.gf-contact-country {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 8px;
}

.gf-contact-country .address_country {
    width: 100% !important;
}

.gf-contact-country select {
    padding-right: 10px !important;
}

.gf-contact-number {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 8px;
    margin-bottom: 10px;
}

.gf-contact-number input {
    width: 100% !important;
}

.gf-contact-subject {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 8px;
}

.gf-contact-subject input {
    width: 100% !important;
}

.gf-contact-enquiry {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 8px;
}

.gf-contact-enquiry select {
    width: 100% !important;
    padding-right: 10px !important;
}

.gf-contact-message {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 8px;
}

#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
    padding: 1px 7px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-image: initial;
    background: #fefefe;
    color: rgb(51, 51, 51);
    margin-left: 8px;
    border-radius: 5px;
    padding: 5px 10px;
}


@media screen and (max-width: 40em) {

    .gf-contact-name {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-email {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-organization {
        width: 100%;
        padding-right: 8px;
    }


    .gf-contact-country {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-number {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-subject {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-enquiry {
        width: 100%;
        padding-right: 8px;
    }

    .gf-contact-message {
        width: 100%;
        padding-right: 8px;
    }
}

/* fix some mobile version issue */
@media screen and (max-width: 425px) {
    .unit.post.column {
        text-align: center;
    }

    .brand-logo-wrap a {
        max-width: 25%;
    }
}

@media screen and (min-width: 1025px){
    .fx-mobile-br-esg01{
        display: none;
    }
}

@media screen and (min-width: 536px){
    .fx-mobile-br-esg02{
        display: none;
    }
}

@media screen and (min-width: 321px){
    .fx-mobile-br-esg03{
        display: none;
    }
}



/* header and footer menu */
@media screen and (max-width: 1023px){
    .header-tool-sublist{
        display: none;
    }

    .mobile-open + .header-mobile-click-trigger::before {
        display: none;
    } 

    .mobile-open + .header-mobile-click-trigger::after {
        content: '\f068';
        font-family: FontAwesome;
        visibility: visible;
    }
    
    .header-mobile-click-trigger::before {
        content: "\f067";
        font-family: FontAwesome;
    }

}

@media screen and (max-width: 639px){

    .media-coverage-thumb-wrap .media-coverage-thumb-wrapper {
        margin: 0 15px;
    }
    
    .mobile-click-trigger {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        z-index: 99;
        cursor: pointer;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .mobile-open + .mobile-click-trigger::before {
        display: none;
    } 

    .mobile-open + .mobile-click-trigger::after {
        content: '\f068';
        font-family: FontAwesome;
        visibility: visible;
    }

    .mobile-click-trigger::before {
        content: "\f067";
        font-family: FontAwesome;
    }

}

div#cookie-law-info-bar {
    text-align: left;
}

#cookie-law-info-bar span{
    font-size: 0.8rem;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
    padding: 10px 80px 10px;
}

.our-key-priorities {
    width: calc(33% - 20px); 
    display: inline-block;
    padding: 20px 30px;
    height: 330px
}

.our-key-priorities h1 {
    font-size: 5em
}

.our-key-priorities h2 {
    line-height: 1em
}

@media (max-width: 767px) {
    .our-key-priorities {
        width: 330px; 
        display: block;
        padding: 20px 30px;
        height: 250px;
        margin: 0 auto 20px !important;
    }

    .our-key-priorities h2 {
        line-height: 1.5em
    }
}

.logo.logo-2 {
    padding: 1.5rem 0 1.5rem 0;
}

.logo.logo-2 img {
    height: auto;
    width: auto;
}

/*  iframe stock market live */
.stock-iframe {
    width: 100%;
    height: calc(14rem);
    height: clamp(12.5rem, 19vw, 14rem);
}

@media only screen and (min-width: 1000px) and (max-width: 1039px) {
    .stock-iframe {
        height: calc(12.5rem);
    }
}

@media screen and (max-width: 375px) {
    .stock-iframe {
        height: calc(14.5rem);
    }
}
/*  End iframe stock market live */

/*  Footer disclaimer homepage */
.disclaimer-section a {
    color: #ffffff;
    text-decoration: underline;
}

.disclaimer-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/*  End footer disclaimer homepage */

.cms-content dd, .cms-content dt {
    display: inline-block;
    vertical-align: top;
}

.cms-content dt {
    width: 40px;
}

.cms-content dd {
    width: calc(100% - 45px);
}