/*
Theme Name: GPA
Theme URI: Tamlyn
Description: Custom Theme
Version: 1.0
Author: Tamlyn Author
URI: www.lilo.co.uk */

/* @import url("https://use.typekit.net/nyy5zlx.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600&display=swap');
@import 'assets/fonts/icons/icons.css'; */

:root {
    --text-color: #10161d;
    --light-blue-color: #8faadc;
    --dark-blue-color: #2d3848;
    --darkest-blue-color: #232b37;
    --pink-color: #ad327c;
    --body-color: #000;
    --white-color: #fff;
    --font-family-1: futura-pt, sans-serif;
    --font-family-2: 'Roboto Mono', monospace;
    --mobile-gutter: 32px;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    font-family: var(--font-family-1);
    font-size: 18px;
    line-height: 1.6em;
    color: var(--body-color);
    
    width: 100%;
    position: relative;
    font-weight: 400;
    overflow-x: hidden !important;
    background: #f6f6f6;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none !important;
    color: #ea5519;
}
button:focus, input:focus, textarea:focus, select:focus, button:active, input:active, textarea:active, select:active {
    outline: none !important;
    box-shadow: none !important;
}
:focus, :hover, :active {
    text-decoration: none
}
.white {
    color: #fff;
}
h1 {
    margin: 15px 0;
    font-weight: 500;
    line-height: 1.3em;
}
h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 1.3em;
}
b, strong {
    font-weight: 600;
}
section, footer {
    padding: 110px 0;
    width: 100%;
    background: #fff;
    display: block;
}
.overlay-slide img {
    width: 100%;
}
.container-fluid {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.d-none a {
    display: block;
    padding: 2px 0;
}
.hidden-text {
    position: absolute;
    left: 999px;
    width: 0;
    height: 0;
}
.max-width-760 {
    max-width: 550px;
    margin-bottom: 50px;
}
/*********************************************
**********************************************
MADE FOLLOWING EDITS TO BLOCKQUOTE -
REMOVED: text-transform: uppercase;
REMOVED: font-size: 20px;
CHANGED font-family from 2 to 1
**********************************************
********************************************** */

blockquote {
    font-family: var(--font-family-1);
    line-height: 32px;
    font-weight: 300;
    border-left: 3px solid #ff8c4c;
    padding: 15px 15px 15px 30px;
    margin-bottom: 30px;
    background: #F3F5F4
}
.gallery-carousel {
    -webkit-backface-visibility: hidden;
}
/*********************************************
**********************************************
SPINE
**********************************************
********************************************** */

.spine-outer, .spine-outer-one {
    width: 85px;
    height: 380px;
    position: absolute;
    z-index: 200;
    top: -240px;
    right: 0;
}
.single .spine-outer, .spine-outer-one {
    top: calc(50% - 200px);
}
.home .spine {
    width: 420px;
}
#banner .spine-outer {
    top: calc(50% - 210px);
}
#banner .down-arrow {
    margin-top: 0 !important;
}

.spine {
    width: 380px;
    height: 85px;
    background: #FF8C4C;
    color: #000;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-270deg) translateY(-100%);
    -moz-transform: rotate(-270deg) translateY(-100%);
    -ms-transform: rotate(-270deg) translateY(-100%);
    -o-transform: rotate(-270deg) translateY(-100%);
    transform: rotate(-270deg) translateY(-100%);

    font-family: var(--font-family-2);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 85px;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}
.spine span {
    font-weight: 500
}
.section-spine {
    width: 380px;
    height: 85px;
    background: #FF8C4C;
    color: #000;

    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 85px;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;

    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-270deg) translateY(-100%);
    -moz-transform: rotate(-270deg) translateY(-100%);
    -ms-transform: rotate(-270deg) translateY(-100%);
    -o-transform: rotate(-270deg) translateY(-100%);
    transform: rotate(-270deg) translateY(-100%);
}
.section-spine p {
    margin: 0;
}
.section-spine h5 {
    height: 85px;
    line-height: 85px;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.5em;
    font-weight: 400;
    margin: 0 !important;
}
.section-spine h5 a, #sustainable-solutions .section-spine a {
    color: #fff;
    transition: 0.5s;
}
.section-spine h5 a:hover, #sustainable-solutions .section-spine a:hover {
    opacity: 0.5
}
.section-spine span, .section-spine h5 strong {
    font-weight: 500
}
@media (max-width: 800px) {
    .spine-outer {
        width: 40px;
    }
    .spine, .section-spine {
        height: 40px;
        line-height: 40px;
        display: none;
    }
}
@media (max-width: 600px) {
    .section-spine {
        display: none;
    }
    .filter-by-text {
        display: none
    }
}
/*********************************************
**********************************************
CAPTION
**********************************************
********************************************** */

.alm-btn-wrap .alm-load-more-btn {
    box-shadow: none !important;
}
.wp-caption {
    width: 100% !important;
    font-size: 18px;
    margin: 35px 0;
}
.wp-caption-text {
    color: #000;
    margin-top: 7px;
    opacity: 0.5;
    font-size: 18px;
}
.content-left img {
    margin: 35px 0;
}
.content-left .wp-caption img {
    margin: 0;
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 180px;
    /*background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);*/
    padding: 70px 70px 0;
    z-index: 1001;
}
header > div {
    position: relative;
}
header .d-flex {
    max-width: 1800px;
    margin: 0 auto;
}
header svg {
    width: 180px;
    z-index: 11111;
    position: relative
}
header svg #Homepage {
    fill: #292B6C;
}
header .menu-plus {
    cursor: pointer;
}
/*@media (max-width: 768px) {
    header svg #Homepage {
        fill: #FFFFFF;
    }
}*/
@media (max-width: 600px) {
    header {
        padding: 50px 24px 0;
    }
}
.blue-block {
    top: calc(50% - 210px);
    position: absolute;
    z-index: 2;
}
/*********************************************
**********************************************
MENU
**********************************************
********************************************** */

/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

.content-section {
    padding: 100px 0
}
.content-section .col-12 p:last-child {
    margin-bottom: 0;
}
.hide-menu, #mega-menu-item-1607 {
    display: none !important;
}
.content-section h3 {
    font-size: 34px;
    line-height: 46px;
    margin-top: 0;
    font-weight: 400;
}
/*********************************************
**********************************************
DOWN ARROW
**********************************************
********************************************** */

.right-arrow-tab {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav-link .right-arrow-tab {
    opacity: 0;
}
.nav-link:hover .right-arrow-tab {
    opacity: 0.7;
}
.nav-link.active .right-arrow-tab {
    opacity: 1;
}
.right-arrow-tab svg {
    fill: #fff;
    width: 15px;
}
.down-arrow {
    background: #FEB455;
    opacity: 0.7;
    transition: 0.2s;
    margin-top: 59px;
}
.down-arrow a {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    display: block;
    opacity: 1;
}
.down-arrow svg {
    fill: #000;
    width: 17px;
}
.down-arrow:hover {
    opacity: 1;
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

#banner {
    min-height: 969px;
    background: #ffffff;
    position: relative;
    padding: 170px 0 0 0;
	background-color: #292b6c;
}
.home #banner .spine {
    top: 45.5%
}
#banner .intro-block {
    
   padding: 72px 80px 72px 200px;
max-width: 1600px;
    width: 100%;
    min-height: 420px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media all and (max-width: 899px) {
    #banner {
        min-height: 869px;
    }
}
@media (max-width: 800px) {
    #banner .intro-block {
        padding: 60px 50px;
        min-height: 402px;
    }
}
#banner .container-fluid {
    position: relative;
    z-index: 100
}
#home-carousel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.owl-header-carouselbg.owl-carousel.owl-theme.owl-loaded.owl-drag, .owl-header-carouselbg .owl-stage-outer, .owl-header-carouselbg .owl-stage, .owl-header-carouselbg .owl-item, .owl-header-carouselbg .item, .owl-header-carouselbg .owl-item, .owl-header-carouselbg .img-responsive {
    height: 100vh;
    min-height: 800px;
    object-fit: cover;

}
.owl-header-carousel {
    position: relative;
}
#home-carousel {
    height: 100% !important;
    overflow: hidden;
}
#home-carousel .home-carousel-item {
    position: relative;
    height: 100% !important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
}
#home-carousel .owl-dots {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
    display: flex;
    justify-content: flex-end!important;
    width: 100%;
    padding-right: 15%;
}
#home-carousel .owl-dot {
    width: 40px;
    margin: 0;
}
#home-carousel .owl-dot {
    width: 40px;
    border-radius: 0;
    height: 4px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
}
#home-carousel .owl-dot:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#home-carousel .owl-dot:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#home-carousel .owl-dot.active {
    background: #fff;
}
#home-carousel .cs-hidden {
    height: 100% !important;
    overflow: hidden;
    position: relative;
    background: #ebebe8 url("assets/images/loading.gif") center no-repeat;
    background-size: 50px;
}
@media all and (max-width: 768px) {
    #home-carousel .home-carousel-item {
        background-position: bottom right!important;
        background-size: cover!important;
    }
    #home-carousel .owl-dots {
        justify-content: center!important;
        padding-right: 0;
    }
    #banner .intro-block {
        background: none;
    }
    #banner h1 {
        font-family: var(--font-family-2);
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.025em;
        text-transform: uppercase;
    }
}
.logo-dark {
    width: 184px;
}
#banner .divider {
    width: 100px;
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    margin: 35px 0 30px;
}
#banner h1 {
    
    font-style: normal;
    font-weight: 600;
   
    font-size: 100px;
line-height: 110px;
color: #fff;
padding-bottom: 130px;
letter-spacing: -1px;
    margin: 0;
    
}
#banner h1 span {
    color: #FF6F58;
    font-weight: 400;
}
#banner .down-arrow {
    background: #E7CC6F;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
    display: none !important
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

#archive-banner {
    min-height: 100vh;
    background: #f6f6f6;
    position: relative;
    padding: 0;
}
#archive-banner.hero-banner-layout {
    min-height: unset;
}
#archive-banner .intro-block {
    background: #fff;
    padding: 100px 60px 40px;
    width: 90%;
    position: absolute;
    z-index: 10;
    top: -320px;
    margin-bottom: 70px;
    min-height: 380px
}
#archive-banner .intro-block h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
}
@media (max-width: 800px) {
    #archive-banner .intro-block {
        padding: 100px 60px 40px 30px;
    }
    #archive-banner .intro-block h1 {
        font-size: 50px;
        line-height: 55px;
        font-weight: 400;
    }
}
.intro-block .client-name a {
    color: #fff !important
}
#archive-banner .intro-block .client-name {
    padding-left: 5px;
}
#archive-banner .col-md-6 {
    position: relative
}
#archive-intro {
    background: #F3F5F4;
    padding: 80px 0;
    position: relative;
    min-height: 250px;
}
.image-banner {
    flex-grow: 1;
    height: 100%;
    position: relative;
    min-height: 400px;
}
.down-arrow {
    width: 70px;
    height: 70px;
    background: #FF8C4C;
    display: block;
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

#small-banner {
    height: 540px;
    background: #f6f6f6;
    position: relative;
    padding: 150px 0 35px 0;
}
#small-banner .intro-block {
    padding: 90px 0 0 0;
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
}
#small-banner .intro-block h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin: 20px 0;
}
@media (max-width: 800px) {
    #small-banner .intro-block h1 {
        font-size: 35px;
        line-height: 40px;
        padding-right: 60px;
    }
    .colour-change {
        padding-top: 30px;
    }
}
.client-name, .video-text h5, .call-to-action h5 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 400
}
.hero-banner-layout .client-name {
    margin-bottom: 0;
}
.client-name span, .video-text h5 strong, .call-to-action h5 strong {
    font-weight: 500
}
.client-name a, .video-text a, .call-to-action h5 a {
    color: #fff;
    transition: 0.5s
}
.client-name a:hover, .video-text a:hover, .call-to-action h5 a:hover {
    opacity: 0.5;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1
}
.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1
}
/*********************************************
**********************************************
BACK BUTTON
**********************************************
********************************************** */

