/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* Variables */

:root {
    --transition: all 220ms ease-in-out;
    --orange: #fe5000;
    --grey: #575756;
    --lgt-grey: #ededed;
    --font: system-ui, sans-serif;
    --teal: rgb(10, 99, 122);
    --dark-blue: #051b40;
    --red: #e8414b;
    --grey: #919d9d;
    --lgt-blue: #6AC9D3;
    --vibrant-green: rgb(54, 222, 10);
    --white: #ffffff;
}

/* :root body {
    font-family: var(--font);
  }*/

/* Padding */

#x-root .no-pad-top,
#x-root .no-pad-inner-top>.wpb_column>.vc_column-inner,
#x-root .no-pad-top .vc_column-inner {
    padding-top: 0 !important;
}


#x-root .pad-in {
    padding-left: 10%;
    padding-right: 10%;
}

#x-root .pad-in-5 {
    padding-left: 5%;
    padding-right: 5%;
}


@media screen and (min-width: 1300px) {
    #x-root .pad-in {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (min-width: 1800px) {
    #x-root .pad-in {
        padding-left: 20%;
        padding-right: 20%;
    }
}

#x-root .pad-top {
    padding-top: 2rem;
}

#x-root .pad-bottom {
    padding-bottom: 2rem;
}

#x-root video {
    display: block;
}

#x-root .margintopbanner {
    margin-top: -4em;
}

/* Button */

#x-root .button {
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    padding: 0.7em 1em;
    transition: var(--transition);
    text-transform: none;
    border-width: 3px;
    color: white;
    border-radius: 15px;
}

#x-root .button.buttonContact {
    background-color: var(--dark-blue);
}

#x-root .button.buttonContact:hover {
    background-color: var(--grey);
}

#x-root .button.reserve {
    background-color: var(--orange);
    color: #ffffff;
}

#x-root .button.reserve:hover {
    background-color: #ffffff;
    color: var(--orange);
    border-color: #ffffff;
}

#x-root .button.outline {
    background-color: transparent;
    color: var(--orange);
    border: solid 2px var(--orange);
}

/* Text */

#x-root p {
    line-height: 1.4;
}

#x-root h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#x-root h1 {
    font-size: 1.5em;
}

#x-root h2 {
    font-size: 1.5em;
}

#x-root h3 {
    font-size: 1.5em;
}

#x-root h4 {
    font-size: 1.3em;
}

#x-root h5 {
    font-size: 1.2em;
}

#x-root h6 {
    font-size: 1.1em;
}

#x-root .white-text {
    color: white;
}

#x-root .tertiary-blue-text {
    color: var(--lgt-blue);
}

#x-root .lgt-blue-text {
    color: var(--teal);
}

#x-root .orange-text {
    color: var(--orange);
}

#x-root .green-text {
    color: var(--vibrant-green);
}

#x-root .no-mar-b .wpb_content_element {
    margin-bottom: 0px;
}

#x-root h6 {
    text-transform: none;
}

/*background*/

#x-root .bg-grey {
    background-color: var(--grey);
}

#x-root .bg-lgt-grey {
    background-color: var(--lgt-grey);
}

#x-root .bg-orange {
    background-color: var(--orange);
}

#x-root .bg-black {
    background-color: black;
}

#x-root .bg-dark-blue {
    background-color: var(--dark-blue);
}

#x-root .bg-teal {
    background-color: var(--teal);
}

#x-root .bg-white {
    background-color: white;
}

#x-root .bg-red {
    background-color: var(--red);
}

.box-shadow .wpb_text_column>.wpb_wrapper {
    margin: 1rem;
    padding: 1rem;
    background-color: white;
    box-shadow: 2px 4px 6px 6px rgba(191, 191, 191, 0.25);
}

#x-root .background-full-width {
    background-size: 100% auto !important;
}

@media screen and (max-width: 1077px) {
    #x-root .background-full-width {
        background-position: center top !important;
    }
}

#x-root .bannerHeight {
    height: 35vh;
}

/*Contact form*/

#x-root .fm-form-container {
    width: 100%;
}

