/* custom nav */

.custom-nav-block {
    position: fixed !important;
    top: 115px;
    right: 0;
    z-index: 500;
    background: rgba(74,75,77,0.9);
    padding: 52px 65px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.scroll .custom-nav-block {
    top: 86px;
}
.scroll .custom-nav-block.header-cta-vis {
    top: 86px;
}
.custom-nav-block:before {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
}
.custom-nav-block.toggle {
    opacity: 1;
    visibility: visible;
}
.custom-nav-block > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-nav-block > ul > li {
    padding-left: 55px; 
    margin-right: 90px;
}
.custom-nav-block > ul > li:last-child {
    margin-right: 0px;
}
.custom-nav-block > ul > li > a {
    color: #fff;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
}
.custom-nav-block > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: 12px;
    background: #a6ce39;
    transition: 0.4s;
}
.custom-nav-block > ul > li > a:hover:before {
    width: 100%;
}

.custom-nav-block > ul > li ul li {
    margin-bottom: 4px;
}
.custom-nav-block > ul > li ul li:last-child {
    margin-bottom: 0px;
}
.custom-nav-block > ul > li ul li a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    line-height: 2;
    position: relative;
}
.custom-nav-block > ul > li ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: 2px;
    background: #a6ce39;
    transition: 0.4s;
}
.custom-nav-block > ul > li ul li a:hover:before {
    width: 100%;
}

.custom-nav-block > ul > li {
    position: relative;
}

.custom-nav-block > ul > li:nth-child(1):before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../build/img/ni-1.svg) no-repeat center center / 100% 100%;
}

.custom-nav-block > ul > li:nth-child(2):before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 36px;
    height: 36px;
    /* background: url(../build/img/ni-2.svg) no-repeat center center / 100% 100%; */
    background: url(../build/img/ni-3.svg) no-repeat center center / 100% 100%;
}

.custom-nav-block > ul > li:nth-child(3):before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../build/img/ni-3.svg) no-repeat center center / 100% 100%;
}

.custom-nav-block > ul > li ul li#menu-item-6302 {
    position: relative;
}
.custom-nav-block > ul > li ul li#menu-item-6302:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -55px;
    width: 36px;
    height: 36px;
    background: url(../build/img/ni-2.svg) no-repeat center center / 100% 100%;
}
.custom-nav-block > ul > li ul li#menu-item-6302 a {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300;
}
.custom-nav-block > ul > li ul li#menu-item-6302 a:before {
    bottom: 7px;
}

.page-template-sustainability .page-banner .description {
    /* width: calc(100% - 15px); */
    margin-bottom: 110px;
}
.page-template-sustainability .page-banner .description p:last-child {
    margin-bottom: 0;
}

/* sustainability */

.sustainability-goals-wrapper.section {
    padding: 0px;
    padding-right: 100px;
    position: relative;
    z-index: 2;
}

.sustainability-goals-wrapper h2 {
    margin-bottom: 100px;
}

.sustainability-goals-wrapper {
    padding-right: 200px;
}

.sustainability-blue {
    padding: 300px 0 0px;
    /* background: #389ed8; */
    background-size: cover !important;
    color: #fff;
    position: relative;
}
.sustainability-blue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.55;
}
.sustainability-blue .container {
    position: relative;
    z-index: 5;
}

.container.container-blue {
    max-width: 1200px;
}

.sustainability-content-wrapper {
    background: rgba(74,74,76, 0.9);
    padding: 52px 52px 0;
    margin-bottom: -135px;
    position: relative;
    z-index: 5;
}

.sustainability-blue-text {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
}

.container.container-mdl {
    max-width: 1100px;
}

.sustainability-goals ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}

.sustainability-goals ul li {
    width: 45%;
    margin-right: 10%;  
    text-align: center;
}

.sustainability-goals ul li:nth-child(2n) {
    margin-right: 0%;  
}

.sustainability-goal-title {
    color: #494a4c;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.sustainability-goal {
    margin-bottom: 35px;
    color: #a6ce38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.sustainability-goals ul li:nth-child(2n) .sustainability-goal {
    color: #16bdcd;
}

.sustainability-goal-nr {
    line-height: 1;
    font-size: 180px;
    font-weight: 300;
}
.sustainability-goal-nr span {
    font-size: 150px;
}

.sustainability-goal-text {
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
}

.sustainability-bottom {
    color: #494a4c;
    font-size: 24px;
    line-height: 1.4;
}

.sustainability-goal > span {
    margin-right: 10px;
}
.sustainability-goal > span:last-child {
    margin-right: 0px;
}

.sustainability-goals {
    background: #fff;
    margin-bottom: -185px;
    padding-bottom: 125px;
    position: relative;
}
.sustainability-goals:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: calc(100% - 1px);
    width: 9999px;
    background: #fff;
}
.sustainability-goals:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: calc(100% - 1px);
    width: 100px;
    background: #fff;
}

.sustainability-features-wrapper.section {
    /* padding: 320px 0 170px; */
    padding: 170px 0;
}

.sustainability-feature-item {
    position: relative;
    overflow: hidden;
    min-height: 610px;
    margin-bottom: 200px;
}

.sustainability-feature-item:last-child {
    margin-bottom: 0px;
}

.sustainability-feature-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    background-size: cover !important;
}
.sustainability-feature-icon {
    margin-bottom: 40px;
}
.sustainability-feature-icon img {
    max-height: 75px;
}

.sustainability-feature-title {
    width: 300px;
    position: relative;
    z-index: 2;
}

.sustainability-feature-text {
    width: 60%;
    position: relative;
    font-size: 20px;
    color: #494a4c;
    line-height: 1.75;
    background: #fff;
    padding-right: 8%;
}
.sustainability-feature-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    bottom: calc(100% - 1px);
    background: #fff;
}
.sustainability-feature-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 999px;
    top: calc(100% - 1px);
    background: #fff;
}

.sustainability-feature-item:nth-child(2) {
    text-align: right;
}

.sustainability-feature-item:nth-child(2) .sustainability-feature-image {
    right: auto;
    left: 0;
}
.sustainability-feature-item:nth-child(2) .sustainability-feature-title {
    margin-left: auto;
}
.sustainability-feature-item:nth-child(2) .sustainability-feature-text {
    padding-right: 0;
    padding-left: 8%;
    margin-left: auto;
    text-align: left;
}

.sustainability-grey-wrapper.section {
    padding: 110px 0 80px;
    background: #f0eeee;
}

.sustainability-grey-content {
    padding-right: 19%;
}

.sustainability-grey-content p {
    font-size: 20px;
    line-height: 1.75;
}

.sustainability-grey-circle-hold {
    margin-bottom: 40px;
}

.sustainability-grey-circle {
    display: inline-block;
    width: 100%;
    padding-bottom: calc(100% - 12px);
    border-radius: 50%;
    border: 6px solid #e1dfdf;
    position: relative;
}