.back-button a, .forward-button a {
    color: #fff;
}
.forward-button-dark a {
    color: #000 !important
}
.back-button:hover a, .forward-button:hover a {
    opacity: 0.6;
}
.back-button i, .forward-button i {
    font-size: 11px;
    position: relative;
    top: 1px;
}
.back-button span, .forward-button span, .content-left a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.back-button span:before, .forward-button span:before, .content-left a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.forward-button-dark span:before, .content-left a:before {
    background: #000 !important
}
.back-button span:hover:before, .back-button span:focus:before, .back-button span:active:before, .forward-button span:hover:before, .forward-button span:focus:before, .forward-button span:active:before, .content-left a:hover:before, .content-left a:focus:before, .content-left a:active:before {
    right: 100%;
}
.swipebox:before {
    display: none !important;
}
.swipebox {
    display: block;
    box-shadow: none;
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

.grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid .grid-item {
    position: relative;
}
@media (max-width: 1100px) {}
/*********************************************
**********************************************
PROJECT CONTENT
**********************************************
********************************************** */

.content {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}
.content-left {
    flex: 1;
    padding-right: 130px;
    font-size: 20px;
}
.content-left h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 20px 0;
}
.content-left h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}
.content-right {
    flex: 0 0 280px;
    font-size: 15px;
    font-weight: 500;
}
.content-right-container {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}
.content-right .gpa-icon-box, .content-right .gpa-icon-box a {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}
.content-right .gpa-icon-box .gpa-icon {
    flex: 0 0 30px;
}
.packaging-template-single-cannabis .content-right .gpa-icon-box .gpa-icon {
    flex: 0 0 45px;
}
.packaging-template-single-cannabis-php .product-gallery-carousel {
    margin-top: 100px;
}
.content-right .gpa-icon-box .copy {
    flex: 1;
    padding-left: 10px;
}
.hd-icon {
    width: 30px;
    margin-right: 10px;
}
#productSpecifications {
    margin-top: 40px;
}
@media (max-width: 900px) {
    .content {
        display: block;
    }
    .content-left {
        padding-right: 0px;
        padding-bottom: 40px;
    }
}
/*********************************************
**********************************************
BLOG CONTENT
**********************************************
********************************************** */

.admin.ajax-load-more .ajax-load-more-wrap button {
    padding: 0
}
.intro-block.blog-intro {
    max-width: 1000px !important;
}
.content-blog {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}
.author img {
    margin-right: 16px;
}
.author p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500
}
.author p.grey {
    opacity: 0.5;
    font-weight: 400;
}
.author {}
.date {
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 30px 0 20px
}
.date span {
    opacity: 0.5;
}
.category-tags {
    padding-top: 24px;
}
.category-tags a {
    background: #bbb;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-block;
}
.blog-nav {
    background: #fff;
}
.blog-nav-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 60px 0 30px;
}
.blog-nav-button a {
    color: #000;
}
.blog-nav-button a:hover a {
    opacity: 0.6;
}
.blog-nav-button a i {
    font-size: 11px;
    position: relative;
    top: 1px;
}
.blog-nav-button a span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.blog-nav-button a span:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-nav-button a span:hover:before, .blog-nav-button a span:focus:before, .blog-nav-button a span:active:before {
    right: 100%;
}
@media (max-width: 1500px) {
    .content-left {
        padding-right: 50px;
    }
}
@media (max-width: 900px) {
    .content-blog {
        display: block;
    }
    .content-left {
        padding-right: 0px;
        margin-top: 30px;
    }
}
.owl-carousel-products .owl-nav {
    text-align: right;
    position: absolute;
    right: 0;
    padding: 20px 0;
}
.owl-carousel-products .owl-nav span {
    position: relative;
    top: 4px;
    margin: 0 5px;
    display: inline-block;
    opacity: 0.5
}
.owl-carousel-products {
    margin-bottom: 40px;
    width: 100%
}
@media (max-width: 700px) {
    #home-carousel .owl-dots {
        bottom: 100px;
    }
}
/*********************************************
**********************************************
ADD TO ANY
**********************************************
********************************************** */

.addtoany_shortcode {
    width: 40px
}
.a2a_menu {
    background-color: #fff !important;
    border-color: #fff !important;
    border: 0px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #111215 !important;
}
a.a2a_i, i.a2a_i {
    width: 100% !important;
}
a.a2a_i .a2a_svg, a.a2a_more .a2a_svg {
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    position: relative;
    top: 5px;
}
.a2a_menu a, .a2a_menu a.a2a_i, .a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more, i.a2a_i {
    border: 0px !important;
    border-color: transparent !important;
    color: #111215 !important;
}
.a2a_menu a.a2a_i:active, .a2a_menu a.a2a_i:focus, .a2a_menu a.a2a_i:hover, .a2a_menu a.a2a_more:active, .a2a_menu a.a2a_more:focus, .a2a_menu a.a2a_more:hover, .a2a_menu_find_container {
    border-color: #fff!important;
    background-color: #f7f8f8!important;
}
#a2apage_mini_services a, #a2apage_full_services a {
    font-family: neue-haas-unica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #000 !important;
    border-bottom: 1px solid #ddd !important;
}
#a2apage_mini_services a:hover, #a2apage_full_services a:hover, #a2apage_full_services a:active, #a2apage_full_services a:focus {
    background: #fbfbfc !important;
}
.a2a_full_footer {
    display: none !important
}
.a2a_full_services {
    overflow-x: hidden !important;
}
.a2a_overlay {
    background: #fff !important;
    opacity: 0.6 !important;
}
.a2a_starting {
    opacity: 0 !important;
}
.a2a_full_header:before {
    content: "Share this page";
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    font-family: baskerville-display-pt, serif;
    padding: 25px 15px;
    display: block;
}
#a2apage_find_container {
    display: none !important
}
a.a2a_i .a2a_svg {
    background: #000 !important
}
/*********************************************
**********************************************
ACCORDION
**********************************************
********************************************** */

.accordion-button {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}
.accordion-body {
    padding: 10px 0 0 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0);
    border-bottom: 1px solid #000;
}
.accordion-item {
    border-bottom: 0;
    background: transparent
}
/*********************************************
**********************************************
BANNER
**********************************************
********************************************** */

#featured-products {
    padding: 0;
}
#featured-products h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 80px 20px 40px;
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 0
}
/*********************************************
**********************************************
TAXONOMY GRID
**********************************************
********************************************** */

.page-template-our-world section, .archive section {
    /*background: #f3f5f4;*/
    background: #ffffff;
}
.the-excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
}
.taxonomy-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1338px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}
.page .taxonomy-grid {
    margin-top: 60px
}
#ajax-load-more .taxonomy-grid, .page-id-356 .taxonomy-grid {
    margin-top: 0;
}
.taxonomy-grid.blog-grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
   
}
.taxonomy-grid-item {
    position: relative;
    background: #fff;
}
.category .taxonomy-grid-item {
    position: relative;
    background: transparent
}
.taxonomy-grid-item a {
    display: block;
    width: 100%;
}
.blog-intro-cat {
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 0px;
    min-height: 150px;
}
.blog-carousel .blog-intro-cat {
    margin-bottom: 0px;
}
.blog-intro-cat h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}
.blog-intro-cat h3 a {
    transition: 0.2s;
}
.blog-intro-cat .client-name {
    color: #000 !important;
    display: flex;
}
.blog-intro-cat .client-name a {
    color: #000 !important;
    display: inline-block;
}
.overlay-slide {
    position: relative;
    overflow: hidden;
    text-align: center
}
.taxonomy-grid-item .overlay-slide img {
    max-height: 100%;
    width: auto;
}
.overlay-slide .product-client {
    margin: 0;
    padding: 27px 0 19px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #000000;
    border-bottom: 0.5px solid #000000;
}
.overlay-slide .image-hover-container {
    position: relative;
    height: 401px;
}
.overlay-slide .hover {
    background-color: rgba(255, 50, 78, 0.9);
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: left;
    padding: 35px 30px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
}
.overlay-slide .hover:hover {
    opacity: 1;
}
.overlay-slide .hover h3 {
    padding: 0;
    color:inherit;
    border-bottom: 0;
}
.overlay-slide .hover-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overlay-slide .hover-content .terms {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 400;
}
.overlay-slide .hover-content .title h3 {
    font-weight: 450;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.025em;
}

.page-template-our-world .taxonomy-grid-item {
    background: transparent
}
.overlay-slide:hover .fade, .overlay-slide:hover .fade1 {
    opacity: 1;
    transition: all 0.5s ease-in;
}
.taxonomy-grid-item .fade {
    /*position: absolute;*/
    box-sizing: border-box;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
    height: 100%;
}
.taxonomy-grid-item .fade1 {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.tax-packaging-cat .taxonomy-grid-item .fade, .tax-packaging-cat .taxonomy-grid-item .fade1, .tax-packaging-cat .taxonomy-grid-item, .tax-packaging-cat .overlay-slide {
    height: 100%;
}
.taxonomy-grid-item .fade a, .taxonomy-grid-item .fade1:hover, .hvr-icon {
    cursor: url("assets/images/white-plus-small.svg") 15 15, move;
}
.taxonomy-grid-item .client-name {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
}
.overlay-slide:hover .slide {
    transform: translate(0, 0);
    transition: all 0.5s ease-in;
}
.overlay-slide .slide {
    box-sizing: border-box;
    bottom: 0;
    padding: 35px 30px 35px 0;
    width: 100%;
    z-index: 10;
    text-align: left;
}
.call-to-action-grid {
    padding: 40px;
    color: #fff;
}
.logo-icon {
    position: absolute;
    width: 85px;
    bottom: 0;
    right: 0;
    z-index: 9999
}
.logo-icon svg {
    width: 85px;
}
.call-to-action-grid-inner {
    padding: 40px;
    height: 100%;
}
.call-to-action-grid h3 {
    font-size: 30px;
    line-height: 34px;
}
.slide-with-excerpt {
    /*background: rgba(41, 44, 49, 0.95) !important;*/
}
.taxonomy-grid-item .block-header {
    padding: 60px 60px 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0) 100%);
    z-index: 1;
    text-align: left;
    transition: 0.3s;
    margin-bottom: 15px;
}
.taxonomy-grid-item .block-header h3 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 38px !important;
    line-height: 45px;
    letter-spacing: 15px;
    font-weight: normal;
    font-weight: 100;
    word-break: break-all;
    max-width: 250px;
}
.taxonomy-grid-item .block-header h3 span {
    font-weight: 400
}
.taxonomy-grid-item:hover .block-header {
    opacity: 1
}
.taxonomy-grid-item .block-header .the-excerpt {
    font-size: 18px !important;
    line-height: 25px;
}
.fh-grid .slide-with-excerpt {
    background: rgba(41, 44, 49, 1) !important;
    text-align: left;
}
.fh-grid .overlay-slide .slide p {
    margin-bottom: 15px;
}
.fh-grid .overlay-slide .slide p:last-child, .taxonomy-grid-item .block-header p {
    margin-bottom: 0;
}
.fh-grid.taxonomy-grid-item .fade {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: url("assets/images/white-plus.svg") rgba(0, 0, 0, 0.2);
    background-size: 45px;
    background-position: top 38% right 20%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease-in;
}
.fh-grid.taxonomy-grid-item .overlay-slide:hover .fade {
    background: url("assets/images/white-plus.svg") rgba(0, 0, 0, 0.5);
    background-size: 0px;
    background-position: top 38% right 20%;
    background-repeat: no-repeat;
}
.overlay-slide h3 {
    margin: 0;

    padding: 27px 0 19px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #000000;
    border-bottom: 0.5px solid #000000;
}
@media (max-width: 1700px) {
    .taxonomy-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
    .taxonomy-grid.blog-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
/** changed from 1200 to 1300 because of text wrapping **/

@media (max-width: 1300px) {
    .taxonomy-grid, .taxonomy-grid.blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .taxonomy-grid, .taxonomy-grid.blog-grid {
        grid-template-columns: 1fr;
    }
}
/*********************************************
**********************************************
OVERLAY SLIDE STYLE 1
**********************************************
********************************************** */

.overlay-style-one {
    background: #000;
}
.overlay-style-one img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.overlay-style-one:hover img {
    opacity: 0.4;
}
.overlay-style-one .os-content::before, .overlay-style-one .os-content::after {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.overlay-style-one .os-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    color: #fff;
}
.overlay-style-one .os-content::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.overlay-style-one .os-content::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.overlay-style-one h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.overlay-style-one .os-excerpt {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.overlay-style-one:hover .os-content::before, .overlay-style-one:hover .os-content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay-style-one:hover h2, .overlay-style-one:hover .os-excerpt {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*********************************************
**********************************************
OVERLAY SLIDE STYLE 2
**********************************************
********************************************** */

.overlay-style-two {
    background: #000;
}
.overlay-style-two img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.overlay-style-two:hover img {
    opacity: 0.9;
}
.overlay-style-two .os-content::before {
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0) 100%);
    height: 270px;
}
.overlay-style-two .os-content {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 20px 30px;
    color: #fff;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.overlay-style-two .os-content .hvr-colour {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.overlay-style-two h2 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 38px !important;
    line-height: 45px;
    letter-spacing: 15px;
    font-weight: normal;
    font-weight: 100;
    word-break: break-all;
    max-width: 250px;
}
.overlay-style-two.alternative h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    margin: 0;
    font-family: var(--font-family-1);
    text-transform: none;
    font-size: 30px !important;
    line-height: 34px !important;
    margin-bottom: 25px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    word-break: normal;
    max-width: 100%;
    margin-top: 25px;
}
.overlay-style-two h2 span {
    font-weight: 400
}
.overlay-style-two .os-excerpt {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 18px;
    line-height: 27px;
}
.overlay-style-two:hover .os-content::before, .overlay-style-two:hover .os-content::after {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay-style-two:hover .os-content .hvr-colour {
    opacity: 1;
}
.overlay-style-two:hover h2, .overlay-style-two:hover .os-excerpt {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff
}
.overlay-style-two:hover .os-content {
    color: #fff;
    background: unset
}
.align-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 10;
}
/*********************************************
**********************************************
OVERLAY SLIDE STYLE 3
**********************************************
********************************************** */

