﻿/* Editor Styles */
.BigText {
    font-family: 'KNF Damryl';
    font-size: 5.5em;
    line-height: .8em;
}
.RedText, .red-text {
    color: var(--red);
}
blockquote {
    /**/margin: 0 0 23px;
    font-family: 'Styrene A Web Medium';
    font-family:inherit; font-size: 1.5em;
    color: var(--grey);
}
blockquote {
    font-weight: 100;
    font-size: 1.75rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 12px 0 23px 4rem;
    padding: .5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: var(--midgrey);
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

blockquote:before {
    content: '“';
    left: -4rem;
    top: -2rem;
}

blockquote:after {
    content: '”';
    right: auto;
    bottom: 1rem;
}
    blockquote.standard {
        font-size: 1.25em;
        margin: 0 0 23px 4rem;
        font-weight: 800;
    }

/* Core Overides */
p {
    margin: 13px 0;
}
a {
    color: var(--red);
    text-decoration: none;
}
a:hover {
    color: var(--black);
    text-decoration: underline;
}
a.page-banner, a.page-banner:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.cta.page-banner {
    padding: 0 115px 90px 0;
}
hr.red-separator {
    margin:45px 0;
}

/* Bread crumb Starts */
.section.breadcrumb-outer {
    height: auto;
    /*background-color: #E5E5E5;
    background-color: #EBEBEB;*/
    margin: -15px 0 0 0;
    position: relative;
}

.section.breadcrumb-outer.no-spacing {
    padding: 0;margin:0;
}

.section.breadcrumb-outer .container {
    /*max-width: calc(100% - 140px);
    height: calc(100vh - 160px);*/
    height: auto;
}

ul.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    /* margin-bottom: 1rem; */ margin-bottom: inherit;
    list-style: none;
    /*background-color: #e9ecef;*/
    background-color: inherit;
    /*border-radius: .25rem;*/
    border-radius: inherit;

    background-color: black;
    padding: 0.75rem 15px;
    margin: 0;
}

ul.breadcrumb li {
    background: none;
    padding: 0;
}
ul.breadcrumb a {
    color: #000000;
    color: #fff;
}
ul.breadcrumb a:hover {
    color: var(--red);
    text-decoration: none;
}
ul.breadcrumb .divider {
    color: var(--red);
}
.section.breadcrumb-outer + content div.banner_page {
    margin-top: 40px;
}
/* Bread crumb Ends */


/* Overide Styles */
.row .col-text .short-margins {margin:15px auto;}
.row .col-text .normal-margins {
    margin: 30px auto;
}


article.single-post header img {
    width: 100%;
}
article.single-post .content p:first-of-type {
    /*font-weight: bold;*/
    font-family: 'Styrene A Web Medium';
}

.post-slider .img-frame-hover-grow {
    width: 100%;
    height: auto;
}

.mega-menu a, .mega-menu .heading, .mega-menu .subheading {
    display: inline-block;
}
.mega-menu span.heading a, .mega-menu span.subheading a {
    color: var(--black);
}
.mega-menu span.heading a:hover, .mega-menu span.subheading a:hover {
    color: var(--red);
    text-decoration: none;
}
.mega-menu li a:hover {
    text-decoration: none;
}
.mega-menu .heading a:after {
    /*content: "";*/
}
.mega-menu .heading a.selected, .mega-menu nav a.selected {
    color: #666666;
}
.mega-menu .heading a.selected:after, .mega-menu nav a.selected:after {
    display: block;
    margin-top: 5px;
    content: "";
    border-bottom: var(--red) 1px solid;
}
.mega-menu {/*opacity:1;*/}
.mega-menu .container {
    max-width: 1360px;
    border: solid 1px var(--lightgrey);
    padding: 40px 20px 45px;
    align-items: flex-start;
    height: 605px;
    box-sizing: border-box;
}
.mega-menu .container {
    height: 100%;
    display: table;
}
.mega-menu .col {
    display: table-cell;
    padding-bottom: 10px;
    border-right: solid 1px var(--red);
}
.mega-menu .col:last-of-type {
    border-right: none;
}
.mega-menu .col > div {
    height: 100%;
}
.mega-menu .col:last-of-type .nav-wrapper {
    border-right:none;
}
.mega-menu .nav-wrapper {
    border-right: solid 1px var(--red);
    padding: 0 45px 0 0;
    flex: 1;
}
.mega-menu .nav-wrapper {
    height: 100%;
    border-right: none;
}
.mega-menu li {
    margin: 0 0 5px;
}