.sustainability-grey-right {
    padding-left: 11%;
}

.sustainability-grey-circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.sustainability-grey-circle-icon {
    margin-bottom: 55px;
}
.sustainability-grey-circle-icon img {
    max-height: 70px;
}

.sustainability-grey-circle-title {
    color: #a6ce38;
    font-size: 160px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}

.sustainability-grey-circle-text {
    font-size: 20px;
    line-height: 1.75;
}

.sustainability-grey-circle-update {
    font-size: 20px;
    line-height: 1.75;
}

.sustainability-grey-wrapper .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sustainability-carousel-wrapper.section {
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}
.sustainability-carousel-right {
    width: calc(100% + (100vw - 1470px) / 2);
}

.sustainability-carousel-item {
    width: 400px;
}

.sustainability-carousel-item a {
    display: block;
    text-decoration: none !important;
}

.sustainability-carousel-image {
    padding-bottom: 56.5%;
    background-size: cover !important;
}

.sustainability-carousel-content {
    padding: 32px 50px 42px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.sustainability-carousel-title {
    color: #4a4b4d;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    height: 96px;
    max-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sustainability-carousel-info {
    color: #4a4b4d;
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.sustainability-carousel-button {
    color: #a6ce39;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 900;
}

.sustainability-carousel-left {
    padding-top: 40px;
    padding-right: 10%;
}
.sustainability-carousel-left p {
    font-size: 20px;
    line-height: 1.75;
}

.sustainability-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: calc(1500px * -0.333 - 20px);
}

.sustainability-carousel .owl-nav button.owl-prev,
.sustainability-carousel .owl-nav button.owl-next {
    display: inline-block;
    padding: 0 20px !important;
    border-right: 1px solid #e7e4e4;
    font-size: 25px;
    color: #a6ce39;
    outline: 0;
}
.sustainability-carousel .owl-nav button.owl-prev i,
.sustainability-carousel .owl-nav button.owl-next i {
    opacity: 0.7;
    transition: 0.2s;
}
.sustainability-carousel .owl-nav button.owl-prev:hover i,
.sustainability-carousel .owl-nav button.owl-next:hover i {
    opacity: 1;
}
.sustainability-carousel .owl-nav button.owl-prev.disabled,
.sustainability-carousel .owl-nav button.owl-next.disabled {
    pointer-events: none;
    color: #dedddd;
}

.sustainability-carousel .owl-nav button.owl-next {
    border-right: none;
}

.sustainability-form-wrapper.section {
    background: #f0eeee;
    padding: 150px 0;
}

.sustainability-form-hold {
    background: #fff;
    padding: 100px 80px;
}

.sustainability-form {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.sustainability-form-text {
    margin-bottom: 55px;
}

.sustainability-form-text p {
    margin-bottom: 0;
    font-size: 20px;
}

.sustainability-form-wrapper-mob {
    display: none;
}

.sustainability-goal-icon img {
    max-height: 128px;
}

.hide-section {
    display: none !important;
}

.page-template-sustainability .page-banner {
    position: relative;
    z-index: 10;
}

.btn-green:focus {
    text-decoration: none;
}

.btn-green.btn-md,
.btn-green.btn-md:focus,
.btn-green.btn-md:active {
    padding: 4px 30px;
    min-width: 130px;
    text-align: center;
}

.btn-green:hover {
    background: transparent;
    color: #a6ce39;
    text-decoration: none;
}

.page-template-sustainability .page-banner {
    position: relative;
    z-index: 10;
}

.btn-green:focus {
    text-decoration: none;
}

.btn-green.btn-md,
.btn-green.btn-md:focus,
.btn-green.btn-md:active {
    padding: 4px 30px;
    min-width: 130px;
    text-align: center;
}

.header-cta {
    background: #a6ce38;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 80px;
    position: relative;
    text-align: center;
}

.header-cta:hover span {
    text-decoration: underline;
}

.header-cta span {
   display: inline-block;
   padding-right: 20px;
   background: url(../build/img/cta-arrow.svg) no-repeat right center;
}
.header-cta span a {
   color: #fff;
}

.header-cta-link {
    position: absolute;
    left:0;
    right: 58px;
    top:0;
    bottom:0;
}

.header-cta-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 100%;
    background: rgba(255,255,255,0.3) url(../build/img/cta-close.svg) no-repeat center center;
    cursor: pointer;
    transition: 0.2s;
}

.header-cta-close:hover {
    background: rgba(255,255,255,0.5) url(../build/img/cta-close.svg) no-repeat center center;
}

.custom-nav-block.header-cta-vis {
    top: 165px;
}

.btn-green-border,
.btn-green-border:focus,
.btn-green-border:active {
    border: 2px solid #a6ce39;
    color: #a6ce39;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 7px;
    outline: none;
    font-weight: 700;
    transition: all 0.3s;
    padding: 12px 30px;
    min-width: 152px;
    text-align: center;
    text-decoration: none;
}
.btn-green-border:hover {
    border: 2px solid #a6ce39;
    background: #a6ce39;
    color: #fff;
    text-decoration: none;
}

.load-more-features {
    margin-top: 20px;
}

.after-page-banner .col-sm-6.col-md-4 {
    display: none;
}

.rc-featured-wrapper {
    padding: 180px 0 120px;
    background: #f5f5f5;
}

.rc-tabs {
    margin-bottom: 60px;
}
.rc-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.rc-tabs ul li {
    margin-right: 20px;
    color: #4a4b4d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.87px;
    padding: 6px 20px 4px;
    border: 1px solid #4a4b4d;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}
.rc-tabs ul li:hover {
    border: 1px solid #a6ce39;
    color: #a6ce39;
}
.rc-tabs ul li.active {
    color: #fff;
    border: 1px solid #a6ce39;
    background: #a6ce39;
}

.rc-tabs ul li:last-child {
    margin-right: 0px;
}

.rc-tab-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rc-tab-top-left {
    width: calc(100% - 315px);
    margin-right: 20px;
}

.rc-tab-top-right {
    width: 295px;
    display: none !important;
}

.rc-tab-top-right-item {
    margin-bottom: 20px;
}

.rc-tab-top-right-item:last-child {
    margin-bottom: 0px;
}
.rc-tab-top-right-item a {
    display: block;
    min-height: 180px;
    background: #fff;
    padding: 20px 20px;
    padding-right: 20%;
    position: relative;
    text-decoration: none !important;
    transition-duration: 0.2s;
}
.rc-tab-top-right-item a:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
}

.rc-tab-content-title-sm {
    color: #000;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.35;
    max-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.rc-tab-content-link-sm {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.reg-link,
.reg-link:focus,
.reg-link:active {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a6ce39;
}

.rc-tab-top-left-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    text-decoration: none !important;
    transition: 0.2s;
}
.rc-tab-top-left-item a:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
}

.rc-tab-top-left-item-content {
    width: 50%;
    padding: 30px 60px 60px 40px;
    position: relative;
}

.rc-tab-content-title {
    color: #000;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.3;
    max-height: 108px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.rc-tab-content-excerpt {
    color: #000;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.45;
    max-height: 161px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.rc-tab-content-link {
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.rc-tab-top-left-item-image {
    width: 50%;
    min-height: 380px;
    background-size: cover !important;
}

.rc-tab-content-top {
    margin-bottom: 40px;
}

.rc-carousel-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    text-decoration: none !important;
    transition: 0.2s;
}

.rc-carousel-item a:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
}

.rc-carousel-content {
    width: 50%;
    position: relative;
    padding: 20px 20px;
}

.rc-carousel-image {
    width: 50%;
    height: 180px;
    background-size: cover !important;
}


.rc-carousel.owl-carousel .owl-nav button.owl-next, 
.rc-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #000;
    transition: 0.2s;
}
.rc-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.rc-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.7;
}
 
.rc-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -32px;
}
.rc-carousel.owl-carousel .owl-nav button.owl-next {
    right: -32px;
}