.overlay-style-three {
    background: #FF5B06;
}
.overlay-style-three img, .overlay-style-three h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.overlay-style-three img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.overlay-style-three h2, .overlay-style-three p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.overlay-style-three p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.overlay-style-three:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}
.overlay-style-three:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
.overlay-style-three:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*********************************************
**********************************************
OVERLAY SLIDE STYLE 4
**********************************************
********************************************** */

.overlay-style-four {
    background: #000;
}
.overlay-style-four img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.overlay-style-four:hover img {
    opacity: 0.4;
}
.overlay-style-four .os-content::before, .overlay-style-four .os-content::after {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.overlay-style-four .os-content {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 50px 30px 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    overflow: hidden;
    overflow-y: scroll
}
@media (max-width: 900px) {
    .overlay-style-four .os-content {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        padding: 50px 30px 30px;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
    }
}
.overlay-style-four h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
}
.overlay-style-four .os-excerpt {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 16px;
    line-height: 22px;
}
.overlay-style-four:hover .os-content::before, .overlay-style-four:hover .os-content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay-style-four:hover h2, .overlay-style-four:hover .os-excerpt {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000
}
.overlay-style-four:hover .os-content {
    background: #fff;
    color: #000
}
/*********************************************
**********************************************
SMALL GRID
**********************************************
********************************************** */

.small-grid-container {
    background: #F3F5F4;
    padding: 100px 0
}
.small-grid-container h2 {
    margin: 0;
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 96.5%;
    letter-spacing: 0.025em;
    color: #242424;
}
.small-grid-container .small-grid-item .bottom-title {
    padding: 27px 0 19px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #000000;
    border-bottom: 0.5px solid #000000;
}
@media all and (max-width: 700px) {
    .small-grid-container .small-grid-item .bottom-title {
        border: none;
    }
}
.small-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 70px 0 0 0;
}
.contact-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin: 70px 0 0 0;
}
.small-grid, .contact-grid {
    position: relative;
}
.small-grid-item a, .contact-grid a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 24px;
}
.small-grid-item .fade {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease-in;
}
.small-grid-item .fade:hover {
    /*background: rgba(0, 0, 0, 0.8);*/
}
.small-grid-item h3 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}
.small-grid-item .content-txt {
    opacity: 0;
    height: 100%;
    color: #fff;
    transition: all 0.4s ease-in;
    padding: 30px;
    text-align: left !important
}
.content-hd {
    height: 100%;
    justify-content: center!important;
    align-items: center!important;
    transition: all 0.4s ease-in;
}
.content-txt a {
    width: auto !important;
    height: auto !important;
    margin-top: 20px;
    text-align: left !important;
    padding: 0
}
.small-grid-item .fade:hover .content-hd {
    display: none;
    transition: all 0.4s ease-in;
}
.small-grid-item .fade:hover .content-txt {
    opacity: 1;
    transition: all 0.4s ease-in;
}
.smaller-font h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}
@media (max-width: 1700px) {
    .small-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}
@media (max-width: 1200px) {
    .small-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .small-grid {
        grid-template-columns: 1fr;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
.bg-white {}
.contact-pills {
    background: #fff;
    padding-top: 50px;
}
.contact-pills.nav-pills .nav-link, .gform_button, .gform_button_select_files {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 30px;
    color: #000;
    display: block;
    background: #fff;
    margin: 5px;
    border: 0
}
.contact-pills.nav-pills .nav-link {
    border: 1px solid #000
}
.contact-pills.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .gform_button, .gform_button_select_files {
    background: #000;
    cursor: pointer;
    color: #fff;
}
.gform_button_select_files {
    margin: 0 auto;
}
.page-template-contact hr {
    margin: 30px 0;
}
.contact-block {
    background: #F3F5F4;
    padding: 30px;
    margin-bottom: 30px;
}
/*********************************************
**********************************************
FILTERS
**********************************************
********************************************** */

.content-section h2 {
    font-size: 38px;
    line-height: 48px;
    margin-top: 0;
}
/*********************************************
**********************************************
FILTERS
**********************************************
********************************************** */

.post-type-archive-packaging .small-grid-container {
    padding-top: 0
}
#alm-filter-1, #alm-filter-2 {
    display: none
}
.alm-btn-wrap {
    padding: 50px 0 130px !important;
    margin: 0 !important;
}
.type-button, .materials-button {
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    padding: 0 30px;
    margin-left: 24px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}
.type-button.active, .materials-button.active {
    background: #fff;
    color: #000
}
.type-button:after, .materials-button:after {
    font-size: 5px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    content: "\e90c";
    font-family: 'icomoon' !important;
}
.type-button.active:after, .materials-button.active:after {
    content: "\e90e";
    font-family: 'icomoon' !important;
}
.type-button.active i, .materials-button.active i {
    transform: rotate(180deg);
}
.filter-padding {
    padding: 30px 0;
}
.alm-filter--title {
    padding-top: 30px;
}
.alm-filter--inner ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}
.alm-filters-container, .alm-filters-container .alm-filter--inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.alm-filter--inner ul li {
    width: 33.333333%;
}
@media (max-width: 600px) {
    .alm-filter--inner ul li {
        width: 50%;
    }
}
.filter-by {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 24px 0;
}
.filter-by img {
    margin-right: 15px;
    width: 24px;
}
.alm-filter-category-title {
    font-weight: 500!important;
}
.alm-filters-container .alm-filter li div.alm-filter--link:focus:before, .alm-filters-container .alm-filter li div.alm-filter--link:hover:before {
    border-color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link.field-checkbox:before {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:before, .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before {
    border-color: #000 !important;
    background-color: #000 !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link:before {
    border: 1px solid #000 !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link.field-checkbox:after {
    left: 8px !important;
    top: 5px !important;
    width: 5px !important;
    height: 9px !important;
    border-width: 0 2px 2px 0 !important;
}
#alm-selected-filters li div {
    background: transparent !important;
    border: 0px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    color: #999c9c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin-right: 14px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#alm-selected-filters li div:hover {
    color: #333939 !important;
    outline: none !important;
}
#alm-selected-filters li div:before {
    font-family: 'icomoon'!important;
    content: "\e90d"!important;
}
.ajax-load-more-wrap.grey .alm-load-more-btn, .alm-btn-wrap .alm-load-more-btn {
    background-color: #2a2a6d!important;
    font-weight: 500!important;
    background-size: cover !important;
    padding: 0 20px !important;
    font-size: 18px !important;
    border: 2px solid #2a2a6d !important;
    transition: all 0.3s;
}
.alm-load-more-btn.more.done {
    display: none !important
}
.ajax-load-more-wrap.grey .alm-load-more-btn:hover, .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #ffffff!important;
    color: #2a2a6d!important;
    font-weight: 500!important;
    background-size: cover !important;
    font-size: 18px !important;
}

.line {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 80px;
}
.bafg-twentytwenty-wrapper {
    padding-top: 40px;
}
/*********************************************
**********************************************
PRODUCT GALLERY
**********************************************
********************************************** */

.gallery-item {
    padding: 0 50px;
    text-align: center;
    display: flex;
}
.gallery-item .align-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.galleries .lSAction>a {
    height: 36px !important;
    width: 36px !important;
    margin-top: -18px !important;
    opacity: 1
}
.galleries .lSAction>a:hover {
    opacity: .5
}
.galleries .lSAction>a.lSPrev {
    background: url("assets/images/arrow_left.svg") no-repeat !important;
    background-size: 17px !important;
}
.galleries .lSAction>a.lSNext {
    background: url("assets/images/arrow_right.svg") no-repeat !important;
    background-size: 17px !important;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.gallery-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 100px 0 80px
}
/*********************************************
**********************************************
PRODUCT CAROUSEL
**********************************************
********************************************** */

#related-product-carousel {
    background: #F3F5F4;
    padding: 130px 0 100px;
}
#related-product-carousel h2 {
    font-size: 40px;
    line-height: 44px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 30px 0;
    font-family: var(--font-family-1);
}

#related-product-carousel .forward-button.forward-button-dark{
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
}

#related-product-carousel .forward-button {
    position: relative;
    /*top: -45px;*/
    text-align: end;
}
#related-product-carousel .forward-button a span {
    font-weight: 600 !important
}
#related-product-carousel .taxonomy-grid-item {
    width: 600px;
}
@media (max-width: 1000px) {
    #related-product-carousel .taxonomy-grid-item {
        max-width: 600px;
        width: 100%;
    }
}
.related-product-carousel-container {
    display: flex;
    justify-content: flex-end!important;
}
.related-product-carousel {
    max-width: 1210px;
    width: 100%;
    padding: 70px 10px 0;
    margin: 0 auto
}
.related-product-carousel .a2a_kit {
    display: none;
}
.related-product-carousel .the-excerpt,
.related-product-carousel .the-excerpt p,
.related-product-carousel .the-excerpt a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
}
.related-product-carousel .overlay-slide h3 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    padding: 0;
    font-weight: 600;
    border-bottom: 0;
}
.related-product-carousel .overlay-slide .slide {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    transform: translate(0, 100%);
    padding: 45px 30px 35px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    transition: all 0.5s ease-in;
    width: 100%;
    z-index: 10;
    text-align: left;
}
.related-product-carousel .overlay-slide:hover .slide {
    transform: translate(0, 0);
    transition: all 0.5s ease-in;
}
.related-product-carousel .taxonomy-grid-item .fade {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
    height: 100%;
}
.related-product-carousel .overlay-slide:hover .fade,
.related-product-carousel .overlay-slide:hover .fade1 {
    opacity: 1;
    transition: all 0.5s ease-in;
}
.related-product-carousel .taxonomy-grid-item .fade a,
.related-product-carousel .taxonomy-grid-item .fade1:hover,
.related-product-carousel .hvr-icon {
    cursor: url(assets/images/white-plus-small.svg) 15 15, move;
}
.related-product-carousel .slide-with-excerpt {
    background: rgba(41, 44, 49, 0.95) !important;
}

