﻿body {
    background: url(/_img/icons/wave-footer.svg) no-repeat bottom/contain;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.nav-on,
.modal-isOn {
    /* height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 100%; */
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    body {
        background-size: auto 306px;
    }
}

@media screen and (max-width: 880px) {
    body {
        background-size: auto 194px;
    }
}

@media screen and (max-width: 720px) {
    body {
        background-size: auto 165px;
        font-size: 14px;
        line-height: 22px;
    }
}

p {
    line-height: 1.75em;
    margin-bottom: 20px;
    font-weight: 400;
}

.highlight {
    color: #1D7CBC;
}

a {
    color: #665e58;
    text-decoration: underline;
}

.leader {
    font-size: 22px;
    line-height: 1.75em;
    margin-bottom: 30px;
}

a:hover {
    color: #655C59;
    text-decoration: underline;
}

ul {
    margin-top: 0;
    padding: 0 0 0 20px;
}

ul li {
    margin-bottom: 5px;
}

ul li:last-child {
    margin-bottom: 0;
}

hr {
    border-color: rgba(101, 92, 89, 0.26);
    margin: 33px auto;
    max-width: 1075px;
}

.leader--container+hr {
    border-color: #000;
    margin: 0 auto 20px;
}

img {
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.mobile--show {
    display: none;
}

.cols {
    overflow: auto;
}

.colsHalf .col {
    float: left;
    margin-right: 4%;
    width: 48%;
}

.colsHalf .endCol {
    margin-right: 0;
}

.msg p {
    font-size: 18px;
}

video {
    height: auto;
    margin-bottom: 80px;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .colsHalf .col {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    .colsHalf .endCol {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 720px) {
    .mobile--hide {
        display: none;
    }

    .mobile--show {
        display: inline;
    }
}

/* = Typography
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
    line-height: 32px;
}

h1,
.heading1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15em;
}

h2,
.heading2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    text-wrap: balance;
}

h3,
.heading3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 46px;
}

h4,
.heading4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

h5,
.heading5 {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px;
}

blockquote { border-left: 6px solid #88B05A; }

p sup { font-weight: inherit; }

meta { color: #655C59; }

@media screen and (max-width:1200px) {

    h1,
    .heading1 {
        font-size: 52px;
    }
}

@media screen and (max-width: 1024px) {

    h1,
    .heading1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 720px) {

    h1,
    .heading1 {
        font-size: 44px;
    }

    h2,
    .heading2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3,
    .heading3 {
        font-size: 22px;
        line-height: 26px;
    }

    h4,
    .heading4 {
        font-size: 20px;
        line-height: 22px;
    }

    .leader {
        font-size: 15px;
        line-height: 1.75em;
    }
}

@media screen and (max-width: 600px) {

    h1,
    .heading1 {
        font-size: 40px;
    }


    h2,
    .heading2 {
        font-size: 30px;
    }

}

@media screen and (max-width: 480px) {

    h1,
    .heading1 {
        font-size: 36px;
    }

}

@media screen and (max-width: 440px) {

    h1,
    .heading1 {
        font-size: 34px;
    }

    h2,
    .heading2 {
        font-size: 28px;
    }

}


/* = Tables
----------------------------------------------------------------------------------------------------------------- */
table {
    font-size: 100%;
}

table th {
    background-color: #473F41;
    border-color: #473F41;
}

table td {
    border-color: rgba(101, 92, 89, 0.26);
}

tr:nth-child(2n) td {
    background-color: rgba(101, 92, 89, 0.07);
}

/* = Forms
----------------------------------------------------------------------------------------------------------------- */

.webForm div {
    margin-bottom: 20px;
}

label,
input.text,
textarea,
select {
    float: none;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
}

label {
    display: block;
    font-size: 18px;
    padding-top: 0;
}

label .mandatory {
    color: red;
}

.labelhide {
    display: none;
}

/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn,
#page-news .btn:not(.cookieNoticeClose),
#page-who .btn:not(.cookieNoticeClose),
#page-what-matters .btn:not(.cookieNoticeClose),
.location .split-content .content-inner .locationMore p {
    background-color: #88B05A;
    border-color: #88B05A;
    border-radius: 23px;
    color: #fff;
    font-size: 18px;
    height: 46px;
    padding: 14px 20px;
    text-decoration: none;
}

.btn:hover,
#page-news .btn:not(.cookieNoticeClose):hover,
#page-who .btn:not(.cookieNoticeClose):hover,
#page-what-matters .btn:not(.cookieNoticeClose):hover,
.location .split-content .content-inner .locationMore p:hover {
    text-decoration: none;
}

.btn::before,
#page-news .btn:not(.cookieNoticeClose)::before,
#page-who .btn:not(.cookieNoticeClose)::before,
#page-what-matters .btn:not(.cookieNoticeClose)::before,
.location .split-content .content-inner .locationMore p::before {
    background: #CDD315;
    border-radius: 23px;
    height: 46px;
}

.btn--grey:before,
#page-news .btn:not(.cookieNoticeClose):before,
#page-contact .btn:not(.cookieNoticeClose):before { background: #CDD315; }

input[type="submit"] {
    font-size: 18px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

input[type="submit"]:hover {
    background: #CDD315;
    border-color: #CDD315;
    opacity: 1;
}

@media screen and (max-width: 720px) {

    .btn,
    input[type="submit"] {
        font-size: 16px;
    }
}

/* = Accordions
----------------------------------------------------------------------------------------------------------------- */
.accordion>h4 {
    background: #473F41;
    transition: background-color 0.3s ease-in-out;
}

/* = Colours
----------------------------------------------------------------------------------------------------------------- */

.brand--fern-green { color: #fff; background: #88B05A; }
.brand--leaf-green { color: #000; background: #CDD315; }
.brand--graphite { color: #fff; background: #655C59; }

.brand--chestnut { color: #fff; background: #633C00; }
.brand--blueberry { color: #fff; background: #00395A; }
.brand--stone { color: #fff; background: #625439; }
.brand--plum { color: #fff; background: #4C0048; }
.brand--moss { color: #fff; background: #3E4300; }
.brand--amber { color: #fff; background: #A05900; }

/* = Framework
----------------------------------------------------------------------------------------------------------------- */
.template {
    padding: 112px 0 140px;
}

.template.template--home {
    padding-bottom: 0;
}

.template.template--product-list,
.template.template--product-view {
    padding-bottom: 84px;
}

/* #page-news .template {
    background: rgba(101, 92, 89, 0.07);
}

#page-news .hero+.main-content {
    background-color: #f3f3f3;
} */

@media screen and (max-width: 1280px) {
    .template {
        padding: 56px 0 60px;
    }

    .template.template--product-list,
    .template.template--product-view {
        padding-bottom: 42px;
    }
}

@media screen and (max-width: 720px) {
    .template.template--home {
        padding-bottom: 60px;
    }
}

header {
    background: #fff;
    left: 0;
    padding: 26px 0;
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 99999;
}

.hide-sticky header {
    top: -138px;
}

header .header--inner {
    align-items: center;
    display: flex;
    padding: 0 40px;
}

header .header--inner .header--main a {
    color: #231F20;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 0 32px;
    text-decoration: none;
}

header .header--inner .header--flags {
    flex-shrink: 0;
    margin-right: 25px;
}

header .header--inner .header--flags a {
    display: block;
    float: left;
    height: 30px;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
    width: 30px;
}

header .header--inner .header--flags .header--flags-on {
    opacity: 1;
}

header .header--inner .header--flags .header--flags-uk {
    background: url(/_img/icons/flag-uk-eu.svg) no-repeat center/contain;
    font-size: 0;
    margin-right: 12px;
}

header .header--inner .header--flags .header--flags-us {
    background: url(/_img/icons/flag-us.svg) no-repeat center/contain;
    font-size: 0;
}

header .header--inner .header--home {
    background: url(/_img/icons/house.svg) no-repeat right center/20px auto;
    /* border-left: 1px solid #665d50; */
    display: block;
    flex-shrink: 0;
    font-size: 0;
    height: 60px;
    padding-left: 25px;
    width: 45px;
}

@media screen and (min-width: 1281px) {

    header .header--inner .header--flags a:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 1280px) {

    header {
        padding: 11px 0 12px;
    }

    header .header--inner {
        display: block;
        overflow: auto;
        padding: 0 60px 0 20px;
    }

    header .header--inner .header--main {
        float: left;
        width: 148px;
    }

    header .header--inner .header--main a {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 35px 9px 10px;
    }

    header .header--inner .header--flags {
        float: right;
        margin-right: 15px;
        padding: 4px 0 5px;
        width: 58px;
    }

    header .header--inner .header--flags a {
        height: 24px;
        width: 24px;
    }

    header .header--inner .header--flags .header--flags-uk {
        margin-right: 10px;
    }

    header .header--inner .header--home {
        display: none;
    }
}

@media screen and (max-width: 440px) {

    header .header--inner .header--main {
        width: 112px;
    }

    header .header--inner .header--main a {
        padding-bottom: 1px;
        padding-top: 0;
    }
}

@media screen and (max-width: 400px) {

    header .header--inner .header--main {
        display: none;
    }
}

footer {
    font-size: 14px;
    padding: 8px 0 12%;
}

#fa--home footer {
    padding: 108px 0 200px;
}

/* #page-news footer {
    background: rgba(101, 92, 89, 0.07);
} */

footer h5 {
    text-transform: uppercase;
}

footer strong {
    font-weight: 400;
}

footer a {
    font-weight: 400;
    text-decoration: none;
}

.footer--cols {
    display: flex;
    flex-wrap: wrap;
}

.footer--cols .address--col {
    margin-right: 3%;
    width: 28%;
}

.footer--cols .menu--col {
    margin-right: 3%;
    width: 48%;
}

.footer--cols .menu--col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer--cols .menu--col ul li {
    margin-bottom: 5px;
}

.footer--cols .share--col {
    width: 18%;
}

@media screen and (max-width: 1040px) {
    footer {
        padding-bottom: 190px;
    }

    footer .container {
        padding: 0 20px;
    }

    .footer--cols .address--col,
    .footer--cols .menu--col {
        margin-right: 6%;
        width: 47%;
    }

    .footer--cols .menu--col {
        margin-right: 0;
    }

    .footer--cols .share--col {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    footer {
        padding-top: 48px;
        position: relative;
    }

    #fa--home footer {
        background: rgba(101, 92, 89, 0.07);
    }

    footer::before {
        background: rgba(101, 92, 89, 0.26);
        content: '';
        display: block;
        height: 1px;
        left: 20px;
        position: absolute;
        right: 20px;
        top: 0;
    }

    #fa--home footer::before {
        display: none;
    }
}

.main-content {
    padding-top: 100px;
}

.hero+.main-content {
    margin-top: -2px;
    padding-top: 30px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.template--home .main-content {
    padding-top: 65px;
}

@media screen and (max-width: 720px) {
    .main-content {
        padding-top: 35px;
    }

    .template--home .main-content {
        padding-top: 40px;
    }
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.wide {
    max-width: 1520px;
}

.medium {
    max-width: 1075px;
    margin: 0 auto;
}

.inner {
    max-width: 800px;
    margin: 0 auto;
}

.coloured--bg {
    background: rgba(101, 92, 89, 0.07);
    display: none;
    margin: 156px 0 70px;
    padding: 92px 0;
    position: relative;
}

.coloured--bg::before {
    background: url(/_img/icons/curve-grey.svg) no-repeat top/cover;
    content: '';
    display: block;
    height: 236px;
    left: 0;
    position: absolute;
    top: -236px;
    width: 100%;
    z-index: -1;
}

.coloured--bg>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1560px) {
    .coloured--bg::before {
        height: 186px;
        top: -186px;
    }
}

@media screen and (max-width: 720px) {
    .container {
        padding: 0 30px;
    }

    .coloured--bg {
        margin-top: 88px;
        padding: 50px 0;
    }

    .coloured--bg::before {
        height: 50px;
        top: -50px;
    }
}

.leader--container {
    margin-bottom: 100px;
    /* text-align: center; */
}

/* .leader--container .btn,
#page-who .leader--container .btn {
    background-color: #3EDF83;
    border-color: #3EDF83;
}

.leader--container .btn,
#page-who .leader--container .btn,
.leader--container .btn::before,
#page-who .leader--container .btn::before {
    border-radius: 11px;
} */

.leader--container>*:last-child {
    margin-bottom: 0;
}

.leader--container::after {
    display: none;
}

@media screen and (max-width: 720px) {
    .leader--container {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 25px;
    }
}

@media screen and (max-width: 400px) {
    .container {
        padding: 0 20px;
    }
}

/* = Logo
----------------------------------------------------------------------------------------------------------------- */
.logo {
    display: block;
    position: relative;
    z-index: 1;
}

.logo--main {
    width: 185px;
    padding-right: 50px;
    height: 48px;
    font-size: 0;
    flex-shrink: 0;
    /* border-right: 1px solid #665c59; */
    background: url(/_img/logos/volac-colour.svg) no-repeat center left/135px auto;
}

@media screen and (max-width: 1280px) {
    .logo--main {
        background-size: 93px auto;
        border-right: none;
        float: left;
        height: 33px;
        padding-right: 10px;
        width: 103px;
    }
}

/* = Menu
----------------------------------------------------------------------------------------------------------------- */
.main-nav {
    border-left: 1px solid #665c59;
    width: 84%;
}

.greedy-nav {
    position: relative;
    margin: 0 35px 0 12px;
    min-width: 250px;
}

.greedy-nav a {
    display: inline-block;
    padding: 13px 12px;
    color: #231f20;
    line-height: 22px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 999999;
}

.greedy-nav button::after {
    content: attr(count);
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -35px;
    top: 50%;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #88B05A;
    font-size: 12px;
    font-weight: 600;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999999;
}

.greedy-nav .hamburger {
    position: relative;
    width: 26px;
    height: 3px;
    background: #000;
    margin: auto;
}

.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 3px;
    background: #000;
}

.greedy-nav .hamburger:before {
    top: -8px;
}

.greedy-nav .hamburger:after {
    bottom: -8px;
}

.greedy-nav .nav {
    display: inline-table;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.greedy-nav .nav li {
    display: table-cell;
    height: 48px;
    position: relative;
}

.greedy-nav .nav.level2>li:not(.on)::before {
    background: #00acdb;
    content: '';
    display: block;
    left: 12px;
    height: 5px;
    opacity: 0;
    position: absolute;
    right: 12px;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.greedy-nav .nav.level1>li.on::before {
    background: #00acdb;
    content: '';
    display: block;
    left: 12px;
    height: 5px;
    position: absolute;
    right: 12px;
    top: 100%;
}

.greedy-nav .nav.level1>li.on::before {
    background: #88B05A;
}

/* Added a rule to remove the arrow from the locations nav, this may need removing in the future */

.greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact)>a .dropdown--icon {
    background: url(/_img/icons/angle-down.svg) no-repeat center/12px auto;
    display: block;
    height: 6px;
    position: absolute;
    right: 11px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
}

.greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact)>a {
    padding-right: 31px;
}

.greedy-nav .nav li ul {
    background: #655C59;
    left: 12px;
    opacity: 0;
    padding: 30px 35px;
    position: absolute;
    top: calc(100% + 5px);
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 320px;
}

.greedy-nav .nav li ul li {
    display: block;
    height: auto;
    margin-bottom: 12px;
}

.greedy-nav .nav li ul li:last-child {
    margin-bottom: 0;
}

.greedy-nav .nav li ul li a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
}

.greedy-nav .hidden-links {
    background: #473F41;
    margin: 0;
    opacity: 1;
    overflow: visible;
    padding: 30px 35px;
    position: absolute;
    right: 0px;
    top: calc(100% + 5px);
    transition: all 0.3s ease-in-out;
    width: 225px;
}

.greedy-nav .hidden-links::before {
    background: #6db345;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 57px;
}

.greedy-nav .hidden-links li {
    display: block;
    margin-bottom: 12px;
}

.greedy-nav .hidden-links li:last-child {
    margin-bottom: 0;
}

.greedy-nav .hidden-links li a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
}

.greedy-nav .hidden-links li ul {
    display: none;
}

.greedy-nav .hidden {
    opacity: 0;
    visibility: hidden;
}

.burger-menu {
    cursor: pointer;
    display: none;
    float: right;
    padding: 7px;
    position: fixed;
    right: 20px;
    top: 11px;
    transition: top 0.3s ease-in-out;
    width: 40px;
    z-index: 9999999999;
}

.hide-sticky .burger-menu {
    top: -350px;
}

.burger-menu .hamburger {
    height: 19px;
    position: relative;
    width: 26px;
}

.burger-menu .hamburger span,
.burger-menu .hamburger span::before,
.burger-menu .hamburger span::after {
    background: #000;
    border-radius: 3px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.burger-menu .hamburger span {
    top: 8px;
}

.nav-on .burger-menu .hamburger span {
    background: transparent;
}

.burger-menu .hamburger span::before,
.burger-menu .hamburger span::after {
    content: '';
}

.nav-on .burger-menu .hamburger span::before,
.nav-on .burger-menu .hamburger span::after {
    background: #fff;
}

.burger-menu .hamburger span::before {
    top: -8px;
}

.nav-on .burger-menu .hamburger span::before {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-menu .hamburger span::after {
    top: 8px;
}

.nav-on .burger-menu .hamburger span::after {
    top: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.greedy-nav .header--home-mobile {
    background: url(/_img/icons/house-white.svg) no-repeat right center/20px auto;
    bottom: 40px;
    display: none;
    font-size: 0;
    height: 20px;
    left: 32px;
    position: absolute;
    width: 20px;
}

.mobile-nav {
    background: #655C59;
    height: 100vh;
    padding: 88px 20px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 0.5s ease-in-out;
    width: 320px;
    z-index: 999999999;
}

.mobile-nav .greedy-nav {
    margin: 0;
    max-height: 100%;
    overflow: auto;
    position: static;
}

.mobile-nav .greedy-nav .nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    display: block;
    overflow: hidden;
}

.mobile-nav .greedy-nav .nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: block;
    height: auto;
    margin-bottom: 0;
}

.mobile-nav .greedy-nav .nav.level2>li.on::before {
    display: none;
}

.mobile-nav .greedy-nav .nav li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 12px;
}

.mobile-nav .greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact)>a {
    padding-right: 50px;
}

.mobile-nav .greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact)>a::before {
    background: rgba(255, 255, 255, 0.18);
    bottom: 3px;
    content: '';
    display: block;
    position: absolute;
    right: 44px;
    top: 3px;
    width: 1px;
}

.mobile-nav .greedy-nav .nav>li.on>a>span:not(.dropdown--icon) {
    position: relative;
}

.mobile-nav .greedy-nav .nav>li.on>a>span:not(.dropdown--icon)::after {
    background: #88B05A;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mobile-nav .greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact)>a>.dropdown--icon {
    background-image: url(/_img/icons/angle-down-fa-white.svg);
    background-position: center;
    height: 44px;
    right: 0;
    width: 44px;
}

.mobile-nav .greedy-nav .nav.level1>li.hasChildren:not(.nav--locations, .nav--news, .nav--contact).dropdown--on>a>.dropdown--icon {
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.mobile-nav .greedy-nav .nav li ul {
    display: none;
    opacity: 1;
    padding: 5px 0 18px;
    position: static;
    width: auto;
    visibility: visible;
}

.mobile-nav .greedy-nav .nav .dropdown--on ul {
    display: block;
}

.mobile-nav .greedy-nav .nav li ul li {
    border-top: none;
    margin-bottom: 6px;
}

.mobile-nav .greedy-nav .nav li ul li a {
    font-weight: 300;
    padding: 5px 12px;
}

@media screen and (min-width: 881px) {
    .greedy-nav a:hover {
        color: #231f20;
    }

    .greedy-nav button:hover {
        background-color: transparent;
    }

    .greedy-nav .nav.level1>li:not(.on):hover::before {
        background: #CDD315;
        content: '';
        display: block;
        left: 12px;
        height: 5px;
        position: absolute;
        right: 12px;
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .greedy-nav .nav li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .greedy-nav .nav li ul li:hover::after {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .main-nav {
        float: left;
        height: 1px;
        overflow: hidden;
        visibility: hidden;
        width: 1px;
    }

    .nav-on .mobile-nav {
        right: 0;
    }

    .greedy-nav .header--home-mobile,
    .burger-menu {
        display: block;
    }

    .greedy-nav .nav.level1>li.on::before {
        display: none;
    }
}

/* = Social Icons
----------------------------------------------------------------------------------------------------------------- */

.social--icons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social--icons li {
    border: 1px solid #88B05A;
    border-radius: 50%;
    height: 43px;
    margin-right: 20px;
    width: 43px;
}

.social--icons li:last-child {
    margin-right: 0;
}

.social--icons li a {
    display: block;
    height: 42px;
    width: 42px;
}

.social--icons li a.linkedin {
    background: url(/_img/icons/linkedin-icon.svg) no-repeat center/20px auto;
}

/* = Banners
----------------------------------------------------------------------------------------------------------------- */
/* .banner {
    position: relative;
}

.banner.bannerwide {
    background: no-repeat center/cover;
    display: block;
    margin-bottom: 80px;
    padding-bottom: 22.25%;
}

#page-italy .banner.bannerwide {
    height: 600px;
    padding-bottom: 0;
}

.banner.bannerwide::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.banner a {
    text-decoration: none;
}

.banner a::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.banner a h2 {
    color: #fff;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.banner a img {
    max-width: none;
    width: 100%;
}

.banner.bannerwide .bannertxt {
    left: 50%;
    max-width: 80%;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 720px;
    z-index: 999;
}

.banner.bannerwide .bannertxt img {
    margin-bottom: 20px;
}

.banner.bannerwide .bannertxt h2 {
    color: #fff;
    font-size: 56px;
    line-height: normal;
    margin-bottom: 15px;
}

#page-italy .banner.bannerwide .bannertxt h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.banner.bannerwide .bannertxt .h2 {
    font-size: 74px;
}

.banner.bannerwide .bannertxt p {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

#page-italy .banner.bannerwide .bannertxt .btn {
    font-size: 18px;
    height: 46px;
    padding: 14px 20px;
}

#page-italy .banner.bannerwide .bannertxt .btn::before {
    height: 46px;
}

@media screen and (max-width: 1600px) {
    #page-italy .banner.bannerwide {
        height: 580px;
    }
}

@media screen and (max-width: 1400px) {
    #page-italy .banner.bannerwide {
        height: 520px;
    }
}

@media screen and (max-width: 1280px) {
    #page-italy .banner.bannerwide .bannertxt h2 {
        font-size: 28px;
    } 
}

@media screen and (max-width: 1200px) {
    #page-italy .banner.bannerwide {
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 52px;
    }

    .banner.bannerwide .bannertxt p {
        font-size: 36px;
    }
}

@media screen and (max-width: 800px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 36px;
    }

    .banner.bannerwide .bannertxt p {
        font-size: 24px;
    }
}

@media screen and (max-width: 650px) {
    #page-italy .banner.bannerwide .bannertxt h2 {
        font-size: 25px;
    } 
}

@media screen and (max-width: 560px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 18px;
    }

    .banner.bannerwide .bannertxt p {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    #page-italy .banner.bannerwide .bannertxt h2 {
        font-size: 23px;
    } 
} */

.banner {
    position: relative;
}

.banner.bannerwide {
    background: no-repeat center/cover;
    display: block;
    height: 600px;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.banner.bannerwide::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.banner a {
    text-decoration: none;
}

.banner a::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.banner a h2 {
    color: #fff;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.banner a img {
    max-width: none;
    width: 100%;
}

.banner.bannerwide .bannertxt {
    left: 50%;
    max-width: 80%;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 720px;
    z-index: 999;
}

.banner.bannerwide .bannertxt img {
    margin-bottom: 20px;
}

.banner.bannerwide .bannertxt h2 {
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 40px;
}

.banner.bannerwide .bannertxt p {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.banner.bannerwide .bannertxt .btn {
    font-size: 18px;
    height: 46px;
    padding: 14px 20px;
}

.banner.bannerwide .bannertxt .btn::before {
    height: 46px;
}

@media screen and (max-width: 1600px) {
    .banner.bannerwide {
        height: 580px;
    }
}

@media screen and (max-width: 1400px) {
    .banner.bannerwide {
        height: 520px;
    }
}

@media screen and (max-width: 1280px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 28px;
    } 
}

@media screen and (max-width: 1200px) {
    .banner.bannerwide {
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .banner.bannerwide .bannertxt p {
        font-size: 36px;
    }
}

@media screen and (max-width: 650px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 25px;
    } 
}

@media screen and (max-width: 400px) {
    .banner.bannerwide .bannertxt h2 {
        font-size: 23px;
    } 
}



/* = Hero
----------------------------------------------------------------------------------------------------------------- */
.hero {
    max-height: calc(100vh - 112px);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hero::after {
    bottom: 0;
    content: '';
    position: absolute;
    display: block;
    height: 0;
    padding-top: 20%;
    left: -1px;
    right: -1px;
    background: url(/_img/icons/curve.svg) no-repeat top/cover;
    z-index: 999;
}

/* #page-news .hero::after {
    background-image: url(/_img/icons/curve-slim-grey.svg);
} */

.hero .banner {
    margin: 0;
    position: static;
}

.hero .lSSlideOuter {
    position: relative;
    max-height: calc(100vh - 112px);
}

.hero .banner .lSAction {
    display: none !important;
}

.hero .bannersrepeater ul.lightSlider li {
    position: relative;
}

.hero .hero-image>div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-image,
.hero-video {
    position: relative;
    height: 0;
    padding-bottom: 800px;
}

.hero-image::after,
.hero-video::after {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.hero video {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% calc(100% - 6.5vw);
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
}

.hero span {
    display: none;
    background: #3EDE83 url(/_img/icons/pause.svg) no-repeat center/20px auto;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 42px;
}

.hero .lSSlideOuter .lSPager.lSpg {
    bottom: 42%;
    display: flex;
    left: 50%;
    margin: 0;
    max-width: 1520px;
    padding: 0 40px;
    position: absolute;
    text-align: left;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
}

body .hero.hero--slim .lSSlideOuter .lSPager.lSpg {
    bottom: 5vw;
}

.hero .lSSlideOuter .lSPager.lSpg>li {
    display: block;
    line-height: 12px;
    margin: 6px 8px 0 0;
    padding: 4px;
}

.hero .lSSlideOuter .lSPager.lSpg>li:last-child {
    margin-right: 0;
}

.hero .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.hero .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #88B05A;
}

.hero .hero-text {
    left: 0;
    position: absolute;
    top: 100px;
    /* transform:translateY(50%);
    bottom:calc(50% + 60px); */
    width: 100%;
    z-index: 9999;
}

/* .hero .video-slide .hero-text {
    bottom: 30%;
    top: auto;
} */

.hero .hero-text h1,
.hero .hero-text .heading1 {
    color: #fff;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
    max-width: 500px;
    text-transform: uppercase;
    text-wrap: balance;
}

.template--home .hero .hero-text .heading1 {
    font-size: 60px;
    line-height: 1.15em;
    max-width: none;
}

/* .hero .video-slide .hero-text .heading1 {
    margin-bottom: 15px;
} */

.hero .hero-text p {
    color: #fff;
    /* font-size: 50px; */
    font-size: 30px;
    line-height: 1.15em;
    margin-bottom: 0;
    max-width: 500px;
}

/* .hero .video-slide .hero-text p {
    font-size: 26px;
} */

.hero .scrollTo {
    background: url(/_img/icons/arrow-lrg-down.svg) no-repeat center/26px auto;
    bottom: 9vh;
    height: 25px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34px;
    z-index: 9999;
}

@media screen and (max-width: 1400px) {
    .hero .scrollTo {
        bottom: 6vh;
    }
}

@media screen and (max-width: 1280px) {
    .hero-image,
    .hero-video {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        padding-bottom: calc(52% + 100px);
    }
}

@media screen and (max-width: 1200px) {
    .hero .hero-text p {
        /* font-size: 42px; */
        font-size: 32px;
    }

    /* .hero .lSSlideOuter .lSPager.lSpg {
        bottom: 9vw;
    } */
}

@media screen and (max-width: 1080px) {
    .hero .scrollTo {
        bottom: 3vh;
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        max-height: none;
    }

    .hero .lSSlideOuter {
        max-height: none;
    }
    
    .hero .hero-text p {
        /* font-size: 38px; */
        font-size: 28px;
    }
}

@media screen and (max-width: 880px) {
    .hero .hero-text {
        top: 40px;
    }

    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 34px;
    }

}

@media screen and (max-width: 720px) {
    .hero .hero-text {
        top: 30px;
    }

    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 28px;
    }

    .hero .lSSlideOuter .lSPager.lSpg {
        /* bottom: 10px; */
        padding: 0 30px;
    }

    /* .hero .hero-text {
        top: auto;
        bottom: calc(10% + 70px);
        max-width: 480px;
        padding: 0 10px;
        transform: none;
    } */

    .hero .scrollTo {
        display: none;
    }

    .hero .hero-text p {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 26px;
    }
    
    .hero .hero-text p {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .template--home .hero .hero-text .heading1 {
        font-size: 40px;
        line-height: normal;
    }
    
    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .hero .hero-text {
        padding: 0 5px;
        max-width: 400px;
    }

    .hero .hero-text .h1,
    .hero .hero-text .heading1,
    .template--home .hero .hero-text .heading1 {
        font-size: 36px;
    }

    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 22px;
    }

    .hero .hero-text p {
        font-size: 16px;
    }

    .hero .lSSlideOuter .lSPager.lSpg {
        padding: 0 25px;
        /* bottom: 60px; */
    }

    .hero .lSSlideOuter .lSPager.lSpg>li {
        margin: 6px 6px 0 0;
    }

    .hero .lSSlideOuter .lSPager.lSpg>li a {
        height: 10px;
        width: 10px;
    }
}

@media screen and (max-width: 440px) {

    .hero .hero-text .h1,
    .hero .hero-text .heading1 {
        font-size: 32px;
    }

    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 20px;
    }

    .hero .hero-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .hero .hero-text {
        top: 25px;
    }
}

@media screen and (max-width: 360px) {
    .template--home .hero .hero-text .heading1 {
        font-size: 28px;
    }

    #page-news .hero .hero-text h1,
    #page-news .hero .hero-text .heading1 {
        font-size: 18px;
    }
}

/* = Hero - Slim
----------------------------------------------------------------------------------------------------------------- */
body .hero--slim::after {
    padding-top: 11.84%;
    background: url(/_img/icons/curve-slim.svg) no-repeat bottom/cover;
}

body .hero--slim .hero-image,
body .hero--slim .hero-video {
    padding-bottom: calc(28% + 100px);
}

/* .hero--slim .hero-text {
    bottom: auto;
    top: 20%;
    transform: none;
} */

/* @media screen and (max-width: 720px) {
    .hero--slim .hero-text {
        bottom:calc(50% + 20px);
    } 
} */

body .hero--slim .hero-text .heading1,
body .hero--slim .hero-text p {
    max-width: 720px;
}

@media screen and (max-width: 480px) {

    body .hero--slim .hero-image,
    body .hero--slim .hero-video {
        padding-bottom: calc(30% + 100px);
    }

    /* .hero--slim .hero-text {
        padding:0;
        bottom:calc(50% + 10px);
    }  */
}


/* = Specialists Block
----------------------------------------------------------------------------------------------------------------- */
.specialists--block {
    background: rgba(101, 92, 89, 0.07);
    margin-bottom: 75px;
    padding: 54px 0 64px;
}

.specialists--block .container {
    align-items: center;
    display: flex;
}

.specialists--block .container h2 {
    margin-bottom: 0;
    margin-right: 3%;
    text-transform: uppercase;
    width: 80%;
}

.specialists--block .container h2 span {
    color: #6DB345;
}

.specialists--block .container img {
    margin-bottom: 0;
    width: 17%;
}

@media screen and (max-width: 1120px) {
    .specialists--block .container {
        display: block;
    }

    .specialists--block .container h2 {
        margin: 0 0 30px;
        text-align: center;
        width: 100%;
    }

    .specialists--block .container img {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .specialists--block .container img {
        max-width: 175px;
    }
}

/* = Nav Blocks
----------------------------------------------------------------------------------------------------------------- */
.nav--blocks-x3 {
    margin-bottom: 0;
}

.nav--blocks-x3 .nav--blocks-desktop {
    display: flex;
    justify-content: center;
}

.nav--blocks-x3 .nav--blocks-desktop>a {
    display: block;
    margin-right: 5%;
    text-align: center;
    text-decoration: none;
    width: 30%;
}

.nav--blocks-x3 .nav--blocks-desktop>a:last-child {
    margin-right: 0;
}

.nav--blocks-x3 .nav--blocks-desktop>a:hover {
    text-decoration: none;
}

.nav--blocks-x3 .nav--blocks-desktop>a img {
    margin-bottom: 36px;
    width: 100%;
}

.nav--blocks-x3 .nav--blocks-desktop>a .btn {
    text-transform: uppercase;
}

.nav--blocks-x3 .nav--blocks-mobile {
    display: none;
    text-align: center;
}

.nav--blocks-x3 .nav--blocks-mobile li {
    margin-bottom: 0;
    padding: 0 42px;
}

.nav--blocks-x3 .nav--blocks-mobile li a,
.nav--blocks-x3 .nav--blocks-mobile li a:hover {
    text-decoration: none;
}

.nav--blocks-x3 .nav--blocks-mobile li h4,
.nav--blocks-x3 .nav--blocks-mobile li img {
    margin-bottom: 30px;
}

.nav--blocks-x3 .nav--blocks-mobile li img {
    width: 100%;
}

.nav--blocks-x3 .nav--blocks-mobile li a>*:last-child {
    margin-bottom: 0;
}

.nav--blocks-x3 .nav--blocks-mobile .lSAction>.lSPrev,
.nav--blocks-x3 .nav--blocks-mobile .lSAction>.lSNext {
    background: no-repeat center/contain;
    height: 34px;
    opacity: 1;
    padding: 4px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

.nav--blocks-x3 .nav--blocks-mobile .lSAction>.lSPrev {
    background-image: url(/_img/icons/arrow-lrg-left.svg);
    left: 0;
}

.nav--blocks-x3 .nav--blocks-mobile .lSAction>.lSNext {
    background-image: url(/_img/icons/arrow-lrg-right.svg);
    right: 0;
}

@media screen and (max-width: 720px) {
    .nav--blocks-x3 .nav--blocks-desktop {
        display: none;
    }

    .nav--blocks-x3 .nav--blocks-mobile {
        display: block;
    }
}

/* = Floated Images
----------------------------------------------------------------------------------------------------------------- */
.floated--img {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 98px;
}

.floated--img>img,
.floated--img .txt--container {
    width: 50%;
}

.floated--img>img,
.floated--img .txt--container>*:last-child {
    margin-bottom: 0;
}

.floated--img>img {
    order: 2;
    padding: 0 3%;
}

.floated--img .txt--container {
    order: 3;
    padding: 0 7%;
}

.floated--img.floated--img-right>img {
    order: 3;
}

.floated--img.floated--img-right .txt--container {
    order: 2;
}

.floated--img.floated--img-heading {
    align-items: flex-start;
}

.floated--img-product {
    align-items: start;
    display: grid;
    grid-template-columns: 44% 56%;
    grid-template-rows: min-content min-content;
    margin: 0 auto;
    max-width: 1075px;
}

.floated--img-product .txt--container {
    padding: 0;
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
    width: auto;
}

.floated--img-product .product--logo {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding: 0;
    width: auto;
}

.floated--img-product .product--logo img {
    margin-bottom: 30px;
}

.floated--img-product .product--img {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    padding: 0 20%;
    width: auto;
}

.floated--img .heading--container {
    order: 1;
    padding: 0 7% 0 57%;
    width: 100%;
}

.floated--img.floated--img-right .heading--container {
    padding: 0 57% 0 7%;
}

.floated--img .heading--container h3 {
    margin-bottom: 34px;
}

@media screen and (max-width: 960px) {
    .floated--img {
        display: block;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .floated--img.floated--img-product {
        padding: 0;
    }

    .floated--img .txt--container,
    .floated--img>img {
        padding: 0;
        width: 100%;
    }

    .floated--img>img {
        margin-bottom: 30px;
    }

    .floated--img .heading--container,
    .floated--img.floated--img-right .heading--container {
        padding: 0;
    }

    .floated--img .heading--container h3 {
        margin-bottom: 22px;
    }

    .floated--img-product {
        margin-bottom: 0;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .floated--img-product .leader {
        margin-bottom: 20px;
    }
}

/* = Product Blocks
----------------------------------------------------------------------------------------------------------------- */
.product--blocks-x3 {
    margin-bottom: 80px;
    text-align: center;
}

.product--blocks-x3:last-child {
    margin-bottom: 0;
}

.product--blocks-x3 .container {
    display: flex;
    flex-wrap: wrap;
}

.product--blocks-x3 .container>a {
    display: block;
    margin-right: 5%;
    margin-top: 60px;
    text-decoration: none;
    width: 30%;
}

.product--blocks-x3 .container>a:hover {
    text-decoration: none;
}

.product--blocks-x3 .container>a:last-child {
    margin-right: 0;
}

.product--blocks-x3 .container>a img {
    margin-bottom: 30px;
}

.product--blocks-x3 .container>a>*:last-child {
    margin-bottom: 0;
}

.product--blocks-x3 .container>a.blue h3 {
    color: #1D7CBC;
}

.product--blocks-x3 .container>a.yellow h3 {
    color: #FEBC33;
}

.product--blocks-x3 .container>a.yellow .btn {
    background: #FEBC33;
    border-color: #FEBC33;
}

.product--blocks-x3 .container>a.green h3 {
    color: #009B73;
}

.product--blocks-x3 .container>a.green .btn {
    background: #009B73;
    border-color: #009B73;
}

.product--blocks-x3 .container>a.red h3 {
    color: #D02225;
}

.product--blocks-x3 .container>a.red .btn {
    background: #D02225;
    border-color: #D02225;
}

@media screen and (min-width: 721px) {
    .product--blocks-x3 .container>a:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1121px) {
    .product--blocks-x3 {
        margin-bottom: 90px;
    }

    .product--blocks-x3 .container>a:nth-child(-n+3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 1120px) {
    .product--blocks-x3 .container>a {
        width: 47.5%;
    }

    .product--blocks-x3 .container>a:last-child {
        margin-right: 5%;
    }

    .product--blocks-x3 .container>a:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 720px) {

    .product--blocks-x3 {
        margin-bottom: 70px;
    }

    .product--blocks-x3 .container {
        padding: 0;
    }

    .product--blocks-x3 .container>a {
        margin-bottom: 44px;
    }

    .product--blocks-x3 .container>a,
    .product--blocks-x3 .container>a:last-child {
        margin: 65px 0 0;
        width: 100%;
    }

    .product--blocks-x3 .container>a:first-child {
        margin-top: 0;
    }

    .product--blocks-x3 .container>a h3 {
        margin-bottom: 30px;
    }
}

/* = Product Slider
----------------------------------------------------------------------------------------------------------------- */
.product--slider {
    margin-bottom: 144px;
    margin-top: 72px;
    padding: 0 57px;
    overflow: hidden;
}

.product--slider .lSSlideOuter,
.product--slider .lSSlideWrapper {
    overflow: visible;
}

.product--slider li {
    margin-bottom: 104px;
    text-align: center;
}

.product--slider li:last-child {
    margin-right: 0 !important;
}

.product--slider li img {
    margin-bottom: 40px;
}

.product--slider li .product--slider-logo {
    height: 30px;
    max-width: 100%;
    width: auto;
}

.product--slider li .product--slider-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product--slider li p {
    margin-bottom: 0;
}

.product--slider li p .btn {
    text-transform: uppercase;
}

.product--slider li .yellow p .btn {
    background: #FEBC33;
    border-color: #FEBC33;
}

.product--slider li .blue p .btn {
    background: #1D7CBC;
    border-color: #1D7CBC;
}

.product--slider li .red p .btn {
    background: #D02225;
    border-color: #D02225;
}

.product--slider .lSAction>.lSPrev,
.product--slider .lSAction>.lSNext {
    background: no-repeat center/contain;
    height: 34px;
    opacity: 0.75;
    padding: 4px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

.product--slider .lSAction>.lSPrev:hover,
.product--slider .lSAction>.lSNext:hover {
    opacity: 1;
}

.product--slider .lSAction>.lSPrev {
    background-image: url(/_img/icons/arrow-lrg-left-fa.svg);
    left: -57px;
}

.product--slider .lSAction>.lSNext {
    background-image: url(/_img/icons/arrow-lrg-right-fa.svg);
    right: -57px;
}


/* If products sliders have less than items set in JS at breakpoints, center align  them... */
@media screen and (min-width: 561px) {
    .product--slider--1 .lSSlideWrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product--slider--1 .lSSlideWrapper .lightSlider {
        width: auto !important;
    }
}

@media screen and (min-width: 881px) {
    .product--slider--2 .lSSlideWrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product--slider--2 .lSSlideWrapper .lightSlider {
        width: auto !important;
    }
}

@media screen and (min-width: 1121px) {
    .product--slider--3 .lSSlideWrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product--slider--3 .lSSlideWrapper .lightSlider {
        width: auto !important;
    }
}

@media screen and (max-width: 880px) {
    .product--slider {
        margin-bottom: 72px;
    }
}

@media screen and (max-width: 560px) {
    .product--slider {
        padding: 0;
    }

    .product--slider .lSSlideOuter,
    .product--slider .lSSlideWrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 150px;
    }

    .product--slider li img {
        margin-bottom: 70px;
    }

    .product--slider li .product--slider-logo,
    .product--slider li .btn {
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product--slider li.active .product--slider-logo,
    .product--slider li.active .btn {
        opacity: 1;
    }

    .product--slider li .product--slider-logo {
        max-width: 150px;
    }

    .product--slider li .product--slider-img {
        width: 70%;
        -webkit-transition: transform 0.6s;
        transition: transform 0.6s;
    }

    .product--slider li.active .product--slider-img {
        -ms-transform: scale(1.4, 1.4);
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }

    .product--slider .lSAction>.lSPrev,
    .product--slider .lSAction>.lSNext {
        display: none;
    }
}

/* = Product Benefits
----------------------------------------------------------------------------------------------------------------- */
.product--benefits {
    display: flex;
}

.product--benefits-link {
    display: block;
    padding-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 38%;
}

.product--benefits-link:hover {
    text-decoration: none;
}

.product--benefits-link img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 200px;
}

.product--benefits-link .btn.yellow {
    background: #FEBC33;
    border-color: #FEBC33;
}

.product--benefits-link .btn.green {
    background: #009B73;
    border-color: #009B73;
}

.product--benefits-link .btn.red {
    background: #D02225;
    border-color: #D02225;
}

.product--benefits .product--benefits-link>*:last-child,
.product--benefits .product--benefits-details>*:last-child {
    margin-bottom: 0;
}

.product--benefits .product--benefits-details {
    padding-left: 25px;
    width: 62%;
}

.product--benefits .product--benefits-details ul {
    list-style: none;
    padding-left: 0;
}

.product--benefits .product--benefits-details ul li {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 15px;
    padding-left: 36px;
    position: relative;
}

.product--benefits .product--benefits-details ul li:last-child {
    margin-bottom: 0;
}

.product--benefits .product--benefits-details ul li::before {
    border: 2px solid #6DB345;
    border-radius: 50%;
    content: '';
    display: block;
    left: 0;
    height: 21px;
    position: absolute;
    top: 10px;
    width: 21px;
}

.product--benefits .product--benefits-details ul li::after {
    border: solid #6DB345;
    border-width: 0 2px 2px 0;
    content: '';
    display: block;
    left: 9px;
    height: 12px;
    position: absolute;
    top: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}

.product--benefits.no-brochure {
    justify-content: center;
    padding: 0 20px;
}

.product--benefits.no-brochure .product--benefits-details {
    padding: 0;
}

@media screen and (max-width: 720px) {
    .product--benefits .product--benefits-details .leader {
        font-size: 22px;
        line-height: 31px;
    }

    .product--benefits .product--benefits-details ul li {
        font-size: 18px;
        line-height: 26px;
    }

    .product--benefits .product--benefits-details ul li::before {
        top: 1px;
    }

    .product--benefits .product--benefits-details ul li::after {
        top: 4px;
    }
}

@media screen and (max-width: 560px) {
    .product--benefits {
        display: block;
    }

    .product--benefits .product--benefits-link,
    .product--benefits .product--benefits-details {
        padding: 0;
        width: 100%;
    }

    .product--benefits .product--benefits-link {
        margin-bottom: 50px;
    }
}

/* = Latest News Slider
----------------------------------------------------------------------------------------------------------------- */
.latest--news-slider {
    /* background: rgba(101, 92, 89, 0.07);
    overflow: hidden;
    padding: 100px 0 180px;
    text-align: center; */
    display: none;
}

.latest--news-slider .lSSlideOuter,
.latest--news-slider .lSSlideWrapper {
    overflow: visible;
}

.latest--news-slider .desktop--slider {
    display: block;
    margin-bottom: 0;
    padding-right: 0;
}

.latest--news-slider .desktop--slider li {
    background: #fff;
    margin-bottom: 0;
    opacity: 0.2;
    position: relative;
    text-align: left;
    transition: opacity 0.5s ease-in-out;
}

.latest--news-slider .desktop--slider li:last-child {
    margin-right: 0 !important;
}

.latest--news-slider .desktop--slider .active,
.latest--news-slider ul .active+li,
.latest--news-slider ul .active+li+li {
    opacity: 1;
}

.latest--news-slider .desktop--slider li a,
.latest--news-slider .desktop--slider li a:hover {
    text-decoration: none;
}

.latest--news-slider .desktop--slider li img {
    margin-bottom: 0;
}

.latest--news-slider .desktop--slider li a>div {
    padding: 20px 22px 28px;
}

.latest--news-slider .desktop--slider li a>div p {
    font-size: 16px;
    margin-bottom: 28px;
}

.latest--news-slider .desktop--slider li span {
    background: #3EDE83;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.latest--news-slider .lSAction>.lSPrev,
.latest--news-slider .lSAction>.lSNext {
    background: no-repeat center/contain;
    height: 34px;
    opacity: 0.75;
    padding: 4px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

.latest--news-slider .lSAction>.lSPrev:hover,
.latest--news-slider .lSAction>.lSNext:hover {
    opacity: 1;
}

.latest--news-slider .lSAction>.lSPrev {
    background-image: url(/_img/icons/arrow-lrg-left-fa.svg);
    left: -74px;
}

.latest--news-slider .lSAction>.lSNext {
    background-image: url(/_img/icons/arrow-lrg-right-fa.svg);
    right: -74px;
}

.latest--news-slider .news .mobile--blocks {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

.latest--news-slider .news .mobile--blocks li {
    margin-bottom: 12px;
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.latest--news-slider .news .mobile--blocks li:last-of-type {
    margin-bottom: 0;
}

.latest--news-slider .news .mobile--blocks li a {
    display: flex;
    text-decoration: none;
}

.latest--news-slider .news .mobile--blocks li a:hover {
    text-decoration: none;
}

.latest--news-slider .news .mobile--blocks li img {
    margin-bottom: 0;
    object-fit: cover;
    width: 38%;
}

.latest--news-slider .news .mobile--blocks li div {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    width: 62%;
}

.latest--news-slider .news .mobile--blocks li div .heading4 {
    font-size: 16px;
    margin-bottom: 18px;
}

.latest--news-slider .news .mobile--blocks li div p {
    color: #000;
    line-height: 22px;
}

.latest--news-slider .news .mobile--blocks li div *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .latest--news-slider .lSAction>.lSPrev {
        left: -40px;
    }

    .latest--news-slider .lSAction>.lSNext {
        right: -40px;
    }
}

@media screen and (max-width: 720px) {
    .latest--news-slider {
        padding: 42px 0 54px;
    }

    .latest--news-slider .container {
        padding: 0;
    }

    .latest--news-slider .container h4 {
        margin-bottom: 52px;
    }

    .latest--news-slider .container hr {
        display: none;
    }

    .latest--news-slider .container .lSSlideOuter {
        display: none;
    }

    .latest--news-slider .container .mobile--blocks {
        display: block;
    }
}

/* = News List
----------------------------------------------------------------------------------------------------------------- */
#page-news .news--list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}

#page-news .news--list li {
    background: #fff;
    margin: 0 2% 2% 0;
    width: 32%;
}

#page-news .news--list li:nth-child(3n) {
    margin-right: 0;
}

#page-news .news--list li a,
#page-news .news--list li a:hover {
    text-decoration: none;
}

#page-news .news--list li a img {
    margin-bottom: 0;
}

#page-news .news--list .news--list_img {
    width: 100%;
    height: 0;
    padding-top: 54%;
    position: relative;
    background-color: #d5d5d5;
}

#page-news .news--list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-news .news--list_text {
    padding-top: 20px;
}

#page-news .news--list_text .meta {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 5px;
}

#page-news .news--list_text h4 {
    margin: 0;
}

#page-news .paging {
    margin-bottom: 0;
}

#page-news .paging .pagination {
    display: flex;
    justify-content: center;
}

#page-news .paging .pagination li {
    font-size: 18px;
    margin: 0 10px 0 0;
}

#page-news .paging .pagination li:last-child {
    margin-right: 0;
}

#page-news .paging .pagination li a {
    padding: 6px 12px;
    text-decoration: none;
    -ms-transition: background-color, 0.3s;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
}

#page-news .paging .pagination li a:hover {
    background: #1D7CBC;
    text-decoration: none;
}

@media screen and (max-width: 960px) {
    #page-news .news--list li {
        width: 47.5%;
    }

    #page-news .news--list li:nth-child(3n) {
        margin-right: 5%;
    }

    #page-news .news--list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 720px) {
    #page-news .paging {
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 520px) {
    #page-news .news--list {
        margin-bottom: 54px;
    }

    #page-news .news--list li,
    #page-news .news--list li:nth-child(3n) {
        margin-right: 0;
    }

    #page-news .news--list li {
        margin-bottom: 12px;
        width: 100%;
    }

    #page-news .news--list li:last-child {
        margin-bottom: 0;
    }
}