.rc-tab-content {
    display: none;
}

.rc-tab-content.active {
    display: block;
}

.rc-items-wrapper {
    padding: 100px 0 130px;
}

.rc-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.rc-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}

.rc-item a {
    display: block;
    text-decoration: none !important;
    transition: 0.2s;
}

.rc-item a:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
}

.rc-item-image {
    padding-bottom: 62%; 
    background-size: cover !important;
}

.rc-item-content {
    padding: 20px 20px 60px;
    min-height: 222px;
    position: relative;
    border: 1px solid #E2E2E2;
}

.rc-item-type {
    color: #b7b7b8;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    padding-left: 28px;
    margin-bottom: 18px;
    position: relative;
    min-height: 20px;
}
.rc-item-type img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 18px;
}

.rc-item-text {
    color: #000;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.35;
    max-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.rc-item-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.resource-hero-text {
    font-size: 24px;
    margin-bottom: 0;
}

.rc-more-button {
    margin-top: 40px;
    margin-bottom: 20px;
}

.rc-filter {
    position: relative;
    margin-bottom: 60px;
    padding-left: 90px;
    z-index: 10;
}

.rc-filter span {
    position: absolute;
    top: -1px;
    left: 0;
    color: #4a4b4d;
    font-size: 16px;
    font-weight: 100;
}

#options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rc-filter-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -15px;
    transform: translateY(-15px);
    min-width: calc(100% + 30px);
    background: #fff;
    padding: 15px 15px;
    transition: 0.2s;
}
.rc-filter-list ul li {
    margin-bottom: 5px;
}
.rc-filter-list ul li:last-child {
    margin-bottom: 0px;
}
.rc-filter-list input {
    display: none;
}
.rc-filter-list label {
    color: #4a4b4d;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
}
.rc-filter-list label:last-child {
    margin-bottom: 0px;
}
.rc-filter-list input:checked + label {
    font-weight: 700;
}
.rc-filter-list ul li a.is-checked {
    font-weight: 700;
}

.rc-filter-trigger {
    width: 192px;
    border-bottom: 1px solid #c9c9c9;
    color: #4a4b4d;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1.87px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.rc-filter-trigger:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid #4a4b4d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.rc-filter-item {
    position: relative;
    margin-right: 40px;
}

.rc-filter-item:last-child {
    margin-right: 0px;
}

.rc-filter-item.toggle .rc-filter-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.single-solution #contact {
    padding-top: 145px;
}
.single-solution .section.section-special {
    margin-bottom: 0;
}

#page-blume-solutions + #customers {
    padding-top: 145px;
} 

.section.section-alternate.case-stady-hidden {
    margin-bottom: 0;
}

.single .section.section-special.case-stady-hidden {
    margin-top: 0;
}

.resource-hero-form input,
.resource-hero-form input:focus {
    color:#fff !important;
}

.resource-hero-form select,
.resource-hero-form select:focus {
    color:#fff !important;
}


.resource-hero-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  opacity: 1; /* Firefox */
}

.resource-hero-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.5;
}

.resource-hero-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 0.5;
}

.resource-hero-form form.mktoForm .mktoFieldWrap.w-checkbox .mktoLabel {
    color:#fff;
}

.page-template-leadgen-v2 .section.section-special.__v2 .bg {
    bottom: 75px;
}
.page-template-leadgen-v2 .section {
    padding: 0 0 90px;
}
.page-template-leadgen-v2 .section.section-special {
    padding-top: 80px;
    margin-bottom: 80px;
}
.page-template-leadgen-v2 .section p:last-child {
    margin-bottom: 0;
}
.page-template-leadgen-v2.wrap-lead .page-banner {
    margin-bottom: 100px;
}

.home-new-carousel-items {
    min-height: calc(100vh - 170px);
    position: relative;
}

.home-new-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding-top: 110px;
    opacity: 0;
    transition: 0.4s;
}
.home-new-carousel-item.active {
    opacity: 1;
    transition: 0.4s;
}

.home-new-carousel-item-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-new-carousel-item video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 130%;
}


.home-new-carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60%;
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0));
}
.home-new-carousel-item .container {
    position: relative;
    z-index: 2;
}


.home-new-carousel-item-text {
    color: #ffffff;
    /* font-size: 64px; */
    font-size: 50px;
    font-weight: 100;
    line-height:1.05;
    /* max-width: 510px; */
    display: inline-block;
    background: rgba(74,75,77,0.7);
    /* padding: 50px 48px; */
    padding: 20px 30px;
}

.home-new-carousel-item-box {
    position: absolute;
    right: 0;
    /* top: 55%; */
    top: 35%;
    transform: translateY(-50%);
    background: #4a4b4d;
    width: 500px;
    padding: 30px 45px 40px 30px;
    z-index: 2;
}

.home-new-carousel-item-box-text {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.33;
    margin-bottom: 18px;
}

.home-new-carousel-wrapper {
    position: relative;
    z-index: 9;

    overflow:hidden;
}

.home-new-carousel-hold {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 16%;
    z-index: 3;
    transition:1s;
    opacity: 0;
    visibility: hidden;

    bottom:-80%;
}

.home-new-carousel-hold.cc {
    bottom:0;
    opacity: 1;
    visibility: visible;
}