#x-root .fm-form .wdform-field {
    margin-top: 0;
}

#x-root .fm-form input,
#x-root .fm-form textarea {
    border: 3px solid var(--white) !important;
    border-radius: 15px !important;
    background-color: transparent;
    font-weight: 400;
    color: white;
    transition: var(--transition);
    font-size: 1rem;
    padding: 1.25rem 1rem;
}

#x-root .fm-form input:focus,
#x-root .fm-form textarea:focus {
    border-color: var(--grey) !important;
}

#x-root .fm-form input::placeholder,
#x-root .fm-form textarea::placeholder {
    color: white;
}

#x-root .fm-form .button-submit,
{
    background-color: transparent;
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
    padding: 0.75rem 2.5rem;
    line-height: 1rem;
    border: 3px solid var(--red);
    border-radius: 15px;
    transition: var(--transition);
    margin-right: 0;
}

#x-root .fm-form .button-submit:hover,
{
    color: white;
    background-color: var(--grey);
}

#x-root .fm-form .fm-type_submit_reset>.wd-justify-content-left {
    justify-content: flex-end;
}

#x-root .fm-form div[type="type_editor"] p {
    color: white;
}

#x-root .fm-form div[type="type_editor"] p a {
    color: white;
}

#x-root .fm-form div[type="type_editor"] p a:hover {
    color: white;
    text-decoration: underline;
}

#x-root .fm-form .fm-message {
    background-color: var(--grey);
    color: white;
    font-weight: 700;
    text-align: center;
}

#x-root .radius-bottom-right,
#x-root .radius-bottom-right::before {
    border-radius: 0 0 90px 0;
}

#x-root .radius-top-left {
    border-radius: 90px 0 0 0;
}

#x-root .radius-bottom-left {
    border-radius: 0 0 0 90px;
}


#x-root .wdform-field {
    color: #ffffff;
}


.pum-theme-188 .pum-container,
.pum-theme-lightbox .pum-container {
    border: solid 5px var(--grey) !important;
    border-radius: 15px !important;
}

.pum-theme-188 .pum-title,
.pum-theme-lightbox .pum-title {
    color: var(--dark-blue) !important;
    font-weight: 400 !important;
}

/*Footer*/

#x-root .x-colophon.top {
    background-color: var(--dark-blue);
    border-top: 10px solid var(--red);
    padding: 0;
}

#x-root .x-colophon.top .x-container.max.width {
    max-width: none;
    width: 100%;
    padding: 2rem 4rem;
    background-color: var(--dark-blue);
    border-radius: 0 90px 0 0;
}

#x-root .footer-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#x-root .footer-cont p {
    color: white;
    font-size: 0.8rem;
}

#x-root .footer-cont p a:not(.social) {
    color: white;
}

#x-root .footer-cont p a:not(.social):hover {
    color: var(--red);
}

.inner-cont.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.inner-cont.logo > div {
    color: white;
    line-height: 1.05;
}

#x-root .inner-cont.logo img {
    width: 40px;
    margin: 0 0.3rem;
    border: 1px solid white;
}

#x-root .inner-cont.social-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#x-root .inner-cont.social-links .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

#x-root .inner-cont.social-links .row p {
    margin-bottom: 8px;
}

#x-root .inner-cont.social-links .row:first-child .col:first-child {
    text-align: right;
    padding-right: 8px;
}

#x-root .inner-cont.social-links img {
    width: 28px;
    margin: 0 0.3rem;
}

#x-root .inner-cont.social-links a.social img {
    transition: var(--transition);
    transform: scale(1);
}

#x-root .inner-cont.social-links a.social:hover img {
    transform: scale(1.2);
}

/* Forth Ports Styling*/

#x-root .above-fold {
    position: relative;
    width: calc(100% + 15px);
}

/*#x-root .above-fold::before {
  content: '';
  display: inline-block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--teal);
  opacity: 0.8;
  }*/

#x-root .above-fold h1 {
    color: var(--red);
    margin: 0;
}