/* = News View
----------------------------------------------------------------------------------------------------------------- */
.newsview {
    margin-bottom: 92px;
}

.newsview h1,
.newsview meta {
    color: #655C59;
}

.newsview>*:last-child {
    margin-bottom: 0;
}

.hero .newsview .hero-image {
    padding-bottom: 50%;
}

.hero .newsview .hero-text {
    left: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero .hero-text .news--meta {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}

.hero .newsview .hero-text h1 {
    /* font-size: 65px;
    font-weight: 700;
    line-height: 1.1em; */
    max-width: none;
}

.newsview+.scrollTo {
    bottom: 15%;
}

.news .newsList.newsList--more {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news .newsList.newsList--more li {
    display: none;
    float: left;
    width: 31.333333%;
    margin-right: 3%;
}

.news .newsList.newsList--more li.newsLoaded {
    display: block;
}

.news .newsList.newsList--more li:nth-child(3n+1) {
    clear: left;
}

.news .newsList.newsList--more li:nth-child(3n+3) {
    margin-right: 0;
    clear: right;
}

.news .newsList.newsList--more li .news-image-container {
    margin-bottom: 25px;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    background-size: 36px 36px;
    background: #f7f7f7 url(/_img/loader.gif) no-repeat center;
}

.news .newsList.newsList--more li .news--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: transform .3s ease, opacity 300ms;
    transition: transform .3s ease, opacity 300ms;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news .newsList.newsList--more li:hover .news--image {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.news .newsList.newsList--more li .news--meta {
    margin-bottom: 8px;
    line-height: 1.2em;
    font-size: 75%;
}

.news .newsList.newsList--more li a {
    color: #655C59;
    text-decoration: none;
}

.news .newsList.newsList--more li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 4%;
}

.news .newsList.newsList--more li:last-child {
    margin-right: 0;
}

/* @media screen and (max-width: 1600px) {
    .hero .newsview .hero-text h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1400px) {
    .hero .newsview .hero-text h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1280px) {
    .hero .newsview .hero-text h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .hero .newsview .hero-text h1 {
        font-size: 48px;
        line-height: 1.05em;
    }
} */

@media screen and (max-width: 850px) {
    /* .hero .newsview .hero-text {
        max-width: calc(100% - 150px);
    }

    .hero .newsview .hero-text h1 {
        font-size: 46px;
    } */

    .newsview+.scrollTo {
        bottom: 7.5%;
    }
}

/* @media screen and (max-width: 820px) {
    .hero .newsview .hero-text {
        left: 0;
        margin: 0 40px;
        right: 0;
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .hero .newsview .hero-text {
        max-width: 100%;
    }

    .hero .newsview .hero-text h1 {
        font-size: 44px;
    }
} */

@media screen and (max-width: 720px) {
    .newsview {
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 600px) {
    .hero .hero-text {
        top: 50px;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .hero .hero-text .news--meta {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* .hero .newsview .hero-text h1 {
        font-size: 38px;
    } */
}

@media screen and (max-width: 480px) {
    /* .hero .newsview .hero-text h1 {
        font-size: 37px;
    } */

    .news .newsList.newsList--more li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* @media screen and (max-width: 460px) {
    .hero .newsview .hero-text h1 {
        font-size: 32px;
        line-height: 1.1em;
    }
} */

@media screen and (max-width: 440px) {
    .hero .newsview .hero-text {
        top: 40%;
    }
}

@media screen and (max-width: 400px) {
    .hero .hero-text .news--meta {
        font-size: 14px;
        margin-bottom: 8px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    /* .hero .newsview .hero-text h1 {
        font-size: 28px;
    } */
}

/* = Resource Filters
----------------------------------------------------------------------------------------------------------------- */
.newsFilters {
    background: #1D7CBC;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    padding: 16px 20px;
}

.newsFilters .filter-categories {
    color: #fff;
    font-weight: 400;
    margin: 0 15px 0 0;
    padding: 4px 0;
}

.newsFilters .filter-category--region {
    display: none;
}

.newsFilters ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.newsFilters ul li {
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
}

.newsFilters ul li .formList {
    padding: 4px 0;
}

.newsFilters ul li .formList label {
    margin: 0;
    padding-left: 36px;
}

.newsFilters ul li .formList label::before {
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .newsFilters ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 720px) {
    .newsFilters .filter-categories {
        padding: 0;
    }

    .newsFilters ul li .formList label::before {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {

    .newsFilters,
    .newsFilters ul {
        display: block;
    }

    .newsFilters ul li {
        margin: 0;
        width: 100%;
    }
}

/* = Resource List
----------------------------------------------------------------------------------------------------------------- */
#page-news .resource--list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#page-news .resource--list li {
    display: flex;
    margin-bottom: 5%;
    width: 100%;
}

#page-news .resource--list li>a {
    margin-right: 4%;
    text-align: center;
    text-decoration: none;
    width: 23%;
}

#page-news .resource--list li>a:hover {
    text-decoration: none;
}

#page-news .resource--list li a img {
    margin-bottom: 20px;
    max-width: 200px;
}

#page-news .resource--list li a .btn {
    background-color: #1D7CBC;
    border-color: #1D7CBC;
}

#page-news .resource--list li a .btn::before {
    background: #3ede83;
}

#page-news .resource--list li>div {
    width: 73%;
}

#page-news .resource--list li>div .leader::after {
    content: ':';
}

#page-news .resource--list li>div ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#page-news .resource--list li>div ul li {
    font-size: 18px;
    line-height: 26px;
    margin: 0 2% 15px 0;
    padding-left: 36px;
    position: relative;
    width: 49%;
}