.home-new-carousel-world-hold {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.home-new-carousel-world-holder {
    position: absolute;
    bottom: 0;
    left: -65%;
    right: -65%;
    width: 230%;
    top: 0;
    height: 100%;
}

.home-new-carousel-world {
    position: absolute;
    top: -75%;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover !important;
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.home-new-carousel-world.pos-1 {
    transform: rotate(39deg);
}
.home-new-carousel-world.pos-2 {
    transform: rotate(36deg);
}
.home-new-carousel-world.pos-3 {
    transform: rotate(33deg);
}
.home-new-carousel-world.pos-4 {
    transform: rotate(30deg);
}
.home-new-carousel-world.pos-5 {
    transform: rotate(27deg);
}
.home-new-carousel-world.pos-6 {
    transform: rotate(24deg);
}
.home-new-carousel-world.pos-7 {
    transform: rotate(21deg);
}
.home-new-carousel-world.pos-8 {
    transform: rotate(18deg);
}
.home-new-carousel-world.pos-9 {
    transform: rotate(15deg);
}
.home-new-carousel-world.pos-10 {
    transform: rotate(12deg);
}

.home-new-carousel-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.home-new-carousel-dots ul li {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.home-new-carousel-dots ul li:nth-child(1) {
    top: 90%;
    left: 2.8%;
}
.home-new-carousel-dots ul li:nth-child(2) {
    top: 66%;
    left: 10%;
}
.home-new-carousel-dots ul li:nth-child(3) {
    top: 41%;
    left: 20%;
}
.home-new-carousel-dots ul li:nth-child(4) {
    top: 25%;
    left: 30%;
}
.home-new-carousel-dots ul li:nth-child(5) {
    top: 14%;
    left: 41%;
}
.home-new-carousel-dots ul li:nth-child(6) {
    top: 14%;
    left: 54%;
}
.home-new-carousel-dots ul li:nth-child(7) {
    top: 21%;
    left: 65%;
}
.home-new-carousel-dots ul li:nth-child(8) {
    top: 34%;
    left: 76%;
}
.home-new-carousel-dots ul li:nth-child(9) {
    top: 57%;
    left: 87%;
}
.home-new-carousel-dots ul li:nth-child(10) {
    top: 88%;
    left: 97%;
}

.home-new-carousel-dots ul li:nth-child(1) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(-27deg);
}
.home-new-carousel-dots ul li:nth-child(2) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(-21deg);
}
.home-new-carousel-dots ul li:nth-child(3) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(-15deg);
}
.home-new-carousel-dots ul li:nth-child(4) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(-9deg);
}
.home-new-carousel-dots ul li:nth-child(5) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(-7deg);
}
.home-new-carousel-dots ul li:nth-child(6) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(2deg);
}
.home-new-carousel-dots ul li:nth-child(7) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(7deg);
}
.home-new-carousel-dots ul li:nth-child(8) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(15deg);
}
.home-new-carousel-dots ul li:nth-child(9) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(24deg);
}
.home-new-carousel-dots ul li:nth-child(10) .home-new-carousel-dot {
    transform: translate(-50%, -50%) rotate(25deg);
}

.home-new-carousel-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 8px;
    background: #A6CE38;
    border-radius: 50%;
}
.home-new-carousel-dot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    animation: blinkk 0.7s linear infinite;
}

@-webkit-keyframes blinkk {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes blinkk {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes blinkk {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes blinkk {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.home-new-carousel-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 69px;
    height: 69px;
    border-radius: 50%;
    opacity: 0;
    background: #16becf;
    -webkit-box-shadow: 0px 0px 16px #16becf;
    -moz-box-shadow: 0px 0px 16px #16becf;
    box-shadow: 0px 0px 16px #16becf;
    transition: 0.2s;
}
.home-new-carousel-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 48px;
    max-height: 40px;
}

.home-new-carousel-dots ul li.active .home-new-carousel-icon,
.home-new-carousel-dots ul li:hover .home-new-carousel-icon {
    opacity: 1;
}

.home-new-carousel-dots ul li.active .home-new-carousel-icon {
    background: #a6ce39;
    -webkit-box-shadow: 0px 0px 16px #a6ce39;
    -moz-box-shadow: 0px 0px 16px #a6ce39;
    box-shadow: 0px 0px 16px #a6ce39;
}

.home-new-carousel-net {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../build/img/net.svg) no-repeat bottom center / 100%;
}

.btn-green-border2, 
.btn-green-border2:focus, 
.btn-green-border2:active {
    border: 2px solid #a6ce39;
    color: #fff;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 25px;
    outline: none;
    font-weight: 900;
    transition: all 0.3s;
    padding: 12px 30px;
    min-width: 152px;
    letter-spacing: 2px;
    text-align: center;
    transition: 0.2s;
}
.btn-green-border2:hover {
    border: 2px solid #a6ce39;
    color: #fff;
    background: #a6ce39;
    text-decoration: none;
}

.leadgen-v2-image-correction {
    padding-bottom: 70px;
    padding-left: 12%;
}
.leadgen-v2-image-correction img {
    max-width: 100%;
}

.single-solution .section.section-special.section-video {
    margin-bottom: 0px;
    margin-top: 0;
}

.section-special.section-video + .section.push-up-image .section-image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.rc-tabs-contents {
    position: relative;
}

.rc-tabs-content-form-hold {
    position: absolute;
    top: 0;
    right: 0;
    width: 295px;
    height: 380px;
    background: #fff;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.2s;
}

.rc-tabs-content-form-position {
    width: 100%;
}

.rc-tabs-content-form-hold:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
    box-shadow: 0px 0px 20px rgba(74,75,77,0.2);
}

.rc-tabs-content-form-title {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3
}
.rc-tabs-content-form-text {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 8px;
}

.rc-tabs-content-form .mktoButtonRow {
    width: 100%;
    text-align: center !important;
    padding-top: 60px !important;
}

.sustainability-blue-icon {
    text-align: center;
    margin-bottom: 8px;
}
.sustainability-blue-icon img {
    max-height: 80px;
}
.sustainability-blue-icon:last-child {
    margin-bottom: 0px;
}
.sustainability-blue-icon-title {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
}

.sustainability-blue-headline {
    margin-bottom: 50px;
}

.sustainability-blue-list {
    margin-top: 65px;
}
.sustainability-blue-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sustainability-blue-list ul li {
    width: 100%;
    max-width: 340px;
    margin-right: 50px;
    padding: 50px 45px 0;
    background: #fff;
    text-align: center;
}
.sustainability-blue-list ul li:nth-child(2n) {
    margin-right: 0px;
}

.sustainability-blue-list-icon {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}
.sustainability-blue-list-icon img {
    max-height: 100%;
}

.sustainability-blue-list-title {
    font-size: 28px;
    color: #000;
    line-height: 1.15;
    margin-bottom: 12px;
}

.sustainability-blue-list-subtitle {
    font-size: 16px;
    font-weight: 900;
    color: #464646;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sustainability-blue.old-style {
    padding-bottom: 120px;
}
.sustainability-blue.old-style:before {
    display: none;
}
.sustainability-blue.old-style .sustainability-blue-headline {
    display: none;
}
.sustainability-blue.old-style .sustainability-blue-list {
    display: none;
}