@media screen and (max-width: 768px) {
    #x-root .above-fold h1 {
        color: var(--red);
        font-size: 310%;
    }
}

#x-root .above-fold h2 {
    color: white;
    margin: 0;
}

#x-root .above-fold h2 {
    color: white;
    font-weight: 400;
    margin-top: 10px;
    font-size: 2.25rem;
}

#x-root .above-fold p {
    text-align: right;
    margin-top: 2em;

}

#x-root .above-fold a {
    color: var(--red);
    border: 3px solid var(--red);
    padding: 0.6em 1.5em;
    border-radius: 18px 18px 18px 18px;
    transition: var(--transition);
    font-size: 1.2rem;
}

#x-root .above-fold a:hover {
    background-color: var(--red);
    color: white;
}

#x-root .blue-text {
    color: var(--teal);
}

#x-root .blue-text strong {
    color: var(--vibrant-green);
}

#x-root .red-text {
    color: var(--red);
}

@media screen and (min-width: 768px) {
    .wpb_text_column.border-radius {
        min-height: 350px;
    }
}

.wpb_text_column.border-radius,
#x-root .border-radius {
    padding: 1rem;
    border-radius: 35px;
}

.wpb_text_column.border-radius.bg-red * {
    color: white;
}

.wpb_text_column.border-radius.bg-red a:hover {
    color: var(--dark-blue);
}

.wpb_text_column.border-radius.bg-white a {
    color: var(--red);
    transition: var(--transition);
}

.wpb_text_column.border-radius.bg-white a:hover {
    color: var(--dark-blue);
}

#x-root .services-box .wpb_text_column {
    background-color: white;
    padding: 2em 4rem;
    margin: 0;
}

#x-root .services-box .wpb_text_column h4 {
    margin-top: 0;
}

#x-root .services-box .wpb_column:first-child .wpb_text_column {
    border-radius: 50px 50px 0 50px;
    min-height: 370px;
}

#x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column {
    background-color: var(--dark-blue);
    border-radius: 50px 50px 50px 0;
    margin-bottom: -1em;
    min-height: 370px
}

#x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column li,
#x-root .services-box.drk-left .wpb_column:first-child .wpb_text_column li {
    color: white;
}

#x-root .services-box.drk-right .wpb_column:first-child .wpb_text_column li,
#x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column li {
    color: var(--dark-blue);
}

#x-root .services-box.drk-left .wpb_column:first-child .wpb_text_column {
    background-color: var(--dark-blue);
    border-radius: 50px 0 50px 50px;
}

#x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
    border-radius: 0 50px 50px 50px;
    margin-bottom: -1em;
    min-height: 370px;
}

#x-root .our-approach-line {
    padding: 2rem 0rem;
}

#x-root .our-approach-line-small {
    padding: 2rem 0rem;
}

#x-root .approach-numbers span.circle {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--vibrant-green);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

#x-root .approach-numbers span.circle:not(.number):before {
    content: '';
    width: 64px;
    height: 64px;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -7px;
    border: 4px solid var(--vibrant-green);
    border-radius: 50%;
}

#x-root .approach-numbers span.circle.number {
    color: var(--vibrant-green);
    font-size: 35px;
    background-color: transparent;
    text-align: center;
    border: 4px solid var(--vibrant-green);
    line-height: 1.1;
    background-color: var(--teal);
}

#x-root .approach-numbers p {
    color: white;
}

@media screen and (min-width: 768px) {
    #x-root .our-approach-line>.wpb_column:first-child:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 1075px;
        position: absolute;
        background-color: var(--vibrant-green);
        left: calc(50% - 2px);
        top: 50%;
    }

    #x-root .our-approach-line-small>.wpb_column:first-child:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 450px;
        position: absolute;
        background-color: var(--vibrant-green);
        left: calc(50% - 2px);
        top: 50%;
        z-index: 1;
    }
}