#mobile-menu-dropdowns {
    padding: 60px 30px 30px 60px;
}
#mobile-menu-dropdowns a, #mobile-menu-dropdowns .heading {
    padding: 0 5px 0 5px;
}
#mobile-menu-dropdowns .heading {
    cursor: default;
}
#mobile-menu-dropdowns ul ul {
    padding-left: 22px;
}
#mobile-menu-dropdowns a.selected {
    color: #666666;
    font-family: 'Styrene A Web Medium';
    border-bottom: var(--red) 1px solid;
    padding-bottom: 5px;
}
/*
#mobile-menu-dropdowns a.selected:after {
    display: block;
    margin-top: 5px;
    width:inherit;
    content: "";
    border-bottom: var(--red) 1px solid;
}*/
#mobile-menu-dropdowns a:hover, #mobile-menu-dropdowns a.selected:hover {
    color: var(--red);
    text-decoration: none;
}
#mobile-menu-close-btn {
    top: 30px;
    right: 30px;
}
.menu-dropdown {
    display: inline-block;
    width: 20px;
    color: var(--red);
    margin-left: 2px;
    cursor: pointer;
}
#mobile-menu-btm {
    width: 100%;
    padding: 30px 60px;
}
.menu-dropdown:before, #mobile-menu-dropdowns > ul > li > a:before {
    content: '';
    background: url(../svg/red-triangle.svg) no-repeat top right;
    background-size: 10px 20px;
    width: 16px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    /*right: inherit;
    left: 0;*/
    top: 0px;
    transition: transform 0.4s;
}

@media (max-width: 767px) {
}

.site-header .nav a:hover {
    text-decoration: none;
}
.site-header .col.logo {
    width: auto;
}
.site-header .col.nav {
    width: 100%;
}
.site-header .col.nav nav {
    padding: 0 10px;
}
.site-header .col.social {
    width: auto;
}

/* Site Footer */
.site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 768px) {
    .site-footer {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    /*
    display: grid;
    gap: inherit;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;*/
}
.site-footer .col {
    /*grid-column: span 6;
    width: auto;*/
}
.site-footer .col.col-md-4 {
    grid-column: span 4;
    width:30%;
}
.site-footer .col.col-md-8 {
    grid-column: span 8;
    width: 70%;
}
@media (max-width: 767px) {
    .site-footer .col, .site-footer .col.col-md-4, .site-footer .col.col-md-8 {
        width: 100%;
    }
}
.site-footer .col.nav {
    gap: 50px;
}
.site-footer .terms-copyright ul li + li:before {
    content: '|';
    /*left: 0px;top: 1px;*/
    position: absolute;
    color: var(--red);
    margin-left: -7px;
}
.site-footer a:hover {
    color: var(--red);
}

/* Grey Divider */
hr.divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--midgrey);
    margin: 10px 0;
    padding: 0;
}

/* Banner Image Overrides */
.banner-slide {
    background-size: cover;
}
/* Banner Text Overrides */
.page-header p, .banner-slide p {
    max-width: 600px;
}
/* Banner Overrides OCT 2024 */
.corner-cutoff:before {
    top: -0.2px;
}
.banner-slider .owl-dots {
    text-align:center;
}
@media screen and (max-width: 1359px) {
    .corner-cutoff:before {
        top: -0.3px;
        right: -0.3px;
    }
}
@media screen and (max-width: 767px) {
    .corner-cutoff:before {
        top: -0.3px;
        right: -0.3px;
    }
}

/* bannerAndContentDisplay */
#content .container.overlap {
    /*border: #FE4C04 1px dashed;*/
    width: 100%;
    max-width: 100%;
    /*margin: 0 15px;*/
}
.grey-overlap-sections .grey-overlap-section .container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.grey-overlap-sections .grey-overlap-section .container .page-banner {
    margin: 90px 0 0 0;
    height: 430px;
    padding: 0 33% 90px 115px;
}