.related-product-carousel .lSAction {
    display: flex;
    justify-content: flex-end!important;
    max-width: 1240px;
    padding: 0 14px;
}
.related-product-carousel .lSAction>a {
    height: 36px !important;
    width: 36px !important;
    margin-top: 40px !important;
    position: static;
    opacity: 1;
}
.related-product-carousel .lSAction>a:hover {
    opacity: .5;
}
.related-product-carousel .lSAction>a.lSPrev {
    background: url("assets/images/arrow_left.svg") no-repeat !important;
    background-size: 18px !important;
    margin-right: 35px !important;
}
.related-product-carousel .lSAction>a.lSNext {
    background: url("assets/images/arrow_right.svg") no-repeat !important;
    background-size: 18px !important;
}
.related-product-carousel .lSPrev {
    position: relative !important;
}
.related-product-carousel .lSPrev:after {
    content: "/";
    position: absolute;
    right: -12px;
    top: -6px;
    font-size: 35px;
    font-weight: 300;
}
.cS-hidden, .cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.tax-pack-cat-can .the-excerpt,
.tax-pack-cat-can .the-excerpt p,
.tax-pack-cat-can .the-excerpt a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
}
.tax-pack-cat-can .overlay-slide h3 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    padding: 0;
    font-weight: 600;
    border-bottom: 0;
}
.tax-pack-cat-can .overlay-slide .slide {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    transform: translate(0, 100%);
    padding: 45px 30px 35px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    transition: all 0.5s ease-in;
    width: 100%;
    z-index: 10;
    text-align: left;
}
.tax-pack-cat-can .overlay-slide:hover .slide {
    transform: translate(0, 0);
    transition: all 0.5s ease-in;
}
.tax-pack-cat-can .taxonomy-grid-item .fade {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
    height: 100%;
}
.tax-pack-cat-can .overlay-slide:hover .fade,
.tax-pack-cat-can .overlay-slide:hover .fade1 {
    opacity: 1;
    transition: all 0.5s ease-in;
}
.tax-pack-cat-can .taxonomy-grid-item .fade a,
.tax-pack-cat-can .taxonomy-grid-item .fade1:hover,
.tax-pack-cat-can .hvr-icon {
    cursor: url(assets/images/white-plus-small.svg) 15 15, move;
}
.tax-pack-cat-can .slide-with-excerpt {
    background: rgba(41, 44, 49, 0.95) !important;
}

/*********************************************
**********************************************
HIDDEN PANELS
**********************************************
********************************************** */

.hidden-icon {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0 0 90px 0;
    max-width: 1260px;
    margin: 0 auto;
}
.archive .hidden-icon {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 30px 0;
}
.home .hidden-icon {
    max-width: 1194px;
}
.hidden-panels {
    font-size: 18px;
    background: #F3F5F4;
    padding: 100px 0;
}
.hidden-panels .mb-20 {
    margin-bottom: 20px;
}
.hidden-panels .accordion-body {
    padding: 50px 0 80px 0;
}
.hidden-panels h3 {
    font-size: 34px;
    line-height: 46px;
    margin-top: 0;
    max-width: 300px;
    font-weight: 400;
}
/*********************************************
**********************************************
PRODUCT LOGOS
**********************************************
********************************************** */

.product-logo {
    box-shadow: 10px 11px 23px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 150px;
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center!important;
}
.product-logo img {
    max-width: 180px;
    width: 100%;
}
/*********************************************
**********************************************
CLIENT GRID
**********************************************
********************************************** */

.award-grid-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid .grid-item {
    position: relative;
}
@media (max-width: 900px) {
    .award-grid-2 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .award-grid-2 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.client-grid {}
.client-grid .product-logo, .award-grid-2 .product-logo {
    box-shadow: 10px 11px 23px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 200px;
    background: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center!important;
}
.client-grid .award, .award-grid-2 .award {
    box-shadow: 10px 11px 23px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 0px;
}
.award-content {
    padding: 20px;
}
.page-id-5248 .award-content, .award-grid-2 .award-content {
    padding: 20px;
    height: 220px
}
.client-grid .product-logo img {
    width: 180px;
}
.client-grid .grid-item, .award-grid-2 .grid-item {
    padding: 16px;
}
/* clear fix */

.masonry-grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .grid-item ---- */

.grid-sizer, .grid-item {
    width: 33.333%;
}
.award-grid-2 .grid-item {
    width: 100%;
}
.grid-item {
    float: left;
}
.award {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}
.award h3 {
    font-size: 23px;
    line-height: 30px;
}
.award h4 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 30px;
}
@media (max-width: 900px) {
    .grid-sizer, .grid-item {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .grid-sizer, .grid-item {
        width: 100%;
    }
}
/*********************************************
**********************************************
PRODUCT VIDEO
**********************************************
********************************************** */

.product-video {
    min-height: 600px;
    width: 100%;
    margin: 70px auto 0;
    padding: 0;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
}
.product-video a {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 600px;
    text-align: Center;
}
/*********************************************
**********************************************
SUSTAINABILITY CALL OUT
**********************************************
********************************************** */

#sustainability-call-out {
    background: #334645;
    position: relative;
    padding-bottom: 180px;
}
#sustainability-call-out .section-spine {
    background: #449A82;
    color: #000;
}
#sustainability-call-out .section-spine span {
    font-weight: 500
}
/*********************************************
**********************************************
CONTACT CALL OUT
**********************************************
********************************************** */

#contact-call-out {
    background: #FE735A;
    position: relative;
}
/*********************************************
**********************************************
RELATED PRODUCTS
**********************************************
********************************************** */

#related-products {
    background: #eee;
    min-height: 500px;
}
.single-packaging #related-products {
    display: none;
}
/*********************************************
**********************************************
CAPTION
**********************************************
********************************************** */

.call-to-action, .call-to-action-special {
    position: relative;
    color: #fff;
    min-height: 550px;
}
.call-to-action .container-fluid, .call-to-action-special .container-fluid {
    position: relative;
    z-index: 5
}
.call-to-action h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 700px;
    font-weight: 600
}
.call-to-action a {
    color: #fff;
}
.call-to-action-content {
    max-width: 600px;
}
.call-to-action-special h2 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 48px !important;
    line-height: 90px;
    letter-spacing: 25px;
    font-weight: normal;
    font-weight: 100;
    word-break: break-all;
    max-width: 400px;
}
.call-to-action-special h2 strong {
    font-weight: 400
}
@media all and (max-width: 600px) {
    .call-to-action .call-to-action-content {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.025em;
    }
}
/*********************************************
**********************************************
SECTOR GRID
**********************************************
********************************************** */

.sector-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
}
.sector-grid .sector-grid-item {
    position: relative;
}
.sector-grid .sector-grid-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.sector-grid-overlay {
    position: relative;
    overflow: hidden;
}
.sector-grid-overlay:hover .fade, .sector-grid-overlay:hover .fade1 {
    opacity: 1;
    transition: all 0.5s ease-in;
}
.sector-grid-overlay .fade {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: url("assets/images/white-plus.svg") rgba(0, 0, 0, 0.5);
    background-size: 45px;
    background-position: top 38% right 20%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.sector-grid-overlay .fade1 {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    background: url("assets/images/white-plus.svg") rgba(0, 0, 0, 0.5);
    background-size: 45px;
    background-position: top 50% center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.sector-grid-overlay h3 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 600
}
@media (max-width: 1000px) {
    .sector-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .sector-grid {
        grid-template-columns: 1fr;
    }
}
/*********************************************
**********************************************
TIMELINE
**********************************************
********************************************** */

#gpa-timeline {
    background: #0b393c;
    padding: 100px 0;
    color: #fff;
}
#gpa-timeline .date {
    border-bottom: 0;
}
#gpa-timeline h2 {
    font-size: 40px;
    line-height: 44px;
}
#gpa-timeline h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.light-grey {
    background: #F3F5F4;
}
/* --------------------------------

TIMELINE
-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    margin-top: 24px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 14px;
        height: 14px;
        left: 50%;
        margin-left: -9px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {}
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {}
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.25em;
    padding: 1em;
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cd-timeline-content p {
    margin: 1em 0;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: 0.8em 0;
    opacity: 0.7;
}
.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
}
.cd-timeline-content img {
    margin-bottom: 50px;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: rgba(0, 0, 0, 0.2);
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: rgba(0, 0, 0, 0.2);
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.cd-timeline-content {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0
}
.is-inViewport {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*********************************************
**********************************************
sustainable-solutions
**********************************************
********************************************** */

#sustainable-solutions {
    background: #ffffff;
    padding: 140px 0;
    color: #000000;
    position: relative
}
/*#sustainable-solutions > div > div > div {
    overflow-x: scroll;
}*/
#sustainable-solutions h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}
#sustainable-solutions svg {
    padding: 60px 0 30px;
}
#sustainable-solutions .forward-button {
    margin-top: 30px;
}
#sustainable-solutions .section-spine {
    background: #334645;
    color: #fff;
}
/*#sustainable-solutions .ctas {
    width: 1200px;
}*/
#sustainability-facets .overlay-style-two h2 {
    font-family: var(--font-family-1);
    font-size: 30px!important;
    letter-spacing: 0.1em;
    font-weight: 400;
}

@media (max-width: 800px) {
    #sustainable-solutions .section-spine {
        display: none
    }
}
#logistics {
    padding-bottom: 110px!important;
}
.page-id-354 #global-manufacturing-map-new #map-sidebar > li:not(.logistics),
.page-id-354 #na-manufacturing-map #map-sidebar > li:not(.logistics){
    display: none;
}
.page-id-354 #global-manufacturing-map-new #map-sidebar .logistics,
.page-id-354 #na-manufacturing-map #map-sidebar .logistics,
.page-id-354 #global-manufacturing-map-new #map-sidebar .alogistics,
.page-id-354 #na-manufacturing-map #map-sidebar .alogistics{
    display: flex!important;
}
.page-id-354 #global-manufacturing-map-new .d-manufacturing,
.page-id-354 #global-manufacturing-map-new .d-creative,
.page-id-354 #global-manufacturing-map-new .d-innovation,
.page-id-354 #na-manufacturing-map .d-manufacturing,
.page-id-354 #na-manufacturing-map .d-creative,
.page-id-354 #na-manufacturing-map .d-innovation {
    display: none;
}
.page-id-354 #global-manufacturing-map-new .d-logistics,
.page-id-354 #na-manufacturing-map .d-logistics,
.page-id-354 #global-manufacturing-map-new .a-logistics,
.page-id-354 #na-manufacturing-map .a-logistics{
    display: block!important;
}
.page-template-our-world-php .blog-grid {
    margin-left: auto;
    margin-right: auto;
}
.page-template-our-world-php .filters,
.page-template-our-world-php #archive-intro {
    background: #292b6c;
}
.page-template-our-world-php #archive-intro .colour-change {
    color: #fff;
}
/*********************************************
**********************************************
TIMELINE
**********************************************
********************************************** */

#cannibis-process {
    background: #4b6485;
    padding: 140px 0;
    position: relative;
    color: #fff;
}
#cannibis-process h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}
#cannibis-process img {
    padding: 60px 0 30px;
}
#cannibis-process .forward-button {
    margin-top: 30px;
    margin-bottom: 30px;
}
#cannibis-process .section-spine {
    background: #334645;
    color: #fff;
}
@media (max-width: 800px) {
    #cannibis-process .section-spine {
        display: none
    }
}
/*********************************************
**********************************************
TIMELINE
**********************************************
********************************************** */

#gpa-process {
    background: #ffffff;
}
#gpa-process .gpa-process-container {}
#gpa-process .gpa-process-container h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin: 10px 0 40px 0;
}
#gpa-process .gpa-process-container img {
    width: 100%;
    padding-left: 150px
}
#gpa-process .gpa-process-container .left {
    width: 420px
}
#gpa-process .gpa-process-container .right {
    flex: 1
}
#gpa-process .forward-button {
    margin-top: 30px;
}
@media (max-width: 1300px) {
    #gpa-process .gpa-process-container img {
        padding-left: 50px
    }
}
@media (max-width: 800px) {
    #gpa-process .gpa-process-container {
        display: block !important;
    }
    #gpa-process .gpa-process-container img {
        padding-left: 50px
    }
    #gpa-process .gpa-process-container img {
        width: 100%;
        padding-left: 0;
    }
    #gpa-process .gpa-process-container .left {
        width: 100%;
        padding-bottom: 40px;
    }
}
/*********************************************
**********************************************
COLOURBLOCK

**********************************************
********************************************** */

.colour-block {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 54px;
}
#contact-call-out .colour-block {
    max-width: 650px;
    margin: 0 auto;
    background: #fe735a;
    color: #000
}
#contact-call-out .colour-block-content {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 30px;
}
.say-hello {
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
}
@media (max-width: 800px) {
    .colour-block {
        width: 100%;
        padding: 30px 34px;
    }
    #contact-call-out .colour-block-content {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .say-hello {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
    }
}
/*********************************************
**********************************************
FILTERS
**********************************************
********************************************** */

.filters {
    background: #292b6c;
}

.page-template-our-world .filter-by {
    color: #fff;
    border-top: 1px solid #ddd;
}
/*************** SCROLLBAR BASE CSS ***************/