@media screen and (min-width: 978px) and (max-width:1089px) {
    #x-root .our-approach-line>.wpb_column:first-child:before {
        height: 1086;
    }

    #x-root .our-approach-line-small>.wpb_column:first-child:before {
        height: 450px;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    #x-root .our-approach-line>.wpb_column:first-child:before {
        height: 928px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1588px) {
    #x-root .our-approach-line>.wpb_column:first-child:before {
        height: 1166px;
    }

    #x-root .our-approach-line-small>.wpb_column:first-child:before {
        height: 450px;
    }
}

@media screen and (min-width: 1300px) and (max-width:1588px) {

    #x-root .our-approach-line-small>.wpb_column:first-child:before {
        height: 452px;
    }
}

@media screen and (min-width: 1512px) and (max-width: 1588px) {
    #x-root .our-approach-line>.wpb_column:first-child:before {
        height: 1100px;
    }
}

#x-root .bg-crbn-left {
    position: relative;
    background-position: top center !important;
}

/** @media screen and (min-width: 768px) {
    #x-root .bg-crbn-left::before {
        background-image: url('/wp-content/uploads/2023/10/crbn_Vertical.svg');
        content: '';
        display: inline-block;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 8%;
        left: 15px;
        z-index: 21;
        background-repeat: no-repeat;
        background-position: left;
    }
  }
  
  
  #x-root .radius-right-teal-bg {
    background-color: var(--teal);
  }
  
  .radius-right-teal-bg>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: white;
    background-image: url('/wp-content/uploads/2023/10/crbn_Values_BG-scaled.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top right;
  }
  
  #x-root .radius-right-teal-bg .pad-in:first-child {
    border-radius: 0px 36px 0px 0px;
    display: block;
    width: calc(100% + 15px);
  }
  
  #x-root .img-radius {
    border-radius: 90px;
  }
  
  #x-root .img-radius.no-top-rgt {
    border-radius: 90px 0 90px 90px;
  }
  
  #x-root .img-radius.no-top-lft {
    border-radius: 0 90px 90px 90px;
  } **/

/*Top Bar*/

.x-topbar .p-info {
    text-transform: none;
    float: right;
}

.x-topbar .p-info a {
    color: white;
    transition: var(--transition);
}

.x-topbar .p-info a:hover {
    color: var(--red);
}

.x-topbar {
    background-color: var(--dark-blue) !important;
}

.x-topbar .x-container.max {
    max-width: 86%;
}

.x-topbar .x-container.width {
    max-width: 86%;
}

/*Header*/
#x-root a.x-brand.img {
    margin-top: 16px;
}

#x-root .logoText {
    width: 50%;
    margin-left: 10px;
    margin-top: 10px;
}

#x-root .logoBox {
    display: flex;
}

#x-root a.x-brand.text {
    margin-bottom: 30px;
}



#x-root .x-navbar {
    border-top: solid 10px var(--red);
}

#x-root .x-nav-wrap.desktop #menu-main-menu li a {
    padding-left: 0;
    padding-right: 0;
}

#x-root .x-nav-wrap.desktop #menu-main-menu li a span {
    color: var(--dark-blue);
    border: none;
    border-right: 5px solid var(--red);
    border-radius: 0px !important;
}


#x-root .x-nav-wrap.desktop #menu-main-menu li:last-child a span {
    border-right-color: transparent;
}

#x-root .x-nav-wrap.desktop #menu-main-menu li a:hover span,
#x-root .x-nav-wrap.desktop #menu-main-menu li.current-menu-item a span {
    color: var(--red) !important;
}

@media screen and (max-width: 1560px) {
    #x-root a.x-brand.text {
        width: 20% !important;
    }
}

@media screen and (max-width: 1200px) and (min-width:998px) {
    #x-root .logoText {
        font-size: 22px;
    }

    #x-root a.x-brand.text {
        width: 21% !important;
    }

    #x-root .x-brand img {
        width: 43px !important;
    }

}

@media screen and (max-width: 997px) and (min-width:979px) {
    #x-root .logoText {
        font-size: 20px;
    }

    #x-root a.x-brand.text {
        width: 19% !important;
    }

    #x-root .x-brand img {
        width: 40px !important;
    }

}