.object-fit img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map-canvas {
    opacity: 0;
    visibility: hidden;
}

.social-media li.youtube a:hover {
    background-color: #f00;
}
.social-media li.instagram a:hover {
    background: #dc2743; 
}

.social-media li:last-child {
    padding-bottom: 0;
} 

body .section.section-inside {
    padding-top: 90px;
}
body .section.section-inside#page-platform {
    padding-bottom: 90px;
}

body .section.after-page-banner {
    padding-top: 160px;
    padding-bottom: 50px;
}

body .section {
    padding: 0 0 80px;
}
body #global-network.section {
    padding-top: 90px;
}

body.page-platform .section#global-network {
    padding-bottom: 80px;
}

body .section.section-alternate {
    padding-top: 90px;
    margin-bottom: 90px;
}

body .section.push-up-image .section-image {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
}
.load-more-features {
    margin-bottom: 40px;
}

body .section.section-special {
    padding-top: 100px;
}
body .section.section-special iframe {
    margin-bottom: 0;
}

body.single .section.section-special {
    margin-top: 0;
}

body.single-solution #contact,
#contact.section {
    padding-top: 80px;
}

/*.page-template-advanced #contact {
    padding-top:0px;
}*/

.section.after-banner + #contact {
    padding-top:0px;
}

.page-template-advanced .section.section-special + #contact {
    padding-top:0px;
}

.page-template-advanced .section.section-special {
    margin-bottom:80px !important;
}

.section.after-page-banner + #contact {
    padding-top: 0;
}

.section.section-alternate.case-stady-hidden + #blocks {
    margin-top: 90px;
}

.page-banner .description.btn-several {
    width: 675px;
}

.page-banner .description.btn-several a {
    padding: 10px 17px;
    margin-bottom: 10px;
}

body #customers.section #case-studies {
    height: auto;
    min-height: 475px;
}
body #customers.section #case-studies .section-btn p {
    margin-bottom: 0;
}

.single-solution .slide-hero .description p:last-child {
    margin-bottom: 0;
}

.section.section-primary.after-page-banner + .section.push-up-image.section-alternate  .section-image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin: 0;
    position: static;
}

.section.push-up-image.section-alternate  .section-image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin: 0;
    position: static;
}

.page-banner .description {
    margin-bottom: 80px;
}

/*.section.push-up-image + #contact {
    padding-top: 0px;
}*/

.home #global-network.section {
    padding-bottom: 100px !important;
    padding-top: 100px;
}

.home .section.solutions-section {
    padding: 100px 0 60px;
}
.home .section.learning-center-section .col-sm-7 .fadeLeft {
    margin-bottom: 0;
}
.home .section.learning-center-section {
    padding: 100px 0;
}
.home .section.customers-section {
    padding: 100px 0;
}

.home .section#contact {
    padding-top: 100px;
}

.wrap-lead .page-banner {
    margin-bottom: 90px !important;
}

.page-template-events-flexible.wrap-lead .page-banner {
    margin-bottom: 0px !important;
}

.footer-nav-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 12px;
}

#footer .footer-nav-list ul li {
    line-height: 1.4;
    margin-bottom: 9px;
}
#footer .footer-nav-list ul li:last-child {
    margin-bottom: 0px;
}
#footer .footer-nav-list ul li a {
    font-weight: 300;
}

.footer-soc {
    margin-top: 24px;
}

.footer-soc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.footer-soc ul li {
    margin-right: 20px;
}
.footer-soc ul li:last-child {
    margin-right: 0px;
}
.footer-soc ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #726b69;
    color: #464646;
    text-align: center;
    padding: 2px 0;
    transition: all .3s;
    border: 0 !important;
}
.footer-soc ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #726b69;
    color: #464646 !important;
    text-align: center;
    padding: 2px 0;
    transition: all .3s;
    border: 0 !important;
}

.footer-soc li a:hover {
    color: #dadada !important;
}

.footer-soc li.fb a:hover {
    background-color: #37589b;
}

.footer-soc li.twitter a:hover {
    background-color: #1da1f2;
}
.footer-soc li.linkedin a:hover {
    background-color: #0077b5;
}
.footer-soc li.youtube a:hover {
    background-color: red;
}
.footer-soc li.instagram a:hover {
    background: #dc2743;
}

.copyrights-hold {
    border-top: 2px solid #a9a3a1;
}

.footer-n-top {
    margin-bottom: 22px;
}
.footer-nav-hold > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    width: calc(100% + 25px);
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.footer-nav-hold > ul > li {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px);
    margin-right: 16px;
}
.footer-nav-hold > ul > li:last-child {
    margin-right: 0px;
}

.footer-logo {
    margin-bottom: 65px;
}

.footer-logo svg {
    width: 250px;
    height: auto;
}

body #footer {
    background-color: #464646;
    background-image: url(../build/img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.footer-left-text {
    margin-bottom: 56px;
}
.footer-left-text p {
    font-size: 18px;
}
.footer-left-text p:last-child {
    margin-bottom: 0;
}

.footer-left-button .btn.btn-primary {
    border: 1px solid #a6ce39 !important;
}

#footer .copyrights a:last-child {
    margin-left: 20px;
}