.scrollbar-outer>.scroll-element {
    background-color: transparent
}
.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: rgba(0, 0, 0, 0.2)
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    max-width: 80px;
}
.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #64e699 !important;
}
.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #64e699 !important;
}
/*********************************************
**********************************************
FOOTER
**********************************************
********************************************** */

.page-id-312 #archive-intro {
    background: #334645;
    color: #fff
}
/* .page-id-312 h1, .page-id-312 .client-name {
    color: #000;
} */
.page-id-369 #related-product-carousel, .page-id-319 #related-product-carousel, .page-id-314 #related-product-carousel {
    background: #fff;
}
#featured-products {
    background: #fff;
}
.post-type-archive-packaging #featured-products, .page-template-our-world #featured-products, .category #featured-products {
    background: #ffffff;
}
.tax-packaging-cat #featured-products {
    background: #ffffff;
}
.modal {
    z-index: 99999;
}
.modal-xl {
    max-width: 100%;
    height: 100%;
    margin: 0
}
.modal-fullscreen .modal-body {
    height: 100vh;
    display: flex;
    padding: 100px 50px;
}
.modal-body .galleries {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    align-self: center!important;
}
.modal-xl .modal-content {
    border: 0 !important;
    border-radius: 0.3rem !important;
}
.modal-fullscreen .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal-fullscreen .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-fullscreen .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 10px;
    top: 10px;
    left: 10px;
    display: block;
    z-index: 111;
}
.product-gallery-modal img {
    max-height: 85vh;
    width: 95%
}
/*********************************************
**********************************************
GLOBAL NETWROK
**********************************************
********************************************** */

#gpa-footprint {
    font-size: 18px;
    position: relative
}
#gpa-footprint h2 {
    font-size: 40px;
    line-height: 44px;
}
#gpa-footprint.colour-1 {
    background: linear-gradient(37.75deg, #C1C1C1 0%, #FFFFFF 100%);
    color: #000
}
#gpa-footprint.colour-2 {
    background: #555555;
    color: #fff;
}
#gpa-footprint.colour-1 .sustain-engage-cre p {
    color: #000;
    font-weight: 300
}
#gpa-footprint.colour-2 #Technology_Overview {
    fill: #fff !important
}
/*********************************************
**********************************************
BLOG CAROUSEL
**********************************************
********************************************** */

#blog-carousel {
    background: #F3F5F4;
}
#blog-carousel h2 {
    padding: 90px 24px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    text-align: center
}
#blog-carousel .lSAction {
    display: flex;
    justify-content: center!important;
    max-width: 1240px;
    padding: 0 14px 80px;
    margin: 0 auto;
}
#blog-carousel .lSAction>a {
    height: 36px !important;
    width: 36px !important;
    margin-top: 40px !important;
    position: static;
    opacity: 1;
}
#blog-carousel .lSAction>a:hover {
    opacity: .5;
}
#blog-carousel .lSAction>a.lSPrev {
    background: url("assets/images/arrow_left.svg") no-repeat !important;
    background-size: 18px !important;
    margin-right: 35px !important;
}
#blog-carousel .lSAction>a.lSNext {
    background: url("assets/images/arrow_right.svg") no-repeat !important;
    background-size: 18px !important;
}
#blog-carousel .lSPrev {
    position: relative !important;
}
#blog-carousel .lSPrev:after {
    content: "/";
    position: absolute;
    right: -12px;
    top: -6px;
    font-size: 35px;
    font-weight: 300;
}
/*********************************************
**********************************************
FOOTER
**********************************************
********************************************** */

.social-medial-spine {
    width: 65px;
    position: absolute;
    top: 100px;
    right: 0;
}
.social-medial-spine-inner {
    background: #EF5155;
    height: 400px;
}
.social-medial-spine .arrow-up {
    width: 65px;
    height: 65px;
}
.social-medial-spine-inner a {
    padding: 14px;
    display: block;
    color: #333939;
    font-size: 20px;
    text-align: center;
    transition: 0.2s;
}
.social-medial-spine-inner a:hover {
    color: #000;
}
.arrow-up a {
    width: 65px;
    height: 65px;
    opacity: 0.8;
    display: block;
    text-align: center;
    line-height: 65px;
    font-size: 17px;
    background: #b6484b;
    color: #333939;
    transition: 0.2s;
}
.arrow-up a:hover {
    background: #b6484b;
    color: #000;
}
@media (max-width: 800px) {
    .social-medial-spine {
        width: 40px;
        top: 60px;
    }
    .social-medial-spine .arrow-up {
        width: 40px;
        height: 40px;
    }
    .arrow-up a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
footer {
    padding: 143px 0 30px;
    background: #242424;
    color: #fff;
    position: relative
}
.solutions-badge {
    width: 230px;
    height: 230px;
    position: absolute;
    top: -115px;
    right: 24px;
}
@media (max-width: 800px) {
    .solutions-badge {
        width: 180px;
        height: 180px;
        position: absolute;
        top: -90px;
        right: 24px;
    }
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}
footer .widget {
    padding-right: 55px;
    padding-bottom: 70px;
}
footer .widget h4 {
    display: none
}
footer .widget h4, #menu-item-5719 a, #menu-item-5722 a, #menu-item-5721 a, #menu-item-5718 a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 41px;
}
footer ul li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}
footer ul li a:hover {
    color: rgba(255, 255, 255, 0.5)
}
@media (max-width: 800px) {
    footer .widget {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 24px;
        flex-basis: 50%;
    }
}
@media (max-width: 600px) {
    footer .widget {
        flex-basis: 50%;
    }
    footer .widget:nth-of-type(1) {
        flex-basis: 100%;
    }
}
.ft-logo {
    font-weight: 400;
    font-size: 20px;
}
.ft-logo svg {
    margin: 40px 0 20px;
    width: 140px;
}
#archive-banner .overlay {
    background: rgba(0, 0, 0, 0.3)
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sg-content-block {
    text-align: left;
    coloR: #000
}
.sg-content-block h3 {
    color: #000;
    font-size: 26px;
    margin-top: 30px;
}
.bg-white {
    background: #fff
}
.content-carousel {
    background: #F3F5F4
}
.content-carousel h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: Center;
    margin: 0;
    font-weight: 400;
    margin-bottom: 60px;
}
.content-carousel-item {
    background: #fff;
    height: 100%
}
.content-carousel-item-content {
    padding: 40px;
}
#menu-item-637 a, #menu-item-638 a, #menu-item-4493 a, #menu-item-5110 a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
#menu-item-5110 a {
    margin-top: 30px;
}
.sidebuttohn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-bottom: 20px;
    margin-top: 30px;
}
.content-right.cannibis-right .gpa-icon-box .gpa-icon {
    flex: 0 0 35px;
}
.content-right.cannibis-right .gpa-icon-box {
    margin: 15px 0;
}
.packaging-template-single-cannabis .content-left h2 {
    font-size: 40px;
    line-height: 44px;
}
.bt-1 {
    border-top: 1px solid #ccc;
}
.large-box .gpa-icon {
    flex: 0 0 45px !important;
}
.large-box {
    font-size: 20px;
    margin-bottom: 15px;
}
#prod-grid h2 {
    padding: 90px 24px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
#prod-grid {
    background: #ffffff;
}
#prod-grid-page {
    background: #eceded;
}
#prod-grid-page .ajax-load-more-wrap {
    margin-top: 80px;
}
#prod-grid-page h2 {
    padding: 0 24px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.extra-info {
    padding: 80px 0 0 0;
    background: #ffffff;
}
#small-banner .intro-block .term-link, #small-banner .intro-block .post-category a {
    color: #fff !important;
}
.client-name .post-category {
    padding-left: 5px;
}
#small-banner .intro-block .term-link:hover, #small-banner .intro-block .post-category a:hover {
    opacity: 0.5 !important;
}
.darkbutton a {
    background: #000;
    padding: 15px 40px;
    color: #fff !important;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    transition: 0.2s;
}
.darkbutton i {
    font-size: 10px !important;
    margin-left: 10px;
}
.bt-0 .hidden-icon {
    border-top: 0;
}
.darkbutton a:hover {
    background: #333;
}

/*********************************************
**********************************************
FOOTER
**********************************************
********************************************** */

.hidden-icon.collapsed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}
.hidden-icon.collapsed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}
.hidden-icon.collapsed {
    opacity: 1;
}
.hidden-icon .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}
.hidden-icon .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}
.circle-plus {
    height: 44px;
    width: 44px;
    margin: 0 auto;
}
.circle-plus .circle {
    position: relative;
    height: 44px;
    width: 44px;
    border: 2px solid #000;
}
.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #000;
    width: 18px;
    height: 2px;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: 0px;
}
.circle-plus .circle .vertical {
    position: absolute;
    background-color: #000;
    width: 2px;
    height: 18px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px;
}
/*********************************************
**********************************************
FOOTER
**********************************************
********************************************** */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: transparent;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 715px;
    transition: 0.5s
}
/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    min-height: 660px;
    transition: 0.5s
}
.flip-card-back {
    opacity: 0
}
.flip-card:hover .flip-card-back {
    opacity: 1
}
/* Position the front and back side */

/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #bbb;
    color: black;
}
/* Style the back side */

.flip-card-back {
    background-color: dodgerblue;
    color: white;
    position: relative
}
.flip-card-front img.sg, .flip-card-back img.sg {
    max-width: 400px;
    width: 100%;
}
.flip-content {
    height: 100%;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    min-height: 660px;
}
.flip-content>div {
    min-height: 660px;
}
.fc-content {
    font-size: 34px;
    line-height: 44px;
    text-align: left !important;
    font-weight: 300
}
.fc-solutions-badge {
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 240px;
    height: 240px;
}
.solutions-badge:hover {
    cursor: url("assets/images/white-plus-small.svg") 15 15, move;
}
.blog-carousel .owl-nav {
    width: 100%;
    text-align: Center;
    padding: 60px;
}
.mega-indicator {
    display: none !important;
}
#mega-menu-wrap-left-header #mega-menu-left-header>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-right-header #mega-menu-right-header>li.mega-menu-item>a.mega-menu-link, .mega-menu-link {
    font-weight: 500 !important;
}
#responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
    margin-top: 30px;
}
@media (max-width: 1300px) {
    .mega-menu-wrap {
        display: none !important
    }
}
.menu-container-custom {
    max-width: 900px !important;
    margin: 0 auto !important;
}
#mega-menu-wrap-left-header #mega-menu-left-header[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu, #mega-menu-wrap-left-header #mega-menu-left-header[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    padding-top: 100px;
    padding-bottom: 100px
}
.rl-image-widget-text h3 {
    margin-top: 25px;
    margin-bottom: 17px;
    font-size: 34px;
}
#mega-menu-wrap-left-header #mega-menu-left-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    display: flex !important;
    flex-direction: column !important;
}
.rl-image-widget-text {
    order: 3 !important;
}
#mega-menu-wrap-left-header111 #mega-menu-left-header>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: rgba(239, 81, 85, 0.95);
    border: 0;
    padding: 0px 0px 0px 0px;
    position: fixed !important;
    max-width: none;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.mega-sub-menu a.mega-menu-link:before {
    font-family: 'icomoon' !important;
    content: "\e904";
    font-size: 11px !important;
    position: relative;
    top: 0px !important;
    opacity: 0;
    margin-right: 24px !important;
}
.mega-sub-menu a.mega-menu-link:hover:before {
    opacity: 1
}
.mega-menu-item-type-widget {
    padding-left: 80px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#mega-menu-wrap-left-header #mega-menu-left-header li.mega-menu-item a.mega-menu-link:before {
    vertical-align: middle!important;
    position: relative;
    top: -2px !important;
}
.mega-menu-item-type-widget img {
    width: 100%;
}
.mega-block-title {
    font-weight: 600 !important;
    margin-top: 15px !important;
    font-size: 20px !important;
}
#mega-menu-wrap-left-header #mega-menu-left-header li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu:before {
    background: rgb(41, 44, 49);
    height: 120px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -120px;
    content: "";
}
#mega-menu-wrap-left-header #mega-menu-left-header>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-right-header #mega-menu-right-header>li.mega-menu-item>a.mega-menu-link {
    z-index: 99999
}
.rl-image-widget-link {
    order: 1 !important;
}
.mega-block-title {
    order: 2 !important;
}
#mega-menu-wrap-left-header #mega-menu-left-header>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-right-header #mega-menu-right-header>li.mega-menu-item>a.mega-menu-link {
    margin: 0 24px !important
}
.contact-item-image {
    position: relative;
}
.contact-item-content {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
    color: #fff;
}
.contact-item-content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.contact-item-content p a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.contact-item-content p i {
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 2px
}
.contact-item-content p i.icon-mail {
    top: 5px;
}
.contact-item-image h3 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 30px 94px 30px;
    margin-bottom: 0;
}
/*********************************************
**********************************************
TIMELINE
**********************************************
********************************************** */