@media screen and (max-width: 978px) {
    #x-root .logoText {
        font-size: 22px;
    }

    #x-root a.x-brand.text {
        width: 45% !important;
    }

    #x-root .x-navbar-inner>.x-container.max.width {
        padding: 0rem 1rem !important;

    }
}

@media screen and (max-width: 468px) {
    #x-root a.x-brand.text {
        width: 80% !important;
    }
}


#x-root .x-brand img {
    width: 46px;
}

/*Mobile*/

a#x-btn-navbar {
    position: fixed;
    visibility: visible;
    display: block;
    top: 68px;
    right: 12px;
    margin-top: 0;
    transition: var(--transition);
}

#x-btn-navbar > i {
	display: flex;
	flex-direction: column;
}

.admin-bar a#x-btn-navbar {
    top: 100px;
}

.admin-bar .x-navbar.x-navbar-fixed-top a#x-btn-navbar {
    top: 66px;
}

.x-navbar.x-navbar-fixed-top a#x-btn-navbar {
    top: 38px;
}

@media screen and (min-width: 979px) {
    a#x-btn-navbar {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 978px) {
    .masthead .x-navbar-wrap>.x-navbar {
        position: fixed;
        z-index: 1030;
        left: 0;
        right: 0;
        top: 0;
    }

    .admin-bar .masthead .x-navbar-wrap>.x-navbar {
        top: 32px;
        transition: var(--transition);
    }

    .admin-bar #x-root .masthead .x-navbar-wrap > .x-navbar:not(.x-navbar-fixed-top) {
        top: 66px;
    }

    #x-root .masthead .x-navbar-wrap > .x-navbar:not(.x-navbar-fixed-top) {
        top: 34px;
    }

    #x-root a.x-brand.img {
        margin-top: 30px;
    }
    #x-root .masthead .x-navbar-inner {
        min-height: none;
    }
    #x-root a.x-brand.text {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #x-root .x-main > article {
        margin-top: 104px;
    }
}

a.x-btn-navbar i.x-icon-bars::before,
a.x-btn-navbar i.x-icon-bars::after,
a.x-btn-navbar::after {
    content: '';
    display: block;
    background-color: var(--dark-blue);
    transition: all 300ms cubic-bezier(.4, 0, .2, 1);
}

a.x-btn-navbar i.x-icon-bars::before {
    width: 48px;
    height: 5px;
}

a.x-btn-navbar i.x-icon-bars::after {
    width: 48px;
    height: 5px;
    margin-left: auto;
    margin-top: 8px;
}

a.x-btn-navbar::after {
    width: 48px;
    height: 5px;
    margin-left: auto;
    margin-top: 8px;
}

a.x-btn-navbar[aria-expanded="true"] i.x-icon-bars::before {
    transform: rotate(45deg);
    background-color: var(--red);
}

a.x-btn-navbar[aria-expanded="true"] i.x-icon-bars::after {
    transform: rotate(-45deg);
    width: 48px;
    margin-top: -5px;
    background-color: var(--red);
}

a.x-btn-navbar i.x-icon-bars::before,
a.x-btn-navbar i.x-icon-bars::after,
a.x-btn-navbar::after {
    content: '';
    display: block;
    transition: all 300ms cubic-bezier(.4, 0, .2, 1);
}

a.x-btn-navbar[aria-expanded="true"] i.x-icon-bars::before {
    transform: rotate(45deg);
    background-color: var(--red);
}

a.x-btn-navbar[aria-expanded="true"]::after {
    opacity: 0;
}

#x-nav-wrap-mobile .x-nav .menu-item a {
    border: 4px solid var(--dark-blue);
}

#x-nav-wrap-mobile .x-nav .menu-item a span {
    color: var(--dark-blue);
}


/*@media screen and (max-width: 768px){
  #x-root	.x-brand img{
     margin-left:20px
  }
  }*/

/*4 boxes*/
#x-root .drop-box-down {
    margin-top: 1.5em;
}

#x-root .drop-box-up {
    margin-top: -1.5em;
}

#x-root .drop-box-up-top {
    margin-top: -0.5em;
}