.cookies-hold {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.cookies-right {
    width: 256px;
    background: #9AD100;
    text-align: center;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cookies-left {
    width: calc(100% - 256px);
    padding: 20px 250px 20px 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.cookies-left span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.cookies-left-content {
    width: 100%;
}

.cookies-left-content {
    color: #565655;
    font-weight: 300;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.cookies-left-content a {
    color: #9AD100;
}

.cookies-hold .btn-green-border, 
.cookies-hold .btn-green-border:focus, 
.cookies-hold .btn-green-border:active {
    letter-spacing: 2.4px;
    font-size: 14px;
    min-width: 1px;
    padding: 6px 15px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.cookies-right .btn-green-border:hover {
    border: 2px solid #fff;
}

.cookies-left-content p {
    margin-bottom: 0;
}

@media (max-width: 400px) {
    .sustainability-goals-wrapper.section {
        padding-top: 220px;
    }
}

@media (max-width: 1599px) {
    .sustainability-carousel-right {
        width: calc(100% + (100vw - 1170px) / 2);
    }
    .sustainability-carousel .owl-nav {
        bottom: 0px;
        left: calc(1200px * -0.333 - 20px);
    }
}

@media (max-width: 1399px) {
    .sustainability-carousel .owl-nav {
        left: calc(1170px * -0.333 - 20px);
    }
    .sustainability-carousel-right {
        width: calc(100% + (100vw - 1140px) / 2);
    }
}

@media (max-width: 1280px) {
    .home-new-carousel-item-text {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .footer-nav-hold > ul {
        margin-left: 0px;
        width: 100%;
    }
    .home-new-carousel-item video {
        max-width: 140%;
    }
    .single-solution .section.section-special.section-video {
        margin-bottom: 0;
    }
    .leadgen-v2-image-correction {
        padding-left: 15%;
    }
    .home-new-carousel-icon img {
        max-width: 34px;
        max-height: 26px;
    }
    .home-new-carousel-icon {
        width: 50px;
        height: 50px;
    }
    .home-new-carousel-item-box {
        /* top: 52%; */
        width: 360px;
        padding: 20px 25px;
    }
    .home-new-carousel-item-box-text {
        font-size: 20px;
    }
    .rc-tab-content-link {
        left: 20px;
    }
    .rc-tab-top-left-item-content {
        padding: 30px 30px 60px 20px;
    }
    .sustainability-form-wrapper.section {
        padding: 130px 0;
    }
    .sustainability-carousel-item {
        width: 350px;
    }    
    .sustainability-carousel-content {
        padding: 32px 25px 42px;
    }
    .sustainability-carousel .owl-nav {
        left: calc(970px * -0.333 - 20px);
    }
    .sustainability-carousel-right {
        width: calc(100% + (100vw - 960px) / 2);
    }
    .sustainability-carousel-left {
        padding-top: 0px;
    }
    .sustainability-carousel-left p {
        font-size: 18px;
        line-height: 1.75;
    }
    .sustainability-carousel-wrapper.section {
        padding: 140px 0;
    }
    .sustainability-grey-circle-update {
        font-size: 18px;
    }
    .sustainability-grey-circle-text {
        font-size: 18px;
    }
    .sustainability-grey-circle-icon {
        margin-bottom: 30px;
    }
    .sustainability-grey-circle-title {
        font-size: 120px;
        margin-bottom: 20px;
    }
    .sustainability-grey-content p {
        font-size: 18px;
    }
    .sustainability-features-wrapper.section {
        /* padding: 280px 0 150px; */
        padding: 150px 0;
    }
    .sustainability-feature-item {
        margin-bottom: 160px;
    }
    .sustainability-feature-text {
        font-size: 18px;
    }
    .sustainability-blue-text {
        font-size: 24px;
    }
    .sustainability-bottom {
        font-size: 20px;
    }
    .sustainability-goal-icon img {
        max-height: 90px;
    }
    .sustainability-goal-text {
        font-size: 50px;
    }
    .sustainability-goal-nr span {
        font-size: 100px;
    }
    .sustainability-goal-nr {
        font-size: 120px;
    }
    .sustainability-goal-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .page-template-sustainability .page-banner .description p {
        font-size: 20px;
        line-height: 1.5;
    }
    .page-template-sustainability .page-banner .description {
        margin-bottom: 80px;
    }
    .sustainability-goals-wrapper h2 {
        margin-bottom: 80px;
    }
    .sustainability-grey-circle-hold {
        margin-bottom: 30px;
    }
}


@media (max-width: 991px) {
    .cookies-left span {
        position: absolute;
        top: auto;
        transform: translateY(0%);
        right: 0;
        left: 0;
        width: 100%;
        bottom: 20px;
        text-align: center;
    }
    .cookies-left {
        width: calc(100% - 200px);
        padding: 20px 20px 70px;
    }
    .cookies-right {
        width: 200px;
        padding: 30px 20px;
    }
    .cookies-hold .btn-green-border, 
    .cookies-hold .btn-green-border:focus, 
    .cookies-hold .btn-green-border:active {
        letter-spacing: 0px;
    }
    .footer-left-text p {
        font-size: 16px;
    }
    .footer-soc {
        margin-top: 0px;
    }
    .footer-nav-hold > ul > li {
        min-width: 45%;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 30px;
    }
    .footer-nav-hold > ul > li:nth-child(2n) {
        margin-right: 0%;
    }
    .home-new-carousel-item-text {
        font-size: 36px;
        padding: 15px 20px;
    }
    .home-new-carousel-item video {
        max-width: 1000%;
    }
    .sustainability-blue.old-style {
        padding-bottom: 100px;
    }
    .sustainability-content-wrapper {
        margin-bottom: -80px;
    }
    .scroll .custom-nav-block.header-cta-vis {
        top: 92px;
    }
    .scroll .custom-nav-block {
        top: 92px;
    }
    .single-solution .section.section-special.section-video {
        margin-top: 60px;
    }
    .home-new-carousel-item-box-text {
        font-size: 18px;
    }
    .home-new-carousel-item-box {
        width: 48%;
        max-width: 300px;
        padding: 20px 20px;
    }
    .home .wrap {
        position: relative;
        overflow: hidden;
    }
    #page-blume-solutions+#customers {
        padding-top: 110px;
    }
    .rc-items-wrapper {
        padding: 80px 0 100px;
    }
    .rc-filter {
        margin-bottom: 40px;
        padding-left: 0px;
        padding-top: 40px;
    }
    .rc-featured-wrapper {
        padding: 160px 0 100px;
    }
    .rc-tabs {
        margin-bottom: 44px;
    }
    .rc-tabs ul li {
        letter-spacing: 1px;
        padding: 6px 15px 4px;
    }
    .rc-tab-top-right-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 0;
    }
    .rc-tab-top-right-item:nth-child(2n) {
        margin-right: 0;
    }
    .rc-tab-top-right {
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; */
    }
    .rc-tab-content-top {
        display: block;
    }
    .rc-tab-top-left {
        /* width: calc(100%); */
        width: calc(100% - 250px);
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .rc-tabs-content-form-hold {
        width: 230px;
        padding: 20px 20px;
    }
    .rc-tabs-content-form-text {
        font-size: 16px;
    }
    .rc-item {
        width: calc(33.333% - 20px);
    }
    .sustainability-form-wrapper.section {
        padding: 110px 0;
    }
    .sustainability-carousel-item {
        width: 320px;
    }
    .sustainability-carousel-left {
        padding-right: 100px;
    }
    .sustainability-carousel .owl-nav {
        left: auto;
        right: 0px;
        bottom: auto;
        top: -65px;
    }
    .sustainability-form {
        padding: 0 0%;
    }
    .sustainability-carousel-right {
        width: calc(100% + (100vw - 730px) / 2);
    }
    .sustainability-carousel-wrapper.section {
        padding: 120px 0;
    }
    .sustainability-grey-circle-hold {
        margin-bottom: 20px;
    }
    .sustainability-grey-content {
        padding-right: 10%;
    }
    .sustainability-grey-content p {
        font-size: 16px;
    }
    .sustainability-grey-circle-update {
        font-size: 16px;
    }
    .sustainability-grey-circle-text {
        font-size: 16px;
    }
    .sustainability-grey-circle-icon {
        margin-bottom: 20px;
    }
    .sustainability-grey-circle-title {
        font-size: 100px;
        margin-bottom: 10px;
    }
    .sustainability-grey-circle-icon img {
        max-width: 45px;
    }
    .sustainability-grey-right {
        padding-left: 0;
    }
    .sustainability-feature-item {
        margin-bottom: 120px;
        min-height: 560px;
    }
    .sustainability-feature-icon {
        margin-bottom: 30px;
    }
    .sustainability-feature-text {
        font-size: 16px;
    }
    .sustainability-features-wrapper.section {
        /* padding: 180px 0 130px; */
        padding: 130px 0;
    }
    .sustainability-blue-text {
        font-size: 20px;
    }
    .sustainability-blue {
        padding: 280px 0 0px;
    }
    .sustainability-goals:after {
        width: 70px;
    }
    .sustainability-goal-icon img {
        max-height: 70px;
    }
    .sustainability-goal-text {
        font-size: 40px;
    }
    .sustainability-bottom {
        font-size: 18px;
    }
    .sustainability-goal-nr span {
        font-size: 80px;
    }
    .sustainability-goal-nr {
        font-size: 100px;
    }
    .sustainability-goal-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sustainability-goals-wrapper h2 {
        margin-bottom: 60px;
    }
    .page-template-sustainability .page-banner .description p {
        font-size: 18px;
    }
    .custom-nav-block > ul > li ul li#menu-item-6302:before {
        top: -2px;
        left: -50px;
    }
    .custom-nav-block > ul > li {
        padding-left: 50px;
        margin-right: 60px;
    }
    .custom-nav-block {
        padding: 40px 40px;
    }
    .page-template-sustainability .page-banner .description {
        width: 100%;
    }
    .rc-carousel.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .rc-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
}


@media (max-width: 767px) { 
    .cookies-right {
        width: 100%;
        padding: 20px 20px;
    }
    .cookies-left {
        width: 100%;
    }
    body #footer {
        background-position: 5% 80%;
        background-size: contain;
    }
    #footer .copyrights a:last-child {
        margin-left: 0px;
    }
    .footer-nav-title {
        font-size: 18px;
    }
    .footer-nav-hold {
        margin-top: 40px;
    }
    .footer-left-text {
        margin-bottom: 30px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .home-new-carousel-item-text {
        padding: 12px 20px;
    }
    body.home #customers.section #case-studies {
        height: auto;
        min-height: 1px;
    }
    .home .section#contact {
        padding-top: 80px;
    }
    .home .section.learning-center-section {
        padding: 80px 0;
    }
    .home .section.solutions-section {
        padding: 80px 0 40px;
    }
    .home #global-network.section {
        padding-bottom: 80px !important;
        padding-top: 80px;
    }
    .section.section-primary.after-page-banner + .section.push-up-image.section-alternate .section-image {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0);
    }
    .page-banner .description {
        margin-bottom: 80px;
        padding: 30px 25px !important;
        /*font-size: 17px !important;*/
    }
    #footer .social-media li {
        margin-right: 4px !important;
    }
    .sustainability-blue.old-style {
        padding-bottom: 80px;
    }
    .sustainability-content-wrapper {
        padding: 40px 20px 0;
        margin-bottom: -80px;
    }
    .sustainability-blue-list-icon {
        margin-bottom: 15px;
    }
    .resource-hero-text {
        font-size: 18px;
    }
    .sustainability-blue-list ul li {
        margin-right: 20px;
        padding: 30px 30px 0;
    }
    .sustainability-blue-list-title {
        font-size: 20px;
    }
    .rc-tabs-content-form .mktoButtonRow {
        padding-top: 40px !important;
    }
    .rc-tabs-content-form-hold {
        width: 100%;
        padding: 20px 24px;
    }
    .rc-tab-top-left {
        width: 100%;
    }
    .rc-tab-content-top {
        padding-top: 400px;
    }
    .single-solution .section.section-special.section-video {
        margin-top: 140px;
    }
    .home-new-carousel-item video {
        max-width: 2000%;
        max-height: 100%;
    }
    .home-new-carousel-icon img {
        max-width: 26px;
        max-height: 22px;
    }
    .home-new-carousel-icon {
        width: 40px;
        height: 40px;
    }
    .home-new-carousel-items {
        min-height: 400px;
        height: calc(100vh - 85px);
    }
    .home-new-carousel-item {
        padding-top: 35px;
    }
    .home-new-carousel-item-box-button .btn-green-border2, 
    .home-new-carousel-item-box-button .btn-green-border2:focus, 
    .home-new-carousel-item-box-button .btn-green-border2:active {
        font-size: 13px;
        padding: 8px 25px;
        min-width: 120px;
    }
    .home-new-carousel-item-box {
        max-width: calc(100% - 15px);
        width: auto;
        padding: 15px 15px;
        top: auto;
        bottom: 6%;
    }
    .home-new-carousel-item-box-text {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .home-new-carousel-item-text {
        font-size: 26px;
        max-width: 100%;
    }
    .single .section.section-special.case-stady-hidden {
        margin-top: 100px;
    }
    #page-blume-solutions+#customers {
        padding-top: 90px;
    }
    .single-solution #contact {
        padding-top: 80px;
    }
    .rc-featured-wrapper {
        padding: 180px 0 90px;
    }
    .rc-items-wrapper {
        padding: 70px 0 80px;
    }
    .rc-tabs {
        margin-bottom: 25px;
    }
    .rc-tabs ul li {
        margin-right: 0;
        margin-bottom: 5px;
        text-align: center;
        padding: 4px 15px 2px;
        font-size: 12px;
    }
    .rc-tabs ul li:last-child {
        margin-bottom: 0px;
    }
    .rc-tabs ul {
        display: block;
    }
    .rc-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .rc-carousel.owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
    .rc-tab-content-title {
        font-size: 24px;
        max-height: 93px;
    }
    .rc-carousel-image {
        height: 160px;
    }
    .rc-tab-content-link-sm {
        bottom: 15px;
        left: 15px;
    }
    .rc-tab-top-right-item a {
        min-height: 160px;
        padding: 20px 15px;
    }
    .rc-tab-top-left-item a {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rc-tab-top-left-item-content {
        width: 100%;
        order: 2;
    }
    .rc-tab-top-left-item-image {
        width: 100%;
        padding-bottom: 66%;
        min-height: 1px;
    }
    .rc-tab-content-title-sm {
        font-size: 15px;
        max-height: 80px;
    }
    .rc-items {
        margin-left: -5px;
        width: calc(100% + 10px);
    }
    .rc-item-link {
        left: 15px;
        bottom: 15px;
    }
    .rc-tab-content-link-sm .reg-link, 
    .rc-tab-content-link-sm .reg-link:focus, 
    .rc-tab-content-link-sm .reg-link:active {
        font-size: 13px;
    }
    .rc-item .reg-link, 
    .rc-item .reg-link:focus, 
    .rc-item .reg-link:active {
        font-size: 13px;
    }
    .rc-item-text {
        font-size: 15px;
        max-height: 80px;
    }
    .rc-item-type {
        font-size: 13px;
        min-height: 17px;
    }
    .rc-item-content {
        padding: 20px 15px 60px;
        min-height: 200px;
    }
    .rc-filter-item:nth-child(1) {
        z-index: 45;
    }
    .rc-filter-item:nth-child(2) {
        z-index: 44;
    }
    .rc-filter-item:nth-child(3) {
        z-index: 43;
    }
    .rc-filter-item:nth-child(4) {
        z-index: 42;
    }
    .rc-filter-item {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .rc-filter-trigger {
        width: 100%;
    }
    #options {
        display: block;
    }
    .rc-item {
        width: calc(50% - 10px);
        margin: 0 5px 20px;
    }
    .header-cta-close {
        width: 45px;
    }
    .header-cta { 
        font-size: 14px;
        line-height: 1.2;
        padding: 12px 60px;
        padding-left: 20px;
    }
    .header-cta-link {
        right: 45px;
    }

    .sustainability-goals-wrapper h2 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .sustainability-form-wrapper-mob {
        display: block;
    }
    .sustainability-form-wrapper-desk {
        display: none;
    }
    .sustainability-feature-text:before {
        height: 90px;
    }
    .sustainability-feature-icon img {
        max-width: 40px;
    }
    .sustainability-feature-item {
        min-height: 10px;
    }
    .sustainability-feature-image {
        height: 150px;
    }
    .sustainability-feature-text {
        width: 90%;
    }
    .sustainability-goals:after {
        display: none;
    }
    .sustainability-grey-circle-title {
        font-size: 80px;
    }
    .sustainability-grey-content h2,
    .sustainability-carousel-left h2 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .sustainability-form-text p {
        font-size: 16px;
    }
    .sustainability-form-text h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .sustainability-form-hold {
        padding: 40px 20px;
    }
    .sustainability-form-wrapper.section {
        padding: 180px 0 80px;
    }
    .sustainability-carousel-title {
        font-size: 20px;
        height: 78px;
        max-height: 78px;
    }
    .sustainability-carousel .owl-nav {
        top: -45px;
    }
    .sustainability-carousel-left {
        padding-bottom: 40px;
    }
    .sustainability-carousel-content {
        padding: 25px 20px 30px;
    }
    .sustainability-carousel-left p {
        font-size: 16px;
    }
    .sustainability-carousel-item {
        width: 280px;
    }
    .sustainability-carousel-right {
        width: calc(100% + 15px);
    }
    .sustainability-carousel-left {
        padding-right: 0px;
    }
    .sustainability-carousel-wrapper.section {
        padding: 80px 0;
    }
    .sustainability-grey-wrapper.section {
        padding: 80px 0;
    }
    .sustainability-grey-content p {
        font-size: 14px;
    }
    .sustainability-grey-content {
        padding-right: 0%;
    }
    .sustainability-grey-wrapper .row {
        display: block;
        width: calc(100% + 30px);
    }
    .sustainability-feature-text {
        font-size: 14px;
    }
    .sustainability-feature-title {
        width: 200px;
    }
    .sustainability-feature-title h2 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .sustainability-feature-item {
        margin-bottom: 80px;
    }
    .sustainability-features-wrapper.section {
        /* padding: 180px 0 80px; */
        padding: 80px 0px;
    }
    .sustainability-blue-text {
        font-size: 18px;
    }
    .sustainability-blue {
        padding: 80px 0px 0;
    }
    .sustainability-goals {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .sustainability-goal-icon img {
        max-height: 60px;
    }
    .sustainability-goal-text {
        font-size: 32px;
    }
    .sustainability-goal-nr span {
        font-size: 60px;
    }
    .sustainability-goal-nr {
        font-size: 80px;
    }
    .sustainability-bottom {
        font-size: 16px;
    }
    .sustainability-goal {
        margin-bottom: 15px;
    }
    .sustainability-goal-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sustainability-goals ul {
        display: block;
    }
    .sustainability-goals ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 60px;
    }
    .sustainability-goals ul li:last-child {
        margin-bottom: 0px;
    }
    .sustainability-goals-wrapper.section {
        padding-right: 0px;
    }
    .page-template-sustainability .page-banner .description {
        padding: 50px 20px;
    }
    .page-template-sustainability .page-banner .description p {
        /*font-size: 14px;*/
        margin-bottom: 20px;
    }
    .page-template-sustainability .page-banner .description h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    .custom-nav-block {
        display: none !important;
    }
    .sustainability-goals-wrapper.section {
        padding: 80px 0;
    }
}