#timeline-gpa {
    background-color: #292B6C;
    position: relative;
    color: #fff
}
#timeline-gpa .timeline-container {
    margin-top: 80px
}
#timeline-gpa:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#timeline-gpa .timeline-row {
    color: #000;
    background: linear-gradient(225deg, #FFFFFF 0%, #ECEAEB 100%);
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-right: 100px;
}
#timeline-gpa .timeline-logo {
    flex: 0 0 200px;
    padding: 50px 30px;
    align-self: center;
    max-width: 200px
}
#timeline-gpa .timeline-date {
    flex: 0 0 200px;
    padding: 0 30px;
    text-align: center;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: column;
}
#timeline-gpa .timeline-line-top {
    width: 4px;
    /*background: #FFA878;*/
    height: 70px;
    margin: 0 auto 30px;
}
#timeline-gpa .marker-icon svg {
    width: 40px;
    height: 40px;
}
#timeline-gpa .marker-icon {
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
}
#timeline-gpa .timeline-line-bottom {
    width: 4px;
    /*background: #FFA878;*/
    flex: 1;
    margin: 0 auto;
}
#timeline-gpa .timeline-date span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: var(--font-family-1);
    margin-bottom: 5px;
}
#timeline-gpa .timeline-content {
    flex: 1;
    padding: 50px 50px 50px 30px
}
#timeline-gpa .timeline-row .timeline-spine-container {
    flex: 0 0 100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
}
#timeline-gpa .timeline-row .timeline-spine {
    background-color: #FFCC53;
    width: 100px;
    height: 100%;
    line-height: 14px;
    text-align: center;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 14px;
    color: #292B6C;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
#timeline-gpa .timeline-row .timeline-spine .text {
    top: 50%;
    right: 50%;
    position: absolute;
    transform: scale(-1) translate(-50%, 50%);
    writing-mode: vertical-lr;
    white-space: nowrap;
    color: #292B6C;
}
#timeline-gpa .timeline-row:nth-child(even) {
    background: linear-gradient(135.81deg, #FFFFFF 0%, #ECEAEB 100%);
}
/*#timeline-gpa .timeline-row:nth-child(even) .timeline-spine {
    background-color: #3F9D70;
}*/
@media (max-width: 900px) {
    #timeline-gpa .timeline-row {
        display: block
    }
    #timeline-gpa .timeline-row {
        padding-right: 50px;
    }
    #timeline-gpa .timeline-row .timeline-spine {
        width: 50px;
    }
    #timeline-gpa .timeline-logo {
        width: 100%;
        text-align: center;
        padding: 50px 30px 0;
        align-self: center
    }
}
/*********************************************
**********************************************
FOOTPRINT
**********************************************
********************************************** */

.footprint {
    background: radial-gradient(circle, #B2B19D 0%, #666B63 99.99%);
    padding: 100px 0;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    position: relative
}
.footprint .section-spine {
    background: #fe735a;
    color: #ffffff
}
.footprint .section-spine a {
    color: #ffffff
}
.footprint h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.footprint h2 {
    height: 80px;
    width: 388px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.infographic-container {
    padding-top: 80px;
    color: #fff;
}
.infographic-left>div, .infographic-right>div {
    padding: 20px 0;
}
.infographic-middle {
    flex: 0 0 550px;
    padding: 20px;
}
.infographic-left {
    text-align: right;
}
.infographic-right, .infographic-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sustain-engage-cre {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}
.sustain-engage-cre img {
    margin-bottom: 20px;
    width: 110px;
}
.sustain-engage-cre p {
    margin-bottom: 0
}
.footprint .scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #333 !important;
}
@media (max-width: 900px) {
    .infographic-right, .infographic-left {
        flex: 0 0 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.video-section-header {
    background-color: #ffffff;
    padding: 88px 0;
}
.video-section-header .inner-wrap {
    max-width: 1338px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-section-header .title-content {
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 65.5%;
    letter-spacing: 0.025em;
    color: #241F21;
}
.video-section-header .link {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}
.video-section-header .link .icon-arrow-right {
    margin-left: 22px;
}
.video-section-header .link a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 121%;
    color: #241F21;
}
@media all and (max-width: 899px) {
    .video-section-header {
        padding-left: calc(var(--mobile-gutter) - 15px);
        padding-right: calc(var(--mobile-gutter) - 15px);
    }
}
@media all and (max-width: 600px) {
    .video-section-header {
        display: none;
    }
}
.video-section {
    position: relative;
    color: #fff;
    min-height: 100vh;
}
.video-section .container-fluid {
    position: relative;
    z-index: 10
}
.video-play {
    flex: 0 0 100px;
    margin-left: 40px;
}
.has-background-video .video-play {
    display: none;
}
.owl-carousel-products .owl-stage-outer {
    overflow: visible;
}
.video-container {
    max-width: 690px;
    width: 100%;
}
.video-container h3 {
    font-size: 40px;
    line-height: 44px;
}
.post-template-default #small-banner .intro-block .client-name a {
    color: #fff !important;
}
.page-id-312 .taxonomy-grid {
    margin-top: 5px;
}
#archive-banner .intro-block h1 span {
    letter-spacing: 3px
}
.ajax-load-more-wrap.grey .alm-load-more-btn.done {
    display: none !important
}
.colour-block-cta {
    padding: 240px 0;
}
.colour-block-cta h2 {
    font-size: 38px;
    line-height: 48px;
}
.colour-block-cta .colour-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 100px 60px;
}
.product-gallery-carousel img {
    max-height: calc(100vh - 200px);
    width: auto !important;
}
.single-packaging .product-gallery-carousel img {
    max-height: 500px;
    width: auto !important;
}
.product-gallery-carousel .owl-prev, .product-gallery-carousel .owl-next {
    position: absolute;
}
.product-gallery-carousel .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    background-color: transparent !important;
    outline: none !important;
}
.product-gallery-carousel .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    background-color: transparent !important;
    outline: none !important;
}
.product-gallery-carousel .gallery-item {
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center!important;
    align-items: center;
}
.product-gallery-carousel .gallery-item-inner {
    padding: 0 50px 0 60px
}
.product-gallery-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.modal-backdrop.show {
    display: none !important;
}
.video-container-inner {
    max-width: 1300px;
    width: 100%;
    position: relative;
    padding: 80px 20px
}

.video-section .video-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}
.video-container .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10001
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 900px) {
    .modal-xl .modal-body .btn-close {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }
    .video-container .btn-close {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 40px;
        z-index: 10001
    }
}
.os-content::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
}
.os-content::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.os-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
    height: 40px
}
.product-gallery-carousel .owl-lazy {
    opacity: 1!important;
}
.timeline-content a {
    font-weight: 600;
}
/*********************************************
**********************************************
GLOBAL MANUFACTURING
**********************************************
********************************************** */

#global-manufacturing {
    background: #4a534a;
    padding: 100px 0;
    position: relative
}
#cosfibelgroup {
    background: #00609c;
    padding: 100px 0;
    position: relative;
    width: 100%;
    color: #fff;
}
#global-manufacturing.contactmap {
    background: #f0f1f0;
    padding: 100px 0;
    position: relative
}
#global-manufacturing .section-spine {
    background: #b9ce97;
    color: #fff;
}
#global-manufacturing.contactmap .section-spine {
    background: #677d74;
}
#cosfibelgroup .section-spine {
    background: #fff;
    color: #00609c
}
#global-manufacturing .section-spine a {
    color: #fff;
}
#cosfibelgroup .section-spine a {
    color: #00609c
}
#global-manufacturing h2, #cosfibelgroup h2 {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
}
#global-manufacturing.contactmap h2 {
    color: #000;
}
#global-manufacturing .white-font, #cosfibelgroup .white-font {
    color: #fff;
}
#global-manufacturing .map {
    position: relative;
    padding-bottom: 100px;
}
#cosfibelgroup .map {
    position: relative;
}
#global-manufacturing .map img, #cosfibelgroup .map img {
    width: 1040px;
    flex: 0 0 1040px;
}
.pp-c {
    margin: 0 auto;
    width: 1320px;
    padding: 30px;
}
#global-manufacturing .map-container, #cosfibelgroup .map-container {
    display: flex;
    margin-top: 40px;
}
#global-manufacturing ul, .popover-body ul, #cosfibelgroup ul, .popover-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#global-manufacturing ul, #cosfibelgroup ul {
    margin-top: 20px;
}
.popover-body, .acc-b {
    padding: 22px;
}
#global-manufacturing ul li, .popover-body ul li {}
#global-manufacturing ul li, .popover-body ul li, #cosfibelgroup ul li {
    color: #B9CE97;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 14px 0;
    flex-basis: 100%;
    transition: 0.2s
}
#cosfibelgroup ul li {
    color: #fff;
}
#global-manufacturing.contactmap ul li {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 14px 0;
    flex-basis: 100%;
    transition: 0.2s
}
#global-manufacturing ul li i, #cosfibelgroup ul li i {
    opacity: 0;
    font-size: 10px;
    margin-left: 10px;
}
#global-manufacturing ul li:hover, #cosfibelgroup ul li:hover {
    color: #fff;
}
#global-manufacturing.contactmap ul li:hover {
    color: #677d74;
}
#global-manufacturing ul li:hover i, #cosfibelgroup ul li:hover i {
    opacity: 1;
}
.popover-body ul li p {
    margin-bottom: 0
}
.popover-body h3, .acc-b h3 {
    font-size: 13px;
    font-weight: 700 !important;
    border-bottom: 2px solid #000;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.popover-body h4, .acc-b h4 {
    font-size: 13px;
    font-weight: 700 !important;
    margin: 0;
    padding-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}
.popover-body ul li {
    padding: 8px 0;
}
.popover-body ul li {
    color: #000;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.acc-b {
    color: #000;
    font-size: 14px !important;
    line-height: 1.6em;
}
.image-container {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
}
#accordionContact {
    max-width: 700px;
    margin: 20px auto 150px;
    display: none;
}
#accordionContact .accordion-button {
    padding: 10px 25px !important;
    background: transparent !important;
}
@media (max-width: 900px) {
    #accordionContact {
        display: block;
    }
    .cmp {
        display: none !important
    }
}
.popover-body .image-container {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex: 0 0 25px;
    display: flex;
    align-items: center;
}
.image-container img {
    width: 100%
}
.page-id-8110 .popover-body, .page-id-8110 .acc-b {
    min-width: 200px
}
.page-id-8110 .popover-body span {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px;
    position: relative;
    top: -2px;
    margin-left: 7px;
}
.page-id-8110 .popover-body img {
    width: 15px;
    position: relative;
    top: 0;
    margin-left: 7px;
}
.page-id-8110 .popover-body h4 {
    border-top: 1px dotted #000;
    padding-top: 15px
}
.page-id-8110 .popover-body h4 span, .page-id-8110 .popover-body h4 img {
    position: relative;
    top: 0px;
    margin-left: 0px !important;
}
.page-id-8110 .popover-body ul li {
    padding: 5px 0 !important;
}
.numbercontainer {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 35px;
    color: #00609c;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    font-size: 13px;
}
.pulse {
    margin: 100px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFE467;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    position: absolute;
}
.page-id-330 .pulse {
    width: 9px;
    height: 9px;
    position: absolute;
}
.regional-badge {
    width: 228px;
    position: absolute;
    bottom: 0;
    left: -15px;
}
.regional-badge svg {
    width: 100%;
}
.pulse:hover, .pulse-glow, .pulse:focus, .pulse:active {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite;
    background: #02b9ee;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.pulse-mexico {
    position: absolute;
    top: 125px;
    left: 42px;
}
.pulse-mexico2 {
    top: 90px;
    left: 22px;
}
.pulse-boston {
    top: 40px;
    left: 165px;
}
.pulse-ny {
    top: 55px;
    left: 147px;
}
.page-id-330 .pulse-ny {
    top: 63px;
    left: 4px;
}
.pulse-nyny {
    top: 47px;
    left: 150px;
}
.pulse-ut {
    top: 57px;
    left: 25px;
}
.pulse-chatsworth {
    top: 70px;
    left: 2px;
}
.pulse-chatsworth1 {
    top: 60px;
    left: 25px;
}
.pulse-man {
    top: 43px;
    left: 158px;
}
.pulse-la {
    top: 75px;
    left: 0px;
}
.page-id-330 .pulse-la {
    top: 62px;
    left: 35px;
}
.pulse-san {
    top: 70px;
    left: 18px;
}
.pulse-sa {
    top: 80px;
    left: 5px;
}
.pulse-lm {
    top: 76px;
    left: 15px;
}
.pulse-ed {
    top: 63px;
    left: 135px;
}
.pulse-fontana {
    top: 66px;
    left: 26px;
}
.pulse-seattle {
    top: 30px;
    left: 12px;
}
.pulse-miami {
    top: 105px;
    left: 115px;
}
.page-id-330 .pulse-ireland {
    top: 5px;
    left: 355px;
}