@media screen and (min-width: 1500px) {
    #x-root .drop-box-up {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 1252px) and (min-width: 1199px) {
    #x-root .drop-box-up {
        margin-top: 0.5em;
    }
}

@media screen and (min-width: 1259px) and (max-width: 1262px) {
    #x-root .drop-box-up {
        margin-top: 0em;
    }
}

@media screen and (max-width: 1166px) and (min-width: 1060px) {
    #x-root .drop-box-up {
        margin-top: 0.5em;
    }
}

#x-root .x-navbar-inner>.x-container.max.width {
    max-width: none;
    margin: 0;
    padding: 0rem 4rem;
    width: 100%;
}

/* Grid */

#x-root .padBottomGrid {
    padding-bottom: 1em;
}

#x-root .padtop6 {
    padding-top: 6em;
}

@media screen and (max-width: 767px) {
    #x-root .padBottomGrid {
        padding-bottom: 0;
    }

    #x-root .padtop6 {
        padding-top: 0;
    }
}

@media screen and (max-width: 1499px) and (min-width: 1407px) {

    #x-root .services-box .wpb_column:first-child .wpb_text_column,
    #x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column,
    #x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
        min-height: 400px
    }
}

@media screen and (max-width: 1407px) and (min-width: 1001px) {

    #x-root .services-box .wpb_column:first-child .wpb_text_column,
    #x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column,
    #x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
        min-height: 440px
    }
}

@media screen and (max-width: 1000px) and (min-width: 822px) {

    #x-root .services-box .wpb_column:first-child .wpb_text_column,
    #x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column,
    #x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
        min-height: 380px
    }
}

@media screen and (max-width: 821px) and (min-width: 768px) {

    #x-root .services-box .wpb_column:first-child .wpb_text_column,
    #x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column,
    #x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
        min-height: 430px
    }
}

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

    #x-root .services-box .wpb_column:first-child .wpb_text_column,
    #x-root .services-box.drk-right .wpb_column:last-child .wpb_text_column,
    #x-root .services-box.drk-left .wpb_column:last-child .wpb_text_column {
        min-height: 250px;
        margin-bottom: 1em;
    }
	
	#x-root .mob-reserve{
		display:flex;
		flex-direction:column-reverse;
	}
	
	#x-root .net-zero-img{
		display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
		
	}
	#x-root .zero-bottom-margin{
		margin-bottom:0;
	}
	
}

.error404 .entry-404 {
    margin: 8.5% 0;
    min-height: calc(100vh - 415px);
}

#x-root .hoverWhite:hover {
    color: #ffffff;
}

/*** Cameron Edits ***/
/*** Second level menu ***/

#x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children>a>span {
    position: relative;
    padding-right: 34px;
}

#x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children>a>span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--dark-blue);
    border-bottom: 2px solid var(--dark-blue);
    position: absolute;
    transform: rotate(-45deg);
    box-sizing: border-box;
	margin-left:5px;
}

#x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children>a:hover>span::after {
    border-color: var(--red);
}

#x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children .sub-menu {
    /* display: block;
    visibility: hidden;
    opacity: 0; */
    left: 0;
    right: auto;
    border: none;
    padding: 0.5rem 1rem;
    width: 100%;
    /* transition: var(--transition);
    transform: translateY(10px); */
}

/* #x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  } */

#x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children .sub-menu .menu-item a span {
    border-right: none;
    padding-right: 0;
    font-weight: 700;
}

/*** Main Menu and Responsiveness ***/
@media screen and (min-width: 1301px) and (max-width: 1520px) {
    #x-root .x-nav-wrap.desktop #menu-main-menu li a span {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #x-root .x-navbar-inner>.x-container.max.width {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    #x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children>a>span {
        padding-right: 20px;
    }
}

@media screen and (min-width: 978px) and (max-width: 1300px) {
    #x-root .x-nav-wrap.desktop #menu-main-menu li a span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #x-root .x-navbar-inner>.x-container.max.width {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    #x-root .x-nav-wrap.desktop #menu-main-menu li.menu-item-has-children>a>span {
        padding-right: 20px;
    }
}