#page-news .resource--list li>div ul li:nth-child(even) {
    margin-right: 0;
}

#page-news .resource--list li>div ul li:last-child,
#page-news .resource--list li>div ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
}

#page-news .resource--list li>div ul li::before {
    border: 2px solid #6DB345;
    border-radius: 50%;
    content: '';
    display: block;
    left: 0;
    height: 21px;
    position: absolute;
    top: 1px;
    width: 21px;
}

#page-news .resource--list li>div ul li::after {
    border: solid #6DB345;
    border-width: 0 2px 2px 0;
    content: '';
    display: block;
    left: 9px;
    height: 12px;
    position: absolute;
    top: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}

@media screen and (max-width: 960px) {
    #page-news .resource--list li>a {
        width: 38%;
    }

    #page-news .resource--list li>div {
        width: 58%;
    }

    #page-news .resource--list li>div ul li {
        margin-right: 0;
        width: 100%;
    }

    #page-news .resource--list li>div ul li:nth-last-child(2):nth-child(odd) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 720px) {
    #page-news .resource--list li>div .leader {
        font-size: 22px;
        line-height: 31px;
    }
}

@media screen and (max-width: 640px) {
    #page-news .resource--list {
        margin-bottom: 54px;
        padding: 0 20px;
    }

    #page-news .resource--list li {
        display: block;
    }

    #page-news .resource--list li>a {
        display: block;
        margin: 0 0 40px 0;
        width: 100%;
    }

    #page-news .resource--list li>div {
        width: 100%;
    }

    #page-news .resource--list li>div .leader {
        background: #fff;
        cursor: pointer;
        padding: 10px 66px 10px 20px;
        position: relative;
    }

    #page-news .resource--list li>div .leader::after {
        background: url(/_img/icons/arrow-lrg-down-fa-green.svg) no-repeat center/contain;
        content: '';
        display: block;
        height: 17px;
        position: absolute;
        right: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        width: 26px;
    }

    #page-news .resource--list li>div .leader.on::after {
        -ms-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    #page-news .resource--list li>div ul {
        display: none;
        padding: 0 20px;
    }

    #page-news .resource--list li>div .leader.on+ul {
        display: block;
    }
}