.pulse-c-spain {
    top: 60px;
    left: 372px;
}
.pulse-c-belgium {
    top: 22px;
    left: 385px;
}
.pulse-c-pt {
    top: 55px;
    left: 345px;
}
.pulse-c-fr {
    top: 32px;
    left: 375px;
}
.pulse-c-fr2 {
    top: 42px;
    left: 391px;
}
.pulse-c-china {
    top: 85px;
    right: 93px;
}
.pulse-c-hk {
    top: 119px;
    right: 105px;
}
.pulse-nottingham {
    top: 4px;
    left: 366px;
}
.pulse-cambridge {
    top: 11px;
    left: 370px;
}
.page-id-330 .pulse-cambridge {
    top: 5px;
    left: 370px;
}
.pulse-holland {
    top: 14px;
    left: 394px;
}
.pulse-spain {
    top: 52px;
    left: 363px;
}
.pulse-belgium {
    top: 20px;
    left: 388px;
}
.pulse-portugal {
    top: 56px;
    left: 345px;
}
.pulse-poland {
    top: 12px;
    left: 430px;
}
.pulse-france {
    top: 35px;
    left: 380px;
}
.pulse-china {
    top: 115px;
    right: 97px;
}
.pulse-china-2 {
    top: 120px;
    right: 100px;
}
.pulse-hong-kong {
    top: 120px;
    right: 93px;
}
.pulse-thailand {
    top: 140px;
    right: 127px;
}
.pulse-vietnam {
    top: 155px;
    right: 100px;
}
.pulse-malaysia {
    top: 185px;
    right: 125px;
}
.note {
    color: #F26322;
    font-size: 10px;
    display: block;
    line-height: 10px
}
.hubboxlink {
    padding: 20px 30px !important;
    display: block !important;
    text-align: Center !important;
}
.no-margins {
    padding: 0
}
.no-margins .container-fluid {
    max-width: 100%;
    padding: 0 !important
}
.no-margins .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.no-margins .col-12 {
    padding: 0;
}
.no-margins p {
    margin: 0 !important
}
/*********************************************
**********************************************
COSFIBEL MAP
**********************************************
********************************************** */

.pulse-cosfibel-europe {
    position: absolute;
    top: 105px;
    left: 463px;
}
.pulse-cosfibel-europe-factories {
    position: absolute;
    top: 138px;
    left: 385px;
}
.pulse-cosfibel-north-america {
    position: absolute;
    top: 180px;
    left: 82px;
}
.pulse-cosfibel-south-america {
    position: absolute;
    top: 350px;
    left: 190px;
}
.pulse-cosfibel-africa {
    position: absolute;
    top: 270px;
    left: 410px;
}
.pulse-cosfibel-middle-east {
    position: absolute;
    top: 225px;
    left: 555px;
}
.pulse-cosfibel-asia-offices {
    position: absolute;
    top: 170px;
    right: 70px;
}
.pulse-cosfibel-asia {
    position: absolute;
    top: 320px;
    right: 100px;
}
/*********************************************
**********************************************
TEAM
**********************************************
********************************************** */

.team-sectio {
    padding-top: 120px;
    padding-bottom: 120px;
}
.team-grid .modal-body {
    padding: 0;
}
.modalteam-image {
    width: 50%;
    min-height: 500px;
}
.modalteam-image img {
    width: 100%
}
.modalteam-content {
    width: 50%;
    padding: 60px 30px 60px 30px;
    font-weight: 400;
}
.modalteam-content-inner {
    padding-right: 30px;
}
.team-grid .modal-dialog {
    max-width: 1230px !important;
}
.mailme {
    text-align: center;
}
.mailme a {
    font-weight: 700;
    color: #000;
    text-align: Center;
    margin-top: 30px;
    padding-bottom: 3px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.mailme a:after {
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #000;
}
.mailme a:hover {
    opacity: 0.5;
}
.mailme a:after:hover {
    background: #292C31;
}
.modalteam-content h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
}
.modalteam-content h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #292C31;
}
@media (max-width: 650px) {
    .team-grid .modal-body .d-flex {
        display: block !important
    }
    .modalteam-image {
        width: 100%;
        min-height: 300px;
    }
    .modalteam-content {
        width: 100%;
    }
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999
}
.beige {
    background: #F6F5F4;
}
/*--------------------------------------------------------------
TEAM GRID
-------------------------------------------------------------- */

.team-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    color: #111;
}
.team-grid .team-member {
    background-size: cover;
    min-height: 380px;
    position: relative;
}
.team-grid .team-member h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.team-grid .team-member h4 {
    font-size: 16px;
    color: #fff;
    text-transform: upprcase;
    font-weight: 400;
    margin: 0;
}
.team-grid .team-member .overlay {
    padding: 32px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .7s ease;
    width: 100%;
    height: 100%;
}
.team-grid .team-member:hover .overlay {
    opacity: 1;
}
@media (max-width: 1000px) {
    .team-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}
.biog-link {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px 5px 0;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.biog-link:hover {
    color: #fff;
}
.biog-link:after {
    content: "";
    height: 2px;
    width: 35px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.biog-link:hover:after {
    background: #fff;
}
.team-grid .modal.fade.show {
    background: rgba(0, 0, 0, 0.3) !important;
}
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
.page-id-330 #general-enquiries, .page-id-330 #myTab {
    display: none !important;
}
.intro-block {
    position: Relative;
}
.jencoimg, .clienthdimg {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 150px;
    height: 90px;
    display: Flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 700px) {
    .jencoimg, .clienthdimg {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 150px;
        height: 90px;
        display: Flex;
        align-items: center;
        justify-content: start;
    }
}
.jencoimg img, .clienthdimg img {
    max-height: 85px;
    max-width: 150px;
}
.withclienthdimg.intro-block h1 {
    font-size: 52px !important;
    line-height: 52px !important;
    font-weight: 400 !important;
    margin-top: 65px !important;
}
.withclienthdimg.intro-block {
    background: #fff;
    padding: 60px 60px 40px !important;
}
@media (max-width: 700px) {
    .withclienthdimg.intro-block {
        padding: 110px 60px 30px 30px !important;
    }
    .withclienthdimg.intro-block h1 {
        font-size: 42px !important;
        line-height: 42px !important;
        font-weight: 400 !important;
        margin-top: 25px !important;
    }
    .withclienthdimg.intro-block .client-name {
        padding-left: 0px!important;
        margin-top: 30px!important;
    }
}
#jencobanner {
    min-height: 100vh;
}
.page-id-8110 .call-to-action-special h2 {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 48px !important;
    line-height: 48px;
    letter-spacing: 10px;
    font-weight: normal;
    font-weight: 100;
    word-break: unset;
    max-width: 500px;
}
.timeline-logo {
    text-align: center;
}
.timeline-logo img {
    filter: grayscale(100%);
}
.ytvideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.ytvideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
HOME PAGE REDESIGN
-------------------------------------------------------------- */
.partial-two-column {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.025em;
    padding: 213px 0;
}
.partial-two-column .heading-3 {
    font-weight: 500;
    font-size: 42px;
    line-height: 125.5%;
}

.heading-2 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
.heading-3 {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.025em;
    color: #292B6C;
}
.heading-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 96.5%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}
@media all and (max-width: 600px) {
    .partial-two-column {
        padding: 160px 0;
    }
    .heading-3 {
        font-size: 52px;
    }
}
.theme-medium {
    min-height: 800px;
}
#packaging-sectors.small-grid-container {
    background: #ffffff;
}
.info-grid {
    padding-top: 110px;
}
.info-grid .masonary-grid {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100.5%;
    text-transform: uppercase;
    color: #FFFFFF;

    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(auto, auto);

    max-width: 1338px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}
.info-grid .mobile-content {
    display: none;
}
@media all and (min-width: 899px) {
    .info-grid .masonary-grid {
        display: grid;
    }
}
@media all and (max-width: 600px) {
    .info-grid {
        padding-top: 114px;
    }
    .info-grid .desktop-content {
        display: none;
    }
    .info-grid .mobile-content {
        display: block;
    }
}
.info-grid .ig-top-content {
    padding-bottom: 110px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.025em;
    color: #241F21;
    max-width: 1009px;
    margin: 0 auto;
}
.info-grid .masonary-grid .item {
    background: #292B6C;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;

    font-style: normal;
    font-weight: 300;
    line-height: 100.5%;
    text-transform: uppercase;
    padding: 21px;

    display: flex;
    align-items: flex-end;

    /*min-height: 400px;*/
    padding-top: 100px;
}
.info-grid .masonary-grid .item:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.info-grid .masonary-grid .item:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;

}
.info-grid .masonary-grid .item:nth-of-type(3) {
    grid-column: 3;
    grid-row: 2;
}
.info-grid .masonary-grid .item:nth-of-type(4) {
    grid-column: 4 / 6;
    grid-row: 1;
}
.info-grid .masonary-grid .item:nth-of-type(5) {
    grid-column: 4 / 6;
    grid-row: 2;
}
.info-grid .masonary-grid .item:nth-of-type(6) {
    grid-column: 1 / 3;
    grid-row: 3;
}
.info-grid .masonary-grid .item:nth-of-type(7) {
    grid-column: 3;
    grid-row: 3;
}
.info-grid .masonary-grid .item:nth-of-type(8) {
    grid-column: 1 / 4;
    grid-row: 4;
}
.info-grid .masonary-grid .item:nth-of-type(9) {
    grid-column: 4 / 6;
    grid-row: 3 / 5;
}
.info-grid .masonary-grid .item:hover {
    background: #56D8B5;
}
.info-grid .masonary-grid .item:hover span {
    color: #292B6C;
}
.info-grid .item p {
    margin: 0;
}
.info-grid .item .txt-lower {

    font-family: var(--font-family-1);

    text-transform: lowercase;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}
.info-grid .item .stat {
    word-break: break-all;
}
.info-grid .item-1 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 130px;
    line-height: 100.5%;
    color: #FF6F58;
}
.info-grid .item-2 .stat,
.info-grid .item-3 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    color: #56D8B5;
    line-height: 1em;
}
.info-grid .item-4 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 100.5%;
    color: #FF6F58;
}
.info-grid .item-5 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #FFCC00;
    line-height: 1em;
}
.info-grid .item-6 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    color: #FF8397;
    line-height: 1em;
}
.info-grid .item-7 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    color: #FF8397;
    line-height: 1em;
}
.info-grid .item-8 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #FFCC00;
    line-height: 1em;
}
.info-grid .item-9 .stat {
    font-family: var(--font-family-1);
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    color: #06A6FF;
    line-height: 1em;
}