@media (max-width: 575px) { 
    .sustainability-blue-list {
        margin-top: 40px;
    }
    .sustainability-blue-headline {
        margin-bottom: 30px;
    }
    .sustainability-blue-list ul li {
        margin-bottom: 20px;
        margin-right: 0;
        padding: 30px 30px;
    }
    .sustainability-blue-list ul li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .sustainability-blue-list ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


@media (max-width: 360px) {
    .sustainability-form-wrapper.section {
        padding: 220px 0 80px;
    }
}

@media (max-width: 400px) {
    .sustainability-goals-wrapper.section {
        padding-top: 220px;
    }
}


/* subnav update */

.blm-menu ul.navbar-nav li .dropdown-menu,
.custom-nav-block {
    background:rgba(255,255,255, 0.9) !important;
}

.blm-menu ul.navbar-nav li .dropdown-menu li > a,
.custom-nav-block > ul > li > a,
.custom-nav-block > ul > li ul li a {
    color:#464646 !important;
}

.blm-menu ul.navbar-nav li.open .dropdown-menu li:nth-child(8) > a {
    transition-delay: 0.8s;
}

.blm-menu ul.navbar-nav li.open .dropdown-menu li:nth-child(9) > a {
    transition-delay: 0.9s;
}

.blm-menu ul.navbar-nav li.open .dropdown-menu li:nth-child(10) > a {
    transition-delay: 1s;
}



.section-text .addeventatc {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .16em;
    font-weight: 900;
    border: 1px solid #fff;
    background: 0;
    color: #fff;
    padding: 10px 40px;
    transition: all .2s;
    line-height: 24px;
    border-radius: 7px;
    border-color: #a6ce39;
    background: 0;
    color: #a6ce39 !important;
    box-shadow: none !important;
}

.section-text .addeventatc:hover {
    border-color: #a6ce39;
    background: #a6ce39;
    color: #fff !important;
    font-size: 16px !important;
}

.addeventatc .addeventatc_icon {
    display: none !important;
}

.section-text .addeventatc span {
    letter-spacing: 0 !important;
}