/* @media screen and (max-width: 960px) {
    #page-news .resource--list li {
        width: 47.5%;
    }

    #page-news .resource--list li:nth-child(3n) {
        margin-right: 5%;
    }

    #page-news .resource--list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #page-news .resource--list {
        margin-bottom: 54px;
    }

    #page-news .resource--list li, #page-news .resource--list li:nth-child(3n) {
        margin-right: 0;
    }
    
    #page-news .resource--list li {
        margin-bottom: 12px;
        width: 100%;
    }

    #page-news .resource--list li:last-child {
        margin-bottom: 0;
    }
} */

/* = Product Sheet List
----------------------------------------------------------------------------------------------------------------- */
#page-news .product--sheet-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#page-news .product--sheet-list li {
    margin: 0 5% 6% 0;
    text-align: center;
    width: 30%;
}

#page-news .product--sheet-list li:nth-child(3n) {
    margin-right: 0;
}

#page-news .product--sheet-list li>a,
#page-news .product--sheet-list li>a:hover {
    text-decoration: none;
}

#page-news .product--sheet-list li a img {
    max-width: 200px;
}

#page-news .product--sheet-list li a .btn {
    background-color: #1D7CBC;
    border-color: #1D7CBC;
}

#page-news .product--sheet-list li a .btn::before {
    background: #3ede83;
}