.no-margins .grey-overlap-sections .grey-overlap-section .container .page-banner, .no-margin .grey-overlap-sections .grey-overlap-section .container .page-banner {
    margin-top: 0;
}
.normal-margins .grey-overlap-sections .grey-overlap-section .container .page-banner {
    margin-top: 60px;
}
.short-margins .grey-overlap-sections .grey-overlap-section .container .page-banner {
    margin-top: 30px;
}

.page-link-section .page-link {
    padding: 0 0 0 85px;
}
.page-link-section .page-link.page-link-icon-ignore {
    padding: 0 0 0 0px;
}

@media (max-width: 1359px) {
    .grey-overlap-sections .grey-overlap-section .container {
        max-width: 728px;
    }

    .grey-overlap-sections .grey-overlap-section .container .page-banner {
        padding: 75px;
    }
}

/* textTrio */

/* linkBlocks */
.section.reduced-width {
    height: auto;
    padding: 0 8%;
    margin: 90px 0;
}

.page-links {
    display: grid;
    gap: inherit;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.page-links .col {
    grid-column: span 3;
    width: auto;
}

.page-links .col hr {
    margin: 20px 0 0 0;
}

@media (max-width: 1359px) {
    .page-links .col {
        grid-column: span 4;
        width: auto;
    }

    .section.reduced-width {
        padding: 0;
    }
}
/* UPDATE OCT 2024 */
@media screen and (max-width: 767px) {
    .page-links .col {
        grid-column: span 12;
        width: auto;
    }
}

/* heroBannerLayout */
.lg-vertical-space {
    margin: 90px 0;
}
.cta.page-banner .h2 {
    font-family: 'KNF Damryl';
    line-height: 1;
    font-size: 42px;
    word-spacing: -20px;
    max-width: 510px;
    width: 100%;
    text-align: center;
}
.cta.page-banner span:not(.ti-cursor, .h2) {
    max-width: 510px;
    width: 100%;
    font-size: 13px;
    text-align: center;
}
@media (max-width: 1359px) {
    .cta.page-banner span {
        text-align: right;
    }
}

/* flipFlopLayout */
.section.reduced-width {
    height: auto;
    padding: 0 8%;
    margin: 90px 0;
}
@media (max-width: 1359px) {
    .two-col-img-txt .square-img {
        max-width: inherit;
    }
}

/* sideBySideLayout */
sideBySideLayout.center-vertically .row, sideBySideLayout.center-vertically .row .column div {
    align-items: center;
}
@media (max-width: 1359px) {
    .container.sideBySideLayout .row .col-md-6 {
        grid-column: span 12;
    }

    .container.sideBySideLayout .row .column:first-child {
        order: 2;
    }
}

/* News Slider */
.section-slider {
    margin: 90px 0;
    margin: 30px 0;
    position: relative;
}
.no-margins .section-slider {
    margin: 0 0;
}
.short-margins .section-slider {
    margin: 30px 0;
}
.owl-theme .owl-dots {
    padding-top: 60px;
}

/* Render Figure */
figure.sm {
    margin: 23px 0;
    max-width: 425px;
    max-width: 450px;
}
.figure.section.reduced-width {
    height: auto;
    padding: 0 8%;
    margin: 30px 0;
}
figure.sm blockquote {
    /* margin: 0 0 23px; */
    font-family: 'Styrene A Web Light';
    font-size: 1.15em;
    color: var(--grey);

    font-weight: inherit;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0 2rem 1rem 2rem;
    padding: .5rem;
}
figure.sm blockquote:before, figure.sm blockquote:after {
    font-weight: 600;
    position: absolute;
    color: var(--midgrey);
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
}
figure.sm blockquote:before {
    content: '“';
    left: -2rem;
    top: -1rem;
}
figure.sm blockquote:after {
    content: '”';
    right: -4rem;
    bottom: -1rem;
}
figure.sm p {
    margin: 0 0;
}
figure.sm figcaption {
    display: flex;
    gap: 12px;
    margin-left:2rem;
}

/* Contact Form */
.enquiry-form-content {
    max-width: 730px;
    margin: 0 auto;
    padding: 45px 0 0px;
}
.enquiry-form-content p {
    text-align: center;
    display: block;
    max-width: 575px;
    margin: 15px auto 15px;
}
.enquiry-form-content .container {
    max-width: 730px;
}
.enquiry-form-content .container p {
    text-align: center;
}
.enquiry-form-fields .enquiry-form {
max-width: 730px;
margin: 0 auto;
padding: 15px 0 45px;
}
.enquiry-form-fields .enquiry-form label.error {
    color: var(--red);
}
.enquiry-form-fields .enquiry-form .row-2 {
    padding-top: 0;
    padding-bottom: 18px;
}
.enquiry-form-fields .container {
    max-width: 730px;
}
.enquiry-form-fields .container p {
    text-align: center;
}


/* Get in touch */
.company-list > .row {
    display: flex;
    gap: 120px;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    align-items: center;
    padding: 63px 0;
    padding: 23px 0;
}
.company-list .col-1 {
    width: 535px;
}
.company-list .col-2 {
    width: 160px;
}
.company-list p {
    margin: 5px 0;
}
.company-list > .row > .col > .row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.company-list > .row > .col > .row .col:last-of-type {
    align-self: flex-end;
    margin-left: auto;
}
.company-list .section.reduced-width { margin:0;}
.company-list hr.red-separator {
    margin: 15px 0;
}
.company-list hr:last-of-type {
    /*display:none;*/
}
.company-list-title {
    max-width: 980px;
    margin: 0 auto;
}
.company-list-title h2 {
    margin-bottom: 0;
}

@media (max-width: 1359px) {
    .company-list-title {
        max-width: 728px;
    }
    .company-list > .row {
        width: 728px;
        gap: 40px;
    }
    .company-list .col-1 {
        width: 440px;
    }
    .company-list .col-2 {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .company-list-title {
        max-width: 100%;
        text-align: center;
    }
    .company-list > .row {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .company-list .col {
        width: 100%;
    }
}

.company-list-slim > .row {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin-right: -20px;
    margin-left: -20px;
}
.company-list-slim .text-display {
    padding: 20px;
    border-top: black 1px solid;
}
.company-list-slim .text-display .link-for-mail {
    margin-top: 10px;
    text-align: right;
}
.company-reg.small { font-size:0.8em;}

/* singleEntityDisplay */
.company-list-single {
    display: inline-block;
}

.company-list-single p {
    margin: 11px 0;
}

/* CHANGES OCT 2024 */
.triangle-btn {

}
.triangle-btn:hover {
    color: inherit;
    text-decoration: none;
}
.text-trio .triangle-btn:hover {
    text-decoration: underline;
    transform: none;
    color: var(--red);
}
.text-trio .triangle-btn {
    width: auto;
    padding-right: 16px;
    padding-top: 6px;
    text-transform: none;
}
.page-link-text .triangle-btn {
    width: auto;
    padding-right: 16px;
    padding-top: 6px;
    text-transform: none;
}
.page-link-text .triangle-btn:hover {
    text-decoration: underline;
    transform: none;
    color: var(--red);
}
.section.two-col-img-txt.center-vertically .page-link {
    padding: 0;
}

.hbl.page-banner h2 {
    font-family: 'Styrene A Web Light';
}
.hbl.page-banner p, .hbl.page-banner span {
    font-family: 'Styrene A Web Regular';
}
.hbl.page-banner .btn {
    color: var(--white);
    background: url(/assets/svg/white-triangle.svg) no-repeat right center;
    /*clone from home banner*/
    color: #FFFFFF;
    background-image: url(/assets/svg/white-triangle.svg);
    font-size: 13px;
    font-family: 'Styrene A Web Bold';
    background-size: 7px 14px;
    padding-right: 15px;
}
.hbl.page-banner .btn:hover {
    text-decoration: none;
}

.section.breadcrumb-outer, .section.breadcrumb-outer.no-spacing {
    margin-top: -40px;
}
.section.breadcrumb-outer .container{
    padding:0;
}
ul.breadcrumb {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .page-header {
        padding: 35px 20px;
    }

    .page-header-sm {
        padding-bottom: 55px
    }
}

.sitemap ul {
    margin:0px 0;
}

.section.two-col-img-txt {
    margin: 30px 0;
}
.section.leadership {
    padding: 0px 0;
    margin: 0px 0;
}
.grey-overlap-sections .grey-overlap-section .container .page-banner {
    margin: 10px 0 0 0;
}


/* ADDED TO ALLOW LEGACY LEADERSHIP LAYOUT TO WORK base.css */
/* Read More Feature Begins */
.addReadMore .readMore.link, .addReadMore .readLess.link {
    display: inline-block;
}

.addReadMore .readMore-i img, .addReadMore .readLess-i img {
    margin-left: 6px;
    height: 24px;
}
.addReadMore .readLess-i img {
    /*transform: rotateY(180deg);*/
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess, .addReadMore.showlesscontent .readLess-i img {
    display: none;
}

.addReadMore.showmorecontent .readMore, .addReadMore.showmorecontent .readMore-i img {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 400;
    margin-left: 2px;
    color: #FE4C04;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.addReadMore.showmorecontent .readLess-i img {
    transform: rotate( 180deg );
}
/* Read More Feature Ends */

/* Stuff for the new SideBySide Slider */
.section-slider .column .img-frame-hover-grow {
    width: 100%;
    height: auto;
}
.section-slider .column h2 {
    margin: 15px 0;
}
.section-slider .btn:hover {
    transform: none;
    color: var(--red);
}
.section-slider .post-slider p, .section-slider .row p {
    margin-bottom: 30px;
}


.section.leadership .container, .umb-grid .grid-section .section.leadership .container {
    margin: 20px 0;
}

.section.leadership h4 + p, .section.leadership h4 + ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
}

.section.leadership .container h2 {
    margin-bottom: 40px;
}

.section.leadership .portrait {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.section.leadership .container h4 {
    font-size: 17px;
    line-height: 26px;
}

.section.leadership .bioText, .section.leadership .bioText p {
    font-size: 12px;
    line-height: 20px;
}

/* MORE from main.css */

.section.leadership {
    height: auto
}

.section.leadership .container {
    height: auto
}

.section.leadership h2 {
    margin-bottom: 60px
}

.section.leadership h3 {
    color: #000
}

.section.leadership h3 + p, .section.leadership h3 + ul li {
    margin-top: 12px
}

.section.leadership .location + .location {
    margin-top: 85px
}

.section.leadership hr {
    margin-top: 12px;
    margin-bottom: 40px
}

.section.leadership .description-wrap .description {
    height: 0;
    overflow: hidden
}

.section.leadership .description-wrap .description p + p {
    margin-top: 25px
}

.section.leadership .description-wrap.expanded .expand img {
    transform: rotate(180deg)
}

.section.leadership .description-wrap.expanded .expand:hover img {
    transform: rotate(180deg) translateY(4px)
}

.section.leadership .description-wrap .expand {
    cursor: pointer;
    margin-top: 25px;
    display: inline-block
}

.section.leadership .portrait {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 140%;
    margin-bottom: 20px
}

@media screen and (max-width: 1359px) {
}

@media screen and (max-width: 1199px) {
    .section.leadership .col-xl-3 {
        margin-bottom: 50px
    }

    .section.leadership .location + .location {
        margin-top: 0px
    }
}

@media screen and (max-width: 767px) {
    .section.leadership {
        padding-right: 0
    }

    .section.leadership .col-xl-3 {
        margin-top: 10px;
        margin-bottom: 50px
    }

    .section.leadership .col-xl-3 h3 {
        width: 100%;
        display: block
    }

    .section.leadership .location + .location {
        margin-top: 0px
    }

    .section.leadership .portrait {
        padding-bottom: 130%
    }
}

/* MY STUFF */
.section.leadership .row .col {
    grid-column: span 2;
}

.section.leadership .row, .umb-grid .grid-section .section.leadership .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px 4%;
}

.section.leadership .portrait {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1759px) {
    .section.leadership .row .col {
        grid-column: span 3;
    }
}

@media screen and (max-width: 1359px) {
    .section.leadership .row .col {
        grid-column: span 4;
    }
}

@media screen and (max-width: 1199px) {
    .section.leadership .row .col {
        grid-column: span 4;
    }
}

@media screen and (max-width: 767px) {
    .section.leadership .row .col {
        grid-column: span 6;
    }
}