/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.olam-container {
    padding: 0 8.3%;
}
:root {
    --olam-white: #ffffff;
    --olam-smoke-white: #f1f1f1;
    --olam-black: #000000;
    --olam-white-smoke: #F5F5F5;
    --olam-cold-grey: #7d7d7d;
    --olam-black-smoke: rgba(0,0,0,0.29);
    --olam-light-white:#D6D6D6;
    --olam-text-green: #273113;
    --olam-very-light-grey: #F0F0F0;
    --olam-dark-warm-grey: #6C5D56;
    --olam-light-warm-grey: #dedad4;
    --olam-international: #698714;
    --olam-light-green:#A0C800; 
    --olam-agri: #fd8104;
    --olam-agri-dark: #E67401 ;
    --olam-food-ingredient: #00869d;
    --olam-food-ingredient-dark:#016E81;
}
a, a:hover {
    color: var(--olam-black);
}
.primary-button {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    background-color: var(--primary-color, #000);
    border: none;
    border-radius: 100px;
    color: var(--olam-white);
    text-align: center;
    padding: 10px 32px;
    display: inline-block;
}
.primary-button i, .secondary-button i {
    margin-right: 8px;
}
.primary-button:hover, .primary-button:focus  {
    background-color: var(--secondary-color, #000);
    text-decoration: none;
    color: var(--olam-white);
}
.primary-button.disabled, .primary-button[disabled] {
    background-color: var(--olam-light-warm-grey);
    pointer-events: none;
    cursor: default;
}
.secondary-button {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    background: none;
    border: 2px solid var(--secondary-color, #000);
    border-radius: 100px;
    color: var(--secondary-color, #000);
    text-align: center;
    padding: 8px 30px;
    display: inline-block;
}

.secondary-button [class^="icon-"] {
    display: inline-block;
    margin-right: 16px;
    color: var(--secondary-color);
}

.secondary-button:hover [class^="icon-"] {
    text-decoration: none;
    color: var(--olam-white);
}

.secondary-button:hover, .secondary-button:focus {
    background-color: var(--secondary-color, #000);
    text-decoration: none;
    color: var(--olam-white);
}
.secondary-button.disabled, .secondary-button[disabled] {
    background-color: var(--olam-white);
    border: 2px solid var(--olam-light-warm-grey);
    color: var(--olam-light-warm-grey);
    pointer-events: none;
    cursor: default;
}
.tertiary-button {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    border: 0;
    background: none;
    color: var(--olam-cold-grey);
    text-align: center;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 1px solid var(--olam-cold-grey);
}
.tertiary-button:hover, .tertiary-button:focus {
    color: var(--primary-color);
    text-decoration: none;
    border-bottom: 1px solid var(--primary-color, #000);
}
.tertiary-button.disabled, .tertiary-button[disabled] {
    color: var(--olam-light-warm-grey);
    border-bottom: 1px solid var(--olam-light-warm-grey);
    pointer-events: none;
    cursor: default;
}
.tag {
    font-size: 12px; /* Need to modify once typography is updated*/
    line-height: 1;
    background: var(--primary-color, #000);
    padding: 5px 26px;
    height: 24px;
    color: var(--olam-white);
    text-align: center;
    display: inline-block;
}
.tag:hover {
    color: var(--olam-white);
    text-decoration: none;
}
.column-count-2 {
    column-count: 2;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-bold {
    font-weight: normal !important;
}
.olam-text-p1{
    font-size: 16px;
}
.olam-text-p2{
    font-size: 14px;
}
.olam-text-p3{
    font-size: 12px;
}
p, .olam-text-p4{
    font-size: 12px;
}
.olam-text-p5{
    font-size: 12px;
}
.olam-text-p6{
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .olam-text-p1{
        font-size: 18px;
    }
    .olam-text-p2{
        font-size: 16px;
    }
    .olam-text-p3{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .olam-text-p1{
        font-size: 20px;
    }
    .olam-text-p2{
        font-size: 18px;
    }
    .olam-text-p3{
        font-size: 16px;
    }
    p, .olam-text-p4{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1600px) {
    .olam-text-p1{
        font-size: 24px;
        line-height: 36px;
    }
    .olam-text-p2{
        font-size: 20px;
    }
    .olam-text-p3{
        font-size: 18px;
    }
    p, .olam-text-p4{
        font-size: 16px;
    }
    .olam-text-p5{
        font-size: 14px;
    }
}
.ofi{
    --primary-color:#00869d;
    --secondary-color:#016E81;
}
.oga{
    --primary-color: #fd8104;
    --secondary-color: #E67401;
}
.oil{
    --primary-color: #A0C800;
    --secondary-color: #698714;
}
.none{
    --primary-color: var(--olam-black);
    --secondary-color:  var(--olam-black);
}
.primary-background {
    background-color: var(--olam-white);
}
.secondary-background {
    background-color: var(--olam-white-smoke);
}
h1, .olam-header-h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}
h2, .olam-header-h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}
h3, .olam-header-h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}
h4, .olam-header-h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
h5, .olam-header-h5{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
h6, .olam-header-h6{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
@media only screen and (min-width: 576px) {
    h1, .olam-header-h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2, .olam-header-h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3, .olam-header-h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4, .olam-header-h4, h5, .olam-header-h5, h6, .olam-header-h6 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media only screen and (min-width: 768px) {
    h1, .olam-header-h1{
        font-size: 36px;
        line-height: 36px;
    }
    h2, .olam-header-h2{
        font-size: 30px;
        line-height: 36px;
    }
    h3, .olam-header-h3{
        font-size: 24px;
        line-height: 32px;
    }
    h4, .olam-header-h4, h5, .olam-header-h5{
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 992px) {
    h1, .olam-header-h1{
        font-size: 48px;
        line-height: 48px;
    }
    h2, .olam-header-h2{
        font-size: 36px;
        line-height: 36px;
    }
    h3, .olam-header-h3{
        font-size: 30px;
        line-height: 36px;
    }
    h4, .olam-header-h4{
        font-size: 24px;
        line-height: 32px;
    }
    h5, .olam-header-h5{
        font-size: 20px;
        line-height: 28px;
    }
    h6, .olam-header-h6{
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    h1, .olam-header-h1{
        font-size: 56px;
        line-height: 64px;
    }
    h2, .olam-header-h2{
        font-size: 48px;
        line-height: 48px;
    }
    h3, .olam-header-h3{
        font-size: 36px;
        line-height: 36px;
    }
    h4, .olam-header-h4{
        font-size: 30px;
        line-height: 36px;
    }
    h5, .olam-header-h5{
        font-size: 24px;
        line-height: 32px;
    }
    h6, .olam-header-h6{
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1600px) {
    h1, .olam-header-h1{
        font-size: 64px;
        line-height: 80px;
    }
    h2, .olam-header-h2{
        font-size: 56px;
        line-height: 64px;
    }
    h3, .olam-header-h3{
        font-size: 48px;
        line-height: 48px;
    }
    h4, .olam-header-h4{
        font-size: 36px;
        line-height: 36px;
    }
    h5, .olam-header-h5{
        font-size: 30px;
        line-height: 36px;
    }
    h6, .olam-header-h6{
        font-size: 24px;
        line-height: 32px;
    }
}
.flex {
    display: flex;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050 !important;
    width: 100%;
    height: 100%;
    background-color: rgb(39, 49, 19);
    background-color: rgba(39, 49, 19, 0.8);
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.olam-banner {
    position: relative;
}
.olam-banner .olam-banner__image-container  {
    font-size: 0; /* this is to reduce pixel size for div and it is mandatory */
}
.olam-banner .olam-banner__image-container img,
.olam-banner .olam-banner__image-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.olam-banner .olam-banner__content-container {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: var(--olam-white);
    opacity: .9;
}
.olam-banner .olam-banner__eyebrow {
    margin-bottom: 10px;
}
.olam-banner .olam-banner__title {
    margin: 0 0 12px;
} 
.olam-banner .olam-banner__action-container {
    display: block;
    padding: 17px 0 0 0; 
    text-align: center;
}
.olam-banner__action-container-right {
    padding: 16px 0 0 0;
}
.olam-banner .olam-banner__content-container.olam-banner__content-container--solid {
    background-color: var(--primary-color);
    color: var(--olam-white);
}
.olam-banner__content-container--solid .olam-banner__eyebrow,
.olam-banner__content-container--solid .olam-banner__title,
.olam-banner__content-container--solid .olam-banner__description {
    color: var(--olam-white);
}
.olam-banner__content-container--solid .olam-banner__action-btn--primary {
    background-color: var(--olam-white);
    color: var(--primary-color);
}
.olam-banner__content-container--solid .olam-banner__action-btn--primary:hover {
    background-color: var(--secondary-color);
    color: var(--olam-white);
}
.olam-banner__content-container--solid .olam-banner__action-btn--secondary {
    background-color: var(--primary-color);
    color: var(--olam-white);
    border-color: var(--olam-color);
}
.olam-banner__content-container--solid .olam-banner__action-btn--secondary:hover {
    background-color: var(--olam-white);
    color: var(--primary-color);
}
.olam-banner__content-container--solid .olam-banner__action-btn--tertiary {
    color: var(--olam-white);
    border-color: var(--olam-white);
}
@media (min-width: 375px) {
    .olam-banner .olam-banner__action-container {
        display: flex;
        text-align: left;
    }
    .olam-banner__action-container-left {
        flex: 1;
    }
    .olam-banner__action-container-right {
        flex: 1;
        padding-top: 0;
        align-self: center;
    }
    .olam-banner__action-btn--primary {
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
    .olam-banner .olam-banner__image-container img, 
    .olam-banner .olam-banner__image-container video {
        height: 392px;
    }
    .home-banner .olam-banner .olam-banner__image-container img, 
    .home-banner .olam-banner .olam-banner__image-container video {
        height: 432px;
    }
}
@media (min-width: 992px) {
    .olam-banner .olam-banner__content-container {
        position: absolute;
        bottom: 0;
        width: 40%;
        max-width: 625px;
    }
    .olam-banner .olam-banner__eyebrow {
        display: none;
    }
    .olam-banner .olam-banner__description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .olam-banner .olam-banner__content-container.olam-banner__content-container--left {
        left: 0;
        padding-right: 32px;
        border-top-right-radius: 24px;
    }
    .olam-banner .olam-banner__content-container.olam-banner__content-container--right {
        padding-left: 32px;
        right: 0;
        border-top-left-radius: 24px;
    }
}
/*Overriding XF styles starts*/
.xf-content-height {
    margin: 0 !important;
    min-height: unset !important;
}
/*Overriding XF styles ends*/

.utility-nav {
    width: 100%;
    background: var(--secondary-color);
}
.utility-nav-container {
    display: flex;
    height: 32px;
    justify-content: space-between;
    align-items: center;
    color: var(--olam-white);
}
.utility-nav .utility-nav-links {
    margin-right: 32px;
    color: inherit;
}
.utility-nav .utility-nav-links:hover {
    text-decoration: underline;
    cursor: pointer;
}
.utility-nav .utility-nav-hamberger-btn {
	background-color: transparent;
    border: none;
}
.utility-nav .utility-nav-hamberger-icon {
    cursor: pointer;
}
.utilitynav-hamberger-menu {
  height: 100%;
  width: 0;
  position: absolute;
  right: 0;
  background-color: var(--olam-white-smoke);
  box-shadow: 0px 3px 6px var(--olam-very-light-grey);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 55px;
  z-index: 999;
}
.utilitynav-hamberger-menu a:hover {
    text-decoration: none;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-closebtn {
  position: absolute;
  font-size: 33px;
  top: 32px;
  right: 60px;
  margin-left: 50px;
  cursor: pointer;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-sections {
    display: grid;
    width: 60%;
    margin: 0 auto;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-sections .utilitynav-hamberger-menu-section {
    display: grid;
    padding-bottom: 32px;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-sections .utilitynav-hamberger-menu-section .utilitynav-hamberger-menu-section-header {
    font-weight: bold;
    padding-bottom: 16px;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-sections .utilitynav-hamberger-menu-section .utilitynav-hamberger-menu-items .utilitynav-hamberger-menu-item {
    display: grid;
    margin-bottom: 16px;
}
.utilitynav-hamberger-menu-item a {
    width: fit-content;
}
.utilitynav-hamberger-menu-item i {
    margin-right: 8px;
}
.utilitynav-hamberger-menu .utilitynav-hamberger-menu-sections .utilitynav-hamberger-menu-section .utilitynav-hamberger-menu-items .utilitynav-hamberger-menu-item .utilitynav-hamberger-menu-text {
	margin-bottom: 8px;
}
.utility-nav-mobile {
    display: none;
}
@media ( max-width :767px) {
    .utility-nav {
        display: none;
    }
    .utility-nav-mobile {
        width: 100%;
        display: block;
    }
    .utility-nav-mobile .utility-nav-mobile-item {
        padding: 0 10px;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white);
        box-shadow: 0px 3px 6px var(--olam-very-light-grey);
        border: 1px solid var(--olam-light-warm-grey);
    }
    .utility-nav-mobile .utility-nav-mobile-item .utility-nav-mobile-item-text {
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        font-family: GT-Walsheim-Regular;
        letter-spacing: 0;
        color: var(--olam-black);
    }
    .utility-nav-contactus-subscribe-mobile {
        background: var(--olam-international);
        padding: 0 60px;
        height: 60px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .utility-nav-mobile .utility-nav-contactus-subscribe-text {
        color: var(--olam-white);
        text-align: left;
        text-decoration: underline;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .utility-nav-mobile .utility-nav-hamberger-menu-sections-mobile {
        display: grid;
        width: 100%;
        padding: 10px;
        background: var(--olam-white-smoke);
    }
    .utility-nav-mobile .utility-nav-hamberger-menu-sections-mobile .utility-nav-hamberger-menu-section-mobile {
        display: grid;
        padding-bottom: 32px;
    }
    .utility-nav-mobile .utility-nav-hamberger-menu-sections-mobile .utility-nav-hamberger-menu-section-mobile .utility-nav-hamberger-menu-section-header-mobile {
        color: var(--olam-black);
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        font-family: GT-Walsheim-Regular;
        letter-spacing: 0px;
        padding-bottom: 16px;
    }
    .utility-nav-mobile .utility-nav-hamberger-menu-sections-mobile .utility-nav-hamberger-menu-section-mobile .utility-nav-hamberger-menu-items-mobile .utility-nav-hamberger-menu-item-mobile {
        display: grid;
        margin-bottom: 16px;
    }
    .utility-nav-mobile .utility-nav-hamberger-menu-sections-mobile .utility-nav-hamberger-menu-section-mobile .utility-nav-hamberger-menu-items-mobile .utility-nav-hamberger-menu-item-mobile .utility-nav-hamberger-menu-text-mobile {
        text-align: left;
        line-height: 16px;
        font-size: 14px;
        font: GT-Walsheim-Regular;
        letter-spacing: 0px;
        color: var(--olam-black);
        padding-bottom: 8px;
    }
    .utility-nav-hamberger-menu-item-mobile a {
        width: fit-content;
    }
}
.banner_carousel .banner_carousel__slide-wrapper {
    position: relative;
}
.banner_carousel .slick-dots{
    bottom: unset;
}
.banner_carousel .slick-dots li {
    margin: 0;
}
.banner_carousel .slick-dots li button:before{
    font-size: 16px !important;
    width: 0 !important;
    color: var(--olam-white);
}
.banner_carousel .slick-dots li.slick-active {
    width: 54px;
}
.banner_carousel .slick-next, 
.banner_carousel .slick-prev {
        display: none !important;
}
.banner_carousel .slick-dots li.slick-active button {
    background: var(--olam-white);
    height: 16px;
    border-radius: 10px;
    width: 48px;
}
.banner_carousel .slick-dots li.slick-active button:before {
    color: var(--olam-white);
}
.banner_carousel .slick-arrow:before {
    color: var(--olam-white) !important;
}
@media(min-width: 992px) {
    .banner_carousel .slick-dots {
        top: unset;
        bottom: 20px;
    }
    .banner_carousel .slick-next, 
    .banner_carousel .slick-prev {
        display: block !important;
        top: unset;
        bottom: 11px;
        z-index: 1;
    }
} 
.info-pod {
    margin: 0 auto;
}
.info-pod__container {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 3px 6px var(--olam-very-light-grey); */
  	background: var(--olam-white);
    margin: 0 0 15px;
}
.info-pod__container .info-pod__image {
    display: block;
}
.info-pod__container .info-pod__image img {
    width: 100%;
    height: 100%;
}
.info-pod__container .info-pod__content {
    padding: 15px;
    height: auto;
}
.info-pod__container .info-pod__title { 
    margin: 0 0 20px 0;
}
.info-pod__container .info-pod__eye-brow {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.info-pod__container .info-pod__button-container {
    padding-top: 10px;
}
.info-pod__container .shareWidget {
	bottom: 20px;
    right: 24px;
    position: absolute;
}
.info-pod--vertical .info-pod__container {
    border-bottom: 8px solid var(--primary-color);
}
@media only screen and (min-width: 992px) {
    .info-pod__container .info-pod__content {
        height: 300px;
    }
    .info-pod__container .info-pod__title {
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;       
    }
    .info-pod__container .info-pod__description {
        display: -webkit-box;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .info-pod__container .info-pod__button-container {
        width: 70%;
        position: absolute;
        bottom: 20px;
    }
    .info-pod--vertical .info-pod__container {
        height: 500px;
    }
    .info-pod--vertical .info-pod__content-text {
        overflow: hidden;
        max-height: 190px; 
    }
    .info-pod--vertical .info-pod__container--no-image .info-pod__content-text {
        overflow: hidden;
        max-height: 370px;
    }
    .info-pod--vertical .info-pod__container--no-image .info-pod__title,
    .info-pod--vertical .info-pod__container--no-image .info-pod__description,
    .info-pod--vertical .info-pod__container--show .info-pod__title,
    .info-pod--vertical .info-pod__container--show .info-pod__description {
        display: block;
        overflow: unset !important;
        -webkit-line-clamp: unset !important; 
    }
    .info-pod--vertical .info-pod__container--no-image .info-pod__content-text,
    .info-pod--vertical .info-pod__container--show .info-pod__content-text {
        display: -webkit-box;
        -webkit-line-clamp: 13; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    .info-pod--vertical .info-pod__container--show .info-pod__image {
        animation: show 0.5s forwards;
    }
    .info-pod--vertical .info-pod__container--show .info-pod__content-text {
        animation: showme 0.5s forwards;
    }
}
@media only screen and (min-width: 1200px) {
    .info-pod--horizontal .info-pod__container {
        display: flex !important;
        max-height: 300px;
    }
    .info-pod--horizontal .info-pod__content {
        width: 50%;
        position: relative;
    }
    .info-pod--horizontal .info-pod__content.full-width {
        width: 100%;
    }
    .info-pod--horizontal .info-pod__container .info-pod__image {
        width: 50%;
    }
    .info-pod--horizontal .info-pod__container .info-pod__image img {
        max-width: 395px;
        max-height: 300px;
        object-fit: cover;
    }
    .info-pod--vertical {
        width: 400px;
    }
    .info-pod--vertical .info-pod__container {
        width: 400px;
    }
    .info-pod--vertical .info-pod__container .info-pod__image img {
        max-width: 400px;
        max-height: 225px;
        object-fit: cover;
    }
    .info-pod--vertical .info-pod__container--no-image .info-pod__content {
        height: 495px;
    }
    .info-pod--vertical .info-pod__container--no-image .info-pod__content-text,
    .info-pod--vertical .info-pod__container--show .info-pod__content-text {
        -webkit-line-clamp: 10;
    }
}
@keyframes show {
    0% {
        height: 200px;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}
@keyframes showme {
    0% {
        display: none;
        opacity: 0;
        max-height: 140px;
    }
    100% {
        display: inline-block;
        opacity: 1;
        max-height: 370px;
    }
} 
.side-nav {
    background: var(--secondary-color);
    box-shadow: 0px 3px 6px var(--olam-very-light-grey);
}
.sidenav-container {
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--olam-white);

}
.sidenav-container .sidenav-breadcrumb {
    letter-spacing: 0px;
    opacity: 0.75;
}
.sidenav-container .sidenav-breadcrumb ol {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.sidenav-container .sidenav-breadcrumb ol li{
    margin: 0;
}
.sidenav-container .sidenav-breadcrumb a{
    color: var(--olam-white);
    padding-right: 4px;
    text-decoration: none;
}
.sidenav-container .sidenav-breadcrumb ol li:before {
    content: "/  ";
    color: var(--olam-white);
}
.sidenav-container .sidenav-breadcrumb ol li:first-child:before {
    content: '';
}
.sidenav-container .sidenav-title {
    padding: 8px 0;
    font-weight: bold;
}
.sidenav-container .sidenav-links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.sidenav-container .sidenav-links ul li {
    margin: 0;
    padding-right: 32px;
}
.sidenav-container .sidenav-links .sidenav-links-text{
    color: inherit;
	text-decoration: none;
	opacity: 1;
}
.sidenav-container .sidenav-links .sidenav-links-text:hover {
    text-decoration: underline;
}
.sticky {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 999;
}

@media ( max-width :767px) {
    .sidenav-container {
        display: none;
    }
}

#sidenav-hide .side-nav{
display: none;
}
.info-pod-slider .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 50px;
}
.info-pod-slider .slick-list {
    z-index: 10;
}
.info-pod-slider .slick-arrow {
    z-index: 11;
}
/* .info-pod-slider .info-pod__container {
    box-shadow: 0px 3px 0 var(--olam-very-light-grey);
} */
.info-pod-slider .info-pod__container .info-pod__content {
    height: 300px;
}
.info-pod-slider .info-pod__container .info-pod__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-pod-slider .info-pod__container .info-pod__description {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-pod-slider .slick-slide:focus {
    outline: none;
}
.info-pod-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 15px;
    left: unset;
}
.info-pod-slider .slick-dots {
    bottom: 24px;
    top: unset !important;
}
.info-pod-slider .slick-dots li {
	margin: 0;
}
.info-pod-slider .slick-dots li button:before {
    font-size: 16px !important;
    width: 0 !important;
    color: var(--primary-color, #000) !important;
}
.info-pod-slider .slick-dots li.slick-active {
    width: 54px;
}
.info-pod-slider .slick-dots li.slick-active button {
    background: var(--primary-color, #000) !important;
    height: 16px;
    border-radius: 10px;
    width: 48px;
}
.info-pod-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color, #000) !important;
}
.info-pod-slider .slick-arrow:before {
	color: var(--primary-color, #000) !important;
}

@media only screen and (min-width: 768px) {
    .info-pod-slider .slick-slide {
        margin: 0 20px;
    }
    .info-pod-slider .slick-list {
        margin: 0 -20px;
    }
    .info-pod-slider.info-pod--vertical .slick-slide {
       text-align: center;
    }
    .info-pod-slider.info-pod--vertical .info-pod__container {
        max-width: 400px;
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    .info-pod-slider.info-pod--vertical {
        width: 100% !important;
    }
} 
.time-sensitive {
    background: transparent url('https://picsum.photos/1433/840');
    box-shadow: 0px 3px 6px var(--olam-very-light-grey);
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events {
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-upcoming-events-title {
    color: var(--olam-text-green);
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events-title .time-sensitive-upcoming-events-desc {
    padding-left: 0;
    width: 72%;
    margin-top: 8px;
}
/* override existing slick slider css*/
.time-sensitive .time-sensitive-container .time-sensitive-horizontal-card .slick-arrow {
    z-index: 1;
    width: 60px;
    height: 60px;
    background: var(--olam-white);
    font-weight: 300;
}
.time-sensitive .time-sensitive-container .time-sensitive-horizontal-card .slick-prev {
    left: unset;
    top: unset;
    right: calc(8.3% + 61px);
    bottom: -200px;
    background-image: url('clientlib-informationpodslider/resources/arrow-left.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    color: transparent;
    background-position: center;    
}
.time-sensitive-card-button{
	width: 40%;
    height: 30px;
    margin: 10px 24px 24px !important;
}

.time-sensitive-card-button a.primary-button{
	position: absolute;
    bottom: 20px;
 }
.time-sensitive .time-sensitive-container .time-sensitive-horizontal-card .slick-prev::before {
      display: none;
}  
.time-sensitive .time-sensitive-container .time-sensitive-horizontal-card .slick-next {
    right: 8.3%;
    top: unset;
    bottom: -200px;
    background-image: url('clientlib-informationpodslider/resources/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    color: transparent;
    background-position: center;
}
.time-sensitive .time-sensitive-container .time-sensitive-horizontal-card .slick-next::before {
    display: none;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters {
    flex-basis: 50%;
    justify-content: flex-end;
    display: flex;
    margin-top: 25px;;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select {
    position: relative;
    display: inline-block;
    border: 2px solid var(--olam-black);
    height: 40px;
    width: 160px;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 38px;
} 
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-btn .time-sensitive-filters-select-btn-text {
    color: var(--olam-black);
    width: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-btn .time-sensitive-filters-select-btn-down-icon {
    position: absolute;
    right: 8px;
    border-left: 2px solid;
    height: 100%;
    top: 0;
    padding-left: 8px;
    padding-top: 8px;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-options {
    display: none;
    position: absolute;
    background-color: var(--olam-white);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-options li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
  
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-options a {
    color: var(--olam-black);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filters-select .time-sensitive-filters-select-options a:hover {
    background-color: var(--olam-smoke-white);
    font-weight: bold;
}

.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filter-product {
    margin-right: 32px;
}
.time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters .time-sensitive-filter-event_type .time-sensitive-filter-event_type-dropdown {
    height: 40px;
    border: 2px solid var(--olam-black);
}
.time-sensitive .time-sensitive-container .time-sensitive-card {
    background-color: var(--olam-white);
    width: 400px !important;
    height: 500px;
    cursor: pointer;
    border-bottom: 8px solid var(--primary-color);
    position: relative;
}
.time-sensitive .time-sensitive-container .time-sensitive-card:hover .time-sensitive-card-heading + .hide {
    display: block !important;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-img {
    margin-bottom: 20px;
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.time-sensitive .time-sensitive-container .time-sensitive-card:hover .time-sensitive-card-img {
    animation: hideimg 0.6s forwards;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-tag-date {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 22px;
    display: flex;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-tag-date .time-sensitive-card-tag-container {
    width: fit-content;
    height: 24px;
    background-color: var(--primary-color);
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-tag-date .time-sensitive-card-date-container {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-tag-date .time-sensitive-card-date-container .time-sensitive-card-date-text {
    color: var(--primary-color);
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-content {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 168px;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-heading {
    padding:24px 24px 0 24px;
}
.time-sensitive .time-sensitive-container .time-sensitive-card:hover .time-sensitive-card-content {
    -webkit-line-clamp: 10;
    animation: showdesc 0.5s forwards;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-desc {
    padding: 16px 24px 18px 24px;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-desc .time-sensitive-card-desc-text {
    color: var(--olam-cold-grey);
}

.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-share-know-more-container {
    padding-left:24px;
    padding-bottom: 30px;
    padding-right:24px;
    display:flex;
    position: relative;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-share-know-more-container .time-sensitive-card-know-more-btn {
    background-color: var(--olam-white);
    border: none;
}
.time-sensitive-card-know-more-btn a:hover{
    text-decoration: none;
}
.time-sensitive-card .shareWidget{
    bottom: 24px;
    right: 24px;
    position: absolute;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-share-know-more-container .time-sensitive-card-share-container {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.time-sensitive .time-sensitive-container .time-sensitive-card .shareWidget:hover .share_widget {
    display: block !important;
    visibility: visible  !important;
}

.time-sensitive .time-sensitive-container .time-sensitive-timeline {
    margin-top: 40px;
    height: 200px;
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line {
    width: 100%;
    height: 1px;
    background-color: var(--olam-cold-grey);
    position: relative;
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-circle-active-inner {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -12px;
    margin-left: 12px;
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-circle-active-outer {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 2px solid var(--olam-cold-grey);
    border-radius: 50%;
    position: absolute;
    top: -24px;
    cursor:pointer;
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-circle-inactive {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: var(--olam-cold-grey);
    border-radius: 50%;
    position: absolute;
    top: -12px;
    cursor: pointer;
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-active-text {
    position: absolute;
    top: 36px;
    letter-spacing: 0px;
    width: 90px;
    color: var(--primary-color);
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-inactive-text {
    position: absolute;
    top: 16px;
    color: var(--olam-cold-grey);
}
.time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-active-text  .time-sensitive-horizontal-line-active-text-date .time-sensitive-horizontal-line-active-text-datesuffix {
    margin-left: -12px;;
}
.flex50 {
    flex-basis: 50%
}

@media ( max-width :991px) {
    .time-sensitive .time-sensitive-container .time-sensitive-upcoming-events {
        display: block;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-upcoming-events .time-sensitive-filters {
        margin-top: 0;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-horizontal-card {
        margin: 0 10px;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-card {
        width: 100% !important;
        max-width: 400px;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-content {
        -webkit-line-clamp: 6;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-card:hover .time-sensitive-card-content {
        -webkit-line-clamp: 15;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-heading {
        padding: 24px 13px 8px 24px;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-card .time-sensitive-card-desc {
        padding: 0 13px 8px 24px;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-circle-inactive {
        display: none;
    }
    .time-sensitive .time-sensitive-container .time-sensitive-timeline .time-sensitive-horizontal-line .time-sensitive-horizontal-line-inactive-text {
        display: none;
    }
}
@keyframes hideimg{
    0%{
        opacity: 1;	
        height: 200px;
    }
    100%{
        opacity: 0;
        height: 0;
    }
}
@keyframes showdesc {
    0% {
        display: none;
        opacity: 0;
        max-height: 168px;
    }
    100% {
        display: inline-block;
        opacity: 1;
        max-height: 377px;
    }
}
.testimonial{
    margin: 16px 0;
    background-color: var(--olam-white-smoke);
}
.testimonial_main_content{
    padding: 0 7%;
    display: flex !important;
    flex-direction: column-reverse;
}
.testimonial_main_slider {
    margin-top: 30px;
}
.testimonial_text_header, .testimonial_slide_header {
    font-weight: bold;
    margin: 10px 0;
}
.testimonial_main_slider.with-quote .testimonial_description{
    position: relative;
}
.testimonial_text_content p{
   color: var(--olam-cold-grey);
}
.testimonial_text_content{
    width: 100%;
    margin-top: 10px;
}
.testimonial_main_slider p,
 .testimonial_slider p{
    margin: 0;
    color: var(--olam-cold-grey);
}

.testimonial_image_content{
    width: 100%;
    overflow: hidden;
    display: inline-flex;
}
.testimonial__title{
    padding: 0 7%;
}
.testimonial_slider .slick-next:before {
    color: transparent !important;
 }
.testimonial_slide{
    background-color: var(--olam-white);
    width: 85% !important;
    margin: 10px auto;
    display: flex !important;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px -2px var(--olam-cold-grey);
    height: 110px;
}
.testimonial_slider{
    padding: 40px 7%;
}
.testimonial_slider .slick-prev{
    left:1% !important;
}
.testimonial_slider .slick-next{
    right: 5% !important;
}
.testimonial_slider .slick-next,
.testimonial_slider .slick-prev{
    top: 45% !important;
}
.testimonial_slider .slick-next:before {
    background-image: url('clientlib-testimonial/resources/right.png');
    background-repeat: no-repeat;
    background-size: 25px;
    color: transparent;
    font-size: 35px;
    background-color: transparent;
    background-position: center;
}
.testimonial_slider .slick-prev:before{
    background-image: url('clientlib-testimonial/resources/left.png');
    background-repeat: no-repeat;
    background-size: 25px;
    color: transparent;
    font-size: 35px;
    background-color: transparent;
    background-position: center;
}
.testimonial_image_content img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 170px;
}
.testimonial_slide_image{
   margin: 10px;
   align-self: center;
}
.testimonial_slider .slick-slide img{
    border-radius: 100%;
    width: 64px;
    height: 64px;
}
.testimonial_slider .testimonial_slide_text{
    align-self: center;
    margin-right: 10px;
    padding: 15px 0;
    width: 50%;
    overflow-wrap: break-word;
}
.testimonial_slide_header {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.testimonial_slide_text .testimonial_slide_description{
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.testimonial_slide_text h5{
    margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
    .testimonial{
        margin: 32px 0;
    }
    .testimonial_main_slider {
        margin-top: 45px;
    }
    .testimonial_main_content{
        flex-direction: row;
    }
    .testimonial_slider .slick-next:before,
    .testimonial_slider .slick-prev:before {
    background-image: url('clientlib-testimonial/resources/arrow-right.svg');
    background-size: 12px;
    background-color: white;
    }
    .testimonial_slider .slick-prev:before{
        background-image: url('clientlib-testimonial/resources/arrow-left.svg');
    }
    .testimonial_text_content{
        width: 50%;
        padding-right: 16px;
        margin-top: 0;
        overflow-wrap:break-word;
    }
    .testimonial_image_content{
        width: 50%;
        align-self: center;
    }
    .testimonial_image_content img{
        max-height: 406px;
    }
    .testimonial_text_content p{
        color: var(--olam-cold-grey);
    }
    .testimonial_slider .slick-prev{
        left:4% !important;
    }
    .testimonial_slide{
        width: 96% !important;
        margin: 10px 3%;
    }
    .testimonial_slide_text h5{
        margin: 0;
    }
    .testimonial_slide_text .testimonial_slide_description{
        height: 48px;
    }
    .slick-slide.slick-current.slick-active .testimonial_slide{
        border-color: var(--primary-color);
        border-left-style: solid;
        border-width: 5px;
    }
}
.shareWidget{
    background-image: url('clientlib-socialwidget/resources/Share-icon.png');
    width: 25px;
    height: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0px 2px 10px var(--olam-cold-grey);
}
.shareWidget:hover{
    border: 1px solid var(--olam-black);
    cursor: pointer;
}
.shareWidget .share_widget{
    display: block;
    width: 100px;
    background-color: #f5f5f5;
    position: absolute;
    top: unset;
    bottom: 40px;
    left: -64px;
    border: 1px solid #ddd;
}
.shareWidget .share_widget::after{
    content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
}
.shareWidget .share_widget::before{
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.share_widget .linkedIn{
    background-image: url('clientlib-socialwidget/resources/linkedIn.png');
    background-size: 80px;
    display: block;
    background-repeat: no-repeat;
    width: 100px;
    height: 25px;
    margin: 10px;
    text-decoration: none;
    cursor: pointer;
}
.share_widget .twitter{
    background-image: url('clientlib-socialwidget/resources/tweeter.png');
    background-size: 20px;
    display: block;
    background-repeat: no-repeat;
    margin: 10px;
    color: var(--olam-black);
    background-color: #fafafa;
    padding: 5px 10px;
    background-position: left;
    text-decoration: none;
    cursor: pointer;
}
.share_widget .download{
    background-color: #4a70bd;
    padding: 3px 3px;
    display: block;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.share_widget .twitter span{
    margin-left: 13px;
}
.hidden {
    visibility: hidden;
  }
.search-result-image-container {
    display: block;
    width: 50%;
    float: right;padding-left: 8px;
}
.search-result-image-container .search-reult-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.search-result-image-container .search-result-image-container-text {
    padding-top:16px;
    padding-bottom: 24px;
    color: var(--olam-black);
    text-align: left;
    font-size: 22px;
    line-height: 25px;
    font-family: GT-Walsheim-Regular;
    letter-spacing: 0px;
}
.search-result-image-container .search-result-button-contact-us-text {
    color: var(--olam-white);
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.pt-32 {
    padding-top: 32px;
}
.pt-64 {
    padding-top: 64px;
}
.mr-16 {
    margin-right: 16px;
}
.flex50 {
    flex-basis:50%;
}
.search_result_content {
    width: 50%;
}
img[src=undefined]{
    display: none !important;
}
.result_content_heading a{
    text-decoration: none;
}
.result_content_heading a:hover{
    text-decoration: underline;
}
.search_result_filters {
    display: flex;
    justify-content: space-between;
}
.search_result_filters-tabs .search_result_filters-tab {
    border: 1px solid;
    padding: 8px 16px;
    cursor: pointer;
    margin: 0;
}
.search_result_filters-tabs ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.search_result_filters-tabs .search_result_filters-tab.selected {
    background: var(--olam-international);
    color: var(--olam-white);
    border: 1px solid var(--olam-international);
}
.search_result_filters-tabs li:first-child{
    border-radius: 24px 0 0 24px;
}
.search_result_filters-tabs li:last-child{
    border-radius: 0 24px 24px 0;
}
.search_result_filters .search_by_type, .search_result_filters .search_by_date {
    display: none;
}
 .search_result_page .results img{
    width: 140px;
    height: 140px;
    margin-right: 20px;
}
.search_result_page p{
    display: inline-block;
    color: var(--olam-cold-grey);
}
.search_result_page .results,.search_result_set{
    display: flex;
    margin: 16px 0;
}
.search_result_topsection {
    display:flex;
    position: relative;
    margin: 32px 0;
}
.search_result_topsection p {
    margin-right: 20px;
}
.search_result_topsection .olam-header-h4 {
    margin-top: -10px;
}
.search_result_topsection .search_result_not_found .search-link {
    font-weight: bold;
    text-decoration: underline;
}
.search_result_topsection .search_result_not_found .search-suggestion {
    display: inline-block;
}
.search_result_filters .search_result_filters-drpdwn select{
    list-style: none;
    border: 2px solid #000;
    padding: 10px 10px;
    margin-bottom: 0;
    height: 42px;
    margin-right: 20px;
    width: 240px;
}
.search_result_filters .search_result_filters-drpdwn{
    display: flex;
}
.search-result__icon-container {
    display: flex;
    align-items: center;
    margin-right: 12px;
}
@media ( max-width :767px) {
    .search-result-image-container {
        display: none;
    }
    .search_result_content {
        width: 100%;
    }
    .search_result_page .results img{
        width: 64px;
        height: 64px;
    }
    .search_result_topsection {
        margin-bottom: 0;
    }
}
@media (max-width : 992px) {
    .search_result_filters-tabs {
        display: none;
    }
    .search_result_filters .search_result_filters-drpdwn{
        display: block;
    }
    .search_result_filters .search_by_type {
        display: block;
    }
    .search_result_filters .search_result_filters-drpdwn select {
        margin-bottom: 8px;
    }
    .search_result_topsection .olam-header-h4 {
        margin-top: 0;
    }
}
.modal-dialog-msgbox {
	 width: 50rem;
	 margin: 15rem auto;
}
 button.close-btn-modal-contact-submit img.close-grey {
	 object-fit: contain;
	 width: 15px;
	 margin-left: 45rem;
	 display: inline-block;
}
 button.close-btn-modal-contact-submit {
	 cursor: pointer;
	 background: transparent;
	 border: none;
}
 button.close-btn-modal-contact-submit {
	 margin: 0 55rem;
	 cursor: pointer;
	 background: transparent;
	 border: none;
	 display: inline-block;
}
 button.close-btn-modal-contact-submit img.close-grey {
	 object-fit: contain;
	 width: 15px;
	 margin-left: -190px;
}
 p.contact-message-text-fail {
	 color: #DD1D21;
}
 #captchaDiv_contact {
	 margin-top: 3rem;
}
 .drpdwn_cls {
	 font-weight: 200;
	 color: #7D7D7D;
}
 .close-btn-modal-contact {
	 float: right;
	 cursor: pointer;
	 background: transparent;
	 padding: 1px 30px 19px 0px;
	 border: none;
}
 input[type="email"]:focus {
	 border-color: #000;
	 outline: 0;
	 color: #000;
}
 input[type="number"]:focus {
	 border-color: #000 !important;
	 outline: 0;
	 color: #000;
}
 .title-fail-modal {
	 font-weight: bold;
	 font-style: normal;
	 font-stretch: normal;
	 line-height: 1.1;
	 letter-spacing: -1.1px;
	 text-align: left;
	 color: #a0c800;
	 padding: 0px;
	 font-size: 35px;
}
 p.contact-message-text {
	 color: #31708f;
	 background-color: #d9edf7;
	 border-color: #bce8f1;
	 font-size: 15px;
	 padding: 7px;
	 border-radius: 3px;
}
.modal-content-success {
	border-radius: 0 !important;
}
.modal-body-success {
	padding: 5px 10px 15px;
}
.success-modal-content {
	text-align: center;
}
 .modal-body-fail {
	 padding: 0 0 2rem;
	 border-color: #bce8f1;
	 border: 1px solid #bce8f1;
	 margin: 0 3rem;
}
 .modal-header {
	 padding: 15px;
	 border-bottom: none;
}
 .modal-footer {
	 border-top: none;
}
 .text_area:focus {
	 outline: none !important;
	 border: 1px solid #000 !important;
}
 .form-control-select:focus {
	 outline: none !important;
	 border: 1px solid #000;
}
 .blur_inputs {
	 color: #000000;
	 border: 1px solid #000000 !important;
}
 label.form-check-label {
	 color: #7D7D7D;
	 font-size: 13px;
	 font-weight: 300;
}
 .form-check input[type="radio"]:checked+label {
	 color: #000000;
	 font-weight: bold;
}
 .error + label {
	 font-size: 13px;
	 font-style: normal;
	 font-stretch: normal;
	 line-height: 2.3;
	 letter-spacing: normal;
	 text-align: left;
	 color: #DD1D21;
	 margin-left: 0;
}
 div.form-group.error {
	 color: #DD1D21;
}
 div.form-group.error input.form-control-select::placeholder {
	 color: #DD1D21;
}
 div.form-group.error input.form-control-select {
	 color: #DD1D21;
	 border: 2px solid #DD1D21;
}
 div.form-group.error > label {
	 color: #DD1D21;
}
 div.form-group.error select.form-control-select {
	 border: 2px solid #DD1D21;
	 color: #DD1D21;
}
 select.form-control-select.error> label#regionLabel {
	 color: #DD1D21;
}
 div.form-group.basicdetails.error > label:after {
	 content: "\f06a";
	 font-family: 'Font Awesome 5 Pro';
	 font-weight: 900;
	 display: inline-block;
	 width: 10px;
	 height: 10px;
	 color: #DD1D21;
	 position: absolute;
	 left: 34rem;
	 bottom: 5rem;
}
 div.form-group.error > label#contactNumber-error:after {
	 content: "\f06a";
	 font-family: 'Font Awesome 5 Pro';
	 font-weight: 900;
	 display: inline-block;
	 width: 10px;
	 height: 10px;
	 color: transparent;
	 position: absolute;
	 left: 31rem;
	 bottom: 4rem;
}
 div.form-group.error > label.drpdwn_cls:after {
	 content: "\f06a";
	 font-family: 'Font Awesome 5 Pro';
	 font-weight: 900;
	 display: inline-block;
	 width: 10px;
	 height: 10px;
	 color: transparent;
	 position: absolute;
	 left: 31rem;
	 bottom: 4rem;
}
 div.form-group.error > label#subscribe-error:after {
	 content: "\f06a";
	 font-family: 'Font Awesome 5 Pro';
	 font-weight: 900;
	 display: inline-block;
	 width: 10px;
	 height: 10px;
	 color: transparent;
	 position: absolute;
	 left: 31rem;
	 bottom: 4rem;
}
 input.form-control.valid {
	 border: 2px solid #698714 !important;
	 color: #698714 !important;
}
 div.form-group.basicdetails.valid input.form-control-select {
	 border: 2px solid #698714 !important;
	 color: #698714 !important;
}
 div.form-group.valid select.form-control-select {
	 border: 2px solid #698714 !important;
	 color: #698714 !important;
}
 .form-group.basicdetails.valid:after {
	 margin-bottom: 15px;
	 position: absolute;
	 right: 13rem;
	 font-family: "Font Awesome 5 Pro";
	 content: "\f00c";
	 font-weight: 900;
	 color: #698714;
	 margin-top: 1rem;
}
 .form-group.cnumber.valid:after {
	 margin-bottom: 15px;
	 position: absolute;
	 right: 10rem;
	 font-family: "Font Awesome 5 Pro";
	 content: "\f00c";
	 font-weight: 900;
	 color: transparent;
	 margin-top: 1rem;
}
 label#subscribe-error {
	 position: absolute;
	 margin: 2.5rem auto;
}
 input#contactNumber {
	 border: 1px solid #7D7D7D;
}
 label#contactNumber-error {
	 color: #DD1D21;
}
 label#email-error {
	 color: #DD1D21;
}
 p.news_subscribe {
	 font-size: 15px;
	 display: inline-block;
	 max-width: 100%;
	 margin-bottom: 5px;
	 color: var(--olam-cold-grey);
}
 .contact-popup-modal-body {
	 height: auto;
	 padding: 0px 30px 40px;
}
 .contact-modal-header {
	 padding: 30px 0px 30px 30px;
	 border-bottom: none;
}
 .contact-modaldown {
	 top: 420px;
}
 .contact-modal-dialog {
	 padding-top: 0px;
}
 .contact-modal-title {
	 font-weight: bold;
	 font-style: normal;
	 font-stretch: normal;
	 line-height: 1.1;
	 letter-spacing: -1.1px;
	 color: #000000;
	 padding: 0px;
	 font-size: 35px;
}
.subscribe-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subscribe-list li {
	display: flex;
	margin: 0;
}
.subscribe-list li p {
	margin: 0;
}
 @-moz-document url-prefix() {
	 .g-recaptcha iframe {
		 width: 304px !important;
	}
}
 @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	 .g-recaptcha iframe {
		 height: 91px;
		 margin: 0 auto;
	}
}
 .contact_container_contact_us {
	 background: #f9f8f8 !important;
}
 .form-control-select, .form-control-select-ip {
	 width: 100%;
	 padding: 10px;
	 border: 1px solid #7D7D7D;
}
 .info_main i {
	 padding-right: 10px;
	 font-size: 24px;
}
 input[type=checkbox], input[type=radio] {
	 width: 20px;
}
 .iq_card_contact_us {
	 background: #ffffff;
	 border-radius: 10px;
	 margin-bottom: 60px;
	 border: none;
	 box-shadow: 0px 4px 5px 1px rgba(175,175,175,0.1);
}
 .invalid-feedback.permission {
	 position: relative;
	 top: -33px;
}
 span.btn.iq-bg-danger {
	 display: block;
	 margin-top: 9px;
	 padding: 10px;
}
 .btn.btn-primary {
	 font-size: 13px;
}
 .contact_content {
	 padding: 0 !important;
	 text-align: center;
}
 .form_title {
	 color: #707070;
	 font-weight: 500;
	 margin-bottom: 10px;
	 font-size: 30px;
	 text-align: left;
}
 .iq_card_contact_us {
	 padding: 60px;
}
 .text_area {
	 height: 130px;
	 resize: none;
}
 button.send_btn {
	 background: #A0C800;
	 box-shadow: 0 0 0 !important;
	 border: 0;
	 display: block;
	 padding: 7px 35px;
	 border-radius: 30px !important;
	 color: #fff;
	 font-size: 16px;
	 margin-top: 6%;
}
 ::-webkit-input-placeholder {
	 color: #707070;
	 vertical-align: top;
}
 :-ms-input-placeholder {
	 color: #707070;
	 vertical-align: top;
}
 ::placeholder {
	 color: #707070;
	 vertical-align: top;
}
 .info_main {
	 display: block;
	 width: 109%;
	 overflow: hidden;
	 margin: 35px 0;
	 font-size: 18px;
	 font-weight: 600;
	 color: #707070;
	 position: relative;
}
 .info_main i {
	 padding-right: 20px;
	 font-size: 24px;
}
 .info_main i.fa.fa-map-marker {
	 vertical-align: top;
	 margin-left: -29px;
}
 .info_main a {
	 color: #707070;
}
 .info_main a:hover {
	 color: #fe8300;
}
 .padding-border-ight {
	 border-right: 1px solid #e4dede;
	 padding-right: 60px;
}
 .padding-border-ight {
	 border-right: 1px solid #e4dede;
	 padding-right: 60px;
}
 .pad-left {
	 padding-left: 60px;
	 padding-right: 0;
}
 .input_checkbox {
	 display: inline-block;
}
 .info_main.info_main_phone {
	 margin: 35px -162px;
}
 .info_main.info_main_fax {
	 margin: 35px -162px;
}
 .info_main.info_main-address {
	 margin: -8px -3px;
}
 .captchacls.form-group {
	 margin: 5% 0;
}
 .agree-chk-error-indo {
	 visibility: hidden;
	 color: #DD1D21;
	 font-size: 16px;
	 font-weight: bold;
	 margin-top: 10px;
}
 .capcha_box {
	 margin: -20px 0 15px 0;
}
 #loader_contact {
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 z-index: 99999;
	 text-align: center;
}
 #loader_contact img {
	 max-width: 64px;
	 position: absolute;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 top: 50%;
}
 @media only screen and (min-width: 769px) {
	 .contact-modal-title {
		 margin: 0 7rem;
	}
	 .contact-message {
		 color: #fff !important;
		 background-color: #286090 !important;
		 margin: 10rem 48rem;
		 display: inline-block;
		 margin-bottom: 0;
		 font-weight: normal;
		 text-align: center;
		 vertical-align: middle;
		 -ms-touch-action: manipulation;
		 touch-action: manipulation;
		 cursor: pointer;
		 background-image: none;
		 border: 1px solid #122b40;
		 white-space: nowrap;
		 padding: 6px 12px;
		 font-size: 14px;
		 line-height: 1.38;
		 border-radius: 4px;
		 -webkit-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
		 text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	}
	 form#contactform {
		 margin: 0 15%;
	}
	 h3.form_title {
		 margin: 1rem 7rem;
		 color: #000000;
		 font-weight: 600;
	}
}
 @media (max-width: 992px) {
	 .iq_card_contact_us {
		 padding: 30px;
		 margin-bottom: 30px;
	}
	 .padding-border-ight {
		 border-right: 1px solid #e4dede;
		 padding-right: 15px;
	}
	 .pad-left {
		 padding-left: 15px;
	}
}
 @media only screen and (max-width: 768px) {
	 .modal-dialog-msgbox {
		 width: 30rem;
		 margin: 15rem auto;
	}
	 button.close-btn-modal-contact-submit {
		 cursor: pointer;
		 background: transparent;
		 border: none;
         margin: 0;
	}
	 button.close-btn-modal-contact-submit img.close-grey {
		 object-fit: contain;
		 width: 15px;
		 margin-left: 25rem;
	}
	 .contact-modal-title {
		 margin: 0;
	}
	 .contact-message {
		 margin-left: 19rem;
		 margin-top: 4rem;
		 background-color: #286090 !important;
		 color: #fff f;
		 padding: 1rem 2rem;
		 border-radius: 4px;
		 border: 1px solid #122b40;
	}
	 .form-group.basicdetails.valid:after {
		 margin-bottom: 15px;
		 position: absolute;
		 right: 4.7rem;
		 font-family: "Font Awesome 5 Pro";
		 content: "\f00c";
		 font-weight: 900;
		 color: #698714;
	}
	 .iq_card_contact_us {
		 padding: 15px;
		 margin-bottom: 30px;
	}
	 .contact_content.container {
		 padding: 0;
	}
	 label.error {
		 color: #DD1D21;
	}
	 .contact-captcha {
		 margin-top: 3rem;
	}
	 label#subscribe-error {
		 position: absolute;
		 margin: 3rem 0;
		 line-height: inherit;
	}
	 button.send_btn {
		 margin-top: 10%;
	}
	 h3.form_title {
		 color: #000000;
		 font-weight: 600;
	}
	 .form-group>label.drpdwn_cls {
		 padding-left: 5px;
		 padding-right: 1px;
		 position: relative;
		 top: 1.5rem;
		 left: 2rem;
		 background-color: white;
	}
	 div.form-group.basicdetails.error > label:after {
		 content: "\f06a";
		 font-family: 'Font Awesome 5 Pro';
		 font-weight: 900;
		 display: inline-block;
		 width: 10px;
		 height: 10px;
		 color: #DD1D21;
		 position: absolute;
		 left: 26rem;
		 bottom: 5rem;
	}
}

.related-articles__wrapper {
    display: block;
    margin: 20px 0;
}
.related-articles__wrapper .info-pod {
    flex: 1;
    margin: 0 10px;
}
@media only screen and (min-width: 992px) {
    .related-articles__wrapper {
        display: flex;
        justify-content: center;
    }
    .related-articles__wrapper .info-pod--vertical .info-pod__container .info-pod__image img {
        max-width: 400px;
        max-height: 225px;
        object-fit: cover;
    }
    .related-articles__wrapper .info-pod__content-text {
        max-height: 140px; 
    }
    .related-articles__wrapper .info-pod--vertical .info-pod__container .info-pod__description {
        -webkit-line-clamp: 2; 
    }
}
@media only screen and (min-width: 1200px) {
    .related-articles__wrapper .info-pod--vertical {
        width: unset;
        max-width: 400px;
    }
    .related-articles__wrapper .info-pod__container {
        width: unset;
        max-width: 400px;
    }
}
.olam-bod .olam-bod__title {
	padding-bottom: 32px;
}
.olam-bod .olam-bod__sub-title,
.olam-bod .olam-bod__description {
	padding-bottom: 24px;
}
.olam-bod .olam-bod__sub-title p,
.olam-bod .olam-bod__description p {
	margin: 0;
	font-size: inherit;
}
.olam-bod .olam-bod__profile-img {
    margin-bottom: 15px;
}
.olam-bod .olam-bod__content-container {
	display: none;
}
.olam-bod .olam-bod__profile-img img{
	width: 100%;
	height: 100%;
	max-height: 406px;
}
.olam-bod .olam-bod__profile-title,
.olam-bod .olam-bod__profile-sub-title,
.olam-bod .olam-bod__profile-date {
	padding-bottom: 8px;
}
.olam-bod .olam-bod__profile-description p:last-child {
	margin: 0;
}
.olam-bod .olam-bod__profile-action {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}
.olam-bod .olam-bod__profile-first-primary-button {
	margin-bottom: 16px;
}
.olam-bod .olam-bod__tile-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.olam-bod .olam-bod__tile {
	background: var(--olam-white);
	box-shadow: 0px 6px 6px var(--olam-black-smoke);
	border: 2px solid var(--olam-white);
	border-bottom: 12px solid var(--olam-white);
	padding: 20px;
	margin: 0 16px 64px 0;
	width: 245px;
}
.olam-bod .olam-bod__tile:hover{
	cursor: pointer;
}
.olam-bod .olam-bod__tile--selected {
	border-color: var(--olam-international);
}
.olam-bod .olam-bod__tile-content {
	text-align: center;
	padding: 15px 5px 5px;
}
.olam-bod .olam-bod__tile-img {
	margin: 0 10px;
	border-radius: 50%;
	height: 180px;
	width: 180px;
}
.olam-bod .olam-bod__tile-designation {
	color: var(--olam-dark-warm-grey);
}
@media (min-width : 576px) {
	.olam-bod .olam-bod__tile {
		height: 345px;
	}
	.olam-bod .olam-bod__tile-title {
		height: 55px;
		overflow: hidden;
	}
	.olam-bod .olam-bod__tile-designation {
		height: 53px;
		overflow: hidden;	
	}
}
@media (min-width : 768px) {
	.olam-bod .olam-bod__tile-container {
		justify-content: unset;
	}
}
@media (min-width : 992px) {
	.olam-bod .olam-bod__profile {
		display: flex;
	}
	.olam-bod .olam-bod__profile-img {
		flex: 1;
		margin-right: 28px;
	}
	.olam-bod .olam-bod__profile-img img {
		height: 406px;
		object-fit: cover;
	}
	.olam-bod .olam-bod__profile-details {
		flex: 1;
	}
	.olam-bod .olam-bod__tile {
		height: 390px;
	}
	.olam-bod .olam-bod__tile-title {
		height: 62px;
	}
	.olam-bod .olam-bod__tile-designation {
		height: 93px;
	}
	.olam-bod .olam-bod__profile-action {
		flex-direction: row;
	}
	.olam-bod .olam-bod__profile-first-primary-button {
		margin-bottom: 0;
		margin-right: 24px;
	}
}
.megamenu-container .megamenu-main {
    height: 68px;
    display: flex;
    align-items: center;
    width: 100%;
}
.megamenu-container .megamenu-main .megamenu-olam-logo {
    margin-left: -9px;
    height: 38px;
    width: 122px;
}
.megamenu-container .megamenu-main .megamenu-tier1 {
    width:100%;
    margin-left: 10%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list {
	display: flex;
	margin: 6px 0 0 0;
    padding-left: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item {
    margin: 0;
    margin-right: 32px;
    list-style-type: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-list-text {
    color: var(--olam-black);
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item-selected {
	border-bottom: 4px solid var(--olam-international) ;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-list-text:hover {
    text-decoration: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    z-index: 99;
    background-color: var(--olam-white);
    box-shadow: 0px 3px 6px var(--olam-black-smoke);
    height: fit-content;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 {
    width: 100%;
    height: fit-content;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2-without-submenu {
    width: 100%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list {
    list-style-type: none;
    padding-left: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item {
    padding: 8px 16px 8px 8.3%;
    background: var(--olam-white);
    margin: 0 0 5px 0;
    border-left: 4px solid var(--olam-white) ;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item a:hover {
    text-decoration: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item-selected {
    box-shadow: 0px 3px 6px var(--olam-black-smoke);
    border: 1px solid var(--olam-light-warm-grey);
    border-left: 4px solid var(--olam-international) ;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item-with-image a:hover {
    text-decoration: none;	
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item-without-submenu {
    padding-left: 8.3%;
    background: var(--olam-white) 0% 0% no-repeat padding-box;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-item-with-image-item {
    display: flex;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-img {
    padding-right: 18px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    align-self: center;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-container {
    width: 34%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-item-with-image-item .megamenu-tier2-list-container {
    width: 21%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-title {
    display: block;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-selected-title {
    font-weight: bold;
	color: var(--olam-text-green) !important;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-text {
    margin: 0;
    color: var(--olam-dark-warm-grey);
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc {
    display:flex;
    background: var(--olam-very-light-grey) 0% 0% no-repeat padding-box;
    width: 60%;
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 99;
    color: var(--olam-text-green);
}
.megamenu-container .megamenu-tier3-wrapper {
    height: fit-content;
    width: 100%;
    color: var(--olam-white);
}
.megamenu-container .megamenu-tier2-desc-without-sublevel {
    padding: 20px 14% 20px 30px;
    background: var(--olam-light-green);
    height: 100%;
}
.megamenu-container .megamenu-tier2-desc-without-sublevel__desc {
    padding-bottom: 16px;
}
.megamenu-container .megamenu-tier2-desc-without-sublevel__img {
    width: 360px;
    height: 240px;
    object-fit: cover;
    margin-bottom: 16px;
}
.megamenu-container .megamenu-tier2-desc-without-sublevel__btn-title {
    padding-bottom: 16px;
}
.megamenu-container .megamenu-tier2-desc-without-sublevel__action-container {
    display: block;
    width: 360px;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3-with-4tiers {
    background: var(--secondary-color);
    height: 100%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3-with-3tiers {
    background: var(--secondary-color, --olam-international);
    height: 100%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 {
    width: 25%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list {
    list-style-type: none;
    padding-left: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item {
    display: flex;
    padding: 8px 34px;
    margin: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-with4tier-list-item-selected {
    background: var(--primary-color);
    box-shadow: 0px 3px 6px var(--olam-black-smoke);
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-with3tier-list-item-selected {
    background: var(--primary-color, --olam-light-green);
    box-shadow: 0px 3px 6px var(--olam-black-smoke);
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item a:hover {
    text-decoration: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-list-img {
    margin-right: 10px;
    align-self: center;
    width: 30px;
    height: 30px;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-list-text {
    color: inherit;
}
/* .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-list-selected-text {
    font-weight: bold;
} */
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc {
    position: absolute;
    left: 25%;
    padding-top: 20px;
    top: 0;
    z-index: 99;
    height: fit-content;
    width: 75%;
    padding-left: 3%;
    padding-right: 22%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc-with-4tiers {
    background: var(--primary-color);
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc-with-3tiers {
    background: var(--primary-color, --olam-light-green);
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 {
    display: grid;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier4-wrapper {
    display: flex;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier3-desc-text {
    color: inherit;
    z-index: 99;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier4-list {
    list-style-type: none;
    padding-left: 0;
    border-top: 3px solid var(--olam-white);
    flex-basis: 45%;
    margin-right: 5%;
    margin-top: 18px;
    padding-top: 22px;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier4-list .megamenu-tier4-list-item a:hover {
    text-decoration: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier4-list .megamenu-tier4-list-item .megamenu-tier4-list-text {
    color: inherit;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier4-list .megamenu-tier4-list-item .megamenu-tier4-list-selected-text {
    font-weight: bold;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier3-desc-container {
    z-index: 99;
    padding-top: 35px;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-tier3-desc-img {
    padding: 16px 0;
    display: block;
    z-index: 99;
    width: 100%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-contact-us-text {
    color: inherit;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-nav-btn {
    margin-top:16px;
    padding-bottom: 16px;
}
.megamenu-container .megamenu-primary-btn {
    color: var(--olam-black);
    background: var(--olam-white);
    margin-bottom: 16px;
    display: block;
}
.megamenu-container .megamenu-secondary-btn {
    background: transparent;
    border: 2px solid var(--olam-white);
    color: var(--olam-white);
    display: block;
}
.megamenu-container .megamenu-main .search-icon-open:hover {
    cursor: pointer;
}
.megamenu-container .megamenu-main .search-area {
    background: var(--olam-white-smoke);
    box-shadow: 3px 0px 3px var(--olam-black-smoke);
    margin-left: 10%;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.megamenu-container .megamenu-main .search-area .search-box {
	width: 100%;
}
.megamenu-container .megamenu-main .search-area .search-box .search-icon {
    margin: 0;
	cursor: pointer;
}
.megamenu-container .megamenu-main .search-area .search-box .search-input {
	border: none;
	background: transparent;
    color: var(--olam-black);
    width: 85%;
}
.megamenu-container .megamenu-main .search-area .search-area-close {
	cursor: pointer;
}
.megamenu-container .megamenu-main .search-area .search-box .search-input:focus {
    outline: none;
}
.megamenu-container .megamenu-main .search-area .search-autocomplete {
    display: none;
    position: absolute;
    background-color: var(--olam-white);
    box-shadow: 0px 3px 6px var(--olam-black-smoke);
    min-width: 160px;
    z-index: 99;
    width: 100%;
    padding-left: 26%;
    left: 0;
}
.megamenu-container .megamenu-main .search-area .search-autocomplete ul {
    padding-left: 0;
} 
.megamenu-container .megamenu-main .search-area .search-autocomplete li {
    list-style-type: none;
    padding: 0;
    margin: 0;
} 
.megamenu-container .megamenu-main .search-area .search-autocomplete a {
    padding: 21px 0 8px 0;
    text-decoration: none;
    display: block;
} 
.megamenu-container .megamenu-main .search-area .search-autocomplete a:hover {
    font-weight: bold;
}
.megamenu-hide {
    display: none !important;
}
.megamenu-active {
    display: block !important;
}
.megamenu-container .megamenu-mobile-main {
    display: none;
}
@media ( max-width :1023px) {
    .megamenu-container .megamenu-main {
        display: none;
    }
    .megamenu-container .megamenu-mobile-main {
        width: 100%;
        display: block;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-header-mobile .megamenu-olam-logo-mobile{
        margin-left: -6px;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-header-mobile .megamenu-hamberger-btn {
        padding-left: 15px;
        padding-right: 0;
        background-color: transparent;
        border: none;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-header-mobile .megamenu-hamberger-btn .megamenu-hamberger-icon {
        color: var(--olam-black);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-hamberger-menu-close {
        padding-left: 15px;
    }
    .megamenu-container .megamenu-mobile-main .search-area {
        background: var(--olam-white-smoke);
        box-shadow: 3px 0px 3px var(--olam-black-smoke);
        width: 100%;
        display: flex;
        height: 60px;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box {
        display: flex;
        align-items: center;
        flex-basis: 99%;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-icon {
        padding-top: 0;
        padding-left: 10px;
	    cursor: pointer;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-input {
        border: none;
        background: transparent;
        flex-basis: 100%;
        color: var(--olam-black);
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-input:focus {
        outline: none;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-autocomplete {
        display: none;
        position: absolute;
        background-color: var(--olam-white);
        min-width: 160px;
        z-index: 99;
        width: 100%;
        padding-left: 20%;
        left: 0;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-autocomplete li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    } 
    .megamenu-container .megamenu-mobile-main .search-area .search-autocomplete a {
        padding: 21px 21px 8px 0;
        text-decoration: none;
        display: block;
    } 
    .megamenu-container .megamenu-mobile-main .search-area .search-autocomplete a:hover {
        font-weight: bold;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-area-close {
        padding-top: 0;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile {
        padding: 0 10px;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white);
        box-shadow: 0px 3px 6px var(--olam-black-smoke);
        border: 1px solid var(--olam-light-warm-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-caret {
        color: var(--olam-cold-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile {
        position: absolute;
        left: 10px;
        width: calc(100% - 10px);
        z-index: 99;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile {
        padding: 0 10px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white-smoke);
        box-shadow: 0px 3px 6px var(--olam-very-light-grey);
        border: 1px solid var(--olam-light-warm-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-caret {
        color: var(--olam-cold-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-desc-mobile {
        position: absolute;
        left: 10px;
        width: calc(100% - 10px);
        top: 40px;
        z-index: 99;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-desc-mobile .megamenu-tier3-item-mobile {
        padding: 0 10px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white-smoke);
        box-shadow: 0px 3px 6px var(--olam-black-smoke);
        border: 1px solid var(--olam-light-warm-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-desc-mobile .megamenu-tier3-item-mobile .megamenu-tier3-caret {
        color: var(--olam-cold-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-desc-mobile .megamenu-tier3-item-mobile .megamenu-tier3-desc-mobile {
        position: absolute;
        left: 10px;
        width: calc(100% - 10px);
        top: 40px;
        z-index: 99;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile .megamenu-tier2-item-mobile .megamenu-tier2-desc-mobile .megamenu-tier3-item-mobile .megamenu-tier3-desc-mobile .megamenu-tier4-item-mobile {
        padding: 0 10px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white-smoke);
        box-shadow: 0px 3px 6px var(--olam-very-light-grey);
        border: 1px solid var(--olam-light-warm-grey);
    }
}
@media (min-width: 1600px) {
    .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-list-item-with-image-item .megamenu-tier2-list-container {
        width: 26%;
    }
    .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 {
        width: 33%;
    }
    .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc {
        left: 33%;
    }
    .megamenu-container .megamenu-tier2-desc-without-sublevel__action-container {
        display: flex;
        width: unset;
    }
    .megamenu-container .megamenu-tier2-desc-without-sublevel__btn {
        margin-right: 16px;
    }
    .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-desc .megamenu-tier2 .megamenu-tier2-list .megamenu-tier2-list-item .megamenu-tier2-desc .megamenu-tier3 .megamenu-tier3-list .megamenu-tier3-list-item .megamenu-tier3-desc .megamenu-tier4 .megamenu-nav-btn {
        display: flex;
        align-items: center;
    }
    .megamenu-container .megamenu-primary-btn {
        margin-right: 16px;
        display: inline-block;
        margin-bottom: 0;
    }
    .megamenu-container .megamenu-secondary-btn {
        display: inline-block;
    }
}
.olam-location {    
    background: var(--olam-international) 0% 0% no-repeat padding-box;
    color: var(--olam-white);
    width: 87%;
    margin: 5% auto;
    padding: 32px 0 !important;
}
.olam-location__header-container {
    position: relative;
    margin: 0 40px 12px;
}
.olam-location__header {
    padding-bottom: 8px;
    border-bottom: 2px solid var(--olam-white);
}
.olam-location__close-btn {
    position: absolute;
    right: -25px;
    top: -18px;
    font-size: 33px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.olam-location__close-btn:hover {
    color: inherit;
    text-decoration: none;
}
.olam-location__content {
    margin: 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--olam-white);
}
.olam-location__content:last-child {
    border-bottom: none;
}
.olam-location__content-title {
    padding-top: 18px;
    padding-bottom: 10px;
}
.olam-location__content-title-link {
    font-size: inherit;
    color: inherit;
}
.olam-location__content-title-link:hover,
.olam-location__content-title-link:focus,
.olam-location__content-title-link:active {
    color: inherit;
    text-decoration: none;
}
.olam-location__content-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.olam-location__content-item {
    flex-basis: 25%;
    margin: 0;
    padding-bottom: 8px;
}
.olam-location__content-link {
    font-size: inherit;
    color: inherit;
}
.olam-location__content-link:hover {
    color: inherit;
    text-decoration: underline;
}
.olam-accordion__item .fa-plus {
    display: block;
}
.olam-accordion__item .fa-minus,
.olam-accordion__item .olam-accordion__content  {
    display: none;
}
.olam-accordion__item--active .fa-plus{
    display: none;
}
.olam-accordion__item--active .fa-minus,
.olam-accordion__item--active .olam-accordion__content {
    display: block;
}
.olam-accordion__title {
 display: flex;
 justify-content: space-between;
}
.olam-accordion__icon {
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .olam-location__close-btn {
        right: -3.3%;
    }
    .olam-location__header-container {
        margin: 0 7.3% 12px;
    }
    .olam-location__content {
        margin: 0 7.3%;
    }
    .olam-location__content-list {
        display: flex;
        flex-wrap: wrap;
    }
    .olam-location__content-item {
        padding-right: 8px;
    }
    .olam-accordion__item .olam-accordion__content  {
        display: flex;
    }
    .olam-accordion__icon {
        display: none;
    }
}

.video-container, .image-container {
    text-align: center;
}
.video-container video, .image-container img {
    width: 100%;
}


.olam-textandimage__content-container {
    display: flex;
    flex-direction: column-reverse;
}
.olam-textandimage__content h1,
.olam-textandimage__content h2,
.olam-textandimage__content h3,
.olam-textandimage__content h4,
.olam-textandimage__content h5,
.olam-textandimage__content h6 {
    margin-bottom: 15px;
}
.olam-textandimage__img-5, .olam-textandimage__video-5, .olam-textandimage__img-7, .olam-textandimage__video-7, .olam-textandimage__img-6, .olam-textandimage__video-6 {
    margin-bottom: 20px;
}
.olam-textandimage__img img {
    border-radius: 5px;
    transition: 0.3s;
}
.olam-textandimage__img img, .olam-textandimage__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.olam-textandimage__video-youtubeVideoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.olam-textandimage__video-youtubeVideoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.olam-textandimage__content-description ol,
.olam-textandimage__content-description ul {
    padding-left: 0;
}
.olam-textandimage__content-description ol li,
.olam-textandimage__content-description ul li {
    list-style-position: inside;
}
@media only screen and (min-width: 992px) {
    .olam-textandimage__content-container {
        display: block;
    }
    .olam-textandimage__img--left, .olam-textandimage__video--left {
        float: left;
        margin-right: 20px;
    }
    .olam-textandimage__img--right, .olam-textandimage__video--right {
        float: right;
        margin-left: 20px;
    }
    .olam-textandimage__img-5, .olam-textandimage__video-5, .olam-textandimage__img-7, .olam-textandimage__video-7, .olam-textandimage__img-6, .olam-textandimage__video-6 {
        margin-bottom: 0;
    }
    .olam-textandimage__img-5, .olam-textandimage__video-5 {
        width: 42%;
    }
    .olam-textandimage__img-7, .olam-textandimage__video-7 {
        width: 58%;
    }
    .olam-textandimage__img-6, .olam-textandimage__video-6 {
        width: 50%;
    }
}
.timeline-horizontal-line {
    padding-left: 8.3%;
    height: 20px;
    background: var(--olam-light-warm-grey);
    position: absolute;
    width: 100%;
    top: 279px;
    z-index: -1;
}
.timeline-card__wrapper {
    position: relative;
    margin-bottom: 50px;
}
.timeline-card {
    display:flex;
    flex-direction: column;
    width: unset;
    align-items: center;
}
#slick-slide00 .timeline-card__wrapper .timeline-card {
    width: 260px;
}
.timeline-card__title {
    color: var(--olam-black);
    -webkit-text-fill-color: var(--olam-white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--olam-black);
}
.timeline-card__tooltip-wrapper {
    padding: 24px;
    width: 260px;
    height: 240px;
    background: var(--secondary-color);
    mix-blend-mode: multiply;
    border-radius: 8px;
    color: var(--olam-white);
}
.timeline-card__tooltip-wrapper-content {
    height: 174px;
}
.timeline-card__tooltip-header {
    margin: 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.timeline-card__tooltip-description {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.timeline-card__tooltip-description a {
    color: inherit;
    font-weight: bold;
}
.timeline-card__tooltip-wrapper a.tertiary-button {
    color: var(--olam-white);
    border-color: var(--olam-white);
}
.timeline-card__tooltip-wrapper a.tertiary-button:hover,
.timeline-card__tooltip-wrapper a.tertiary-button:focus {
    color: var(--olam-light-white);
    border-color: var(--olam-light-white);
}
.timeline-card__tooltip-arrow-wrapper {
    margin-top: 27px;
    height: 3px;
}
.timeline-card__tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid var(--secondary-color);
}
.timeline-card__description-wrapper {
    width: 260px;
    height: 80px;
    background: var(--olam-white);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-card__description-text {
    margin: 0;
    color: var(--primary-color);
}
.timeline-card__connecting-line {
    border-left: 1px solid var(--primary-color);;
    height: 58px;
}
.timeline-card__img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
.timeline-card--reverse {
    flex-direction: column-reverse;
    margin-top: 54px;
}
.timeline-card--reverse-without-image {
    margin-top: 272px;
}
.timeline-card--reverse .timeline-card__tooltip-arrow-wrapper {
    margin-top: 0px;
    height: 30px;
}
.timeline-card--reverse .timeline-card__tooltip-arrow {
    display: inline-block;
    border-top: 0;
    border-bottom: 30px solid var(--secondary-color);
}
.timeline-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -26px;
	left: unset;
	z-index: 11;
}
.timeline-slider .slick-dots {
    bottom: -18px;
    top: unset !important;
	z-index: 1;
}
.timeline-slider .slick-dots li {
	margin: 0;
}
.timeline-slider .slick-dots li button:before {
    font-size: 16px !important;
    width: 0 !important;
    color: var(--primary-color, #000) !important;
}
.timeline-slider .slick-dots li.slick-active {
    width: 54px;
}
.timeline-slider .slick-dots li.slick-active button {
    background: var(--primary-color, #000) !important;
    height: 16px;
    border-radius: 10px;
    width: 48px;
}
.timeline-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color, #000) !important;
}
.timeline-slider .slick-arrow:before {
	color: var(--primary-color, #000) !important;
}
.timeline-popup {    
    background: var(--secondary-color) 0% 0% no-repeat padding-box;
    color: var(--olam-white);
    width: 344px;
    margin: 5% auto;
    padding: 50px 0 24px !important;
}
.timeline-popup__header-container {
    position: relative;
    margin: 0 24px;
}
.timeline-popup__header {
    padding-bottom: 8px;
    border-bottom: 2px solid var(--olam-white);
}
.timeline-popup__close-btn {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 32px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.timeline-popup__close-btn:hover {
    color: inherit;
    text-decoration: none;
}
.timeline-popup .timeline-popup__content-container {
    margin: 16px 24px 0;
}
.timeline-popup .timeline-popup__image {
    margin-bottom: 16px;
}
.timeline-popup .timeline-popup__image img {
    width: 296px;
    height: 296px;
    object-fit: cover;
    border-radius: 8px;
}
.timeline-popup .timeline-popup__content-header {
    font-weight: bold;
    margin-bottom: 16px;
}
.timeline-popup .timeline-popup__content-description {
    margin-bottom: 24px;
}
.timeline-popup .timeline-popup__content-description a {
    color: inherit;
    font-weight: bold;
}
.timeline-popup .timeline-popup__content .secondary-button {
    color: var(--olam-white);
    border-color: var(--olam-white);
    background-color: transparent;
}
@media only screen and (min-width: 992px) {
    .timeline-popup {
        width: 800px;
        padding: 40px 0 !important;
    }
    .timeline-popup__without-image {
        width: 420px;
    }
    .timeline-popup__header-container {
        margin: 0 48px 10px;
    }
    .timeline-popup__close-btn {
        right: -16px;
        top: -16px;
        font-size: 32px;
    }
    .timeline-popup .timeline-popup__content-container {
        display: flex;
        margin: 32px 48px 8px;
    }
    .timeline-popup .timeline-popup__image {
        margin-right: 32px;
    }
    .timeline-popup .timeline-popup__image img {
        width: 324px;
        height: 324px;
    }
    .timeline-popup .timeline-popup__content-header {
        margin-bottom: 12px;
    }
    .timeline-popup .timeline-popup__content-description {
        margin-bottom: 32px;
    }
}
.gatedContent-modal-header {
    padding: 30px 0 15px 30px;
}
.gatedContent-modal-close-btn {
    float: right;
    background: transparent;
    padding: 0 30px 0 0;
    border: none;
}
.gatedContent-modal-close-btn img {
    width: 14px;
}
.gatedContent-modal-title {
    margin: 0 12%
}
.gatedContent-modal-body {
    padding: 0 15px 30px 15px;
}
form#gatedContentform {
    margin: 0 15%;
}
.gatedContent-input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--olam-cold-grey);
}
.gatedContent-input:focus {
    outline: none !important;
    border: 1px solid var(--olam-black);
}
.product-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product-list li {
	display: flex;
	margin: 0;
}
.product-list li p {
	margin: 0;
}
#loader_gated-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
#loader_gated-content img {
    max-width: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}
.firstNameError,
.lastNameError,
.emailError,
.industryError,
.locationError,
.jobRoleError,
.productlistError,
.gatedContent-captcha-chk-error {
    display: none;
	color: #DD1D21;
}
div.form-group.gatedContentError {
    color: #DD1D21;
}
div.form-group.gatedContentError .firstNameError, 
div.form-group.gatedContentError .lastNameError,
div.form-group.gatedContentError .emailError,
div.form-group.gatedContentError .industryError,
div.form-group.gatedContentError .locationError,
div.form-group.gatedContentError .jobRoleError,
div.form-group.gatedContentError .productlistError,
div.form-group.gatedContentError .gatedContent-captcha-chk-error  {
    display: block;
}
div.form-group.gatedContentError input, 
div.form-group.gatedContentError select  {
    color: #DD1D21;
    border: 2px solid #DD1D21;
}
div.form-group.gatedContentError input::placeholder {
    color: #DD1D21;
}
div.form-group.gatedContentValid input,
div.form-group.gatedContentValid select {
    border: 2px solid #698714 !important;
	color: #698714 !important;
}
div.form-group.gatedContentError > label#firstName-error:after,
div.form-group.gatedContentError > label#lastName-error:after,
div.form-group.gatedContentError > label#email-error:after,
div.form-group.gatedContentError > label#industry-error:after {
    content: "\f06a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #DD1D21;
    position: absolute;
    right: 15px;
    bottom: 40px;
}
div.form-group.gatedContentValid.input-controls:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #698714;
    position: absolute;
    right: 24%;
    margin-top: 10px;
}
.gatedcontent_modal-dialog-msgbox {
    width: 32rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gatedcontent_modal-content-success {
	border-radius: 0 !important;
}
.gatedcontent_modal-body-success {
	padding: 5px 10px 15px;
}
button.close-btn-modal-gatedcontent-submit {
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0;
}
button.close-btn-modal-gatedcontent-submit img.close-grey {
    object-fit: contain;
    width: 15px;
    margin-left: 28rem;
}
.gatedcontent_success-modal-content {
	text-align: center;
}
@media only screen and (min-width: 400px) {
    div.form-group.gatedContentValid.input-controls:after {
        right: 22%;
    }
}
@media only screen and (min-width: 500px) {
    div.form-group.gatedContentValid.input-controls:after {
        right: 21%;
    }
}
@media only screen and (min-width: 768px) {
    .gatedContent-modal-close-btn img {
        width: 20px;
    }
    div.form-group.gatedContentValid.input-controls:after {
        right: 20%;
    }
    .gatedcontent_modal-dialog-msgbox {
        width: 50rem;
    }
    button.close-btn-modal-gatedcontent-submit img.close-grey {
        margin-left: 45rem;
        margin-left: -190px;
        display: inline-block;
    }
    button.close-btn-modal-gatedcontent-submit {
        margin: 0 55rem;
        display: inline-block;
    }
}
@media only screen and (min-width: 1200px) {
    div.form-group.gatedContentError > label#firstName-error:after,
    div.form-group.gatedContentError > label#lastName-error:after,
    div.form-group.gatedContentError > label#email-error:after,
    div.form-group.gatedContentError > label#industry-error:after {
        bottom: 44px;
    }
}
@media only screen and (min-width: 1600px) {
    div.form-group.gatedContentError > label#firstName-error:after,
    div.form-group.gatedContentError > label#lastName-error:after,
    div.form-group.gatedContentError > label#email-error:after,
    div.form-group.gatedContentError > label#industry-error:after {
        bottom: 50px;
    }
}
@-moz-document url-prefix(){
    div.form-group.gatedContentValid.input-controls#firstNameContainer:after {
        top: 0;
    }
    div.form-group.gatedContentValid.input-controls#lastNameContainer:after {
        top: 60px;
    }
    div.form-group.gatedContentValid.input-controls#emailContainer:after {
        top: 125px;
    }
    div.form-group.gatedContentValid.input-controls#industryContainer:after {
        top: 190px;
    }
}

@font-face {
	font-family: "GT-Walsheim-Regular";
	src: url("clientlib-all/css/fonts/GT-Walsheim-Regular.ttf");
	src: url('clientlib-all/css/fonts/GT-Walsheim-Regular.eot?#iefix')
		format('embedded-opentype'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Regular.woff2') format('woff2'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Regular.woff') format('woff'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GT-Walsheim-Regular";
	src: url("clientlib-all/css/fonts/GT-Walsheim-Bold.ttf");
	src: url('clientlib-all/css/fonts/GT-Walsheim-Bold.eot?#iefix')
		format('embedded-opentype'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Bold.woff2') format('woff2'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Bold.woff') format('woff'),
		url('clientlib-all/resources/fonts/GT-Walsheim-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: 'GT-Walsheim-Regular';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: var(--olam-black);
}

p {
	margin: 0 0 10px;
}

/*Support Classes Start*/

/* Margin & Padding Spaces (lg & md)*/
@media ( min-width : 768px) {
	.g-pb-27 {
		padding-bottom: 27px;
	}
	.g-pl-95 {
		padding-left: 95px;
	}
	.g-pa-0 {
		padding: 0;
	}
	.g-px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.g-py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-pl-0 {
		padding-left: 0;
	}
	.g-pr-0 {
		padding-right: 0;
	}
	.g-pt-0 {
		padding-top: 0;
	}
	.g-pb-0 {
		padding-bottom: 0;
	}
	.g-pl-10 {
		padding-left: 10px;
	}
	.g-py-50 {
		padding: 50px 0;
	}
	.g-pt-50 {
		padding-top: 50px;
	}
	.g-pt-90 {
		padding-top: 90px;
	}
	.g-mt-50 {
		margin-top: 50px;
	}
	.g-mb-30 {
		margin-bottom: 30px;
	}
	.g-mb-35 {
		margin-bottom: 35px;
	}
	.g-mb-20 {
		margin-bottom: 20px;
	}
	.g-pr-20 {
		padding-right: 20px;
	}
	.g-pt-102 {
		padding-top: 102px;
	}
	.g-mb-32 {
		margin-bottom: 32px;
	}
	.g-mb-10 {
		margin-bottom: 10px;
	}
	.g-mb-18 {
		margin-bottom: 18px;
	}
	.g-mb-40 {
		margin-bottom: 40px;
	}
	.g-pt-89 {
		padding-top: 89px;
	}
	.g-pt-172 {
		padding-top: 172.6px;
	}
	.g-ps-20 {
		padding: 0 20px;
	}
	.g-mt-60 {
		margin-top: 60px;
	}
	.g-mb-212 {
		margin-bottom: 212px;
	}
	.p-fs-14 p, .p-fs-14 {
		font-size: 14px;
	}
	.p-fs-150 p, .p-fs-150 {
		font-size: 150px;
	}
	.animate-160 .featured-prod {
		margin-top: -140px;
	}
}

/* Margin & Padding Spaces (sm)
  ------------------------------------*/
@media ( min-width : 576px) {
	.g-ma-0--sm {
		margin: 0;
	}
}

/* Margin & Padding Spaces (xs)
  ------------------------------------*/
@media ( min-width : 768px) {
	.g-ma-0--md {
		margin: 0;
	}
}

/* Footer Sitemap md - End */

/*Support Classes End*/

/* Common start */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none !important;
}

.white-bg {
	background-color: white;
}

.shadow-20 {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.shadow-15 {
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}

.shadow-10 {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Why Olam */
.shadow-8-10-15 {
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
}

/* Why Olam ,Our Values, News and Events(Upcoming events) , Regions(product stories)* Countries(Meet The Team) Countries(Focusing on sustainability) */
.shadow-10-20-40-10 {
	box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

/* News and Events(Connect with us) */
.shadow-3-15-15 {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
}

/* Regions,Countries(Find out more about our products:) */
.shadow-10-30-10 {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

/* Latest News (Refine Date)  Contact-Us (refine-Locations,Products) */
.shadow-2-6-15 {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.shadow-4-12-20 {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.shadow-8-12-15 {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.shadow-30 {
	box-shadow: 2px 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.report-text {
	letter-spacing: normal !important;
	font-weight: bold !important;
}

.video-pop-title-text {
	color: var(--secondary-color);
}

.light-green-text {
	color: #a0c800;
}

.purple-text {
	color: #ab2e86;
}

.orange-text {
	color: #fd8104;
}

.theme-based-text {
	color: var(--primary-color);
}

.dark-green-text {
	color: #698714;
}

.spruce-text {
	color: #0b4b52;
}

.white-text {
	color: #ffffff;
}

.grey-text {
	color: #7d7d7d;
}

.turquoise-blue-text {
	color: var(--olam-light-green);
}

.light-grey-text {
	color: #dedad4;
}

.warm-grey-two-text {
	color: #9e948e;
}

.greyish-brown-text {
	color: #6c5d56;
}

.camo-green-text {
	color: #273113;
}

.teal-blue-text {
	color: #00869d;
}

.light-purple-text {
	color: #ca85b9;
}

.purple-text {
	color: #ab2e86;
}

.light-blue-text {
	color: var(--olam-light-green);
}

.dark-purple-text {
	color: #760153;
}

.orange-text {
	color: #fd4e00;
}

.dark-orange-text {
	color: #984509;
}

.beige-text {
	color: #f9f8f2;
}

.black-text {
	color: #000000;
}

.dark-navy-blue-text {
	color: #030010;
}

.warm-grey-two-text {
	color: #7d7d7d;
}

.white-two-text {
	color: #ebebeb;
}

.light-grey-two-text {
	color: #eceadf;
}

.pumpkin-orange-two-text {
	color: #fd8103;
}

.pumpkin-themebased-two-text {
	color: var(--primary-color);
}

.dark-turquoise {
	color: #035d65;
}

.bottom-align {
	padding-top: 10px;
}

.mobile-menubar-green svg.mobile-menu path {
	fill: #a0c800;
}

.ellipsed .ellipsis-content:after {
	content: "...";
}

.hero-banner-mobile {
	width: 100%;
}

.round-btn {
	height: 50px;
	border-radius: 100px;
	border: solid 3px var(--primary-color);
	background: transparent;
	min-width: 180px;
}

.round-btn-title {
	height: 50px;
	/* font-size: 16px; */
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.375;
	letter-spacing: -0.2px;
	text-align: center;
	color: var(--primary-color);
	display: inline-block;
	padding: 10px 15px;
}

.round-btn-title:hover, .round-btn-title:focus, .round-btn-title:active,
	.round-btn-title:visited {
	text-decoration: none;
	color: var(--primary-color);
}

.orange-btn {
	border: solid 3px #fd8104;
}

.orange-btn-title {
	color: #fd8104;
}

.orange-btn-title:active, .orange-btn-title:visited {
	text-decoration: none;
	color: #fd8104;
}

.orange-btn-title:hover, .orange-btn-title:focus {
	text-decoration: none;
	background-color: #fd8104;
	color: #ffffff;
}

.theme-based-btn {
	border: solid 3px var(--primary-color);
}

.theme-based-btn-title {
	color: var(--primary-color);
}

.theme-based-btn-title:active, .theme-based-btn-title:visited {
	text-decoration: none;
	color: var(--primary-color);
}

.theme-based-btn-title:hover, .theme-based-btn-title:focus {
	text-decoration: none;
	background-color: var(--primary-color);
	color: var(--olam-white);
}

.white-btn {
	border: solid 3px #ffffff;
}

.white-btn-title {
	color: #ffffff;
}

.white-btn-title:hover, .white-btn-title:focus, .white-btn-title:active,
	.white-btn-title:visited {
	color: #ffffff;
}

.spruce-btn {
	border: solid 3px #0b4b52;
}

.spruce-btn-title {
	color: #0b4b52;
}

.spruce-btn-title:active, .spruce-btn-title:visited {
	color: #0b4b52;
}

.spruce-btn-title:hover, .spruce-btn-title:focus {
	text-decoration: none;
	background-color: #0b4b52;
	color: #ffffff;
}

.black-btn {
	border: solid 3px #000000;
}

.black-btn-title {
	color: #000000;
}

.black-btn-title:active, .black-btn-title:visited {
	color: #000000;
}

.black-btn-title:hover, .black-btn-title:focus {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

.slick-slide .page-content-real {
	line-height: 22px;
}

.orange-text {
	color: #fd8104;
	letter-spacing: -1px;
}

button:focus {
	outline: 0 !important;
}

.slick-dots li button:before {
	font-size: 16px;
	width: 40px;
	height: 40px;
	color: #dedad4;
}

.slick-dots li.slick-active button:before {
	color: var(--primary-color, #000);
}

.def-VideoHeight, .product-video-wrapper, .youtubeHolder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubeHolder>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-video-wrapper {
	bottom: -6px;
}

.hero #youtubebanner, .iframe-yt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Commom End */

/* Typography start*/

/* p {
	font-size: 20px;
	font-weight: normal;
} */

.p-fs-16 p, .p-fs-16 {
	font-size: 16px;
}

.p-fs-20, .p-fs-20 * {
	font-size: 20px;
}

.p-fs-28, .p-fs-28 p {
	font-size: 28px;
}

.p-fs-42, .p-fs-42 p {
	font-size: 42px;
}

.p-fs-60, .p-fs-60 p {
	font-size: 60px;
}
/* Typography End */
.wrapper {
	width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

/* header */
.main-header.home-header {
	position: absolute;
	background: transparent;
}

.hero .banner-title p {
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	width: 45%;
	margin: 0 auto;
	/* added below margin-top for banner videp reimagine text adjustment */
	margin-top: -55px;
}

.hero .banner-context p {
	line-height: 1.14;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: 24px;
	width: 100%;
}

.main-header {
	/* position:absolute; */
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.navbar {
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 30px;
}

.header-promo {
	height: 30px;
}

.contact-panel {
	margin: 0px 0px 0px 0px;
}

.search-icon {
	height: 20px;
	margin-right: 32px;
	object-fit: contain;
}

.mail-icon {
	height: 17px;
	object-fit: contain;
}

.brand-logo {
	margin-top: 8px;
}

.logo {
	height: 53px;
	object-fit: contain;
}

.contact-search {
	float: right;
}

header .list-inline>li {
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
}

.contact-container {
	display: inline-block;
}

.full-width {
	width: 100%;
}
/* end header */

/* banner */
.hero {
	/* min-height: 790px; */
	/*max-height: 790px;*/
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	object-fit: contain;
	position: relative;
}

.banner-title p {
	font-size: 65px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -1.8px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin-top: 197px;
}

.banner-context p {
	font-size: 28px;
	height: 25px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -0.5px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	margin-top: 24px;
}

.more-info-btn {
	display: none;
}

.hero-banner .banner-title p, .hero-img .banner-title p {
	margin-top: 0;
	text-align: left;
}

.bannerVideo {
	/* below margin-top for after covid and agm change*/
	margin-top: -58px;
	width: 100%;
	object-fit: cover;
}

video.bannerVideo+img+div.container-fluid, #youtubebanner+img+div.container-fluid,
	#staticbanner+img+div.container-fluid {
	position: absolute;
	top: 196px;
	width: 100%;
}

#featureVideo {
	/* margin-top : 3%; */
	bottom: -5px;
	position: relative;
}

/* end banner */

/* Search overlay*/
.search-modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.search-field {
	height: 50px;
}

.search-grey-overlay {
	width: 20px;
	height: 20px;
	object-fit: contain;
	float: left;
	margin: 9px 18px 9px 19px;
	cursor: pointer;
	position: relative;
	top: 38px;
}

.search-modal-body {
	text-align: center;
}

.close-search-grey {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.close-btn-search-modal {
	float: right;
	background: transparent;
	margin: 9px 19px 9px 0px;
	border: none;
	cursor: pointer;
	position: relative;
	top: -38px;
}

.inner-addon {
	margin-top: -22px;
}

.search-overlay {
	padding-right: 0px !important;
}
/* add padding  */
.inner-addon input {
	padding-left: 57px;
	padding-right: 57px;
}

.modal-backdrop {
	opacity: 0.6;
	background-color: #000000;
}

.modal-open {
	overflow: hidden;
	padding-right: 0 !important;
}

.search-list {
	background: transparent;
	z-index: 1050;
	position: absolute;
	top: 60px;
	border: none !important;
	margin-top: 20px;
	width: 100%;
	list-style: none;
	height: 500px;
	overflow: auto;
}

.search-menu-item {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 6px 0px 9px 67px;
	display: block;
}

ul#ulCategory {
	padding: 0;
}

.search-scroll {
	overflow-y: auto;
	height: 90%;
}

.search-menu:hover, .search-menu:focus, .search-menu:active,
	.search-menu:visited {
	background-image: none;
	border: none;
	border-radius: 0px;
	background: #454545;
}

.search-menu:hover a, .search-menu:focus a, .search-menu:active a,
	.search-menu:visited a {
	color: #ffffff;
	text-decoration: none;
}

.search-menu {
	width: 100%;
	margin-bottom: 10px;
}

.search-menu .search-title {
	display: block;
	float: left;
	width: 65%;
}

#search-form #suggest {
	border-radius: 100px;
}

.selected {
	background: #454545;
}

.search-category {
	float: right;
	/* padding-right: 12%; */
	padding-right: 5%;
	width: 32%;
	text-align: right;
}

.no-search-content {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 6px 0px 9px 67px;
	display: block;
}

.no-search {
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
}

/* end search overlay */

/* Quality section */
/* Products card */
.card-title {
	font-weight: bold;
	margin: 30px 0px 0px 40px;
	display: inline-block;
}

.product-content-wrapper {
	margin: 20px;
}

.product-content-wrapper .page-content {
	line-height: 22px;
}

.product-content {
	margin: 14px 0px 10px;
}

.coffee-placeholder-image {
	width: 100%;
	object-fit: contain;
	position: relative;
	top: 0;
	left: 0;
}

.product-analysis {
	list-style: none;
	padding-left: 0px;
}

.product-analysis-item {
	width: auto;
	display: inline-block;
	margin-right: 29px;
}

.product-analysis .product-analysis-item:last-child {
	margin-right: 0;
}

.analysis-wrapper {
	margin: 0px 0 10px 0px;
}

.product-description {
	display: block;
	width: 100%;
}

.product-description-1 {
	color: var(--primary-color);
}
.product-value {
	margin: 14px 22px 10px 0px;
}
/* end of products card */
/* End of quality section */

/* Global reach section */
.red {
	height: 610px;
	width: 52%;
	position: absolute;
	top: 253px;
	right: 2.2%;
}

.coffeeBean-overlay {
	position: absolute;
	top: 277px;
	right: 44%;
	width: 78px;
	height: 56px;
	z-index: 1;
}

.black {
	-webkit-animation-name: example;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite;
	/* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/* Standard syntax */
@keyframes example {
	0% {
		background-color: red;
		left: 0px;
		top: 1000px;
	}
	25% {
		background-color: yellow;
		left: 200px;
		top: 1000px;
	}
	50% {
		background-color: blue;
		left: 200px;
		top: 1200px;
	}
	75% {
		background-color: green;
		left: 0px;
		top: 1200px;
	}
	100% {
		background-color: red;
		left: 0px;
		top: 0px;
	}
}
.shadow-10-40 {
	box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.card-bar {
	padding: 25px;
	background: var(--olam-white);
	height: auto;
}
@media (min-width: 768px) {
	.card-bar {
		height: 420px;
		overflow: hidden;
	}
	.card-bar .card-content {
		max-height: 256px;
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.card-bar .card-content {
		max-height: 253px;
	}
}
@media (min-width: 1600px) {
	.card-bar .card-content {
		max-height: 240px;
	}
}



/* .card-bar h4 {
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.card {
	padding: 30px 40px 40px 40px;
	background: white;
}
/* .card-content {
	display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.spruce-bar {
	border-top: 10px solid #0b4b52;
}

.light-green-bar {
	border-top: 10px solid #a0c800;
}

.theme-based-top-bar {
	border-top: 10px solid var(--secondary-color, #000);
}
.theme-based-bottom-bar {
	border-bottom: 10px solid var(--secondary-color, #000);
}

.orange-bar {
	border-top: 10px solid #fd8104;
}

.turquoise-blue-bar {
	border-top: 10px solid var(--olam-light-green);
}

.global-reach-title {
	color: #0b4b52;
	margin: 0px;
}
/* end of global reach section */
/* growing responsibly */
/*slick carousel */
.food-placeholder-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.caurosel-link {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #fd8104;
}

.caurosel-link:hover, .caurosel-link:focus, .caurosel-link:active,
	.caurosel-link:visited {
	text-decoration: none;
	color: #fd8104;
}

.olam-carousel .olam-carousel__container {
	padding: 20px 25px;
}
.olam-carousel .olam-carousel__title{
	margin-bottom: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.olam-carousel .olam-carousel__description {
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-dots li {
	margin: 0 9px;
}

#growingCarousel .slick-dots {
	bottom: -50px;
}

.slick-dots li button:before {
	font-size: 25px;
	width: 40px;
	height: 40px;
	color: #dedad4;
	opacity: 1;
}

#growingCarousel .slick-dots li button:before {
	font-size: 16px;
	width: 40px;
	height: 40px;
	color: #dedad4;
	opacity: 1;
}

#growingCarousel .slick-dots li.slick-active button:before {
	color: var(--primary-color, #000);
}

#productCarousel .slick-dots {
	top: -25px;
	right: 40px;
	width: auto;
	bottom: initial;
}

.productListNumber {
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #7d7d7d;
}

.productListNumber:hover, .productListNumber:focus, .productListNumber:visited
	{
	text-decoration: none;
	color: #7d7d7d;
}

.productListNumber:active {
	text-decoration: none;
	color: #ffffff;
}

#productCarousel .slick-dots li {
	width: 30px;
	height: 30px;
	background-color: #dedad4;
	border-radius: 15px;
	display: inline-block;
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 5px;
}

#productCarousel .slick-dots li.slick-active {
	background-color: var(--secondary-color, #000);
}

#productCarousel .slick-dots li.slick-active a {
	color: #ffffff;
}
/* end slick caurosel */
/* end growing responsibly */
/* leader quote */
.quote-placeholder-image {
	object-fit: contain;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}

.leader-content {
	padding: 16px 0 0 0;
	margin: 0px;
}

.leader-content p {
	font-size: unset;
	margin-bottom: 0;
}

.leader-name {
	font-weight: bold;
	margin: 0px;
}

/* end leader quote */

/* Modal Subscribe */
.subscribe-modal {
	overflow: auto;
	overflow-y: hidden;
}

.subscribe-modal-dialog {
	padding-top: 0px;
}

.subscribe-modal-header {
	padding: 30px;
	border-bottom: none;
}

.subscribe-modal-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
	color: #a0c800;
	padding: 0px;
}

.close-btn-modal {
	float: right;
	cursor: pointer;
	background: transparent;
	border: none;
}

.subscribe-modal-body {
	height: auto;
	padding: 0px 30px 40px;
}

.form-fields {
	width: 77.5%;
	margin-bottom: 20px;
}

.form-label {
	float: left;
	width: 106px;
	margin-right: 14px;
}

.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin-bottom: 16px;
}

.centered {
	width: 300px;
	margin: auto;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 16px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #dedad4;
}

.styled-checkbox:hover+label:before {
	/* background: var(--olam-light-green); */
	
}
/* .styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  } */
.styled-checkbox:checked+label:before {
	background: var(--olam-light-green);
}

.styled-checkbox:disabled+label {
	color: #dedad4;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 11px;
	background: #dedad4;
	width: 2px;
	height: 2px;
	-webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px
		-4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0
		white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-btn-wrapper {
	/* margin: 50px 0px 0px 118px; */
	text-align: center;
}

.form-btn {
	width: 180px;
}

.styled select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

i.glyphicon {
	float: right;
	margin-top: -49px;
	margin-right: 15px;
	pointer-events: none;
}

.error+label {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #DD1D21;
	margin-left: 120px;
}

.control-label {
	line-height: 35px;
	font-weight: normal;
}

.g-lh-20 {
	line-height: 20px;
}

#subscribe .form-control.error, #subscribe .form-control.error:focus {
	border-color: #DD1D21;
}

.form-control.error:focus {
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.form-wrapper .form-control {
	height: 40px;
}

.form-wrapper .form-group {
	position: relative;
}

.form-wrapper label.error {
	position: absolute;
	bottom: 4px;
	left: 13px;
}
/* End Modal Subscribe */

/* notification */
.notify-wrapper {
	background-color: #eceadf;
	display: none;
	padding: 20px 0;
}
.notify-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.notify-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.notify-content-text {
	margin-right: 50px;
	padding-top: 12px;
}
.notify-wrapper .close-btn {
	margin: 0;
	padding: 0;
}

.close-grey {
	width: 20px;
}

.notify-btn, .notify-btn:hover, .notify-btn:focus {
	height: 50px;
	border-radius: 100px;
	background-color: var(--secondary-color);
	margin-top: 19px;
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}

.notify-btn-title, .notify-btn-title:hover, .notify-btn-title:focus {
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: -0.2px;
	text-align: center;
	color: #ffffff;
}

.notify-btn-title:hover, .notify-btn-title:focus, .notify-btn-title:active,
	.notify-btn-title:visited {
	text-decoration: none;
	color: #ffffff;
}

.close-grey {
	object-fit: contain;
}

.close-btn {
	cursor: pointer;
	margin-top: 10px;
	padding-right: 3em;
}

.notify-big {
	font-weight: bold;
}

#subscribe .form-control {
	border: 1px solid #ccc;
}

#subscribe i.glyphicon {
	color: #7d7d7d;
	font-weight: bold;
	font-size: 18px;
}

#formSubscribeModal .notify-btn {
	/*margin: 19px auto 0;*/
	/*below for agree css fix */
	margin: -46px auto 0 -39px;

	/*display: -webkit-box;*/
}

/* notification */
/* Footer */
/* common start */
.footer-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-title {
	font-weight: bold;
	color: var(--olam-light-green);
	margin: 0px 0px 10px;
}

.footer-link, .footer-link:hover, .footer-link:focus, .footer-link:active,
	.footer-link:visited {
	text-decoration: none;
	color: var(--olam-white);
}
/* common end */
.main-footer, .footer {
	background-color: #655f5d;
}

.footer-content-info {
	margin: 20px 0px 0px;
	display: flex;
	color: var(--olam-white);
}

.copyright {
	margin-top: 20px;
}

.copyright-list ul {
	margin: 0;
}

.copyright-list li {
	margin: 0 0 10px 0;
}


.list-item {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list-info {
	margin-bottom: 10px;
}

.list-social {
	margin-bottom: 20px;
}

.olam-info-content {
	flex: 1;
}

.olam-follow-content {
	flex: 1;
}

.blog-content {
	flex: 1;
}

.blog-content a, .blog-content a:hover, .blog-content a:focus{
	text-decoration: underline;
}

.social-text {
	padding-left: 14px;
	display: none;
}

@media (min-width: 901px) {
	.social-text {
		display: inline-block;
	}
}

.chevron-white {
	margin-top: 11px;
	cursor: pointer;
}

.copyright-content {
	color: var(--olam-white);
	text-align: center;
}
.link-footer {
	color: var(--olam-white);
	text-align: center;
}

.link-footer:hover, .link-footer:focus, .link-footer:active,
	.link-footer:visited {
	text-decoration: none;
	color: var(--olam-white);
}

.footer-navigator {
	border-right: 1px solid #ffffff;
}

.footer-navigator:last-child {
	border-right: none;
}

/* End Footer */
@media only screen and (max-width: 900px) {
	/* Footer */
	.olam-info-content {
		display: none;
	}
	.footer-title {
		display: none;
	}
	.blog-content {
		display: none;
	}
	.list-social {
		display: inline;
	}
	.to-top {
		text-align: center;
		margin: 5px 0px 0px 0px;
	}
	.list-item {
		text-align: center;
	}
	.list-social {
		padding-right: 15px;
		padding-bottom: 0px;
	}
	.list-item .list-social:last-child {
		padding-right: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
	/* Common start */
	.page-heading-content-wrapper {
		height: auto;
		margin: 40px 0px 40px;
	}
	.def-VideoHeight {
		height: auto;
	}
	.page-content-title {
		text-align: center;
	}
	.page-content {
		text-align: center;
	}
	.round-btn-title {
		height: auto;
		line-height: 25px;
		text-align: center;
	}
	.xs-btn-center, .sm-btn-center {
		margin: 0 auto;
		display: inline-block;
	}
	.arrow .xs-btn-center, .arrow .sm-btn-center {
		display: block;
	}
	.round-btn-title.sm-btn-center {
		min-width: 190px;
		display: inline-block !important;
	}
	.sm-btn-center {
		display: inline-block !important;
	}
	.filter-alignment {
		display: inline-block !important;
		margin: 15px 0;
	}
	.g-mt-xs-10 {
		margin-top: 10px;
	}
	.g-mb-xs-30 {
		margin-bottom: 30px;
	}
	.g-mb-xs-40 {
		margin-bottom: 30px;
	}
	.g-plr-xs-25 {
		padding: 0px 25px;
	}
	/* Common end */
	.brand-logo {
		margin-top: 0px;
	}
	.logo {
		width: 120px;
		height: 36.4px;
		object-fit: contain;
		float: left;
	}

	/* Banner */
	.hero {
		min-height: 549px;
		background-blend-mode: overlay;
		background-repeat: no-repeat;
		object-fit: contain;
		background-size: cover;
		background-position-x: -158px;
	}
	.banner-title p {
		font-size: 36px;
		line-height: 1.06;
		letter-spacing: -0.9px;
		margin-top: 89px;
	}
	.banner-context p {
		height: auto;
		font-size: 16px;
		line-height: 1.25;
		letter-spacing: -0.3px;
		margin: 0px;
	}
	.more-info-btn {
		display: block;
		height: 50px;
		border-radius: 100px;
		border: solid 3px #ffffff;
		background-color: transparent;
		margin-top: 12px;
	}
	.more-btn {
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 25px;
		letter-spacing: -0.2px;
		text-align: center;
		color: #ffffff;
		padding: 10px 20px;
		width: 60%;
	}
	.more-info-btn :hover, .more-info-btn:focus, .more-info-btn:active,
		.more-info-btn:visited {
		text-decoration: none;
		color: #ffffff;
	}

	/* End Banner */

	/* Quality section */
	
	.quality-content {
		margin: 10px 25px 30px;
	}
	.card-title {
		text-align: left;
		margin: 22px 0px 0px 20px;
	}
	.card-product {
		margin: 0px;
		text-align: left;
	}
	.product-value {
		margin: 5px 26px 20px 0px;
	}
	.spruce-btn-title {
		line-height: inherit;
	}
	.product-btn-wrapper {
		margin: 0px 0px 30px 20px;
	}
	#productCarousel .slick-dots {
		right: 21px;
	}
	.product-analysis-item {
		margin-right: 5px;
	}
	.spruce-btn-title {
		color: #0b4b52;
	}
	/* End Quality section */

	/* global reach */
	.global-wrapper {
		margin: 30px 0px 40px;
	}
	.card {
		padding: 20px 20px 30px 20px;
	}
	.global-reach {
		margin: 20px 43px 0px 20px;
	}
	.global-content {
		margin: 20px 0px 30px 0px;
		text-align: left;
	}
	/* end global reach */
	/* growing responsibly */

	/* end growing responsibly */
	/* leader quote */
	.leader-wrapper {
		margin: 0px;
	}
	.leader-text-wrapper {
		margin-left: 0px;
	}
	.leader-content {
		text-align: center;
		padding: 0px 9px 10px 9px;
	}
	.name-wrapper {
		text-align: center;
	}
	/* end leader quote */
	/* Notification */
	.notify-wrapper {
		height: auto;
		text-align: center;
	}
	.notify-container {
		align-items: baseline;
	}
	.notify-content {
		display: block;
	}
	.notify-btn-title {
		height: 21px;
		line-height: normal;
		margin: 15px 45px 14px 45px;
	}
	/* end notification */

	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */
	;
}

@media only screen and (min-width: 1200px) {
	.gridtile .tile-img {
		min-height: 320px;
		height: auto;
	}

	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */
	;
}

@media only screen and (max-width: 767px) {
	.hero-banner-mobile {
		/* below margin-top for after covid and agm change*/
		margin-top: -121px;
		width: 100%;
		height: 100%;
	}
	.four-tile-small {
		width: 100%;
		height: 100%;
	}
	.hero .banner-title p {
		width: 100%;
	}
	.notify-btn {
		height: auto;
		border-radius: 100px;
		background-color: var(--secondary-color);
		margin: 0px 0px 30px 0px;
		width: 84%;
	}
	.tile-slider.slick-slider {
		margin-bottom: 75px;
	}
	.tile-slider .slick-dots {
		bottom: -45px;
	}
	/* .gridtile .reset-padding:nth-child(2)>div {
		background-color: #ab2e86;
	}
	.gridtile .reset-padding:nth-child(4)>div {
		background-color: #f5f1ec;
	}
	.gridtile .reset-padding:last-child>div {
		background-color: #0b4b52;
		margin-bottom: 40px;
	}
	.gridtile .reset-padding:nth-child(3)>div>img, .gridtile .reset-padding:nth-child(4)>div>img
		{
		display: none !important;
	} */
	.leader-wrapper {
		margin: 0px;
	}
	.quote-placeholder-image {
		float: unset;
		margin: 0px auto 20px;
	}
	.g-mt-xs-40 {
		margin-top: 40px;
	}
	.g-mb-xs-40 {
		margin-bottom: 40px;
	}
	.g-mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.tile-header {
		margin: 0px 0px 15px !important;
	}
	.gridtile .tile-img {
		min-height: unset !important;
	}
	.growingresp h5.global-title {
		text-align: center;
	}
	.growingresp p {
		margin: 10px auto 20px;
		text-align: center;
		width: 80%;
	}
	.notify-btn {
		max-width: 190px;
	}
	.form-fields {
		width: 100%;
	}
	.error+label {
		margin-left: 0;
	}
	.form-btn-wrapper {
		margin: 0;
		text-align: center;
	}
	.form-btn-wrapper .notify-btn {
		margin: 25px 0;
	}
	.hero-xs-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 549px;
		width: auto;
	}
	section.hero {
		overflow: hidden;
	}
	.close-btn {
		margin-right: 15px;
		margin-top: 20px;
		padding-right: 0;
		/* position: absolute;
		right: 0;
		top: 0; */
	}
	.notify-btn {
		max-width: 190px;
	}
	.notify-wrapper {
		position: relative;
	}
	.form-label {
		float: unset;
	}
	.form-label+.checkbox-wrapper ul.centered {
		margin-left: 0;
	}
	.hero-banner .banner-title p {
		margin: 26px 0px 48px 0px;
	}
	.p-fs-xs-42, .p-fs-xs-42 * {
		font-size: 42px;
	}
	.p-fs-xs-60, .p-fs-xs-60 * {
		font-size: 60px;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape)
	and (-webkit-max-device-pixel-ratio: 2) {
	.notify-btn {
		max-width: 190px;
	}
}

/* End Footer */

/* Start 3 Tiles */

/* Tiles - Start */
h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

@media only screen and (min-width : 992px) {
	h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 42px;
	}
	.g-py-50 {
		padding: 50px 0;
	}
}

.g-pa-xs-30 {
	margin: 10px 0px 20px;
}

.tile-wrapper {
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #e6e6e6;
}

.tile-text-container {
	padding: 20px;
    margin: 0;
}

.four-tile-carousel__img-banner {
	height: auto;
	width: 100%;
}
.four-tile-carousel .tile-text-container__title, .four-tile-carousel .tile-text-container__description {
	display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.four-tile-carousel .tile-text-container__description {
    -webkit-line-clamp: 4;
}

.large-paragraph {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #0b4b52;
}

.crazy-idea, .crazy-idea-link {
	/* font-size: 16px; */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
}

/* .crazy-idea {
	color: #7d7d7d;
} */

.crazy-idea a, .crazy-idea-link a {
	color: var(--primary-color);
	word-break: break-word;
}

.richtext-theme a {
	color: var(--olam-black);
	text-decoration: none;
	word-break: break-word;
	font-weight: bold;
}
.richtext-theme a:hover {
	color: var(--olam-black);
	text-decoration: underline;
	word-break: break-word;
	font-weight: bold;
}
.richtext-theme h1, .richtext-theme h2, .richtext-theme h3, .richtext-theme h4, .richtext-theme h5, .richtext-theme h6 {
	margin-bottom: 15px;
}

.blogs-text {
	letter-spacing: -0.2px;
	margin-bottom: 41px;
}

.read-more {
	/* font-size: 16px; */
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: var(--primary-color);
}

.read-more:hover {
	color: var(--primary-color);
	text-decoration: none;
}


.btn-container {
	height: 28px;
	border-radius: 100px;
	background-color: #ebebeb;
	display: inline-block;
}

.btn-press-release-text {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: -0.2px;
	text-align: center;
	margin: 6px 10px;
}

.tile-header {
	text-align: center;
	margin: 40px 0px 15px;
}

.global-content-real {
	text-align: center;
}

.change-title {
	text-align: center;
	margin: 50px 0px 28px;
}

.row-break {
	margin-bottom: 30px;
}

.tile-top-padding30 {
	padding-top: 30px;
}

@media only screen and (min-width : 767px) {
	.col-50 {
		width: 48.6%;
	}
	.tile-50-left-margin {
		margin-left: 15px;
	}
	.tile-bottom-margin {
		margin-bottom: 30px;
	}
	.tile-wrapper {
		-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
		padding-bottom: 26px;
		border: 0px;
	}
	.page-content-real {
		text-align: left;
	}
	.change-title {
		text-align: left;
	}
	.tile-header {
		text-align: center;
	}
}

/* Tiles - End */
@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.card-wrapper {
		min-height: auto;
	}
}

/* Tiles to Right side - Start */
.paragraph-color {
	color: #7d7d7d;
}

.paragraph-text {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.white-btn {
	border: solid 3px #ffffff;
}

.white-btn-title {
	color: #ffffff;
}

.white-btn-title:hover, .white-btn-title:focus, .white-btn-title:active,
	.white-btn-title:visited {
	color: #ffffff;
}

h2 {
	font-size: 32px;
}

@media only screen and (min-width : 992px) {
	.paragraph-text {
		font-size: 20px;
	}
	h2 {
		font-size: 60px;
	}
	.top-padding102 {
		padding-top: 102px;
	}
}
/* Tiles to Right side - End */

/* Tiles with Background Image - Start */
@media only screen and (max-width : 767px) {
	.tile-img {
		background-image: none !important;
	}
	.xs-btn-center {
		display: block;
	}
	.crazy-idea-link {
		line-height: 1.38;
	}
}

.tile-annual-bg {
	background-color: #f5f1ec;
}

.tile-careers {
	background-color: #ab2e86;
}

.tile-content-container {
	text-align: center;
	padding: 20px 30px 30px 30px;
}

.tile-content-container.text-content {
	color: var(--olam-white);
}
.tile-content-container.text-content .secondary-button {
	border: 2px solid var(--olam-white);
    color: var(--olam-white);
}

.tile-content-container.text-content .secondary-button:hover, .secondary-button:focus {
	background-color: var(--olam-white);
	color: var(--olam-black);
}

.tile-padding-mobile {
	padding-top: 10px;
}

.tile-annual {
	background-color: #f6f3e6;
}

.tile-company {
	background-color: #0b4b52;
}

.annual-content {
	width: 100%;
}

.annual-image {
	display: none;
}

@media only screen and (max-width: 767px) {
	.tile-content-container.text-content {
		color: var(--olam-black);
	}
	.tile-content-container.text-content .secondary-button {
		border: 2px solid var(--olam-black);
		color: var(--olam-black);
	}
	.tile-content-container.text-content .secondary-button:hover, .secondary-button:focus {
		background-color: var(--olam-black);
		color: var(--olam-white);
	}
}

@media only screen and (min-width : 992px) {
	.tile-img {
		/* width: 560px; */
		width: 100%;
		height: 394px;
		object-fit: contain;
		/*-webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
          */
	}
	.tile-img:nth-of-type(1) {
		margin-top: 0px;
	}
	.tile-content-container {
		text-align: left;
		padding: 30px 180px 32px 30px;
	}
	.tile-padding-mobile {
		padding-top: 0px;
	}
	.tile-annual {
		background-color: #f5f1ec;
	}
	.annual-content {
		width: 62.6%;
	}
	.annual-image {
		display: block;
		width: 33.5%;
	}
	.annual-extend-container {
		padding: 30px 17px 0px 30px !important;
	}
	.float-right {
		float: right;
	}
	.float-left {
		float: left;
	}
	.report-img {
		width: 100%;
	}
	.tile-header {
		padding: 0 0px 29px 0px;
		margin-top: 0;
		text-align: left;
	}
}

/* Tiles with Background Image - End */

/* 4 Tiles - Start */
.gridtile .reset-padding:nth-child(4)>div {
	background-color: #f5f1ec;
}

.gridtile .tile-img {
	min-height: 320px;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}

.grid-tile__header {
	padding-bottom: 15px;
}

@media only screen and (min-width : 768px) {
	.reset-padding:nth-child(odd) {
		padding-left: 0;
		padding-right: 0;
	}
	.reset-padding:nth-child(even) {
		padding-right: 0;
		padding-left: 0;
	}
	.gridtile .tile-img>img {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tile-img {
		height: 330px;
	}
}
/* for ipad PRO */
@media only screen and (min-width : 1024px) and (orientation: portrait)
	and (-webkit-max-device-pixel-ratio: 2) {
	.g-pl-sm-30 {
		padding-left: 30px;
	}
	.notify-btn, .notify-btn:hover, .notify-btn:focus {
		margin-top: 32px;
	}
	.close-btn {
		margin-top: 44px;
	}
	.coffeeBean-overlay {
		right: 45.5%;
	}
	.hero-xs-img {
		display: none;
	}
	.hero {
		min-height: 567px;
	}
	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */
	;
}

@media only screen and (min-width : 768px) and (max-width: 991px) and
	(orientation: portrait) and (-webkit-max-device-pixel-ratio: 2) {
	.text-center-xs {
		text-align: center;
	}
	.reset-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.gridtile .tile-img {
		background-size: cover;
	}
	.red {
		width: 32%;
		top: 800px;
		right: 20%;
	}
	.g-mb-212 {
		margin-bottom: 0;
	}
	.g-pt-sm-25 {
		padding-top: 50px;
	}
	.g-py-sm-25 {
		padding: 25px 0;
	}
	.close-btn {
		padding-right: 20px;
	}
	.page-heading-content-wrapper {
		margin-top: 0;
	}
	.g-pt-sm-60 {
		padding-top: 60px;
	}
	.g-pt-sm-45 {
		padding-top: 45px;
	}
	.g-pl-sm-30 {
		padding-left: 30px;
	}
	.tile-slider .notAnimated {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width: 1023px) and
	(orientation: portrait) and (-webkit-max-device-pixel-ratio: 2) {
	.tile-img {
		background-image: none !important;
		-webkit-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px
			transparent, 12px 0 15px -4px rgba(204, 204, 204, 0.8), -12px 0 15px
			-4px rgba(204, 204, 204, 0.8);
		-moz-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent,
			12px 0 15px -4px rgba(204, 204, 204, 0.8), -12px 0 15px -4px
			rgba(204, 204, 204, 0.8);
		box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent, 12px
			0 15px -4px rgba(204, 204, 204, 0.8), -12px 0 15px -4px
			rgba(204, 204, 204, 0.8);
	}
	/* .gridtile .reset-padding:nth-child(2)>div {
		background-color: #ab2e86;
	}
	.gridtile .reset-padding:nth-child(3)>div {
		background-color: #fff;
	}
	.gridtile .reset-padding:nth-child(4)>div {
		background-color: #f5f1ec;
	}
	.gridtile .reset-padding:last-child>div {
		background-color: #0b4b52;
		margin-bottom: 40px;
	}
	.gridtile .reset-padding:nth-child(3)>div>img, .gridtile .reset-padding:nth-child(4)>div>img
		{
		display: none !important;
	} */
	.gridtile .reset-padding img.visible-xs {
		display: block !important;
		width: 100%;
	}
	.gridtile .tile-img {
		min-height: auto !important;
	}
	.hero iframe {
		display: none;
	}
	.hero-xs-img {
		display: block;
		height: 549px;
		position: absolute;
	}
	.hero {
		overflow: hidden;
	}
	.hero-xs-img {
		height: 790px !important;
	}
	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */
	;
}

@media only screen and (min-width : 768px) and (max-width: 1024px) and
	(orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.bannerVideo {
		display: block;
	}
	.g-pt-102 {
		padding-top: 65.6px;
	}
	.coffeeBean-overlay {
		right: 45.5%;
	}
	.close-btn {
		padding-right: 25px;
	}
	.g-pl-30-md {
		padding-left: 30px;
	}
	.gridtile .tile-img {
		min-height: 285px;
		background-size: cover;
	}
	.tile-content-container {
		padding: 20px 68px 20px 20px;
	}
	.annual-extend-container {
		padding: 20px 17px 50px 30px !important;
	}
	.annual-content {
		width: 65.6%;
	}
	.gridtile .reset-padding:nth-child(2) .tile-content-container p,
		.gridtile .reset-padding:last-child .tile-content-container p {
		width: 77%;
	}
	.hero iframe {
		display: none;
	}
	.hero-xs-img {
		display: block;
		position: absolute;
	}
	.hero {
		overflow: hidden;
	}
	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: left;
	}
	/* Company information - button - End */
	;
}
/* 4 Tiles - End */

/* Parallax - Start */
@media ( min-width : 768px) {
	.animate-160 .featured-prod.notAnimated {
		margin-top: -60px;
	}
	.animate-160 .featured-prod {
		/* margin-top: -192px; */
		margin-top: -160px;
	}
	.notAnimated {
		margin-top: 80px;
		opacity: 0;
	}
	.animated, .animated-feature-prd {
		margin-top: 0px;
		opacity: 1;
		filter: alpha(opacity = 100);
		-webkit-transition: all .7s ease-out;
		-moz-transition: all .7s ease-out;
		-ms-transition: all .7s ease-out;
		-o-transition: all .7s ease-out;
		transition: all .7s ease-out;
	}
	.def-VideoHeight {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.animated-feature-prd {
		margin-top: 180px;
	}
}

.emptyCell {
	display: block;
}
/* Parallax - End */

/*bootstrap Override */
.navbar {
	border: 0;
}

.back-to-top-container {
	text-align: center;
}

.arrow-container {
	display: inline-block;
	cursor: pointer;
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.hero .banner-title p {
		width: 60%;
	}
	.hero .banner-title p {
		width: 60%;
	}
	video.bannerVideo+img+div.container-fluid {
		top: 140px;
	}
	.bannerVideo {
		display: block;
	}
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}
/* video modal start */
.video-modal-dialog {
	position: fixed;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.video-modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-modal-body {
	position: absolute;
	top: 50px;
	bottom: 20px;
	width: 100%;
}

.video-pop-title {
	display: inline-block;
	padding: 0px 20px 10px 10px;
}

.video-popup-Holder {
	position: relative;
	padding-bottom: 44.25%;
	height: 0;
	overflow: hidden;
}

.video-close-btn-modal {
	float: right;
	cursor: pointer;
	background: transparent;
	padding: 15px 30px 19px 0px;
	border: none;
}

@media only screen and (max-width : 767px) {
	.video-popup-Holder {
		padding-bottom: 190%;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.video-popup-Holder {
		padding-bottom: 70%;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.video-popup-Holder {
		padding-bottom: 70%;
	}
}
/* video modal end */

/*Video not playing in mobile fix*/
.imagetext {
	display: block !important;
}

/*Video not playing in mobile fix*/

/* COVID-19 css */
.covid-agm-banner {
	position: absolute;
	/*right: 0;*/
	bottom: 0;
	display: block;
	Height: 110%;
	max-width: 185px;
	top: 153px;
	z-index: 39;
}

.covid-agm-banner .covid-agm-banner-link {
	height: 20.3333%;
	padding: 1.11111rem;
	position: relative;
	border-bottom: none;
	transition: .35s ease-in-out;
}

.covid-agm-banner a {
	color: #fefefe;
	cursor: pointer;
	text-decoration: none;
}

.covid-agm-banner .covid-agm-banner-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.covid-agm-banner .covid-agm-banner-link:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0,
		rgba(0, 0, 0, .35) 100%);
}
/* .covid-agm-banner .covid-agm-banner-link:before {
    background: #e1e7e6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}*/
.covid-agm-banner .covid-agm-banner-link:after {
	border-color: #fefefe;
	color: #fefefe;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	bottom: 1.11111rem;
}

.covid-agm-banner .covid-agm-banner-link:after {
	border: 1px solid #fefefe;
	border-radius: 50%;
	/*color: #ff4a3c;*/
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	bottom: 20%;
	right: .83333rem;
	line-height: 1.5;
	padding: .27778rem;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width: 2.66667rem;
	text-align: center;
	transition: .35s ease-in-out;
}
/*.covid-agm-banner .covid-agm-banner-link:after {
    right: auto;
    left: 1.11111rem;
}*/
.covid-agm-banner .covid-agm-banner-link:hover:after {
	border-color: #0d0d0d;
	color: #0d0d0d;
	margin-left: .55556rem;
}

.covid-agm-banner .covid-agm-banner-link:hover {
	/*background: rgba(254,254,254,.65);
    background: rgb(211,211,211);*/
	background: white;
	transition: .35s ease-in-out;
}

.covid-agm-banner .covid-agm-banner-link .covid-agm-banner-link-copy {
	/*  font-size: 1rem;*/
	
}

.covid-agm-banner .covid-agm-banner-link .covid-agm-banner-link-copy {
	font-weight: 700;
	position: relative;
	z-index: 59;
	/*font-size: .77778rem;*/
}

.covid-agm-banner .covid-agm-banner-link p {
	color: #fefefe;
	padding: 0;
}

.covid-agm-banner .covid-agm-banner-link p {
	/*color: #0d0d0d;*/
	line-height: 1.1;
	margin: 0;
	/*padding: 0 1.66667rem 0 0;*/
}

.covid-agm-banner .covid-agm-banner-link:hover:after {
	border-color: #0d0d0d;
	color: #0d0d0d;
	margin-left: .55556rem;
}

.covid-agm-banner .covid-agm-banner-link:after {
	right: auto;
	left: 1.11111rem;
}

.covid-agm-banner .covid-agm-banner-link:hover p {
	color: #0d0d0d;
}
/* COVID-19 css */
/* COVID-19 css  for mobile start*/
@media only screen and (max-width: 767px) {
	.covid-agm-banner {
		position: relative;
		top: 342px;
		max-width: 100%;
		padding: 2px;
	}
	.covid-agm-banner .covid-agm-banner-link .covid-agm-banner-link-copy {
		font-weight: 300;
		top: 12px;
	}
	.covid-agm-banner .covid-agm-banner-link:before {
		background: transparent;
		height: 120%;
	}
	.covid-agm-banner-link {
		border-style: ridge !important;
		top: 5px !important;
	}
	.covid-agm-banner .covid-agm-banner-link:after {
		border: 0px;
		right: auto;
		left: 33.11111rem;
		bottom: 25px;
		font-size: 20px;
	}
	.covidmobile {
		top: 0 !important;
	}
	.covid-agm-banner .covid-agm-banner-link:hover {
		background: transparent;
		transition: .35s ease-in-out;
	}
	.covid-agm-banner .covid-agm-banner-link:hover p {
		color: #fefefe;
	}
	.covid-agm-banner .covid-agm-banner-link:hover:after {
		/*border-color: #0d0d0d;*/
		color: #fefefe;
		margin-left: .55556rem;
	}
	.covid-agm-banner .covid-agm-banner-link p {
		margin-bottom: 10px;
	}
}
/* COVID-19 css  for mobile END*/

/*Decibel JS errors - Split up OWR-1537 css for search mobile functionality START*/
.subscribebtnalign {
	bottom: 19px;
	left: 106px;
}

.button-subs-white {
	line-height: 0.7;
	border: solid 1px #ffffff;
	padding: 5px 15px;
	margin-right: 19px;
	font-size: 16px;
	font-weight: bold;
}

a.button-subs-white {
	text-decoration: none !important;
	/* background-color: #a0c800 !important;*/
}

.button-subs-grey {
	line-height: 0.7;
	border: solid 1px #7d7d7d;
	color: #7d7d7d;
	padding: 5px 15px;
	margin-right: 19px;
	font-size: 16px;
	font-weight: bold;
}

a.button-subs-grey {
	text-decoration: none !important;
}

.button-subs-grey:hover, .button-subs-grey:focus, .button-subs-grey:active,
	.button-subs-grey:visited {
	color: #7d7d7d !important;
}

.button-mobile-small2 {
	font-size: 12px;
	line-height: 0.7;
	border: solid 1px #7d7d7d;
	color: #7d7d7d;
	padding: 5px 15px;
	margin-right: 14px;
}

a.button-mobile-small2 {
	text-decoration: none !important;
	/* background-color: #a0c800 !important;*/
}

.button-mobile-small2:hover, .button-mobile-small2:focus,
	.button-mobile-small2:active, .button-mobile-small2:visited {
	color: #7d7d7d !important;
}

a.button-mobile-small2 {
	text-decoration: none !important;
}

.fake-input {
	position: relative;
	position: relative;
	width: 70%;
}

.fake-input input {
	border: none;
	width: 100% !important;
	padding: 10px 30px 10px 10px;
	background: #fff;
	display: block;
	box-sizing: border-box
}

.fake-input img {
	margin-left: 10px;
	height: 22px;
	margin-top: -31px;
	position: absolute;
	width: auto !important;
	right: 10px;
}

.divalign {
	top: 32px;
	left: 30px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

label {
	position: relative;
}

input {
	padding: 10px 30px;
}

.labelalignment {
	top: 40px;
	width: -webkit-fill-available;
	left: 26px;
}

/*input[type=text] {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 14px;
	box-sizing: border-box;
}*/

.container {
	overflow: visible !important;
}
/*Decibel JS errors - Split up OWR-1537 css for search mobile functionality END*/
/*Tabbed component multiple color task css OWR-1636 Start */
#productCarousel  .slick-dots li.slick-active.light-green-text {
	background-color: #a0c800 !important;
}

#productCarousel  .slick-dots li.slick-active.dark-turquoise {
	background-color: #035d65 !important;
}

#productCarousel  .slick-dots li.slick-active.orange-text {
	background-color: #fd8104 !important;
}

#productCarousel  .slick-dots li.slick-active.grey-text {
	background-color: #7d7d7d !important;
}

#productCarousel  .slick-dots li.slick-active.spruce-text {
	background-color: #0b4b52 !important;
}

#productCarousel  .slick-dots li.slick-active.teal-blue-text {
	background-color: #00869d !important;
}

#productCarousel  .slick-dots li.slick-active.light-blue-text {
	background-color: var(--olam-light-green) !important;
}

/*light blue original text color included on the top line no 301 nearby*/

/*Tabbed component multiple color task css OWR-1636 End */
/*Notification/Subscribe page form css START */
.agree-subscribe {
	margin: 0 auto 0 120px;
}
.agree-subscribe a {
	text-decoration: underline;
}
@media only screen and (max-width : 767px) {
	.close-btn-modal {
		padding-top: 0;
	}
	.subscribe.parbase {
		margin-top: 20px;
	}
	.captchacls {
		margin: 35px auto !important;
	}
	#formSubscribeModal .notify-btn {
		margin-right: 95px;
		/* margin-top: -10px;*/
	}
	label#checkbox-error {
		top: 70px;
		left: 0;
		font-size: 14px;
	}
	.agree-subscribe {
		margin: 0;
	}
}

.error+label {
	font-size: 14px !important;
}

.agree-chk-error-sub {
	display: none;
	color: #DD1D21;
	font-weight: bold;
	/*margin-top: 10px;*/
}

.subscribe-chkbox-error-sub {
	display: none;
	color: #DD1D21;
	font-weight: bold;
	margin-top: 10px;
}

@media only screen and (min-width : 768px) {
	.subscribe.parbase {
		margin-top: -20px;
	}
	.subscribe-chkbox-error-sub {
		margin-left: 121px;
	}
	label#checkbox-error {
		top: 46px;
		left: -119px;
	}
}

.captchacls {
	margin: 30px 120px;
}

.modaldown {
	top: 420px;
}

/*Notification/Subscribe page form css END */
/* Header Menu Start */
.navbar {
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 30px;
}

.navigator {
	margin: 0px 0px 0px 0px;
	float: right;
}

.bgm.normalmenu-bg.megamenu.product_page_menu {
	width: 100%;
	left: 0;
}

.home-menu.list-navigation>li>a {
	padding: 11px 0px 0px 39px;
}

.home-header .home-menu.list-navigation li a, .home-header .home-menu.list-navigation li a:hover
	{
	color: #fff;
}

.list-navigation>li>a {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #7d7d7d;
	padding: 17px 0px 21px 25px;
}

.list-navigation li a:hover {
	color: #a0c800;
	background: none;
}

.list-navigation li a:focus {
	color: #a0c800;
	background: none;
}

.menu-active {
	color: #a0c800 !important;
	background: none;
}

.inside-menu {
	padding-left: 0px;
}

/* Mega Menu Start */

/* first stage */
/* 
nav > ul {
  position: relative;
  display: flex;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  color: #fff;
  list-style: none;
  transition: 0.5s;
} */
.navbar-nav>.top-level:nth-child(7) .megamenu {
	right: 0;
	width: auto;
	left: auto;
}

.navbar-nav>li {
	float: left;
	position: static;
}

nav>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
	color: #7d7d7d;
}

/* second stage (the mega-menu) */
nav ul.megamenu {
	max-height: 350px;
	text-align: left;
}

.bgm {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.megamenu-bg {
	width: 100vw;
	margin-left: calc(-57.6vw + 50%);
	background: #ffffff;
	/* padding: 33px 52px; */
	padding: 15px 52px 33px;
	position: absolute;
	top: 73px;
	left: 0;
	min-height: 465px;
	/* padding-left: 35%; */
}

.normalmenu-bg {
	background: #ffffff;
	/* padding: 30px 52px; */
	padding: 15px 52px 33px;
	position: absolute;
	top: 72px;
	-webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

nav ul li:hover .bgm {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* third stage (child-menus in the mega-menu) */
nav ul.megamenu>li {
	list-style: none;
	padding: 0;
}

nav ul.megamenu li {
	display: block;
	margin-bottom: 0;
}

/* nav ul.megamenu li a {
  margin-top: 10px;
  transition: 0.5s;
} */
nav ul.megamenu li a:hover {
	text-decoration: none;
}

div.flexcolumn {
	padding-top: 0;
	padding-left: 0;
}

div.flexcolumn>li {
	list-style: none;
	padding: 0;
}

ul.flexcolumn>li.level3:first-child {
	/* padding-top:30px; */
	padding-top: 5px;
}

ul.flexcolumn>li.level4:first-child {
	padding-top: 30px;
}

ul.flexcolumn>li.level2:first-child a {
	padding-top: 0px;
}

.level-2 {
	list-style: none;
	padding: 0;
}

.spruce {
	color: #0b4b52 !important;
	font-weight: bold !important;
	line-height: 1.86 !important;
	font-size: 14px;
	letter-spacing: normal;
}

.lightgreen {
	padding-top: 30px;
	display: block;
	color: #a0c800 !important;
	font-weight: bold !important;
	line-height: 1.86 !important;
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: normal;
}

.grey {
	color: #7d7d7d !important;
	font-weight: normal !important;
	line-height: 1.86 !important;
	font-size: 14px;
	letter-spacing: normal;
}

.mega-menu-align {
	display: table;
	margin: 0 auto;
	padding: 0;
}

.mega-menu-align  li {
	list-style-type: none;
	margin: 0;
}

.active-menu a {
	color: #a0c800;
}
/* .navbar-nav > li {
    float: left;
    position: unset;
}

.mega-menu-wrapper {
  position: absolute;
  display: block;
  top: 84px;
  left: 0;
  width:100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 30px 52px;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);

  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.navbar-nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
} */

/* Menu Content Styles */
/* .navbar-nav .nav-column {
  float: left;
}

.navbar-nav .nav-column li
{
  list-style: none;
  margin-bottom: 15px;
}
.navbar-nav .nav-column li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #7d7d7d;
}

.navbar-nav .nav-column li a:hover {
  text-decoration: none;
  color: #7d7d7d; 
}
.bluetext{
  color:#0b4b52 !important;
  font-weight:bold !important;
  line-height: 1.86 !important;
}

.greenlabel{
  color: #a0c800 !important;
  font-weight:bold !important;
  line-height: 1.86 !important;
}

.grey{
   color: #7d7d7d !important;
   font-weight:bold !important;
   line-height: 1.86 !important;
} */
/* Mega Menu End */
@media ( min-width : 992px) {
	.mobile-menubar button {
		padding: 0;
		border: 0;
	}
	.navbar-collapse {
		padding-right: 0;
	}
}

@media ( max-width : 991px) {
	/* Hamburger Menu */
	.mobile-menubar {
		margin-right: 20px;
	}
	.mobile-menu {
		height: 24px;
		object-fit: contain;
	}
	.toggle-menu {
		background-color: transparent;
		border: 1px solid transparent;
	}
	.navigator {
		margin-top: 0px;
		padding-left: 78px;
		background-color: white;
		width: 302px;
		position: fixed;
		top: 0;
		right: 0;
		box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
	}
	.navigator.collapse {
		height: 100% !important;
	}
	.home-menu.list-navigation li a {
		color: #6c5d56 !important;
		font-size: 24px;
	}
	.home-menu.list-navigation li a:hover {
		color: #a0c800 !important;
	}
	.home-menu.list-navigation li.active-menu a {
		color: #a0c800 !important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		/*border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin: 0 6px 0px 0;
		height: 420px;
		overflow: auto;
	}
	.navbar-nav>li {
		float: none;
		margin-bottom: 0;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding: 11px 0px 0px 0px !important;
	}
	.navbar-nav>li:first-child>a {
		padding-top: 0 !important;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.collapsing {
		overflow: hidden !important;
	}
	.mobile-close {
		text-align: right;
		margin: 20px 0;
	}
	.menu-social {
		margin-bottom: 49px;
		position: absolute;
		bottom: 0;
	}
	.menu-social .list-social {
		padding-right: 24px;
		display: inline;
	}
	nav ul li:hover .bgm {
		display: none;
	}

	/* end hamburger menu */
	;
}

@media ( max-width :767px) {
	.mobile-menu {
		color: #a0c800;
		font-size: 25px;
	}
	.list-navigation>li>a {
		font-size: 24px;
	}
	.navbar {
		margin: 20px 0px 19px;
	}
	.hamburger-menu {
		padding: 8px 0px 8.8px;
	}
}

@media ( max-width : 767px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.navbar-nav {
		height: 52.5%;
	}
}
/* Header Menu End */

/* Mini Menu Start */
.mini-menu {
	position: relative;
	top: -56px;
	padding: 29px 0px 38px;
}

.mini-menu-list {
	list-style: none;
	padding: 0px;
	margin: 0px !important;
}

.mini-menu-list-item {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
}

.mini-list {
	border-left: 8px solid #ffffff;
	padding: 8px 10px 6px 29px;
	margin-bottom: 7px;
	min-height: 40px;
}

.mini-active {
	border-left: 8px solid #fd8104;
}

.mini-active a {
	font-weight: bold;
}

.mini-menu-list-item:hover, .mini-menu-list-item:focus,
	.mini-menu-list-item:visited {
	text-decoration: none;
	color: #7d7d7d;
}

.mini-mobile-wrapper .glyphicon {
	margin-top: 15px;
}

.custom-right {
	color: #7d7d7d;
	font-size: 26px;
}

@media only screen and (max-width: 900px) and (min-width: 320px) {
	.main-list {
		height: 60px;
		width: 100%;
		border-left: 8px solid #fd8104 !important;
		margin-top: -20px;
	}
	.main-option {
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: left;
		color: #7d7d7d;
		padding: 16px 0px 14px 22px;
		display: inline-block;
		white-space: nowrap;
		width: 84%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sub-list {
		background-color: #f7f7f7;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	}
	.mobile-mini-menu {
		list-style: none;
		padding: 5px 0px 18px;
		margin: 0px;
	}
	.mobile-mini-menu li {
		padding: 12px 0px 0px 30px;
		margin-bottom: 0px;
	}
	.mobile-mini-menu li a {
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: left;
		color: #7d7d7d;
		text-decoration: none;
	}
	.mobile-mini-menu li a:hover, .mobile-mini-menu li a:focus,
		.mobile-mini-menu li a:active, .mobile-mini-menu li a:visited {
		color: #7d7d7d;
		text-decoration: none;
	}
	.custom-down {
		font-weight: bold;
		font-size: 18px;
		color: #7d7d7d;
		margin: 20px 17px 20px 0px !important;
	}
	li.mini-list.level-2 {
		padding-left: 10px;
	}
	li.mini-list.level-3 {
		padding-left: 20px;
	}
	.navbar-collapse.in {
		overflow-y: initial;
	}
}
/* Mini Menu End */
/* Side Nav css Start */
.sidenav .mini-menu {
	padding: 29px 0px 28px;
}

.sidenav .mini-list {
	border-left: 0;
	padding: 0;
	margin-bottom: 0px;
	min-height: auto;
}

.sidenav .mini-menu-list-item {
	border-left: 8px solid transparent;
	padding: 7px 37px 7px 29px;
	display: block;
}

.sidenav li.mini-active {
	border-left: 0;
}

.sidenav li.mini-active>a {
	border-left: 8px solid #fd8104;
	font-weight: bold;
}

.sidenav .mini-menu-list .mini-menu-list a {
	padding-left: 39px;
}

.sidenav .mini-menu-list .mini-menu-list .mini-menu-list a {
	padding-left: 49px;
}

#flexid_10>li.level3:first-child {
	padding-top: 0px;
}

.sidenav .mini-menu-list .mini-menu-list .mini-menu-list .mini-menu-list a
	{
	padding-left: 59px;
}
/* Side Nav css End */

/* Css for products & services */
.product_menu.level2 {
	pointer-events: none;
	cursor: auto !important;
	text-decoration: none;
}

.list-navigation li a.lightblue:hover {
	color: #a0c800 !important;
	text-decoration: none !important;
	cursor: auto !important;
}

.lightblue {
	padding-top: 0px;
	display: block;
	color: var(--olam-light-green) !important;
	/* color: #a0c800 !important;*/
	font-weight: bold !important;
	line-height: 1.86 !important;
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: normal;
}

.product_page_menu_ul {
	display: block !important;
	margin: 0 auto;
	padding: 0;
	padding-left: 21%;
}

.product_menu_section {
	height: 234px !important;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	border-left: 2px solid #e0e0e0;
	padding-left: 2%;
}

.product_menu_section:first-child {
	height: 234px;
	border-right: 0px solid #e0e0e0;
	/* padding-left: 0%;*/
}
/*.product_menu.level3{
    width: 50%;
    display: inline-block !important;
    font-size: x-large;
    line-height: normal;
    vertical-align: top;
    }*/
.product_page_menu {
	width: 100vw !important;
	margin-left: calc(-57.6vw + 50%) !important;
	background: #ffffff !important;
	padding: 15px 52px 33px !important;
	position: absolute !important;
	top: 73px !important;
	left: 0 !important;
	min-height: 465px !important;
}

html {
	overflow-x: hidden !important;
}

body {
	overflow-x: hidden !important;
}

/* Css for products & services */
/* Not Configured css Start */
/* olam-custom.css */
.bg-layer1 {
	width: 100%;
	background-image: url(../../../content/dam/olamgroup/icons/Texture-01.svg),
		url(../../../content/dam/olamgroup/icons/Texture-02.svg),
		url(../../../content/dam/olamgroup/icons/Texture-03.svg),
		url(../../../content/dam/olamgroup/icons/Texture-04.svg);
	background-position: left 486px, right 691px, left 1201px, right 3328px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 545px 711.8px, 531px 711.8px, 317px 792px, 932px 948px;
}

.bg-layer2 {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/homepage/homepage-hand-aw.png),
		url(../../../content/dam/olamgroup/template/homepage/homepage-footprint-texture.png),
		url(../../../content/dam/olamgroup/template/homepage/homepage-onion-aw.png);
	background-position: left 1323px, left 2323px, right 3098px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 253px 700px, 311px 386px, 606px 391px;
	position: relative;
}
/* olam-news-events.css */
.bg-layer-1-news {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/news-and-events/texture-05-180.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-06.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-07.svg);
	background-position: left 214px, right 2343px, left 3700px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 594.4px 947.9px, 531px 711.8px, 452px 711.8px;
	background-color: #f9f8f2;
}
/* olam-allnews.css */
.bg-layer-1-latest-news {
	background-image:
		url(../../../content/dam/olamgroup/template/news-and-events/texture-05-180.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-06.svg);
	background-position: left 983px, right -79px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 629.4px 747.9px, 389px 711.8px;
	background-color: #f9f8f2;
}
/* olam-pressrelease.css */
.bg-layer-1-press-release {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/news-and-events/texture-05-180.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-06.svg);
	background-position: left 21px, right 2216px;
	background-repeat: no-repeat, no-repeat;
	background-size: 583.4px 947.9px, 542px 711.8px;
	background-color: #f9f8f2;
}
/* olam-blog-content.css */
.bg-layer-1-blog-content {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/news-and-events/texture-05-180.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-06.svg);
	background-position: left 383px, right 3900px;
	background-repeat: no-repeat, no-repeat;
	background-size: 583.4px 947.9px, 542px 711.8px;
	background-color: #f9f8f2;
}
/* olam-contactus.css */
.bg-layer-1-find-office {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/contact-us/texture-08-180.svg),
		url(../../../content/dam/olamgroup/template/contact-us/texture-09-180.svg);
	background-position: left 809.6px, right 1768.6px;
	background-repeat: no-repeat, no-repeat;
	background-size: 325.4px 711.8px, 384.6px 711.8px;
	background-color: #f9f8f2;
}
/* Not Configured css End */

/* Configured css Start */
/* olam-regions.css */
.bg-layer-1-regions {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/texture-01.svg),
		url(../../../content/dam/olamgroup/template/locations/Texture-02.svg);
	background-position: left 23px, right 1195px;
	background-repeat: no-repeat, no-repeat;
	background-size: 450px 710px, 360px 710px;
	background-color: #f9f8f2;
}

.bg-layer-2-regions {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/coffee-plant.png);
	background-position: left 328px;
	background-repeat: no-repeat;
	background-size: 346px 463px;
}
/* olam-location.css */
.bg-layer-1-locations {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/texture-04-2.svg);
	background-position: left 286px;
	background-repeat: no-repeat;
	background-size: 397px 948px;
	background-color: #f9f8f2;
}
/* olam-countries.css */
.bg-layer-1-countries {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/Texture-04.svg),
		url(../../../content/dam/olamgroup/template/locations/texture-01.svg),
		url(../../../content/dam/olamgroup/template/locations/texture-04-180.svg),
		url(../../../content/dam/olamgroup/template/locations/texture-01-180.svg);
	background-position: left 240px, left 3535px, right 1223px, right 4371px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 400px 948px, 400px 710px, 626px 948px, 411px 710px;
	background-color: #f9f8f2;
}

.bg-layer-2-countries {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/nuts.png);
	background-position: left 305px;
	background-repeat: no-repeat;
	background-size: 336px 612px;
}
/* olam-whyolam.css */
.bg-layer-2-tomato-onion {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/3647b.png),
		url(../../../content/dam/olamgroup/template/locations/Homepageonions2b.png);
	background-position: -257px 2351px, right 4491px;
	background-repeat: no-repeat, no-repeat;
	background-size: 472px 326px, 466px 327px;
}
/* olam-board-of-directors.css */
.bg-layer-texture {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/news-and-events/texture-05-180.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-06.svg),
		url(../../../content/dam/olamgroup/template/news-and-events/texture-07.svg);
	background-position: left 226px, right 860px, left 3200px;
	background-size: 351px 947.9px, 299px 711.8px, 452px 711.8px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-color: #f9f8f2;
}
/* olam-careers.css */
.bg-layer-1-vacancies {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-04.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02.svg);
	background-position: left 347px, right 1091px;
	background-repeat: no-repeat, no-repeat;
	background-size: 349px 948px, 359px 710px;
	background-color: #f9f8f2;
}
/* olam-investor.css */
.bg-layer-1-investors {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-04.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-01-180.svg);
	background-position: left 252px, right 900px;
	background-repeat: no-repeat, no-repeat;
	background-size: 397px 948px, 349px 710px;
	background-color: #f9f8f2;
}
/* olam-product-page.css */
.bg-layer-1-pdt-page {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/locations/Texture-04.svg),
		url(../../../content/dam/olamgroup/icons/Texture-01.svg),
		url(../../../content/dam/olamgroup/template/locations/texture-04-180.svg),
		url(../../../content/dam/olamgroup/template/locations/texture-01-180.svg);
	background-position: left 585px, left 3084px, right 1540px, right 4639px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 400px 948px, 316px 710px, 626px 948px, 411px 710px;
	background-color: #f9f8f2;
}

.bg-layer-2-pdt-page {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/products/left_static_bg.png),
		url(../../../content/dam/olamgroup/template/products/right_static_bg.png);
	background-position: left 83px, right 833px;
	background-size: 284px 358px, 386px 287px;
	background-repeat: no-repeat, no-repeat;
}

/* New Background css Start */
.bg-layer-1-our-values {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-03.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-03-180.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02.svg);
	background-position: left 387px, right 1165px, left 2275px, right 3416px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 289px 710px, 369px 710px, 361px 710px, 363px 710px;
	background-color: #f9f8f2;
}

.bg-layer-1-biography {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-04.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 243px, right 1070px;
	background-repeat: no-repeat, no-repeat;
	background-size: 448px 710px, 583px 710px;
	background-color: #f9f8f2;
}

.bg-layer-1-products-home {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 60px, right 1162px;
	background-repeat: no-repeat, no-repeat;
	background-size: 429px 1153px, 465px 794px;
	background-color: #f9f8f2;
}

.bg-layer-1-products-page {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 60px, right 1162px;
	background-repeat: no-repeat, no-repeat;
	background-size: 514px 1153px, 380px 794px;
	background-color: #f9f8f2;
}

.bg-layer-2-products-page {
	width: 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: -47px 90px, 117% 1094px;
	background-size: 23vw auto, 30vw auto;
}

.bg-layer-1-products-page-specific {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left -169px, right 933px;
	background-repeat: no-repeat, no-repeat;
	background-size: 514px 1153px, 380px 794px;
	background-color: #f9f8f2;
}

.bg-layer-2-products-page-specific {
	width: 100%;
	background-repeat: no-repeat, no-repeat;
	/*
  background-position: left 160px, right 812px;
  background-size: 251px 515px, 383px 443px;
  */
	background-position: -47px 132px, 117% 1094px;
	background-size: 0vw auto, 0vw auto;
}

.bg-layer-1-products-sustainability {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 60px, right 1162px;
	background-repeat: no-repeat, no-repeat;
	background-size: 514px 1153px, 380px 794px;
	background-color: #f9f8f2;
}

.bg-layer-2-products-sustainability {
	width: 100%;
	background-position: left 160px;
	background-repeat: no-repeat;
	background-size: 251px 515px;
}

.bg-layer-1-products-sustainability-study {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 210px, right 1312px;
	background-repeat: no-repeat, no-repeat;
	background-size: 514px 1153px, 380px 794px;
	background-color: #f9f8f2;
}

.bg-layer-1-sustainability {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02.svg);
	background-position: left 114px, right 770px;
	background-repeat: no-repeat, no-repeat;
	background-size: 384px 706px, 316px 710px;
	background-color: #f9f8f2;
}

.bg-layer-1-sustainability-chains {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-04.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02-01.svg);
	background-position: left 341px, right 1057px;
	background-repeat: no-repeat, no-repeat;
	background-size: 349px 948px, 359px 710px;
	background-color: #f9f8f2;
}

.bg-layer-1-careers {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-04-180.svg);
	background-position: left 105px, right 761px, left 2411px, right 3982px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 362px 710px, 338px 710px, 467px 948px, 575px 948px;
	background-color: #f9f8f2;
}

.bg-layer-1-future-leaders {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-04-180.svg);
	background-position: right -158px;
	background-repeat: no-repeat;
	background-size: 702px 948px;
	background-color: #f9f8f2;
}

.bg-layer-1-investors-info {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-01.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-02.svg);
	background-position: left 92px, right 1489px;
	background-repeat: no-repeat, no-repeat;
	background-size: 450px 710px, 360px 710px;
	background-color: #f9f8f2;
}

.bg-layer-1-ir-library {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-06.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-05.svg);
	background-position: right -16px, left 1379px;
	background-repeat: no-repeat, no-repeat;
	background-size: 389px 711.8px, 629.4px 947.9px;
	background-color: #f9f8f2;
}

.bg-layer-1-ir-webcasts {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-06.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-05.svg);
	background-position: right -16px, left 1033px;
	background-repeat: no-repeat, no-repeat;
	background-size: 389px 711.8px, 629.4px 827px;
	background-color: #f9f8f2;
}

.bg-layer-1-ir-events {
	width: 100%;
	background-image:
		url(../../../content/dam/olamgroup/template/texture/texture-06.svg),
		url(../../../content/dam/olamgroup/template/texture/texture-05.svg);
	background-position: right -38px, left 933px;
	background-repeat: no-repeat, no-repeat;
	background-size: 389px 711.8px, 629.4px 817px;
	background-color: #f9f8f2;
}
/* New Background css End */
/* Configured css End */
@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.bg-layer-2-countries {
		background-image: none !important;
	}
	.bg-layer-2-regions {
		background-image: none !important;
	}
	.bg-layer-2-products-page {
		background-image: none !important;
	}
	.bg-layer-2-products-sustainability {
		background-image: none !important;
	}
}

@media only screen and (min-width : 768px) and (max-width: 991px) and
	(orientation: portrait) and (-webkit-max-device-pixel-ratio: 2) {
	.bg-layer1 {
		background-position: -204px 2132px, -73px 3172px, right 4016px;
		background-size: 324px 900px, 284px 446px, 423px 326px;
	}
	.bg-layer2 {
		background-image: none !important;
	}
	.bg-layer-2-products-sustainability {
		background-image: none !important;
	}
	.bg-layer-2-products-page-specific {
		background-size: 0vw auto, 0vw auto;
	}
}

@media only screen and (min-width : 768px) and (max-width: 1024px) and
	(orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.bg-layer1 {
		background-position: left 1320px, right 1545px, left 2055px, right
			4136px;
		background-size: 545px 711.8px, 531px 711.8px, 317px 792px, 790px 848px;
	}
	.bg-layer2 {
		background-position: -204px 2132px, -73px 3172px, right 4016px;
		background-size: 324px 900px, 284px 446px, 423px 326px;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.bg-layer-2-countries {
		background-image:
			url(../../../content/dam/olamgroup/template/locations/nuts.PNG);
	}
	.bg-layer1 {
		background-position: left 1320px, right 1545px, left 2055px, right
			4136px;
		background-size: 545px 711.8px, 531px 711.8px, 317px 792px, 790px 848px;
	}
	.bg-layer2 {
		background-position: -204px 2132px, -73px 3172px, right 4016px;
		background-size: 324px 900px, 284px 446px, 423px 326px;
	}
	.bg-layer-2-regions {
		background-image:
			url(../../../content/dam/olamgroup/template/locations/coffee-plant.PNG);
	}
}

@media ( max-width :1024px) {
	.bg-layer-2-pdt-page, .bg-layer-2-tomato-onion {
		background-image: none !important;
	}
}

@media ( min-width :1024px) {
	.bg-layer-2-products-page-specific {
		width: 100%;
		background-repeat: no-repeat, no-repeat;
		background-position: -47px 90px, 117% 1094px;
		background-size: 23vw auto, 30vw auto;
	}
}

@media ( max-width :767px) {
	.bg-layer-2-countries {
		background-image: none !important;
	}
	.bg-layer-2-products-page {
		background-image: none !important;
	}
	.bg-layer-2-products-sustainability {
		background-image: none !important;
	}
	.bg-layer1 {
		width: 100%;
		background-image: url(../../../content/dam/olamgroup/icons/Texture-02.svg),
			url(../../../content/dam/olamgroup/icons/Texture-01.svg),
			url(../../../content/dam/olamgroup/icons/Texture-02.svg);
		background-position: right 1655px, left 2310px, right 3275px;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 230px 358px, 180px 358px, 180px 358px;
	}
	.bg-layer2, .bg-layer-2-regions {
		background-image: none !important;
	}
}
.g-pb-100 {
	padding-bottom: 100px;
}

.g-pt-30 {
	padding-top: 30px;
}

.g-ml-50 {
	margin-left: 50px;
}

.g-mr-20 {
	margin-right: 20px;
}

.g-mt-10 {
	margin-top: 10px;
}

.g-mb-25 {
	margin-bottom: 25px;
}

.g-mb-50 {
	margin-bottom: 50px;
}

.g-mb-100 {
	margin-bottom: 100px;
}

.g-mb-70 {
	margin-bottom: 70px;
}

.g-mb-110 {
	margin-bottom: 110px;
}

.g-mb-75 {
	margin-bottom: 75px;
}

.g-mr-56 {
	margin-right: 56px;
}

.g-mb-30 {
	margin-bottom: 30px;
}

.g-mt-70 {
	margin-top: 70px;
}

.g-ml-30 {
	margin-left: 30px;
}

.g-mt-60 {
	margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	/*  .event-card {
    top: 100px !important;
  } */
	.g-mt-20--md {
		margin-top: 20px;
	}
	.twitter-context {
		width: 85% !important;
	}
}

@media only screen and (min-width : 768px) {
	.g-mb-30--md {
		margin-bottom: 30px;
	}
	.g-mb-20--md {
		margin-bottom: 20px;
	}
}

/* Margin & Padding Spaces (sm)
------------------------------------*/
@media ( max-width :767px) {
	.g-ma-0--sm {
		margin: 0;
	}
	.g-pa-0--sm {
		padding: 0;
	}
	.g-mt-40--sm {
		margin-top: 40px;
	}
	.g-mt-20--sm {
		margin-top: 20px;
	}
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	.g-mb-15--sm {
		margin-bottom: 15px;
	}
	.g-ml-12--sm {
		margin-left: 12px;
	}
	.g-mr-12--sm {
		margin-right: 12px;
	}
	.g-ml-0--sm {
		margin-left: 0px;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	.g-mr-10--sm {
		margin-right: 10px;
	}
	.g-mr-0--sm {
		margin-right: 0px;
	}
	.g-pb-25--sm {
		padding-bottom: 25px;
	}
	.g-mb-50--sm {
		margin-bottom: 50px;
	}
	.g-mb-25--sm {
		margin-bottom: 25px;
	}
	.g-mb-0--sm {
		margin-bottom: 0px;
	}
	.g-mb-10--sm {
		margin-bottom: 10px;
	}
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-mt-20--md {
		margin-top: 20px;
	}
	.g-mb-50--md {
		margin-bottom: 50px;
	}
	.g-ml-0--md {
		margin-left: 0px;
	}
	.g-mb-20--md {
		margin-bottom: 20px;
	}
	.g-mb-30--md {
		margin-bottom: 30px;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-mb-30--md {
		margin-bottom: 30px;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.g-mt-40--md {
		margin-top: 40px;
	}
}

h5, .h5 {
	margin: 0px;
}
/* News & Events Texture Start */
.banner-wrap h5 {
	margin-top: 13px;
}

.banner-context-content {
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	margin-top: 13px !important;
	width: 31%;
}
/* Banner End */

/* News & Events Start */
/* News Banner Start */
.intro-text {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}
/* Latest Content */

.latest-olam-btn {
	margin-right: 56px;
}

/* End of Latest Content */
.event-caurosel-content-wrapper {
	position: absolute;
	top: 80px;
	max-width: 331px;
	margin-left: 40px;
}
#eventCarousel .slick-dots {
	bottom: -35px;
	top: unset !important;
}
#eventCarousel .slick-dots li {
	margin: 0;
}
#eventCarousel .slick-dots li button:before{
    font-size: 16px !important;
    width: 0 !important;
    color: var(--primary-color, #000) !important;
}
#eventCarousel .slick-dots li.slick-active {
    width: 54px;
}
#eventCarousel .slick-dots li.slick-active button {
    background: var(--primary-color, #000) !important;
    height: 16px;
    border-radius: 10px;
    width: 48px;
}
#eventCarousel .slick-dots li.slick-active button:before {
    color: var(--primary-color, #000) !important;
}
#eventCarousel .slick-prev, #eventCarousel .slick-next {
	top: unset;
	bottom: -43px;
	z-index: 11;
}
#eventCarousel .slick-arrow:before {
	color: var(--primary-color, #000) !important;
}
/* End Event carousel */
/* Social */
.tweet-wrapper {
	padding: 15px 8px 8px;
}

.tweet-logo {
	display: table-cell;
	vertical-align: middle;
	width: 48px;
}

.tweet-content {
	margin-left: 15px;
}

.tweet-content-wrapper {
	display: table;
}

.twitter-inner-image {
	width: 100%;
	border-radius: 5px;
}

.twitter-context {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	padding-top: 10px;
	color: #14171a;
}

.twitter-context-title {
	font-weight: bold;
}

.twitter-context-title:hover, .twitter-context-title:focus,
	.twitter-context-title:active, .twitter-context-title:visited {
	text-decoration: none;
	color: #000000;
}
/* start overlay */
.responsive {
	width: 100%;
	height: auto;
	float: left;
}

.big-image {
	width: calc(( 100%/ 1.50));
}

.small-image {
	width: calc(( 100%/ 3));
}

.insta-image-wrapper div[class^="item"] {
	display: inline-block;
	position: relative;
	float: left;
	padding: 0px 0px 10px 9px;
	box-sizing: border-box;
}

.text {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 0;
}

.text:hover {
	animation: opac 0.3s ease forwards;
}

.like-icon {
	margin-right: 35px;
}

@
keyframes opac {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
/* end overlay */
.insta-tweet-text:hover, .insta-tweet-text:focus, .insta-tweet-text:active,
	.insta-tweet-text:visited {
	text-decoration: none;
	color: #fd8103;
}

.social-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.5px;
	text-align: left;
	margin-bottom: 29px;
}

.insta-tweet-text {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.social-icon-color {
	height: 22px;
	width: 22px;
	float: left;
	margin-right: 16px;
	margin-top: 4px;
}

.instagram-text {
	float: left;
}

/* End social */

/* Upcoming Events Card */
.pos-rel {
	position: relative;
}
/* End of Upcoming Events Card */
/* End of News banner */
/* News & Events End */
@media ( max-width :767px) {
	/* Banner */
	.intro-text {
		font-size: 16px;
		line-height: 1.38;
		letter-spacing: normal;
		text-align: center;
	}
	/* latest content */
	.latest-olam-btn {
		margin-right: 0px;
	}
	/* end latest content */
	/* 3 tiles */
	
	/* end 3 tiles */
	/* social embed content */
	.twitter-context {
		font-size: 12px;
		float: left;
		width: 75%;
	}
	.social-follow {
		text-align: center;
		margin-bottom: 10px;
	}
	.social-title {
		text-align: center;
	}
	.social-icon-color {
		float: none;
		display: inline-block;
	}
}
/* end social embed */

/* event carousel */
.event-caurosel-content-wrapper {
	top: 55px;
	margin-left: 3.7%;
}

.pos-rel-sm-port {
	position: relative;
}
/* end event carousel */
}
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
}

@media ( min-width : 1024px) and (max-width: 1200px) and (orientation:
	landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
	.social-follow {
		margin-bottom: 20px;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.hero-img {
		min-height: 121px;
	}
	.twitter-context {
		width: 85% !important;
	}
	.social-follow {
		margin-bottom: 20px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.event-caurosel-content-wrapper {
		top: 420px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.event-caurosel-content-wrapper {
		top: 400px;
	}
}
/* contact us common css Start */
.g-py-80-50 {
	padding: 80px 0 50px;
}

.g-pt-10 {
	padding-top: 10px;
}

.g-pt-17 {
	padding-top: 17px;
}

.g-pb-55 {
	padding-bottom: 55px;
}
/* contact us common css End */
/* Contact Us Css start */

.contactusCard-wrapper {
	padding: 10px;
}
.mail-press {
	width: 25px;
}

.getIntouch {
	margin-top: 30px;
}

#contact-myTab {
	width: 97%;
	border-bottom: 0;
	border-radius: 7px;
	display: table;
}
#contact-myTab li {
	float: none;
    display: table-cell;
}
#contact-myTab li.active a {
	color: #fff;
    background-color: var(--primary-color, #000);
    padding: 13px;
}
#contact-myTab a {
	border: 0;
	margin: 0;
	border-radius: 7px;
	text-align: center;
}
#contact-myTab a:hover {
	background-color: #fff;
}

.lp-dropdown {
	border-radius: 7px;
	width: 97%;
}

.lp-dropdown-active {
	padding: 11px 15px 6px;
	cursor: pointer;
}

.lp-dropdown-active-content {
	width: 90%;
}

ul.lp-dropdown-data {
	padding: 0;
}

ul.lp-dropdown-data li {
	list-style: none;
	margin: 0;
}

ul.lp-dropdown-data a {
	display: block;
	padding: 0px 15px 10px;
}

ul.lp-dropdown-data a:hover, ul.lp-dropdown-data a:focus {
	color: var(--primary-color, #7d7d7d);
	text-decoration: none;
}

.lp-dropdown-active>* {
	display: inline-block;
}

.lp-dropdown-active .glyphicon {
	margin: 0px 3px 0 0;
	color: var(--olam--cold-grey);
	width: 18px;
	height: 10px;
}

.lp-content {
	padding: 30px 0 30px 30px;
	float: left;
	width: 70%;
}


.lp-content-address span {
	display: block;
	padding-right: 10px;
}

.lp-content-contact>* {
	display: inline-block;
}

.lp-content-contact img {
	width: 24px;
	vertical-align: top;
	margin-right: 12px;
	margin-top: 3px;
}

.lp-right-content {
	padding-left: 33px;
}

.lp-content-map {
	float: right;
	width: 30%;
}

.lp-content-map img {
	max-width: 100%;
	float: right;
}

ul.lp-corporate-list, ul.lp-branch-list, ul.lp-sales-list, ul.lp-farming-list,
	ul.lp-processing-list {
	padding: 0;
}

ul.lp-corporate-list li, ul.lp-branch-list li, ul.lp-sales-list li, ul.lp-farming-list li,
	ul.lp-processing-list li {
	list-style: none;
}

.loadmore-btn, .loadmore-btn:hover, .loadmore-btn:focus {
	height: 50px;
	border-radius: 100px;
	background-color: #fd8104;
	margin-top: 19px;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.contactus .press-mail:hover, .contactus .press-mail:focus, .contactus .press-mail:visited
	{
	/* color: #23527c; */
	text-decoration: underline;
}

@media ( max-width : 767px) {
	.lp-right-content {
		padding: 0;
		margin-top: 25px;
	}
	.loadmore-btn {
		max-width: 190px;
		margin: 40px auto 0px;
	}
	.g-pt-xs-10 {
		padding-top: 10px;
	}
	.g-pt-xs-5 {
		padding-top: 5px;
	}
	.contactusCard-wrapper {
		width: 80%;
		margin: 20px auto 0;
	}
	.text-center-xs {
		text-align: center;
	}
}

@media ( min-width : 768px) {
	.press-mail {
		width: 72%;
	}
}

@media ( min-width : 768px) and (max-width:992px) {
	.lp-content-contact a {
		width: 70%;
		word-break: break-all;
		vertical-align: bottom;
	}
	.lp-content-map {
		margin-top: 62px;
	}
	.lp-content {
		margin-bottom: 30px;
	}
	.text-center-sm {
		text-align: center;
	}
}

@media ( max-width : 992px) {
	.lp-content {
		width: 100%;
	}
	.contactusCard-wrapper * {
		text-align: center !important;
		float: unset !important;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.lp-dropdown-active-content {
		width: 85% !important;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.lp-dropdown-active-content {
		width: 80% !important;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.lp-dropdown-active-content {
		width: 90% !important;
	}
}
/* Contact Us Css End */
.allnewsdate__header {
	text-align: center;
	margin: 10px 0;
}
.allnewsdate__action-btn {
	width: fit-content;
}
.allnewsdate__action-container {
	text-align: center;
}
.allnewsdate__filter-title {
	text-align: left;
}


/* Support Classes Start */
.g-mt-85 {
	margin-top: 85px;
}

.g-mb-15 {
	margin-bottom: 15px;
}

.g-mb-18 {
	margin-bottom: 18px;
}

.g-mb-110 {
	margin-bottom: 110px;
}

.g-mt-11 {
	margin-top: 11px;
}

.g-mt-30 {
	margin-top: 30px;
}

.g-mt-70 {
	margin-top: 70px;
}

.g-pl-32 {
	padding-left: 32px;
}

.g-mt-64 {
	margin-top: 64px;
}

.g-mt-105 {
	margin-top: 105px;
}

.g-pl-7 {
	padding-left: 7px;
}

.g-mt-7 {
	margin-top: 7px;
}

.g-mb-7 {
	margin-bottom: 7px;
}
/* Support Classes End */

/* Common start */
.clearfix {
	clear: both;
}

/* Common End */
.news-tile .crazy-idea.p-fs-20 * {
	font-size: 20px;
}
/* News Filter form - Start */
.refine-date {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	margin-top: -10px;
}

.form-title, .item-text {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
}

.items-page, .news-pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.items-page .item-counts {
	float: left;
	margin: 0;
	padding: 0;
}

.item-counts:last-child a {
	border: none;
}

.item-counts a {
	border-right: 1px solid var(--olam-cold-grey);
	padding: 0 5px;
}

.item-counts a:visited {
	color: var(--olam-cold-grey);
	text-decoration: none;
}

.item-counts .active {
	text-decoration: underline;
	border: none;
	border-right: 1px solid var(--olam-cold-grey);
	background: none;
}

.read-more {
	display: inline-block;
}

.loadmore-wrapper {
	text-align: center;
}

.news-pagination .pagination-item, .news-pagination .pagination-item a {
	display: inline-block;
	min-width: 30px;
	width: auto;
	height: 26px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	color: #7d7d7d;
	cursor: pointer;
	padding: 0 4px;
}

.news-pagination .pagination-item+.active {
	min-width: 32px;
	width: auto;
	height: 32px;
	border: solid 3px var(--olam-light-green);
}

.news-datepicker {
	background-image: url(../../../content/dam/olamgroup/icons/calendar.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 50px;
	width: 97%;
	padding: 6px 17px 6px 14px;
}

.to-title {
	margin-top: 15px;
}

.news-datepicker::-ms-clear {
	display: none;
}

/* Bootstrap Text field - Start */
.form-control {
	border: 1px solid #fff;
	border-radius: 7px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px
		rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px
		rgba(255, 255, 255, 0.6);
}

.allnewsDate-wrapper .form-control[disabled], .allnewsDate-wrapper .form-control[readonly]
	{
	background-color: #fff;
}
/* Bootstrap Text field - End */

/* Styled Checkbox start */
.news-check {
	display: inline-block;
	width: 100%;
}
/* Styled Checkbox end */

/* Card Start */
.tile-date {
	display: inline-block;
}

.allnewscard-wrapper p, .allnewscard-wrapper li {
	margin-bottom: 0 !important;
	line-height: unset !important;
}

@media (min-width: 993px) {
	.allnewscard-wrapper {
		max-height: 70px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
	}
	.allnewscard-wrapper .news-card-title {
		max-height: 20px;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.allnewscard-wrapper {
		max-height: 85px;
	}
	.allnewscard-wrapper .news-card-title {
		max-height: 28px;
	}
}
@media (min-width: 1600px) {
	.allnewscard-wrapper {
		max-height: 93px;
	}
	.allnewscard-wrapper .news-card-title {
		max-height: 30px;
	}
}
/* Card End */
span.box-wrap {
	width: 174px;
}

span.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
}

span.nowrap {
	white-space: nowrap;
}
/* JQuery UI date picker widget overriding - Start */
.ui-widget-content {
	color: #7d7d7d;
}

.ui-widget.ui-widget-content {
	border: 0;
	/* width: 21.5%; */
	/* height: 230px; */
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	padding-top: 6px;
}

.ui-datepicker th {
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: normal;
}
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 7px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 7px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 7px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 7px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
	color: #7d7d7d;
}

.ui-widget-header {
	border: none;
	background: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
	.ui-button:hover, .ui-button:focus {
	border: 0px;
	background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
	border: 0px;
	background: #fff;
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: right;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	border: 0px;
	background: transparent;
	color: #7d7d7d;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	border: 0px;
	background: var(--olam-light-green);
	color: var(--olam-white);
	height: 26px;
}

.ui-widget-header {
	font-weight: bold;
	color: #7d7d7d;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 1.38;
}

.ui-widget {
	font-family: unset;
	font-size: 16px;
}

.ui-icon-circle-triangle-w {
	background-position: 0px 0px;
	background-image: url(../../../content/dam/olamgroup/icons/left-nav.svg)
		!important;
	background-size: 17px;
}

.ui-icon-circle-triangle-e {
	background-position: 0px 0px;
	background-image: url(../../../content/dam/olamgroup/icons/right-nav.svg)
		!important;
	background-size: 17px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
	{
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-select-month td span, .ui-datepicker .ui-datepicker-select-month td a,
	.ui-datepicker .ui-datepicker-select-year td span, .ui-datepicker .ui-datepicker-select-year td a
	{
	font-size: 1.1428571428571428em;
}

.ui-widget-header a {
	color: #7d7d7d;
	text-decoration: none;
}

.ui-icon {
	width: 17px;
	height: 17px;
}
/* JQuery UI date picker widget overriding - End */

/* Modal Loader */
.news-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.news-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.news-remove-box-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.news-loading {
	width: 120px;
	height: 40px;
	padding: 11px 0;
}

.loading-item {
	color: var(--primary-color, #000);
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -0.5px;
	text-align: center;
}

.preloader {
	width: 64px;
	height: 64px;
	border: solid 11px var(--primary-color, #000);
	border-radius: 50%;
	margin: 0 auto 30px;
}
/* Modal Loader - End */
/* Mobile Refine Button - Start */
.refine-btn {
	max-width: 180px;
}
/* Mobile Refine Button - End */
.text-left-align {
	text-align: left !important;
}

/* News Filter form - End */

/** Tablet View **/
@media only screen and (min-width : 1024px) {
	.tablet-float-right {
		float: right;
	}
}

@media only screen and (min-width : 768px) and (max-width: 1366px) and
	(orientation: portrait) {
	.g-pl-md-0 {
		padding-left: 0px;
	}
	.news-tile {
		padding-bottom: 0px;
	}
	.intro-sub {
		text-align: left;
	}
	.g-mt-md-35 {
		margin-top: 35px;
	}
	.g-mt-md-35 {
		margin-top: 35px;
	}
}

/** Tablet View - End **/

/** Mobile View **/
@media ( min-width : 768px) and (max-width: 1024px) and (orientation:
	portrait) and (-webkit-max-device-pixel-ratio: 2) {
	.news-check {
		margin-top: 13px;
	}
	.allnewsDate-wrapper .form-fields {
		width: 100%;
	}
	/* .news-check li {
		display: inline-block;
		margin-right: 15%;
	} */
	.allnewsdate .intro-head {
		font-size: 28px;
		line-height: 1.14;
		letter-spacing: -0.5px;
		text-align: center;
	}
	.allnewsdate h3.intro-head {
		width: 100%;
		margin: 30px auto 0;
		padding: 0;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-max-device-pixel-ratio: 2) {
	.refine-btn.visible-md {
		display: none !important;
	}
	.allnewsDate-wrapper.hidden-md {
		display: block !important;
	}
}

@media only screen and (min-width : 320px) and (max-width: 767px) {
	.news-loading {
		width: 220px;
		height: 40px;
		padding: 11px 0;
	}
	/* .news-check li {
		display: inline-block;
		margin-right: 13%;
	} */
	.g-pl-32 {
		padding-left: 0;
	}
	.g-mb-sm-41 {
		margin-bottom: 41px;
	}
	.g-mt-sm-20 {
		margin-top: 20px;
	}
	.intro-sub {
		text-align: left;
	}
	.form-refine {
		margin-bottom: 33px;
	}
	h3.intro-head {
		width: 80%;
		margin: 30px auto 0;
	}
	.stock-text {
		margin: 10px !important;
	}
	.ui-widget.ui-widget-content {
		width: 94%;
		max-width: 375px;
	}
}

/** Mobile View - End **/
.g-ml-50 {
	margin-left: 50px;
}

.g-pl-65 {
	padding-left: 65px;
}

.g-pl-30 {
	padding-left: 30px;
}

.g-ml-30 {
	margin-left: 30px;
}

.g-mb-23 {
	margin-bottom: 23px;
}

.g-mb-84 {
	margin-bottom: 84px;
}

.g-pb-10 {
	padding-bottom: 10px;
}

.g-pb-34 {
	padding-bottom: 34px;
}

.g-pb-100 {
	padding-bottom: 100px;
}

.g-pb-15 {
	padding-bottom: 15px;
}

.g-pb-20 {
	padding-bottom: 20px;
}

.g-mt-15 {
	margin-top: 15px;
}

.g-mt-20 {
	margin-top: 20px;
}

.g-mb-15 {
	margin-bottom: 15px;
}

.g-mb-70 {
	margin-bottom: 70px;
}

.g-mb-50 {
	margin-bottom: 50px;
}

.g-mb-40 {
	margin-bottom: 40px;
}

.g-mt-10 {
	margin-top: 10px;
}

.g-mb-100 {
	margin-bottom: 100px;
}

.g-mt-30 {
	margin-top: 30px;
}

.g-mb-34 {
	margin-bottom: 34px;
}

.g-mb-32 {
	margin-bottom: 32px;
}

.g-mb-26 {
	margin-bottom: 26px;
}

.press-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media ( max-width :767px) {
	.g-pl-0--sm {
		padding-left: 0px;
	}
	.g-mb-40--sm {
		margin-bottom: 40px;
	}
	.g-mb-50--sm {
		margin-bottom: 50px;
	}
	.g-ml-0--sm {
		margin-left: 0px;
	}
	.g-mb-10--sm {
		margin-bottom: 10px;
	}
	.g-mt-10--sm {
		margin-top: 10px;
	}
	.g-ma-0--sm {
		margin: 0;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	/*.press-video, .products-video  {
		height: auto;
	}*/
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.g-mb-50--md {
		margin-bottom: 50px;
	}
	.g-mb-30--md {
		margin-bottom: 30px;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}

.article-press {
	width: 100%;
}
/* Banner start */
.hero-banner {
	min-height: 242px;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumb {
	background: none;
	margin: 25px 0px 0px;
}

.breadcrumb-item {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
}

.breadcrumb-item a {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.breadcrumb>.active {
	color: #ffffff;
}

.breadcrumb-item a:hover, .breadcrumb-item a:focus, .breadcrumb-item a:active,
	.breadcrumb-item a:visited {
	color: #ffffff;
	text-decoration: none;
}

.banner-title-content {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -1.8px;
	text-align: left;
}
/* Banner End */

/* Press release Start */

/* Intro container */
.intro-head {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
}

.back-news {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.back-news:hover, .back-news:focus, .back-news:active, .back-news:visited {
	text-decoration: none;
	color: var(--primary-color);
}

.intro-content-1 {
	font-weight: bold;
}

.intro-content-1 li {
	font-weight: normal;
}

.intro-content-1 img {
	max-width: 100%;
	height: auto;
}

/* end of intro container */

/* Press release Start */
/*.press-video
  {
    height: 420px;
    width:100%;
  }*/
/*.careers-video
    {
        height: 453px;
    }*/
/*.products-video {
    width:100%;
	height: 298px;
  }*/
/*.sustainability-video	 {
    width:100%;
	height: 452px;
  }*/
/* contact us banner */
.press-contact {
	/* font-size: 20px; */
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	width: 95%;
	display: block;
}

.press-mail {
	margin-top: -3px;
}

.press-banner-contact {
	margin: 0px 0px 14px;
}

.mail-press {
	display: inline;
	margin-right: 18px;
}

.date-press {
	margin-left: -5px;
}

.contacts-text {
	line-height: 1.29;
}
/* contact us banner end */

/* divider */
.divider {
	height: 2px;
	background-color: var(--olam-cold-grey);
}

.also-title {
	margin-left: 10px;
	letter-spacing: -1.5px;
	line-height: 1.1;
}
/* divider end */
.about-olam {
	/* font-size: 14px; */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
}

.about-olam-title {
	font-weight: bold;
}

.social-color {
	list-style: none;
	/* margin-top: 10px; */
	float: right;
}

.social-color li {
	display: inline;
}

.twitter-colour {
	margin: 0px 20px;
}

.contact-1 {
	display: inline-block;
	float: left;
	padding-right: 56px;
}

.contact-2 {
	margin-top: 15px;
}

.leader-name {
	display: block;
}

.leader-designation {
	display: block;
}

.contact-leader {
	list-style: none;
	padding: 0px;
}

.contact-leader li {
	margin: 0px;
}

.pdf-btn {
	padding: 10px 35px;
}

.press-btn {
	display: block;
}
/* Press release End */

/* iPhone 5 Retina regardless of IOS version */
@media ( device-height : 568px) and (device-width : 320px) and
	(-webkit-min-device-pixel-ratio: 2) { /*.sustainability-video
        {
            height: 170px !important;
        }*/
}

@media ( max-width :767px) {
	/*.sustainability-video
        {
            height: 200px;
            width: 100%;
        }*/
	/* Banner */
	.hero-banner {
		min-height: auto;
	}
	.banner-title-content {
		/* font-size: 42px; */
		line-height: 1.1;
		letter-spacing: -1.1px;
		margin: 26px 0px 48px 0px;
	}
	.press-mail {
		text-align: center;
	}
	/* Banner End */

	/* Intro content start */
	.intro-head {
		font-size: 28px;
		line-height: 1.14;
		letter-spacing: -0.5px;
		text-align: center;
	}
	.back-btn {
		margin: 10px 0px;
		text-align: center;
	}
	.press-wrapper {
		text-align: center;
	}
	.intro-content-1 {
		text-align: center;
	}
	.intro-content-2 {
		text-align: center;
	}
	.back-btn-events {
		text-align: center;
	}
	.date-press {
		margin-left: 0px;
	}
	/* Intro content end */
	/* video wrapper */
	/*.press-video {
        height: 202px;
        width: 100%;
    }*/
	/* video end */

	/* leader text */
	.about-leader {
		text-align: center;
	}
	/* end leader text */

	/* social icons */
	.social-color {
		float: none;
		padding-left: 0px;
		margin: 20px;
		text-align: center;
	}
	/* end social icons */
	/* contacts */
	.about-olam {
		text-align: center;
	}
	.contact-leader li {
		margin-bottom: 5px;
	}
	/* end contacts */
	/* 3-tiles */
	
	/* end 3 tiles */
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.mobile-menu {
		color: #a0c800;
		font-size: 25px;
	}
	.hero-banner {
		min-height: 121px;
	}
	.banner-title-content {
		/* font-size: 42px; */
		line-height: 1.1;
		letter-spacing: -1.1px;
		margin: 26px 0px 0px 5px;
	}
	.social-color {
		float: none;
		padding-left: 0px;
		margin: 20px;
		text-align: center;
	}
	.back-btn-events {
		text-align: center;
	}
}
.g-mb-57 {
	margin-bottom: 57px;
}

.g-mb-25 {
	margin-bottom: 25px;
}

.g-mt-25 {
	margin-top: 25px;
}

.g-mb-60 {
	margin-bottom: 60px;
}

.g-mb-65 {
	margin-bottom: 65px;
}

@media ( max-width :767px) {
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
}

/* Blog elements Start */
.blog-text-caption {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
}

.inline-text-link {
	text-decoration: underline;
}

.inline-text-link:hover, .inline-text-link:focus, .inline-text-link:active,
	.inline-text-link:visited {
	color: #fd8104;
}
/* Caption image small */
.image-caption {
	display: block;
	margin-top: 13px;
}

.small-caption {
	display: inline-block;
	float: left;
}

.caption-image {
	float: left;
	width: 48%;
}

.responsive-blog {
	width: 100%;
	height: auto;
}

.blog-image-text {
	float: right;
	display: block;
	margin-left: 25px;
}

.caption-image {
	margin-right: 25px;
}

.caption-text {
	float: unset;
	width: auto;
	margin-left: 0;
}
/* Caption image small end */
/* Bulleted List start */
.bullet-list {
	padding-left: 17px;
}

.bullet-list-item {
	text-align: left;
	padding-left: 28px;
	margin-bottom: 10px;
}

.text-highlight {
	font-weight: bold;
}
/* Bulleted list end */

/* Big Caption Start */
.imagetext__container {
	position: relative;
}
.imagetext__container .big-caption-image {
    width: 100%;
    height: 100%;
    max-height: 471px;
}
.alignimg .big-caption-image {
    width: 100%;
    height: 100%;
    max-height: 471px;
    object-fit: cover;
}
/* Big Cpation End */

/* Footnotes Start */
.footnote-text {
	text-align: left;
}

.footnote-list {
	list-style: none;
	padding: 0px;
}

.footnote-list-item {
	text-align: left;
	padding-left: 5px;
}

.footnote-list-item a {
	color: #7d7d7d;
	text-decoration: none;
}

.footnote-list-item a:hover, .footnote-list-item a:focus,
	.footnote-list-item a:active, .footnote-list-item a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
/* Footnotes End */

/* Table start */
.blog-table {
	width: 100%;
	overflow-y: auto;
}
.blog-table table {
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
	border: none;
}
.blog-table table tr th,
.blog-table table tbody tr td {
	font-size: 12px;
	padding: 14px 15px;
	vertical-align: top;
}
.blog-table table tr th {
	border: 1px solid var(--olam-white);
	background-color: var(--primary-color, #000);
	color: var(--olam-white);
}
.blog-table table tbody tr td {
	color: var(--olam-black);
}
.blog-table table tr th:first-child,
.blog-table table tbody tr td:first-child {
	border-left: 0px;
}
.blog-table table tr th:last-child,
.blog-table table tbody tr td:last-child {
	border-right: 0px;
}
.blog-table table tbody tr:nth-child(odd) td {
	background-color: var(--olam-white);
}
@media only screen and (min-width: 1200px) {
	.blog-table table tr th,
	.blog-table table tbody tr td {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1600px) {
	.blog-table table tr th,
	.blog-table table tbody tr td {
        font-size: 16px;
    }
}
/* Table End */

/* profile Start */
.profile-context-1 {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -0.5px;
	text-align: left;
}

.profile-name {
	display: block;
	/* font-size: 20px; */
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.profile-designation {
	font-weight: normal;
}

.profile-pic {
	float: left;
	margin-left: -191px;
}
/* Profile End */
/* Downloads Start */
.olam-download {
	padding: 20px;
}
.olam-download h5 {
	margin-bottom: 25px;
}
.olam-download__list {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.olam-download__list-item {
	display: flex;
	margin-bottom: 20px;
}
.olam-download__item-content {
	display: inline-block;
	margin-left: 20px;
}
@media ( max-width :767px) {
	.olam-download__list {
		column-count: 1;
	}
}

/* Downloads End */

/* Toggle button start */
.olam-toggle-btn {
	display: inline-block;
}

.olam-toggle-btn .olam-toggle-btn__nav-tabs {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	border-radius: 100px;
	margin-bottom: 20px;
}

.olam-toggle-btn .olam-toggle-btn__nav-item {
	background: none;
	border: 0;
}

.olam-toggle-btn .olam-toggle-btn__nav-item>a {
	/* font-family: Arial; */
	line-height: 1.1;
    color: var(--primary-color) !important;
    text-align: center;
    padding: 12px 32px;
    display: inline-block;
}

.olam-toggle-btn .olam-toggle-btn__nav-item>a:hover  {
	text-decoration: none;
    background-color: #eee;
}

.olam-toggle-btn .olam-toggle-btn__nav-item.active>a {
    background-color: var(--primary-color, #000) !important;
    border: 2px solid var(--primary-color, #000) !important;
    border-radius: 100px;
    color: var(--olam-white) !important;
}

/* Toggle button End */
/* Author Start */
.author-head {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
}

.author-image {
	float: left;
	width: 20%;
}

.author-text {
	float: right;
	width: 80%;
}

.author-image-text {
	margin-left: 35px;
}

.author-name {
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.author-designation {
	font-weight: normal;
}

.back-btn-events {
	display: inline-block;
}
/* Author End */
/* New End */
@media ( max-width :767px) {
	/* Profile start */
	.profile-context-1 {
		font-size: 20px;
		line-height: normal;
		letter-spacing: -0.4px;
		text-align: center;
	}
	.profile-name {
		text-align: center;
	}
	.bg-card-leader {
		text-align: left;
		/* font-size: 16px; */
	}
	.profile-pic {
		float: none;
		margin: 0 auto;
		display: block;
	}
	/* profile End */
	/* social icons */
	.social-color {
		float: none;
		padding-left: 0px;
		margin: 20px;
		text-align: center;
	}
	/* end social icons */

	/* Small Caption Image start */
	.caption-image {
		float: none;
		width: 100%;
	}
	.image-caption {
		text-align: center;
	}
	.caption-image img {
		width: 100%;
	}
	.caption-text {
		float: center;
		width: 100%;
	}
	.blog-image-text {
		text-align: center;
		margin-left: 0px;
	}
	/* Small Caption Image end  */
	/* FootNote Text start*/
	.footnote-text {
		text-align: center;
	}
	/* FootNote Text End */
	/* Download Start */
	.download-wrap {
		margin: 15px 15px 20px 15px;
	}
	.download-description {
		display: inline-block;
		width: 80%;
	}
	/* Download End */
	/* Author start */
	.author-head {
		text-align: center;
	}
	.author-image {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	.author-text {
		float: none;
		width: 100%;
	}
	.author-image-text {
		margin-top: 10px;
		margin-left: 0px;
	}
	.author-name {
		font-size: 16px;
		text-align: center;
	}
	/* Author End */
	;
}
/* Author Component page specific css start  */
.author-wrapper .small-caption {
	margin-bottom: 50px;
}

.author-wrapper .small-caption:last-child {
	margin-bottom: 0px;
}
/* Author Component page specific css end  */

/*css added for OWR-1496 sustainability in cocoa page mobile site * start */
@media ( max-width : 767px) {
	.ovalimageclass {
		width: 50% !important;
		margin-left: 79px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-device-width: 767px) and (orientation:
	landscape) {
	.ovalimageclass {
		margin-left: 33%;
		width: 34% !important;
	}
}
/*css added for OWR-1496 sustainability in cocoa page mobile site * END */
/* Accordion Shadow */
.shadow-8-8-10 {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}
/* Accordion Css Start */
.g-mb-47 {
	margin-bottom: 47px;
}

.g-mb-80 {
	margin-bottom: 80px;
}

.g-mt-27 {
	margin-top: 27px;
}

.accordion-title {
	letter-spacing: -1.5px;
}

.accordion-subhead {
	line-height: 1.14;
	letter-spacing: -0.5px;
}

.accordion-subtitle {
	line-height: 1.3;
	letter-spacing: normal;
}

.panel-text {
	line-height: 1.3;
	letter-spacing: -0.2px;
}

.accordion-wrapper.panel-group .panel-title>a, .accordion-wrapper.panel-group .panel-title>a:hover,
	.accordion-wrapper.panel-group .panel-title>a:focus {
	/* color: #0b4b52; */
	text-decoration: none;
}

.accordion-wrapper.panel-group .panel-body a, .accordion-wrapper.panel-group .panel-body a:hover,
	.accordion-wrapper.panel-group .panel-body>a:focus {
		color: var(--olam-black);
		text-decoration: underline;
		font-weight: bold;
	}

.accordion-wrapper.panel-group .panel-title {
	color: var(--olam-black);
}

.accordion-wrapper.panel-group .panel {
	border-radius: 0;
	margin-bottom: 20px;
	border: 0px;
}

.accordion-wrapper .panel-default>.panel-heading {
	background-color: #fff;
	border: 0px;
	background-image: none;
	padding: 24px 30px;
	line-height: 1.14;
	letter-spacing: -0.5px;
	cursor: pointer;
}

.accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body
	{
	border-top: 0px;
	padding: 0 30px 20px 30px;
}

.accordion-wrapper .accordion-image {
	float: left;
	max-width: 425px;
	max-height: 245px;
	width: 40%;
}

.accordion-wrapper .accordion-content {
	width: 50%;
	float: left;
	padding-left: 30px;
}

.accordion-wrapper .accordion-content p, .accordion-wrapper .accordion-content span,
	.accordion-wrapper .accordion-content a {
	font-weight: bold;
}

.accordion-wrapper .accordion-content span {
	display: block;
	line-height: 1.38;
	letter-spacing: normal;
}

.panel-heading .accordion-toggle span+span {
	float: right;
	display: block;
	/*border: 3px solid #7d7d7d;
    border-radius: 50%;
    width: 34px;
    height: 34px;*/
}

.accordion-icon {
	width: 34px;
	height: 34px;
}

.panel-heading .accordion-toggle span+span:after {
	/*font-family: 'Glyphicons Halflings';  
   content: "\2b";
    float: right;        
    color: grey;
	font-size: 15px;
    margin-right: 6px;
    margin-top: 5px;
    width: 15px;
  	height: 2px;
    font-weight: normal;*/
	
}

.panel-heading .accordion-toggle.collapsed span+span:after {
	margin-right: 5px;
}

.panel-heading .accordion-toggle.collapsed span+span {
	transform: rotate(0deg);
}

.panel-heading .accordion-toggle span+span {
	transform: rotate(45deg);
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.accordion-title {
		text-align: center;
	}
}

@media ( max-width :767px) {
	.accordion-wrapper .accordion-image {
		float: unset;
		margin-right: 0;
		margin-bottom: 10px;
		max-width: unset;
		max-height: unset;
		width: 100%;
	}
	.accordion-icon {
		width: 22px;
		height: 22px;
	}
	.accordion-title {
		text-align: center;
	}
	.accordion-wrapper .accordion-image img {
		width: 100%;
	}
	.accordion-wrapper .accordion-content {
		width: 100%;
		padding-left: 0;
	}
	.panel-heading .accordion-toggle span:first-child {
		float: left;
		width: 85%;
	}
}
/* Accordion Css End */
.shadow-10-1 {
	box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.products-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.products-list {
	background-color: #fff;
	border: 1px solid #dedad4;
	width: 250px;
	height: 250px;
	margin: 5px 10px 5px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: table;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	border-bottom: 12px solid transparent;
}
.products-wrapper a:last-child .products-list {
	margin-right: 0;
}

.product-list-content {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.products-list:hover {
	border: 2px solid var(--secondary-color, #000);
	border-bottom: 12px solid var(--secondary-color, #000);
	box-shadow: none;
}

.products-list:hover .img-rollover {
	opacity: 1;
}

.products-list:hover svg.img-responsive path {
	fill: #fff;
}

.products-list:hover .product-name, .products-list:hover .product-find-more
	{
	color: #fff;
}

.products-list img.img-responsive, .products-list svg.img-responsive {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	position: relative;
	height: 60px;
}

.products-list svg.img-responsive path {
	fill: #6C5D56;
}

.product-name {
	display: inline-block;
	/* font-size: 26px; */
	line-height: 32px;
	letter-spacing: -1.3px;
	position: relative;
	font-weight: 500;
}

.product-find-more {
	display: block;
	/* color: #fd8104; */
	color: var(--primary-color);
	line-height: 1.38;
	font-weight: bold;
	position: relative;
}

.img-rollover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s ease;
	width: 100%;
	max-height: 398px;
	height: 100%;
}

.product-find-more:hover {
	text-decoration: none;
}

/* 2D Google Maps - Start */
.twodMap-wrapper .region-product>img {
	min-height: 667px;
	width: 100%;
}

.region-detail {
	margin-bottom: 8px;
}

.region-detail span {
	font-weight: bold;
}

.region-detail img {
	float: right;
	cursor: pointer;
}

.region-product {
	position: relative;
}

.region-product .product-content-wrapper {
	width: 360px;
	background-color: #fff;
	padding: 30px 30px 40px 40px;
	position: absolute;
	top: 40px;
	/* right: 94px; */
	right: 4%;
	z-index: 1;
}

.region-product .analysis-wrapper, .region-product .product-analysis {
	margin-bottom: 0px;
}

.region-product .product-analysis-item {
	margin-bottom: 20px;
}

.region-product .product-value {
	margin-right: 0;
}

.region-product .product-description-2 {
	color: #7d7d7d;
}

.region-product .round-btn {
	min-width: 180px;
	background: #fff;
}

.map-presence {
	width: 455px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 114px;
	z-index: 2;
}

.map-presence>div {
	padding: 30px 40px 40px 40px;
}

.map-presence h3 {
	margin-bottom: 30px;
	letter-spacing: -1.1px;
}

.map-presence .map-presence-list:last-child {
	margin-bottom: 0;
}

.map-presence-list {
	margin-bottom: 42px;
}

.map-presence-list .map-presence-img {
	float: left;
	max-width: 100px;
}

.map-presence-list img[src=""] {
	background-color: #dedad4;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-indent: -9999px;
}

.map-presence-list p {
	line-height: 1.3;
	font-weight: bold;
	color: #00869d;
	margin-bottom: 0;
	margin-top: 10px;
}

.map-presence-list span {
	color: #7d7d7d;
	display: block;
	font-size: 20px;
	line-height: 1.3;
}

.map-presence-list p, .map-presence-list span {
	margin-left: 120px;
	/*width: 65%;*/
}

.map-presence-list-wrapper {
	margin-bottom: 30px;
}

.oval-back {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 11px;
	top: 40px;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.oval-back img {
	width: 24.4px;
	height: 22.4px;
	position: absolute;
	top: 14px;
}

.xs-leadership-button {
	position: relative;
	z-index: 1;
	/* top: -180px; */
	top: -74px;
	text-align: center;
	height: 20px;
}

.xs-leadership-button, .xs-location-card {
	display: none;
}

.xs-location-display {
	display: inline-table !important;
}

.xs-location-data-container {
	max-height: 113px;
	overflow: hidden;
}

.lp-dropdown-map-right {
	/* left: initial !important; */
	left: inherit !important;
	right: 45px;
}

.lp-dropdown-align {
	position: absolute;
	left: 78px;
	top: 40px;
	z-index: 1;
}

.oval-back-map-right {
	/* left: initial; */
	left: inherit;
	right: 321px;
}

#map-canvas {
	height: 500px;
}

.twodMap-wrapper .product-content-wrapper, .twodMap-wrapper .map-presence
	{
	display: none;
}

.product-leadership-title {
	width: 92% !important;
}

.product-leadership-top {
	top: -170px;
}

.product-location-card-top {
	top: 140px !important;
}

#tempLabel {
	display: inline-block;
}

.product-statics {
	width: 49% !important;
}

.goog-labels {
	font-size: 11px;
	opacity: 1;
	text-align: left;
	border: none;
	color: #0b4b52;
	font-weight: bold;
	font-family: GT-Walsheim-Regular;
	/* width: 105px; */
	word-wrap: break-word;
}

.lp-dropdown-align-left {
	left: 15px;
}

/* 2D Google Maps - End */

/* Future Text Start */
.future-text {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.region-text {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	text-align: left;
}
/* Future Text End */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.region-product .product-content-wrapper {
		right: 0;
		width: 40%;
		max-width: 360px;
	}
	.map-presence {
		/*
    left: 7%;
    width: 55%;
    */
		left: 3%;
		width: 49%;
		max-width: 455px;
	}
	.twod-dropdown-size {
		width: 257px;
	}
	.map-leadership-width {
		width: 43% !important;
	}
	.location-card-width {
		right: 15px !important;
	}
	#map-canvas {
		height: 667px;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.twod-dropdown-size {
		width: 257px;
	}
	#map-canvas {
		height: 667px;
	}
}

@media ( min-width :768px) {
	.g-mb-15 {
		margin-bottom: 15px;
	}
	.g-mb-50 {
		margin-bottom: 50px;
	}
	.g-pl-30 {
		padding-left: 30px;
	}
	.g-mb-25 {
		margin-bottom: 25px;
	}
	.g-mb-60 {
		margin-bottom: 60px;
	}
	.twod-dropdown-size {
		width: 257px;
	}
	#map-canvas {
		height: 667px;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.region-product .product-content-wrapper {
		right: 0;
	}
	.map-presence {
		left: 50px;
	}
	.twod-dropdown-size {
		width: 257px;
	}
	#map-canvas {
		height: 667px;
	}
}

@media ( max-width :767px) {
	.products-list {
		border-bottom: none;
	}
	.products-list:hover {
		border-bottom: none;
	}
	.products-list img.img-responsive, .products-list svg.img-responsive {
		margin-bottom: 0px;
	}
	.g-mb-xs-20 {
		margin-bottom: 20px;
	}
	.product-item-link {
		display: block;
		width: 100%;
	}
	.products-list, h3.intro-head {
		width: 100%;
	}
	h3.intro-head {
		margin-bottom: 30px;
	}
	.products-list {
		min-height: 80px;
		padding: 12px 20px;
		text-align: left;
		height: auto;
	}
	.products-list .img-rollover {
		display: none;
	}
	.products-list svg.img-responsive {
		float: left;
		width: 52px;
		height: 52px;
	}
	.products-list .product-name, .products-list .product-find-more {
		margin-left: 67px;
		display: block;
	}
	.products-list:hover svg.img-responsive path {
		fill: #6C5D56;
	}
	.products-list:hover .product-name {
		color: #7d7d7d;
	}
	.products-list:hover .product-find-more {
		/* color: #fd8104; */
		color: var(--primary-color);
	}
	.product-list-content {
		padding: 0;
	}
	.region-product {
		padding: 0 10px;
	}
	.map-presence {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}
	.map-presence>div {
		padding: 30px;
	}
	.map-presence>div>.g-mb-30 {
		margin-bottom: 30px;
	}

	/*   .products-wrapper {
    margin-bottom: 50px;
  } */
	.region-product .product-analysis-item {
		margin-right: 15px;
	}
	.future-text {
		text-align: center;
	}
	.region-text {
		font-size: 20px;
		text-align: center;
	}

	/* 2D Google Maps - Start */
	.twod-dropdown-size {
		width: 257px;
	}
	.statics-card {
		background-color: #fff !important;
		padding: 30px 30px 40px 40px !important;
		position: relative !important;
		right: 0px !important;
		z-index: 1 !important;
		width: 100% !important;
		left: -18px !important;
	}
	/* 2D Google Maps - End */
	/* Product List Grid Hide image css Start */
	.product-img-hide .products-list .img-responsive {
		display: none;
	}
	.product-img-hide .products-list .product-name, .product-img-hide .products-list .product-find-more
		{
		margin-left: 0;
	}
	/* Product List Grid Hide image css End */
	#map-canvas {
		height: 500px;
	}
}

/* 2D Google Maps - Start */
@media ( max-width :320px) {
	.twod-dropdown-size {
		width: 212px;
	}
	.twod-dropdown-size .lp-dropdown-active .lp-dropdown-active-content {
		/* width: 91%; */
		width: 88%;
	}
	.xs-location-card {
		display: none;
		/* width: 330px !important; */
		width: 100% !important;
		background-color: #fff !important;
		padding: 30px 30px 40px 40px !important;
		position: absolute !important;
		bottom: 24px !important;
		z-index: 1 !important;
		top: 332px !important;
		/* right: 0px !important; */
		right: -24px !important;
		min-height: 274px;
		height: auto;
	}
	.lp-dropdown-map-right {
		right: 10px;
	}
	.oval-back-map-right {
		right: 240px;
	}
	#map-canvas {
		height: 500px;
	}
}

@media ( max-width :767px) {
	.xs-location-card {
		display: none;
		/* width: 330px !important; */
		/* width: 95% !important; */
		width: 92.5% !important;
		background-color: #fff !important;
		padding: 30px 30px 40px 40px !important;
		position: absolute !important;
		bottom: 24px !important;
		z-index: 1 !important;
		top: 175px !important;
		/* top: 332px !important; */
		/* right: 0px !important; */
		/* right: -24px !important; */
		right: -9px !important;
		min-height: 274px;
		height: auto;
	}
	.oval-back-product-right {
		left: 16px;
	}
	.lp-dropdown-product-right {
		left: 78px !important;
	}
}

@media ( max-width :767px) and (orientation: landscape) {
	.xs-location-card {
		width: 97% !important;
	}
	#map-canvas {
		height: 500px;
	}
}

/* 2D Google Maps - End */

.bg-image-card .bg-image-card__img-container {
	width: 100%;
	height: auto;
	max-height: 667px;
}
.bg-image-card .bg-image-card__content {
	width: 455px;
	position: absolute;
    top: 20px;
    bottom: 0;
}
.bg-image-card .bg-image-card__content.full-width-pos-right {
	left: auto;
	right: 8.3%;
}
.bg-image-card .bg-image-card__content.full-width-pos-left {
	left: 8.3%;
	right: auto;
}
.bg-image-card .bg-image-card__content .card {
	padding: 30px;
}
.bg-image-card .bg-image-card__content-text {
	display: -webkit-box;
    -webkit-line-clamp: 12; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ribbon {
	background: var(--primary-color);
	height: 242px;
}
@media ( max-width :767px ) {
	.bg-image-card .bg-image-card__content {
		position: static;
		top: 0;
		width: 100%;
		height: auto;		
	}
}
.g-mb-121 {
	margin-bottom: 121px;
}

.g-pb-90 {
	padding-bottom: 90px;
}

.g-mb-80 {
	margin-bottom: 80px;
}

@media ( max-width :767px) {
	.g-mb-10-xs {
		margin-bottom: 10px;
	}
	.g-pb-0-xs {
		padding-bottom: 0px !important;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-pb-0-md {
		padding-bottom: 0px;
	}
	.g-pb-30-md {
		padding-bottom: 30px;
	}
}
/* .country-product
{
	margin-bottom: 60px !important;
} */
.mission-text {
	width: 98%;
	font-weight: bold !important;
	letter-spacing: -0.2px;
}

.mission-text-description {
	font-weight: normal !important;
}

.mission-list {
	list-style: none;
	padding-left: 0px;
}

.mission-list li {
	font-size: 42px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
	margin-bottom: 25px;
}

.profile-name-wrapper {
	padding-top: 24px;
}

.purpose-wrapper>img.img-responsive {
	width: 100%;
	/*max-height: 667px;*/
}

.meet-block-title {
	margin-bottom: 30px;
}

.meet-content-subtitle {
	font-weight: normal !important;
}

.leader-speech-text {
	width: 55%;
}

.want-more-content {
	line-height: 1.1;
	letter-spacing: -1.5px;
}

.growing-title-country {
	margin-top: 100px;
}

.tile-text-country {
	padding-top: 15px;
}

.grow-content-country {
	width: 109%;
	line-height: 1.3;
	letter-spacing: normal;
}

.more-img {
	width: 100%;
}

.future-wrapper div.p-fs-42 p:not(:first-child ) {
	margin-bottom: 0;
	line-height: normal;
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.mission-list {
		margin-top: 20px;
	}
	.growing-title-country {
		margin-top: 0px;
	}
	.leader-speech-text {
		width: 80%;
	}
	.quote-placeholder-image {
		padding: 0px;
	}
}

@media ( min-width : 1024px) and (max-width:1200px) and (orientation:
	landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.leader-speech-text {
		width: 70%;
	}
	.mission-list {
		margin-top: 0px;
	}
}

@media ( max-width :767px) {
	.mission-list li {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.mission-list {
		padding-left: 10px;
	}
	.team-wrapper {
		top: 0px;
	}
	.accordion-fix {
		margin-bottom: 25px !important;
	}
	.leader-speech-text {
		width: 100%;
	}
	.grow-content-country {
		width: 100%;
	}
}
/* Olam Board of Directors page CSS */
.board-members__content p {
	color: var(--olam-dark-warm-grey);
}
.board-members-section .board-members__content {
	text-align: center;
	padding: 5px;
}
.board-members__container {
	background: var(--olam-white);
	box-shadow: 0px 6px 6px var(--olam-very-light-grey);
	padding: 20px;
}
.board-members__container .img-responsive {
	margin: 0 auto;
	border-radius: 50%;
	height: 180px;
	width: 180px;
}
@media (min-width : 768px) and (max-width : 992px) {
	.board-members__content h6 {
		height: 55px;
		overflow: hidden;
	}
	.board-members__content p {
		height: 40px;
		overflow: hidden;
	}
}
@media (min-width : 993px) {
	.board-members__content h6 {
		height: 72px;
		overflow: hidden;
	}
	.board-members__content p {
		height: 53px;
		overflow: hidden;
	}
}
.g-mb-25 {
	margin-bottom: 25px;
}

.g-mb-27 {
	margin-bottom: 27px;
}

.g-mb-70 {
	margin-bottom: 70px;
}

.g-mb-55 {
	margin-bottom: 55px;
}

.g-mt-70 {
	margin-top: 70px;
}

.g-mb-46 {
	margin-bottom: 46px;
}

.g-mt-47 {
	margin-top: 47px;
}
/* Margin & Padding Spaces (sm)
------------------------------------*/
@media ( max-width :767px) {
	.g-mt-40--sm {
		margin-top: 40px;
	}
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	.g-ml-10--sm {
		margin-left: 10px;
	}
	.g-ml-12--sm {
		margin-left: 12px;
	}
	.g-mr-12--sm {
		margin-right: 12px;
	}
	.g-mr-10--sm {
		margin-right: 10px;
	}
}

h5, .h5 {
	margin: 0px;
}

/* Locations Start */
/* Locations Banner Start */
.hero-img {
	min-height: 392px;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-wrap h5 {
	margin-top: 13px;
}

.banner-context-content {
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	margin-top: 13px !important;
	width: 42%;
}
/* Banner End */
/* Intro container */
.intro-text {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.coffee-image-wrapper {
	float: left;
	width: 94%;
}

.coffee-pick {
	width: 100%;
	height: auto;
}
/* end of intro container */
/* Map Start */

.map {
	width: 100%;
}

.custom-drop {
	margin-top: -26px !important;
	color: #7d7d7d;
}

.map-dropdown {
	position: relative;
	top: 70px;
}
/* Map End */
/* End of Locations banner */
/* Locations End */
@media ( max-width :767px) {
	/* Banner */
	.hero-img {
		min-height: auto;
	}
	.hero-img h1.banner-title, .hero-img h1.banner-title-content {
		margin-bottom: 48px;
	}

	/* Banner End */

	/* Intro content start */
	.intro-text {
		font-size: 16px;
		line-height: 1.38;
		letter-spacing: normal;
		text-align: center;
	}
	/* Intro content end */

	/* Map start*/
	.map-title {
		text-align: center;
	}
	/* Map End */
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.hero-img {
		min-height: auto;
	}
	.hero-img h1.banner-title, .hero-img h1.banner-title-content {
		margin-bottom: 48px;
	}
}
/* Olam - CSS for Card and Image left and right side swapping */
.js-eventcarousel {
	margin-top: 15px;
	margin-bottom: 15px;
}
.slider-card {
	margin-left: 0px !important;
}
.card-img-container .row {
	margin: 0;
}
.card-img-container .img-right .news-image {
	float: right;
}
.card-img-container .img-right .card-wrapper {
	left: 0;
}
.card-img-container .img-left .news-image {
	float: left;
}
.events-image {
	height: 420px;
	width: 100%;
	object-fit: cover;
}

.event-content-subtitle {
	/* font-size: 20px; */
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.event-content {
	font-weight: normal;
}

.card-event-wrapper {
	width: 99%;
	/* border: 1px solid rgba(0, 0, 0, 0.15); */
}

.event-card {
	float: left;
	width: 45%;
}

.news-image {
	width: 55%;
}

.event-text {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1px;
	text-align: left;
	width: 90%;
}

@media ( min-width :768px) {
	#eventCarousel .slick-list {
		height: auto !important;
	}
}
/* Mobile - xs */
@media ( max-width :767px) {
	.news-image {
		width: 100%;
	}
	.js-eventcarousel {
		height: auto !important;
	}
	.card-event {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse;
	}
	.card-values {
		width: 93%;
	}
	.card-img-container .img-right .card-wrapper {
		left: 0;
	}
	.card-img-container .news-image {
		margin-top: 0;
		position: relative;
	}
	.card-img-container .img-right .news-image img {
		padding-right: 0px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.news-image {
		width: 100%;
	}
	.card-event {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse;
	}
	.card-values {
		width: 93%;
	}
	.card-img-container .img-right .card-wrapper {
		left: 0;
	}
	.card-img-container .img-right .news-image img {
		width: 100%;
		padding-right: 0px;
	}
}

/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-pt-0 {
		padding-top: 0;
	}
}

/* Samsung E tab portrait view */
@media ( max-width :800px) {
	.event-card {
		width: auto;
		margin: 0 auto;
	}
	.news-image {
		width: 100%;
	}
	.events-image {
		height: auto;
		object-fit: contain;
	}
}
.g-mb-32 {
	margin-bottom: 32px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.more-content {
	min-height: 106px;
	max-height: 131px;
	overflow: hidden;
}

.card-content-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
}

.card-content-subtitle {
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
}

.col-lg-6 .tile-slider .col-lg-6, .col-md-6 .tile-slider .col-md-6 {
	width: 100%;
}

.col-lg-6 .tile-slider .col-lg-3, .col-lg-6 .tile-slider .col-lg-3+.col-lg-6,
	.col-md-6 .tile-slider .col-md-3 {
	width: 50%;
}

@media ( max-width :767px) {
	.card-content-title {
		font-size: 28px;
		line-height: 1.14;
		letter-spacing: -0.7px;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.more-content {
		min-height: 88px;
		max-height: 100px;
	}
}

@media ( min-width : 1024px) and (max-width:1200px) and (orientation:
	landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.more-content {
		min-height: 88px;
		max-height: 100px;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.more-content {
		min-height: 88px;
		max-height: 100px;
	}
}
/* Olam - Why Olam page CSS */
.g-fz-28 {
	font-size: 28px;
	line-height: 1.14;
	letter-spacing: -0.5px;
}

.g-l-10 {
	left: 10px;
}

.g-pt-60 {
	padding-top: 60px;
}

.g-mb-0 {
	margin-bottom: 0;
}

.g-mb-60 {
	margin-bottom: 60px;
}

.g-ml-66 {
	margin-left: 66px;
}

.bg-default {
	background-color: #f9f8f2;
	padding: 60px 0;
}

.g-pl-14 {
	padding-left: 14px;
}

.g-pl-8 {
	padding-left: 8px;
}

.g-pr-20 {
	padding-right: 20px;
}

.spruce-bar-green {
	border-top: 10px solid #a0c800;
}

.g-pr-0 {
	padding-right: 0;
}

.g-pr-30 {
	padding-right: 30px;
}

.g-pr-10 {
	padding-right: 10px;
}

.g-pt-5 {
	padding-top: 5px;
}

.g-pt-13 {
	padding-top: 13px;
}

.g-pt-19 {
	padding-top: 19px;
}

.g-pb-56 {
	padding-bottom: 56px;
}

.pos-rel {
	position: relative;
}

.g-pb-0 {
	padding-bottom: 0;
}

.award-icon {
	height: 68px;
}

.why-olam-services-wrapper .tile-text-container.g-ml-0 {
	margin-left: 0 !important;
}

.g-ml-0 {
	margin-left: 0;
}

.g-mt-20 {
	margin-top: 20px;
}

.g-sm-pr-15 {
	padding-right: 15px;
}

.g-pt-50 {
	padding-top: 50px;
}

.g-pb-50 {
	padding-bottom: 50px;
}

.g-pt-54 {
	padding-top: 54px;
}

.g-col-35p {
	width: 35%;
	float: left;
}

.g-pt-163 {
	padding-top: 163px;
}

.g-pt-80 {
	padding-top: 80px;
}

.g-pb-26 {
	padding-bottom: 26px !important;
}

.why-olam-wrapper .tile-text-container.why-olam-tile-container {
	padding-top: 13px;
	padding-bottom: 52px;
}

.broucher-title {
	letter-spacing: -1.1px;
	line-height: 1.1;
}

.broucher-para {
	line-height: 1.3;
}

.why-olam-tile-img-wrap {
	padding-top: 20px;
}

.g-mb-38 {
	margin-bottom: 38px;
}

.g-mb-20 {
	margin-bottom: 20px;
}

.g-mb-10 {
	margin-bottom: 10px;
}

.g-mb-25 {
	margin-bottom: 25px;
}

.g-mt-120 {
	margin-top: 120px;
}
/* Mobile */
@media ( max-width :767px) {
	.g-l-10 {
		left: 0;
	}
	.g-pt-xs-60 {
		padding-top: 60px;
	}
	.g-pt-xs-5 {
		padding-top: 5px;
	}
	.g-pb-xs-50 {
		padding-bottom: 50px;
	}
	.g-pt-xs-0 {
		padding-top: 0;
	}
	.g-mb-xs-0 {
		margin-bottom: 0;
	}
	.txt-center {
		text-align: center;
	}
	.g-pt-163 {
		padding-top: 70px;
	}
	.g-pb-xs-50 {
		padding-bottom: 50px;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.g-mt-xs-0 {
		margin-top: 0;
	}
	.why-olam-wrapper .card-event {
		margin-top: -50px;
	}
	.g-pb-xs-60 {
		padding-bottom: 60px;
	}
	.g-pb-xs-0 {
		padding-bottom: 0;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.g-pb-xs-50 {
		padding-top: 50px;
	}
	.future-wrapper p {
		text-align: center;
		margin-bottom: 25px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.tile-img-block .img-responsive {
		margin: 0 auto;
	}
}
/* ipad - portrait */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
	.why-olam-awards-wrapper .awards-top {
		padding-top: 0;
	}
	.g-l-10 {
		left: 0;
	}
	.g-pa-0-xs {
		padding: 0;
	}
	.g-pt-163 {
		padding-top: 70px;
	}
	.g-pt-xs-0 {
		padding-top: 0 !important;
	}
	.g-sm-pr-15 {
		padding-right: 15px;
	}
	.col-sm-offset-8-port {
		margin-left: 0;
	}
	.col-sm-3-port {
		width: auto;
	}
	.pos-rel-sm-port {
		position: relative;
	}
	.g-pb-xs-50 {
		padding-bottom: 50px;
	}
	.g-mb-xs-0 {
		margin-bottom: 0;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.why-olam-awards-wrapper .change-title {
		margin-top: 0;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	.g-mb-0--sm {
		margin-bottom: 0;
	}
	.why-olam-wrapper .card-event {
		margin-top: -50px;
	}
	.g-pb-xs-0 {
		padding-bottom: 0;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.g-pb-xs-50 {
		padding-top: 50px;
	}
}
/* ipad - landscape */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-pt-sm-0 {
		padding-top: 0px;
	}
	.g-pb-sm-48 {
		padding-bottom: 48px;
	}
	.why-olam-awards-wrapper .awards-top {
		padding-top: 54px;
	}
	.read-more-broucher {
		margin-left: 0px;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	.g-mb-0--sm {
		margin-bottom: 0;
	}
	.g-pt-sm-40 {
		padding-top: 40px;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-pb-sm-48 {
		padding-bottom: 48px;
	}
	.g-l-10 {
		left: 0;
	}
	.why-olam-awards-wrapper .awards-top {
		padding-top: 54px;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	.g-mb-0--sm {
		margin-bottom: 0px;
	}
	.why-olam-wrapper .card-event {
		margin-top: -50px;
	}
}
/* our services - why olam page Component Specific css start */
.why-olam-wrapper .cardcomponent .tile-text-container {
	margin-left: 0;
}

.why-olam-wrapper .cardcomponent .tile-text-container>h5 {
	margin: 0 0 10px;
}

.why-olam-wrapper .cardcomponent .tile-text-container>.crazy-idea {
	margin-bottom: 20px;
}
/* our services - why olam page Component Specific css end */
/* our values - why olam page Component Specific css start */
.card-image-wrapper .textimagecarousel:not (:first-child ):nth-child(odd) .g-pt-60
	{
	padding-top: 0;
}
/* our values - why olam page Component Specific css end */
.comp-titletext>p:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.comp-titletext>p {
		text-align: center;
	}
}
/* CSS for Product Home page */
.g-pr-5p {
	padding-right: 5%;
}

.discover-our-range-wrapper .products-list {
	padding-left: 40px;
	padding-right: 40px;
}

.auto-width {
	width: auto;
}

.width-46p {
	width: 46%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.width-54p {
	width: 54%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.g-pl-63 {
	padding-left: 63px;
}

.width-38p {
	width: 38%;
}

.discover-our-range-wrapper .pdt-even-col:nth-child(even) {
	margin-bottom: 20px;
	padding-left: 20px;
}

.discover-our-range-wrapper .pdt-even-col:nth-last-child(2) {
	margin-bottom: 0;
}
/* Mobile - xs */
@media ( max-width :767px) {
	.discover-our-range-wrapper .intro-head.light-green-text {
		text-align: left;
	}
	.products-list-accordion .products-list .product-name,
		.products-list-accordion .products-list .product-find-more {
		margin-left: 0;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.products-list-accordion .products-list {
		min-width: 237px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* Product List Mobile Accordion Start */
.products-list-accordion .products-list {
	padding: 19px 20px;
	display: block;
}

.products-list-accordion .product-list-content {
	margin-top: 10px;
	display: block;
}

.products-list-accordion .product-list-content a {
	/* font-size: 26px; */
	font-weight: 500;
	line-height: 1.62;
	display: block;
}

.products-list-accordion .product-list-title span.product-name {
	width: 80%;
	float: left;
}

.products-list-accordion .product-list-title span+span {
	float: right;
	display: block;
	border: 3px solid #7d7d7d;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-top: 8px;
}

.products-list-accordion .product-list-title span+span:after {
	font-family: 'Glyphicons Halflings';
	content: "\2b";
	float: right;
	color: grey;
	font-size: 12px;
	margin-right: 3px;
	margin-top: 1px;
	font-weight: normal;
	transform: rotate(0deg);
}

.products-list-accordion .product-list-title.active span+span:after {
	transform: rotate(45deg);
}
/* Product List Mobile Accordion End */
/* CSS for Product_Sustainability page */
.small-caption-txt {
	height: 22px;
	font-family: GTWalsheim;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #0b4b52;
}

.g-pl-30 {
	padding-left: 30px;
}

.g-pr-15 {
	padding-right: 15px;
}

.g-pt-45 {
	padding-top: 45px;
}

.g-pl-50 {
	padding-left: 50px;
}

.prod-sustain-child-labour-section .purpose-block {
	left: 116px;
}

.disp-block {
	display: block;
}

.width-80p {
	width: 80%;
}

.prod-sustain-child-labour-section .event-content {
	margin-bottom: 15px;
}

.products-page-map-wrapper .globe-tab-container {
	bottom: 40px;
	position: absolute;
	left: 125px;
}

.products-page-map-wrapper .map-presence {
	left: 125px;
}

.products-page-map-wrapper .region-product .product-content-wrapper {
	right: 80px;
}

.products-page-map-wrapper  ul:first-child .product-description-2 {
	width: 151px;
}

.products-page-map-wrapper  ul:first-child li:nth-child(2) .product-description-2
	{
	width: 100px;
}

.products-page-map-wrapper .region-detail {
	margin-bottom: 0;
}

.products-page-map-wrapper .product-value {
	margin-top: 30px;
}

.products-page-map-wrapper .product-analysis-item {
	margin-right: 0;
}

.products-page-video-wrapper .press-video {
	height: 298px;
}

.products-page-pdf-wrapper .download-pdf-btn {
	margin-top: 0;
}

.products-page-pdf-wrapper p {
	padding-bottom: 5px;
}

.assoc-brand-img {
	width: 140px;
	height: 197px;
}

.product-tab {
	bottom: -650px !important;
	z-index: 1;
}

.theme-based-pumpkin-btn {
	margin-top: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.2px;
	text-align: center;
	color: var(--olam-white);
	border-radius: 100px;
	background-color: var(--primary-color);
	padding: 13px�33px;
}

.theme-based-pumpkin-btn:hover, .theme-based-pumpkin-btn:focus,
	.theme-based-pumpkin-btn:active, .theme-based-pumpkin-btn:visited {
	color: var(--olam-white);
}

.orange-pumpkin-btn {
	margin-top: 24px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.2px;
	text-align: center;
	color: #ffffff;
	border-radius: 100px;
	background-color: #fd8104;
	padding: 13px�33px;
}

.orange-pumpkin-btn:hover, .orange-pumpkin-btn:focus,
	.orange-pumpkin-btn:active, .orange-pumpkin-btn:visited {
	color: #ffffff;
}
/* Mobile - xs */
@media ( max-width :767px) {
	.prod-sustain-child-labour-section .purpose-block {
		left: 0;
	}
	.products-page-map-wrapper .map-presence {
		left: 0;
	}
	.products-page-map-wrapper .region-product .product-content-wrapper {
		right: 0;
	}
	.products-page-map-wrapper .globe-tab-container {
		width: 91%;
		left: 5%;
	}
	.products-page-map-wrapper .map-presence>div {
		padding: 20px;
	}
	.assoc-brand-img {
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	.products-page-map-wrapper .map-presence h3 {
		margin-bottom: 15px;
		width: 100%;
	}
	.products-map {
		height: 500px !important;
	}
	.product-tab {
		bottom: -473px !important;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.prod-sustain-child-labour-section .purpose-block {
		left: 0;
	}
	.products-page-map-wrapper .globe-tab-container {
		left: 10%;
	}
	.products-page-map-wrapper .map-presence {
		left: 42px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.products-page-map-wrapper .region-product .product-content-wrapper {
		right: 0;
	}
	.products-page-map-wrapper .map-presence {
		left: 42px;
	}
	.products-page-map-wrapper .globe-tab-container {
		left: 12%;
	}
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.prod-sustain-child-labour-section .purpose-block {
		left: 0;
	}
	.products-page-map-wrapper .region-product .product-content-wrapper {
		right: 0;
	}
	.products-page-map-wrapper .map-presence {
		left: 115px;
	}
	.associated-brands-container .download-pdf-btn .round-btn-title {
		width: 52%;
	}
	.prod-spc-pdf-wrapper .download-pdf-btn .round-btn-title {
		width: 80%;
	}
}
/* WEBCASTS CSS */
.document-info {
	width: 100%;
	padding-left: 10px;
}
.alignfilename {
	padding-left: 57% !important;
	padding-top: 3% !important;
}

.aligndownload {
	padding-left: 3% !important;
}

.aligntype {
	font-size: 17px !important;
	/*display: none*/
}

.orange {
	color: #fd8104 !important;
}

.link-download:hover, .link-download:focus, .link-download:active,
	.link-download:visited {
	text-decoration: none;
	/* color: #7d7d7d !important; */
}

.docicon {
	padding-top: 130% !important;
}

.download-pdf-text {
	/* height: 30px; */
	/* font-size: 20px; */
	/* font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal; */
	color: var(--primary-color);
	/* text-decoration: none; */
}

.download-pdf-text:hover, .download-pdf-text:focus, .download-pdf-text:active,
	.download-pdf-text:visited {
	text-decoration: none;
	color: var(--primary-color);
}

/* download PDF component */
/* .download-pdf-btn {
	margin-top: 10px;
	display: inline-block;
} */
/* .download-pdf-btn .download-pdf-btn__subtext {
	display: block;
	padding-top: 8px;
	text-align: center;
} */

.two-column-download-wrapper li {
	display: flex;
	align-items: center;
	float: left;
	width: 48.5%;
	clear: none;
}

.two-column-download-wrapper .download-list li:nth-child(odd) {
	margin-right: 3%;
}

.two-column-download-wrapper .download-description {
	padding-left: 10px;
}

.download-list li {
	list-style: none;
}

.two-column-download-wrapper .download-wrap {
	margin-right: 30px;
}

.no-ir-thumbnail .download-wrap {
	margin-left: 0;
}
/* Mobile */
@media ( max-width :767px) {
	.two-column-download-wrapper li {
		float: none;
		width: 100%;
		clear: both;
	}
	.two-column-download-wrapper .download-wrap {
		margin-right: 15px;
	}
	
}
/* ipad - portrait */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
	
	.two-column-download-wrapper .download-wrap {
		margin-right: 125px;
		text-align: left;
	}
}




/* ipad Pro - portrait */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
.card-text-content {
    padding: 20px;
}
.card-action-container {
	text-align: center;
}

.card-content-wrapper .more-img {
	height: 300px;
}

@media (min-width:992px) {
	.card-text-content {
		height: 242px;
		overflow: hidden;
	}
	.description-wrapper {
		height: 141px;
		overflow: hidden;
	}
	.card-action-container {
		text-align: left;
	}
	.description-wrapper h3 {
		height: 56px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.description-wrapper p {
		height: 70px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width:1200px) {
	.card-text-content {
		height: 261px;
		overflow: hidden;
	}
	.description-wrapper {
		height: 160px;
		overflow: hidden;
	}
	.description-wrapper h3 {
		height: 64px;
	}
	.description-wrapper p {
		height: 81px;
	}
}
@media (min-width:1600px) {
	.card-text-content {
		height: 281px;
		overflow: hidden;
	}
	.description-wrapper {
		height: 180px;
		overflow: hidden;
	}
	.description-wrapper h3 {
		height: 72px;
	}
	.description-wrapper p {
		height: 93px;
	}
}
/* Tile Slider */
.tile-slider .tile-date {
	margin-bottom: 20px;
	color: var(--olam-cold-grey);
}
.tile-slider .tag {
	margin-bottom: 20px;
	min-width: 122px;
}
.tile-slider .tile-text-container h6 {
	display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tile-slider .tile-text-container p {
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;
	height: 76px;
}
.tile-eyebrow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-tile-img {
	color: white;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	resize: both;
	overflow: auto;
}
/*OWR-1599 Latest article*/
.Latest.on.Olam {
	top: 80% !important;
	width: 100% !important;
	margin-top: -34px;
	height: 130px;
}

.three #imageSecondVersion {
	display: none;
}

.six #imageOne {
	display: none;
}
/*related article*/
img.img-responsive.home-tile-img.The.latest.sustainability.news {
	top: 80% !important;
	width: 100% !important;
	margin-top: -34px;
	height: 130px;
}
/*related article*/
/*OWR-1599 Latest article*/
.card-img-holder {
	/*height: 210px;
    height: 102px;*/
	height: 112px; /* Added this height for blocks arrangement*/
	overflow: hidden;
	text-align: center;
	position: relative;
}

.event-date {
	font-weight: bold !important;
}

.home-Threetile-img {
	width: 100%;
	max-height: 210px;
	overflow: hidden;
}

.home-tile-img-display {
	display: table;
	width: 100%;
}

.home-tile-img-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.home-tile-img-wrapper img {
	margin: auto;
	width: 100%;
    height: auto;
}

.three-tile-content {
	width: 100%;
	height: auto;
}

.three-tile-blog-content {
	width: 100%;
	height: auto;
	margin-bottom: 11px;
}

.tile-slider .tile-text-container .three-tile-content p {
	display: none;
}

.tile-slider .tile-text-container .three-tile-blog-content p {
	display: none;
}

@media (min-width: 993px) {
	.tile-eyebrow {
		height: 82px;
	}
	.three-tile-content {
		height: 150px;
	}
	.three-tile-blog-content {
		height: 252px;
	}
	.tile-slider .tile-text-container .three-tile-content p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 5;
		height: unset;
	}
	.tile-slider .tile-text-container .three-tile-blog-content p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 11;
		height: unset;
	}
}
@media (min-width: 1200px) {
	.tile-eyebrow {
		height: unset;
	}
	.three-tile-content {
		height: 180px;
	}
	.three-tile-blog-content {
		height: 282px;
	}
	.tile-slider .tile-text-container .three-tile-blog-content p {
		-webkit-line-clamp: 10;
	}
}
@media (min-width: 1600px) {
	.three-tile-content {
		height: 208px;
	}
	.three-tile-blog-content {
		height: 310px;
	}
}


.tile-wrapper {
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #e6e6e6;
}

.blog-card-text {
	letter-spacing: -0.2px;
}

.date-wrap {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.tile-slider.slick-slider {
		margin-bottom: 60px;
	}
	.tile-slider .slick-dots {
		bottom: -45px;
	}
	.home-tile-img {
		height: auto;
	}
	.three-tile-content {
		height: auto;
	}
	.three-tile-blog-content {
		height: auto;
	}
	.three-tile-content h5, .three-tile-blog-content h5 {
		max-height: unset;
		overflow: unset;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.home-tile-img {
		height: auto;
		left: 28%;
	}
}


.newsheight {
	height: 409px;
}

/* Tiles - End */

/* Innovation-and-quality-centres -cards mobile view */
@media ( max-width :767px) {
	.innovationmobile {
		/*margin-left: 44px !important;*/
		margin: 0 13% !important;
		padding-left: 5% !important;
	}
}
/* Innovation-and-quality-centres -cards mobile view - End */
/* Four tiles inside Carousel */
.four-tile-carousel-wrapper .tile-text-container>.row-element {
	height: auto;
}

.four-tile-carousel-wrapper .tile-text-container h5 {
	line-height: 1.3;
	margin-top: 0;
}

.slick-dots li button:before {
	font-size: 25px;
	width: 40px;
	height: 40px;
	color: #dedad4;
	opacity: 1;
}

.four-tile-carousel-wrapper .four-tile-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -18px;
	left: unset;
	z-index: 11;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots {
    bottom: 0;
    top: unset !important;
	z-index: 1;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots li {
	margin: 0;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots li button:before {
    font-size: 16px !important;
    width: 0 !important;
    color: var(--primary-color, #000) !important;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots li.slick-active {
    width: 54px;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots li.slick-active button {
    background: var(--primary-color, #000) !important;
    height: 16px;
    border-radius: 10px;
    width: 48px;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color, #000) !important;
}
.four-tile-carousel-wrapper .four-tile-slider .slick-arrow:before {
	color: var(--primary-color, #000) !important;
}

@media (min-width: 992px) {
	.four-tile-carousel-wrapper .tile-text-container>.row-element {
		height: 120px;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.four-tile-carousel-wrapper .tile-text-container>.row-element {
		height: 150px;
	}
}
@media (min-width: 1600px) {
	.four-tile-carousel-wrapper .tile-text-container>.row-element {
		height: 170px;
	}
}

/* Mobile - xs */
@media ( max-width :767px) {
	.four-tile-carousel-wrapper .card-wrapper>.row-element .home-tile-img {
		height: 210px;
	}
	.four-tile-carousel-wrapper .four-tile-slider .slick-dots {
		bottom: -9px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.four-tile-carousel-wrapper .card-wrapper>.row-element .home-tile-img {
		height: 210px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}

@media ( max-width :991px) {
	.four-tile-carousel-wrapper .tile-text-container>.row-element:first-child
		{
		height: auto;
	}
}
.sustain-image {
	height: 452px;
	width: 100%;
}

.sustain-focus-text {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	width: 98%;
}

.sustain-btn-wrapper {
	text-align: center;
}

.sustain-full-width-card {
	top: -49px !important;
}

.sustain-block {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
}

.sustain-content-subtitle {
	letter-spacing: -0.2px !important;
	font-weight: normal !important;
}

@media ( max-width :767px) {
	.sustain-focus-text {
		text-align: center;
		width: 100%;
	}
	.sustain-full-width-card {
		top: 0px !important;
	}
	.txt-center {
		text-align: center;
	}
}

@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.txt-left-pro {
		text-align: left;
	}
}
/* three tiles image inside Carousel */
.tile-image-text-container {
	margin: 0px 20px 0px 0px !important;
	padding-top: 35px;
	padding-bottom: 36px;
}

.three-image-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -0.5px;
	margin-top: 0;
}

.slick-dots li button:before {
	font-size: 25px;
	width: 40px;
	height: 40px;
	color: #dedad4;
	opacity: 1;
}

.highlight-image {
	width: 36%;
	height: 36%;
}

.three-image-content {
	height: 255px;
	overflow: hidden;
}

.three-tile-desc {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	/* width:87%; */
}
/* Mobile - xs */
@media ( max-width :767px) {
	.three-image-content {
		height: auto;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* Future leaders page - Featured vacancies wrapper css - 3 column without tile image */
.feature-leads-vacancies-wrapper .three-tile-content {
	height: 362px;
}

.feature-leads-vacancies-wrapper .tile-text-container {
	padding-top: 25px;
}

@media only screen and (max-width: 767px) {
	.feature-leads-vacancies-wrapper .three-tile-content {
		height: auto;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.feature-leads-vacancies-wrapper .three-tile-content {
		height: auto;
	}
}

@media ( max-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.feature-leads-vacancies-wrapper .three-tile-content {
		height: 450px;
	}
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.feature-leads-vacancies-wrapper .three-tile-content {
		height: 450px;
	}
}
/* IR Library page */
.date-wrapper {
	display: none;
}

.library-filter .form-control[disabled], .library-filter .form-control[readonly]
	{
	background-color: #fff;
}

.webcast-size {
	width: 100%;
	height: 452px;
}

.ir-title-size {
	width: 94%;
	display: inline-block;
}

.ir-modal-close {
	padding: 0 !important;
}

.refine-ir-library {
	line-height: 1.3;
	letter-spacing: normal;
}

/* Mobile - xs */
@media ( max-width :767px) {
	.card-container.non-webcast-wrapper .news-read.read-more {
		padding-top: 10px;
		text-align: center;
	}
	.webcast-size {
		width: 100%;
		height: 192px;
	}
	.ir-title-size {
		width: 89%;
	}
	p.wrap {
		white-space: nowrap;
	}
	p.ellipsis-title {
		text-overflow: ellipsis;
		overflow: hidden;
	}
	p.box-wraps {
		width: 118px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.card-container.non-webcast-wrapper .news-read.read-more {
		padding-top: 10px;
		text-align: center;
	}
	.webcast-size {
		width: 100%;
		height: 452px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.card-container.non-webcast-wrapper .download-pdf-btn .download-pdf-text
		{
		display: block !important;
	}
	.card-container.non-webcast-wrapper .download-pdf-btn .round-btn-title {
		display: none !important;
	}
	.webcast-size {
		width: 100%;
		height: 452px;
	}
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.card-container.non-webcast-wrapper .download-pdf-btn .download-pdf-text
		{
		display: block !important;
	}
	.card-container.non-webcast-wrapper .download-pdf-btn .round-btn-title {
		display: none !important;
	}
	.webcast-size {
		width: 100%;
		height: 452px;
	}
}
/* CSS for Investors page */
.txt-fz-28 {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -0.5px;
}
/* Investor card wrapper */
.investor-card-wrapper h3 .glyphicon {
	top: -5px;
}
/* Mobile - xs */
@media ( max-width :767px) {
	.investor-card-wrapper.card {
		padding: 20px 20px 30px 20px;
	}
	.sgx-txt-align {
		text-align: center;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.sgx-txt-align {
		text-align: left;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* Investor card wrapper */
.investor-card-wrapper {
	max-width: 455px;
	padding: 20px 30px 30px 30px;
	background: white;
}

.investor-card-wrapper h3 .glyphicon {
	top: -5px;
	display: none;
}

.share-title {
	font-size: 16px;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 1.38;
}

.stock-values {
	font-style: italic;
}

/* Mobile - xs */
@media ( max-width :767px) {
	.investor-card-wrapper.card {
		padding: 20px 20px 30px 20px;
	}
	.sgx-txt-align {
		text-align: center;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.sgx-txt-align {
		text-align: left;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
/* Modal Subscribe */
.disc-head {
	letter-spacing: -1.1px;
}

.disclaimer-wrapper {
	padding: 40px 30px 43px;
}

.disclaimer-modal-dialog {
	width: 865px;
}

.disclaimer-text {
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
}

.disclaimer-text p {
	margin-bottom: 20px;
}

.disc-checkbox {
	margin-right: 20px;
}

.disclaimer-modal-body {
	height: auto;
	padding: 0px;
}

.error-disc-text {
	font-weight: bold;
}
/* End Modal Subscribe */
@media ( max-width :767px) {
	.disclaimer-modal-dialog {
		width: 95%;
	}
	.error-disc-text {
		display: block;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.disclaimer-modal-dialog {
		width: 95%;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.disclaimer-modal-dialog {
		width: 95%;
	}
}
/* Custom Radio Button */
/* The container */
.ir-category-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-txt {
	padding-left: 15px;
	display: inline-block;
}

/* Hide the browser's default radio button */
.ir-category-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: var(--olam-light-warm-grey);
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.ir-category-container:hover input ~ .checkmark {
	background-color: #dedad4;
}

/* When the radio button is checked, add a blue background */
.ir-category-container input:checked ~ .checkmark {
	background-color: var(--olam-light-green);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.ir-category-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.ir-category-container .checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.cookie-height {
	min-height: 170px !important;
}

.cookies-panel {
	height: 150px;
	background: #c8c3bf;
	display: none;
}

.cookies-panel-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 150px;
	margin-right: 150px;
}

.cookie-text p {
	font-size: 12px;
	line-height: 1.4;
}

.cookie-text p a {
	font-size: 12px;
	line-height: 1.4;
	color: #00869d;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.button-cookie-small {
	font-size: 12px;
	line-height: 0.7;
	border: solid 1px #ffffff;
	padding: 5px 15px;
}

@media ( min-width : 992px) {
	.cookies-panel-inner {
		padding-right: 0;
	}
}

@media ( max-width :767px) {
	.cookies-panel {
		height: 190px !important;
	}
	.cookies-panel-inner {
		margin-left: 20px;
		margin-right: 50px;
	}
}

@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.cookies-panel {
		height: 82px;
	}
	.cookies-panel-inner {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
/* iPad - landscape - sm */
@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
}
.download-pdf-text {
	/* height: 30px; */
	/* font-size: 20px; */
	/* font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal; */
	color: var(--primary-color);
	/* text-decoration: none; */
}

.download-pdf-text:hover, .download-pdf-text:focus, .download-pdf-text:active,
	.download-pdf-text:visited {
	text-decoration: none;
	color: var(--primary-color);
}


.two-column-download-wrapper li {
	float: left;
	width: 48.5%;
	clear: none;
}

.two-column-download-wrapper .download-list li:nth-child(odd) {
	margin-right: 3%;
}

.two-column-download-wrapper .download-wrap {
	margin-right: 30px;
}

.no-ir-thumbnail .download-wrap {
	margin-left: 0;
}
/* Mobile */
@media ( max-width :767px) {
	.two-column-download-wrapper li {
		float: none;
		width: 100%;
		clear: both;
	}
	.two-column-download-wrapper .download-wrap {
		margin-right: 15px;
	}
	
}
/* ipad - portrait */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
	
	.two-column-download-wrapper .download-wrap {
		margin-right: 125px;
		text-align: left;
	}
}

/* ipad Pro - portrait */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
}
.digital-enabler-height {
	width: 255px !important;
	height: 428px !important;
}

.digitalenablers {
	margin-top: -51px !important;
}

.home-tile-img {
	max-height: 165% !important;
	top: 62% !important;
	width: 100% !important;
	height: 149px !important;
}

.bottom-align {
	padding-left: 38px !important;
	padding-top: 10px;
}

.arrowclass-digital {
	margin: auto 24px;
	padding: 11px;
	cursor: pointer;
	padding-left: 50px !important;
}

.digital-enabler-top {
	width: 240% !important;
	margin-left: -93px !important;
}

@media only screen and (max-width: 767px) {
	.slick-slide .slick-cloned {
		/* width: 485px !important;*/
		
	}
	.bottom-align {
		padding-left: 1px !important;
	}
	.arrowclass-digital {
		padding-left: 11px !important;
	}
	.slick-slide .slick-current .slick-active {
		height: 274px !important;
	}
	.digital-enabler-height {
		width: 358px !important;
		margin-left: 101px !important;
		height: 270px !important;
	}
}
.olam-compass-teaser {
	width: 98%;
	display: inline-block;
	margin-left: .5%;
    margin-right: .5%;
	margin-top: 20px;
}
.olam-compass-teaser__title {
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}
.olam-compass-teaser img {
	width: 100%;
	height: 100%;
}
.olam-compass-teaser__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
}
.olam-compass-teaser__content .tag {
	display: block;
	margin-bottom: 2px;
    height: auto;
}
@media (min-width: 768px) {
	.olam-compass-teaser {
		width: 48%;
	}
	.olam-compass-teaser__content {
		flex-direction: row;
	}
	.olam-compass-teaser__title {
		height: 40px;
		display: -webkit-box;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 992px) {
	.olam-compass-teaser {
		width: 32%;
	}
}
@media (min-width: 1200px) {
	.olam-compass-teaser__title {
		height: 62px;
	}
}
.inner-talking-heads {
	min-width: 100%;
	margin: 0 auto;
}

.theVideo-class-talking-heads {
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center;
}

@media only screen and (min-width: 992px) {
	.profiles-heads {
		margin-top: auto;
		margin-left: 30px;
		margin-right: 18px;
		z-index: 2;
	}
	 .iframe-talking-heads {
		width: 100%;
		height: 420px !important;
		max-height: 465px !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% 82%;
	}
	.scroll-talking-heads {
		min-height: 200px;
		max-height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
		float: left;
		background-color: #fff;
	}
	#scroll-style::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}
	#scroll-style::-webkit-scrollbar {
		width: 6px;
		background-color: #F5F5F5;
	}
	#scroll-style::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		/*background-color: #555;*/
	}
}

ul#wholelist {
	list-style-position: inside;
	padding-left: 20px;
}

.profiles-heads ul li {
	border-bottom: 1px solid rgb(140, 140, 140);
	padding-bottom: 17px;
	padding-top: 3px;
	list-style: none;
}

.namecard {
	margin-left: 95px;
	margin-top: -60px;
}

.namecard span {
	font-weight: normal;
}

.custDesignation {
	margin-right: 0px;
}

ul.wholelist li a:hover {
	text-decoration: none;
	cursor: pointer;
	background: #dcd4d4;
}
/*Mobile css */
@media only screen and (max-width: 991px) {
	.iframe-talking-heads {
		width: 100%;
		height: 215px !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% 82%;
	}
	.news-casters-list {
		margin-top: 20px;
	}
}
/*Support Classes Start*/
.clearfix {
	clear: both;
}
/* Our Values Start */
.g-fz-28 {
	font-size: 28px;
	line-height: 1.14;
	letter-spacing: -0.5px;
}

.g-pt-40 {
	padding-top: 40px;
}

.g-pl-95 {
	padding-left: 95px;
}

.g-pl-15 {
	padding-left: 15px;
}

.g-mr-4 {
	margin-right: 4px;
}

.g-ml-5 {
	margin-left: 5px;
}

.g-pl-5 {
	padding-left: 5px;
}

.g-pt-125 {
	padding-top: 125px;
}

.g-l-10 {
	left: 10px;
}

.g-pt-60 {
	padding-top: 60px;
}

.g-pt-25 {
	padding-top: 25px;
}

.g-mb-61 {
	margin-bottom: 61px;
}

.g-ma-0 {
	margin: 0;
}

.g-pl-25 {
	padding-left: 25px;
}

.g-pt-15 {
	padding-top: 15px;
}

.g-pt-8 {
	padding-top: 8px;
}

.g-pb-8 {
	padding-bottom: 8px;
}

.g-mb-0 {
	margin-bottom: 0;
}

.g-mb-3 {
	margin-bottom: 3px;
}

.g-mb-4 {
	margin-bottom: 4px;
}

.g-mb-36 {
	margin-bottom: 36px;
}

.g-pb-37 {
	padding-bottom: 37px;
}

.g-pt-4 {
	padding-top: 4px;
}

.g-pt-100 {
	padding-top: 100px;
}

.g-pr-0 {
	padding-right: 0;
}

.g-pr-30 {
	padding-right: 30px;
}

.g-pr-10 {
	padding-right: 10px;
}

.g-mt-5 {
	margin-top: 5px;
}

.g-pr-27 {
	padding-right: 27px;
}

.g-pb-90 {
	padding-bottom: 90px;
}

.g-pt-5 {
	padding-top: 5px;
}

.g-pt-13 {
	padding-top: 13px;
}

.g-pt-19 {
	padding-top: 19px;
}

.g-pb-56 {
	padding-bottom: 56px;
}

.g-ml-0 {
	margin-left: 0;
}

.g-mt-20 {
	margin-top: 20px;
}

.g-pt-50 {
	padding-top: 50px;
}

.g-pb-50 {
	padding-bottom: 50px;
}

.g-pt-54 {
	padding-top: 54px;
}

.g-col-35p {
	width: 35%;
	float: left;
}

.g-pt-190 {
	padding-top: 190px;
}

.g-pb-26 {
	padding-bottom: 26px !important;
}

.g-py-60 {
	padding: 60px 0;
}

.g-pr-25 {
	padding-right: 25px;
}

.g-pl-40 {
	padding-left: 40px;
}

.g-pt-20 {
	padding-top: 20px;
}

.g-mb-38 {
	margin-bottom: 38px;
}

.g-mb-20 {
	margin-bottom: 20px;
}

.g-mb-10 {
	margin-bottom: 10px;
}

.g-mb-25 {
	margin-bottom: 25px;
}

.g-mt-120 {
	margin-top: 120px;
}

.g-pr-50 {
	padding-right: 50px;
}

.g-fs-16 {
	font-size: 16px;
}

.g-pt-130 {
	padding-top: 130px;
}

.g-pr-40 {
	padding-right: 40px;
}

.g-pb-0 {
	padding-bottom: 0;
}

.g-mb-60 {
	margin-bottom: 60px;
}

.g-ml-66 {
	margin-left: 66px;
}

.g-pl-14 {
	padding-left: 14px;
}

.g-pl-8 {
	padding-left: 8px;
}

.g-pr-20 {
	padding-right: 20px;
}

.g-pt-45 {
	padding-top: 45px;
}

.g-pl-50 {
	padding-left: 50px;
}

.g-mt-60 {
	margin-top: 60px;
}

.g-pb-60 {
	padding-bottom: 60px;
}

.g-mb-55 {
	margin-bottom: 55px;
}

.g-mr--10 {
	margin-right: -10px;
}

.g-pt-80 {
	padding-top: 80px;
}
/* our Values End */
/* contact us common css Start */
.g-py-80 {
	padding: 80px 0;
}

.g-pt-10 {
	padding-top: 10px;
}

.g-pt-17 {
	padding-top: 17px;
}

.g-pb-55 {
	padding-bottom: 55px;
}
/* contact us common css End */
.g-my-10 {
	margin: 10px 0;
}

.g-mt-85 {
	margin-top: 85px;
}

.g-mb-15 {
	margin-bottom: 15px;
}

.g-mb-18 {
	margin-bottom: 18px;
}

.g-mb-110 {
	margin-bottom: 110px;
}

.g-mt-11 {
	margin-top: 11px;
}

.g-mt-30 {
	margin-top: 30px;
}

.g-pl-32 {
	padding-left: 32px;
}

.g-mt-64 {
	margin-top: 64px;
}

.g-mt-105 {
	margin-top: 105px;
}

.g-pl-7 {
	padding-left: 7px;
}

.g-mb-57 {
	margin-bottom: 57px;
}

.g-mt-25 {
	margin-top: 25px;
}

.g-mb-65 {
	margin-bottom: 65px;
}

.g-mb-121 {
	margin-bottom: 121px;
}

.g-mb-80 {
	margin-bottom: 80px;
}

.g-pl-65 {
	padding-left: 65px;
}

.g-pl-30 {
	padding-left: 30px;
}

.g-mb-23 {
	margin-bottom: 23px;
}

.g-mb-84 {
	margin-bottom: 84px;
}

.g-pb-10 {
	padding-bottom: 10px;
}

.g-pb-34 {
	padding-bottom: 34px;
}

.g-pb-100 {
	padding-bottom: 100px;
}

.g-pb-15 {
	padding-bottom: 15px;
}

.g-pb-20 {
	padding-bottom: 20px;
}

.g-mt-15 {
	margin-top: 15px;
}

.g-mb-70 {
	margin-bottom: 70px;
}

.g-mb-50 {
	margin-bottom: 50px;
}

.g-mb-40 {
	margin-bottom: 40px;
}

.g-mt-10 {
	margin-top: 10px;
}

.g-mb-100 {
	margin-bottom: 100px;
}

.g-mb-34 {
	margin-bottom: 34px;
}

.g-mb-32 {
	margin-bottom: 32px;
}

.g-mt-32 {
	margin-top: 32px;
}

.g-mb-22 {
	margin-bottom: 22px;
}

.g-mb-26 {
	margin-bottom: 26px;
}

.p-fs-14 p {
	font-size: 14px;
}

/* Location - Start */
.g-mb-27 {
	margin-bottom: 27px;
}

.g-mb-46 {
	margin-bottom: 46px;
}

/* Location - End */

/* Accordion Css Start */
.g-mb-47 {
	margin-bottom: 47px;
}

.g-pt-9 {
	padding-top: 9px;
}

.g-pt-18 {
	padding-top: 18px;
}

.g-mt-50 {
	margin-top: 50px;
}
/* .g-pt-sm-40 {           Ansu Boardofdirectors 
    padding-top: 40px;
} */
.g-pt-30 {
	padding-top: 30px;
}

.g-ml-50 {
	margin-left: 50px;
}

.g-mr-20 {
	margin-right: 20px;
}

.g-mb-75 {
	margin-bottom: 75px;
}

.g-mr-56 {
	margin-right: 56px;
}

.g-mb-30 {
	margin-bottom: 30px;
}

.g-mt-70 {
	margin-top: 70px;
}

.g-ml-30 {
	margin-left: 30px;
}

.g-pr-35 {
	padding-right: 35px;
}

.g-pl-63 {
	padding-left: 63px;
}
/* CSS for Product Home page */
.g-pr-5p {
	padding-right: 5%;
}

.g-pl-90 {
	padding-left: 90px;
}
/* subscribe css start */
.g-mt-100 {
	margin-top: 100px;
}
/* subscribe css end */
/* twoDmap css start */
.g-mt-55 {
	margin-top: 55px;
}

.g-mt-40 {
	margin-top: 40px;
}
/* twoDmap css End */
/* Location bgimage card css start */
.g-mt-170 {
	margin-top: 170px;
}

.g-mb-170 {
	margin-bottom: 170px;
}
/* Location bgimage card css end */
/* Hero image banner tite Start */
.g-pb-87 {
	padding-bottom: 87px;
}

.g-mb-85 {
	margin-bottom: 85px;
}
/* Hero image banner tite End */
@media only screen and (max-width: 767px) {
	.g-pl-0--sm {
		padding-left: 0px;
	}
	.g-pl-40--sm {
		padding-left: 40px;
	}
	.g-pt-xs-17 {
		padding-top: 17px;
	}
	.g-pr-xs-5 {
		padding-right: 5px;
	}
	.g-pl-xs-15 {
		padding-left: 15px;
	}
	.g-mb-xs-15 {
		margin-bottom: 15px;
	}
	.g-mb-xs-30 {
		margin-bottom: 30px;
	}
	.g-mb-xs-50 {
		margin-bottom: 50px;
	}
	/* why-olam */
	.g-pl-xs-10 {
		padding-left: 10px;
	}
	.g-l-10 {
		left: 0;
	}
	.g-fs-xs-16 {
		font-size: 16px;
	}
	.g-mb-xs-25 {
		margin-bottom: 25px;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.g-pt-xs-60 {
		padding-top: 60px;
	}
	.g-pt-xs-5 {
		padding-top: 5px;
	}
	.g-pt-xs-15 {
		padding-top: 15px;
	}
	.g-pb-xs-50 {
		padding-bottom: 50px;
	}
	.g-pt-xs-0 {
		padding-top: 0;
	}
	.g-pt-190 { /*ansu*/
		padding-top: 70px;
	}
	.g-mt-xs-0 {
		margin-top: 0;
	}
	.g-pb-xs-60 {
		padding-bottom: 60px;
	}
	.g-pb-xs-0 {
		padding-bottom: 0;
	}
	.g-pt-xs-20 {
		padding-top: 20px;
	}
	.g-pt-xs-25 {
		padding-top: 25px;
	}
	.g-pt-xs-30 {
		padding-top: 30px;
	}
	.g-mt-xs-20 {
		margin-top: 20px;
	}
	.g-pb-xs-40 {
		padding-bottom: 40px;
	}
	.g-pt-xs-50 {
		padding-top: 50px;
	}
	.g-pr-xs-0 {
		padding-right: 0;
	}
	/* end why-olam */
	.g-pl-xs-0 { /*ansu*/
		padding-left: 0;
	}
	.g-pl-xs-45 {
		padding-left: 45px;
	}
	.g-pl-xs-25 {
		padding-left: 25px;
	}
	.g-pr-xs-10 {
		padding-right: 10px !important;
	}
	.g-pr-xs-45 {
		padding-right: 45px;
	}
	.g-pr-xs-25 {
		padding-right: 25px;
	}
	.g-pr-xs-15 {
		padding-right: 15px;
	}
	/*ansu*/
	.g-ma-0--sm {
		margin: 0;
	}
	.g-mt-40--sm {
		margin-top: 40px;
	}
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
	.g-pa-0-xs {
		padding: 0;
	}
	.g-ma-0-xs {
		margin: 0;
	}
	.g-pa-0--sm {
		padding: 0;
	}
	.g-mt-20--sm {
		margin-top: 20px;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	.g-mb-15--sm {
		margin-bottom: 15px;
	}
	.g-ml-12--sm {
		margin-left: 12px;
	}
	.g-mr-12--sm {
		margin-right: 12px;
	}
	.g-ml-0--sm {
		margin-left: 0px;
	}
	.g-mr-0--sm {
		margin-right: 0px;
	}
	.g-pb-25--sm {
		padding-bottom: 25px;
	}
	.g-mb-50--sm {
		margin-bottom: 50px;
	}
	.g-mb-25--sm {
		margin-bottom: 25px;
	}
	.g-mb-0--sm {
		margin-bottom: 0px;
	}
	.g-mb-10--sm {
		margin-bottom: 10px;
	}
	.g-ml-10--sm {
		margin-left: 10px;
	}
	.g-mr-10--sm {
		margin-right: 10px;
	}
	.g-pt-xs-10 {
		padding-top: 10px;
	}
	.g-mb-xs-20 {
		margin-bottom: 20px;
	}
	.g-mb-40--sm {
		margin-bottom: 40px;
	}
	.g-mt-10--sm {
		margin-top: 10px;
	}
	.g-mt-xs-40 {
		margin-top: 40px;
	}
	.g-mb-xs-40 {
		margin-bottom: 40px;
	}
	/* 
  .g-mb-xs-10 {
    margin-bottom: 10px;
  } */
	/*Ansu Boardofdirectors */
	/* Location - Start */
	.g-mb-10-xs {
		margin-bottom: 10px;
	}
	.g-pb-0-xs {
		padding-bottom: 0px !important;
	}

	/* Location - End */
	.g-mb-xs-0 {
		margin-bottom: 0px;
	}
}

/* Margin & Padding Spaces (lg & md)*/
@media ( min-width : 768px) {
	.g-pa-0 {
		padding: 0;
	}
	.g-px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.g-py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* .g-pl-0 {
    padding-left: 0;
  } */
	.g-pr-0 {
		padding-right: 0;
	}
	.g-pt-0 {
		padding-top: 0;
	}
	.g-pl-10 {
		padding-left: 10px;
	}
	.g-py-50 {
		padding: 50px 0;
	}
	.g-pt-50 {
		padding-top: 50px;
	}
	.g-pt-90 {
		padding-top: 90px;
	}

	/* .g-mt-50 {
    margin-top: 50px;
  } */
	/* 
  .g-mb-30 {
    margin-bottom: 30px;
  } */
	.g-mb-35 {
		margin-bottom: 35px;
	}
	.g-pt-102 {
		padding-top: 102px;
	}
	/* 
  .g-mb-32 {
    margin-bottom: 32px;
  } */

	/* .g-mb-40 {
    margin-bottom: 40px;
  } */
	.g-pt-89 {
		padding-top: 89px;
	}
	.g-pt-172 {
		padding-top: 172.6px;
	}
	.g-ps-20 {
		padding: 0 20px;
	}

	/* .g-mt-60 {
    margin-top: 60px;
  } */
	.g-mb-212 {
		margin-bottom: 212px;
	}

	/* .animate-160 .featured-prod {
    margin-top: -140px;
  } */
	.g-ma-0--md {
		margin: 0;
	}
	.g-pt-110 {
		padding-top: 110px;
	}
	.g-mt-279 {
		margin-top: 279px;
	}
}

@media only screen and (min-width : 768px) and (max-width: 991px) and
	(orientation: portrait) and (-webkit-max-device-pixel-ratio: 2) {
	/* Location page css start */
	.g-pl-sm-0 {
		padding-left: 0;
	}
	/* Location page css End */

	/* Home page - four tiles - start */
	.g-mb-212 {
		margin-bottom: 0;
	}
	.g-pt-sm-25 {
		padding-top: 50px;
	}
	.g-py-sm-25 {
		padding: 25px 0;
	}
	.g-pt-sm-60 {
		padding-top: 60px;
	}
	.g-pt-sm-45 {
		padding-top: 45px;
	}
	.g-pl-sm-30 {
		padding-left: 30px;
	}

	/* Home page - four tiles - End */
	;
}

/* Margin & Padding Spaces (sm)
------------------------------------*/
@media ( min-width : 576px) {
	.g-ma-0--sm {
		margin: 0;
	}
}

@media only screen and (min-width : 992px) {
	.g-py-50 {
		padding: 50px 0;
	}
}

.g-pa-xs-30 {
	margin: 10px 0px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
	.g-mb-xs-30 {
		margin-bottom: 30px;
	}
	.g-mb-xs-40 {
		margin-bottom: 40px;
	}
	.g-plr-xs-25 {
		padding: 0px 25px;
	}
	.g-mb-xs-15 {
		margin-bottom: 15px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
	(-webkit-max-device-pixel-ratio: 2) {
	/* our values start */
	.g-mb-sm-0 {
		margin-bottom: 0;
	}
	.g-mb-sm-15 {
		margin-bottom: 15px;
	}
	.g-pl-xs-0 {
		padding-left: 0;
	} /*ansu*/
	.g-pb-sm-0 {
		padding-bottom: 0;
	}
	.g-pa-0-xs {
		padding: 0;
	}
	.g-pt-sm-20 {
		padding-top: 20px;
	}
	.g-pr-xs-0 {
		padding-right: 0;
	}
	.g-pl-xs-10 {
		padding-left: 10px;
	}
	.g-l-10 {
		left: 0;
	}
	.g-pt-190 {
		padding-top: 70px;
	}
	.g-pt-xs-0 {
		padding-top: 0 !important;
	}
	.g-sm-pr-15 {
		padding-right: 15px;
	}
	.g-pt-xs-40 {
		padding-top: 40px;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	.g-mb-0--sm {
		margin-bottom: 0;
	}
	.g-pb-xs-50 {
		padding-top: 50px;
	}
	.g-pt-xs-20 {
		padding-top: 20px;
	}
	.g-pt-sm-40 {
		padding-top: 40px;
	}
	.g-pt-sm-60 {
		padding-top: 60px;
	}
	.g-mt-sm-40 {
		margin-top: 40px;
	}
	.g-pb-sm-125 {
		padding-bottom: 125px;
	}
	.g-pl-sm-0 {
		padding-left: 0;
	}
	.g-ml-sm-0 {
		margin-left: 0;
	}
	.g-pt-xs-50 {
		padding-top: 50px;
	}
	/* our values end */
	.g-pt-sm-0 {
		padding-top: 0px !important;
	}
	.g-pb-0-md {
		padding-bottom: 0px;
	}
	.g-pb-30-md {
		padding-bottom: 30px;
	}
	.g-mt-20--md {
		margin-top: 20px;
	}
	.g-mb-50--md {
		margin-bottom: 50px;
	}
	.g-ml-0--md {
		margin-left: 0px;
	}
	.g-mb-20--md {
		margin-bottom: 20px;
	}
	.g-mb-30--md {
		margin-bottom: 30px;
	}
}

/* iPad Pro - portrait - md */
@media ( min-width : 1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-pt-0 {
		padding-top: 0;
	}
	.g-mb-md-15 {
		margin-bottom: 15px;
	}
	.g-pl-sm-30 {
		padding-left: 30px;
	}
	.g-mb-20--sm {
		margin-bottom: 20px;
	}
	/* our values */
	.g-sm-pl-15 {
		padding-left: 35px;
	}
	.g-pt-xs-0 {
		padding-top: 0;
	}
	.g-pa-0-xs {
		padding: 0;
	}
	.g-pl-xs-0 {
		padding-left: 0;
	}
	.g-pt-sm-20 {
		padding-top: 20px;
	}
	.g-pb-sm-48 {
		padding-bottom: 48px;
	}
	.g-l-10 {
		left: 0;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	/* .g-mb-0--sm {
        margin-bottom: 0px;
    } */
	.g-pr-sm-0 {
		padding-right: 0;
	}
	.g-mt-sm-land-60 {
		margin-top: 60px;
	}
	.g-pb-md-0 {
		padding-bottom: 0;
	}
	.g-pl-md-30 {
		padding-left: 30px;
	}

	/* end */
}

/* Olam-custom-news.css start*/
@media only screen and (min-width : 768px) and (max-width: 1366px) and
	(orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.g-pl-md-0 {
		padding-left: 0px;
	}
	.g-mt-md-35 {
		margin-top: 35px;
	}
	.g-mt-md-35 {
		margin-top: 35px;
	}
}

/** Mobile View **/
@media only screen and (min-width : 320px) and (max-width: 767px) {
	.g-pl-32 {
		padding-left: 0;
	}
	.g-mb-sm-41 {
		margin-bottom: 41px;
	}
	.g-mt-sm-20 {
		margin-top: 20px;
	}
	.g-pb-xs-0 {
		padding-bottom: 0;
	}
	.g-mt-xs-70 {
		margin-top: 70px;
	}
}

/* end */
@media ( min-width : 768px) and (max-width: 1023px) and (orientation:
	portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.g-mb-50--md {
		margin-bottom: 50px;
	}
	.g-mb-30--md {
		margin-bottom: 30px;
	}
	.g-mt-40--md {
		margin-top: 40px;
	}
	.g-mb-20--md {
		margin-bottom: 20px;
	}
}

@media ( min-width : 1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.g-mb-30--md {
		margin-bottom: 30px;
	}
	.g-mb-sm-15 {
		margin-bottom: 15px;
	}
	.g-pt-xs-60 { /*ansu our values*/
		padding-top: 60px;
	}
	.g-pt-sm-20 {
		padding-top: 20px;
	}
	.g-pr-xs-0 {
		padding-right: 0;
	}
	.g-pt-sm-0 {
		padding-top: 0px;
	}
	.g-pb-sm-48 {
		padding-bottom: 48px;
	}
	.g-mt-sm-60 {
		margin-top: 60px;
	}
	/* .g-mb-0--sm {
        margin-bottom: 0;
    } */
	.g-pt-sm-40 {
		padding-top: 40px;
	}
	.g-pr-sm-0 {
		padding-right: 0;
	}
	.g-mt-sm-land-60 {
		margin-top: 60px;
	}
	.g-pt-190 {
		padding-top: 100px;
	}
	.g-pt-sm-100 {
		padding-top: 100px;
	}
	/*end*/
}

@media only screen and (min-width : 768px) and (max-width: 1024px) and
	(orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.g-pt-102 {
		padding-top: 65.6px;
	}
	.g-pl-30-md {
		padding-left: 30px;
	}
}
@font-face {
  font-family: 'icomoon';
  src:  url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.eot?dxl1h');
  src:  url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.eot?dxl1h#iefix') format('embedded-opentype'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.ttf?dxl1h') format('truetype'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.woff?dxl1h') format('woff'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.svg?dxl1h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-white:before {
  content: "\e901";
  color: #fff;
}
.icon-download:before {
  content: "\e900";
}