#page-news .productsheet-img {
    max-width: 200px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 305px;
    position: relative;
    margin-bottom: 20px;
}

#page-news .productsheet-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 960px) {
    #page-news .product--sheet-list li {
        width: 47.5%;
    }

    #page-news .product--sheet-list li:nth-child(3n) {
        margin-right: 5%;
    }

    #page-news .product--sheet-list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #page-news .product--sheet-list {
        margin-bottom: 54px;
    }

    #page-news .product--sheet-list li,
    #page-news .product--sheet-list li:nth-child(3n) {
        margin-right: 0;
    }

    #page-news .product--sheet-list li {
        margin-bottom: 54px;
        width: 100%;
    }

    #page-news .product--sheet-list li:last-child {
        margin-bottom: 0;
    }
}

/* = Meet Our Experts
----------------------------------------------------------------------------------------------------------------- */
.experts {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.experts li {
    cursor: pointer;
    margin: 0 5% 5% 0;
    width: 30%;
}

.experts li:nth-child(3n) {
    margin-right: 0;
}

.experts li h3 {
    margin-bottom: 12px;
}

.experts p.bio {
    display: none
}

@media screen and (max-width: 960px) {
    .experts li {
        width: 47.5%;
    }

    .experts li:nth-child(3n) {
        margin-right: 5%;
    }

    .experts li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .experts {
        margin-bottom: 54px;
    }

    .experts li,
    .experts li:nth-child(3n) {
        margin: 0 0 40px 0;
    }

    .experts li {
        width: 100%;
    }
}

/* = Modal
----------------------------------------------------------------------------------------------------------------- */
.modal {
    cursor: pointer;
    left: 0;
    z-index: 9999999999;
}

.modal .modal-inner {
    padding: 50px 40px;
}

.modal .modal-inner .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.modal .modal-inner .modal-header img {
    margin-bottom: 0;
}

.modal .modal-inner .modal-body {
    padding-top: 20px;
}

.modal .modal-inner .modal-body h3 {
    margin-bottom: 30px;
}

.modal-experts .modal-inner img {
    float: right;
    margin: 0 0 20px 20px;
    width: 30%;
}

.modal-experts p.bio {
    display: block
}

.modal-experts .modal-inner h3 {
    margin-bottom: 12px;
}

@media screen and (max-width: 720px) {
    .modal .modal-inner img {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}

/* = Risk Levels
----------------------------------------------------------------------------------------------------------------- */

.risk-levels .align-items-center {
    align-items: center;
}

.risk-levels .d-flex {
    display: flex;
}

.risk-levels .d-none {
    display: none;
}

.risk-levels .flex-row {
    flex-direction: row;
}

.risk-levels hr {
    border-color: rgba(2, 19, 61, .25);
    margin: 1rem 0;
    max-width: 100%;
}

.risk-levels .justify-content-between {
    justify-content: space-between;
}

.risk-levels .justify-content-evenly {
    justify-content: space-evenly;
}

.risk-levels .me-2 {
    margin-right: .5rem;
}

.risk-levels .mt-1 {
    margin-top: .25rem;
}

.risk-levels .my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.risk-levels .py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.risk-levels .py-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.risk-levels {
    font-weight: bold;
    white-space: nowrap;
}

.risk-levels .legend span {
    height: 1rem;
    width: 1rem;
    background-color: green;
}

.risk-levels .legend span.low-risk {
    background-color: #ffff66;
}

.risk-levels .legend span.medium-risk {
    background-color: #fabf8f;
}

.risk-levels .legend span.high-risk {
    background-color: #ff9999;
}

.risk-levels .legend span.very-high-risk {
    background-color: #ff6161;
}

.toxin-bar {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.toxin-bar>* {
    transition: 1s ease-in-out;
}

/* .toxin-bar > :first-child   {
} */

.toxin-bar span {
    padding-left: 0.5rem;
}

.low-risk-bar {
    background-color: #ffff66;
}

.medium-risk-bar {
    background-color: #fabf8f;
}

.high-risk-bar {
    background-color: #ff9999;
}

.very-high-risk-bar {
    background-color: #ff6161;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 16px;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

@media screen and (min-width: 768px) {
    .risk-levels .d-md-block {
        display: block;
    }

    .risk-levels .d-md-flex {
        display: flex;
    }

    .risk-levels .d-md-none {
        display: none;
    }
}

/* = Download Block
----------------------------------------------------------------------------------------------------------------- */
.download--block {
    background: #1D7CBC;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    padding-left: 88px;
    position: relative;
    text-decoration: none;
}

.download--block:last-of-type {
    margin-bottom: 80px;
}

.download--block:hover {
    text-decoration: none;
}

.download--block::before {
    background: url(/_img/icons/pdf.svg) no-repeat center/contain;
    content: '';
    display: block;
    height: 100%;
    left: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
}

.download--block h4,
.download--block p {
    color: #fff;
}

.download--block h4 {
    margin-bottom: 15px;
}

.download--block>*:last-child {
    margin-bottom: 0;
}

/* = Step Process
----------------------------------------------------------------------------------------------------------------- */
.step--process .colsHalf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.step--process .colsHalf .col:first-child {
    align-self: flex-start;
}

.step--process .colsHalf .col img {
    margin-bottom: 0;
    width: 100%;
}

/* = Highlighted Blocks
----------------------------------------------------------------------------------------------------------------- */
.highlighted--blocks {
    display: flex;
    flex-wrap: wrap;
}

.highlighted--blocks .col {
    display: flex;
    flex-direction: column;
}

.highlighted--blocks .col img {
    flex: 0;
    margin-bottom: 0;
}

.highlighted--blocks .col div {
    background: #fff;
    flex: 1;
    padding: 20px;
}

.highlighted--blocks .col div h3 {
    margin-bottom: 20px;
}


/* = TEAM MAP
----------------------------------------------------------------------------------------------------------------- */
.team-map {
    margin: 50px 0 80px;
}

#map {
    min-height: 600px;
}


/* info window cards */
.gm-style h4 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.3em;
    margin-bottom: 4px;
}

.gm-style p {
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 12px;
}

.gm-style p:last-child {
    margin-bottom: 5px;
}


.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: #fff;
    border-radius: 0;
    padding: 15px !important;
    box-shadow: none;
    color: #333;
    max-width: 250px !important;
}

.gm-style .gm-style-iw-chr {
    margin: -10px;
}

.gm-style .gm-style-iw-chr button {
    width: 24px !important;
    height: 24px !important;
}

.gm-style .gm-style-iw-chr button span {
    margin: 0 !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #fff;
}

.gm-style .btn {
    margin: 7px 0 5px;
    padding: 0.75em 1em;
    font-size: 13px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.gm-style .btn:hover {
    background-color: #3EDE83;
}

.gm-style .btn:before {
    content: none;
}

.gm-ui-hover-effect>span {
    color: #fff !important;
}

/* info window card inner inner */
.gm-style-iw-d {
    overflow: auto !important;
}


/* = Coloured Coded Blocks
----------------------------------------------------------------------------------------------------------------- */
.colouredCodedBlocks {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.colouredCodedBlocks h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 45px;
    text-align: center;
}

.colouredCodedBlocks .col {
    margin-bottom: 4%;
    overflow: auto;
}

.colouredCodedBlocks .col img {
    float: left;
    margin-bottom: 0;
    width: 27.5%;
}

.colouredCodedBlocks .col .txtContainer {
    float: left;
    padding-left: 60px;
    width: 72.5%;
}

.colouredCodedBlocks .col .txtContainer h3 {
    /* font-size: 46px;
    line-height: normal; */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.colouredCodedBlocks .col.greenBlock .txtContainer h3 {
    color: #5EC676;
}

.colouredCodedBlocks .col.orangeBlock .txtContainer h3 {
    color: #F4661F;
}

.colouredCodedBlocks .col.blueBlock .txtContainer h3 {
    color: #00ADD9;
}

.colouredCodedBlocks .col.redBlock .txtContainer h3 {
    color: #F5436D;
}

@media screen and (max-width: 960px) {

    .colouredCodedBlocks .col img,
    .colouredCodedBlocks .col .txtContainer {
        float: none;
    }

    .colouredCodedBlocks .col img {
        margin-bottom: 20px;
        width: 66.67%;
    }

    .colouredCodedBlocks .col .txtContainer {
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {

    .colouredCodedBlocks .col img,
    .colouredCodedBlocks .col .txtContainer {
        float: left;
    }

    .colouredCodedBlocks .col img {
        margin-bottom: 0;
        width: 27.5%;
    }

    .colouredCodedBlocks .col .txtContainer {
        padding-left: 60px;
        width: 72.5%;
    }
}

@media screen and (max-width: 400px) {

    .colouredCodedBlocks .col img,
    .colouredCodedBlocks .col .txtContainer {
        float: none;
    }

    .colouredCodedBlocks .col img {
        margin-bottom: 20px;
        width: 66.67%;
    }

    .colouredCodedBlocks .col .txtContainer {
        padding-left: 0;
        width: 100%;
    }
}


/* = Team
----------------------------------------------------------------------------------------------------------------- */
h2+.team-member {
    margin-top: 40px;
}

.team-member {
    margin-bottom: 35px;
}

.team-member+h3 {
    margin-top: 45px;
    font-weight: 700;
}

.news .teamList>li {
    margin-bottom: 40px;
}

.team-member:last-child,
.news .teamList>li:last-child,
.news ul li:last-child .team-member {
    margin: 0;
}

.team-member .member-image {
    float: left;
    width: 150px;
    margin-top: 5px;
}

.team-member .member-content {
    float: left;
    margin-left: 40px;
    width: calc(100% - 190px);
}

.team-member .member-content h2,
.team-member .member-content h3 {
    margin-bottom: 10px;
}

.team-member .member-content h4 {
    margin-bottom: 20px;
}

.team-member .member-content p:last-child {
    margin-bottom: 0;
}

.lSSlideOuter {
    /* margin-bottom: 60px; */
    position: relative;
}

.teamRotate {
    background: #655C59;
    padding: 0;
}

.teamRotate li {
    margin: 0;
}

.teamRotate .team-member {
    position: relative;
    cursor: pointer;
}

.teamRotate .team-member .member-image {
    float: right;
    margin: 0;
    width: 50%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}

.teamRotate .team-member .member-image>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.teamRotate .team-member .member-content {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 50px;
    width: 50%;
    color: #fff;
    background: #655C59;
}

.teamRotate .team-member .member-content h2 {
    margin-bottom: 5px;
    font-weight: 600;
}

.teamRotate .team-member .member-content h4 {
    font-size: 100%;
}

.teamRotate .team-member .member-content p {
    display: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.teamRotate .team-member .member-content p:first-of-type {
    display: block;
    margin-bottom: 0;
}

.teamRotate.lightSlider .team-member .member-content p:first-of-type {
    margin-bottom: 20px;
}

.teamRotate .team-member .member-content p:first-of-type:after {
    content: 'Find out more';
    position: relative;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 600;
}

.teamRotate .team-member .member-content:hover p:first-of-type:after {
    text-decoration: underline;
}

.teamRotate .team-member .member-content p:last-child {
    margin: 0;
}

.teamRotate .team-member .member-content * {
    color: #fff;
}

.teamRotate+.lSAction {
    background: #88B05A;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115px;
    height: 42px;
    overflow: hidden;
    z-index: 10;
}

.teamRotate+.lSAction>.lSPrev,
.teamRotate+.lSAction>.lSNext {
    position: relative;
    float: left;
    width: 50%;
    height: 42px;
    opacity: 1;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.teamRotate+.lSAction>.lSPrev {
    border-right: 1px solid #fff;
    background: url(/_img/icons/long-left.svg) no-repeat 50%;
    background-size: auto 16px;
}

.teamRotate+.lSAction>.lSNext {
    background: url(/_img/icons/long-right.svg) no-repeat 50%;
    background-size: auto 16px;
}

.teamRotate+.lSAction>.lSPrev:hover,
.teamRotate+.lSAction>.lSNext:hover {
    background-color: #000;
}

.modal .member-content {
    font-size: 20px;
}

.modal .member-content h2 {
    font-size: 150%;
    margin-bottom: 10px;
}

@media screen and (min-width: 751px) {

    .teamRotate+.lSAction>.lSPrev:hover,
    .teamRotate+.lSAction>.lSNext:hover {
        background-color: #655C59;
    }
}

@media screen and (max-width: 1200px) {
    .teamRotate .team-member .member-content {
        padding: 40px 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .teamRotate .team-member .member-content {
        padding: 35px 35px 16px;
        font-size: 2.1vw;
    }

    .teamRotate .team-member .member-content p {
        line-height: 1.65em;
        font-size: 1.7vw;
    }
}

@media screen and (max-width: 750px) {
    .team-member .member-image {
        width: 125px;
    }

    .team-member .member-content {
        margin-left: 30px;
        width: calc(100% - 165px);
    }

    .teamRotate .team-member .member-image {
        padding-bottom: 48%;
        position: absolute;
        float: left;
        width: 35%;
        z-index: 1;
    }

    .teamRotate .team-member .member-content {
        margin-left: 35%;
        width: auto;
        font-size: 1em;
        position: relative;
        float: none;
    }

    .teamRotate .team-member .member-content p {
        font-size: 16px;
    }

    .teamRotate+.lSAction>.lSPrev:hover,
    .teamRotate+.lSAction>.lSNext:hover {
        background-color: #3ede83;
    }
}

@media screen and (max-width: 650px) {
    .teamRotate+.lSAction {
        height: 40px;
    }

    .teamRotate+.lSAction>.lSPrev,
    .teamRotate+.lSAction>.lSNext {
        height: 40px;
        background-size: auto 20px;
    }
}

@media screen and (max-width: 600px) {
    .teamRotate .team-member .member-content {
        padding: 35px;
        margin: 0;
    }

    .teamRotate .team-member .member-content p {
        line-height: 1.5em;
        font-size: 16px;
    }

    .teamRotate .team-member .member-image {
        float: none;
        width: 100%;
        padding-bottom: 115%;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .team-member .member-image {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .team-member .member-content {
        float: none;
        width: 100%;
        margin: 0;
    }

    .teamRotate .team-member .member-content {
        padding: 30px;
    }

    .news .teamList>li {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 400px) {
    .teamRotate .team-member .member-content {
        padding: 30px 25px;
    }

    .teamRotate+.lSAction {
        height: 35px;
    }

    .teamRotate+.lSAction>.lSPrev,
    .teamRotate+.lSAction>.lSNext {
        height: 35px;
        background-size: auto 18px;
    }
}


/* = Feed Types
----------------------------------------------------------------------------------------------------------------- */
.feedTypes {
    max-width: 960px;
    text-align: center;
}

.feedTypes .col {
    margin-bottom: 60px;
}

.feedTypes .col p,
.cols .col p:last-child {
    margin-left: auto;
    margin-right: auto;
}

.feedTypes .col p {
    max-width: 250px;
}

.feedTypes .col .btn {
    font-size: 18px;
    height: 46px;
    padding: 14px 20px;
    text-transform: uppercase;
}

.feedTypes .col .btn::before {
    height: 46px;
}


/* = ESG Values
----------------------------------------------------------------------------------------------------------------- */
.esgValues {
    margin-bottom: 80px;
}

.esgValues img {
    max-width: 125px;
}


/* = Products & Services
----------------------------------------------------------------------------------------------------------------- */
.productsAndServices ul {
    list-style: none;
    padding-left: 0;
}

.productsAndServices ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding: 0 40px 10px;
}

.productsAndServices ul li:last-child {
    border-bottom: none;
}

.productsAndServices ul li .cols {
    align-items: center;
    display: flex;
    overflow: visible;
}

.productsAndServices ul li .cols .col {
    float: none;
}

.productsAndServices ul li .cols .col .btn {
    font-size: 18px;
    height: 46px;
    padding: 14px 20px;
    text-transform: uppercase;
}

.productsAndServices ul li .cols .col .btn::before {
    height: 46px;
}

@media screen and (max-width: 750px) {
    .productsAndServices ul li .cols {
        display: block;
    }
}


/* = ESG
----------------------------------------------------------------------------------------------------------------- */
.esg {
    list-style: none;
    padding-left: 0;
}

.esg .cols {
    align-items: center;
    display: flex;
    overflow: visible;
}

.esg .cols .col {
    float: none;
}

.esg .reverse .cols .col {
    order: 2;
}

.esg .reverse .cols .col.endCol {
    order: 1;
}

.esg .cols .col h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .esg .cols {
        display: block;
    }

    .esg .reverse .cols .col {
        order: 1;
    }

    .esg .reverse .cols .col.endCol {
        order: 2;
    }
}


/* = Policies Download
----------------------------------------------------------------------------------------------------------------- */
.page-policies .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.no-csstransforms3d .page-policies .inner {
    overflow: hidden;
}

.page-policies .inner>*:not(.download-item) {
    width: 100%;
}

.download-item {
    width: 22%;
    margin: 1% 4% 4% 0;
    display: inline-block;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.download-item:hover {
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.download-item:nth-of-type(4n+4) {
    margin-right: 0;
}

.download-item a {
    color: #655C59;
    text-decoration: none;
}

.download-item .dl-image {
    padding-top: 132.5%;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.download-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
}

.download-item:hover p {
    color: #CDD315;
}

.no-csstransforms3d .download-item {
    float: left;
}

@media screen and (max-width: 650px) {
    .download-item {
        width: 30.66666666666667%;
    }

    .download-item:nth-of-type(4n+4) {
        margin-right: 4%;
    }

    .download-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .download-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .download-item {
        width: 47.5%;
        margin: 3% 5% 6% 0;
    }

    .download-item:nth-of-type(4n+4),
    .download-item:nth-of-type(3n+3) {
        margin-right: 5%;
    }

    .download-item:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .download-item {
        margin: 3% 5% 6% 0;
        font-size: .9em;
    }

    .download-item .dl-image {
        margin-bottom: 12px;
    }

    .download-item p {
        line-height: 1.25em;
    }
}


/* = Contacts module
----------------------------------------------------------------------------------------------------------------- */
.cm-wrap {
    margin: 80px auto;
    max-width: 800px;
}

.contacts-module {
    padding: 40px;
    background: #f1f1f1;
    font-size: 75%;
}

.contacts-module .contacts-menu .select {
    width: 100%;
}

.contacts-module .contacts-menu {
    overflow: hidden;
}

.contacts-module .contacts-menu.hasResults {
    margin-bottom: 35px;
}

.contacts-module h4 {
    margin-bottom: 15px;
}

.contacts-module input.text,
.contacts-module select {
    border: 1px solid #fff;
}

.contacts-module .contact-item {
    margin-top: 35px;
    display: none;
}

/*.contacts-module .contact-item.cat-anutrition-global { display: block; }*/

.contacts-module .contact-item .ci-image {
    float: left;
    width: 150px;
    height: 0;
    padding-bottom: 180px;
    margin-right: 35px;
    position: relative;
}

.contacts-module .contact-item .ci-image>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.contacts-module .contact-item .ci-details {
    float: left;
    width: calc(100% - 185px);
}

.contacts-module .contact-item .ci-details p:last-child {
    margin-bottom: 0;
}

.contacts-module .contact-item mark {
    background-color: #fa7300;
    color: #fff;
}

.contacts-module .noresults {
    display: none;
    margin-top: 20px;
}

.contacts-module .noresults p {
    margin: 0
}

.find-contact-search {
    margin-bottom: 5px;
}

.find-contact-search .form-search {
    position: relative;
}

.find-contact-search input {
    height: 45px;
    border-color: #fff;
    width: calc(100% - 66px);
}

.find-contact-search .btnSearch {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
}

.find-contact-search .btnSearch:hover:before,
.find-contact-search .btnSearch:focus:before,
.find-contact-search .btnSearch:active:before {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.find-contact-search .resetSearch {
    margin: 15px 0 0;
    padding-left: 20px;
    background: url(/_img/icons/cross-orange.svg) no-repeat 0 55%;
    background-size: 12px 12px;
    color: #fa7300;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {

    .find-contact-search input,
    .contacts-module select,
    .find-contact-search .btnSearch:active:before,
    .find-contact-search .btnSearch:hover:before,
    .find-contact-search .btnSearch:focus:before {
        height: 43px;
    }

    .find-contact-search .btnSearch {
        height: 43px;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 750px) {
    .cm-wrap {
        margin: 60px 0 15px;
    }

    .contacts-module .contact-item .ci-image {
        width: 100px;
        padding-bottom: 120px;
        margin-right: 25px;
    }

    .contacts-module .contact-item .ci-details {
        width: calc(100% - 125px);
    }

    .contacts-module .noresults {
        min-height: 130px;
    }
}

@media screen and (max-width: 650px) {
    .contacts-module {
        font-size: 85%;
    }
}

@media screen and (max-width: 600px) {
    .contacts-module {
        padding: 40px 35px;
        margin: 0 -15px;
    }

    .contacts-module .contact-item {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .cm-wrap {
        margin: 50px 0 10px;
    }

    .contacts-module {
        padding: 35px 30px 38px;
    }

    .contacts-module h4 {
        margin-bottom: 8px;
    }

    .contacts-module .contact-item .ci-image {
        width: 75px;
        padding-bottom: 90px;
        margin-right: 20px;
    }

    .contacts-module .contact-item .ci-details {
        font-size: .9em;
        width: calc(100% - 100px);
    }

    .contacts-module .contact-item .ci-details p {
        line-height: 1.5em;
    }

    .contacts-module .contacts-menu {
        font-size: .9em;
    }

    .contacts-module .noresults {
        min-height: 105px;
    }

    .find-contact-search input,
    .contacts-module select,
    .find-contact-search .btnSearch:active:before,
    .find-contact-search .btnSearch:hover:before,
    .find-contact-search .btnSearch:focus:before {
        height: 41px;
    }

    .find-contact-search .btnSearch {
        height: 41px;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 460px) {
    .contacts-module {
        margin: 0 -40px;
        padding: 45px 40px;
    }
}

@media screen and (max-width: 400px) {
    .cm-wrap {
        margin: 45px 0;
    }

    .contacts-module {
        margin: 0 -30px;
        padding: 40px 30px;
    }

    .contacts-module h4 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 360px) {
    .contacts-module {
        margin: 0 -25px;
        padding: 38px 25px 40px;
    }

    .contacts-module .contact-item .ci-image {
        width: 60px;
        padding-bottom: 72px;
    }

    .contacts-module .contact-item .ci-details {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 340px) {
    .contacts-module {
        margin: 0 -20px;
        padding: 35px 20px 37px;
    }
}


/* = Locations & Contacts splits
----------------------------------------------------------------------------------------------------------------- */
#page-locations .main-content {
    padding-bottom: 0;
}

.location,
.contactBlock {
    position: relative;
}

.location {
    margin-bottom: 40px;
}

/* .location .split { color: #fff; background: #655C59; } */
.contactBlock .split {
    color: #fff;
    background: #fa7300;
}

.location .split h2 {
    /*margin-bottom: 10px;*/
    font-weight: 700;
}

.location .split h4 {
    margin-bottom: 35px;
}

.contactBlock .split h2 {
    margin-bottom: 5px;
    font-weight: 700;
}

.contactBlock .split p {
    line-height: 1.3em;
}

/* .location .split *,
.contactBlock .split * { color: #fff; } */

.location .split p {
    font-size: 75%;
    margin: 0 0 30px;
}

.location .split-content {
    width: 50%;
    height: 0;
    padding-bottom: 40%;
    position: relative;
    z-index: 1;
}

.contactBlock .split-content {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    z-index: 1;
}

.location .split-content {
    padding-bottom: 48%;
}

.location .split-content .content-inner,
.contactBlock .split-content .content-inner {
    padding: 0 40px;
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.location .split-content .content-inner h2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.location .split-content .content-inner .extraInfo {
    display: none;
}

.location .split-content .content-inner .locationMore {
    text-align: center;
}

.location .split-content .content-inner .locationMore p {
    /*background-color: #009b74; border: none; border-color: #009b74; border-radius: 23px; color: #fff; cursor: pointer; display: inline-block; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; height: 46px; line-height: 1em; outline: none; padding: 14px 20px; position: relative; text-decoration: none;*/
    text-transform: uppercase;
    /*-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; vertical-align: middle; z-index: 0;*/
}

.location .split-content .content-inner .locationMore p::before {
    height: 36px;
}

/* .location .split-content .content-inner .locationMore p:after { width: 20px; height: 20px; margin-left: 15px; margin-top: -2px; content: ''; display: inline-block; vertical-align: middle; background: url(/_img/icons/arrow-right.svg) no-repeat 0 0; background-size: auto 100%; -webkit-transition: margin-left .3s ease; transition: margin-left .3s ease; }
.location .split-content .content-inner .locationMore:hover { text-decoration: underline; }
.location .split-content .content-inner .locationMore:hover p:after { margin-left: 20px; } */

/*.modal .content-inner--locations h2 { margin-bottom: 10px; }*/
.modal .content-inner--locations h4 {
    margin-bottom: 30px;
}

.modal .content-inner--locations .cols .col:first-child,
.modal .content-inner--locations .locationMore {
    display: none;
}

.modal .content-inner--locations .cols {
    margin: 0;
    padding: 0;
}

.modal .content-inner--locations .cols .col {
    float: none;
    width: 100%;
    margin: 0;
}

.location .split-content:after,
.contactBlock .split-content:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -40px;
    width: 0px;
    height: 0px;
    border-width: 40px 0px 40px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #fa7300;
}

.location .split-content:after {
    border-color: transparent transparent transparent #fff;
}

.contactBlock .split-content:after {
    border-color: transparent transparent transparent #fa7300;
}

.location .split-image,
.contactBlock .split-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #eee;
}

.location .split-image .location-image,
.contactBlock .split-image .location-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.contactBlock .split-image .location-image {
    background-position: 50% 40%;
}

.location .split-image p,
.contactBlock .split-image p {
    display: none;
    padding: 50px 45px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.location .split-content .cols,
.contactBlock .split-content .cols {
    margin-bottom: 0;
}

.location .split-content .cols:last-child,
.contactBlock .split-content .cols:last-child {
    margin: 0;
}

.location .split-content .cols .col p:last-child,
.location .split-content p:last-child,
.contactBlock .split-content .cols .col p:last-child,
.contactBlock .split-content p:last-child {
    margin: 0;
}

.location--reverse .split-content,
.contactBlock--reverse .split-content {
    float: right;
}

.location--reverse .split-content:after,
.contactBlock--reverse .split-content:after {
    right: auto;
    left: -40px;
    border-width: 40px 40px 40px 0px;
    border-color: transparent #fa7300 transparent transparent;
}

.location--reverse .split-content:after {
    border-color: transparent #fff transparent transparent;
}

.location--reverse .split-image,
.contactBlock--reverse .split-image {
    left: 0;
    right: auto;
}

.more-locations {
    padding: 80px 80px 0;
    font-size: .8em;
}

.more-locations .cols {
    margin-bottom: 0;
}

.more-locations .cols .col {
    padding: 0 0 80px;
    margin-bottom: 0;
}

.more-locations .cols h4 {
    margin-bottom: 20px;
}

.more-locations .cols img {
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.more-locations .cols p {
    line-height: 1.5em;
}

@media screen and (min-width: 1500px) {
    .location .split p {
        font-size: 90%;
    }
}

@media screen and (min-width: 1600px) {
    .location .split p {
        font-size: 92%;
    }
}

@media screen and (max-width: 1600px) {
    .location .split-content {
        padding-bottom: 48%;
    }
}

@media screen and (max-width: 1500px) {
    .location .split h4 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 801px) {
    .contactBlock .split p {
        margin-bottom: 20px;
        font-size: 92%;
    }

    .contactBlock .split h2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .location .split-content {
        padding-bottom: 50%;
    }

    .contactBlock .split-content {
        padding-bottom: 48%;
    }
}

@media screen and (max-width: 1280px) {
    .location .split-content .content-inner {
        padding: 0 8%;
    }

    .location .split p {
        margin: 0 0 24px;
    }
}

@media screen and (max-width: 1200px) {

    .location .split-content,
    .contactBlock .split-content {
        padding: 0 0 50%;
    }
}

@media screen and (max-width: 1060px) {
    .location .split-content {
        padding: 0 0 70%;
    }

    .location .split-content .cols .col,
    .contactBlock .split-content .cols .col {
        width: 100%;
        margin: 0 0 25px;
    }

    .location .split-content .cols .col:last-child,
    .contactBlock .split-content .cols .col:last-child {
        margin: 0 0 10px;
    }

    .contactBlock .split-content {
        padding: 0 0 65%;
    }
}

@media screen and (max-width: 1024px) {
    .location .split-content {
        padding: 0 0 80%;
    }

    .location .split p {
        margin: 0 0 20px;
    }

    .contactBlock .split-content {
        padding: 0 0 75%;
    }

    .more-locations {
        padding: 60px 60px 0;
    }

    .more-locations .cols .col {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 860px) {
    .location .split-content {
        padding: 0 0 86%;
    }
}

@media screen and (max-width: 800px) {

    .location .split-content,
    .location--reverse .split-content,
    .contactBlock .split-content,
    .contactBlock--reverse .split-content {
        width: 100%;
        height: auto;
        padding: 0;
        float: none;
    }

    .location .split-content .content-inner,
    .contactBlock .split-content .content-inner {
        padding: 60px 40px;
        top: 0%;
        position: relative;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .location .split p {
        font-size: 92%;
    }

    .location .split-image,
    .contactBlock .split-image {
        position: relative;
        width: 100%;
        padding-bottom: 70%;
        height: 0;
    }

    .location .split-content .cols .col:last-child,
    .contactBlock .split-content .cols .col:last-child {
        margin: 0 0 5px;
    }

    .location .split-image p,
    .contactBlock .split-image p {
        margin: 0;
        padding: 50px 40px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .location .split-content:after,
    .contactBlock .split-content:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: -40px;
        left: 50%;
        margin-left: -40px;
        width: 0px;
        height: 0px;
        border-width: 40px 40px 0px;
        border-style: solid;
        border-color: #fa7300 transparent transparent;
        border-image: initial;
    }

    .location .split-content:after {
        border-color: #88B05A transparent transparent;
    }
}

@media screen and (max-width: 750px) {
    .more-locations {
        padding: 50px 40px 0;
    }

    .more-locations .cols .col {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 650px) {
    .location .split h2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px) {

    .location .split-image p,
    .contactBlock .split-image p {
        margin: 0;
        padding: 40px;
    }

    .location .split-image,
    .contactBlock .split-image {
        padding-bottom: 75%;
    }
}

@media screen and (max-width: 400px) {

    .location .split-content .content-inner,
    .contactBlock .split-content .content-inner {
        padding: 45px 30px;
    }

    .location .split-image,
    .contactBlock .split-image {
        padding-bottom: 80%;
    }

    .location .split-image p,
    .contactBlock .split-image p {
        padding: 35px 30px;
    }

    .location .split-content .cols .col:last-child,
    .contactBlock .split-content .cols .col:last-child {
        margin: 0 0 2px;
    }

    .location .split-content:after,
    .contactBlock .split-content:after {
        bottom: -30px;
        margin-left: -30px;
        border-width: 30px 30px 0px;
    }

    .more-locations {
        padding: 45px 30px 0;
    }

    .more-locations .cols .col {
        padding: 0 0 45px;
    }
}

@media screen and (max-width: 360px) {

    .location .split-content .content-inner,
    .contactBlock .split-content .content-inner {
        padding: 40px 25px;
    }

    .location .split-image,
    .contactBlock .split-image {
        padding-bottom: 100%;
    }

    .location .split-image p,
    .contactBlock .split-image p {
        padding: 35px 25px;
    }

    .more-locations {
        padding: 45px 25px 0;
    }
}

@media screen and (max-width: 340px) {

    .location .split-content .content-inner,
    .contactBlock .split-content .content-inner {
        padding: 35px 20px;
    }

    .location .split-image p,
    .contactBlock .split-image p {
        padding: 35px 20px;
    }
}


/* = Animated Bullet List
----------------------------------------------------------------------------------------------------------------- */
.animated-bullets--container {
    background-color: #88B05A;
    color: #fff;
    margin-bottom: 100px;
    overflow: hidden;
    padding: 50px 50px 30px;
}

.animated-bullets--container .leader {
    opacity: 0;
    margin: 30px 0 0;
}

.animated-bullets--container li {
    font-weight: 400;
    left: 1180px;
    position: relative;
}


/* = Italy menu
----------------------------------------------------------------------------------------------------------------- */
.it-menu-wrapper {
    margin: 0 auto;
    max-width: 720px;
}

.it-menu {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    max-width: 720px;
}

.it-menu li {
    display: inline-block;
    margin: 0 20px 25px;
    font-weight: 600;
    line-height: 1.25em;
}

.it-menu li a {
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.it-menu li img,
.it-menu li svg {
    display: block;
    margin: 10px auto;
}

.it-menu .liOn a {
    color: #fa7300;
}

.it-menu .ico-on {
    display: none;
}

.it-menu li a:hover img,
.it-menu .liOn a img {
    display: none;
}

.it-menu li svg path,
.it-menu li svg circle {
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
}

.it-menu li a:hover svg path,
.it-menu li a:hover svg circle,
.it-menu .liOn a svg path,
.it-menu .liOn a svg circle {
    fill: #fa7300;
}

.it-menu li a:hover .ico-on,
.it-menu .liOn a .ico-on {
    display: block;
}

@media screen and (max-width: 1024px) {
    .it-menu {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .it-menu {
        margin: 0 0 20px;
    }

    /* .it-menu li { float: left; width: 32%; margin: 0 2% 2% 0; } */
    .it-menu li:nth-child(3n+1) {
        clear: left;
    }

    .it-menu li:nth-child(3n+3) {
        margin-right: 0;
        clear: right;
    }

    .it-menu li img,
    .it-menu li svg {
        max-width: 80%;
    }
}

@media screen and (max-width: 400px) {

    .it-menu {
        margin: 0 0 10px;
    }
}


/* = Italy cards
---------------------------------------------------------------------------------------------------------------- */
#page-italy .colourStrip {
    background: #fa7300;
}

.it-card {
    font-size: .7em;
    margin: 0 0 60px;
    padding: 35px 20px;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 15px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 15px 25px 0px rgba(0, 0, 0, 0.15);
}

.it-card:last-child {
    margin-bottom: 0;
}

.it-card .ic-images {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.it-card .ic-images img {
    display: block;
    margin: 0 auto 35px;
}

.it-card .ic-images img:last-child {
    margin-bottom: 0;
}

.it-card .ic-content {
    float: left;
    width: 65%;
}

.it-card .ic-content ul:last-child,
.it-card .ic-content ul:last-child li:last-child {
    margin-bottom: 0;
}

.it-card .ic-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.it-card .ic-content ul li {
    position: relative;
    padding-left: 25px;
}

.it-card .ic-content ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width: 1024px) {
    .it-card {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .it-card {
        margin: 0 0 40px;
        padding: 25px 20px;
    }

    .it-card .ic-images {
        float: none;
        width: 60%;
        margin: 0 auto 20px;
    }

    .it-card .ic-content {
        float: none;
        width: 100%;
    }

    .it-card .ic-images img {
        margin: 0 auto 25px;
    }
}

@media screen and (max-width: 380px) {
    .it-card {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 340px) {
    .it-card {
        padding: 25px 16px;
    }
}


/* = Timeline
----------------------------------------------------------------------------------------------------------------- */
.timelineSlider ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.timelineSlider ul:hover {
    cursor: grab;
}

.timelineSlider ul li {
    position: relative;
    text-align: center;
    width: 248px;
}

.timelineSlider ul li:not(:first-child)::before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}

.timelineSlider ul li::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #CDD315;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    z-index: 2;
}

.timelineSlider ul li h3 {
    background: linear-gradient(to left, #fff 0, #fff 20px, #CDD315 21px, #88B05A 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}

.timelineSlider ul li h3::after {
    background: #CDD315;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 100%;
    width: 2px;
}

/* .timelineSlider ul li:nth-child(even) h3::after {
    bottom: 100%;
    top: auto;
}

.timelineSlider ul li:nth-child(even) div {
    bottom: 100%;
    margin-bottom: 20px;
    position: absolute;
} */

.timelineSlider ul li div img {
    margin: 0 20px 10px;
    width: 40%;
}

.timelineSlider ul li div img.roundImg {
    border: solid 4px #CDD315;
    border-radius: 50%;
    width: 50%;
}

.timelineSlider ul li div p {
    font-size: 14px;
    line-height: normal;
    padding: 0 20px;
}

.timelineSlider ul li div p:last-of-type {
    margin-bottom: 0;
}

/* .flickity-prev-next-button {
    border: none;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 40px;
}

.flickity-prev-next-button:hover {
    cursor: pointer;
}

.flickity-button.previous {
    background-image: url(/_img/icons/arrow-lrg-left-fa.svg);
    background-position: right 14px center;
    left: 0;
}

.flickity-button.next {
    background-image: url(/_img/icons/arrow-lrg-right-fa.svg);
    background-position: left 14px center;
    right: 0;
}

.flickity-prev-next-button svg {
    display: none;
} */

@media screen and (max-width: 600px) {
    .flickity-prev-next-button {
        display: none;
    }
}


/* = Vacancies
----------------------------------------------------------------------------------------------------------------- */
.vacanciesList {
    list-style: none;
    padding-left: 0;
}

.vacanciesList a {
    text-decoration: none;
}

.vacanciesList a h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

.vacanciesList a p {
    color: #666;
    font-size: 14px;
    font-style: normal;
}


/* = Cookie
----------------------------------------------------------------------------------------------------------------- */
.cookie-notice {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 15px;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 99999999999;
}

.pageLoaded .cookie-notice,
.no-js .cookie-notice {
    opacity: 1;
    transition: opacity .8s ease, transform .8s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cookie-notice-inner {
    margin: 0 auto;
    max-width: 1150px;
    display: table;
    background: #333;
    position: relative;
}

.cookie-notice p {
    color: #d4d4d4;
}

.cookie-notice p:last-child {
    margin-bottom: 0;
}

.cookie-notice .cookie-info {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 35px;
}

.cookie-notice .cookie-info .cookie-reject {
    display: none;
}

.cookie-notice .cookie-info .cookie-links a:first-of-type {
    margin-left: 0;
}

.cookie-notice .cookie-info p:first-child {
    margin-bottom: 8px;
}

.cookie-notice .cookie-info a {
    color: #fff;
    text-decoration: underline;
}

.cookie-notice .cookie-info .cookie-links a {
    display: inline-block;
    margin: 0 10px;
}

.cookie-notice .cookie-info .cookie-links a:last-of-type {
    margin-right: 0;
}

.cookie-notice .cookie-button {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 35px;
    min-width: 295px;
    background: #3d3d3d;
    text-align: center;
}

.cookie-notice .cookie-button .btn {
    font-size: 15px;
    padding: 15px 20px 15px 70px;
    height: auto;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: #3ede83;
}

.cookie-notice .cookie-button .btn:before {
    content: '';
    color: #fff;
    background: #35bd70 url(/_img/icons/cookie-check.svg) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 650px) {
    .cookie-notice {
        font-size: 14px;
    }

    .cookie-notice .cookie-info {
        padding: 30px 25px 25px;
        display: block;
    }

    .cookie-notice .cookie-button {
        padding: 0 25px 30px;
        background: none;
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
        text-align: left;
    }

    .cookie-notice .cookie-info .cookie-links {
        width: calc(100% - 220px);
        min-height: 60px;
    }

    .cookie-notice .cookie-info .cookie-links a {
        display: block;
        margin: 6px 0 0;
    }

    .cookie-notice .cookie-info .cookie-links a+span {
        display: none;
    }

    .cookie-notice .cookie-info .cookie-reject .cookie-links a {
        margin: 10px 0 0;
        display: inline-block;
        width: 44%;
    }

    .cookie-notice .cookie-button .btn {
        font-size: 15px;
        padding: 12px 15px 12px 65px;
    }
}

@media screen and (max-width: 420px) {
    .cookie-notice {
        font-size: 13px;
    }

    .cookie-notice p {
        line-height: 1.5em;
    }

    .cookie-notice .cookie-info {
        padding: 26px 25px 25px;
    }

    .cookie-notice .cookie-info .cookie-links {
        width: 100%;
        min-height: 0;
    }

    .cookie-notice .cookie-info .cookie-reject .cookie-links a {
        margin: 0 15px 0 0;
        width: auto;
    }

    .cookie-notice .cookie-button {
        position: relative;
        text-align: left;
    }

    .cookie-notice .cookie-button .btn {
        font-size: 14px;
        padding: 10px 15px 10px 65px;
    }
}