@media all and (max-width: 1000px) {
    .info-grid .masonary-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .info-grid .masonary-grid .item {
        grid-column: unset!important;
        grid-row: unset!important;
    }
}
@media all and (max-width: 899px) {
    .info-grid .masonary-grid .item {
        margin-left: 17px;
        margin-right: 17px;
        min-height: 238px;
        padding-top: 85px;
    }
    .info-grid .ig-top-content {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }
}
@media all and (max-width: 600px) {
    .info-grid .masonary-grid .item {
        min-height: 270px;
    }
    .info-grid .item-1 .stat {
        font-size: 100px;
    }
    .info-grid .item-2 .stat,
    .info-grid .item-3 .stat {
        font-size: 56px;
    }
    .info-grid .item-4 .stat {
        font-size: 74px;
    }
    .info-grid .item-5 .stat {
        font-size: 50px;
    }
    .info-grid .item-6 .stat {
        font-size: 56px;
    }
    .info-grid .item-7 .stat {
        font-size: 77px;
    }
    .info-grid .item-8 .stat {
        font-size: 50px;
    }
    .info-grid .item-9 .stat {
        font-size: 93px;
    }
}
.latest-news {
    background-color: #ffffff;
    padding-bottom: 178px;
}
.latest-news-header {
    background-color: #ffffff;
    padding: 88px 0;
}
.latest-news-header .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 1338px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}
.latest-news-header .title-content {
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 65.5%;
    letter-spacing: 0.025em;
    color: #241F21;
}
.latest-news-header .link {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}
.latest-news-header .link .icon-arrow-right {
    margin-left: 22px;
}
.latest-news-header .link a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 121%;
    color: #241F21;
}
.latest-news .post-grid {
    display: flex;
    gap: 23px;
    max-width: 1338px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}
.latest-news .post-grid .featured-post {
    flex-basis: 600px;
}
.latest-news .post-grid .other-posts {
    flex-basis: calc(100% - 436px);
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.latest-news .post-grid .other-posts > div {
    flex-basis: calc((100% - (23px * 2)) / 2);
}
.latest-news .post-grid .other-posts .post:nth-of-type(1) .post-categories {
    color: #30AE7E;
}
.latest-news .post-grid .other-posts .post:nth-of-type(2) .post-categories {
    color: #FF6F58;
}
.latest-news .post-grid .other-posts .post:nth-of-type(3) .post-categories {
    color: #FF6F58;
}
.latest-news .post-grid .other-posts .post:nth-of-type(4) .post-categories {
    color: #0655EB;
}
.latest-news .post-grid .other-posts .post:nth-of-type(5) .post-categories {
    color: #FF6F58;
}
.latest-news .post-grid .other-posts .post:nth-of-type(6) .post-categories {
    color: #0655EB;
}
@media all and (max-width: 899px) {
    .latest-news {
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-news .post-grid .featured-post {
        margin-bottom: 23px;
    }
    .latest-news .post-grid {
        display: block;
    }
    .latest-news .post-grid .other-posts {
        display: block;
    }
    .latest-news .post-grid .other-posts .post {
        margin-left: calc(23px / 2);
        margin-right: calc(23px / 2);
    }
}
.latest-news .post-grid .post {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 600px) {
    .latest-news-header .link {
        border: none;
    }
    .latest-news-header .link span {
        display: none;
    }
}
.latest-news .post-grid .post img {
    max-width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}
.latest-news .post-grid .featured-post.post img {
    height: 400px;
}
.latest-news .post-grid .post-content {
    padding: 35px 25px;
}
.latest-news .post-grid .post-categories {
    font-family: var(--font-family-2);
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 105.5%;
    color: #292B6C;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.latest-news .post-grid .post-title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #241F21;
}
.latest-news .post-grid .featured-post .post-categories {
    /*font-family: var(--font-family-1);*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.5%;
}
.latest-news .post-grid .featured-post .post-title {
    font-size: 36px;
    line-height: 105.5%;
}
.layout-accordion-slider {
    background-color: #ffffff;
    padding: 110px 24px;
}
.layout-accordion-slider .wrap {
    max-width: 1360px;
    margin: 0 auto;
}
.layout-accordion-slider .top-bar {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout-accordion-slider .top-bar p {
    margin: 0;
}
.layout-accordion-slider .top-bar .acc-heading-1 {
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 65.5%;
    letter-spacing: 0.025em;
    color: #241F21;
}
.layout-accordion-slider .top-bar .acc-heading-2 {
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: 0.025em;
    color: #292B6C;
}
.layout-accordion-slider .slide .image img {
    max-height: 500px;
    width: auto;
    display: inline-block;
}
.layout-accordion-slider .slide {
    display: flex;
    height: 700px;
    justify-content: flex-end;
}
.layout-accordion-slider .slide .acc-item .col-left {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    width: 0;
    max-width: 100%;
}
.layout-accordion-slider .slide .acc-item:hover .col-left {
    /*width: 899px;*/
}
.layout-accordion-slider .slide .acc-item.open > .col-left {
    width: 899px;
    padding-left: 30px;
    padding-right: 30px;
}
.layout-accordion-slider .slide .acc-item {
    display: flex;
}

.layout-accordion-slider .slide .acc-item .col-left {
    flex-grow: 1;
}
.layout-accordion-slider .slide .acc-item .col-left .two-column {
    display: flex;
    gap: 50px;
    height: 100%;
}
.layout-accordion-slider .slide .acc-item .col-left .two-column .col-left  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    align-items: baseline;
}
.layout-accordion-slider .slide .acc-item .col-left .two-column .col-left {
    flex-basis: 25%;
}
.layout-accordion-slider .slide .acc-item .col-left .two-column .image {
    flex-basis: 75%;
}
.layout-accordion-slider .slide .acc-item .col-left .heading {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 97.5%;
    color: #292B6C;
}
.layout-accordion-slider .slide .acc-item .col-left .link {
    border-bottom: 0.5px solid #000000;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 10px;
}
.layout-accordion-slider .slide .acc-item .col-left .link a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 121%;
    color: #241F21;
}
.layout-accordion-slider .slide .acc-item .col-left .link a .icon-arrow-right {
    margin-left: 30px;
}
.layout-accordion-slider .slide .acc-item .col-left .tagline {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #292B6C;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.layout-accordion-slider .slide .acc-item .col-left .tagline > span {
    display: block;
}
.layout-accordion-slider .slide .acc-item .col-left .tagline .tagline-border {
    border-bottom: 0.5px solid #292B6C;
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
}
.layout-accordion-slider .slide .acc-item .col-right .inner {
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.layout-accordion-slider .slide .acc-item .col-right .heading {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 105.5%;
    color: #292B6C;
}
.layout-accordion-slider .slide .acc-item .col-right {
    padding: 30px;
    cursor: pointer;
    min-width: 94px;
}
.layout-accordion-slider .slide .acc-item .col-right .tag {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 105.5%;
    text-align: right;
    text-transform: uppercase;
    color: #292B6C;
}
.layout-accordion-slider .slide .acc-item .col-right .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    height: 100%;
}
.layout-accordion-slider .slide .acc-item .col-right .inner span {
    display: inline-block;
}
.layout-accordion-slider .link {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}
.layout-accordion-slider .link .icon-arrow-right {
    margin-left: 22px;
}
.layout-accordion-slider .link a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 121%;
    color: #241F21;
}
.layout-accordion-slider .slider-controls {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 70px;
}
.layout-accordion-slider .slider-controls .slick-prev,
.layout-accordion-slider .slider-controls .slick-next {
    position: static;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-accordion-slider .slider-controls .slick-prev:before,
.layout-accordion-slider .slider-controls .slick-next:before {
    display: none;
}
@media all and (max-width: 899px) {
    .layout-accordion-slider .top-bar {
        padding-left: calc(var(--mobile-gutter) - 11px);
        padding-right: calc(var(--mobile-gutter) - 11px);
    }
    .layout-accordion-slider {
        padding: 110px 11px;
    }
    .layout-accordion-slider .slide .acc-item.open > .col-left .boxshadow {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        padding: 17px;
    }
    .layout-accordion-slider .slide .acc-item .col-left .two-column .col-left {
        justify-content: unset;
    }
    .layout-accordion-slider .slide .acc-item .col-left .two-column .col-left,
    .layout-accordion-slider .slide .acc-item .col-left .two-column .image {
        flex-basis: 50%;
    }
    .layout-accordion-slider .slide {
        height: auto;
        flex-wrap: wrap;
    }
    .layout-accordion-slider .slide .acc-item {
        flex-wrap: wrap;
        flex-basis: 100%;
    }
    .layout-accordion-slider .slide .acc-item .col-left,
    .layout-accordion-slider .slide .acc-item .col-right {
        flex-basis: 100%;
    }
    .layout-accordion-slider .slide .acc-item .col-left {
        width: 100%;
        display: none;
    }
    .layout-accordion-slider .slide .acc-item.open > .col-left {
        width: 100%;
        display: block;
        padding-left: 11px;
        padding-right: 11px;
    }
    .layout-accordion-slider .slide .acc-item .col-right .inner {
        writing-mode: unset;
        text-orientation: unset;
    }
}
@media all and (max-width: 600px) {
    .layout-accordion-slider .slide .acc-item > .col-right {
        /*box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);*/
        border-radius: 4px;
    }
    .layout-accordion-slider .slide .acc-item .col-right .heading {
        text-transform: none;
    }
    .layout-accordion-slider .slide .acc-item {
        margin-bottom: 15px;
    }
    .layout-accordion-slider .link {
        border: none;
    }
    .layout-accordion-slider .link span {
        display: none;
    }
    .layout-accordion-slider .slide .acc-item .col-left .two-column {
        flex-wrap: wrap;
    }
    .layout-accordion-slider .slide .acc-item .col-left .two-column .col-left,
    .layout-accordion-slider .slide .acc-item .col-left .two-column .image {
        flex-basis: 100%;
    }
}

/* new menu */
.menu-desktop {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
    padding: 30px 30px 90px 30px;
}
.menu-desktop .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.menu-desktop .top-bar .menu-close {
    cursor: pointer;
}
.menu-desktop ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-desktop ul li {
    padding: 0;
    margin: 0;
}
.menu-desktop .menu-main-menu-container {
    max-width: 1300px;
    margin: 0 auto;
}
.menu-desktop .menu-main-menu-container > ul {
    display: flex;
    gap: 42px;
}
.menu-desktop .menu-main-menu-container > ul > li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100.5%;
    color: #000000;
    flex-grow: 1;
}
.menu-desktop .menu-main-menu-container > ul > li > a {
    padding-bottom: 30px;
    margin-bottom: 22px;
    display: block;
}
.menu-desktop .menu-main-menu-container > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid #000000;
}
.menu-desktop .menu-main-menu-container > ul > li ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}
@media all and (max-width: 1300px) {
    .menu-plus {
        display: none;
    }
    .menu-desktop {
        display: none!important;
    }
}
.partial-contact-row {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.025em;
    padding: 213px 0;
    position: relative;
}
.partial-contact-row .heading-3 {
    font-weight: 500;
    font-size: 42px;
    line-height: 125.5%;
}
.partial-contact-row .forward-button {
    text-align: center;
}
.partial-contact-row .forward-button a {
    color: #ea5519;
    font-size: 72px;
    line-height: 1em;
}
.partial-contact-row .forward-button span:before {
    background-color: #ea5519;
}
.partial-contact-row .forward-button i {
    font-size: 40px;
}
.floating-button {
    position: fixed;
    bottom: 15px;
    right: 30px;
    /* z-index: 201; */
	z-index: 99999;
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: underline;
    font-weight: 500;
}
.fields-disabled .gfield_label {
    color: #000;
}
#general-inquiries .show-logistics,
#general-inquiries .show-cannabis {
    display: none;
}
#general-inquiries .contact-heading {
    color: #292B6C;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#general-inquiries .dropdown-container {
    margin-top: 36px;
}
#general-inquiries .dropdown-container .inquiry-type {
    border: 1px solid #292B6C;
    min-width: 310px;
    text-align: center;
    padding: 8px;
}
#general-inquiries .dropdown-container .inquiry-type .selected-value {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    cursor: pointer;

    background-image: url("assets/images/dropdown-closed.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
}
#general-inquiries .dropdown-container .inquiry-type .selected-value.open {
    background-image: url("assets/images/dropdown-open.svg");
}
#general-inquiries .dropdown-container .inquiry-type .dropdown {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    display: none;
}
#general-inquiries .dropdown-container .inquiry-type .dropdown > div {
    cursor: pointer;
    padding: 5px;
}
#general-inquiries .dropdown-container .inquiry-type .dropdown > div:hover,
#general-inquiries .dropdown-container .inquiry-type .dropdown > div.selected {
    color: #FFF;
    background-color: #292B6C;
}
#general-inquiries .dropdown-container .inquiry-type .dropdown > div.selected {
    background-image: url("assets/images/dropdown-tick-white.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
}