#x-root .esg-filterbutton {
    border: 3px solid var(--red);
    border-radius: 15px;
    color: var(--red);
    transition: var(--transition);
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: none;
    box-shadow: none;
}

#x-root .esg-filterbutton.selected,
#x-root .esg-filterbutton:hover {
    background-color: var(--red);
    color: white;
    text-shadow: none;
    box-shadow: none;
}

#x-root .esg-filters.esg-singlefilters {
    display: flex;
}

.entry-404 .center-text {
    font-size: 1.2em !important;
}

.entry-404 .center-text a {
    margin-top: 1em !important;
}

/** Scroll to Top **/

.x-scroll-top {
    border: 1px solid var(--red);
    color: var(--red);
}

.x-scroll-top.in {
    opacity: 1;
}

.x-scroll-top:hover {
    border: 1px solid var(--grey) !important;
    color: var(--grey) !important;
}

/*** Esg Mobile Styling ***/

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

    #x-root .eg-policies-and-procedures-element-3,
    #x-root .eg-supplier-and-procurement-guides-element-3 {
        font-size: 16px !important;
    }

    #x-root .eg-policies-and-procedures-element-10,
    #x-root .eg-supplier-and-procurement-guides-element-10 {
        font-size: 20px;
        line-height: 18px;
    }

    #x-root .eg-policies-and-procedures-element-10 i:before,
    #x-root .eg-supplier-and-procurement-guides-element-10 i:before {
        width: 10px;
        line-height: 10px;
    }

    #x-root .eg-policies-and-procedures-element-10-a,
    #x-root .eg-supplier-and-procurement-guides-element-10-a {
        margin: 0;
    }
}

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

    #x-root .eg-policies-and-procedures-element-3,
    #x-root .eg-supplier-and-procurement-guides-element-3 {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    #x-root .eg-policies-and-procedures-element-10,
    #x-root .eg-supplier-and-procurement-guides-element-10 {
        padding: 5px;
    }
}

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

    #x-root .eg-policies-and-procedures-element-3,
    #x-root .eg-supplier-and-procurement-guides-element-3 {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    #x-root .eg-policies-and-procedures-element-10,
    #x-root .eg-supplier-and-procurement-guides-element-10 {
        padding: 5px;
    }
}

#x-root .blue-link {
    color: white;
}

#x-root .blue-link:hover {
    color: var(--red);
}

@media screen and (max-width: 978px) {
    #x-root .no-banner {
        padding-top: 90px !important;
    }
}

#x-root .esg-overflowtrick {
    overflow: visible !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

.fm-hide{
	display:none;
}

#form11 .wdform-field a:hover,
#form12 .wdform-field a:hover{
	color:var(--dark-blue)
}
#form11 span.iti__country-name,
#form12 span.iti__country-name {
    color: var(--dark-blue) !important;
}

#form11 input.iti__search-input,
#form12 input.iti__search-input {
    padding-left: 6px !important;
}

#form11 .iti__flag.iti__globe,
#form11 .iti__flag.iti__globe {
    background-image: url('/wp-content/plugins/form-maker/css/images/flags.png');
    height: 10px;
    background-position: -1775px 0;
    background-size: auto;
}

.pum .pum-container input.fm-hide {
	display: none !important;
}
.pum .fm-form-container .fm-form .fm-message {
    color: white;
    text-align: center;
    padding-bottom: 36px;
    font-size: 1.3em;
}

i.x-icon.x-framework-icon.x-framework-icon-menu{
	display:none;
}
#x-root .sub-menu li > a > span {
	white-space: normal;
}

#x-root .form-border{
	border:solid var(--grey) 4px;
	background-color:white;
}
#x-root .inch-imgs img {
    width: 120px;
    height: auto;
    margin: 0;
}

#x-root form.post-password-form {
	padding: 2rem;
	& input[type="submit"] {
		color: white;
		text-shadow: none;
		&:hover {
			color: #051b40;
		}
	}
}
