/*
 *  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;
}

/*
 *  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: #fff;
}
.cmp-tabs__tab:focus-visible {
  outline: none;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

@font-face {
	font-family: "GT-Walsheim-Regular";
	src: url("clientlib-all/resources/fonts/GT-Walsheim-Regular.ttf");
	src: url('clientlib-all/resources/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/resources/fonts/GT-Walsheim-Bold.ttf");
	src: url('clientlib-all/resources/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;
}
:root {
    --olam-white: #ffffff;
    --olam-black: #000000;

    --olam-light-grey: #F5F5F5;
    --olam-dark-grey: #3C3C3B;
    --olam-light-warm-grey: #DEDAD4;
    --olam-sliver-sand: #BEC3C8;
    --olam-aspen-whisper: #F0F3e7;
    --olam-bay-wharf: #747f89;

    --olam-dark-blue: #253746;
    --olam-darker-blue: #3A4A58;

    --olam-light-teal: #00869D;

    --olam-light-green:#A0C800;
    --olam-dark-green: #698714;
    --olam-darker-green: #5A7411;
    
    --olam-dark-red: #DD1D21;

    --olam-light-orange: #FD8104;
    --olam-indigo: #224652;
    
    /* Below colors need to updated / removed based on the new typography changes */
    --olam-light-silver:#D6D6D6;
    --olam-seashell: #F1F1F1;
    --olam-white-smoke: #F5F5F5;

    /* --olam-black: #000000; */
    --olam-black-shadow: rgba(0,0,0,0.29);
    
    /* --olam-dark-grey: #3C3C3B; */
    --olam-very-light-grey: #F0F0F0;
    --olam-cold-grey: #7d7d7d;
    --olam-dark-warm-grey: #6C5D56;
    /* --olam-light-warm-grey: #dedad4; */

    /* --olam-light-green:#A0C800; */
    /* --olam-dark-green: #273113; */

    --olam-blue-jeans: #55ACEE;
    --olam-bright-blue: #0076B2;

    --olam-vivid-pink: #D50060;
   
    --olam-international: #698714;    
    --olam-agri: #fd8104;
    --olam-agri-dark: #E67401 ;
    --olam-food-ingredient: #00869d;
    --olam-food-ingredient-dark:#016E81;
}
h1, .olam-header-h1 {
    color: var(--olam-dark-blue);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.8rem;
}

h2, .olam-header-h2 {
    color: var(--olam-dark-blue);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8rem;
}

h3, .olam-header-h3 {
    color: var(--olam-dark-blue);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
}

h4, .olam-header-h4,
h5, .olam-header-h5,
h6, .olam-header-h6 {
    color: var(--olam-dark-blue);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8rem;
}

p,
.olam-text-p1,
.olam-text-p2,
.olam-text-p3,
.olam-text-p4,
.olam-text-p5,
.olam-text-p6 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.1rem;
}

@media only screen and (min-width: 576px) {
    h1, .olam-header-h1 {
        font-size: 3.0rem;
        line-height: normal;
    }    
    h2, .olam-header-h2 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }    
    h3, .olam-header-h3 {
        font-size: 2.0rem;
        line-height: normal;
    }    
    h4, .olam-header-h4,
    h5, .olam-header-h5,
    h6, .olam-header-h6 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .olam-text-p1 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    h1, .olam-header-h1 {
        font-size: 3.4rem;
        line-height: normal;
    }    
    h2, .olam-header-h2 {
        font-size: 2.6rem;
        line-height: normal;
    }    
    h3, .olam-header-h3 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }    
    h4, .olam-header-h4,
    h5, .olam-header-h5,
    h6, .olam-header-h6 {
        font-size: 2rem;
        line-height: normal;
    }
    .olam-text-p1 {
        font-size: 1.8rem;
        line-height: 2.7rem; 
    }
    .olam-text-p2 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (min-width: 992px) {
    h1, .olam-header-h1 {
        font-size: 3.8rem;
        line-height: normal;
    }    
    h2, .olam-header-h2 {
        font-size: 3rem;
        line-height: normal;
    }    
    h3, .olam-header-h3 {
        font-size: 2.6rem;
        line-height: normal;
    }    
    h4, .olam-header-h4,
    h5, .olam-header-h5,
    h6, .olam-header-h6 {
        font-size: 2.2rem;
        line-height: normal;
    }
}

@media only screen and (min-width: 1200px) {
    h1, .olam-header-h1 {
        font-size: 4rem;
        line-height: normal;
    }    
    h2, .olam-header-h2 {
        font-size: 3.6rem;
        line-height: normal;
    }
    .olam-text-p1 {
        font-size: 2rem;
        line-height: 2.8rem;  
    }
    .olam-text-p2 {
        font-size: 1.8rem;
        line-height: 2.7rem; 
    }
    p, .olam-text-p3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    h1, .olam-header-h1 {
        font-size: 4.2rem;
        line-height: normal;
    }    
    h2, .olam-header-h2 {
        font-size: 3.8rem;
        line-height: normal;
    }    
    h3, .olam-header-h3 {
        font-size: 3rem;
        line-height: normal;
    }    
    h4, .olam-header-h4,
    h5, .olam-header-h5,
    h6, .olam-header-h6 {
        font-size: 2.4rem;
        line-height: normal;
    }
    .olam-text-p1 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}
.olam-container {
    margin: 0 10px;
}
.container-spacer {
    padding: 30px 0;
}
.ir-financial-results {
    padding: 20px;
}
@media only screen and (min-width: 360px) {
    .olam-container {
        max-width: 320px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 576px) {
    .olam-container {
        max-width: 544px;
    }
}
@media only screen and (min-width: 768px) {
    .olam-container {
        max-width: 712px;
    }
}
@media only screen and (min-width: 992px) {
    .olam-container {
        max-width: 928px;
    }
}
@media only screen and (min-width: 1200px) {
    .olam-container {
        max-width: 1080px;
    }
    .container-spacer {
        padding: 80px 0;
    }
    .ir-financial-results {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .olam-container {
        max-width: 1440px;
    }
    .ir-financial-results {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 1920px) {
    .olam-container {
        max-width: 1640px;
    }
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "GT-Walsheim-Regular";
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: var(--olam-dark-grey);
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a, a:hover {
    color: var(--olam-dark-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p, ol, ul{
	margin: 0 0 10px;
}

a,
a:hover {
	text-decoration: none;
}

a:focus {
	color: var(--olam-dark-grey);
	text-decoration: none;
}

a:active,
a:visited {
	color: inherit;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.clear {
	clear: both;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-bold {
    font-weight: normal !important;
}

.column-count-2 {
    column-count: 2;
}

.column-count-3 {
    column-count: 3;
}

.flex {
    display: flex;
}

.richtext-theme h1, 
.richtext-theme h2, 
.richtext-theme h3, 
.richtext-theme h4, 
.richtext-theme h5, 
.richtext-theme h6 {
	color: var(--olam-dark-blue);
	margin-bottom: 15px;
}
.richtext-theme p {
	margin-bottom: 10px;
}
.richtext-theme ol, 
.richtext-theme ul {
	margin: 0 0 10px 18px;
}
.richtext-theme ol li,
.richtext-theme ul li {
	margin-bottom: 10px;
}
.richtext-theme a {
	color: var(--olam-dark-grey);
	text-decoration: none;
	word-break: break-word;
	font-weight: bold;
}
.richtext-theme a:hover {
	color: var(--olam-dark-grey);
	text-decoration: underline;
	word-break: break-word;
	font-weight: bold;
}
.anchor-line-decoration a {
	font-weight: bold;
}
.anchor-line-decoration a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.same-size-button__wrapper {
	display: flex;
  	flex-wrap: wrap;
	align-items: center;
}
.same-size-button__wrapper .button-wrapper {
	margin: 0 16px 10px 0;
}
/* .same-size-button__wrapper .button-wrapper:last-child {
	margin-right: 0;
} */


.g-pt-sm-20 {
	padding-top: 20px;
}

.g-pt-sm-30 {
	padding-top: 30px;
}

.g-pb-sm-20 {
	padding-bottom: 20px;
}

.g-pb-sm-30 {
	padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
	.g-pt-sm-20,
	.g-pt-sm-30 {
		padding-top: unset;
	}
  
	.g-pb-sm-20,
	.g-pb-sm-30 {
		padding-bottom: unset;
	}
	
	.g-pt-lg-30 {
		padding-top: 30px;
	}
	
	.g-pt-lg-40 {
		padding-top: 40px;
	}
  
    .g-pb-lg-30 {
		padding-bottom: 30px;
	}
	
	.g-pb-lg-40 {
		padding-bottom: 40px;
	}
}
.form-group {
    margin-bottom: 16px;
}
form label  {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.1rem;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="namefnln"],
select option  {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 0;
}
form label {
    margin-bottom: 10px;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="namefnln"],
select option {
    /* max-width: 454px; */
    width: 100%;
    border: 2px solid var(--olam-black);
    border-radius: 6px;
    padding: 14px 10px 15px 19px;
    line-height: 0;
}

form textarea {
    font-size: 1.4rem;
    font-weight: normal;
    width: 100%;
    border: 2px solid var(--olam-black);
    border-radius: 6px;
    padding: 14px 10px 15px 19px;
}

form input[type="text"]:focus,
form textarea:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="namefnln"]:focus {
    border: 2px solid var(--olam-black);
}

select {
    /* background: #F6F7F8; */
    /* box-shadow: 0px 5px 14px #00000029; */
    border-radius: 6px;
    border: 2px solid var(--olam-black);
    /* font-size: 14px; */
    padding: 14px 10px 15px 19px;
    width: 100%;
    line-height: 21px;
}
select option {
    padding: 16px 20px 16px 16px;
}

.inline-form-field {
    display: flex;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

@media only screen and (min-width: 768px) {
    form label  {
        font-size: 1.6rem;
        line-height: 2.4rem;
    } 
    form input[type="text"],
    form textarea,
    form input[type="number"],
    form input[type="email"],
    form input[type="namefnln"],
    select option  {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    form label  {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    form input[type="text"],
    form textarea,
    form input[type="number"],
    form input[type="email"],
    form input[type="namefnln"],
    select option  {
        font-size: 1.8rem;
    } 
}

/* Primary Button */
.primary-button {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5rem;
    background-color: var(--olam-dark-green, #000);
    border: none;
    color: var(--olam-white);
    text-align: center;
    padding: 13px 20px 12px;
    display: inline-block;
    vertical-align: middle;
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 320px; */
}
.primary-button [class^="icon-"] {
    margin-right: 8px;
    color: var(--olam-white);
    vertical-align: -2px;
}
.primary-button:hover [class^="icon-"] {
    text-decoration: none;
    color: var(--olam-white);
}
.primary-button:hover, 
.primary-button:focus {
    background-color: var(--olam-darker-green, #000);
    text-decoration: none;
    color: var(--olam-white);
}
.primary-button:visited {
    color: var(--olam-white);
}
.primary-button.btn--dark-mode {
    background-color: var(--olam-white, #fff);
    color: var(--olam-dark-blue, #000);
}
.primary-button.btn--dark-mode [class^="icon-"]:before {
    color: var(--olam-dark-blue);
}
.primary-button.btn--dark-mode:hover,
.primary-button.btn--dark-mode:focus {
    background-color: var(--olam-sliver-sand);
    color: var(--olam-white, #fff);
}
.primary-button.btn--dark-mode:hover [class^="icon-"]:before,
.primary-button.btn--dark-mode:focus [class^="icon-"]:before {
    color: var(--olam-white);
}
.primary-button i {
    margin-right: 8px;
}
.primary-button.disabled, 
.primary-button[disabled] {
    background-color: var(--olam-light-warm-grey);
    color: var(--olam-white, #fff);
    pointer-events: none;
    cursor: default;
}
.primary-button.btn--dark-mode.disabled [class^="icon-"]:before{
    color: var(--olam-white);
}

/* Secondary Button */
.secondary-button {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5rem;
    background: none;
    border: 2px solid var(--olam-dark-green, #000);
    color: var(--olam-dark-grey, #000);
    text-align: center;
    padding: 11px 20px 10px;
    display: inline-block;
    vertical-align: middle;
    /* display: flex;
    align-items: center;
    width: fit-content;
    max-width: 320px; */
}
.secondary-button [class^="icon-"] {
    display: inline-block;
    margin-right: 8px;
    color: var(--olam-dark-grey);
    vertical-align: -2px;
}
.secondary-button [class^="icon-"]:before {
    color: var(--olam-dark-grey);
}
.secondary-button:hover {
    background-color: var(--olam-dark-green, #000);
    text-decoration: none;
    color: var(--olam-white);
}
.secondary-button:hover [class^="icon-"],
.secondary-button:hover [class^="icon-"]:before {
    text-decoration: none;
    color: var(--olam-white);
}
.secondary-button.btn--dark-mode {
    border-color: var(--olam-white, #fff);
    color: var(--olam-white, #fff);
}
.secondary-button.btn--dark-mode [class^="icon-"]:before {
    color: var(--olam-white);
}
.secondary-button.btn--dark-mode:hover,
.secondary-button.btn--dark-mode:focus {
    background-color: var(--olam-white, #fff);
    color: var(--olam-dark-blue);
}
.secondary-button.btn--dark-mode:hover [class^="icon-"]:before,
.secondary-button.btn--dark-mode:focus [class^="icon-"]:before {
    color: var(--olam-dark-blue);
}
.secondary-button i {
    margin-right: 8px;
}
.secondary-button.disabled, 
.secondary-button[disabled] {
    border: 2px solid var(--olam-light-warm-grey);
    color: var(--olam-light-warm-grey);
    pointer-events: none;
    cursor: default;
}
.secondary-button.disabled [class^="icon-"]:before,
.secondary-button[disabled] [class^="icon-"]:before {
    color: var(--olam-light-warm-grey);
}

/* Tertiary Button */
.tertiary-button {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.1rem;
    border: 0;
    background: none;
    color: var(--olam-dark-grey);
    text-align: center;
    padding: 0 0 1px 0;
    margin: 0;
}
.tertiary-button::after {
    color: var(--olam-dark-grey);
    content: "\003E";
    font-size: 10px;
    margin-left: 3px;
}
.tertiary-button [class^="icon-"] {
    color: var(--olam-dark-grey);
    display: inline-block;
    margin-right: 8px;    
    vertical-align: -2px;
}
.tertiary-button [class^="icon-"]:before {
    color: var(--olam-dark-grey);
}
.tertiary-button.btn--dark-mode {
    color: var(--olam-white);
}
.tertiary-button.btn--dark-mode::after {
    color: var(--olam-white);
}
.tertiary-button:hover, 
.tertiary-button:focus,
.tertiary-button.btn--dark-mode:hover,
.tertiary-button.btn--dark-mode:focus,
.tertiary-button:hover::after, 
.tertiary-button:focus::after {
    color: var(--olam-dark-green);
    text-decoration: none;
}
.tertiary-button.btn--dark-mode [class^="icon-"]:before {
    color: var(--olam-white);
}
.tertiary-button.btn--dark-mode:hover [class^="icon-"]:before,
.tertiary-button.btn--dark-mode:focus [class^="icon-"]:before {
    color: var(--olam-dark-green);
}
.tertiary-button.disabled, 
.tertiary-button[disabled],
.tertiary-button.disabled [class^="icon-"]:before,
.tertiary-button[disabled] [class^="icon-"]:before {
    color: var(--olam-light-warm-grey);
    pointer-events: none;
    cursor: default;
}
.tertiary-button.disabled::after {
    color: var(--olam-light-warm-grey);
}
@media only screen and (min-width: 1920px) {
    .tertiary-button::after {
        vertical-align: 1px;
    }
}
/* .btn--center {
    justify-content: center;
}
.btn--center span {
    text-align: center;
}
.btn--left {
    justify-content: left;
}
.btn--left span {
    text-align: left;
} */
/* Tag */
.tag-green {
    --tag-bg-color: var(--olam-light-green);
    --tag-text-color: var(--olam-black);
}
.tag-teal {
    --tag-bg-color: var(--olam-light-teal);
    --tag-text-color: var(--olam-white);
}
.tag-orange {
    --tag-bg-color: var(--olam-light-orange);
    --tag-text-color: var(--olam-white);
}
.tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: var(--tag-bg-color, var(--olam-light-green));
    padding: 7px 25px 5px;
    height: 25px;
    color: var(--tag-text-color, var(--olam-black));
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}
.tag:hover {
    text-decoration: none;
    color: var(--tag-text-color, var(--olam-black));
}
.ofi {
    --primary-color:#860063;
    --secondary-color:#860063;
}
.oga {
    --primary-color: #fd8104;
    --secondary-color: #E67401;
}
.oil {
    --primary-color: #A0C800;
    --secondary-color: #698714;
}
.primary-background {
    background-color: var(--olam-white);
}
.secondary-background {
    background-color: var(--olam-white-smoke);
}
.tertiary-background {
    background-color: var(--olam-dark-blue);
    color: var(--olam-white);
}
.tertiary-background h1,
.tertiary-background h2, 
.tertiary-background h3, 
.tertiary-background h4, 
.tertiary-background h5, 
.tertiary-background h6,
.tertiary-background p,
.tertiary-background a, 
.tertiary-background a:hover {
	color: var(--olam-white);
}

.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-video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
    width: 100%;
}
.olam-video .olam-video__poster-img,
.olam-video .olam-video__frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.olam-video .olam-video__poster-img {
	object-fit: cover;
}
.olam-video .olam-video__btn-container {
	border: 2px solid var(--olam-white);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 40%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 6px;
	cursor: pointer;
}
.olam-video .olam-video__play-btn {
	border-style: solid;
	border-color: transparent transparent transparent var(--olam-white);
	box-sizing: border-box;
	border-width: 11px 0px 12px 20px;
	background-color: transparent;
}
.olam-video .olam-video__frame {
	display: none;
}
.olam-video__frame--maxi {
	border: none;
}
@media only screen and (min-width: 576px) {
    .olam-video {
        padding-bottom: 306px;
        max-width: 544px;
        max-height: 306px;
        margin: 0 auto;
    }
    .olam-video .olam-video__poster-img,
    .olam-video .olam-video__frame {
        max-width: 544px;
        max-height: 306px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .olam-video {
		padding-bottom: 401px;
        max-width: 712px;
        max-height: 401px;
        margin: 0 auto;
	}
    .olam-video .olam-video__poster-img,
    .olam-video .olam-video__frame {
		max-width: 712px;
        max-height: 401px;
        margin: 0 auto;
    }
	.olam-video .olam-video__btn-container {
		border: 4px solid var(--olam-white);
		width: 120px;
		height: 120px;
		padding-left: 10px;
	}
	.olam-video .olam-video__play-btn {
		border-width: 20px 0px 20px 28px;
	}	
}
@media only screen and (min-width: 992px) {
    .olam-video {
		max-width: 928px;
        max-height: 522px;
		padding-bottom: 522px;
		margin: 0 auto;
	}
    .olam-video .olam-video__poster-img,
    .olam-video .olam-video__frame {
		max-width: 928px;
		max-height: 522px;
        margin: 0 auto;
    }
}
@media (min-width: 1600px) {
	.olam-video {
		max-width: 1364px;
		padding-bottom: 764px;
		max-height: 764px;
	}    
	.olam-video .olam-video__poster-img,
	.olam-video .olam-video__frame {
		max-width: 1364px;
		max-height: 764px;
		margin: 0 auto;
	}
}
@media (min-width: 1920px) {
	.olam-video .olam-video__btn-container {
		width: 150px;
		height: 150px;
		padding-left: 12px;
	}
	.olam-video .olam-video__play-btn {
		border-width: 24px 0px 25px 42px;
	}
}

  
.olam-banner {
    position: relative;
}
.banner_carousel__slide-wrapper {
    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__video,
.olam-banner .olam-banner__poster-image {
    height: auto;
    object-fit: cover;
    max-height: 555px;
    min-height: 170px;
    width: 100%;
}
.olam-banner .olam-banner__poster-image {
    display: block;
}
.olam-banner .olam-banner__video {
    display: none;
}
.olam-banner .olam-banner__content-container {   
    padding: 18px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: var(--olam-white);
    border-bottom: 1px solid var(--olam-light-warm-grey);
}
.home-banner .olam-banner .olam-banner__content-container {   
    height: 237px; 
    display: flex;
    flex-direction: column;
}
.olam-banner .olam-banner__eyebrow {
    margin-bottom: 12px;
}
.olam-banner .olam-banner__logo-section {
	display: flex;
	align-items: center;
	justify-content: center;
}
.olam-banner .olam-banner__logo-section .olam-banner__logo{
	height: 40px;
}
.olam-banner .olam-banner__title {
    font-weight: bold;
    color: var(--olam-dark-blue);
} 
.olam-banner .olam-banner__description {
    color: var(--olam-dark-grey);
    margin-top: 10px;
    flex-grow: 1;
}
.olam-banner .olam-banner__description p,
.olam-banner .olam-banner__description span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.olam-banner .olam-banner__description p:last-child {
    margin-bottom: 0;
}
.olam-banner .olam-banner__action-container {
    display: flex;
    text-align: center;
    margin-top: 10px;
}
.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;
}
.olam-banner--parallex {
    position: relative;
    width: 100%;
    height: 245px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-position: center 0%; */
    background-size: 100%;
}
.olam-banner--parallex .olam-banner__box-container {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (min-width: 360px) {
    .olam-banner--parallex {
        height: 260px;
    }
}

@media (min-width: 576px) {
    .olam-banner--parallex {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .olam-banner .olam-banner__eyebrow {
        margin-bottom: 6px;
    }
    .olam-banner--parallex {
        height: 270px;
    }
}
@media (min-width: 992px) {
    .olam-banner {
        position: relative;
        border-bottom: none;
    }
    .olam-banner--parallex {
        height: auto;
        padding-bottom: calc(44.06% - 171px);
    }
    .olam-banner__box-container {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .olam-banner .olam-banner__content-container {
        background-color: rgba(255, 255, 255, .84);
        border-radius: 6px 6px 0 0;
        padding: 20px 10px 20px 20px;
        width: 100%;
        max-width: 384px;
        text-align: left;
        margin-top: unset;
        border-bottom: none;
    }
    .home-banner .olam-banner .olam-banner__content-container {
        height: unset;
        display: block;
    }
    .home-banner .olam-banner .olam-banner__image-container img,
    .home-banner .olam-banner .olam-banner__video {
        height: 432px;
    }
    .olam-banner .olam-banner__poster-image {
        display: none;
    }
    .olam-banner .olam-banner__video {
        display: block;
    }
    
    /* .olam-banner .olam-banner__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 88px;
    }
    .olam-banner .olam-banner__description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    } */
    .home-banner .olam-banner .olam-banner__description {
        flex-grow: unset;
        /* -webkit-line-clamp: 2; */
    }
    .olam-banner .olam-banner__action-container {
        text-align: left;
    }
	.olam-banner .olam-banner__logo-section {
        justify-content: start;
    }
}

@media (min-width: 1200px) {
    .olam-banner .olam-banner__content-container {
        max-width: 626px;
        padding: 40px 110px 40px 67px;
    }
    .home-banner .olam-banner .olam-banner__content-container {
        max-width: 626px;
        padding: 40px 110px 40px 67px;
    }
    .olam-banner .olam-banner__description {
        margin-top: 20px;
    }
    .olam-banner .olam-banner__eyebrow {
        display: none;
        padding-bottom: 2px;
    }
    .olam-banner .olam-banner__action-container {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1920px) {
    .olam-banner .olam-banner__content-container {
        max-width: 741px;
    }
    .home-banner .olam-banner .olam-banner__content-container {
        max-width: 741px;
    }
    .olam-banner .olam-banner__content-container {
        padding-right: 80px;
    }
    .home-banner .olam-banner .olam-banner__content-container {
        padding-right: 80px;
    }
}
/*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: 36px;
    color: inherit;
    letter-spacing: 0.65px;
}
.utility-nav .utility-nav-links:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0;
}   
.utility-nav .utility-nav-links:last-child {
    margin-right: 0;
}
.utility-nav .utility-nav-link-icon {
    font-size: 14px;
    margin-right: 5px;
}
.utility-nav .utility-nav-links:hover .utility-nav-link-icon {
    margin-right: 7px;
}
.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 15px 0 33px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white);
        /* box-shadow: 0px 3px 6px var(--olam-very-light-grey); */
        border-bottom: 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-desc-mobile {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .utility-nav-tier2-item-mobile {
        padding: 0 15px 0 33px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white-smoke);
        border-bottom: 1px solid var(--olam-light-warm-grey);
    }
    .utility-nav-mobile-item .utility-nav-caret {
        color: var(--olam-dark-grey);
        font-size: 14px;
    }
    .utility-nav-mobile-item .menu-arrow-down {
        transform: rotate(90deg);
    }   
    .utility-nav-footer {
        background: var(--olam-dark-green);
        padding-bottom: 20px;
        color: var(--olam-white);
    }
    .utility-nav-footer-menu-item {
        padding: 0 10px 0 33px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;        
        border-bottom: 1px solid var(--olam-white);
    }
    .utility-nav-footer-menu-item a,
    .utility-nav-footer-menu-item a:hover {
        color: inherit;
        text-decoration: none;
    }
    .utility-nav-footer-menu-item-icon {
        font-size: 14px;
        margin-right: 5px;
    }
    .utility-nav-footer-copyrights {
        margin: 88px 45px 0;
        text-align: center;
    }
    .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;
    }
}

/* Global sites css section starts */

.olam-global-sites {    
    background-color: var(--olam-white);
    border-radius: 6px;
    color: var(--olam-dark-blue);
    width: 87%;
    margin: 5% auto;
    padding: 30px 20px;
}

.olam-global-sites__header-container {
    position: relative;
    margin-bottom: 32px;
}

.olam-global-sites__header {
    color: inherit;
    display: inline-block;
}

.olam-global-sites__close-btn {
    position: absolute;
    right: -6px;
    top: -18px;
    font-size: 36px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.olam-global-sites__header-icon {
    columns: var(--olam-dark-blue);
    font-size: 32px;
    vertical-align: -6px;
    margin-right: 8px;
}

.olam-global-sites__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 400px;
    overflow-y: auto;
}

.olam-global-sites__content-item {
    width: 100%;
    margin-bottom: 20px;
}
.olam-global-sites__content-item:last-child {
    margin-right: 0;
}

.olam-global-sites__content-item-title {
    color: inherit;
    margin-bottom: 10px;
}

.olam-global-sites__content-item-list {
    color: var(--olam-dark-grey);
}

.olam-global-sites__content-item-link {
    color: inherit;
    display: block;
    margin-bottom: 8px;
}

.olam-global-sites__content-item-link:hover {
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
/* 
.olam-global-sites__content-item-link::after {
    color: var(--olam-dark-grey);
    content: "\003E";
    font-size: 14px;
    margin-left: 5px;
    vertical-align: 2px;
} */

.utility-nav ::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: var(--olam-sliver-sand);
    width: 3px;
  }
  
.utility-nav ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--olam-darker-blue);
    width: 2px;
}
.olam-global-sites  {
    width: 320px;
}
@media only screen and (min-width: 576px) {
    .olam-global-sites  {
        padding: 30px;
        width: 544px;
    }
}
@media only screen and (min-width: 768px) {
    .olam-global-sites {
        width: 712px;
    }
}
@media only screen and (min-width: 992px) {     
    .olam-global-sites  {
        width: 928px;
        background-color: var(--olam-light-grey);
    }
    .olam-global-sites__header-icon {
        vertical-align: -6px;
        margin-right: 16px;
        display: inline-block;
        font-size: 46px;
    }
    .olam-global-sites__content-item {
        width: 30%;
    }
    .olam-global-sites__content {
        max-height: unset;
        overflow-y: unset;
    }
    .olam-global-sites__content-item-title {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .olam-global-sites  {
        width: 1080px;
    }
    .olam-global-sites__header-container {
        margin: 40px;
    }
    .olam-global-sites__close-btn {
        top: -64px;
        font-size: 48px;
    }
    
    .olam-global-sites__content {
        margin-left: 108px;
    }
    .olam-global-sites__content-item-link:hover {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1600px) {
    .olam-global-sites {
        width: 1364px;
    }
    .olam-global-sites__content-item-link:hover {
        font-size: 21px;
    }
}

.banner_carousel .olam-banner__title {
    font-weight: normal;
}
/* Carousal slick slider */
.banner_carousel .slick-slide:focus {
    outline: none;
}
.banner_carousel .slick-arrow {
    position: absolute;
    top: 121px;
    bottom: unset;
}
.banner_carousel .slick-dots {
    bottom: unset;
    top: 110px; 
}
.banner_carousel .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.banner_carousel .slick-dots li button:before {
    border: 1.5px solid var(--olam-white) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 98;
}
.banner_carousel .slick-dots li.slick-active button:before {
    background-color: var(--olam-white) !important;
}
.banner_carousel .slick-arrow:before {
    content: '';
}
.banner_carousel .slick-prev {
    background-image: url('clientlib-all/resources/slider-prev-white.svg');
    background-repeat: no-repeat;
    z-index: 98;
}
.banner_carousel .slick-prev:before {
    content: '';
}
.banner_carousel .slick-next {
    background-image: url('clientlib-all/resources/slider-next-white.svg');
    background-repeat: no-repeat;   
    background-position: right;
    z-index: 98;
}
.banner_carousel .slick-next:before {
    content: '';
}
.banner_carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner_carousel .banner_carousel__slide-wrapper {
    display: block !important;
}
@media only screen and (min-width: 992px) {
    .banner_carousel .slick-arrow {
        top: unset;
        bottom: 30px;
    }
    .banner_carousel .slick-dots {
        top: unset;
        width: auto;
        bottom: 38px;
        left: unset;
        right: 60px;
    }
    .banner_carousel .slick-next {
        background-position: unset;
    }
}
@media only screen and (min-width: 1920px) {
    .banner_carousel .slick-arrow {
        bottom: 55px;
    }
    .banner_carousel .slick-dots {
        bottom: 63px;
    }
}
@keyframes img-animation {
    0% {
        height: 262px;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

.info-pod {
    margin: 0 auto;
}
.info-pod__container {
    background: var(--olam-white);
    box-shadow: 0 5px 14px 0 #0000001A;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.info-pod--horizontal .info-pod__container {
    display: block;
    width: 100%;
    height: 576px;
}
.info-pod--vertical .info-pod__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 485px;
}
.info-pod--horizontal .info-pod__container.info-pod--no-icon {
    height: 514px;
}
.info-pod--horizontal .info-pod__container .info-pod__image,
.info-pod--vertical .info-pod__container .info-pod__image {
    display: block;
    min-width: 320px;
    height: 262px;
}
.info-pod--vertical .info-pod__container:hover .info-pod__image {
    animation: img-animation 0.5s forwards;
}
.info-pod__container .info-pod__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-pod__container .info-pod__content {
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 314px;
}

.info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__content {
    height: 252px;
}
.info-pod--vertical .info-pod__container .info-pod__content,
.info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
    height: 223px;
}
.info-pod--vertical .info-pod__container:hover .info-pod__content,
.info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content {
    height: 100%;
}

.info-pod__container .info-pod__title { 
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-pod--horizontal .info-pod__container .info-pod__title { 
    max-height: 54px;
    -webkit-line-clamp: 3; 
}
.info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__title { 
    max-height: 66px;
}
.info-pod--vertical .info-pod__container .info-pod__content-text { 
    max-height: unset;
}
.info-pod--vertical .info-pod__container:hover .info-pod__content-text {
    max-height: 396px;
    display: -webkit-box;
    -webkit-line-clamp: 18; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
    max-height: 418px;
    -webkit-line-clamp: 19; 
}
.info-pod--vertical .info-pod__container .info-pod__title { 
    max-height: 44px;
    -webkit-line-clamp: 2; 
}
.info-pod--vertical .info-pod__container:hover .info-pod__title { 
    max-height: unset;
    display: block;
    -webkit-line-clamp: unset; 
    overflow: unset;
}
.info-pod__container .shareWidget {
	bottom: unset;
    right: unset;
    position: relative;
    margin-left: auto;
}

.info-pod--horizontal .info-pod__container .info-pod__description,
.info-pod--vertical .info-pod__container .info-pod__description {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-pod--vertical .info-pod__container .info-pod__description {
    max-height: 84px;
}
.info-pod__container .info-pod__description p:last-child,
.info-pod__container.info-pod--no-icon .info-pod__description p:last-child {
    margin-bottom: 0;
}
.info-pod--horizontal .info-pod__container .info-pod__description {
    max-height: 84px;
    -webkit-line-clamp: 4; 
}
.info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
    max-height: 126px;
    -webkit-line-clamp: 6; 
}
.info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__description {
    max-height: 84px;
    -webkit-line-clamp: 4; 
}
.info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
    max-height: 126px;
    -webkit-line-clamp: 6; 
}
.info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__description {
    max-height: 105px;
    -webkit-line-clamp: 5; 
}

.info-pod--vertical .info-pod__container:hover .info-pod__description {
    max-height: unset;
    display: block;
    -webkit-line-clamp: unset; 
    overflow: unset;
}

.info-pod--horizontal .info-pod__icon-holder {
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;

}
.info-pod--horizontal .info-pod__icon-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.info-pod__button-container {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-pod--vertical .info-pod__button-container {
    position: absolute;
    bottom: 0;
    width: 280px;
    margin-top: 0;
    background-color: var(--olam-white);
    padding: 10px 0 20px;
}
.info-pod__button-container a {
    border-bottom: none;
}
.info-pod__button-container a:after {
    content: ' \003E';
  }

/* slick carousel starts */
.info-pod__mobile-carousel.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.info-pod__mobile-carousel .slick-slide {
    margin: 0 27px;
}

.info-pod__mobile-carousel .slick-list {
    padding: 0;
    margin: 0 -27px;
}
.info-pod__mobile-carousel .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 20px;
}
.info-pod__mobile-carousel .slick-list {
    z-index: 10;
}
.info-pod__mobile-carousel .slick-arrow {
    z-index: 11;
}

.info-pod__mobile-carousel .slick-slide:focus {
    outline: none;
}
.info-pod__mobile-carousel .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -51px;
}
.info-pod__mobile-carousel .slick-dots {
    bottom: -43px;
    top: unset !important;
}
.info-pod__mobile-carousel .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.info-pod__mobile-carousel .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
}

.info-pod__mobile-carousel .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.info-pod__mobile-carousel .slick-arrow:before {
    content: '';
}
.info-pod__mobile-carousel .slick-prev,
.info-pod__mobile-carousel .slick-prev:hover,
.info-pod__mobile-carousel .slick-prev:focus {
    left: 110px;
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
}
.info-pod__mobile-carousel .slick-prev:before {
    content: '';
}
.info-pod__mobile-carousel .slick-next,
.info-pod__mobile-carousel .slick-next:hover,
.info-pod__mobile-carousel .slick-next:focus {
    right: 112px;
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.info-pod__mobile-carousel .slick-next:before {
    content: '';
}

@media only screen and (min-width: 576px) {
    .info-pod {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-pod--vertical .info-pod__container {
        margin-bottom: 16px;
        margin-right: 0;
        height: 497px;
    }
    .info-pod--vertical .info-pod__button-container {
        padding: 10px 0 30px;
        width: 93%;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        height: 262px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content,
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
        padding: 30px 20px;
        height: 235px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 386px;
        -webkit-line-clamp: 17; 
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 431px;
        -webkit-line-clamp: 19; 
    }
    .info-pod--vertical .info-pod__container .info-pod__title { 
        max-height: 46px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__title { 
        max-height: unset;
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 126px;
        -webkit-line-clamp: 6; 
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        max-height: unset;
        display: block;
        -webkit-line-clamp: unset; 
        overflow: unset;
    }

    .info-pod--horizontal .info-pod__container {
        display: flex;
        margin-bottom:16px;
        height: 455px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon {
        height: 300px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__content {
        height: auto;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__content {
        height: auto;
    }
    .info-pod--horizontal .info-pod__container:nth-child(odd) {
        margin-right: 0;
    }
    .info-pod--horizontal .info-pod__container .info-pod__content {
        width: 51%;
        height: 100%;
        padding: 30px 15px;
    }   
    .info-pod--horizontal .info-pod__container .info-pod__image {
        width: 49%;
        margin: 0;
        min-width: auto;
        height: 100%;
    }
    .info-pod--horizontal .info-pod__container .info-pod__title {
        margin-bottom: 20px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__title { 
        max-height: 68px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__description {
        max-height: 210px;
        -webkit-line-clamp: 10; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 252px;
        -webkit-line-clamp: 12; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__description {
        max-height: 105px;
        -webkit-line-clamp: 5;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
        max-height: 147px;
        -webkit-line-clamp: 7; 
    }
}
@media only screen and (min-width: 768px) {
    .info-pod--vertical .info-pod__container {
        height: 627px;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        height: 385px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content,
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
        height: 242px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 532px;
        -webkit-line-clamp: 19; 
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 560px;
        -webkit-line-clamp: 20; 
    }
    .info-pod--vertical .info-pod__container .info-pod__title { 
        max-height: 56px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__title { 
        max-height: unset;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        display: block;
        -webkit-line-clamp: unset; 
        overflow: unset;
    }
    .info-pod--vertical .info-pod__button-container {
        width: 94%;
    }

    .info-pod--horizontal .info-pod__container .info-pod__title { 
        max-height: 68px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__title { 
        max-height: 84px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__description {
        max-height: 189px;
        -webkit-line-clamp: 9; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 231px;
        -webkit-line-clamp: 11; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__description {
        max-height: 84px;
        -webkit-line-clamp: 4;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
        max-height: 126px;
        -webkit-line-clamp: 6; 
    }
}

@media only screen and (min-width: 992px) {
    .info-pod--vertical .info-pod__container {
        max-width: 293px;
        margin-right: 16px !important;
        height: 410px;
    }
    .info-pod--vertical .info-pod__container:nth-child(3n),
    .info-pod--vertical .info-pod__container:last-child {
        margin-right: 0 !important;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        width: 100%;
        min-width: unset;
        max-width: 293px;
        height: 159px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content,
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
        height: 251px;
    }
    .info-pod--vertical .info-pod__container .info-pod__title { 
        max-height: 60px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__title { 
        max-height: unset;
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__description {
        -webkit-line-clamp: 6; 
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 300px;
        -webkit-line-clamp: 10; 
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 330px;
        -webkit-line-clamp: 11; 
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        display: block;
        -webkit-line-clamp: unset; 
        overflow: unset;
    }
    .info-pod--vertical .info-pod__button-container {
        width: 87%;
    }

    .info-pod--horizontal .info-pod__container {
        max-width: 450px;
    }
    .info-pod--horizontal .info-pod__container:nth-child(odd) {
        margin-right: 16px;
    }
    .info-pod--horizontal .info-pod__container:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .info-pod--horizontal .info-pod__container .info-pod__title { 
        max-height: 76px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__title { 
        max-height: 90px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
        -webkit-line-clamp: 6; 
    }
}
@media only screen and (min-width: 1200px) {
    .info-pod--vertical .info-pod__container {
        max-width: 349px;
        height: 470px;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        max-width: 349px;
        height: 189px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content {
        padding: 30px 24px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content,
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
        height: 281px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 360px;
        -webkit-line-clamp: 12; 
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 390px;
        -webkit-line-clamp: 13; 
    }
    .info-pod--vertical .info-pod__container .info-pod__title { 
        margin-bottom: 20px;
    }
    .info-pod--vertical .info-pod__container .info-pod__description {
        max-height: 96px;
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 144px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        max-height: unset;
    }
    .info-pod--vertical .info-pod__button-container {
        width: 301px;
        padding: 20px 0 30px;
    }

    .info-pod--horizontal .info-pod__container {
        max-width: 532px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__description {
        max-height: 168px;
        -webkit-line-clamp: 7; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 216px;
        -webkit-line-clamp: 9; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__description {
        max-height: 96px;
        -webkit-line-clamp: 4;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
        max-height: 120px;
        -webkit-line-clamp: 5; 
    }
}
@media only screen and (min-width: 1600px) {
    .info-pod--vertical .info-pod__container {
        max-width: 469px;
        height: 555px;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        max-width: 469px;
        height: 254px;
    }
    .info-pod--vertical .info-pod__container .info-pod__content,
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__content {
        padding: 40px;
        height: 300px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 416px;
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 451px;
    }
    .info-pod--vertical .info-pod__container .info-pod__title { 
        max-height: 70px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__title { 
        max-height: unset;
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 120px;
        -webkit-line-clamp: 5; 
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        max-height: unset;
        display: block;
        -webkit-line-clamp: unset; 
        overflow: unset;
    }
    .info-pod--vertical .info-pod__button-container {
        width: 389px;
    }

    .info-pod--horizontal .info-pod__container {
        max-width: 712px;
    }
    .info-pod--horizontal .info-pod__icon-holder{
        width: 82px;
        height: 82px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__title { 
        max-height: 82px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__title { 
        max-height: 104px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__description {
        max-height: 144px;
        -webkit-line-clamp: 6;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 192px;
        -webkit-line-clamp: 8; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon .info-pod__description {
        max-height: 72px;
        -webkit-line-clamp: 3;
    }
}
@media only screen and (min-width: 1920px) {
    .info-pod--vertical .info-pod__container {
        max-width: 536px;
        height: 589px;
    }
    .info-pod--vertical .info-pod__container .info-pod__image {
        max-width: 536px;
        height: 290px;
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__content-text {
        max-height: 451px;
        -webkit-line-clamp: 13; 
    }
    .info-pod--vertical .info-pod__container.info-pod--no-cta:hover .info-pod__content-text {
        max-height: 486px;
        -webkit-line-clamp: 14; 
    }
    .info-pod--vertical .info-pod__container:hover .info-pod__description {
        display: block;
        -webkit-line-clamp: unset; 
        overflow: unset;
    }
    .info-pod--vertical .info-pod__button-container {
        width: 456px;
        padding: 20px 0 30px;
    }

    .info-pod--horizontal .info-pod__container {
        max-width: 812px;
    }
    .info-pod--horizontal .info-pod__container .info-pod__content {
        padding: 40px 20px 30px;
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-cta .info-pod__description {
        max-height: 168px;
        -webkit-line-clamp: 7; 
    }
    .info-pod--horizontal .info-pod__container.info-pod--no-icon.info-pod--no-cta .info-pod__description {
        max-height: 96px;
        -webkit-line-clamp: 4; 
    }
}
.side-nav {
    background: var(--olam-aspen-whisper);
    box-shadow: 0px 3px 6px var(--olam-very-light-grey);
}
.sidenav-container {
    padding: 10px 0;
    color: var(--olam-dark-grey);
}
.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: inherit;
    padding-right: 4px;
    text-decoration: none;
}
.sidenav-container .sidenav-breadcrumb a.active {
    font-weight: bold;
    cursor: default;
    pointer-events: none;
}
.sidenav-container .sidenav-breadcrumb ol li:before {
    content: "/";
    padding-right: 4px;
    color: var(--olam-dark-grey);
}
.sidenav-container .sidenav-breadcrumb ol li:first-child:before {
    content: unset;
}
.sidenav-container .sidenav-title {
    padding: 8px 0;
    font-weight: bold;
    color: inherit;
}
.sidenav-container .sidenav-links {
    margin-top: 9px;
}
.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 30px 0 0;
}
.sidenav-container .sidenav-links .sidenav-links-text {
    color: inherit;
	text-decoration: none;
    letter-spacing: 0.65px;
}
.sidenav-container .sidenav-links .sidenav-links-text:hover {
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
}
.sidenav-container .sidenav-links .sidenav-links-text.active {
    font-weight: bold;
}
.sidenav-container .sidenav-links .sidenav-links-text.active:hover {
    text-decoration: none;
}
.sticky {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 999;
}
.olam-banner-sticky-menu {
    margin-top: 71px;
}
#sidenav-hide .side-nav {
    display: none;
}

@media (max-width :767px) {
    .sidenav-container {
        display: none;
    }
}

@media (min-width: 1920px) {
    .sidenav-container {
        padding-bottom: 14px;
    }
    .sidenav-container .sidenav-links {
        margin-top: 8px;
    }
    .sidenav-container .sidenav-links ul li {
        margin-right: 32px;
    }
}
.info-pod-slider .slick-slide {
    margin: 0 16px;
}
.info-pod-slider .slick-list {
    padding: 0;
    margin: 0 -16px;
}
.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 .slick-slide:focus {
    outline: none;
}
.info-pod-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -32px;
    left: unset;
}
.info-pod-slider .slick-dots {
    bottom: -25px;
    top: unset !important; 
}
.info-pod-slider .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.info-pod-slider .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}

.info-pod-slider .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.info-pod-slider .slick-arrow:before {
	content: '';
}
.info-pod-slider .slick-prev {
    background-image: url('clientlib-informationpodslider/resources/slider-prev.svg');
    background-repeat: no-repeat;
    z-index: 100;
}
.info-pod-slider .slick-prev:before {
	content: '';
}
.info-pod-slider .slick-next {
    background-image: url('clientlib-informationpodslider/resources/slider-next.svg');
    background-repeat: no-repeat;   
    background-position: right;
    z-index: 100;
}
.info-pod-slider .slick-next:before {
	content: '';   
}

.info-pod-slider.info-pod--vertical .info-pod__container {
    margin-bottom: 0;
}
.info-pod-slider.info-pod--vertical .slick-slide > div { 
    height: inherit;
    display: flex;
}

@media only screen and (min-width: 992px) {
    /* .info-pod-slider .slick-slide {
        margin: 0;
    } */
    
    .info-pod-slider .slick-list {
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .info-pod-slider.info-pod--vertical .info-pod__button-container {
        width: 280px;
    }
}
@media only screen and (min-width: 1600px) {
    .info-pod-slider.info-pod--vertical .info-pod__button-container {
        width: 368px;
    }
}
@media only screen and (min-width: 1920px) {
    .info-pod-slider.info-pod--vertical .info-pod__button-container {
        width: 434px;
    }
}
.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-dark-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-seashell);
    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;
  }
.mr-16 {
    margin-right: 16px;
}
.flex50 {
    flex-basis:50%;
}

.search_result_content {
    width: 100%;
}
.search-result-image-container {
    display: none;
}
.search-result-image-container .search-result-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.search-result-image-container .search-result-image-container-text {
    padding: 30px 0 0 0;
}
img[src=undefined]{
    display: none !important;
}
.search-result__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
}
.search_result_filters .search_by_date {
    display: none;
}
.result_content_heading a:hover {
    font-weight: bold;
}
.search_result_page .results img{
    width: 64px;
    height: 64px;
}
.search_result_page p {
    display: inline-block;
}
.search_result_page .results,
.search_result_set {
    display: flex;
    margin: 16px 0;
}
.search_result_topsection {
    display: flex;
    position: relative;
    margin: 32px 0 0 0;
}
.search_result_topsection .olam-header-h4 {
    margin-top: 0;
}
.search_result_topsection p {
    margin-right: 20px;
}
.search_result_topsection .search_result_not_found .search-link {
    font-weight: bold;
}
.search_result_topsection .search_result_not_found .search-suggestion {
    display: inline-block;
}
.search_result_filters .search_result_filters-drpdwn select {
    width: 240px;
}
.search_result_filters .search_result_filters-drpdwn{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.search-result__icon-container {
    display: flex;
    align-items: center;
    margin-right: 12px;
}
#search-validate-error {
    display: none;
    color: #DD1D21;
    font-size: 14px;
    margin: 0px;
    line-height: 0;
}
@media only screen and (min-width: 576px) {
    .search-result__header {
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) {
    .search-result-image-container {
        display: block;
        width: 50%;
        float: right;
        padding-left: 20px;
    }
    .search_result_content {
        width: 50%;
    }
    .search_result_page .results img {
        width: 140px;
        height: 140px;
        margin-right: 20px;
    }
    .search_result_topsection {
        margin: 32px 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 {
	-webkit-appearance: none;
	-moz-appearance: none;
}
 .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: 5rem;
	 font-family: "Font Awesome 5 Pro";
	 content: "\f00c";
	 font-weight: 900;
	 color: #698714;
	 margin-top: 1.3rem;
	 display: none;
}
 .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;
	 display: none;
}
 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;
	 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;
	 padding: 7px 35px;
	 border-radius: 30px !important;
	 color: #fff;
	 font-size: 16px;
	 margin-top: 6%; */
	 display: block;
	 margin: 0 auto;
}
 ::-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%;
}
label#firstName-error, label#lastName-error, label#company-error, label#comments-error {
	color: #DD1D21;
}
#contact_captcha_error {
	margin-bottom: 16px;
}
 @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;
	}
}
.form-group select {
	color: #000000;
}
 @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;
		 display: none;;
	}
	 .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;
	} */
}
@media only screen and (min-width: 1200px) {
	.form-group select {
		font-size: 18px;
	}
}

@keyframes img-animation {
    0% {
        height: 200px;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}
@keyframes text-animation {
    0% {
        display: none;
        opacity: 0;
        max-height: 140px;
    }
    100% {
        display: inline-block;
        opacity: 1;
        max-height: 370px;
    }
} 

/* Related article slider style */

.olam-related-article .slick-list {
    margin: 0 -8px;
	width: 100%;
}
.olam-related-article .slick-slide {
    margin: 0 8px;
    text-align: center;
}

.olam-related-article .slick-list {
    margin: 0 -8px;
	width: 100%;
}
.olam-related-article .slick-slide {
    margin: 0 8px;
}
.olam-related-article .olam-related-article__content .slick-slide:focus {
    outline: none;
}
.olam-related-article .olam-related-article__content .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -32px;
}
.olam-related-article .olam-related-article__content .slick-dots {
    bottom: -24px;
    top: unset !important; 
}
.olam-related-article .olam-related-article__content .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.olam-related-article .olam-related-article__content .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}

.olam-related-article .olam-related-article__content .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.olam-related-article .olam-related-article__content .slick-arrow:before {
	content: '';
}
.olam-related-article .olam-related-article__content .slick-prev {
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
	z-index: 100;
}
.olam-related-article .olam-related-article__content .slick-prev:before {
	content: '';
}
.olam-related-article .olam-related-article__content .slick-next {
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;   
    background-position: right;
	z-index: 100;
}
.olam-related-article .olam-related-article__content .slick-next:before {
	content: '';   
}

/* Related article component style */

/* .olam-related-article__wrapper {
	padding-bottom: 24px;
} */
.olam-related-article__header {
	margin: 0 auto;
}
.olam-related-article__header-title {
    text-align: center;
	margin-bottom: 20px;
}

.olam-related-article__item {
	background: var(--olam-white);
	border-radius: 6px;
	box-shadow: 0px 5px 14px #0000001a;
    margin-bottom: 10px;
	max-width: 320px;
	height: 408px;
    position: relative;
	text-align: left;
}

.olam-related-article__item-img {	
	border-radius: 6px 6px 0 0;
	object-fit: cover;
    width: 304px;
    height: 172px;
}
.olam-related-article__eye-brow {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px 0 0;
}

.olam-related-article__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.olam-related-article__content-container {
	padding: 20px;
    overflow: hidden;
}
.olam-related-article__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 36px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.olam-related-article__item-description {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 45px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.olam-related-article__action-btn {
    position: absolute;
    bottom: 20px;
}


.olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-img {
    animation: img-animation 0.5s forwards;
}

.olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-title,
.olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-title {
    display: block;
    overflow: unset !important;
    -webkit-line-clamp: unset !important;
    height: unset; 
}

.olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-description,
.olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-description {
    display: block;
    overflow: unset !important;
    -webkit-line-clamp: unset !important;
    height: unset;
}

.olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-content,
.olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
    animation: text-animation 0.5s forwards;
    -webkit-box-orient: vertical;
	display: -webkit-box;
    overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 13 !important;
    height: unset;
    max-height: 276px;
}

.olam-related-article .olam-related-article__item .olam-related-article__item-content {
    overflow: hidden;
}

.olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
    animation:unset;
}

@media only screen and (min-width: 576px) {
    .olam-related-article__item-img {
        width: 320px;
        height: 181px;
    }
}

@media only screen and (min-width: 768px) {
    .olam-related-article__item {
        max-width: 348px;
		height: 434px;
	}
    .olam-related-article__item-title {
        height: 46px;
	}
    .olam-related-article__item-img {
        width: 340px;
        height: 192px;
    }
    .olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-content,
    .olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
        max-height: 291px;
    }
}

@media only screen and (min-width: 992px) {
	.olam-related-article__item {
		max-width: 298px;
		height: 410px;
	}
    .olam-related-article__item-title {
		height: 50px;
	}
    .olam-related-article__item-img {
        width: 294px;
        height: 166px;
    }
    .olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-content,
    .olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
        max-height: 303px;
    }
}
@media only screen and (min-width: 1200px) {
    .olam-related-article__header-title {
        margin-bottom: 30px;
    }
    .olam-related-article__item {
		max-width: 349px;
		height: 456px;
	}	
	.olam-related-article__item-title {
		margin-bottom: 20px;
    }
    .olam-related-article__item-img {
        width: 344px;
        height: 194px;
    }
    .olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-content,
    .olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
        max-height: 335px;
    }    
}
@media only screen and (min-width: 1600px) {
	.olam-related-article__item {
		max-width: 348px;
		height: 462px;
	}
	.olam-related-article__item-title {
		height: 57px;
	}

    .olam-related-article .olam-related-article__item:not(.olam-related-article__item-on-hover):hover .olam-related-article__item-content,
    .olam-related-article .olam-related-article__item.olam-related-article__item-on-hover .olam-related-article__item-content {
        max-height: 344px;
    }
}

@media only screen and (min-width: 1920px) {
    .olam-related-article__header-title {
        margin-bottom: 40px;
    }
	.olam-related-article__item {
		max-width: 398px;
		height: 510px;
	}
	.olam-related-article__item-date {
		margin-bottom: 30px;
	}

    .olam-related-article__action-btn {
        bottom: 30px;
    }

    .olam-related-article__item-img {
        width: 394px;
        height: 223px;
    }
}

/* Static related article */

.olam-related-article__static .olam-related-article__item {
	align-self: center;
    margin: 10px auto;
    max-width: unset;
    position: relative;
    min-height: 438px;
    max-height: 480px;
    height: 100%;
}
.olam-related-article__static .olam-related-article__item-img {
	width: 100%;
    height: 262px;
}
.olam-related-article__static .olam-related-article__item-title {
	-webkit-line-clamp: 7;
}
.olam-related-article__static .olam-related-article__eye-brow {
	display: block;
    justify-content: unset;
    text-align: right;
    margin-top: 16px;
}
.olam-related-article__static .olam-related-article__tag {
	position: absolute;
    top: 20px;
}
.olam-related-article__static .olam-related-article__static-header-title {
    margin-bottom: 20px;
}
.olam-related-article__static .olam-related-article__action-btn {
    position: relative;
    bottom: 0px;
}
.olam-related-article__static .tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 7px 25px 5px;
    height: 25px;
}
.olam-related-article__static .olam-related-article__item-title {
    -webkit-line-clamp: 5;
    min-height: 50px;
    max-height: 100px;
    line-height: 20px;
    margin-bottom: 20px;
    height: 100%;
}
.olam-related-article__date {
    font-size: 1.2rem;
}

@media only screen and (min-width: 576px) {
    .olam-related-article__static .olam-related-article__item-title {
        -webkit-line-clamp: 4;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .olam-related-article__static .olam-related-article__content-container {
        padding-top: 16px;
    }
    .olam-related-article__static .olam-related-article__item {
        margin: 20px auto;
    }
}

@media only screen and (min-width: 992px) {
	.olam-related-article__static .olam-related-article__static-content {
    	display: flex;
	}
	.olam-related-article__static .olam-related-article__item {
	 	margin: 5px;
    	width: 33.3333333%;
        height: 505px;
        max-height: 505px;
	}
	.olam-related-article__static .olam-related-article__item-title {
        -webkit-line-clamp: 6;
        max-height: 150px;
        margin-bottom: 0px;
    }
    .olam-related-article__static .olam-related-article__static-header-title {
        margin-bottom: 40px;
    }
    .olam-related-article__static .olam-related-article__item-img {
        height: 240px;
    }
    .olam-related-article__static .olam-related-article__action-btn {
        position: absolute;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .olam-related-article__static .olam-related-article__tag {
        top: 13px;
    }
    .olam-related-article__static .olam-related-article__eye-brow {
        margin-top: 14px;
    }
    .olam-related-article__static .olam-related-article__item-title {
        line-height: 25px;
    }
    .olam-related-article__static .olam-related-article__action-btn {
        bottom: 15px;
    }
    .olam-related-article__date {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .olam-related-article__static .olam-related-article__item {
        height: 540px;
        max-height: 540px;
    }
	.olam-related-article__static .olam-related-article__item-title {
        -webkit-line-clamp: 6;
        line-height: 28px;
        max-height: 170px;
    }
    .olam-related-article__static .olam-related-article__action-btn {
        bottom: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    .olam-related-article__static .olam-related-article__item-img {
        height: 290px;
    }
    .olam-related-article__static .olam-related-article__item {
        height: 593px;
        max-height: 593px;
    }
    .olam-related-article__static .tag {
        padding: 9px 16px 9px 15px;
        height: 43px;
        line-height: 26px;
    }
}
.olam-bod__tile-container {
	display: flex;
	padding-bottom: 10px;
    margin-bottom: 20px;
}
/* .olam-bod__tile__section-title {
	margin-bottom: 20px;
} */
.olam-bod__tile {
	margin: 20px 8px;
	padding: 25px 13px 28px;
	width: 254px !important;
	box-shadow: 0px 5px 14px #0000001A;
	border-radius: 6px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: var(--olam-white);
}
.olam-bod__tile:hover {
	border: 2px solid var(--olam-light-green);
}
.olam-bod__tile-content {
	height: 160px;
	margin-top: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.olam-bod__tile-img {
	width: 182px;
	height: 182px;
	border-radius: 50%;
}
.olam-bod__tile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;

}
.olam-bod__tile-title {
	font-weight: normal;
	color: #224652;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 35px;
}
.olam-bod__tile-designation {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 62px;
}
.olam-bod__tile-action {
	margin-top: 13px;
}
/* BOD Slider */
.olam-bod__tile--slider .slick-slide {
    margin: 0 27px;
}

.olam-bod__tile--slider .slick-list {
    margin: 0 -27px;
}
.olam-bod__tile--slider.slick-dotted.slick-slider {
    margin-bottom: 20px; 
}

.olam-bod__tile--slider .slick-list {
    padding: 0;
}
.olam-bod__tile--slider .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 50px;
}
.olam-bod__tile--slider .slick-list {
    z-index: 10;
}
.olam-bod__tile--slider .slick-arrow {
    z-index: 11;
}

.olam-bod__tile--slider .slick-slide:focus {
    outline: none;
}
.olam-bod__tile--slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -30px;
}
.olam-bod__tile--slider .slick-dots {
    bottom: -22px;
    top: unset !important;
}
.olam-bod__tile--slider .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.olam-bod__tile--slider .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
}

.olam-bod__tile--slider .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.olam-bod__tile--slider .slick-arrow:before {
    content: '';
}
.olam-bod__tile--slider .slick-prev,
.olam-bod__tile--slider .slick-prev:hover,
.olam-bod__tile--slider .slick-prev:focus {
    left: 110px;
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
}
.olam-bod__tile--slider .slick-prev:before {
    content: '';
}
.olam-bod__tile--slider .slick-next,
.olam-bod__tile--slider .slick-next:hover,
.olam-bod__tile--slider .slick-next:focus {
    right: 112px;
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.olam-bod__tile--slider .slick-next:before {
    content: '';
}

/* BOD Modal */
.olam-bod-modal__dialog {
	margin: 30px auto 0;
	padding-top: 0px;
	width: 89%;
}
.olam-bod-modal__container {
	height: 589px;
	background-color: var(--olam-dark-blue) !important;
}
.olam-bod-modal__header {
	display: flex;
	align-items: center;
	padding: 18px 10px 10px 20px;
}
.olam-bod-modal__title {
	font-weight: normal;
}
.olam-bod-modal__title-desktop {
	display: none;
}
.olam-bod-modal__title-mobile {
	display: block;
}
.olam-bod-modal--close {
	cursor: pointer;
	background: transparent;
	border: none;
	margin-left: auto;
}
.olam-bod-modal--close img {
	width: 16px;
	object-fit: contain;
}
.olam-bod-modal__content {
	display: flex;
	flex-direction: column;
	max-height: 510px;
	overflow-x: auto;
	padding: 0 20px 20px;
    margin-right: 13px;
}
.olam-bod-modal__content-img img {
	width: 100%;
	height: 100%;
	max-width: 326px;
	object-fit: cover;
	border-radius: 6px;
}
.olam-bod-modal__content-action {
    margin: 13px auto 0;
}
.olam-bod-modal__content-action .button-wrapper:last-child {
    margin-right: 0;
}
.olam-bod-modal__container,
.olam-bod-modal__title {
	color: var(--olam-white);
}
.olam-bod-modal__content-description {
	margin: 20px 0 0;
}
.olam-bod-modal__designation {
	margin: 0 0 20px;
	font-weight: bold;
}
.olam-bod-modal__appointment {
	margin: 10px 0 0;
	font-weight: bold;
}
.olam-bod-modal__dialog ::-webkit-scrollbar {   
	background-color: var(--olam-bay-wharf); 
    border-radius: 4px;
    width: 3px;
	-webkit-appearance: none;
  }
  
.olam-bod-modal__dialog ::-webkit-scrollbar-thumb {
	background-color: var(--olam-white);
    border-radius: 4px;    
    width: 2px;
}

.olam-bod-modal__content-action .button-wrapper a {
	box-sizing: border-box;
	white-space: nowrap;
	color: var(--olam-white) !important;
}
@media only screen and (min-width : 576px) {
	.olam-bod-modal__dialog {
		margin: 60px auto 0;
	}
	.olam-bod-modal__header {
		padding-right: 20px;
	}
	.olam-bod-modal__content-action {
		margin: 20px 0 0;
	}
}

@media only screen and (min-width : 992px) {
	.olam-bod__tile-title {
		max-height: 51px;
	}
}

@media only screen and (min-width : 1200px) {
	.olam-bod-modal__dialog {
		margin: 80px auto 0;
	}
	.olam-bod__tile-container {
		flex-wrap: wrap;
		gap: 60px 16px;
		padding-bottom: 0;
    	margin-bottom: 0;		
	}
	.olam-bod__tile__section-title {
		margin-bottom: 40px;
	}
	.olam-bod__tile {
		margin: 0;
	}
	.olam-bod-modal__dialog {
		max-width: 1136px;
	}
	.olam-bod-modal__container {
		width: 1136px;
		height: 519px;
	}
	.olam-bod__tile-designation {
		max-height: 72px;
	}
	.olam-bod-modal__header {
		padding: 40px 40px 6px 96px;
	}
	.olam-bod-modal__title-desktop {
		display: block;
		margin-bottom: 20px;
	}
	.olam-bod-modal__title-mobile {
		display: none;
	}
	.olam-bod-modal__content {
		flex-direction: row;
		overflow-x: unset;
		max-height: unset;
		padding: 0 0 80px 96px;
		margin-right: 43px;
	}
	.olam-bod-modal__content-img img {
		max-width: unset;
		width: 384px;
		height: 255px;
	}
	.olam-bod-modal__content-description {
		width: 100%;
		overflow-x: auto;
		max-height: 360px;
		padding: 0 60px 0 0;
		margin: 0 0 0 96px;
	}
	.olam-bod-modal__appointment {
		margin: 0;
	}
}

@media only screen and (min-width : 1600px) {
	.olam-bod__tile-title {
		max-height: 55px;
	}
}

@media only screen and (min-width : 1920px) {
	.olam-bod-modal__dialog {
		max-width: 1190px;
	}
	.olam-bod-modal__container {
		width: 1190px;
		height: 589px;
	}
	.olam-bod-modal__header {
		padding: 38px 55px 6px 100px;
	}
	.olam-bod-modal__content {
		padding: 0 0 80px 100px;
		margin-right: 55px;
	}
	.olam-bod-modal__content-img img {
		width: 490px;
		height: 326px;
	}
	.olam-bod-modal__content-description {
		max-height: 395px;
		padding: 0 45px 0 0;
		margin: 63px 0 0 28px;
	}
	.olam-bod-modal__designation {
		margin: -5px 0 20px;
	}
	.olam-bod-modal__appointment {
		margin: 20px 0 0;
	}
}
.megamenu-container .megamenu-main {
    height: 68px;
    display: flex;
    align-items: center;
    width: 100%;
}
.megamenu-container .megamenu-main a:hover,
.megamenu-container .megamenu-main a:focus {
    text-decoration: none;
}
.megamenu-container .megamenu-main .megamenu-olam-logo img {
    width: 105px;
    height: 32px;
}
.megamenu-container .megamenu-main .megamenu-tier1 {
    width: 100%;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list {
	display: flex;
	margin: 4px 0 0 0;
    padding-left: 0;
    justify-content: center;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item {
    margin: 0 60px 0 0;
    list-style-type: none;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item:last-child {
    margin-right: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-list-text {
    color: var(--olam-dark-grey);
    letter-spacing: 0.7px;
}
.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-active .megamenu-tier1-list-text, 
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item-selected .megamenu-tier1-list-text {
    font-weight: bold;
    letter-spacing: 0;
}
.megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item .megamenu-tier1-list-text:hover {
    text-decoration: none;
    letter-spacing: 0;
}
.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-shadow);
    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-shadow);
    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 {
    color: var(--olam-dark-grey);
    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(--secondary-color) !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-dark-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(--primary-color);
    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-shadow);
}
.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-shadow);
}
.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-dark-grey);
    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-shadow);
    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-dark-grey);
    width: 85%;
    padding: 10px 20px;
}
.megamenu-container .megamenu-main .search-area .search-area-close {
    cursor: pointer;
    font-size: 16px;
}
.megamenu-container .megamenu-main .search-area .search-box .search-input:focus {
    outline: none;
}
.megamenu-container .megamenu-main .search-area .search-autocomplete {
    position: absolute;
    background-color: var(--olam-white);
    box-shadow: 0px 3px 6px var(--olam-black-shadow);
    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;
        font-size: 18px;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-header-mobile .megamenu-olam-logo-mobile img {
        width: 69px;
        height: 21px;
    }
    .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-dark-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-hamberger-menu-close {
        font-size: 15.80px;
        color: var(--olam-dark-grey);
        padding-left: 15px;
    }
    .megamenu-container .megamenu-mobile-main .search-area {
        background: var(--olam-white-smoke);
        box-shadow: 3px 0px 3px var(--olam-black-shadow);
        width: 100%;
        display: flex;
        height: 60px;
        padding: 0 16px;
    }
    .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;
	    cursor: pointer;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-input {
        border: none;
        background: transparent;
        flex-basis: 100%;
        color: var(--olam-dark-grey);
        font-size: 16px;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-box .search-input:focus {
        outline: none;
    }
    .megamenu-container .megamenu-mobile-main .search-area .search-autocomplete {
        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;
        font-size: 16px;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile {
        border-top: 1px solid var(--olam-light-warm-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile {
        padding: 0 15px 0 33px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--olam-white);
        /* box-shadow: 0px 3px 6px var(--olam-black-shadow); */
        border-bottom: 1px solid var(--olam-light-warm-grey);
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-mobile-text {
        font-weight: normal !important;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-caret {
        color: var(--olam-dark-grey);
        font-size: 14px;
    }
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .menu-arrow-down {
        transform: rotate(90deg);
    }    
    .megamenu-container .megamenu-mobile-main .megamenu-desc-mobile .megamenu-tier1-item-mobile .megamenu-tier1-desc-mobile {
        position: absolute;
        left: 0;
        width: 100%;
        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 15px 0 33px;
        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-bottom: 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-dark-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: 0;
        width: 100%;
        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 15px 0 53px;
        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-shadow); */
        border-bottom: 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-dark-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: 0;
        width: 100%;
        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 0 73px;
        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-bottom: 1px solid var(--olam-light-warm-grey);
    }
}
@media (min-width: 1920px) {
    .megamenu-container .megamenu-main .megamenu-tier1 .megamenu-tier1-list .megamenu-tier1-list-item {
        margin-right: 80px;
    }
}
@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 {
    color: inherit;
    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 {
    color: inherit;
    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;
	justify-content: space-between;
	width:100%;
    height:100%;
    overflow:hidden;
}

.olam-textandimage__content {
	width: 100%;
	margin: 0 0 30px;
}

.olam-textandimage__content-icon {
	width: 54px;
	height: 54px;
	margin-bottom: 21px;
}

.olam-textandimage__content-icon img {
	width: 100%;
	height: 100%;
}

.olam-textandimage__content-title {
	margin-bottom: 10px;
}

.olam-textandimage__content-title h2,
.olam-textandimage__content-title h3,
.olam-textandimage__content-title h4 {
	font-weight: bold;
}
.olam-textandimage__img img {
	border-radius: 6px;
	transition: 0.3s;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.olam-textandimage__content-description {
	margin-bottom: 20px;
}

.olam-textandimage__content-description ol,
.olam-textandimage__content-description ul {
	margin: 0;
	padding: 0;
}
.olam-textandimage__content-description ol li,
.olam-textandimage__content-description ul li {
	position: relative;
	left: 15px;
}
.olam-textandimage__content-action-btn:last-child .button-wrapper {
	margin-right: 0;
}
/* Portrait Image and Text */
.olam-textandimage__content--portrait .olam-textandimage__img {
	width: 185px;
	margin-bottom: 30px;
}
.olam-textandimage__content--portrait .olam-textandimage__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.olam-textandimage__content--portrait .olam-textandimage__content {
	flex-grow: 1;
}
.olam-textandimage__content--portrait {
	flex-direction: column;
	width: 100%;
    height: 100%;
    overflow: hidden;
}
/* News SGX variation */
.olam-textandimage__content--news-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background-color: var(--olam-light-grey);
	padding: 20px;
}

.secondary-background .olam-textandimage__content--news-container {
	background-color: var(--olam-white);
}

.tertiary-background .olam-textandimage__content--news-container {
	background-color: var(--olam-white);
}

.tertiary-background .olam-textandimage__content--news-container h1,
.tertiary-background .olam-textandimage__content--news-container h2,
.tertiary-background .olam-textandimage__content--news-container h3,
.tertiary-background .olam-textandimage__content--news-container h4,
.tertiary-background .olam-textandimage__content--news-container h5,
.tertiary-background .olam-textandimage__content--news-container h6,
.tertiary-background .olam-textandimage__content--news-container p,
.tertiary-background .olam-textandimage__content--news-container a {
    color: var(--olam-black);
}

.tertiary-background .olam-textandimage__content--news-container .tertiary-button:hover {
    color: var(--olam-dark-green);
}

.olam-textandimage__content--news-container .olam-textandimage__content-icon {
	width: 80px;
	height: 80px;
	min-width: 80px;
	margin-bottom: 20px;
}
.olam-textandimage__content--news-container .button-wrapper {
	margin: 0;
}
.olam-textandimage__content--news-container .olam-textandimage__content-action-btn .tertiary-button::after {
	font-size: 12px;
	margin-left: 0;
}
.olam-textandimage__content--news-container .olam-textandimage__content-action-btn .button-wrapper {
	line-height: 1.1rem;
}
@media only screen and (min-width: 576px) {
	.olam-textandimage__content--news-container {
		flex-direction: row;
		gap: 30px;
	}
	.olam-textandimage__content--news-container .olam-textandimage__content-wrapper {
		padding-top: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.olam-textandimage__content-container {
		align-items: center;
	}
	.olam-textandimage__content-icon {
		margin-bottom: 20px;
	}
	.olam-textandimage__content-title {
		margin-bottom: 20px;
	}
	.olam-textandimage__content-container--left-align {
		flex-direction: row;
	}

	.olam-textandimage__content-container--right-align {
		flex-direction: row-reverse;
	}

	.olam-textandimage__content,
	.olam-textandimage__video-container {
		width: 50%;
		margin: 0;
	}

	.olam-textandimage__content--left {
		padding-left: 80px;
	}

	.olam-textandimage__content--right {
		padding-right: 80px;
	}

	.olam-textandimage__content-description {
		margin-bottom: 30px;
	}
	.olam-textandimage__img img {
		width: 464px;
		height: 251px;
	}
	.olam-textandimage__video-container .olam-video {
		max-width: 464px;
		max-height: 261px;
		padding-bottom: 261px;
	}
	.olam-textandimage__video-container .olam-video .olam-video__btn-container {
		border: 4px solid var(--olam-white);
		width: 80px;
		height: 80px;
	}
	.olam-textandimage__video-container .olam-video .olam-video__play-btn {
		border-width: 20px 0px 19px 33px;
	}
	.olam-textandimage__content--portrait .olam-textandimage__img {
		margin-bottom: 0px;
	}
	.olam-textandimage__content--news-container {
		padding: 40px;
		width: 100%;
	}
	.olam-textandimage__content--news-container .olam-textandimage__content-icon {
		width: 90px;
		height: 90px;
		min-width: 90px;
	}
	.olam-textandimage__content--news-container {
		flex-direction: row;
		gap: 30px;
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
	.olam-textandimage__content--news-container .olam-textandimage__content-wrapper {
		padding-top: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.olam-textandimage__img img {
		width: 540px;
		height: 293px;
	}
	.olam-textandimage__video-container .olam-video {
		max-width: 540px;
		max-height: 304px;
		padding-bottom: 304px;
	}
	.olam-textandimage__content--portrait .olam-textandimage__img {
		width: 464px;
	}
}
@media only screen and (min-width: 1600px) {
	.olam-textandimage__img img {
		width: 720px;
		height: 390px;
	}
	.olam-textandimage__video-container .olam-video {
		max-width: 720px;
		max-height: 405px;
		padding-bottom: 405px;
	}
}

@media only screen and (min-width: 1920px) {
	.olam-textandimage__img img {
		width: 812px;
		height: 440px;
	}
	.olam-textandimage__video-container .olam-video {
		max-width: 812px;
		max-height: 457px;
		padding-bottom: 457px;
	}
	.olam-textandimage__content-icon {
		width: 82px;
		height: 82px;
	}
	.olam-textandimage__video-container .olam-video .olam-video__btn-container {
		border: 4px solid var(--olam-white);
		width: 117px;
		height: 117px;
	}
	.olam-textandimage__content--portrait {
		justify-content: center;
	}
	.olam-textandimage__content--portrait .olam-textandimage__img {
		width: 536px;
	}
	.olam-textandimage__content--portrait .olam-textandimage__content {
		max-width: 749px;
	}
	.olam-textandimage__content--news-container {
		padding-right: 60px;
		gap: 40px;
	}
	.olam-textandimage__content--news-container .olam-textandimage__content-icon {
		width: 100px;
		height: 100px;
		min-width: 100px;
	}
}
.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-silver);
    border-color: var(--olam-light-silver);
}
.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-popup .modal-content {
    background-color: var(--olam-white);
}
.gatedContent-modal-header {
    padding: 30px;
}
.gatedContent-modal-close-btn {
    float: right;
    background: transparent;
    border: none;
}
.gatedContent-modal-close-btn img,
    button.close-btn-modal-gatedcontent-submit img {
    width: 14px;
}
/* .gatedContent-modal-title {
    margin: 0 12%
} */
.gatedContent-modal-body {
    padding: 0px 30px 40px;
}
/* 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 input[type="checkbox"] {
	/* display: flex; */
    /* margin: 0; */
    width: 20px;
    height: 20px;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.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: calc(100% - 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gatedcontent_modal-content-success {
	border-radius: 0 !important;
}
.gatedcontent_modal-body-success {
	padding: 32px;
}
button.close-btn-modal-gatedcontent-submit {
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}
.gatedcontent_success-modal-content {
	text-align: center;
}
.gatedcontent_success-modal-content__thanks {
    margin-bottom: 16px;
}
@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,
    button.close-btn-modal-gatedcontent-submit img {
        width: 20px;
    }
    div.form-group.gatedContentValid.input-controls:after {
        right: 20%;
    }
    .gatedcontent_modal-dialog-msgbox {
        width: 600px;
    }
    button.close-btn-modal-gatedcontent-submit {
        right: 16px;
        top: 16px;
    }
    
}
@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;
    }
}

.olam-bgimagetext{
    padding-top: 8px;
    padding-bottom: 16px;
}
.olam-bgimagetext__content-container {
    padding: 56px 16px 13px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.olam-bgimagetext__content-header {
    margin-bottom: 16px;
}
.olam-bgimagetext__content-description {
    color: var(--olam-cold-grey);
    margin-bottom: 16px;
}
.olam-bgimagetext__img {
    width: 100%;
    height: 203px;
}
@media (min-width :768px ) {
    .olam-bgimagetext{
        padding: 0;
        height: 640px;
        display: flex;
        align-items: center;
    }
    .olam-bgimagetext--right {
        flex-direction: row-reverse;
    }
    .olam-bgimagetext__content-container {
        flex-basis: 50%;
        text-align: unset;
        align-items: unset;
    }
    .olam-bgimagetext__content-container--left {
        padding: 0 4% 0 10%;
    }
    .olam-bgimagetext__content-container--right {
        padding: 0 10% 0 4%;
    }
    .olam-bgimagetext__content-header {
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .olam-bgimagetext__content-description {
        padding-right: 17%;
        max-height: 94px;
        display: -webkit-box;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .olam-bgimagetext__content-description p {
        margin: 0;
        font-size: 16px;
    }
    .olam-bgimagetext__action {
        width: max-content;
    }
    .olam-bgimagetext__img-container {
        flex-basis: 50%;
    }
    .olam-bgimagetext__img {
        height: 540px;
    }
}
@media only screen and (min-width: 1200px) {
    .olam-bgimagetext__content-description {
        max-height: 104px;
    }
    .olam-bgimagetext__content-description p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .olam-bgimagetext__content-description {
        max-height: 116px;
    }
    .olam-bgimagetext__content-description p {
        font-size: 20px;
    }
}
.product-grid__title-container {
	padding: 26px 44px;
	background-color: var(--secondary-color);
}
.product-grid__title {
	color: var(--olam-white);
	font-weight: bold;
	padding-bottom: 16px;
	width: fit-content;
	line-height: normal;
	border-bottom: 3px solid var(--olam-white);
}
.product-grid__slider {
	margin-top: 18px;
	margin-bottom: 100px !important;
}
.product-grid__slider .slick-list {
	min-height: 385px;
}
.product-grid__card-wrapper {
	min-height: 314px;
}
.product-grid__card-link:hover{
	text-decoration: none;
}
.product-grid__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 244px;
	margin: 0 auto;
	box-shadow: 0px 6px 6px #00000029;
	background-color: var(--olam-white);
	border-left: 2px solid var(--secondary-color);
	border-top: 2px solid var(--secondary-color);
	border-right: 2px solid var(--secondary-color);
	border-bottom: 12px solid var(--secondary-color);
}
.product-grid__card-img {
	width: 100%;
}
.product-grid__card-img img {
	width: 100%;
	max-width: 240px;
	height: 240px;
}
.product-grid__card-title {
	margin: 16px 10px;
	text-align: center;
}
.product-grid__card-title h5 {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
}
.product-grid__card-description {
	margin: 0 10px 16px 10px;
	text-align: center;
}
.product-grid__card-description-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.product-grid__card-description p {
	margin: 0;
	padding: 0;
}
.product-grid__slider .slick-arrow {
	position: absolute;
	top: unset;
	bottom: -54px;
	left: unset;
	z-index: 11;
}
.product-grid__slider .slick-dots {
	bottom: -46px;
	top: unset !important;
	z-index: 1;
}
.product-grid__slider .slick-dots li {
	margin: 0;
}
.product-grid__slider .slick-dots li button:before {
	font-size: 16px !important;
	width: 0 !important;
	color: var(--primary-color, #000) !important;
}
.product-grid__slider .slick-dots li.slick-active {
	width: 54px;
}
.product-grid__slider .slick-dots li.slick-active button {
	background: var(--primary-color, #000) !important;
	height: 16px;
	border-radius: 10px;
	width: 48px;
}
.product-grid__slider .slick-dots li.slick-active button:before {
	color: var(--primary-color, #000) !important;
}
.product-grid__slider .slick-arrow:before {
	color: var(--primary-color, #000) !important;
}

.product-grid-wrapper--maxi .product-grid-wrapper-maxi-title {
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.product-grid__card-description {
		margin: 0 10px 30px 10px;
		display: none;
	}
	.product-grid__card:hover + .product-grid__card-description {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.product-grid {
		display: flex;
	}
	.product-grid__title-container {
		width: 28%;
		padding-left: 7.3%;
		padding-right: 3.6%;
		background-color: var(--secondary-color);
		display: flex;
		align-items: center;
	}
	.product-grid__title {
		word-break: break-word;
		padding-bottom: 32px;
	}
	.product-grid__slider-wrapper {
		width: 72%;
	}
	.product-grid__slider {
		margin-top: 140px;
		margin-bottom: 100px !important;
	}
	.product-grid__card {
		border-left: 2px solid transparent;
		border-top: 2px solid transparent;
		border-right: 2px solid transparent;
		border-bottom: 12px solid transparent;
	}
	.product-grid__card:hover {
		border-left: 2px solid var(--secondary-color);
		border-top: 2px solid var(--secondary-color);
		border-right: 2px solid var(--secondary-color);
		border-bottom: 12px solid var(--secondary-color);
	}
}
@media only screen and (min-width: 1200px) {
	.product-grid-wrapper--maxi {
		display: flex;
		flex-wrap: nowrap;
	}	
	.product-grid-wrapper--maxi .product-grid-wrapper-maxi-title {
		max-width: 285px;
		margin-right: 115px;
	}
	.product-grid-wrapper--maxi .products-list {
		width: 215px;
		height: 215px;
		padding-top: 55px;
	}
	.product-grid-wrapper--maxi .product-grid-wrapper-maxi-title {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 1600px) {
	.product-grid__slider .slick-list {
		min-height: 510px;
	}
	.product-grid__card-wrapper {
		min-height: 424px;
	}
	.product-grid__card {
		max-width: 324px;
	}
	.product-grid__card-img img {
		max-width: 320px;
		height: 320px;
	}
	.product-grid-wrapper--maxi .product-grid-wrapper-maxi-title {
		max-width: 415px;
	}
	
}
@media only screen and (min-width: 1920px) {
	.product-grid-wrapper--maxi .products-list {
		width: 260px;
		height: 260px;
		padding-top: 65px;
	}
	.product-grid-wrapper--maxi .product-grid-wrapper-maxi-title {
		max-width: 435px;
	}
}

.products-list-accordion .product-list-title{
	display: flex;
	align-items: center;
	left: 0;
	margin-right: auto;
}
.products-list-accordion .product-list-title .product-name{
	margin-top: 8px;
}
.products-list-accordion .product-list{
	height: auto !important;
}

.social-media-teaser__title {
    margin-bottom: 20px;
    text-align: center;
}
.social-media-teaser__card-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.social-media-teaser__card {
    width: 328px;
    padding: 0px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--olam-white);
    border-radius: 8px;
    height: 360px;
}
.social-media-teaser__card.social-media-teaser__card--instagram {
    height: 360px;
}
.social-media-teaser__card .social-media-teaser__card-redirect {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.social-media-teaser__card .social-media-teaser__card-redirect:focus {
    color: inherit;
    text-decoration: none;
}
.social-media-teaser__card .social-media-teaser__card-redirect:hover {
    text-decoration: none;
}
.social-media-teaser__card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 0;
}
.social-media-teaser__card-header-img img {
    width: 74px;
    height: 24px;
}
.social-media-teaser__card-header-date-icon {
    display: flex;
    align-items: center;
}
.social-media-teaser__card-header-date {
    color: var(--olam-black);
}
.social-media-teaser__card-header-icon {
    display: inline-block;
    margin-left: 16px;
}
.social-media-teaser__card-header-icon i {
    font-size: 16px;
    color: var(--olam-white);
    padding: 0px !important;
}
i.social-media-teaser__linkedin-icon {
    background-color: var(--olam-bright-blue);
    padding: 4px 5px;
}
i.social-media-teaser__twitter-icon {
    background-color: var(--olam-white);
    vertical-align: text-top;
    font-size: 20px;
}
i.social-media-teaser__twitter-icon:before {
    color: var(--olam-blue-jeans);
}
i.social-media-teaser__instagram-icon {
    font-size: 20px;
    color: var(--olam-vivid-pink);
    padding: 0;
}
.social-media-teaser__card-description {
    height: 108px;
    margin-bottom: 18px;
    -webkit-line-clamp: 6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0px 20px;
    text-align: left;
    line-height: 18px;
    color: var(--olam-dark-blue);
}
.social-media-teaser__card-img img {
    width: 100%;
    height: 180px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.social-media-teaser__card--instagram .social-media-teaser__card-img img {
    width: 100%;
    height: 243px;
    border-radius: 0px;
}
.social-media-teaser__card--instagram .social-media-teaser__card-img {
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
}
.social-media-teaser__card--instagram .social-media-teaser__card-description {
    height: 230px;
    -webkit-line-clamp: 11;
    opacity: 0;
}
.social-media-teaser__card.social-media-teaser__card--instagram:hover .social-media-teaser__card-img {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.social-media-teaser__card.social-media-teaser__card--instagram:hover .social-media-teaser__card-description {
    display: -webkit-box;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.social-media-teaser__card-header-icon .social-media-teaser__linkedin-icon {
    padding: 3px 4px;
    margin-bottom: 10px;
    vertical-align: text-top;
}
/* Social Media slider style */
.social-media-teaser__card-wrapper .slick-list {
	width: 100%;
}
.social-media-teaser__card-wrapper .slick-slide {
    text-align: center;
}
.social-media-teaser__card-wrapper .slick-slide:focus {
    outline: none;
}
.social-media-teaser__card-wrapper .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -32px;
}
.social-media-teaser__card-wrapper .slick-dots {
    bottom: -24px;
    top: unset !important;
}
.social-media-teaser__card-wrapper .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.social-media-teaser__card-wrapper .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}
.social-media-teaser__card-wrapper .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.social-media-teaser__card-wrapper .slick-arrow:before {
	content: '';
}
.social-media-teaser__card-wrapper .slick-prev {
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
	z-index: 100;
}
.social-media-teaser__card-wrapper .slick-prev:before {
	content: '';
}
.social-media-teaser__card-wrapper .slick-next {
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;
    background-position: right;
	z-index: 100;
}
.social-media-teaser__card-wrapper .slick-next:before {
	content: '';
}
.social-media-teaser__follow-us {
    margin-top: 50px;
    text-align: center;
}
.social-media-teaser__follow-us-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.social-media-teaser__follow-us-icon {
    display: flex;
    gap: 10px;
    background-color: var(--olam-white);
    padding: 7px 24px;
    width: 148px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.social-media-teaser__follow-us-text, .social-media-teaser__follow-us-title {
    font-weight: bold;
    margin: 0;
}
.social-media-teaser__follow-us-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}
.social-media-teaser__follow-us-icon .social-media-teaser__linkedin-icon {
    padding: 3px 4px;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
}
.social-media-teaser__follow-us-icon i.social-media-teaser__twitter-icon {
    font-size: 22px;
    padding: 0;
    width: 25px;
    height: 20px;
}
.social-media-teaser__follow-us-icon .fa-linkedin-in:before {
    color: var(--olam-white);
}
.social-media-teaser__title h4 {
    font-size: 1.8rem;
    line-height: 22px;
}
.social-media-teaser__follow-us-title {
    line-height: 18px;
    color: var(--olam-dark-blue);
}
.social-media-teaser__card:hover .social-media-teaser__card-img {
    opacity: 0;
    display: none;
}
.social-media-teaser__card:hover .social-media-teaser__card-description {
    height: 288px;
    -webkit-line-clamp: 16;
    animation: fade_in_show 1.4s;
}
@keyframes fade_in_show {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (min-width: 768px) {
    .social-media-teaser__card-wrapper {
        justify-content: space-around;
        margin: 0 -8px;
    }
    .social-media-teaser__card {
        width: calc(50% - 16px);
        padding: 0px;
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
        margin: 0px auto 16px;
    }
    .social-media-teaser__card.social-media-teaser__card--instagram {
        height: 360px;
    }
    .social-media-teaser__card-img img {
        height: 180px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 290px;
        -webkit-line-clamp: 14;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img img {
        height: 243px;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        opacity: 1;
        height: 270px;
        -webkit-line-clamp: 15;
    }
    .social-media-teaser__follow-us {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 354px;
        -webkit-line-clamp: 17;
    }
    .social-media-teaser__card {
        height: 436px;
    }
    .social-media-teaser__card.social-media-teaser__card--instagram {
        height: 436px;
    }
    .social-media-teaser__card-header {
        margin-bottom: 20px;
    }
    .social-media-teaser__card-description {
        height: 144px;
        -webkit-line-clamp: 8;
    }
    .social-media-teaser__card-img img {
        height: 211px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img img {
        height: 342px;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        height: 326px;
        -webkit-line-clamp: 18;
    }
}
@media only screen and (min-width: 1200px) {
    .social-media-teaser__title {
        margin-bottom: 40px;
    }
    .social-media-teaser__card {
        width: calc(33.34% - 16px);
    }
    .social-media-teaser__card-header {
        margin-bottom: 24px;
    }
    .social-media-teaser__card-header-img img {
        width: 90px;
        height: 32px;
    }
    .social-media-teaser__card-header-icon {
        margin-left: 16px;
    }
    .social-media-teaser__card-header-icon i {
        padding: 8px;
    }
    .social-media-teaser__card-description {
        font-size: 16px;
        line-height: 24px;
        height: 242px;
        -webkit-line-clamp: 10;
    }
    .social-media-teaser__card {
        height: 537px;
    }
    .social-media-teaser__card.social-media-teaser__card--instagram {
        height: 537px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 410px;
        -webkit-line-clamp: 17;
    }
    .social-media-teaser__card-img img {
        height: 209px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img {
        top: 74px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img img {
        height: 255px;
    }
    i.social-media-teaser__instagram-icon {
        font-size: 20px;
        padding: 0;
    }
    i.social-media-teaser__twitter-icon {
        padding: 6px;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        height: 430px;
        margin-bottom: 0;
        -webkit-line-clamp: 18;
    }
    .social-media-teaser__title h4 {
        font-size: 3.6rem;
        line-height: 40px;
    }
    .social-media-teaser__follow-us-title {
        font-size: 1.8rem;
        line-height: 21px;
    }
    .social-media-teaser__follow-us-text {
        line-height: 21px;
    }
    .social-media-teaser__title h4 {
        font-size: 3.6rem;
        line-height: 40px;
    }
    .social-media-teaser__follow-us-title {
        font-size: 1.8rem;
        line-height: 21px;
    }
    .social-media-teaser__follow-us-text {
        line-height: 21px;
    }
}
@media only screen and (min-width: 1366px) {
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 310px;
        -webkit-line-clamp: 13;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        margin-bottom: 0;
        height: 438px;
        -webkit-line-clamp: 16;
    }
}
@media only screen and (min-width: 1600px) {
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 354px;
        -webkit-line-clamp: 15;
    }
    .social-media-teaser__card.social-media-teaser__card--instagram {
        height: 568px;
    }
    .social-media-teaser__card-img img {
        height: 303px;
    }
    .social-media-teaser__card {
        height: 568px;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img img {
        height: 433px;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        height: 480px;
        -webkit-line-clamp: 17;
    }
    .social-media-teaser__card-description {
        height: 170px;
        -webkit-line-clamp: 6;
        margin-bottom: 27px;
        font-size: 16px;
        line-height: 24px;
    }
    .social-media-teaser__title h4 {
        font-size: 3.8rem;
        line-height: 42px;
    }
}
@media only screen and (min-width: 1920px) {
    .social-media-teaser__card--instagram .social-media-teaser__card-description {
        height: 410px;
        -webkit-line-clamp: 17;
    }
    .social-media-teaser__card--instagram .social-media-teaser__card-img img {
        height: 408px;
    }
    .social-media-teaser__card-description {
        margin-bottom: 33px;
        height: 165px;
        -webkit-line-clamp: 7;
    }
    .social-media-teaser__card:hover .social-media-teaser__card-description {
        height: 475px;
        -webkit-line-clamp: 20;
    }
}
.large-icon-banner__container {
    width: 100%;
}

.large-icon-banner__wrapper {
    display: flex;
    justify-content: center;
}
.large-icon-banner__img {
    margin: 0 6px;
}

.large-icon-banner__img img {
    width: 216px;
    height: 214px;
    border-radius: 50%;
}

.large-icon-banner__summary {
    margin: 62px 20px 0;
    text-align: center;
}

.large-icon-banner__action {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.large-icon-banner__action .button-wrapper {
    margin-top: 20px;
}

.large-icon-banner__wrapper--slider .slick-list {
    padding: 0;
}
.large-icon-banner__wrapper--slider .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 50px;
}
.large-icon-banner__wrapper--slider .slick-list {
    z-index: 10;
}
.large-icon-banner__wrapper--slider .slick-arrow {
    z-index: 11;
}

.large-icon-banner__wrapper--slider .slick-slide:focus {
    outline: none;
}
.large-icon-banner__wrapper--slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -42px;
}
.large-icon-banner__wrapper--slider .slick-dots {
    bottom: -34px;
    top: unset !important;
}
.large-icon-banner__wrapper--slider .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.large-icon-banner__wrapper--slider .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
}

.large-icon-banner__wrapper--slider .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.large-icon-banner__wrapper--slider .slick-arrow:before {
    content: '';
}
.large-icon-banner__wrapper--slider .slick-prev,
.large-icon-banner__wrapper--slider .slick-prev:hover,
.large-icon-banner__wrapper--slider .slick-prev:focus {
    left: 110px;
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
}
.large-icon-banner__wrapper--slider .slick-prev:before {
    content: '';
}
.large-icon-banner__wrapper--slider .slick-next,
.large-icon-banner__wrapper--slider .slick-next:hover,
.large-icon-banner__wrapper--slider .slick-next:focus {
    right: 112px;
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.large-icon-banner__wrapper--slider .slick-next:before {
    content: '';
}

@media only screen and (min-width: 1200px) {
    .large-icon-banner {
        display: flex;
        justify-content: center;
    }
    .large-icon-banner__container {
        width: min-content;
    }
    .large-icon-banner__img {
        margin: 0 7px;
    }
    .large-icon-banner__img img {
        width: 241px;
        height: 241px;
    }
    .large-icon-banner__summary {
        margin: 40px 0 0;
    }
    .large-icon-banner__action {
        flex-direction: row;
        justify-content: center;
        margin: 0;
    }
    .large-icon-banner__action .button-wrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    .large-icon-banner__img {
        margin: 0 10px;
    }
    .large-icon-banner__img img {
        width: 347px;
        height: 346px;
    }
}

.olam-impact-title {
    margin-bottom: 40px;
    text-align: center;
}
.olam-impact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.olam-impact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 30px;
}
.olam-impact-item .olam-impact-number-item {
    margin-bottom: 6px;
    text-align: center;
    font-size: 40px;
    line-height: 36px;
    font-weight: bold;
}
.olam-impact-item .olam-impact-number-desc {
    text-align: center;
}
.olam-impact-item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .olam-impact-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
    .olam-impact-item {
        margin-bottom: 0px;
        max-width: 398px;
        margin-right: 20px;
    }
    .olam-impact-item:last-child {
        margin-right: 0;
    }
    .olam-impact-item .olam-impact-number-item {
        font-size: 60px;
        line-height: 56px;
        margin-bottom: 9px;
    }
}

.primary-background .olam-impact-title, .primary-background .olam-impact-number-item, .primary-background .olam-impact-number-desc {
    color: var(--olam-dark-grey);
}

.secondary-background .olam-impact-title, .secondary-background .olam-impact-number-item, .secondary-background .olam-impact-number-desc {
    color: var(--olam-dark-grey);
}

.tertiary-background .olam-impact-title, .tertiary-background .olam-impact-number-item, .tertiary-background .olam-impact-number-desc {
    color: white;
}
.contact-banner__wrapper {
  margin: 0px 20px;
}

.contact-banner__img {
  width: 97px;
  height: 97px;
  margin: 0 auto 21px;
}
.contact-banner__img img {
  width: 100%;
  height: 100%;
}

.contact-banner__content-container {
  text-align: center;
}
.contact-banner__title {
  margin-bottom: 10px;
}
.contact-banner__content {
  margin-bottom: 21px;
}
.contact-cta-banner-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-cta-banner-container .olam-banner__action-btn{
  padding: 12px 47px;
  margin: 0px;
}
.contact-cta-banner-heading {
  font-size: 14px;
  line-height: 18px;
  color: var(---off-black);
  letter-spacing: 0px;
  padding-bottom: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.contact-cta-banner-button-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-cta-banner-button-container .olam-banner__action-btn--primary{
  border: 2px solid var(--olam-dark-green);
}
.olam-banner__action-btn:not(:last-child){
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .contact-banner__wrapper {
    max-width: 768px;
    margin: 0 auto;
  }
  .contact-banner__img {
    width: 168px;
    height: 168px;
    margin-bottom: 30px;
  }
  .contact-banner__title {
    margin-bottom: 20px;
  }
  .contact-banner__content {
    margin-bottom: 16px;
  }
  .contact-cta-banner-button-container{
    flex-direction: row !important;
  }
  .contact-cta-banner-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .olam-banner__action-btn:not(:last-child){
    margin-bottom: unset;
    margin-right: 16px;
  }
}
@media (min-width: 1920px) {
  .contact-banner__wrapper {
    max-width: 1364px;
  }
  .contact-banner__img {
    margin-bottom: 40px;
  }
  .contact-banner__content {
    margin-bottom: 20px;
  }
}

.small-icon-banner__wrapper {
    width: 100%;
    text-align: center;

}
.small-icon-banner__summary {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 304px;
    text-align: center;
}
.small-icon-banner--stack-view .small-icon-banner__summary {
    width: 100%;
}
.small-icon-banner__summary p:last-child {
    margin-bottom: 0;
}
.small-icon-banner__container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.small-icon-banner--stack-view .small-icon-banner__title {
    margin-bottom: 22px;
}
.small-icon-banner--stack-view .small-icon-banner__container {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
}

.small-icon-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 166px;
}
.small-icon-banner--stack-view .small-icon-banner__content {
    width: 100%;
}

.small-icon-banner__content-info {
    margin-top: 20px;
}

.small-icon-banner--stack-view .small-icon-banner__content-info {
    margin-top: 10px;
}

.small-icon-banner__content-img {
    width: 100px;
}

.small-icon-banner__content-img img{
    width: 100%;
    border-radius: 6px;
}

.small-icon-banner__content--rounded-img img {
    border-radius: 50%;
}

.small-icon-banner__content-label {
    font-weight: bold;
    max-width: 150px;
}

.small-icon-banner__container--slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.small-icon-banner__container--slider .slick-list {
    padding: 0;
}
.small-icon-banner__container--slider .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 50px;
}
.small-icon-banner__container--slider .slick-list {
    z-index: 10;
}
.small-icon-banner__container--slider .slick-arrow {
    z-index: 11;
}

.small-icon-banner__container--slider .slick-slide:focus {
    outline: none;
}
.small-icon-banner__container--slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -51px;
}
.small-icon-banner__container--slider .slick-dots {
    bottom: -43px;
    top: unset !important;
}
.small-icon-banner__container--slider .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.small-icon-banner__container--slider .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
}

.small-icon-banner__container--slider .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.small-icon-banner__container--slider .slick-arrow:before {
    content: '';
}
.small-icon-banner__container--slider .slick-prev,
.small-icon-banner__container--slider .slick-prev:hover,
.small-icon-banner__container--slider .slick-prev:focus {
    left: 110px;
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
}
.small-icon-banner__container--slider .slick-prev:before {
    content: '';
}
.small-icon-banner__container--slider .slick-next,
.small-icon-banner__container--slider .slick-next:hover,
.small-icon-banner__container--slider .slick-next:focus {
    right: 112px;
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.small-icon-banner__container--slider .slick-next:before {
    content: '';
}
@media only screen and (min-width: 576px) {
    .small-icon-banner__wrapper {
        max-width: 544px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .small-icon-banner__wrapper {
        max-width: 712px;
    }
    .small-icon-banner__content {
        width: 214px;
    }
    .small-icon-banner--stack-view .small-icon-banner__content {
        width: 27%;
    }
}
@media only screen and (min-width: 992px) {
    .small-icon-banner__wrapper {
        max-width: 928px;
    }
}

@media only screen and (min-width: 1200px) {
    .small-icon-banner__wrapper {
        max-width: 1080px;
    }
    .small-icon-banner__summary {
        margin-top: 20px;
        width: 944px;
    }
    .small-icon-banner__container {
        justify-content: center;
        margin-top: 40px;
    }
    .small-icon-banner--stack-view .small-icon-banner__title {
        margin-bottom: 45px;
    }
    .small-icon-banner--stack-view .small-icon-banner__container {
        flex-direction: row;
        margin-top: 0;
    }

    .small-icon-banner__content {
        width: unset;
        padding: 0 35px;
    }
    .small-icon-banner__content-img {
        width: 168px;
    }
    .small-icon-banner__content-info {
        margin-top: 40px;
    }

    .small-icon-banner--stack-view .small-icon-banner__content-info {
        margin-top: 20px;
    }

    .small-icon-banner__content-action {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1600px) {
    .small-icon-banner__wrapper {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1920px) {
    .small-icon-banner__wrapper {
        max-width: 1640px;
    }
    .small-icon-banner__summary {
        width: 1363px;
    }
    .small-icon-banner__container {
        margin-top: 50px;
    }
    .small-icon-banner__content {
        padding: 0 80px;
    }
    .small-icon-banner__content-label {
        max-width: unset;
        margin-top: -10px;
    }
} 
.static-four-cards__title-container {
	margin-bottom: 20px;
}
.static-four-cards__title {
	text-align: center;
}
.static-four-cards__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.static-four-cards__card {
	background-color: var(--olam-white);
	box-shadow: 0px 3px 14px #0000001a;
	border-radius: 6px;
	padding: 20px;
	text-align: left;
	height: 242px;
	width: 100%;
}

.static-four-cards__card-img {
	margin-bottom: 10px;
}
.static-four-cards__card-img img {
	width: 62px;
	height: 62px;
}
.static-four-cards__card-title {
	margin-bottom: 10px;
	color: var(--olam-indigo);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 36px;
}
.static-four-cards__card-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 84px;
}
.static-four-cards__card-description p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.static-four-cards__wrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.static-four-cards__card {
		width: 348px;
		height: 252px;
	}
	.static-four-cards__card-title {
		max-height: 47px;
	}
}

@media only screen and (min-width: 992px) {
	.static-four-cards__card {
		width: 456px;
		height: 256px;
	}
	.static-four-cards__card-title {
		max-height: 52px;
	}
}

@media only screen and (min-width: 1200px) {
	.static-four-cards__title-container {
		margin-bottom: 41px;
	}
	.static-four-cards__wrapper {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.static-four-cards__card {
		box-shadow: 0px 5px 14px #0000001a;
		width: 258px;
		height: 332px;
		padding: 30px 20px;
	}
	.static-four-cards__card-img {
		margin-bottom: 20px;
	}
	.static-four-cards__card-img img {
		width: 90px;
		height: 90px;
	}
	.static-four-cards__card-title {
		margin-bottom: 16px;
	}
	.static-four-cards__card-description {
		max-height: 96px;
	}
}
@media only screen and (min-width: 1600px) {
	.static-four-cards__card {
		width: 348px;
		height: 338px;
	}
	.static-four-cards__card-title {
		max-height: 55px;
	}
}
@media only screen and (min-width: 1920px) {
	.static-four-cards__card {
		width: 398px;
	}
}
.olam-hl-text {
	padding: 20px 23px 20px 20px;
	background-color: var(--olam-light-grey);
}
.secondary-background .olam-hl-text,
.tertiary-background .olam-hl-text {
	background-color: var(--olam-white);
}
.olam-hl-text__title {
	font-weight: bold;
	margin-bottom: 20px;
}
.olam-hl-text__list {
	list-style-type: none;
	margin: 0;
}
.olam-hl-text__list-item {
	margin: 0 0 12px 0;
}
.olam-hl-text__list-item .tertiary-button [class^="icon-"] {
	font-size: 20px;
	font-weight: bold;
	vertical-align: -4px;
}
@media only screen and (min-width: 1200px) {
    .olam-hl-text {
		padding: 40px 50px 40px 40px;
	}
	.olam-hl-text__list-item {
		margin-bottom: 18px;
	}
}
@media only screen and (min-width: 1920px) {
    .olam-hl-text {
		padding: 38px 56px 38px 56px;
	}
	.olam-hl-text__list-item {
		margin-bottom: 14px;
	}
}
.image-grid__title-container {
	margin-bottom: 20px;
	text-align: center;
}
.image-grid-cards__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.image-grid-cards__card {
	position: relative;
	margin: 0;
	width: 100%;
	height: 103px;
}
.image-grid-cards__card-link {
	position: relative;
	display: block;
	height: inherit;
	width: 100%;
}
.image-grid-cards__card img {
	width: 100%;
	border-radius: 6px;
	height: 100%;
	object-fit: cover;
}
.image-grid-cards__card-box {
	border-radius: 6px;
	display: flex;
	position: absolute;
	justify-content: center;
	background: rgba(60, 60, 59, 0.5);
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.image-grid-cards__card-link:hover .image-grid-cards__card-box {
	background: transparent;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.image-grid-cards__card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-shadow: 0px 0px 6px #000000c3;
	color: var(--olam-white);
	text-align: center;
	padding: 10px;
	max-height: 36px;
	overflow: hidden;
}
@media only screen and (min-width: 576px) {
	.image-grid-cards__wrapper {
		flex-direction: row;
		gap: 10px;
	}
	.image-grid__title-container {
		text-align: left;
	}
	.image-grid-cards__card {
		max-width: 267px;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	.image-grid-cards__card {
		max-width: 230px;
	}
	.image-grid-cards__card-title {
		max-height: 47px;
	}
}
@media only screen and (min-width: 992px) {
	.image-grid-cards__card {
		max-width: 302px;
	}
	.image-grid-cards__card-title {
		max-height: 52px;
		box-sizing: content-box;
	}
}
@media only screen and (min-width: 1200px) {
	.image-grid__title-container {
		margin-bottom: 40px;
	}
	.image-grid-cards__card {
		max-width: 208px;
	}
}
@media only screen and (min-width: 1600px) {
	.image-grid-cards__card {
		max-width: 280px;
	}
	.image-grid-cards__card-title {
		max-height: 55px;
	}
}
@media only screen and (min-width: 1920px) {
	.image-grid-cards__wrapper {
		gap: 15px;
	}
	.image-grid-cards__card {
		max-width: 316px;
	}
}

.olam-ir-tile-image {
  background-color: var(--olam-white-smoke);
  width: 100%;
}

.olam-ir-tile-image .tile-image-header, .olam-ir-tile-image .tile-image-header p {
  color: var(--olam-dark-blue);
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 30px;
}

.olam-ir-tile-image .ir-tile-image-container {
  align-content: stretch;
  column-gap: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
}

.ir-tile-image-container .ir-tile-image-wrapper {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, var(--olam-white) 50%, var(--olam-white) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 3px 14px -3px #0000001a;
}

.ir-tile-image-container .tile-image-wrapper {
    max-height: 159px;
    overflow: hidden;
}

.tile-image-wrapper .tile-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 159px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ir-tile-image-container .tile-title-wrapper .tile-title {
 
  color: var(--olam-dark-blue);
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.ir-tile-image-container .tile-title-wrapper {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ir-tile-image__mobile {
  display: block;
}

.ir-tile-image__desktop {
  display: none;
}

.ir-tile-image-wrapper:hover img {
  transform: scale(1.1);
  transition: 1s ease-out;
}

@media only screen and (min-width : 992px) {
  .olam-ir-tile-image .tile-image-header, .olam-ir-tile-image .tile-image-header p {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .olam-ir-tile-image .ir-tile-image-container {
    column-gap: 16px;
    flex-direction: row;
    row-gap: 60px;
  }

  .tile-image-wrapper .tile-image {
    height: 225px;
    width: 298px;
  }

  .ir-tile-image-container .tile-title-wrapper .tile-title {
    font-size: 22px;
    line-height: 25px;
    width: 298px;
  }

  .ir-tile-image__mobile {
    display: none;
  }
  
  .ir-tile-image__desktop {
    display: block;
  }

  .ir-tile-image-container .tile-image-wrapper {
      max-height: 225px;
  }

}

@media only screen and (min-width : 1200px) {
  .tile-image-wrapper .tile-image, .ir-tile-image-container .tile-title-wrapper .tile-title  {
    width: 348px;
  }
}
  
  @media only screen and (min-width : 1280px) {
    .tile-image-wrapper .tile-image, .ir-tile-image-container .tile-title-wrapper .tile-title  {
      width: 348px;
    }
  
  }

@media only screen and (min-width : 1600px) {
  .ir-tile-image-container .tile-title-wrapper .tile-title  {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (min-width : 1920px) {
  .olam-ir-tile-image .tile-image-header, .olam-ir-tile-image .tile-image-header p {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 28px;
  }

  .ir-tile-image-container .tile-image-wrapper {
      max-height: 225px;
  }

  .tile-image-wrapper .tile-image {
    height: 225px;
    width: 398px;
  }

  .ir-tile-image-container .tile-title-wrapper .tile-title {
    width: 398px;
    padding: 30px 20px;
  }
}
.olam-anchor-nav__wrapper {
  display: none;
}
.stickyAnchor{
  position: fixed;
  z-index: 1;
  transition: top 0.3 linear;
}

.olam-anchor-nav__wrapper .olam-anchor-nav__link:hover {
  font-weight: bold;
}

@media only screen and (min-width: 1200px) {
  .olam-anchor-nav__wrapper {
    width: 100%;
    background: var(--olam-dark-green);
    min-height: 96px;
    display: block;
  }
  .olam-anchor-nav__links {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
    align-items: center;
    color: var(--olam-white);
    padding: 40px 0;
    text-align: left;
  }
  .olam-anchor-nav__link {
    color: var(--olam-white);
    padding: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .olam-anchor-nav__wrapper {
    min-height: 98px;
  }
  .olam-anchor-nav__links {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--olam-white);
    padding: 40px 0;
    text-align: left;
  }
}

.tab-carousal .tab-carousal__main-heading {
    text-align: center;
    margin-bottom: 15px;
}

.tab-carousal .slider-nav {
    display: none;
}

.tab-carousal .slider-nav .slick-list {
    padding-bottom: 20px !important;
}

.tab-carousal .slider-nav .slick-track {
    display: flex !important;
}

.tab-carousal .slider-nav .slick-slide {
    padding: 0 8px;
    height: inherit !important;
}

.tab-carousal .slider-nav .slick-slide div {
    height: 100%;
}

.tab-carousal .slider-nav .slick-slide .tab-carousal__center-placed {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-carousal .slider-nav .slick-slide .tab-carousal__slider-content {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 90px;
    text-align: center;
    font-weight: bold;
    height: auto;
}

.tab-carousal .slider-nav .slick-slide:last-child {
    padding-right: 0;
}

.tab-carousal .slider-nav .tab-carousal__nav-slide-content {
    box-shadow: 0px 5px 14px #0000001A;
    border-radius: 6px;
    position: relative;
}

.tab-carousal .slider-for .slick-slide {
    padding: 0 5px;
}

.tab-carousal .slider-for .tab-carousal__nav-for-content {
    box-shadow: 0px 5px 6px #0000001A;
    border-radius: 6px;
    max-width: 320px;
    margin: 0 auto;
    display: block !important;
}

.tab-carousal .slider-for .tab-carousal__carousal-content-description {
    padding: 25px 20px 30px;
    height: 316px;
}

.tab-carousal .slider-for .tab-carousal__carousal-content-image {
    width: 100%;
    height: 200px;
    border-radius: 0 0 6px 6px;
}

.tab-carousal .slider-for .tab-carousal__action-container {
    margin-top: 20px;
}

.tab-carousal .slider-for .tab-carousal__action-container-left {
    flex: 1;
}

.tab-carousal .slider-for .tab-carousal__action-container a {
    color: white;
}

.tab-carousal .slider-for .tab-carousal__action-container a:hover {
    text-decoration: none;
}

.tab-carousal .slider-nav .tab-carousal__tab-container {
    border-radius: 6px;
    padding: 27px 20px 28px 21px;
    cursor: pointer; 
}

.tab-carousal .slider-nav .slick-current .tab-carousal__tab-container {
    background-color: var(--olam-dark-green);
    color: white;
}

.tab-carousal .slider-nav .slick-current .tab-carousal__tab-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--olam-dark-green);
    left: calc(50% - 20px);
    bottom: -20px;
}

.tab-carousal .slick-prev:before, .tab-carousal .slick-next:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-right: 2px solid black;
    border-top: 2px solid black;
    left: 0;
    top: 0;
}

.tab-carousal .slick-prev:before {
    transform: rotate(-135deg);
}

.tab-carousal .slick-next:before {
    transform: rotate(45deg);
}

.tab-carousal .slider-for {
    margin-bottom: 45px;
}

.tab-carousal .slider-for .slick-prev, .tab-carousal .slider-for .slick-next {
    top: auto;
    bottom: -50px;
}

.tab-carousal .slider-for .slick-prev, .tab-carousal .slider-for .slick-next {
    z-index: 1;
}

.tab-carousal .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}

.tab-carousal .slick-dots {
    bottom: -40px;
}

.tab-carousal .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}

.tab-carousal .slick-dots li.slick-active button:before {
    color: var(--primary-color, #000);
    background-color: var(--olam-dark-grey) !important;
}

.tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading,
.tab-carousal .slider-for .tab-carousal__content-line-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    max-height: 65px;
}

.tab-carousal .slider-for .tab-carousal__content-line-clamp {
    -webkit-line-clamp: 6;
    max-height: 125px;
}

.tab-carousal .slider-for .tab-carousal__no-cta .tab-carousal__content-line-clamp {
    -webkit-line-clamp: 9;
    max-height: 187px;
}

.tab-carousal .slider-for .tab-carousal__nav-for-content,
.tab-carousal .slider-nav .tab-carousal__tab-container {
    background-color: var(--olam-white);
}

@media (min-width : 576px) {
    .tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading {
        max-height: 70px;
    }
}

@media (min-width : 768px) {
    .tab-carousal .tab-carousal__main-heading {
        margin-bottom: 40px;
    }

    .tab-carousal .slider-nav {
        display: block;
        margin-bottom: 20px;
    }

    .tab-carousal .slider-for {
        margin-bottom: 0;
    }

    .tab-carousal .slider-for .slick-slide {
        padding: 0 10px;
    }

    .tab-carousal .slider-for .slick-list {
        padding-bottom: 13px;
    }

    .tab-carousal .slider-for .tab-carousal__carousal-content {
        display: flex;
        flex-direction: row-reverse;
    }

    .tab-carousal .slider-for .tab-carousal__nav-for-content {
        box-shadow: 0px 5px 14px #0000001A;
        border-radius: 6px;
        max-width: 100%;
    }

    .tab-carousal .slider-for .tab-carousal__carousal-content-image {
        width: 50%;
        height: 237px;
        border-radius: 6px 0 0 6px;
    }

    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        width: 50%;
        padding: 12px 44px 12px 52px;
        height: 237px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tab-carousal .slider-for .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 4;
        max-height: 83px;
    }

    .tab-carousal .slider-for .tab-carousal__no-cta .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 6;
        max-height: 125px;
    }

    .tab-carousal .slider-for .tab-carousal__action-container {
        margin-top: 13px;
    }

    .tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading {
        margin-bottom: 16px;
        -webkit-line-clamp: 2;
        max-height: 56px;
    }
}

@media (min-width : 992px) {
    .tab-carousal .slider-for .tab-carousal__carousal-content-image,
    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        height: 237px;
    }
    .tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading {
        max-height: 60px;
    }
}

@media (min-width : 1200px) {
    .tab-carousal .slider-for .tab-carousal__carousal-content-image,
    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        height: 276px;
    }

    .tab-carousal .slider-for .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 4;
        max-height: 96px;
    }

    .tab-carousal .slider-for .tab-carousal__no-cta .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 6;
        max-height: 144px;
    }
}

@media (min-width : 1600px) {
    .tab-carousal .slider-for .tab-carousal__carousal-content-image,
    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        height: 370px;
    }

    .tab-carousal .slider-for .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 7;
        max-height: 168px;
    }

    .tab-carousal .slider-for .tab-carousal__no-cta .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 9;
        max-height: 216px;
    }
    .tab-carousal .slider-for .tab-carousal__carousal-content-description .tab-carousal__carousal-content-heading {
        max-height: 69px;
    }
}

@media (min-width : 1920px) {
    .tab-carousal .slider-for .tab-carousal__carousal-content-image,
    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        height: 422px;
    }

    .tab-carousal .slider-for .tab-carousal__carousal-content-description {
        padding: 20px 44px 20px 52px;
    }

    .tab-carousal .slider-for .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 9;
        max-height: 216px;
    }

    .tab-carousal .slider-for .tab-carousal__no-cta .tab-carousal__content-line-clamp {
        -webkit-line-clamp: 11;
        max-height: 264px;
    }

    .tab-carousal .slider-for .tab-carousal__action-container {
        margin-top: 20px;
    }
}
.btnpopoutimg {
  position: absolute;
  top: 30px;
  left: calc(100% - 30px);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: var(--olam-white);
  color: var(--primary-color);
  font-size: 40px;
  padding: 2px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.btnpopoutimg:hover {
  color: var(--secondary-color);
}

#myImg {
  border-radius: 5px;
  cursor: default;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 1.7;
}

.modal-image-popup {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 160px 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
}
.modal-image-popup .modal-content {
  background-color: transparent;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 11rem;
  right: 35px;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.popout:hover {
  opacity: 1.0 !important;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .btnpopoutimg {
    top: 15px;
    left: calc(100% - 15px);
    font-size: 20px;
    line-height: 0.5;
    padding: 2px 3px 2px 2px;
  }
}

@media only screen and (min-width: 1600px) {
  .imagetext__container {
    max-width: 1364px;
    margin: 0 auto;
  }
}
.olam-brand__content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 16px;
}

.olam-brand__header {
	margin: 0  0 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 22px;
}

.olam-brand__title {
}

.olam-brand__description {
	margin: 12px 0 0;
}

.olam-brand__description p:last-child{
        margin: 0;
}

.olam-brand__content-action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/* margin: 22px 0 0; */
}

.olam-brand__cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.olam-brand__card {
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	width: 320px;
	height: 228px;
	padding: 20px 20px 22px;
	background-color: var(--olam-white);
	box-shadow: 0px 3px 14px rgb(0 0 0 / 16%)
}

.olam-brand__icon {
	width: 280px;
	height: 72px;
}

.olam-brand__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.olam-brand__card-description {
	margin: 10px 0 auto;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 63px;
}

.olam-brand__card-description p:last-child {
    margin: 0;
}

/* .olam-brand__card-action {
	margin: 10px 0 0;
} */

.olam-brand__card--white {
	background-color: #FFFFFF;

}

.olam-brand__card--orange {
	background-color: #FF7000;
   color: var(--olam-white);

}

.olam-brand__card--light-orange {
	background-color: #FED4B3;
   color: var(--olam-white);
}

.olam-brand__card--dark-grey {
	background-color: #2E2D2C;
	color: var(--olam-white);
}

.olam-brand__card--warm-grey {
	background-color: #796E65;
	color: var(--olam-white);
}

.olam-brand__card--dark-green {
	background-color: #698714;
	color: var(--olam-white);
}

.olam-brand__card--dark-blue {
	background-color: #253746;
	color: var(--olam-white);
}


.olam-brand__card--olam-green {
	background-color: #A0C800;
	color: var(--olam-white);
}

.olam-brand__card--purple {
	background-color: #860063;
	color: var(--olam-white);
}


.olam-brand__card--orange .tertiary-button,
.olam-brand__card--light-orange .tertiary-button,
.olam-brand__card--dark-grey .tertiary-button,
.olam-brand__card--warm-grey .tertiary-button,
.olam-brand__card--dark-green .tertiary-button,
.olam-brand__card--dark-blue .tertiary-button,
.olam-brand__card--olam-green .tertiary-button,
.olam-brand__card--purple .tertiary-button,
.olam-brand__card--orange .tertiary-button::after,
.olam-brand__card--light-orange .tertiary-button::after,
.olam-brand__card--dark-grey .tertiary-button::after,
.olam-brand__card--warm-grey .tertiary-button::after,
.olam-brand__card--dark-green .tertiary-button::after,
.olam-brand__card--dark-blue .tertiary-button::after,
.olam-brand__card--olam-green .tertiary-button::after,
.olam-brand__card--purple .tertiary-button::after {
	color: var(--olam-white);
}

.olam-brand__card .tertiary-button:hover,
.olam-brand__card .tertiary-button:focus,
.olam-brand__card .tertiary-button.btn--dark-mode:hover,
.olam-brand__card .tertiary-button.btn--dark-mode:focus,
.olam-brand__card .tertiary-button:hover::after,
.olam-brand__card .tertiary-button:focus::after {
    color: unset !important;
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
	.olam-brand__header {
		margin: 0  0 60px;
		row-gap: 33px;
	}
	.olam-brand__description {
		margin: 25px 0 0;
	}
	/* .olam-brand__content-action {
		margin: 33px 0 0;
	} */
	.olam-brand__cards {
		flex-direction: row;
		 flex-wrap: wrap;
		gap: 16px;
		max-width: 1136px;
	}
	.olam-brand__card {
		width: 368px;
		height: 298px;
		padding: 30px 30px 32px;
	}
	.olam-brand__icon {
		width: 308px;
		height: 79px;
	}
	.olam-brand__card-description {
		margin: 20px 0 auto;
		-webkit-line-clamp: 4;
		max-height: 96px;
	}
	/* .olam-brand__card-action {
		margin: 20px 0 0;
	} */
}

@media only screen and (min-width: 1600px) {

}

@media only screen and (min-width: 1920px) {

	.olam-brand__cards {
		gap: 13px;
		max-width: 1364px;
	}
	.olam-brand__card {
		width: 446px;
		height: 320px;
		padding: 30px 40px 40px;
	}
	.olam-brand__icon {
		width: 366px;
		height: 94px;
	}
}
.olam-card-grid__content-container {
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}
.olam-card-grid__header {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	margin-bottom: 22px;
}

.olam-card-grid__title,
.olam-card-grid__description {
	text-align: center;
}

.olam-card-grid__cards {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 16px;
	row-gap: 20px;
	padding: 0 2px;
}

.olam-card-grid__card {
	background-color: #FFFFFF;
	box-shadow: 0px 5px 14px #0000001A;
	border-radius: 6px;
	width: 319px;
	height: 370px;
}

.olam-card-grid__card-asset {
	width: 319px;
	height: 180x;
}

.olam-card-grid__card-asset img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
}

.olam-card-grid__card-content {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 22px;
	height: 190px;
}
.olam-card-grid__card-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.olam-card-grid__card-description {
	margin: 12px 0 0;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 84px;
}
.olam-card-grid__card-action {
	margin: auto 0 0;
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 1200px) {
	.olam-card-grid__content-container {
		justify-content: center;
		align-items: center;
	}
	.olam-card-grid__header {
		row-gap: 25px;
		margin-bottom: 43px;
	}
	.olam-card-grid__title,
	.olam-card-grid__description {
		text-align: left;
	}
	.olam-card-grid__cards {
		flex-direction: row;
		row-gap: 60px;
	}
	.olam-card-grid__card {
		width: 348px;
		height: 452px;
	}
	
	.olam-card-grid__card-asset {
		width: 348px;
		height: 197px;
	}
	.olam-card-grid__card-content {
		padding: 30px 20px 32px;
		height: 255px;
	}
	.olam-card-grid__card-description {
		margin: 24px 0 0;
		max-height: 96px;
	}
}

@media only screen and (min-width: 1600px) {
	.olam-card-grid__cards {
		column-gap: 14px;
	}
}

@media only screen and (min-width: 1920px) {
	.olam-card-grid__card {
		width: 398px;
		height: 507px;
	}
	.olam-card-grid__card-asset {
		width: 398px;
		height: 225px;
	}
	.olam-card-grid__card-content {
		height: 282px;
	}
}
.olam-chairman-letter__content-container {
	display: flex;
	flex-direction: column;
}

.olam-chairman-letter__content {
	display: flex;
	flex-direction: column;
}

.olam-chairman-letter__img {
	width: 185px;
}

.olam-chairman-letter__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.olam-chairman-letter__content-source {
	margin: 30px 0 0;
	font-weight: bold;
}

.olam-chairman-letter__content-quote {
	margin: 24px 0 0;
}	

.olam-chairman-letter__content-quote-rte,
.olam-chairman-letter__content-quote-rte * {
	display: inline;
}

.olam-chairman-letter__content-executive {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 18px 0 0;
}

.olam-chairman-letter__executive-name {
	font-weight: bold;
}

.olam-chairman-letter__content-action {
	display: flex;
	gap: 10px;
	margin: 22px 0 0;
}

.olam-chairman-letter__quote--right-icon {
	background-image: url('clientlib-all/resources/quote-icon.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
    vertical-align: -6px;
}

.olam-chairman-letter__quote--left-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url('clientlib-all/resources/quote-icon.svg');
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.tertiary-background .olam-chairman-letter,
.tertiary-background .olam-chairman-letter .olam-chairman-letter__content-quote {
	color: var(--olam-white);
}

.olam-chairman-letter__content-quote .fa-quote-left,
.olam-chairman-letter__content-quote .fa-quote-right {
    color: var(--olam-dark-green);
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 1200px) {
	.olam-chairman-letter__content-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.olam-chairman-letter__content-container.olam-chairman-letter__content-container--right-align {
		flex-direction: row-reverse;
	}
	.olam-chairman-letter__img {
		width: 464px;
	}
	.olam-chairman-letter__content {
		max-width: 614px;
		padding: 0 0 0 56px;
	}
	.olam-chairman-letter__content-container--right-align .olam-chairman-letter__content {
		padding: 0 56px 0 0;
	}
	.olam-chairman-letter__content-source {
		margin: 0;
	}
	.olam-chairman-letter__content-quote {
		margin: 43px 0 0;
	}	
	.olam-chairman-letter__content-executive {
		margin: 34px 0 0;
	}
	.olam-chairman-letter__content-action {
		gap: 25px;
		margin: 32px 0 0;
	}
	.olam-chairman-letter__quote--left-icon,
	.olam-chairman-letter__quote--right-icon {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (min-width: 1600px) {

}

@media only screen and (min-width: 1920px) {
	.olam-chairman-letter__content-container {
		flex-direction: row;
	}
	.olam-chairman-letter__img {
		width: 536px;
	}
	.olam-chairman-letter__content {
		max-width: 749px;
		padding: 0 0 0 77px;
	}
	.olam-chairman-letter__content-container--right-align .olam-chairman-letter__content {
		padding: 0 77px 0 0;
	}
	.olam-chairman-letter__content-quote {
		font-size: 30px;
	}
	.olam-chairman-letter__quote--left-icon,
	.olam-chairman-letter__quote--right-icon {
		width: 22px;
		height: 22px;
	}
}
.olam-chapter-cards-container {
	display: flex;
	flex-direction: column;
}

.olam-chapter-cards__heading {
	text-align: center;
	margin: 0  0 30px;
}

.olam-chapter-cards__cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.olam-chapter-cards__card {
	width: 320px;
	height: 182px;
	padding: 20px 20px 22px;
	background-color: var(--olam-white);
	border-radius: 6px;
	position: relative;
}

.olam-chapter-cards_overlay {
	display: flex;
	flex-direction: column;
	justify-content: unset;
	border-radius: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	padding: 20px 20px 23px;
	transition: 1s ease-out;
  }

.olam-chapter-cards__img {
	display: none;
	transition: all 1s ease-in;
}

.olam-chapter-cards__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.olam-chapter-cards__card-title-no-hover {
	display: none;
}

.olam-chapter-cards__card-title-no-hover div {
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.olam-chapter-cards__card-title {
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.olam-chapter-cards__card-description {
	margin: 12px 0 auto;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 63px;
}

.olam-chapter-cards__card-action {
	display: block;
	margin: 10px 0 0;
}

.olam-chapter-cards__additional-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 22px;
	margin: 20px 0 0;
}

.olam-chapter-cards__summary {
	text-align: center;
}

.olam-chapter-cards__summary p {
	margin: 0;
}

.olam-chapter-cards-action {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 22px 0 0;
}

.olam-chapter-cards__card--white {
	background-color: #FFFFFF;
	border: 1px solid #0000001a;
}

.olam-chapter-cards_overlay.olam-chapter-cards__card--white .olam-chapter-cards__card-title {
	color: var(--olam-dark-grey);
}

.olam-chapter-cards__card--orange {
	background-color: #FF7000;
   color: var(--olam-white);

}

.olam-chapter-cards__card--light-orange {
	background-color: #FED4B3;
   color: var(--olam-white);
}

.olam-chapter-cards__card--dark-grey {
	background-color: #2E2D2C;
	color: var(--olam-white);
}

.olam-chapter-cards__card--warm-grey {
	background-color: #796E65;
	color: var(--olam-white);
}

.olam-chapter-cards__card--dark-green {
	background-color: #698714;
	color: var(--olam-white);
}

.olam-chapter-cards__card--dark-blue {
	background-color: #253746;
	color: var(--olam-white);
}


.olam-chapter-cards__card--olam-green {
	background-color: #A0C800;
	color: var(--olam-white);
}

.olam-chapter-cards__card--purple {
	background-color: #860063;
	color: var(--olam-white);
}


.olam-chapter-cards__card--orange .tertiary-button,
.olam-chapter-cards__card--light-orange .tertiary-button,
.olam-chapter-cards__card--dark-grey .tertiary-button,
.olam-chapter-cards__card--warm-grey .tertiary-button,
.olam-chapter-cards__card--dark-green .tertiary-button,
.olam-chapter-cards__card--dark-blue .tertiary-button,
.olam-chapter-cards__card--olam-green .tertiary-button,
.olam-chapter-cards__card--purple .tertiary-button,
.olam-chapter-cards__card--orange .tertiary-button::after,
.olam-chapter-cards__card--light-orange .tertiary-button::after,
.olam-chapter-cards__card--dark-grey .tertiary-button::after,
.olam-chapter-cards__card--warm-grey .tertiary-button::after,
.olam-chapter-cards__card--dark-green .tertiary-button::after,
.olam-chapter-cards__card--dark-blue .tertiary-button::after,
.olam-chapter-cards__card--olam-green .tertiary-button::after,
.olam-chapter-cards__card--purple .tertiary-button::after {
	color: var(--olam-white);
}

.olam-chapter-cards__card .tertiary-button:hover,
.olam-chapter-cards__card .tertiary-button:focus,
.olam-chapter-cards__card .tertiary-button.btn--dark-mode:hover,
.olam-chapter-cards__card .tertiary-button.btn--dark-mode:focus,
.olam-chapter-cards__card .tertiary-button:hover::after,
.olam-chapter-cards__card .tertiary-button:focus::after {
    color: unset !important;
}

.olam-chapter-cards__content-action {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

/* Transparent variation */
.olam-chapter-cards--transparent .olam-chapter-cards__card {
	width: 320px;
	/* height: 154px; */
	height: 200px;
}

.olam-chapter-cards--transparent .olam-chapter-cards__img {
	display: block;
}

.olam-chapter-cards--transparent .olam-chapter-cards__img img {
	position: absolute;
    top: 0;
    left: 0;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-title {
	line-height: 18px;
    height: 18px;
    letter-spacing: 0px;
}

.olam-chapter-cards--transparent .olam-chapter-cards_overlay {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	justify-content: flex-end;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-description {
	margin-top: 10px;
	margin-bottom: 0;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-description {
	opacity: 0.9;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-description p {
	font-size: 1.2rem;
	line-height: 18px;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-action {
	margin: 0;
    position: relative;
    top: 5px;
}

.olam-chapter-cards--transparent .tertiary-button {
	line-height: 21px;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-description, .olam-chapter-cards--transparent .olam-chapter-cards__card .tertiary-button, .olam-chapter-cards--transparent .olam-chapter-cards__card .tertiary-button:hover, .olam-chapter-cards--transparent .olam-chapter-cards__card .tertiary-button:focus {
	color: var(--olam-white);
}

.olam-chapter-cards--transparent .olam-chapter-cards__content-action .primary-button {
    padding: 11px 30px 10px 20px;
    max-width: 283px;
}
.olam-chapter-cards--transparent .olam-chapter-cards__content-action .icon-download {
	width: 20px;
    height: 22px;
    font-size: 19px;
	margin-right: 10px;
}

.olam-chapter-cards--transparent .olam-chapter-cards__content-action .olam-chapter-cards__btn {
	font-size: 1.4rem;
    line-height: 18px;
}

.olam-chapter-cards--transparent .olam-chapter-cards__heading {
	margin-bottom: 10px;
	color: var(--olam-dark-blue);
}

.olam-chapter-cards--transparent .olam-chapter-cards__summary {
	margin-bottom: 30px;
}

.olam-chapter-cards__btn-container {
	justify-content: center;
}

.olam-chapter-cards--transparent .olam-chapter-cards__card-action .tertiary-button::after {
	color: white;
}

@media only screen and (max-width: 1200px) {
	.olam-chapter-cards--transparent .olam-chapter-cards__card-title {
		font-size: 20px;
		height: 20px;
    line-height: 16px;
	}
}

@media only screen and (min-width: 1200px) {

	.olam-chapter-cards__cards {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 9px;
	}
	.olam-chapter-cards__card, .olam-chapter-cards--transparent .olam-chapter-cards__card {
		width: 309px;
		height: 227px;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}

	.olam-chapter-cards_overlay {
		cursor: pointer;
		justify-content: flex-end;
		opacity: 0;
	}

	.olam-chapter-cards__card:hover .olam-chapter-cards__card--white .olam-chapter-cards__card-title {
        color: var(--olam-dark-grey)
    }

	.olam-chapter-cards__card:hover .olam-chapter-cards_overlay {
		cursor: unset;
		opacity: 1;
	}
	.olam-chapter-cards__img {
		display: block;
		width: 309px;
		height: 227px;
	}
	.olam-chapter-cards__card-title {
		display: none;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-title {
		display: -webkit-box;
	}
	.olam-chapter-cards__card-title-no-hover {
		position: absolute;
		padding: 0 20px 23px;
		width: 100%;
		height: 50%;
		display: flex;
		align-items: flex-end;
		background: linear-gradient(0, black, transparent);
		border-radius: 0 0 6px 6px;
		bottom: 0;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-title-no-hover {
		display: none;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-action {
		display: block;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card:hover .olam-chapter-cards__card-action {
		color: var(--olam-white);
	}
	.olam-chapter-cards__card-description {
		display: none;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-description {
		display: -webkit-box;
		margin: 20px 0 0;
		max-height: 96px;
		-webkit-line-clamp: 4;
	}
	.olam-chapter-cards__card-action {
		display: none;
		margin: 10px 0 0;
	}
	.olam-chapter-cards__additional-content {
		row-gap: 33px;
		margin: 40px 0 0;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card-title-no-hover {
		background: none;
		line-height: 36px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card-title {
		line-height: 36px;
		height: 36px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card:hover .olam-chapter-cards__card-description {
		max-height: 110px;
		margin-top: 15px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card-description p {
		font-size: 1.6rem;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__img img {
		filter: none;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__content-action .primary-button {
		width: 100%;
		max-width: 100%;
		height: 40px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__content-action .icon-download {
		font-size: 17px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__content-action .olam-chapter-cards__btn {
		line-height: 11px;
		margin-top: 3px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__heading {
		margin-bottom: 20px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__summary {
		max-width: 947px;
		margin: auto;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1600px) {
	.olam-chapter-cards__card .olam-chapter-cards__card-title-no-hover, .olam-chapter-cards--transparent .olam-chapter-cards__card-title-no-hover, .olam-chapter-cards__card:hover .olam-chapter-cards__card-title {
		font-size: 26px;
	}
}

@media only screen and (min-width: 1920px) {
	.olam-chapter-cards__cards {
		gap: 13px;
	}
	.olam-chapter-cards__card, .olam-chapter-cards--transparent .olam-chapter-cards__card {
		width: 446px;
		height: 328px;
	}

	.olam-chapter-cards__card-title-no-hover {
		position: absolute;
		padding: 0 30px 34px;
		width: 100%;
		height: 50%;
		display: flex;
		align-items: flex-end;
		background: linear-gradient(0, black, transparent);
		border-radius: 0 0 6px 6px;
		bottom: 0;
    }

    .olam-chapter-cards_overlay {
        padding: 30px 30px 34px;
      }

	.olam-chapter-cards__card-title {
		display: none;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-title {
		display: -webkit-box;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-title-no-hover {
		display: none;
	}
	.olam-chapter-cards__card-description {
        display: none;
	}
	.olam-chapter-cards__card:hover .olam-chapter-cards__card-description {
		display: -webkit-box;
		margin: 24px 0 0;
	    -webkit-line-clamp: 3;
        max-height: 72px;
	}
	.olam-chapter-cards__card-action {
		margin: 20px 0 0;
	}
	.olam-chapter-cards__img {
		width: 446px;
		height: 328px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card-title {
		line-height: 36px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card:hover .olam-chapter-cards__card-description {
		margin-top: 20px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__card-description p {
		line-height: 24px;
	}
	.olam-chapter-cards--transparent .tertiary-button {
		font-size: 1.4rem;
		line-height: 11px;
	}
	.olam-chapter-cards--transparent .olam-chapter-cards__summary {
		max-width: 1345px;
	}
	.olam-chapter-cards__card .olam-chapter-cards__card-title-no-hover, .olam-chapter-cards--transparent .olam-chapter-cards__card-title-no-hover, .olam-chapter-cards__card:hover .olam-chapter-cards__card-title {
		font-size: 3rem;
	}
	
}
.olam-image-banner {
  position: relative;
}

.olam-image-banner.olam-image-banner__img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 336px;
  position: relative;
  width: 100%;
  background-position: center;
  /*opacity: 0.5;
  mix-blend-mode: multiply;*/
}

.olam-image-banner__mobile.olam-image-banner--maxi {
  height: 203px;
}

.olam-image-banner.parallax {
  background-attachment: fixed;
}



.olam-image-banner .olam-image-banner__content {
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.olam-image-banner__content .olam-image-banner__title {
  color: var(--olam-white);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.olam-image-banner__content .olam-image-banner__desc {
  color: var(--olam-white);
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}

.olam-image-banner__content .olam-image-banner__cta {
  font-size: 14px;
  font-weight: bold;
  padding-top: 12px;
  line-height: 11px;
}

.olam-image-banner__content .olam-image-banner__cta .primary-button {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 11px;
}

.olam-image-banner__content.olam-banner-content-left {
  left: auto;
  text-align: left;
  transform: translateY(-50%);
}

.olam-image-banner__content.olam-banner-content-right {
  right: auto;
  text-align: left;
  transform: translateY(-50%);
}

.olam-image-banner__content.olam-banner-content-center {
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.olam-image-banner__content.olam-banner-content-top {
  top: 24px;
}

.olam-image-banner__content.olam-banner-content-center.olam-banner-content-top
{
  transform: translateX(-50%);
}

.olam-image-banner__content.olam-banner-content-center.olam-banner-content-bottom 
{
  transform: translateX(-50%);
  top: auto;
}

.olam-image-banner__content.olam-banner-content-left.olam-banner-content-top,
.olam-image-banner__content.olam-banner-content-right.olam-banner-content-top,
.olam-image-banner__content.olam-banner-content-left.olam-banner-content-bottom,
.olam-image-banner__content.olam-banner-content-right.olam-banner-content-bottom
 {
  transform: none;

}

.olam-image-banner__content.olam-banner-content-bottom {
  bottom: 24px;
}

.olam-image-banner__content.olam-banner-content-left.olam-banner-content-top,
.olam-image-banner__content.olam-banner-content-right.olam-banner-content-top,
.olam-image-banner__content.olam-banner-content-left.olam-banner-content-bottom,
.olam-image-banner__content.olam-banner-content-right.olam-banner-content-bottom 
{
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.olam-image-banner__content.olam-banner-content-left.olam-banner-content-center, 
.olam-image-banner__content.olam-banner-content-right.olam-banner-content-center
{
  left: 50%;
  text-align: center;
}

.olam-image-banner__desc p {
  margin: 0;
}

.olam-image-banner__content .olam-image-banner__cta {
  padding-top: 20px;
}

.olam-image-banner__mobile {
  display: block;
}

.olam-image-banner__desktop {
  display: none;
}

@media only screen and (max-width : 360px) {
  .irbanner  .olam-image-banner .olam-image-banner__content {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 992px) {
  .olam-image-banner.olam-image-banner__img {
    height: 530px;
    background-size: cover;
  }

  .olam-image-banner.parallax {
    background-size: cover;
  }

  .olam-image-banner__content.olam-banner-content-top {
    top: 50%;
  }

  .olam-image-banner__content.olam-banner-content-bottom {
    bottom: auto;
    top: 50%;
  }

  .olam-image-banner__content .olam-image-banner__title {
    font-size: 36px;
    line-height: 42px;
  }

  .olam-image-banner__content .olam-image-banner__desc {
    font-size: 20px;
    padding-top: 20px;
    line-height: 28px;
  }

  .olam-image-banner__content .olam-image-banner__cta .primary-button {
    padding-top:12px;
    padding-bottom:12px;
  }

  .olam-image-banner__content.olam-banner-content-center.olam-banner-content-top,
  .olam-image-banner__content.olam-banner-content-center.olam-banner-content-bottom 
  {
    transform: translate(-50%,-50%);
    top: 50%;
  }

  .olam-image-banner__content.olam-banner-content-left.olam-banner-content-top,
  .olam-image-banner__content.olam-banner-content-right.olam-banner-content-top,
  .olam-image-banner__content.olam-banner-content-left.olam-banner-content-bottom,
  .olam-image-banner__content.olam-banner-content-right.olam-banner-content-bottom
  {
    transform: translateY(-50%);
    text-align: left;
    left: auto;
  }

  .olam-image-banner__content.olam-banner-content-left.olam-banner-content-center, 
  .olam-image-banner__content.olam-banner-content-right.olam-banner-content-center
  {
    left: auto;
    text-align: left;
    transform: translateY(-50%);
  }
  
  .olam-image-banner .olam-image-banner__content {
    max-width: 643px;
  }

  .olam-image-banner__content.olam-banner-content-right {
    max-width: 425px;
  }

  .olam-image-banner__content .olam-image-banner__cta {
    padding-top: 30px;
  }

  .olam-image-banner__mobile{
    display: none;
  }

  .olam-image-banner__desktop {
    display: block;
  }

}

@media only screen and (min-width: 360px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 14px;
    text-align: left;
  }

}
@media only screen and (min-width: 576px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 25px;
    text-align: left;
  }

}
@media only screen and (min-width: 768px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 0;
    text-align: left;
  }

}
@media only screen and (min-width: 992px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 38px;
    text-align: left;
  }

}
@media only screen and (min-width: 1200px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 76px;
    text-align: left;
  }

}
@media only screen and (min-width: 1600px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 90px;
    text-align: left;
  }
  .olam-image-banner__content .olam-image-banner__title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1920px) {
  .olam-image-banner__content.olam-banner-content-left {
    left: auto;
    text-align: left;
  }

  .olam-image-banner__content.olam-banner-content-right {
    left: auto;
    right: 120px;
    text-align: left;
  }

  .olam-image-banner .olam-image-banner__content {
    max-width: 567px;
  }

  .olam-image-banner__content .olam-image-banner__desc {
    font-size: 22px;
    line-height: 30px;
  }
}
.olam-ir-fin-report {
    padding: 30px 0;
}

.olam-ir-fin-report__title-content {
    display: flex;
    flex-direction: column;
}

.olam-ir-fin-report .accordion-wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
}

.olam-ir-fin-report .download-description,
.olam-ir-fin-report .document,
.olam-ir-fin-report .download-list body {
    background-color: var(--olam-light-grey);
}

.olam-ir-fin-report .document img {
    width: 25px;
    height: 31px;
}

.olam-ir-fin-item-wrapper {
    display: flex;
}

.olam-ir-fin-report .document {
    float: left;
    margin-right: 16px;
}

.olam-ir-fin-report .download-text {
    font-size: 14px;
    line-height: 18px;
}

.olam-ir-fin-report .link-download {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 27px !important;
}

.ir-fin-item-size {
    margin-left: 9px;
    font-size: 14px;
    line-height: 27px;
}

.olam-ir-fin-report select {
    padding: 11px 10px !important;
}

.olam-ir-fin-report__select {
    min-width: 180px;
    height: 48px;
    box-shadow: 0px 5px 14px #0000001a;
}


.olam-ir-fin-report .olam-ir-fin-report__title-content {
    padding: 0;
    margin-bottom: 30px;
}

.olam-ir-fin-report .olam-ir-fin-report__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}

.olam-ir-fin-report .panel {
    box-shadow: none !important;
    padding: 0 !important;
}

.olam-ir-fin-report a.accordion-toggle {
    color: var(--olam-white) !important;
}
  
 .olam-ir-fin-report .ir-panel-heading {
    background-color: #115e67 !important;
    border-radius: 6px !important;
    color: var(--olam-white) !important;
    padding: 16px 20px !important;
    min-height: 50px;
}


.olam-ir-fin-report .panel-body {
    background-color: var(--olam-light-grey) !important;
    border-radius: 6px !important;
    padding: 20px 20px 0 20px !important;
    width: 100% !important;
}

.olam-ir-fin-report .accordion-title {
    font-size: 16px !important;
    line-height: 18px;
}

.olam-ir-fin-report .accordion-icon {
    border: none !important;
    font-size: 12px !important;
}

.olam-ir-fin-report .accordion-toggle.collapsed .accordion-icon {
    transform: rotate(90deg) !important;
}

.olam-ir-fin-report .accordion-toggle .accordion-icon {
    transform: rotate(270deg) !important;
}

.olam-ir-fin-report .download-list {
    display: block;
}

.olam-ir-fin-report .download-list .download-list-item {
    margin-bottom: 20px;
}

.olam-ir-fin-report-action-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
}

.olam-ir-fin-report-action-container a {
    line-height: 11px;
}

.financial-result-model .model-dialog {
    height: 100%;
    margin: 55px 10px;
}

.financial-result-model .close-grey {
    width: 15px;
    height: 15px;
    padding: 0;
}

.financial-result-model .modal-header {
    padding: 0 10px 10px 0;
}

.financial-result-model .modal-content {
  height: 100%;
  padding: 20px 0 30.5px 0;
}

.financial-result-model .modal-body {
  padding: 0 10px;
}

#financialResultsModal .modal-dialog {
  margin: 55px 10px
}

.olam-ir-fin-report-header-dropdown {
    position: relative;
    width: 100%;
    height: 40px;
    box-shadow: 0px 5px 14px #0000001A;
    border-radius: 6px;
    background: var(---white) 0% 0% no-repeat padding-box;
    margin: 0 0 11px 0px;
    cursor: pointer;
}

.olam-ir-fin-report-header-dropdown .lp-dropdown-data li a,
.olam-ir-fin-report .lp-dropdown-data-ir-fin-report li a {
    display: inline-block;
    line-height: inherit;
    width: 100%;
}

.olam-ir-fin-report .lp-dropdown-data a:hover,
.olam-ir-fin-report .lp-dropdown-data a:focus {
    color: var(--olam-dark-green) !important;
    text-decoration: none !important;
}

.olam-ir-fin-report .lp-dropdown {
    border: 2px solid #253746;
    position: relative;
    z-index: 2;

}
.olam-ir-fin-report-header-dropdown .lp-dropdown-content {
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 4px);
}

.olam-ir-fin-report .lp-dropdown-active-content {
    font-size: 14px;
    font-weight: bold;
}

.olam-ir-fin-report .ir-fin-play-icon {
    background-image: url('clientlib-all/resources/images/play-icon-grey.png');
    width: 25px;
    height: 31px;
    position: relative;
    top: 0px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.olam-ir-fin-report .lp-dropdown-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.olam-ir-fin-report .lp-dropdown-content::-webkit-scrollbar-thumb {
    background-color: var(--olam-light-warm-grey)
}

.olam-ir-fin-report .lp-dropdown-content::-webkit-scrollbar-track {
    background-color: var(--olam-light-grey)
}

.olam-ir-fin-report .doc-icon {
    background-image: url('clientlib-financialresults/resources/images/documents_updated.png');
    position: relative;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 31px;
    background-size: 25px;
    display: inline-block;
}

.olam-ir-fin-report .ir-fin-chev-icon {
    background-image: url('clientlib-financialresults/resources/images/download_arrow_updated.png');
    position: relative;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 6px;
    margin-left: 4px;
    display: inline-block;
}
@media only screen and (min-width: 992px) {

    .olam-ir-fin-report-header-dropdown {
        width: 180px;
    }

    .olam-ir-fin-report .lp-dropdown-content-desktop {
        position: unset;
        right: 0;
        left: unset;
        /* width: 100%; */
        z-index: 10;
        background-color: var(--olam-white);
        padding-left: unset;
    }

    .olam-ir-fin-report .lp-dropdown-active-content,
    .olam-ir-fin-report .lp-dropdown-data>li>a {
        font-size: 18px;
        line-height: 11px;
        color: var(--olam-dark-grey);
    }

    .olam-ir-fin-report .olam-ir-fin-report__title-content {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 40px;
        position: relative;
    }

    .olam-ir-fin-report .download-wrap {
        margin: unset;
    }

    .olam-ir-fin-report .download-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .olam-ir-fin-report .download-list .download-list-item {
        margin-bottom: 20px;
        list-style: none;
        flex: 0 0 33.333333%;
        padding-right: 30px;
    }

    .olam-ir-fin-report {
        padding: 80px 0;
    }

    .olam-ir-fin-report .download-text {
        font-size: 16px;
        line-height: 27px;
    }

    .olam-ir-fin-report .olam-ir-fin-report__title {
        font-size: 36px;
        padding: 0;
        line-height: 42px;
        margin-bottom: 0;
    }

    .olam-ir-fin-report .ir-panel-heading {
        padding: 20px !important;
        min-height: 63px;
    }

    .olam-ir-fin-report .accordion-title {
        font-size: 20px !important;
        font-weight: bold !important;
        line-height: 28px;
    }

    .olam-ir-fin-report .accordion-icon {
        border: none !important;
        font-size: 12px !important;
    }

    .olam-ir-fin-report .panel-body {
        padding: 30px 20px 0 20px !important;
    }

    .olam-ir-fin-report-action-container {
        margin-top: 10px;
        column-gap: 20px;
    }

    .financial-result-model .modal-body {
      padding: 0 33px 0 0;
      height: 557px;
      overflow: auto;
    }

    .financial-result-model .close-grey {
        width: 15px;
        height: 15px;
    }

    .financial-result-model .modal-content {
        padding: 40px 31px 0 71px;
    }

    .financial-result-model .modal-header {
        padding: 0 0 10px 0;
    }

    .financial-result-model .modal-body::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }

    .financial-result-model .modal-body::-webkit-scrollbar-thumb {
        background-color: #115E67;
    }

    .financial-result-model .modal-body::-webkit-scrollbar-track {
        background-color: #115E674D;
    }

    .olam-ir-fin-report-action-container {
        margin-top: 10px;
        column-gap: 20px;
    }

    .financial-result-model .modal-body {
      padding-right: 33px;
      height: 557px;
      overflow: auto;
    }

    .financial-result-model .close-grey {
        width: 15px;
        height: 15px;
    }

    .financial-result-model .modal-content {
        padding: 40px 31px 0 71px;
    }

    .financial-result-model .modal-header {
        padding: 0 0 10px 0;
    }

    .financial-result-model .modal-body::-webkit-scrollbar {
        width: 4px;
    }

    .financial-result-model .modal-body::-webkit-scrollbar-thumb {
        background-color: #115E67;
    }

    .financial-result-model .modal-body::-webkit-scrollbar-track {
        background-color: #115E674D;
    }
    .olam-operat-table-col:first-child .header .border-control{
      background-color: var(--olam-white);
    }
    #financialResultsModal .modal-dialog {
        width: 100%;
        padding: 64px 34px 86px 35px;
        margin: 0;
    }
  }
  
  @media only screen and (min-width: 1200px) {

    .olam-ir-fin-report .download-text {
        font-size: 16px;
        line-height: 27px;
    }

    .olam-ir-fin-report .olam-ir-fin-report__title {
        font-size: 36px;
        font-weight: bold;
    }
  
    .olam-ir-fin-report .ir-panel-heading {
      padding: 20px !important;
    }

    .olam-ir-fin-report .accordion-title {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .olam-ir-fin-report .accordion-icon {
        border: none !important;
        font-size: 12px !important;
    }

    #financialResultsModal .container {
        width: 100%;
    }

    .olam-ir-fin-report-action-container a {
        min-width: 148px;
        padding: 12px 26px;
    }

    .olam-ir-fin-report .doc-icon {
        top: 5px;
    }

    .olam-ir-fin-report .ir-fin-chev-icon {
        top: 1px;
    }

    .olam-ir-fin-report .ir-fin-play-icon {
        top: 2px;
    }
}

@media only screen and (min-width: 1600px) {
    .olam-ir-fin-report .ir-fin-play-icon {
        top: 0px;
    }
}

@media only screen and (min-width: 1920px) {
    .olam-ir-fin-report {
        padding: 80px 150px;
    }

    .olam-ir-fin-report .download-text {
        font-size: 18px;
        line-height: 27px;
    }

    .olam-ir-fin-report select {
        padding: 16px 10px !important;
    }

    .olam-ir-fin-report .olam-ir-fin-report__title {
        font-size: 38px;
        font-weight: bold;
    }

    .olam-ir-fin-report .olam-ir-fin-report__title-content {
        padding: 0;
    }

    .olam-ir-fin-report .ir-panel-heading {
      padding: 20px 30px !important;
    }

    .olam-ir-fin-report .accordion-title {
        font-size: 24px !important;
        line-height: 28px;
    }

    .olam-ir-fin-report .accordion-icon {
        border: none !important;
        font-size: 12px !important;
    }


    #financialResultsModal .modal-dialog {
        padding: 112px 80px 112px 80px;
    }

    .financial-result-model .close-grey {
        width: 16px;
        height: 16px;
    }

    .financial-result-model .modal-content {
        padding: 40px 40px 0 60px;
    }

    .financial-result-model .modal-body {
        padding-right: 12px;
        height: 741px;
    }

    .olam-ir-fin-report .doc-icon {
        top: 0px;
    }
}

body.modal-open{
    max-height: 100vh;  /** to fix the text hidden on model open - defect fix-OSM-215 */
}
/*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;
	}
}

/*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;
}

.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 {
	font-size: 18px !important;
}

.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;
}

.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;
}

/* .subscribe-modal-body form input[type="text"],
.subscribe-modal-body form input[type="email"] {
	width: 77.5%;
} */

.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;
	margin: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 16px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 2px solid var(--olam-cold-grey);
}

.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-dark-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;
} */
.form-subscribe .error+label {
	margin-left: 0 !important;
}
/* .form-subscribe label.error {
	position: absolute;
	bottom: 8px !important;
	left: 25px !important;
} */
.form-subscribe .agree-subscribe label#checkbox-error {
	position: absolute;
	top: 53px;
	left: 0 !important;
}
.form-subscribe .agree-subscribe span {
	vertical-align: 4px;
	margin-left: 10px;
}
.agree-checkbox-wrapper {
	display: flex;
	flex-direction: row-reverse;
}
/* End Modal Subscribe */

/* notification */
.notification {
	background-color: var(--olam-darker-blue);
	display: block;
	padding: 30px 0;
}
.notification__container {
	color: var(--olam-white);
}
.notification__content {
	text-align: center;
}
.notification__content h2,
.notification__content h3,
.notification__content h4 {
	margin-bottom: 10px;
	color: inherit;
}

.notification__content p {
	color: inherit;
	margin-bottom: 20px;
}

.notification .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,
#contactform i.glyphicon,
.styled i.glyphicon {
	color: #7d7d7d;
	font-weight: bold;
	font-size: 14px;
	margin-top: -33px;
    margin-right: 11px;
}

.subscribe-modal .modal-content {
	background-color: var(--olam-white);
}

#formSubscribeModal .notify-btn {
	/*margin: 19px auto 0;*/
	/*below for agree css fix */
	margin: -46px auto 0 -39px;

	/*display: -webkit-box;*/
}

/* notification */


.list-item {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.chevron-white {
	margin-top: 11px;
	cursor: pointer;
}


@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 */

	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */
	;
}

@media only screen and (min-width: 1200px) {
	.notification {
		padding: 80px 0;
	}
	.gridtile .tile-img {
		min-height: 320px;
		height: auto;
	}

	/* Company information - button - Start */
	.xs-center-md-left {
		text-align: center;
	}
	/* Company information - button - End */

	.notification__container {
		max-width: 752px;
	}
	.notification__content h2,
	.notification__content h3,
	.notification__content h4 {
		margin-bottom: 20px;
	}

	.notification__content p {
		margin-bottom: 30px;
	}
}

@media (min-width: 1920px) {
	.notification__container {
		max-width: 1087px;
	}
	.notification__content h2,
	.notification__content h3,
	.notification__content h4 {
		margin-bottom: 18px;
	}
}

@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;
	}
	.form-label {
		float: unset;
	}
	.form-label+.checkbox-wrapper ul.centered {
		margin-left: 0;
	}
	.checkbox-wrapper ul li:last-child {
		margin-bottom: 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;
	}
}

/* Start 3 Tiles */

/* Tiles - Start */

@media only screen and (min-width : 992px) {
	.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;
}

.tile-text-container .tag  {
	border-radius: 0 3px 3px 0 !important;
	margin-left: -20px;
}

.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;
}

.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 {
	font-size: 1.2rem;
    background: var(--tag-bg-color,var(--olam-light-green));
    padding: 5px 25px;
    color: var(--tag-text-color,var(--olam-black));
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.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;
}
@media only screen and (min-width : 992px) {
	.paragraph-text {
		font-size: 20px;
	}
	.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-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);
	}
}

@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;
}
@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: 40px 0;
}
.agree-subscribe label {
	margin-top: 10px;
}

.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-bottom: 0;
	}
	.form-subscribe .agree-subscribe label#checkbox-error {
		top: 76px;
	}
}

/* .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 component css START*/
.contact-us-wrapper {
	display: flex;
	flex-direction: column;
}
.contact-us-card {
	display: inline-flex;
  flex-direction: column;
  margin: 15px 0;
}
.contact-us-title {
  margin-bottom: auto;
}
.contact-us-email {
  margin-top: 10px;
}
.contact-us-phone {
  margin-top: 10px;
}
.contact-us--link {
  display: inline-block;
  margin-left: -4px;
  vertical-align: 3px;
}
@media ( min-width : 576px) {
  .contact-us-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-us-card {
    width: 40%;
    margin: 15px;
  }
}
@media ( min-width : 1200px) {
  .contact-us-wrapper {
    justify-content: space-between;
    gap: 24px;
  }
  .contact-us-card {
    width: 23%;
    margin: 0;
  }
  .contact-us--link {
    font-weight: bold;
  }
  .contact-us-email {
    margin-top: 20px;
  }
  .contact-us-phone {
    margin-top: 14px;
  }
}
@media ( min-width : 1600px) {
  .contact-us-wrapper {
    gap: 35px;
  }
}
@media ( min-width : 1920px) {
  .contact-us-wrapper {
    gap: 46px;
  }
  .contact-us-card {
    width: 22%;
  }
  .contact-us-email {
    margin-top: 23px;
  }
}
/* Contact us component css END*/

/* Find an office header and filter css START*/
.find-office-wrapper {
  display: flex;
  flex-direction: column;
}
.find-office-header {
  margin-bottom: 30px;
}
.find-office-description {
  margin-top: 10px;
}

.contact-refine-wrapper {
  display: flex;
  flex-direction: column;
}
.contact-refine {
  width: 100%;
}
.contact-refine-title {
  margin-bottom: 10px;
}
.contact-refine .nav-tabs {
  margin-bottom: 20px;
  height: 50px;
  box-shadow: 0px 5px 14px #0000001A;
  border: none;
  border-radius: 6px;
  background: var(--olam-white);
  text-align: center;
}
.contact-refine .nav-item {
  width: 50%;
  background: transparent;
}
.contact-refine .nav-item .nav-link {
  color: var(--olam-dark-grey);
  border: none;
  margin-right: 0;
  padding: 16px;
}
.contact-refine .nav-item.active .nav-link {
  border-radius: 6px;
  color: var(--olam-white);
  background: var(--olam-dark-green) !important;
  border: none !important;
}
.lp-dropdown-label {
  margin-bottom: 10px;
}
.lp-dropdown {
  margin-bottom: 20px;
  padding: 10px 11px 12px;
  background: var(--olam-white);
  box-shadow: 0px 5px 14px #0000001A;
  border-radius: 6px;
  cursor: pointer;
}
i.glyphicon {
  margin-top: 0;
  margin-right: 0;
  color: var(--olam-cold-grey);
}
.lp-dropdown-data {
  list-style: none;
}
.lp-dropdown-data li{
  margin-top: 16px;
  margin-bottom: 0;
}
.lp-dropdown-data a:hover, .lp-dropdown-data a:focus {
	color: var(--olam-dark-green);
	text-decoration: none;
}
.update-btn {
  display: inline-block;
}
@media ( min-width: 768px) {
  .contact-refine-wrapper {
    flex-direction: row;
  }
  .contact-refine {
    width: 35%;
  }
  .update-btn {
    display: none;
  }
}
@media ( min-width : 1200px) {
  .find-office-description {
	  margin-top: 18px;
  }

  .contact-refine {
    width: 269px;
  }
  .contact-refine-title {
    margin-bottom: 13px;
  }
  .contact-refine .nav-tabs {
    margin-bottom: 30px;
  }
  .contact-refine .nav-item .nav-link {
    padding: 14px 16px;
  }
  .lp-dropdown {
    margin-bottom: 19px;
    padding: 10px 11px 10px 16px;
  }
}
@media ( min-width : 1600px) {
  .contact-refine {
    width: 320px;
  }
}
@media ( min-width : 1920px) {
  .find-office-header {
	  margin-bottom: 33px;
  }
  
  .contact-refine {
    width: 395px;
  }
}
/* Find an office header and filter css END*/

/* Find an office content css START*/
.lp-content-wrapper {
  margin: 30px 0 0;
}
.lp-content-wrapper ul {
  list-style: none;
}
.lp-branch {
  margin-top: 20px;
}
.lp-content {
  display: flex;
  flex-direction: column;
  background: var(--olam-white);
  box-shadow: 0px 5px 14px #0000001A;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin: 10px 0;
}
.lp-content-title {
  margin: 0 0 20px;
}
.lp-detail-wrapper {
  display: flex;
  flex-direction: column;
}
.lp-content-address {
  width: 100%;
  padding-bottom: 20px;
}
.lp-contact-wrapper {
  width: 100%;
}
.lp-content-contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lp-content-contact:last-child {
  margin-bottom: 0;
}
.contact-us-card .icon-mail,
.lp-content-contact .icon-mail {
  font-size: 17px;
  margin-right: 12px;
}
.contact-us-card .icon-telephone,
.lp-content-contact .icon-telephone {
  font-size: 24px;
  margin-right: 12px;
}
.lp-content-contact a {
  font-weight: bold;
}
.lp-content-map {
  display: none;
}

.pagination-wrapper {
  text-align: center;
  padding-top: 40px;
}
@media ( min-width: 768px) {
  .lp-content-wrapper {
    margin: 0 0 0 auto;
    width: 60%;
  }
}
@media ( min-width : 1200px) {
  .lp-content-wrapper {
    width: 72%;
  }
  .lp-branch {
    margin-top: 40px;
  }
  .lp-content {
    flex-direction: row;
    padding: 0 0 0 39px;
    max-height: 242px;
  } 
  .lp-content-container {
    flex: 1;
  }
  .lp-content-title {
    margin: 40px 0 24px;
  }
  .lp-detail-wrapper {
    flex-direction: row;
  }
  .lp-content-address {
    width: 45%;
    padding-bottom: 52px;
  }
  .lp-contact-wrapper {
    width: 50%;
    padding-top: 4px;
    padding-left: 40px;
  }
  .lp-content-contact {
    margin-bottom: 14px;
  }
  .lp-content-map {
    width: 274px;
    display: block;
    margin-left: auto;
  }
  .lp-content-map img {
    width: 100%;
    height: 100%;
  }
}
@media ( min-width : 1600px) {
  .lp-content-address {
    width: 29%;
  }
  .lp-contact-wrapper {
    width: 38%;
    padding-left: 61px;
  }
}
@media ( min-width : 1920px) {
  .lp-content-wrapper {
    min-width: 1159px;
  }
}
/* Find an office content css END*/
.allnewsdate__header {
	text-align: center;
	/* margin: 10px 0; */
	margin-bottom: 20px;
}
.allnewsdate__action-btn {
	width: fit-content;
}
.allnewsdate__action-container {
	text-align: center;
}


/* 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-20 {
	margin-top: 20px;
}

.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;
}

.allnews-paging .items-page {
	padding-left: 5px;
}

.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;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.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 */

.card-wrapper {
	border-radius: 6px;
}

.tile-date {
	display: inline-block;
}

.allnewscard-wrapper p, .allnewscard-wrapper li {
	margin-bottom: 0 !important;
	line-height: unset !important;
}
/* Added card box css */
.card-wrapper.card-box {
	box-shadow: 0px 3px 14px #0000001a;
}

.card-wrapper.card-box .ir-tile-text-container {
	padding: 20px;
	box-shadow: none;
}

.card-wrapper.card-box.sgx-filings .ir-tile-text-container {
	padding-bottom: 15px;
	padding-top: 15px;
}

.card-wrapper.card-box .ir-news-card-title {
	margin-top: 0;
	margin-bottom: 20px;
	-webkit-line-clamp: 3;
	max-height: 54px;
}

.card-wrapper.card-box.sgx-filings .ir-news-card-title {
	margin-bottom: 9px;
}

.card-wrapper.card-box .left-content {
	padding: 0;
}

.card-wrapper.card-box .right-content {
	padding: 0;
}

.card-wrapper.card-box .full-content {
	padding: 0;
}

.card-wrapper.card-box .news-read {
	text-align: left;
}

.card-wrapper.card-box .ir-news-card-action {
	margin-top: 0;
}

.card-wrapper.card-box .ir-tile-date {
	display: block;
	text-align: right;
	width: 100%;
	margin-bottom: 7px;
}

.card-wrapper.card-box.investor-days .download-pdf-btn,
.card-wrapper.card-box.webcasts-box .download-pdf-btn,
.card-wrapper.card-box.webcasts-box .download-pdf-btn ~ div {
	padding: 0;
}

.card-wrapper.card-box.webcasts-box .download-pdf-btn {
	margin-bottom: 15px;
}

.card-wrapper.card-box .link-download {
	font-weight: bold;
}

.card-wrapper.card-box .link-download:after {
	color: var(--olam-dark-grey);
    content: "\003E";
    font-size: 10px;
    margin-left: 3px;
}

.ir-category-type-wrapper {
	display: none;
}
/* Added card box css */
/* category filter fixes */
.filter-sub-heading {
	display: none;
}
.library-filter #mobileFilterTitle {
	margin-bottom: 10px;
}
.investorrelators #desktopFilterTitle {
	margin-bottom: 40px;
}
.ir-library-category-form .form-refine {
	display: grid;
	margin-bottom: 0;
}
.ir-library-category-form #mobileFilterTitle {
	order: 1;
}
.ir-library-category-form .filter-heading {
	order: 3;
}
.ir-library-category-form .filter-sub-heading {
	order: 2;
	display: block;
	margin-bottom: 20px;
}
.ir-library-category-form .filter-sub-title {
	order: 4;
}
.ir-library-category-form .dropdown-wrapper {
	order: 5;
}
.library-filter .latestnewsUpdate {
	margin-top: 4px;
	margin-bottom: 30px;
}
/* category filter fixes */
/* all news page cross issue fixes*/
.allnewsdate-wrapper .tag_complete .tags_container .tag {
	position: relative;
	padding-right: 23px;
}

.allnewsdate-wrapper .tag_complete .tags_container .tag .close{
	top: -10px;
	right: 0;
}
/* all news page cross issue fixes*/

@media (min-width: 993px) {
	.allnewscard-wrapper {
		max-height: 74px;
		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;
	}
	.allnewsdate__fields form label {
		font-size: 1.6rem;
	}
}
@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-dark-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 * */
.allnews-wrapper {
	margin-top: 30px;
}
.allnews-heading {
	margin-bottom: 20px;
}

.ir-tile-text-container {
	width: 100%;
	padding: 10px 20px 30px;
	box-shadow: 0px 5px 14px #0000001A;
	border-radius: 6px;
	background-color: var(--olam-white);
	margin-bottom: 20px;
}
.ir-tile-text-eyebrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.js-news-ir-categories.tag {
	margin-left: -20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ir-news-card-title {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 36px;
}
.ir-news-card-description {
	display: none;
}
.ir-news-card-description p:last-child {
	margin-bottom: 0;
}
.ir-news-card-action {
	display: inline-block;
	margin-top: 20px;
}

.allnews-paging .pipe {
	margin: 0 3px;
}

.allnewsdate__container {
	display: flex;
    flex-direction: column;
}

.allnewsdate__fields {
    display: flex;
    flex-flow: column;
	position: relative;
}

.allnewsdate__dateField {
	display: flex;
	flex-flow: row;
	flex-grow: 1;
}

.allnewsdate-wrapper .allnewsdate__dateField input, .allnewsdate-wrapper .allnewsdate__dateField input:focus {
	border: none;
	color: #3C3C3B;
}

.allnewsdate__toDate {
	margin-left: 16px;
}

.allnewsdate__searchField {
	margin-left: 0px;
}

.allnewsdate__searchField .form-group {
	position: relative;
}

.allnewsdate__action-container {
	display: flex;
    flex-grow: 1;
	justify-content: center;
}

.allnewsdate__dateField .form-group {
	flex-grow: 1;
}

.allnews-wrapper .card-container {
	display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
    flex-direction: row;
}

.allnews-wrapper .card-wrapper {
	width: 100%;
	max-width: 348px;
	height: 380px;
	box-shadow: 0px 5px 14px #0000001a;
    border-radius: 8px;
    background-color: var(--olam-white);
}

.allnews-wrapper .ir-tile-text-container {
	margin-bottom: 0px;
	padding-top: 0;
    padding-bottom: 0;
	box-shadow: none;
    border-radius: 0;
    background-color: none;
	width: 100%;
}

.allnewsdate____img-container {
	margin-bottom: 10px;
}

.allnewsdate____img-container img {
	width: 100%;
	object-fit: cover;
	height: 160px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.allnews-wrapper .ir-allnewscard-wrapper {
	height: 120px;
    margin-bottom: 10px;
}

.allnews-wrapper .ir-news-card-action {
	margin-top: 0;
}

.allnews-wrapper .ir-news-card-title {
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 110px;
}

.allnewsdate__category ul {
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.allnewsdate__category ul li {
	list-style: none;
    flex-grow: 1;
    padding: 16px 0px 15px 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    background-color: var(--olam-white);
	width: 25%;
	cursor: pointer;
}

.allnewsdate__category ul li:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.allnewsdate__category ul li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.allnewsdate__category ul li.active {
	background-color: var(--olam-dark-green);
	color: var(--olam-white);
	border-radius: 6px;
}

.allnewsdate__category ul li.active::after  {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--olam-dark-green);
    bottom: -15px;
}

.allnews-wrapper .loading-item {
	width: 100%;
	margin: 20px;
}

.secondaryTaggedNews {
	padding: 7px 10px 5px;
}

.primaryTagBackground {
	background-color: var(--olam-white);
}

.allnewsdate-wrapper .allnewsdate__dateField input {
	padding: 10px;
	line-height: 11px;
}

.allnewsdate__searchField .search-field {
	margin: 0;
	width: 100%;
	background: transparent;
	box-shadow: none !important;
    border: 2px solid var(--olam-cold-grey)!important;
    cursor: text;
    display: block;
    padding: 5px;
    height: 40px;
	padding-right: 30px;
	line-height: 11px;
}

.allnewsdate__category-container {
	margin-top: 34px;
}

.allnews-wrapper .newsRecords {
	width: 100%;
	margin: 20px;
}

.allnewsdate__category-container i.glyphicon-menu-down, .allnewsdate__category-container i.glyphicon-menu-up {
	top: 5px;
}

.allnews-wrapper .card-container #loader_contact {
	display: block;
    position: relative;
}

.allnews-wrapper .card-container #loader_contact img {
	position: relative;
}

.allnews-wrapper.allnews-search_results .allnews-heading {
	margin-bottom: 20px;
}

.allnewsdate__searchField em {
	position: absolute;
	right: 15px;
    color: var(--olam-cold-grey);
    cursor: pointer;
	top: 38px;
}

.news-search-icon {
    top: 45px;
}

.news-search-close {
	display: none;
    top: 48px;
    font-size: 13px;
}

.allnewsdate__fields label {
	line-height: 11px;
}

.allnewsDate-wrapper .news-datepicker {
	height: 38px;
	background-size: 22px;
}

.allnewsdate-wrapper .allnewsdate__action-container {
	color: var(--olam-dark-blue);
}

.allnewsdate-wrapper .lp-dropdown-active {
	font-size: 14px;
	line-height: 11px;
}

.date-validation {
	color: red;
    width: 100%;
    position: absolute;
	bottom: 95px;
}

.allnews-wrapper .filter-alignment {
    margin: 30px 0px 0px 0px;
}

.allnews-wrapper .ir-tile-date {
    font-size: 1.2rem;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
	.ir-tile-text-container {
		width: auto;
		padding: 14px 20px 30px;
		margin-bottom: 18px;
	}
	.ir-news-card-title {
		margin-top: 24px;
		margin-bottom: 20px;
		-webkit-line-clamp: 1;
		max-height: 23px;
	}
	.ir-news-card-description {
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3; 
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 10px;
		max-height: 63px;
	}
	.ir-news-card-action {
		margin-top: 0;
	}
	/* Added card box css */
	.card-wrapper.card-box .ir-news-card-title {
		max-height: 69px;
	}
	.card-wrapper.card-box.sgx-filings .ir-news-card-description {
		display: none;
	}

	.ir-library-category-form .txt-center {
		text-align: center;
	}
	/* Added card box css */
	.allnewsdate-wrapper .allnewsdate__dateField input {
		padding: 12px 20px 10px 20px;
		height: 40px;
		font-size: 1.6rem;
		width: 190px;
	}
}
@media screen and (max-width: 768px) {
	.allnewsdate__filter-title {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 22px;
	}
	.allnewsdate__fields form label {
		margin-bottom: 5px;
	}
	.allnewsdate-wrapper #submittername {
		font-weight: 600;
	}
	.allnewsdate__category-container {
		margin-top: 15px;
	}
	.allnews-wrapper.allnews-search_results .newsRecords {
		margin: 0 10px;
	}
	.date-error-validation .allnewsdate__searchField {
		margin-top: 70px;
	}
}
@media screen and (min-width: 992px) {
	.allnews-paging{
		margin-top: 6px;
	}
	.ir-news-card-title {
		max-height: 25px;
	}
	.allnewsdate__filter-title {
		margin-top: 30px;
		font-size: 30px;
		margin-bottom: 22px;
	}
	.allnews-wrapper {
		margin-top: 0;
	}
	/* Added card box css */
	.card-wrapper.card-box .ir-news-card-title {
		max-height: 75px;
	}

	.card-wrapper.card-box .right-content {
		padding-left: 20px;
	}
	
	.card-wrapper.card-box .left-content .assoc-brand-img {
		width: auto;
		height: auto;
	}
	.card-wrapper.card-box.sgx-filings .ir-news-card-description {
		display: -webkit-box;
		max-height: 83px;
	}

	.card-wrapper.card-box.sgx-filings .ir-news-card-description p:empty {
		display: none;
	}

	.card-wrapper.card-box.sgx-filings .ir-news-card-description ul {
		margin-left: 16px;
	}

	.card-wrapper.card-box.sgx-filings .ir-news-card-description ul li{
		margin-bottom: 10px;
	}

	.ir-library-category-form .form-refine {
		display: block;
	}
	/* Added card box css */
	.allnewsdate__container {
		flex-flow: row;
	}
	.allnewsdate__fields {
		flex-flow: row;
	}
	.allnewsdate__searchField {
		margin-left: 16px;
	}
	.allnewsdate__action-container {
		justify-content: normal;
	}
	.allnewsdate__searchField .search-field {
		width: 272px;
		font-size: 1.6rem;
	}
	.date-validation {
		bottom: -20px;
	}
	.date-validation {
		bottom: -20px;
	}
	.date-validation {
		bottom: -20px;
	}
}

@media only screen and (min-width : 992px) and (max-width: 1190px) {
	.allnewsdate__container {
		flex-flow: column;
	}
	.allnews-wrapper .card-wrapper {
		max-width: 298px;
	}
	.allnews-wrapper .ir-news-card-title {
		-webkit-line-clamp: 4;
	}
}
@media screen and (min-width: 1200px) {
	.allnews-heading {
		margin-bottom: 38px;
	}
	.ir-news-card-description {
		max-height: 72px;
	}
	/* Added card box css */
	.card-wrapper.card-box .ir-tile-text-container {
		padding: 40px 20px 10px 40px;
	}

	.card-wrapper.card-box.sgx-filings .ir-news-card-description {
		display: -webkit-box;
		max-height: 89px;
	}

	.card-wrapper.card-box.sgx-filings .ir-tile-text-container {
		padding: 35px 40px;
	}

	.card-wrapper.card-box.investor-days .ir-tile-text-container {
		padding: 35px 40px;
	}

	.card-wrapper.card-box.webcasts-box .ir-tile-text-container {
		padding: 35px 40px;
	}

	.card-wrapper.card-box .ir-news-card-title,
	.card-wrapper.card-box.sgx-filings .ir-news-card-title {
		margin-bottom: 35px;
	}

	.card-wrapper.card-box .full-report {
		margin-bottom: 25px;
	}

	.card-wrapper.card-box .two-column-download-wrapper .download-wrap,
	.card-wrapper.card-box .two-column-download-wrapper .download-list li:nth-child(odd) {
		margin-right: 0;
	}

	.card-wrapper.card-box .download-list-item {
		margin: 0;
		width: 50%;
		padding-right: 17px;
		padding-bottom: 30px;
	}

	.card-wrapper.card-box .right-content {
		padding-left: 40px;
	}

	.card-wrapper.card-box .left-content {
		padding-bottom: 30px;
	}

	.card-wrapper.card-box.webcasts-box .download-pdf-btn {
		margin-bottom: 0;
	}
	/* Added card box css */

	.allnews-wrapper .card-wrapper {
		height: 485px;
	}
	.allnewsdate____img-container {
		margin-bottom: 12px;
	}
	.allnewsdate____img-container img {
		height: 205px;
	}
	.allnews-wrapper .ir-allnewscard-wrapper {
		margin-top: 28px;
		margin-bottom: 30px;
		height: 140px;
	}
	.allnews-wrapper .ir-news-card-title {
		-webkit-line-clamp: 5;
		max-height: 137px;
		margin: 0;
	}
	.news-search-icon {
		top: 48px;
	}
	.news-search-close {
		top: 50px;
	}
	.allnewsdate__filter-title {
		font-size: 36px;
		line-height: 40px;
	}
	.allnewsdate__fields label {
		font-size: 1.6rem;
	}
	.allnewsdate__category ul li {
		font-size: 20px;
		line-height: 30px;
		color: var(--olam-dark-blue);
	}
	.allnews-wrapper .ir-tile-date {
		line-height: 21px;
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 1600px) {
	.ir-news-card-title {
		max-height: 28px;
	}
	.card-wrapper.card-box .ir-news-card-title {
		max-height: 84px;
	}
	.allnewsdate____img-container {
		margin-bottom: 13px;
	}
	.allnewsdate____img-container img {
		height: 225px;
	}
	.allnews-wrapper .card-wrapper {
		height: 500px;
	}
	.allnewsdate__filter-title {
		font-size: 38px;
		line-height: 42px;
	}
	.allnewsdate__fields label {
		font-size: 1.8rem;
	}
	.allnewsdate-wrapper .allnewsdate__dateField input, .allnewsdate__searchField .search-field {
		font-size: 1.8rem;
		height: 49px;
	}
	.allnewsdate__searchField em {
		top: 42px;
		font-size: 18px;
	}
	.allnewsdate__category ul li {
		font-size: 22px;
	}
}

@media screen and (min-width: 1920px) {
	.allnews-heading {
		margin-bottom: 40px;
	}
	.allnews-paging{
		margin-top: 10px;
	}
	.ir-tile-text-container {
		width: 1226px;
		margin-bottom: 16px;
	}
	.ir-news-card-title {
		margin-top: 30px;
	}
	.ir-news-card-description {
		-webkit-line-clamp: 2; 
		margin-bottom: 30px;
	}
	/* Added card box css */
	.card-wrapper.card-box .right-content {
		padding-left: 80px;
	}

	.card-wrapper.card-box {
		border-radius: 0;
	}

	.card-wrapper.card-box .ir-tile-text-container {
		border-radius: 0;
		margin-bottom: 18px;
	}

	.card-wrapper.card-box .ir-news-card-description {
		-webkit-line-clamp: 3; 
	}
	/* Added card box css */
	.allnews-wrapper .card-wrapper {
		max-width: 398px;
	}
	.allnews-wrapper .ir-allnewscard-wrapper {
		margin-bottom: 20px;
	}
	.allnewsdate__searchField .search-field {
		width: 318px;
	}
}
.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;
	}
}
@media ( min-width :992px) {
	h3.author-head {
		padding-left: 27px;
	}
}
/* 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: auto;
}
.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);
}

.blog-table.theme-blue {
    background-color: inherit;
}
.blog-table.theme-blue table tbody tr:nth-child(odd) td {
    background-color: var(--olam-light-grey);
}

.blog-table.theme-blue table tbody tr:nth-child(even) td {
    background-color: var(--olam-white);
}

/* , .blog-table.theme-blue table tbody tr:first-child th */
.blog-table.theme-blue table tbody tr:first-child td, .blog-table.theme-blue table tr th {
    background-color: #115E67;
    color: var(--olam-white);
    border: none;
    font-weight: bold;
}

.blog-table.theme-blue table tbody tr td {
    border: none;
}
@media only screen and (min-width: 1200px) {
	.blog-table table tr th,
	.blog-table table tbody tr td {
        font-size: 14px;
	}
	.olam-download__title {
		margin-bottom: 20px;
	}
}
@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 {
	margin: 0;
}
.olam-download__title {
	margin-bottom: 10px;
}
.olam-download__list {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.olam-download__list--2-column {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	column-gap: 10px;
}

.olam-download__list-item {
	margin-bottom: 0;
	width: 48%;
}
.olam-download__list-item-wrapper {
	display: flex;
}
.olam-download__item-content {
	display: inline-block;
	margin-left: 20px;
}
@media ( max-width :767px) {
	.olam-download__list-item {
		width: 100%;
	}
}

/* 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%;
	}
	span.author-image img.img-responsive {
		margin: 0 auto;
		margin-bottom: 14px;
		display: block;
	}
	.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-wrapper {
	margin-bottom: 10px;
}
.accordion-wrapper .panel {
	background-color: #fff;
	border: 0;
	border-color: unset;
	box-shadow: 0px 5px 14px #00000029;
	padding: 17px 17px 17px 16px;
}
.accordion-wrapper .panel-heading {
	background: none;
	border: none;	
	cursor: pointer;
	padding: 0;
}
.accordion-wrapper .accordion-toggle:hover,
.accordion-wrapper .accordion-toggle:focus,
.accordion-wrapper .accordion-toggle:active {
	text-decoration: none;
	color: inherit;
}
.accordion-wrapper .accordion-icon {	
	border: 1px solid var(--olam-dark-grey);
    border-radius: 50%;
    padding: 2px;
	font-size: 18px;
}
.accordion-wrapper .panel-heading .accordion-toggle.collapsed .accordion-icon {
	transform: rotate(0deg);
}
.accordion-wrapper .panel-heading .accordion-toggle .accordion-icon {
	transform: rotate(45deg);
}
.accordion-wrapper .accordion-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion-wrapper .accordion-toggle *:first-child {
	width: 90%;
}
.accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
	padding: 20px 0 0;
}
.accordion-wrapper .panel-body .panel-text p:last-child{
	margin-bottom: 0;
}
.accordion-wrapper .anchor-line-decoration ul,
.accordion-wrapper .anchor-line-decoration ol {
	padding-left: 18px;
}
@media only screen and (min-width: 1200px) {
    .accordion-wrapper {
		margin: 0 auto 20px;
    }
	.accordion-wrapper .panel {
		padding: 37px 24px 37px 40px;
	}
	.accordion-wrapper .accordion-icon {
		border: 2px solid var(--olam-dark-grey);
		padding: 3px;
		font-size: 30px;
	}
	.accordion-wrapper .accordion-toggle *:first-child,
	.accordion-wrapper .panel-body {
		width: 94%;
	}
}
@media only screen and (min-width: 1920px) {
    .accordion-wrapper {
        max-width: 1364px;
    }
}
.shadow-10-1 {
	box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.products-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-grid-title {
	margin-bottom: 19px;
}
.products-list {
	background-color: #fff;
	border: 2px solid var(--olam-light-green);
	width: 260px;
	height: 260px;
	margin: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: flex;
	padding-top: 65px;
	justify-content: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	border-radius: 6px;
	cursor: pointer;
}

.product-list-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.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-bottom: 13px;
	position: relative;
	width: 65px;
	height: 65px;
}

.products-list svg.img-responsive path {
	fill: var(--olam-dark-grey);
}

.product-name {
	display: inline-block;
	position: relative;
	font-weight: normal;
	color: var(--olam-dark-grey);
}

.product-find-more {
	display: block;
	/* color: #fd8104; */
	position: relative;
}

.img-rollover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s ease;
	width: 100%;
	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 {
		margin: 5px 0;
	}
	.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 {
		padding: 12px 20px;
		text-align: left;
		height: 80px;
		justify-content: start;
	}
	.products-list .img-rollover {
		display: none;
	}

	.products-list .product-name, .products-list .product-find-more {
		margin-left: 1.06rem;
		margin-right: 1.06rem;
		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;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.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;
	}

	.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 */
	.products-list img.img-responsive,
	.products-list svg.img-responsive {
		margin-bottom: 0;
		width: 54px;
		height: 54px;
	}
	.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 */
@media (min-width: 768px) {
	.product-grid-title {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.product-grid-title {
		margin-bottom: 25px;
	}
}

@media (min-width: 1920px) {
	.product-grid-title {
		margin-bottom: 40px;
	}
}

.olam-bgimagecard {
	position: relative;
}
.olam-bgimagecard__img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}

.olam-bgimagecard__wrapper {
	position: absolute; 
	width: 100%;
	margin: 40px 0;
	left: 0;
	bottom: 0; 
}

.olam-bgimagecard__card {
	background: var(--olam-white);
	padding: 20px;
	box-shadow: 0px 3px 6px #00000029;
	width: 100%;
	border-radius: 6px;
}
.olam-bgimagecard__card-tag-container {
	margin-left: -20px;
}

.olam-bgimagecard__card-tag-container .tag {
	border-radius: 0 3px 3px 0;
}

.olam-bgimagecard__card-date-tag-container {
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.olam-bgimagecard__card-date {
	color: var(--olam-dark-grey);
}
.olam-bgimagecard__card-header {
	margin-bottom: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
	max-height: 65px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: var(--olam-dark-blue);
	font-weight: bold;
}
.olam-bgimagecard__card-img {
	width: 100%;
	max-width: 340px;
	height: 170px;
	margin-bottom: 16px;
}
.olam-bgimagecard__card-description {
	display: block;
	color: var(--olam-dark-grey);
	margin-bottom: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;
	max-height: 103px;
}
.olam-bgimagecard__card-description p {
	margin: 0;
}
.olam-bgimagecard__card-leader-container {
	display: flex;
	margin-bottom: 16px;
}
.olam-bgimagecard__card-leader-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 12px;
	object-fit: cover;
}
.olam-bgimagecard__card-leader-designation {
	color: var(--olam-cold-grey);
}

@media (min-width :768px ) {
	.olam-bgimagecard__wrapper {
		left: unset;
		bottom: unset;
		top: 0; 
	}

	.olam-bgimagecard__card-header {
		max-height: 84px;
	}

	.olam-bgimagecard__wrapper--left-top, 
	.olam-bgimagecard__wrapper--right-top {
		top: 0; 
	}

	.olam-bgimagecard__wrapper--left-bottom, 
	.olam-bgimagecard__wrapper--right-bottom {
		top: unset;
		bottom: 0; 
	}

	.olam-bgimagecard__wrapper--left-middle, 
	.olam-bgimagecard__wrapper--right-middle {
		top: 50%;
		transform: translate(0,-50%);
		margin: 0;
	}

	.olam-bgimagecard__card {
		position: relative;
		width: 368px;
		padding: 32px;
	}

	.olam-bgimagecard__wrapper--right-top .olam-bgimagecard__card,
	.olam-bgimagecard__wrapper--right-bottom .olam-bgimagecard__card,
	.olam-bgimagecard__wrapper--right-middle .olam-bgimagecard__card {
		float: right;
	}
	
	.olam-bgimagecard__img {
		height: 630px;
	}
	.olam-bgimagecard__card-tag-container {
		margin-left: unset;
	}

	.olam-bgimagecard__card-tag-container .tag {
		border-radius: 3px;
	}

	.olam-bgimagecard__card-img {
		max-width: 480px;
		height: 240px;
	}
	.olam-bgimagecard__card-description {
		-webkit-line-clamp: 5;
	}
	.olam-bgimagecard__card-leader-container {
		max-width: 354px;
	}
	.olam-bgimagecard__card-leader-img {
		margin-right: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.olam-bgimagecard__card-header {
		max-height: 89px;
	}
    .olam-bgimagecard__card-description {
		max-height: 120px;
    }
}
@media only screen and (min-width: 1600px) {
	.olam-bgimagecard__card-header {
		max-height: 103px;
	}
	.olam-bgimagecard__card {
		width: 536px;
	}
} 
.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;
	}
}
.text-img-carousel-header {
	text-align: center;
	margin-bottom: 16px;
}
.text-img-carousel-wrapper {
	width: 320px;
	margin: 0 auto;
}
.text-img-carousel-image {
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.text-img-carousel-container {
	display: flex;
	flex-direction: column-reverse;
	box-shadow: 0px 5px 6px 0 #0000001a;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.text-img-carousel-image-container {
	width: 100%;
	background-color: var(--olam-white);
}
.text-img-carousel-content-wrapper {
	width: 100%;
	height: 383px;
	overflow: hidden;
	padding: 30px 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: var(--olam-white);
}
.text-img-carousel-content-container {
	display: flex;
	flex-direction: column;
}
.text-img-carousel-content-title {
	margin-bottom: 10px;
}
.text-img-carousel-content {
	height: 235px;
	display: -webkit-box;
	-webkit-line-clamp: 11; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-img-carousel-container.text-img-carousel--no-cta .text-img-carousel-content {
	height: 280px;
	-webkit-line-clamp: 13; 
}
.text-img-carousel-content p:last-child {
	margin-bottom: 0;
}
.text-img-carousel-action {
	margin: 15px 0 0;
}

.text-img-carousel-slider .slick-list {
    padding: 0;
}
.text-img-carousel-slider .slick-prev.slick-arrow + .slick-list {
    padding-bottom: 69px;
}
.text-img-carousel-slider .slick-list {
    z-index: 10;
}
.text-img-carousel-slider .slick-arrow {
    z-index: 11;
}
.text-img-carousel-slider .slick-slide {
	padding: 0 12px;
}
.text-img-carousel-slider .slick-slide:focus {
    outline: none;
}
.text-img-carousel-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -32px;
}
.text-img-carousel-slider .slick-dots {
    bottom: -24px;
	top: unset !important; 
	z-index: 10;
}
.text-img-carousel-slider .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.text-img-carousel-slider .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
}
.text-img-carousel-slider .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.text-img-carousel-slider .slick-arrow:before {
    content: '';
}
.text-img-carousel-slider .slick-prev,
.text-img-carousel-slider .slick-prev:hover, 
.text-img-carousel-slider .slick-prev:focus {
    left: 110px;
    background-image: url('clientlib-all/resources/images/slider-prev.svg');
    background-repeat: no-repeat;
}
.text-img-carousel-slider .slick-prev:before {
    content: '';
}
.text-img-carousel-slider .slick-next, 
.text-img-carousel-slider .slick-next:hover, 
.text-img-carousel-slider .slick-next:focus {
    right: 112px;
    background-image: url('clientlib-all/resources/images/slider-next.svg');
    background-repeat: no-repeat;   
    background-position: right;
}
.text-img-carousel-slider .slick-next:before {
    content: '';   
}

@media only screen and (min-width: 1200px) {
	.text-img-carousel-header {
		margin-bottom: 40px;
	}
	.text-img-carousel-wrapper {
		margin: unset;
		width: 100%;
	}
	.text-img-carousel-container {
		height: 275px;
		overflow: hidden;
		flex-direction: row;
		box-shadow: 0px 5px 14px 0 #0000001a;
		border-top-left-radius: 6px;
	}
	.text-img-carousel-image {
		width: 100%;
		height: 100%;
		border-top-left-radius: 6px;
		border-bottom-right-radius: 0;
	}
	.text-img-carousel-content-container {
		margin: 22px 46px 22px 64px;
	}
	.text-img-carousel-image-container {
		width: 50%;
	}
	.text-img-carousel-content-wrapper {
		display: flex;
		align-items: center;
		width: 50%;
		height: 275px;
		padding: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 6px;
	}
	.text-img-carousel-content {
		height: auto;
		-webkit-line-clamp: 4; 
	}
	.text-img-carousel-container.text-img-carousel--no-cta .text-img-carousel-content {
		height: auto;
		-webkit-line-clamp: 7;
	}
	.text-img-carousel-content-title {
		margin-bottom: 20px;
	}
	.text-img-carousel-action {
		margin: 30px 0 0;
	}

	.text-img-carousel-slider .slick-arrow {
		bottom: -32px;
	}
	.text-img-carousel-slider .slick-dots {
		bottom: -24px;
	}

}

@media only screen and (min-width: 1600px) {
	.text-img-carousel-container {
		height: 369px;
	}
	.text-img-carousel-content-wrapper {
		height: 369px;
	}
	.text-img-carousel-content {
		-webkit-line-clamp: 8; 
	}
	.text-img-carousel-container.text-img-carousel--no-cta .text-img-carousel-content {
		-webkit-line-clamp: 11;
	}
}

@media only screen and (min-width: 1920px) {
	.text-img-carousel-container {
		height: 421px;
	}
	.text-img-carousel-image-container {
		max-width: 812px;
	}
	.text-img-carousel-content-container {
		margin: 22px 62px 22px 76px;
	}
	.text-img-carousel-content-wrapper {
		height: 421px;
	}
	.text-img-carousel-content {
		-webkit-line-clamp: 10; 
	}
	.text-img-carousel-container.text-img-carousel--no-cta .text-img-carousel-content {
		-webkit-line-clamp: 13;
	}
}
.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;
}

.comp-titletext {
	margin-top: 5rem;
}

.comp-titletext .comp-titletext--center {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.comp-titletext>p {
		text-align: center;
	}

	.comp-titletext {
		margin-top: 1.875rem;
	}

	.comp-titletext .comp-titletext--center {
		text-align: left;
	}
}
/* 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;
	height: auto;
}

.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);
	right: 0;
	margin-left: auto;
}

.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;
	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-box-container {
	padding: 20px;
	position: relative;
}
.card-content-wrapper--small .card-box-container {
	display: flex;
	flex-direction: column;
	height: auto;
}
.card-eye-brow {
	margin-bottom: 10px;
	display: flex;
    justify-content: space-between;
}
.card-header {
	color: var(--olam-dark-blue);
	font-weight: bold;
	margin-bottom: 10px;
}
.card-content-wrapper--small .card-header {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: auto;
}
.card-description {
	color: var(--olam-dark-grey);
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	overflow: hidden;
	max-height: 228px;
}
.card-content-wrapper--small .card-description {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: auto;
}
.card-content-wrapper {
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	margin-bottom: 30px;
}
.card-content-wrapper .more-img {
	border-radius: 6px 6px 0 0;	
}

.card-text-content {
	margin-bottom: 20px;
}
.card-content-wrapper--small .card-text-content {
	margin-bottom: 0;
}
.card-content-wrapper--small .card-action-container {
	margin-top: auto;
}

@media (min-width:992px) {
	.card-box-container {
		height: 341px;
	}
	.card-content-wrapper--small .card-box-container {
		height: 258px;
	}
	.card-content-wrapper {
		margin-bottom: 0;
	}
	.card-action-container {
		text-align: left;
	}
	.cardcomponent .card-content-wrapper .card-box-container .card-action-container {
		position: absolute;
    	bottom: 20px;
	}
	.card-header {
		height: 60px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.card-description {
		min-height: 150px;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.card-description-no-cta {
		-webkit-line-clamp: 10;
    	height: 208px;
	}
}
@media (min-width:1200px) {
	.card-box-container {
		height: 385px;
	}
	.card-content-wrapper--small .card-box-container {
		height: 290px;
	}
	.card-header {
		margin-bottom: 20px;
	}
	.card-description {		
		margin-bottom: 30px;
	}
	.card-description-no-cta {
    	height: 245px;
	}
}
@media (min-width:1600px) {
	.card-box-container {
		height: 372px;
	}
	.card-content-wrapper--small .card-box-container {
		height: 295px;
	}
	.card-header {
		height: 69px;
	}
	.card-description {
		height: 165px;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.card-description-no-cta {
		-webkit-line-clamp: 9;
    	height: 220px;
	}
}

/* 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 */


/* Tile carousal slick slider */
.ogs-tile .slick-list {
    margin: 0 -8px;
	padding-bottom: 14px;
	width: 100%;
}
.ogs-tile .slick-slide {
    margin: 0 8px;
}
.ogs-tile .ogs-tile__content .slick-slide:focus {
    outline: none;
}
.ogs-tile .ogs-tile__content .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -56px;
}
.ogs-tile .ogs-tile__content .slick-dots {
    bottom: -48px;
    top: unset !important; 
}
.ogs-tile .ogs-tile__content .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.ogs-tile .ogs-tile__content .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}

.ogs-tile .ogs-tile__content .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.ogs-tile .ogs-tile__content .slick-arrow:before {
	content: '';
}
.ogs-tile .ogs-tile__content .slick-prev {
    background-image: url('clientlib-all/resources/slider-prev.svg');
    background-repeat: no-repeat;
	z-index: 100;
}
.ogs-tile .ogs-tile__content .slick-prev:before {
	content: '';
}
.ogs-tile .ogs-tile__content .slick-next {
    background-image: url('clientlib-all/resources/slider-next.svg');
    background-repeat: no-repeat;   
    background-position: right;
	z-index: 100;
}
.ogs-tile .ogs-tile__content .slick-next:before {
	content: '';   
}

/* Tile component style */
.ogs-tile__wrapper {
	padding-bottom: 24px;
}
.ogs-tile__header {
	margin: 0 auto;
}
.ogs-tile__header-title {
	margin-bottom: 8px;
}
.ogs-tile__header-description {
	margin-left: 8px;
	margin-bottom: 16px;
}
.ogs-tile__item-img {	
	border-radius: 6px 6px 0 0;
	width: 100%;
	object-fit: cover;	
}
.ogs-tile__content-container {
	padding: 20px;
}
.ogs-tile__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ogs-tile__item {
	background: var(--olam-white);
	border-radius: 6px;
	box-shadow: 0px 5px 14px #0000001a;
	max-width: 320px;
	height: 408px;
	text-align: left;
}
.ogs-tile__item-date {
	margin-bottom: 10px;
}
.ogs-tile__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 36px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ogs-tile__item-description {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 63px;
	-webkit-line-clamp: 3;
	margin-bottom: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ogs-tile--four-card .ogs-tile__item-date {
	display: none;
}
.ogs-tile__item-title-four-card {
	display: none;
}
.ogs-tile--four-card .ogs-tile__item-title {
	display: none;
}
.ogs-tile--four-card .ogs-tile__item-title-four-card {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 42px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ogs-tile--four-card .ogs-tile__item-description {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 104px;
	-webkit-line-clamp: 5;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 576px) {
    .ogs-tile__item {
		max-width: 264px;
		height: 377px;
	}
	.ogs-tile--four-card .ogs-tile__item-title-four-card {
		height: 46px;
	}
}

@media only screen and (min-width: 768px) {
	.ogs-tile__item {
		max-width: 348px;
		height: 434px;
	}
    .ogs-tile__item-title {
		height: 46px;
	}
	.ogs-tile--four-card .ogs-tile__item-title-four-card {
		height: 56px;
	}
}

@media only screen and (min-width: 992px) {
	.ogs-tile__item {
		max-width: 298px;
		height: 410px;
	}
    .ogs-tile__item-title {
		height: 50px;
	}
}
@media only screen and (min-width: 1200px) {
    .ogs-tile__item {
		max-width: 349px;
		height: 456px;
	}
	.ogs-tile__item-date {
		margin-bottom: 20px;
	}	
	.ogs-tile__item-title {
		margin-bottom: 20px;
	}	
	.ogs-tile__item-description {
		height: 68px;
		margin-bottom: 20px;
	}
	.ogs-tile--four-card .ogs-tile__item-description {
		margin-bottom: 10px;
		height: 115px;
	}
}
@media only screen and (min-width: 1600px) {
	.ogs-tile__item {
		max-width: 348px;
		height: 462px;
	}
	.ogs-tile__item-title {
		height: 57px;
	}
	.ogs-tile--four-card .ogs-tile__item-title-four-card {
		height: 66px;
	}
	.ogs-tile--four-card .ogs-tile__item-description {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1920px) {
	.ogs-tile__item {
		max-width: 398px;
		height: 510px;
	}
	.ogs-tile__item-date {
		margin-bottom: 30px;
	}	
	.ogs-tile__item-description {
		margin-bottom: 30px;
	}
}
/* 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;
	}
}

/* Card carousal slick slider */
.ogs-card .slick-list {
    margin: 0 -8px;
	padding-bottom: 15px;
	width: 100%;
}
.ogs-card .slick-slide {
    margin: 0 8px;
}
.ogs-card .ogs-card__content .slick-slide:focus {
    outline: none;
}
.ogs-card .ogs-card__content .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -56px;
}
.ogs-card .ogs-card__content .slick-dots {
    bottom: -48px;
    top: unset !important; 
}
.ogs-card .ogs-card__content .slick-dots li {
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.ogs-card .ogs-card__content .slick-dots li button:before {
    border: 1px solid var(--olam-dark-grey) !important;
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 1;
    width: 10px;
    z-index: 99;
}

.ogs-card .ogs-card__content .slick-dots li.slick-active button:before {
    background-color: var(--olam-dark-grey) !important;
}
.ogs-card .ogs-card__content .slick-arrow:before {
	content: '';
}
.ogs-card .ogs-card__content .slick-prev {
    background-image: url('clientlib-all/resources/slider-prev.svg');
    background-repeat: no-repeat;
	left: 47%;
	z-index: 100;
}
.ogs-card .ogs-card__content .slick-prev:before {
	content: '';
}
.ogs-card .ogs-card__content .slick-next {
    background-image: url('clientlib-all/resources/slider-next.svg');
    background-repeat: no-repeat;   
    background-position: right;
	right: 47%;
	z-index: 100;
}
.ogs-card .ogs-card__content .slick-next:before {
	content: '';   
}

/* Card component style */

.ogs-card__header {
	margin: 0 auto;
}

.ogs-card__header-title {
	margin-bottom: 20px;
}

.ogs-card__header-description {
	margin-left: 8px;
	margin-bottom: 16px;
}

.ogs-card__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.ogs-card__content-container {
	padding: 20px;
}

.ogs-card__item {
	background: var(--olam-white);
	border-radius: 6px;
	box-shadow: 0 6px 15px #0000001a;
	margin-bottom: 15px;
	max-width: 320px;
	height: unset;
	position: relative;
	text-align: left;
}

.ogs-card__item-img {	
	border-radius: 6px 6px 0 0;
	width: 100%;
	object-fit: cover;
}

.ogs-card__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 36px;
  }

  .ogs-card__item-description {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 231px;
  }

  .ogs-card__action-btn {
	position: relative;
}

@media only screen and (min-width: 576px) {
	.ogs-card__content-container {
		padding: 20px 20px 0 20px;
	}
    .ogs-card__item {
		height: 360px;
		max-width: 256px;
		margin: 0 8px 20px 8px;
	}
	.ogs-card__action-btn {
		position: absolute;           
		bottom: 20px;
	}
	.ogs-card__item-title {
		max-height: 40px;
    	line-height: 1.1em;
	}
	.ogs-card__item-description {
		-webkit-line-clamp: 6;
		max-height: 126px;
	  }
}

@media only screen and (min-width: 768px) {
    .ogs-card__item {
		max-width: 340px;
		height: 504px;
	}
	.ogs-card__item-title {
		max-height: 44px;
	}
	.ogs-card__item-description {
		-webkit-line-clamp: 10;
		max-height: 210px;
	  }
}

@media only screen and (min-width: 992px) {
	.ogs-card__header-title {
		margin-left: 8px;
	}
	
    .ogs-card__item {
		height: 385px;
		max-width: 298px;
		margin: 0;
	}

	.ogs-card__item-title {
		max-height: 50px;
	}
	.ogs-card__item-description {
		-webkit-line-clamp: 5;
		max-height: 126px;
	  }
}
@media only screen and (min-width: 1200px) {

	.ogs-card__header-title {
		margin-bottom: 40px;
	}
    .ogs-card__item {
		max-width: 349px;
		height: 484px;
	}

	.ogs-card__content-container {
		padding: 24px 24px 0 24px;
	}	
	.ogs-card__item-description {
		-webkit-line-clamp: 7;
		margin-bottom: 30px;
		max-height: 166px;
	}
	.ogs-card__action-btn {
		bottom: 30px;
	}
}
@media only screen and (min-width: 1600px) {
	.ogs-card__item {
		max-width: 456px;
		height: 524px;
	}

	.ogs-card__item-title {
		margin-bottom: 20px;
		max-height: 56px;
	}
  
}

@media only screen and (min-width: 1920px) {
	.ogs-card__item {
		max-width: 536px;
		height: 564px;
	}

	.ogs-card__content-container {
		padding: 40px 40px 0 40px;
	}

	.ogs-card__item-description {
		-webkit-line-clamp: 7;
		margin-bottom: 30px;
	}
	.ogs-card__action-btn {
		bottom: 40px;
	}
}
.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 */

.stock-ticker .stock-ticker-container {
  display: flex;
  flex-direction: column;
}

.stock-ticker .stock-content .stock-content-title {
  margin-bottom: 10px;
}

.stock-ticker .stock-content p:last-child {
  margin-bottom: 0;
}

.stock-ticker .investor-card-wrapper {
  background: var(--olam-white);
  box-shadow: 0px 3px 14px #00000029;
  clear: both;
  margin: 30px 0 0;
  padding: 40px 30px 20px;
}

.stock-ticker .investor-card-wrapper h3 .glyphicon {
  top: -5px;
  display: none;
  font-size: 20px;
}

.stock-ticker .investor-card-wrapper .stock-name {
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 20px;
}

.stock-ticker .investor-card-wrapper .stock-last-grade {
  font-size: 36px;
  line-height: 36px;
}

.stock-ticker .investor-card-wrapper .stock-change-para {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stock-ticker .investor-card-wrapper .new-stock-border {
  border-top: 1px solid #707070;
  padding: 20px 0 0;
}

.stock-ticker .investor-card-wrapper .stock-values {
  color: var(--olam-dark-blue);
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.stock-ticker .investor-card-wrapper .last-row-label {
  color: var(--olam-dark-blue);
  font-size: 18px;
  line-height: 36px;
}

.stock-ticker .investor-card-wrapper .last-row-label span {
  margin-left: 8px;
}


.stock-ticker .investor-card-wrapper .last-row-label span#high {
  margin-left: 2px;
}

.stock-ticker .investor-card-wrapper .new-stock-notification {
  padding: 0;
}

.stock-ticker .investor-card-wrapper .new-stock-notification>div {
  display: flex;
}

.stock-ticker .investor-card-wrapper .new-stock-notification>div>div {
  display: inline-block;
  margin: 0 auto;
}

.stock-ticker .investor-card-wrapper .new-stock-border-bottom {
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin: 30px 0 0;
  font-size: 16px;
}

span#middle {
  background: #fff;
  padding: 0 10px 0 5px;
}

span#last {
  padding-right: 5px;
}

.sgx-txt-align-new {
  text-align: center;
  padding-left: 0;
}

.investor-card-wrapper .down-color .fa {
  color: var(--olam-dark-red);
}

.investor-card-wrapper .up-color .fa {
  color: var(--olam-dark-green);
}

.theme-based-arrow {
  color: var(--secondary-color);
}

.share-title {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: bold;
  line-height: 1.38;
}

span#high {
  color: #a0c800;
}

span#low {
  color: #dd1d21;
}

.new-stock-border span i.fa {
  transform: rotate(40deg);
}

.stock-change {
  font-size: 16px;
  color: var(--olam-black);
}

.scx-txt {
  color: #698714;
}

.investor-card-wrapper.card {
  padding: 20px 20px 30px 20px;
}

.sgx-txt-align {
  text-align: left;
}

.investor-card-wrapper h3 .fa {
  display: none;
  font-size: 26px;
  right: calc(50% - 100px);
  position: absolute;
}

.new-stock-update-top {
  display: none;
}

.new-stock-update-bottom {
  display: block;
}

@media (min-width: 1200px) {
  .stock-ticker .stock-ticker-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .stock-ticker .stock-content {
    width: calc(100% - 552px);
    padding-right: 40px;
  }
  .stock-ticker .investor-card-wrapper {
    margin-top: 0;
    width: 552px;
    padding: 30px 30px 20px 40px;
  }
  .stock-ticker .investor-card-wrapper .sgx-txt-align-new {
    text-align: left;
  }
  .stock-ticker .investor-card-wrapper .new-stock-border {
    border-top: 0;
    padding: 0;
  }
  .stock-ticker .investor-card-wrapper .stock-values {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .stock-ticker .investor-card-wrapper .last-row-label {
    padding-top: 0;
  }
  .stock-ticker .investor-card-wrapper .new-stock-update-content {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .stock-ticker .stock-content .stock-content-title {
    margin-bottom: 20px;
  }
  .stock-ticker .investor-card-wrapper .new-stock-notification>div {
    justify-content: flex-end;
  }
  .stock-ticker .investor-card-wrapper .new-stock-notification>div>div {
    display: block;
    margin: 0;
  }
  .investor-card-wrapper h3 .fa {
    right: 30px;
    top: 54px;
    font-size: 32px;
  }
  .new-stock-border {
    border-top: none;
    padding-top: 0;
  }
  .new-stock-notification {
    padding-top: 10px;
    padding-right: 0;
  }
  .last-row-label {
    padding-top: 10px;
  }
  .mobile-update {
    width: 110%;
    margin-left: -17px;
  }
  .stock-price-border {
    border-right: 1px solid #707070;
  }
  .new-stock-update-top {
    display: block;
  }
  .new-stock-update-bottom {
    display: none;
  }
}


/* iPad - portrait - sm */

@media (min-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .sgx-txt-align {
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .stock-ticker-container {
    max-width: 1360px;
    margin: 0 auto;
  }
  .stock-ticker .stock-content {
    width: calc(100% - 572px);
    padding-right: 80px;
  }
  .stock-ticker .investor-card-wrapper {
    width: 572px;
  }
  .investor-card-wrapper h3 .fa {
    right: 38px;
  }
}

@media (min-width: 1920px) {
  .stock-ticker .investor-card-wrapper .stock-name {
    font-size: 24px;
  }
  .stock-ticker .investor-card-wrapper .stock-last-grade {
    font-size: 38px;
  }
  .stock-ticker .investor-card-wrapper .stock-values {
    font-size: 24px;
  }
}
/* 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: 3px;
	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-dark-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) {
}
.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;
	}
}
/* Olam - CSS for Card and Image left and right side swapping */
.js-eventcarousel-vdo-desk {
	margin-bottom: 15px;
}

.stack-card-vdo-desk {
	margin-left: 0px !important;
}

.parent-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.child-right {

	max-height: 598px;
    margin-top: 20px;
    padding: 0;
    }

.overlay-icon {
    position: absolute;
    margin: 20% 39%;
    display: block;
    font-size: 36px !important;
    opacity: 0.7;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
}

.overlay-icon:hover {
	color: red;
	opacity: 1;
}

.dam-icon {
	position: absolute;
	margin: 18% 35%;
	display: block;
	font-size: 36px !important;
	opacity: 1;
	color: white;
}

.dam-icon:hover {
	color: white;
	opacity: 1;
}

.card-img-container-vdo .row {
	margin: 0;
}

.card-img-container-vdo .img-right .news-image-vd {
	float: right;
}

.card-img-container-vdo .img-right .stack-wrapper {
	left: 0;
}

.display-img-vdo, .display-video-vdo {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.event-content-subtitle {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}

.event-content {
	font-weight: normal;
}

.parent-left {
	margin-top: 30px;
}




.display-title {
    margin-bottom: 0 !important;
	/*max-height: 30px;
	min-height: 25px;*/

}

    .btn-align {
     margin-top: 0 !important;
        }

.secondary-button-vdo {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: none;
	border: 2px solid #698714;
	border-radius: 100px;
	color: #698714;
	text-align: center;
	padding: 5px 30px;
	display: inline-block;
}

.events-image-vdo-child, .events-video-vdo-child {
	height: 135px;
	width: 100%;
	object-fit: cover;
}

/*.card-content-vdo-child {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    color: #707070;

}*/


.parent-content p {
    color: #707070;
    }

.card-event-vdo-child {
	margin: 10px 10px;
	cursor: pointer;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.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-vdo .slick-list {
		height: auto !important;
	}
.card-bar-vdo {
	min-height: 190px;
    box-shadow: 0px 6px 8px #00000029;
    opacity: 1;
}

	.highlighted--stack {
		border: 2px solid #698714;
		margin-bottom: 10px;
	}
.theme-based-scroll-bar-vertical {
		overflow-y: scroll;
    	scrollbar-color: var(--secondary-color, #000) #707070 !important;
  		scrollbar-width: thin !important;

	}

    .theme-based-scroll-bar-vertical::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	.theme-based-scroll-bar-vertical::-webkit-scrollbar {
		width: 3px;
		background-color: #F5F5F5;
	}
	.theme-based-scroll-bar-vertical::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: var(--secondary-color, #000);
	}

	
}
/* Mobile - xs */
@media ( max-width :767px) {
	/*.highlighted--stack {
		border: 2px solid #698714;

	}*/
.parent-content {
    padding: 10px 0 0 0;
}
.olam-text-p4.card-content-vdo-child {
       padding: 12px 0 4px 6px;
    margin-top: -5px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #707070;
}
.card-event-vdo-child {
    margin: -5px 10px;
    cursor: pointer;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.events-image-vdo-child, .events-video-vdo-child {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.main-content .popular .item {
    text-align: center;

}


.parent-content p {
    text-align: center;
}
.theme--based--highlighted--stack {
		 border: 2px solid var(--secondary-color, #000);

	}

    .overlay-icon {
	position: absolute;
	margin: 50px -15px;
	display: block;
	font-size: 36px !important;
	opacity: 0.7;
        color: #fff;
}
    .dam-icon {
    position: absolute;
    margin: 30% 35%;
    font-size: 36px !important;
    opacity: 1;
    color: white;
}



	.btn-align {
		text-align: center;
		margin-top: 12px;
	}

	.news-image-vdo {
		width: 100%;
	}

	.parent-content p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;

	}

	.display-title {
		max-height: 50px;
		text-align: center;

	}

	.js-eventcarousel-vdo-desk {
		height: auto !important;
	}

	.card-event-vdo-parent {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: block;
		flex-direction: column-reverse;
	}

	.card-img-container-vdo .img-right .stack-wrapper {
		left: 0;
	}

	.card-img-container-vdo .news-image-vdo {
		margin-top: 0;
		position: relative;
	}

	.card-img-container-vdo .img-right .news-image-vdo img {
		padding-right: 0px;
	}
}
/* iPad - portrait - sm */
@media ( min-width : 768px) and (orientation: portrait) and
              (-webkit-min-device-pixel-ratio: 2) {
	.news-image-vdo {
		width: 100%;
	}

	.card-event-vdo-parent {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse;
	}

	.card-img-container-vdo .img-right .stack-wrapper {
		left: 0;
	}

	.card-img-container-vdo .img-right .news-image-vdo 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-vdo {
		width: auto;
                             /*margin: 0 auto;*/
		margin: 0 0 -15px auto;
	}

	.news-image-vdo {
		width: 100%;
	}

	.display-img-vdo, .display-video-vdo {
		height: auto;
		object-fit: contain;
	}
}

@media ( min-width :768px) {
.card-content-vdo-child p {
    padding: 10px 0 4px 20px;
	margin-top: -5px;
        max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #707070;
}
    .parent-content {
    padding: 1.5rem 0 2rem 2rem;
}
	.theme-based-bottom-bar-vdo {
		border-bottom: 5px solid #698714;
	}
    .theme--based--highlighted--stack {
    border: 2px solid var(--secondary-color, #000);
    margin-bottom: 10px !important;
}
.main-content .popular .item {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}


}

.main-content .popular {
	background: #fff;
}



.main-content .popular .item:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 0;
}

/*.main-content .popular .item p {
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}*/

.main-content .popular .item p a {
	font-size: 16px;
	color: #414a56;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

.bx-wrapper {
	position: unset !important;
	box-shadow: none !important;
}

div.popular {
	margin-left: 25%;
	margin-right: 25%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
   /* padding-left: 10px;
    margin-left: -6px;*/;
}
.product-modal__dialog {
	margin: 80px auto 0;
	padding-top: 0px;
	width: 89%;
}

.product-modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

.product-detail__content-title {
	font-weight: bold;
}

.product-detail__content-description {
	padding-top: 20px;
}

.product-modal__dialog--close {
	cursor: pointer;
	background: transparent;
	border: none;
	margin-left: auto;
}

.product-modal__dialog--close img {
	width: 16px;
	object-fit: contain;
}

.product-modal__content {
	max-height: unset;
}

.product-modal__body {
	height: auto;
	padding: 0;
}

.product-detail__content-container  {
	padding: 16px;
	max-height: 450px;
	overflow-x: auto;
}

.product-detail__action {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.product-detail__action a {
	margin-bottom: 10px;
	margin-right: 0;
}

.product-detail__content  {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: unset;
}

.product-detail__img img  {
	width: 100%; 
	height: auto;
	object-fit: cover;
	border-radius: 6px;
}

.display-sm {
	display: block;
}

.display-lg {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.product-modal__dialog {
		max-width: 1136px;
	}
	.display-sm {
		display: none;
	}
	
	.display-lg {
		display: block;
	}

	.product-modal__header {
		padding: 40px 40px 0 0;
	}

	.product-detail__content-container  {
		display: flex;
		flex-direction: row;
		padding: 24px 40px 80px 80px;
		overflow: unset;
		flex: 1;
	}

	.product-detail__action {
		display: flex;
		flex-direction: row;
	}

	.product-detail__action a {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.product-detail__img {
		flex-basis: 50%;
	}

	.product-detail__content  {
		padding-right: 25px;
		flex-basis: 50%;
		overflow-x: auto;
		margin-left: 80px;
	}
}

@media only screen and (min-width: 1600px) {
	.product-modal__dialog {
		margin: 197px auto 0;
		width: 71%;
		max-width: 1136px;
	}

	.product-detail__content-container  {
		max-height: 550px;
	}
}

@media only screen and (min-width: 1920px) {
	.product-modal__dialog {
		max-width: 1363px;
	}
}

.tertiary-background .products-wrapper .product-name,
.tertiary-background .product-detail__content-container .product-detail__content-title,
.tertiary-background .product-detail__content-container .product-detail__content-description,
.tertiary-background .product-detail__content-container .product-detail__content-description h1,
.tertiary-background .product-detail__content-container .product-detail__content-description h2,
.tertiary-background .product-detail__content-container .product-detail__content-description h3,
.tertiary-background .product-detail__content-container .product-detail__content-description h4,
.tertiary-background .product-detail__content-container .product-detail__content-description h5,
.tertiary-background .product-detail__content-container .product-detail__content-description h6,
.tertiary-background .product-detail__content-container .product-detail__content-description p,
.tertiary-background .product-detail__content-container .product-detail__content-description a,
.tertiary-background .product-detail__content-container .product-detail__content-description a:hover {
    color: var(--olam-dark-grey);
}

.tertiary-background .products-list:hover .product-name {
	color: var(--olam-white);
}
/*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-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-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-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;
	}
}
.note__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.note__img-container {
  height: 200px;
  width: 200px;
  margin-bottom: 20px;
  align-self: center;
}

.note__img-container img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.note__content-container {
  text-align: left;
  width: 100%;
}

.note__content-title {
  margin-bottom: 10px;
}

.note__content-title h2,
.note__content-title h3,
.note__content-title h4 {
  font-weight: normal !important;
}

.note__author-name {
  font-weight: bold;
}

@media only screen and (min-width: 1200px) {
  .note__wrapper {
    flex-direction: row;
    flex-flow: wrap;
    align-items: unset;
    max-width: 960px;
    margin: 0 auto;
  }

  .note__img-container {
    width: 176px;
    height: 176px;
    margin-bottom: 0;
  }

  .note__content-container {
    max-width: 592px;
    margin-left: 80px;
  }

  .note__content-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .note__wrapper {
    max-width: 1364px;
  }

  .note__img-container {
    width: 258px;
    height: 258px;
  }

  .note__content-container {
    max-width: 889px;
    margin-left: 74px;
    padding-top: 18px;
  }
}

.anim-right-to-left {
  animation: right-to-left 2s forwards;
  font-size: 100px;
  margin: 0;
}

.anim-left-to-right {
  animation: left-to-right 2s backwards;
  font-size: 100px;
  margin: 0;
}

@keyframes right-to-left {
  from {
    clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes left-to-right {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.oga-quote-line-top {
  border-bottom: 2px solid #253746;
  margin-bottom: 50px;
}

.oga-quote-line-bottom {
  border-bottom: 2px solid #253746;
  margin-top: 50px;
}

.note__content-container--full-width {
  max-width: unset;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1920px) {
  .oga-quote-line-top {
    margin-bottom: 80px;
  }

  .oga-quote-line-bottom {
    margin-top: 80px;
  }
}

.note__content-container--align-center {
  text-align: center !important;
}
.note__wrapper .note__wrapper--fullwidth{
  justify-content: center;
}
.note__content-container--fullwidth {
  max-width: 100%;
}

.tertiary-background .oga-quote-line-top,
.tertiary-background .oga-quote-line-bottom{
  border-bottom: 2px solid #fff;
}
/* Changes are taken from olam-custom.css */
.main-footer, 
.footer {
	background-color: var(--olam-dark-blue);
}
.footer-container {
	padding: 30px 0 45px;
}
.footer-container .back-to-top-container {
	text-align: center;
}
.footer-container .arrow-container {
	display: inline-block;
	cursor: pointer;
}
.footer-container .footer-content-info {
	margin: 20px 0px 0px;
	display: flex;
	color: var(--olam-white);
}
.footer-container .olam-info-content,
.footer-container .footer-title,
.footer-container .blog-content {
    display: none;
}
.footer-container .olam-follow-content {
    margin: 0 auto;
}
.footer-container .link-footer {
	color: var(--olam-white);
	text-align: center;
}
.footer-container .list-info {
	margin-bottom: 10px;
}
.footer-container .list-item {
    text-align: center;
}
.footer-container .list-item .list-social {
    display: inline;
	margin-bottom: 20px;
    padding-right: 15px;
	padding-bottom: 0px;
}
.footer-container .list-item .list-social:last-child {
    padding-right: 0;
}
.footer-container .social-text {
	padding-left: 14px;
	display: none;
}
.footer-container .footer-link, 
.footer-container .footer-link:hover, 
.footer-container .footer-link:focus, 
.footer-container .footer-link:active,
.footer-container .footer-link:visited,
.footer-container .link-footer:hover,
.footer-container .link-footer:focus,
.footer-container .link-footer:active,
.footer-container .link-footer:visited {
	text-decoration: none;
	color: var(--olam-white);
}
.footer-container .copyright {
	margin-top: 20px;
}
.footer-container .copyright-list ul {
	margin: 0;
}
.footer-container .copyright-list li {
	margin: 0 0 10px 0;
}
.footer-container .copyright-content {
	color: var(--olam-white);
	text-align: center;
}
.footer-container .footer-navigator {
	border-right: 1px solid #ffffff;
}
.footer-container .footer-navigator:last-child {
	border-right: none;
}
.footer-container .to-top {
    text-align: center;
    margin: 5px 0px 0px 0px;
}
@media only screen and (min-width: 992px) {
    .footer-container .olam-info-content,
    .footer-container .olam-follow-content,
    .footer-container .blog-content {
        display: block;
        flex: 1;
    }
    .footer-container .blog-content-desc {
        margin-bottom: 50px;
    }
    .footer-container .footer-title {
        display: block;
        color: var(--olam-white);
        margin: 0px 0px 10px;
    }   
    .footer-container .list-item .list-social {
        display: block;
    }
    .footer-container .social-text {
		display: inline-block;
	}
    .footer-container .list-item {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .footer-container {
        padding: 30px 0 67px;
    }
    .footer-container .olam-follow-content {
        margin: 0;
    }
}

@media (min-width: 1920px) {
    .footer-container {
        padding: 30px 0 72px;
    }
    .footer-container .blog-content-desc {
        margin-bottom: 10px;
    }    
}
/* Animation Styles */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
  }

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translate3d(50%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
  }

@keyframes slideRight{
    0% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
  }

  @keyframes bubble {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
  }

  .animation {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  [data-animate='true'] {
    opacity: 0;
  }

  .slide-up {
    animation-name: slideUp;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }



  .slide-left {
    animation-name: slideLeft;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }


  .slide-right {
    animation-name: slideRight;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }


  .bubble {
    animation-name: bubble;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }
@font-face {
  font-family: 'icomoon';
  src:  url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.eot?x69ear');
  src:  url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.eot?x69ear#iefix') format('embedded-opentype'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.ttf?x69ear') format('truetype'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.woff?x69ear') format('woff'),
    url('clientlib-all/resources/fonts/icomoon/fonts/icomoon.svg?x69ear#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-telephone:before {
  content: "\e907";
  color: #698714;
}
.icon-mail:before {
  content: "\e908";
  color: #698714;
}
.icon-datepicker:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e906";
}
.icon-globe:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-cross:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e900";
}
.icon-external-link:before {
  content: "\e903";
}

/*Grivance form related css */
.grivance-header {
	padding: 30px 0px 30px 0px;
	border-bottom: none;
}

.grivance-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-align: left;
	padding: 0px;
}

#grivance .form-control {
	border: 1px solid #ccc;
}

.grivance-btn, .grivance-btn:hover, .grivance-btn:focus {
	margin-top: 27px;
    min-width: 110px;
    width: auto;
}

.required:after {
	color: #e32;
	content: ' *';
	display: inline;
}
/*.form-label {
    float: left;
    width: 120px;
    margin-right: 14px;
}*/
#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.75) url(clientlib-all/css/images/loading2.gif) no-repeat
		center center;
	z-index: +99999;
	text-align: center;
}

#loader img {
	max-width: 64px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
}

label#Mobile-error {
	position: relative;
}

label#Email-error {
	position: relative;
}

label#description-error {
	position: relative;
	bottom: -6px;
}

button.confirm {
	background-color: var(--olam-dark-green, #000) !important;
    font-size: 1.4rem;
    line-height: 1.5rem;
}

input[type=text] {
	width: 77.5%;
}

.olam-grievanceform textarea {
	border-radius: 6px;
	border: 1px solid #ccc;
	overflow: auto;
	outline: none;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
	/*resize: none; /*remove the resize handle on the bottom right*/
}

.olam-grievanceform textarea:focus {
	border: 1px solid #ccc;
}

.olam-grievanceform textarea.valid {
	border: 2px solid #698714 !important;
    color: #698714 !important;
}

.form-label {
	width: auto;
}

.grievance-help-text {
	display: block;
    clear: both;
    color: var(--olam-dark-green);
    margin-bottom: 10px;
	font-size: 15px;
}

.olam-grievanceform {
	max-width: 1140px;
}

#grievanceFileUpload {
	padding-left: 0;
}

#grievanceFileUpload-error, .olam-grievanceform .error+label {
	margin-left: 0;
}

.sweet-alert {
	font-family: 'GT-Walsheim-Regular' !important;
}

.agree-grivance a, .agree-grivance a:hover{
    border-bottom: 1px solid var(--olam-dark-grey);
}
#grievance_captcha_error {
	font-weight: normal;
}
@media only screen and (min-width : 768px) {
	.agree-grivance {
		margin-left: 0;
		color: #7d7d7d;
	}
	textarea {
		width: 575px;
		height: 150px;
	}
	label#checkbox-error {
		position: absolute !important;
		bottom: -24px !important;
		left: 0px !important;
		top: 40px;
	}
	#grievance_captcha_error {
        font-size: 16px;
    }
}

/*Mobie css*/
@media only screen and (max-width : 767px) {
	.agree-grivance {
		margin: 0 auto !important;
		color: #7d7d7d;
	}
	input[type=text] {
		width: 100%;
	}
	textarea {
		width: 352px;
		height: 105px;
	}
	label#checkbox-error {
		position: absolute !important;
		bottom: -26px !important;
		left: 0 !important;
		top: 85px;
	}
}
.olam-financial-dashboard__icon-container {
  position: relative;
}

.olam-financial-dashboard__img {
  height: 100%;
  width: 100%;
}

.olam-financial-dashboard__plus-icon {
  cursor: pointer;
  font-size: 8px;
  position: absolute;
  right: 4px;
  top: 2px;
  color: var(--olam-black);
  font-weight: 600;
}

@media (min-width: 576px) {
  .olam-financial-dashboard__plus-icon {
    font-size: 12px;
    right: 5px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .olam-financial-dashboard__plus-icon {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .olam-financial-dashboard__plus-icon {
    font-size: 16px;
    right: 10px;
    top: 10px;
  }
  .olam-financial-dashboard__icon-container:hover .olam-financial-dashboard__img {
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }
  .olam-financial-dashboard__icon-container:hover .olam-financial-dashboard__plus-icon {
    cursor: pointer;
    opacity: 1;
    padding: 5px 5px 3px;
    pointer-events: auto;
    z-index: 1;
    background-color: #fff;
    padding: 0.3125rem 0.3125rem 0.25rem;
  }
}

@media (min-width: 1600px) {
  .olam-financial-dashboard__plus-icon {
    font-size: 22px;
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 1920px) {
  .olam-financial-dashboard__plus-icon {
    font-size: 25px;
    right: 20px;
    top: 20px;
  }
}

.olam-financial-dashboard {
  margin-top: 30px;
}
.olam-textcardoverimage {
    background-color: #f8f8f8;
    color: #2e2d2c;
    height: 100%;
    margin: auto 0;
    position: relative;
    width: 100%;
}

.olam-textcardoverimage__container {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.olam-textcardoverimage__container, .olam-textcardoverimage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.olam-textcardoverimage__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
}

.olam-textcardoverimage__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.olam-textcardoverimage__action {
    margin-top: 1.25rem;
    width: 100%;
}

.olam-textcardoverimage__image {
    display: block;
    height: 100%;
    min-height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.olam-textcardoverimage__image--desktop {
    display: none;
}

.olam-textcardoverimage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
}

.olam-textcardoverimage .olam-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.olam-textcardoverimage--right .olam-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.olam-midi-text-image__container {
    display: flex;
    flex-direction: column;
}

.olam-midi-text-image__image {
    display: block;
    width: 100%;
    margin-bottom: 48px;
}

.olam-midi-text-image__image--desktop {
    display: none;
}

.olam-midi-text-image .olam-midi-text-image__header {
    font-weight: bold;
    margin-bottom: 25px;
}

.olam-midi-text-image .olam-midi-text-image__title {
    margin-bottom: 15px;
}

/* -------Midi Text over Image-------- */
.olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
    margin-bottom: 30px;
}

.olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
    max-width: unset;
}

.olam-textcardoverimage--two-col-text .olam-textcardoverimage__container {
    position: relative;
}

.olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container {
    display: flex;
    flex-direction: column;
    max-width: unset;
}

.olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container__rte {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: unset;
}

.olam-textcardoverimage--two-col-text .olam-textcardoverimage__header {
    position: absolute;
    top: 0;
    padding: 10px 32px;
    background-color: #d8dec4;
    font-weight: bold;
}

/* ------------------------------------ */
@media only screen and (min-width: 360px) {
    .olam-midi-text-image__content {
        max-width: 320px;
    }
}

@media only screen and (min-width: 576px) {
    .olam-midi-text-image__content {
        max-width: 544px;
    }
}

@media (max-width: 768px) {
    .olam-midi-text-image .olam-container {
        max-width: none;
        margin: 0;
    }
    .olam-midi-text-image__content {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        max-height:-webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        padding: 0;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container__rte:first-child {
        margin-bottom: 20px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__wrapper {
        flex-direction: column;
        background-color: var(--olam-white);
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__wrapper picture {
        margin: 30px 10px;
        margin-bottom: 0;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__wrapper img {
        border-radius: 10px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__container {
        background-color: var(--olam-white-smoke);
    }
    .olam-textcardoverimage--two-col-text .olam-container {
        background-color: var(--olam-white);
        padding-bottom: 30px;
        margin: 30px auto;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        padding: 0px 20px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
        margin-top: 65px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__header {
        top: 30px;
        padding-top: 11px;
        padding-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .olam-midi-text-image__content {
        max-width: 712px;
    }
}

@media only screen and (min-width: 768px) {
    .olam-textcardoverimage__container {
        position: absolute;
    }
    .olam-textcardoverimage__content {
        background-color: white;
        justify-content: center;
        margin-top: 0;
        max-height: 350px;
        max-width: 543px;
        padding: 40px 64px 40px 40px;
    }
    .olam-textcardoverimage__description {
        max-height: 200px;
        -webkit-line-clamp: 7;
    }
}
@media only screen and (min-width: 992px) {
    .olam-textcardoverimage__description {
        max-height: 295px;
        -webkit-line-clamp: 5;
    }
    .olam-textcardoverimage__image {
        display: none;
        max-height: unset;
        min-height: 326px;
    }
    .olam-textcardoverimage__image--desktop {
        display: block;
    }
    .olam-textcardoverimage__content {
        max-height: 260px;
    }
    /* Midi left image with right text */
    .olam-midi-text-image__container {
        flex-direction: row;
        align-items: center;
        margin: 80px 0;
    }
    .olam-midi-text-image__image {
        display: none;
        margin-bottom: 0;
    }
    .olam-midi-text-image__image--desktop {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .olam-midi-text-image__asset {
        width: 376px;
        height: 431px;
        padding-left: 40px;
    }
    .olam-midi-text-image__content {
        margin-left: 58px;
        max-width: 494px;
    }
    /* Midi left text with right image */
    .olam-midi-text-image--right .olam-midi-text-image__container {
        flex-direction: row-reverse;
    }
    .olam-midi-text-image--right .olam-midi-text-image__asset {
        margin-left: 58px;
        padding-left: 0px;
    }
    .olam-midi-text-image--right .olam-midi-text-image__content {
        margin-left: 40px;
    }
    /* Midi two col text over image */
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__container {
        position: absolute;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 50px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container__rte {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 50%;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        padding: 40px;
        position: relative;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__description {
        -webkit-line-clamp: 4;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
        margin-bottom: 15px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__header {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .olam-textcardoverimage__content {
        max-height: 335px;
    }
    .olam-textcardoverimage__description {
        -webkit-line-clamp: 8;
    }
    .olam-midi-text-image__asset {
        width: 485px;
        height: 510px;
    }
    .olam-midi-text-image__content {
        margin-left: 65px;
        max-width: 530px;
    }
    /* Midi left text with right image */
    .olam-midi-text-image--right .olam-midi-text-image__asset {
        margin-left: 65px;
    }
    /* ---------------------------- */
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        max-height: 360px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__container .olam-textcardoverimage__description {
        -webkit-line-clamp: 7;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1366px) {
    .olam-textcardoverimage__image {
        min-height: 440px;
    }
    .olam-textcardoverimage__content {
        max-height: 360px;
        padding: 60px 64px 60px 40px;
    }
    .olam-textcardoverimage__description {
        max-height: 300px;
        -webkit-line-clamp: 7;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        max-height: 360px;
        min-height: 320px;
        padding: 40px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__column-container {
        gap: 44px;
    }
}
@media only screen and (min-width: 1600px) {
    .olam-textcardoverimage__content {
        max-height: 450px;
    }
    .olam-textcardoverimage__description {
        -webkit-line-clamp: 10;
        max-height: 300px;
    }
    .olam-midi-text-image__asset {
        width: 670px;
        height: 722px;
    }
    .olam-midi-text-image__content {
        max-width: 705px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        max-height: 450px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
        margin: 20px 0px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__container .olam-textcardoverimage__description {
        -webkit-line-clamp : 9;
    }
}
@media only screen and (min-width: 1920px) {
    .olam-textcardoverimage__content {
        max-height: 535px;
    }
    .olam-textcardoverimage__description {
        max-height: 350px;
        -webkit-line-clamp: 12;
    }
    .olam-midi-text-image__asset {
        width: 810px;;
        height: 770px;
        padding-left: 138px;
    }
    .olam-midi-text-image__content {
        margin-left: 82px;
        max-width: 745px;
    }
    /* Midi left text with right image */
    .olam-midi-text-image--right .olam-midi-text-image__container {
        justify-content: flex-end;
    }
    .olam-midi-text-image--right .olam-midi-text-image__asset {
        margin-left: 85px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__content {
        max-height: 631px;
        padding: 40px 138px;
    }
    .olam-midi-text-image--right .olam-midi-text-image__content {
        margin-left: 138px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__container .olam-textcardoverimage__description {
        -webkit-line-clamp: 12
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__title {
        margin-top: 38px;
        margin-bottom: 30px;
    }
    .olam-textcardoverimage--two-col-text .olam-textcardoverimage__header {
        font-size: 17px;
    }
    .olam-midi-text-image .olam-midi-text-image__header {
        margin-bottom: 40px;
    }
    .olam-midi-text-image .olam-midi-text-image__title {
        margin-bottom: 30px;
    }
}
.oga-socialshare__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.oga-socialshare__label {
    font-size: 14px;
    font-family: "GT-Walsheim-Regular";
    font-weight: bold;
    line-height: 18px;
}

.oga-socialshare__icon-container {
    display: flex;
    list-style: none;
    margin: 0;
    padding-top: 19px;
    text-decoration-line: none;
}

.oga-socialshare__icon-container li:not(:first-child) {
    padding-left: 31.1px;
}

.oga-socialshare__icon-container a {
    text-decoration: none;
}

.oga-socialshare__icon::before {
    font-size: 20px;
}

.oga-socialshare__icon {
    min-width: 22px;
    min-height: 22px;
}

.oga-socialshare__icon-container .fab {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.6px;
    height: 22.6px;
}

.oga-socialshare__icon-container .fa-linkedin {
    border-radius: 3px;
    width: 22px;
    height: 22px;
}

.oga-socialshare__icon-container .fa-linkedin::before {
    font-size: 22px;
    content: "\f08c" !important;
}

.oga-socialshare__icon-container .fa-twitter {
    width: 25px;
    height: 20px;
}

.oga-socialshare__icon-container .fa-twitter::before {
    font-size: 21px;
}

.oga-socialshare__icon-container .fa-youtube {
    width: 22px;
    height: 15px;
}

.oga-socialshare__icon-container .fa-youtube::before {
    font-size: 20px;
}

.oga-socialshare__icon-container .fa-instagram {
    width: 22px;
    height: 22px;
}

.oga-socialshare__icon-container .fa-instagram::before {
    font-size: 22px;
}

@media (min-width : 992px) {
    .oga-socialshare__label {
        font-size: 22px;
        line-height: 30px;
    }
    .oga-socialshare__icon-container .fab {
        min-width: 27px;
        min-height: 25px;
    }

    .oga-socialshare__icon-container .fa-linkedin {
        width: 27px;
        height: 27px;
    }

    .oga-socialshare__icon-container .fa-linkedin::before {
        font-size: 27px;
    }

    .oga-socialshare__icon-container .fa-twitter {
        width: 30px;
        height: 25px;
    }

    .oga-socialshare__icon-container .fa-twitter::before {
        font-size: 25px;
    }

    .oga-socialshare__icon-container .fa-youtube {
        width: 27px;
        height: 17px;
    }

    .oga-socialshare__icon-container .fa-youtube::before {
        font-size: 27px;
    }

    .oga-socialshare__icon-container .fa-instagram {
        width: 27px;
        height: 27px;
    }

    .oga-socialshare__icon-container .fa-instagram::before {
        font-size: 27px;
    }

    .oga-socialshare__icon-container li:not(:first-child) {
        padding-left: 37.47px;
    }

    .oga-socialshare__icon::before {
        font-size: 25px;
    }
}
 .olam-video-img-container {
     position: relative;
     padding-bottom: 56%;
     height: 0;
     overflow: hidden;
     width: 100%;
 }

 .olam-video-img-container img {
     object-fit: cover;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 6px;
 }

 @media only screen and (min-width: 576px) {
     .olam-video-img-container {
         padding-bottom: 306px;
         max-width: 544px;
         max-height: 306px;
         margin: 0 auto;
     }

     .olam-video-img-container img {
         max-width: 544px;
         max-height: 306px;
         margin: 0 auto;

     }
 }

 @media only screen and (min-width: 768px) {
     .olam-video-img-container {

         padding-bottom: 401px;
         max-width: 712px;
         max-height: 401px;
         margin: 0 auto;
     }

     .olam-video-img-container img {

         max-width: 712px;
         max-height: 401px;
         margin: 0 auto;

     }

 }

 @media only screen and (min-width: 992px) {
     .olam-video-img-container {
         max-width: 928px;
         max-height: 522px;
         padding-bottom: 522px;
         margin: 0 auto;
     }

     .olam-video-img-container img {
         max-width: 928px;
         max-height: 522px;
         margin: 0 auto;
     }
 }

 @media (min-width: 1920px) {
     .olam-video-img-container {
         max-width: 1358px;
         padding-bottom: 764px;
         max-height: 764px;
     }

     .olam-video-img-container img {
         max-width: 1358px;
         max-height: 764px;
         margin: 0 auto;
     }
 }
.olam-annualreport-container {
    font-family: 'GT-Walsheim-Regular';
}

.olam-annualreport-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: var(--olam-dark-blue);
}

.olam-annualreport-table-header {
    background-color: #115E67;
    color: white;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    position: relative;
}

.olam-annualreport-table-header-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

.olam-annualreport-table-row-item {
    padding: 10px 0 10px 10px;
    display: flex;
    position: relative;
}

.olam-annualreport-table-row-item:nth-child(odd) {
    background-color: var(--olam-white);
}

.olam-annualreport-table-row-item:nth-child(even) {
    background-color: var(--olam-light-grey);
}

.olam-annualreport-table-row-item i {
    position: absolute;
    right: 10px;
}

.olam-annualreport-table-row-item-name {
    font-size: 12px;
    line-height: 18px;
}

.pagination-items-annual-report .pagination-item-active {
    border: solid 2px var(--olam-light-green);
}

.pagination-items-annual-report {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-items-annual-report .pagination-item,
.pagination-items-annual-report .pagination-item a {
    display: inline-flex;
    min-width: 18px;
    width: auto;
    height: 18px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: var(--olam-black);
    cursor: pointer;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper-annual-report {
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.olam-filter-title {
    font-size: 14px;
    line-height: 11px;
}

.olam-filter-container a {
    line-height: 11px;
}

.olam-annualreport-table-header-dropdown {
    width: 170px;
    height: 40px;
    box-shadow: 0px 5px 14px #0000001A;
    border-radius: 6px;
    background: var(---white) 0% 0% no-repeat padding-box;
    margin: 12px 0 11px 0px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.js-disabled {
    cursor: default !important;
}

.olam-annualreport-norecord {
    padding-top: 50px;
}

.olam-annualreport-table-header-dropdown .lp-dropdown-data li a,
.lp-dropdown-data-annualReport li a {
    display: inline-block;
    line-height: inherit;
    width: 100%;
}

.olam-annualreport-container .previous-arrow {
    font-size: 12px;
    padding-left: 13.5px;
    transform: rotate(180deg);
}

.olam-annualreport-container .next-arrow {
    font-size: 12px;
    padding-left: 13.5px;
}

.number-container {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
}

.annualreport-download-icon {
    background-image: url('clientlib-all/resources/images/icon-download-report.png');
    width: 15px;
    height: 16px;
    position: absolute;
    right: 10px;
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.olam-annualreport-table-header-dropdown .lp-dropdown-content .lp-dropdown-data {
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 15px);
}
 .olam-filter-container .lp-dropdown-content .lp-dropdown-data {
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 4px);
}

.olam-annualreport-table-header-dropdown .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar, .olam-filter-container .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.olam-annualreport-table-header-dropdown .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar-thumb, .olam-filter-container .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar-thumb {
    background-color: var(--olam-light-warm-grey)
}

.olam-annualreport-table-header-dropdown .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar-track, .olam-filter-container .lp-dropdown-content .lp-dropdown-data::-webkit-scrollbar-track {
    background-color: var(--olam-light-grey)
}

.olam-annualreport-table-header-dropdown .shadow-2-6-15 {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
}

@media (min-width: 992px) {

    .olam-annualreport-title {
        font-size: 36px;
        font-weight: bold;
        line-height: 42px;
        color: var(--olam-dark-blue);
        padding-bottom: 30px;
    }

    .olam-annualreport-table-header-title {
        padding: 20px 0 20px 20px;
        font-size: 20px;
        line-height: 23px;
    }

    .olam-annualreport-table-row-item {
        padding: 20px 0 20px 20px;
    }

    .olam-annualreport-table-row-item i {
        right: 19.8px;
    }

    .olam-annualreport-table-row-item-name {
        font-size: 18px;
        line-height: 24px;
    }

    .pagination-wrapper-annual-report {
        padding-top: 40px;
    }

    .lp-dropdown-content-desktop {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: var(--olam-white);
        padding-left: 16px;
    }

    .lp-dropdown-active-content,
    .lp-dropdown-data>li>a {
        font-size: 18px;
        line-height: 11px;
        color: var(--olam-dark-grey);
    }

    .olam-annualreport-norecord {
        padding-top: 30px;
    }

    .pagination-items-annual-report .pagination-item,
    .pagination-items-annual-report .pagination-item a {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .number-container {
        min-width: none;
    }

    .olam-annualreport-container .previous-arrow {
        font-size: 18px;
        padding-left: 13.5px;
    }

    .olam-annualreport-container .next-arrow {
        font-size: 18px;
        padding-left: 13.5px;
    }
    .annualreport-download-icon {
        width: 19px;
        height: 22px;
        right: 20px;
    }
}

@media (min-width: 1920px) {
    .olam-annualreport-title {
        font-size: 38px;
        line-height: 36px;
    }

    .olam-annualreport-table-header-title {
        font-size: 24px;
        line-height: 28px;
    }

    .olam-annualreport-table-row-item-name {
        font-size: 20px;
        line-height: 28px;
    }
    .pagination-items-annual-report .pagination-item,
    .pagination-items-annual-report .pagination-item a {
        font-size: 20px;
        line-height: 26px;
    }
    .annualreport-download-icon {
        width: 20px;
        height: 22px;
    }
}
.olam-column-card-container {
    background-color: var(--olam-light-grey);
    font-family: 'GT-Walsheim-Regular';
    padding: 30px 20px 30px 20px;
}

.olam-column-card-container__title {
    font-size: 18px;
    line-height: 22px;
    color: var(--olam-dark-blue);
    letter-spacing: 0;
    padding-bottom: 20px;
}

.olam-column-card-item-container {
    box-shadow: 0px 3px 14px #0000001A;
    border-radius: 6px;
    background-color: var(--olam-white);
    padding: 30px 20px;
    min-width: 320px;
}

.olam-column-card-item-title {
    font-size: 18px;
    line-height: 22px;
    color: var(--olam-dark-blue);
    letter-spacing: 0;
    font-weight: bold;

}

.olam-column-card-item-description {
    font-size: 12px;
    line-height: 18px;
    color: var(--olam-dark-grey);
    letter-spacing: 0;
    padding: 10px 0 20px 0;
}

.card-action-container>a {
    font-size: 14px;
    line-height: 11px;
    color: var(--olam-white);
    letter-spacing: 0;
    padding: 11px 20px;
    font-weight: bold;
}

.olam-column-card-list-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    flex-grow: 1;
}

.olam-column-card-item-container {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .olam-column-card-list-container {
        row-gap: 0px;
        column-gap: 10px;
        flex-wrap: nowrap;
    }
    .olam-column-card-item-container {
        display: flex;
        flex-direction: column;
        max-width: 458px;
    }
    .olam-column-card-item-description {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1260px) {
    .olam-column-card-item-container {
        max-width: 535px;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1279px) {
    .olam-column-card-item-container {
        max-width: 621px;
    }
}
@media (min-width: 1280px) {
    .olam-column-card-list-container {
        column-gap: 16px;
    }
    .olam-column-card-container {
        padding: 80px 72px;
    }

    .olam-column-card-container__title {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .olam-column-card-item-container {
        padding: 40px;
        max-width: 532px;
    }

    .olam-column-card-item-title {
        font-size: 26px;
        line-height: 32px;
    }

    .olam-column-card-item-description {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0 30px 0;
    }

    .card-action-container>a {
        padding: 11px 24px;
    }
}

@media (min-width: 1600px) {
    .olam-column-card-item-container {
        max-width: 712px;
    }
}
@media (min-width: 1920px) {
    .olam-column-card-container {
        padding: 80px 140px;
    }

    .olam-column-card-container__title {
        font-size: 38px;
        line-height: 42px;
    }

    .olam-column-card-item-container {
        padding: 40px 47px 40.5px 40px;
        max-width: 812px;
    }

    .olam-column-card-item-title {
        font-size: 30px;
        line-height: 36px;
    }

    .olam-column-card-item-description {
        font-size: 16px;
        line-height: 21px;
        padding: 19.5px 0 30px 0;
    }

    .card-action-container>a {
        padding: 11px 24px 11px 20px;
    }
}

.theme-grey {
    background-color: var(--olam-light-grey);
}

.theme-grey .olam-column-card-container__title {
    color: var(--olam-dark-blue);
}

.theme-grey .olam-column-card-item-container {
    background-color: var(--olam-white);
}

.theme-white {
    background-color: var(--olam-white);
}

.theme-white .olam-column-card-container__title {
    color: var(--olam-dark-blue);
}

.theme-white .olam-column-card-item-container {
    background-color: var(--olam-light-grey);
}


.theme-blue {
    background-color: var(--olam-dark-blue);
}

.theme-blue .olam-column-card-container__title {
    color: var(--olam-white);
}

.theme-blue .olam-column-card-item-container {
    background-color: var(--olam-white);
}

/* global style overlap issue fix */
.olam-faq-content p{
    margin: unset;
}
/* global style fix end */
.olam-faq-container {
    text-align: center;
    font-family: 'GT-Walsheim-Regular';
    margin: 0 20px 0 20px; /**top,bottom padding removed since it is part of background container from author-UAT fix**/
    /* margin: 30px 20px 10px 20px; */
}

.olam-faq-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--olam-dark-blue);
    line-height: 22px;
    padding-bottom: 10px;
}

.olam-faq-content-item {
    padding: 20px 0 20px 0;
}

.olam-faq-content-item:not(:last-child) {
    border-bottom: 2px solid var(--olam-light-warm-grey);
}

.olam-faq-content-item-question-container {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: center;
}

.olam-faq-content-item-question {
    font-size: 16px;
    font-weight: bold;
    color: var(--olam-dark-grey);
    line-height: 18px;
    padding-left: 29px;
    min-width: 263px;
    padding-right: 19.8px;
}

.olam-faq-content-item-question>p {
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
}

.olam-faq-content-item-arrow {
    font-size: 12px;
    position: absolute;
    right: 0;
    line-height: 18px;
}

.olam-faq-content-item-answer {
    font-size: 16px;
    color: var(--olam-dark-grey);
    line-height: 24px;
    padding-top: 10px;
}

.olam-faq-content-item-answer-button {
    margin-top: 10px;
}

.olam-faq-content-item-answer>p {
    line-height: 18px;
    font-size: 12px;
}

.olam-faq-content-item-answer-collapsed {
    display: none;
}

.olam-faq-content-item-arrow-icon {
    line-height: 18px;
    width: 8px;
    height: 4px;
}

@media (min-width: 992px) {
    .olam-faq-title {
        font-size: 26px;
        font-family: 'GT-Walsheim-Regular';
        font-weight: bold;
        color: var(--olam-dark-blue);
        line-height: 42px;
        padding-bottom: 10px;
    }

    .olam-faq-content-item {
        padding: 30px 0px;
    }

    .olam-faq-content-item-question {
        min-width: 865px;
    }

    .olam-faq-content-item-question>p {
        line-height: 28px;
        font-size: 22px;
    }

    .olam-faq-container {
        margin: 0 168px 0 168px;
    }

    .olam-faq-content-item-arrow {
        padding-left: 27px;
        font-size: 12px;
        line-height: 28px;
    }

    .olam-faq-content-item-arrow-icon {
        width: 12px;
        height: 6px;
        line-height: 24px;
    }

    .olam-faq-content-item-answer {
        padding-top: 20px;
    }

    .olam-faq-content-item-answer-button {
        margin-top: 20px;
    }

    .olam-faq-content-item-answer>p {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .olam-faq-title {
        font-size: 36px;
        line-height: 42px;
    }

    .olam-faq-content-item {
        padding: 30px 0px;
    }

    .olam-faq-content-item-arrow {
        padding-left: 70px;
        line-height: 32px;
    }

    .olam-faq-content-item-question {
        min-width: 1200px;
    }

    .olam-faq-content-item-question>p {
        line-height: 32px;
        font-size: 24px;
    }

    .olam-faq-content-item-answer>p {
        line-height: 28px;
        font-size: 20px;
    }
    .olam-faq-container {
        margin: 0 278px 0 278px;
    }
}
.olam-fullbleed-container-item {
    border-left: 2px solid var(--olam-light-green);
    padding: 0 20px 0 19.5px;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.olam-fullbleed-container-item:not(:last-child) {
    margin-bottom: 30.5px;
}

.olam-fullbleed-heading {
    font-size: 18px;
    font-family: 'GT-Walsheim-Regular';
    font-weight: bold;
    color: var(--olam-dark-blue);
    line-height: 18px;
    padding-bottom: 10px;
}

.olam-fullbleed-description {
    font-size: 14px;
    font-family: 'GT-Walsheim-Regular';
    color: var(--olam-dark-grey);
    padding-bottom: 20px;
    line-height: 2.1rem;
    height: 90%;
}

.fullbleed-button {
    padding: 11px 20px;
    line-height: 11px;
    font-size: 14px;
    font-weight: bold;
    max-width: 300px;
    min-width: 133px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.olam-fullbleed-container {
    padding: 30px 0px 30.5px 0px;
}

@media (min-width: 992px) {
    .olam-fullbleed-container {
        display: flex;
        padding: 80px 0px;
    }

    .olam-fullbleed-container-item {
        padding: 0 16px 0 30px;
    }

    .olam-fullbleed-description {
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .olam-fullbleed-container-item:not(:last-child) {
        margin-bottom: unset;
    }

    .fullbleed-button {
        padding: 12px 17px 12px 20px; 
        max-width: 242px;
        min-width: 162px;
    }

    .olam-fullbleed-heading {
        font-size: 24px;
        line-height: 30px; 
        padding-bottom: 20px;
    }
    .olam-fullbleed-description {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .fullbleed-button {
        font-size: 12px;
    }
}
@media (min-width: 1920px) {
    .olam-fullbleed-container {
        padding: 80px 0px;
    }

    .olam-fullbleed-container-item {
        padding: 0 55px 0 30px;
    }

    .fullbleed-button {
        padding: 11px 19px 11px 20px;
        max-width: 329px;
    }

    .olam-fullbleed-heading {
        font-size: 30px;
        line-height: 36px;
    }
}

.theme-blue {
    background-color: var(--olam-dark-blue);
}

.theme-white .olam-fullbleed-heading {
    color: var(--olam-dark-blue);
}

.theme-white .olam-fullbleed-description {
    color: var(--olam-dark-grey);
}

.theme-blue .olam-fullbleed-heading {
    color: var(--olam-white);
}

.theme-blue .olam-fullbleed-description {
    color: var(--olam-white);
}

.theme-grey .olam-fullbleed-heading {
    color: var(--olam-dark-blue);
}

.theme-grey .olam-fullbleed-description {
    color: var(--olam-dark-grey);
}