﻿/*Import from Header.html*/
@media(min-width:1200px) {
        .search-wrapper.active {
            width: 200px !important;
        }
    }
    .search-wrapper.active {
        width: 350px;
    }

    .item-box-keywords.hidden {
        display: none;
    }

    .item-box {
        position: absolute;
        background-color: white;
        /*background-image: linear-gradient(white, #eee);*/
        border-radius: 25px;
        margin: 0 0 0 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        /*height: calc(100% - 16px);*/
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
		
    }

    .CM-productfilter {
        display: block;
    }

    .header-bar {
        position: relative;
        padding: 40px;
        z-index: 10;
    }

    /*.active {
        width: 200px !important;
    }*/

    .search-wrapper input[type="search"] {
        z-index: 11;
        position: relative;
        pointer-events: auto;
    }

    .search-wrapper {
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 4rem;
        background: #fff;
        align-items: center;
        justify-content: center;
        outline: none;
        border: 3px solid #6D9A9F;
        overflow: hidden;
        transition: 400ms ease-in-out;
        position: relative;
        z-index: 10;
    }

        .search-wrapper input {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin-left: 5px;
            margin-right: 2px;
            outline: none;
            border: none;
            font-size: 15px;
            box-sizing: border-box;
        }

        /*.active {
        width: 350px;
    }*/

        .search-wrapper input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin-left: 5px;
            margin-right: 2px;
            outline: none;
            border: none;
            font-size: 15px;
            box-sizing: border-box;
        }

    .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        border-radius: 50%;
        border: 0px solid white;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: white;
        margin-left: auto;
        z-index: 1;
    }

        .search-btn i {
            color: #6D9A9F;
            font-size: 1rem;
        }

    .navbar-expand-lg .navbar-collapse-custom {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }

    .underline-menu:hover {
        border: 1px solid black !important;
    }

    /* #who-we-are > .underline-menu:hover{
            border: 1px solid black !important;
        } */
    /* #who-we-are{
            border: 1px solid black !important;
        } */
    body {
        font-family: "PT Sans", sans-serif;
        transition: opacity 0.4s;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .bi-caret-down-fill {
        content: "\f235";
    }

    .show {
        display: block;
    }

    .rotate {
        transform: rotate(-180deg);
        transition: .3s;
    }

    .rotate-reset {
        transform: rotate(0deg);
        transition: .3s;
    }

    .dropdown-toggle::after {
        /*color: #FAA434;*/
    }

    #card-submenu {
        left: 0px;
    }

    #img-header {
        width: 100%;
        /* left: 30px; */
        position: relative;
    }

    .navbar.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
    }

    .nav-colored {
        background-color: #000;
    }

    .nav-transparent {
        background-color: transparent;
    }
/**/
.wdpl-desc h6 {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img.embed_image {
    height: 125px;
    object-fit: contain;
}
.size-style{
    font-weight:bold !important;
    font-style:italic;
}
.item-box {
        position: absolute;
        background-color: white;
        /*background-image: linear-gradient(white, #eee);*/
        border-radius: 25px;
        margin: 0 0 0 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px)!important;
        /*height: calc(100% - 16px);*/
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
		
    }
/*Button print*/
.button-position {
    height: 120px;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: flex-end; /* vertical bottom */
}
    .button-position button {
       width: 80px;
    }
    .wdpl-size p {
        margin-bottom: 5px;
    }
/**/

/*Dropdown*/
/* WRAPPER */
p.dropdown-title {
    margin-bottom: 0rem !important;
}
.dropdown-wrapper {
    width: 100%;
    max-width: 300px;
    font-family: sans-serif;
    position: relative;
    /*border: 1px solid #ccc;
    border-radius: 4px;*/
    overflow: hidden;
    transition: all 0.3s ease;
}

/* HEADER (toggle) */
.custom-dropdown-toggle {
    background-color: #fff;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ICON */
.dropdown-icon {
    color: #333;
    font-size: 13px;
    transition: transform 0.3s ease;
    font-style:normal;
    width:20px;
}
.bi-chevron-right::before {
    font-weight: bold !important;
}

/* TITLE */
.dropdown-title {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

/* CONTENT (initially hidden) */
.custom-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
}

/* SHOW when wrapper has .active */
.dropdown-wrapper.active .custom-dropdown-content {
    max-height: 300px; /* cukup besar agar bisa expand menyesuaikan isi */
    overflow-y: scroll;
    padding: 0px 15px;
}

/* ROTATE ICON when active */
.dropdown-wrapper.active .dropdown-icon {
    transform: rotate(90deg);
}

/* LIST ITEM STYLE */
.taxonomy-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .taxonomy-tree li {
        padding: 10px 15px;
        /*border-top: 1px solid #eee;*/
        cursor: pointer;
        transition: background-color 0.2s ease;
        font-weight: 600;
        align-items: center;
    }

        .taxonomy-tree li:hover {
            background-color: #f9f9f9;
        }

/**/
/*WFH*/
.carousel-inner {
   margin-top:0px !important;
}
.carousel-indicators {
    display:none !important;
}
.item-center{
	display: flex;
	  justify-content: center; /* horizontal */
	  align-items: center;
}
/*END*/
.wdpl-size p {
    /*font-size: 11px;*/
}
.img-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 252, 252, 0.349); /* Hitam transparan sebagai overlay */
    z-index: 1;
    pointer-events: none; /* Supaya overlay tidak mengganggu klik */
}

.btn {
    border: 2px solid #004954 !important;
    color: #004954 !important;
    position: relative;
    background-color: white;
}
.carousel-caption h1 {
    display:none;
}
.carousel-caption {
    padding: 20px;
    background: linear-gradient(270deg, rgb(255 255 255 / 29%) 0%, rgb(255 255 255 / 44%) 100%);
}
.img-center {
    justify-content: center;
    display: grid;
}
.font-11 {
    font-size: 11px;
    color: white !important;
}
.font-23 {
    font-size: 16px;
}
/* Tablet - ≥ 768px: 2 kolom */
    @media (max-width: 767px) {
        /*Banner img - product */
        .carousel-caption h1 {
            text-align:initial
        }
        .carousel-caption h2 {
            text-align: initial
        }
        .carousel-inner {
            height: 245px; /* Atau bisa juga auto/dinamis tergantung konten atau JS */
            position: relative;
        }

        .img-carousel {
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .img-carousel img {
                height: 100%;
                width: 100%;
                object-fit: cover; /* Ini yang bikin gambar zoom dan tetap proporsional */
                display: block;
            }
        #homeCarousel {
            position: relative;
            height: 345px; /* atau sesuai kebutuhan */
            background-image: url('gambar.jpg');
            background-size: cover;
            background-position: center;
            z-index: 1;
        }

        .mobile-carousel-caption {
            position: absolute !important;
            top: 100px;
            left: 0;
            width: 100%;
            height: 170px !important;
            z-index: 2; /* Lebih tinggi dari .homecare-carousel */
            pointer-events: none; /* Opsional: biar tidak blokir klik */
        }

        .mobile-caption-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: auto; /* Kalau butuh interaksi (klik, dll) */
        }

        .carousel-caption {
            color: white;
            text-align: center;
        }

        /**/
        div#homeCarousel .carousel-inner {
            height: 350px;
        }
        .carousel-indicators {
            display:none;
        }
        .font-23 {
            font-size: 20px;
        }
    }
    /* Small Desktop - ≥ 1280px: 3 kolom */
    @media (min-width: 1280px) {
    }
    /* Medium Desktop - ≥ 1366px: 3 kolom (sama seperti 1280px) */
    @media (min-width: 1366px) {
    }
    /* Large Desktop - ≥ 1440px: 4 kolom */
    @media (min-width: 1440px) {
    }
    /* XL Desktop - ≥ 1600px: 5 kolom */
    @media (min-width: 1600px) {
    }
    /* XXL Desktop - ≥ 1920px: 6 kolom */
    @media (min-width: 1920px) {
    }

    .item-box-label {
        padding: 1px;
    }

    input::placeholder {
        font-size: 16px !important;
    }

    .wdpl-desc h6 {
        font-weight: 700;
        color: #194F4B;
    }

    .wdpl-halal p {
        font-weight: bold;
    }

    .btn-style-one {
        font-size: 20px;
        font-weight: bold;
        color: white;
        background-color: #194F4B;
        height: 50px;
        border-radius: 0px;
    }

    .font-20 {
        font-size: 20px;
    }

    .banner-box-3 {
        text-align: center;
        padding: 50px;
        width: 100%;
        background: linear-gradient(270deg, rgb(255 255 255 / 29%) 0%, rgb(255 255 255 / 44%) 100%);
        /* background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgb(223 227 227 / 80%) 100%); */
    }

    #map {
        height: 350px !important;
        /* The height is 400 pixels */
        width: 100% !important;
        /* The width is the width of the web page */
    }

    h2.dancing-font {
        font-weight: 500 !important;
    }

    h2.dancing-font-2 {
        font-weight: 500 !important;
    }

    .card-product {
        padding: 5px 0px;
    }

    .card-body-2 {
        border: 0px solid #ffffff00 !important;
        box-shadow: 0 0px 0px rgba(255, 255, 255, 0) !important;
        padding: 0px;
        background-color: transparent !important;
    }

    .card-custom {
        background-color: transparent;
    }

    .flex-span {
        /* display: flex; */
        column-gap: 10px;
    }

    .dancing-font-2 {
        font-size: 125px !important;
    }

    .dancing-font-2 {
        color: #939283 !important;
        font-family: "Style Script", cursive !important;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        /* margin-left: 5px; */
    }

    .dancing-font-3 {
        font-family: "Style Script", cursive !important;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 100px !important;
        font-weight: 400 !important;
        /* margin-left: 5px; */
    }

    .banner-box {
        padding: 20px;
        background: linear-gradient(270deg, rgb(255 255 255 / 29%) 0%, rgb(255 255 255 / 44%) 100%);
        /* background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgb(223 227 227 / 80%) 100%); */
        /* background-color: ; */
    }

    .banner-box-2 {
        padding: 0px 30px 20px;
        width: 50%;
        background: linear-gradient(270deg, rgb(119 182 185 / 56%) 0%, rgb(123 193 193 / 59%) 100%);
        ;
        /* background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgb(223 227 227 / 80%) 100%); */
        /* background-color: ; */
    }

    .contact-box {
        padding: 30px;
        background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgb(223 227 227 / 80%) 100%);
    }

    .font-28 {
        font-size: 28px;
    }
    /* BANNER */
    .image-wrapper {
        position: relative;
        width: 100%;
    }

        .image-wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* atau 'contain' jika kamu ingin seluruh gambar terlihat */
            z-index: -1;
        }

    .image-wrapper {
        min-height: 100%; /* atau bisa diatur dengan padding, tergantung konten */
    }

    .banner-content {
        top: 0px;
        position: relative;
    }
    /*  */
    @media (max-width: 850px) {
        .card-container {
            grid-template-columns: repeat(3, 1fr) !important;
        }
    }

    .btn-style-2 {
        width: 15%;
        background-color: #194F4B;
    }

        .btn-style-2:hover {
            background-color: #4A4A4A !important;
            color: white !important;
        }

    .btn-style-one:hover {
        /* background-color: #FAA434 !important; */
        background-color: #4A4A4A !important;
        color: white !important;
    }

    .btn-style-two:hover {
        background-color: #4A4A4A !important;
        /* background-color: #FAA434 !important; */
        color: white !important;
    }

    .font-pos {
        top: 60px;
    }

    .font-custom {
        font-size: 30px !important;
    }

    .dropdown-menu {
        /* top:80px; */
        padding: 20px;
    }

    .mrg-5 {
        margin-left: 5rem;
    }

    .mrg-7 {
        margin-left: 7rem;
    }

    .mrg-10 {
        margin-left: 10rem;
    }

    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(252, 252, 252, 0.349);
        z-index: 0;
        pointer-events: none;
    }

    .image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .width-80 {
        width: 80%;
    }

    .font-16 {
        font-size: 16px;
    }

    .font-30 {
        font-size: 30px;
    }

    @media(min-width: 768px) and (max-width: 1200px) {
        .input-tab-mobile {
            width: 100%;
        }

        .card-style {
            display: grid !important;
        }

        .navbar-brand-center {
            left: 60%;
            position: relative;
        }

        body div.page-banner-bg {
            height: 425px;
        }

        .page-banner {
            height: 460px !important;
        }

        .tab-font {
            font-size: 20px;
        }

        #card-color {
            font-size: 15px;
        }
    }

    @media(max-width: 767px) {
        .card-body-2 {
            border: 2px solid #ffffff00 !important;
            box-shadow: 0 4px 8px rgba(255, 255, 255, 0) !important;
            padding: 0px;
        }

        .dancing-font-2 {
            font-size: 100px !important;
        }

        .flex-span {
            display: grid !important;
        }

        .dancing-font-2 {
            color: #939283 !important;
            font-family: "Style Script", cursive !important;
            font-optical-sizing: auto;
            font-weight: 900;
            font-style: normal;
            /* margin-left: 5px; */
        }

        .desc-who-we-are {
            line-height: 1.3;
        }

        .tooltip_wdpl {
            max-width: 100% !important;
        }

        #mobile_value_search {
            width: 290px;
        }

        form {
            padding-left: 15px;
        }

        .mobile-mrg-5 {
            margin-top: 5%;
        }

        .font-pos {
            top: 50px
        }

        .text-area {
            padding: 10px;
            bottom: 0% !important;
        }

        .cards-wrapper {
            display: contents !important;
            margin-bottom: 10%;
        }

        .card-container {
            margin-bottom: 10%;
        }

        .mobile-mrg-10 {
            margin-left: 10%;
        }

        .mobile-mrg-20 {
            margin-left: 20%;
        }

        .mobile-mrg-30 {
            margin-left: 30%;
        }

        .row-custom {
            display: contents;
        }

        .page-banner-bg .image-overlay-left {
            padding-left: 5%;
        }

        .image-overlay-left {
            left: 0px !important;
        }

        body div.page-banner-bg img {
            height: 290px !important;
        }

        .font-16 {
            font-size: 9px;
        }

        .width-80 {
            width: 50%;
        }

        .mobile-navbar.navbar-default .navbar-nav > li {
            padding: 0px !important;
        }

        .cd-horizontal-timeline .events-wrapper {
            overflow: scroll !important;
        }

        .col-mobile {
            width: 100%;
        }

        .row-mobile {
            display: block;
        }

        .desc-who-we-are {
            font-size: 10px;
        }

        .mobile-font {
            font-size: 12px;
        }

        body div.page-banner-bg {
            /* height: 280px; */
            height: 350px;
        }

        .banner-text-custom {
            font-size: 20px !important;
            line-height: 0.8 !important;
        }
    }

    .dancing-font {
        color: red;
        font-family: "Style Script", cursive !important;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
    }

    .slick-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .element {
        padding: 10px 30px;
    }

    .slick-track {
        column-gap: 40px;
    }

    .slick-prev:before {
        visibility: hidden;
    }

    .slick-next:before {
        visibility: hidden;
    }

    .font-22 {
        font-size: 20px;
    }

    .dsp-content {
        display: contents;
    }

    .card-body #card-color {
        background-color: #194F4B;
    }

    #card-color {
        /* width: fit-content; */
    }

    .color-white {
        color: white;
        padding: 10px;
    }

    .card-body-text-nowrap {
        white-space: nowrap;
    }

    .title-custom {
        /* background-color: #007bff; 
  color: white;              
  white-space: nowrap;       font
  padding: 10px 15px;        
  border-radius: 5px;        
  display: inline-block; */
    }

    .text-bold {
        font-weight: bold;
    }

    ::placeholder {
        color: #6D9A9F !important;
    }

    .desc-banner {
        padding-top: 3%;
        color: #194F4B !important;
    }

    .pd-left-10 {
        padding-left: 10rem;
    }

    h2.dancing-font {
        font-size: 150px !important;
        line-height: 0.7 !important;
        color: black;
    }

    .card-style {
        display: flex;
        column-gap: 20px;
    }

    .item-center {
        justify-content: center;
    }

    .getInTouch-space {
        padding: 5%;
    }

    .btn-style-one {
        font-size: 16px;
        font-weight: bold;
        color: white;
        background-color: #194F4B;
        height: 35px;
        width: 35%;
        border-radius: 10px;
        border: 1px #194F4B;
    }

    .btn-style-two {
        font-size: 20px;
        font-weight: bold;
        color: #194F4B;
        background-color: white;
        height: 50px;
        border-radius: 0px;
    }

    .button-space {
        height: 150px;
        display: flex;
        justify-content: center; /* horizontal */
        align-items: center; /* vertical */
    }

    .row-gap {
        column-gap: 20px;
    }

    .filter-results-tiles-wrapper {
        /* padding-top: 20px; */
        padding-bottom: 0px;
    }

    @media(min-width: 1024px) {
        .banner-text-custom {
            font-size: 50px !important;
            line-height: 1.5 !important;
            font-weight:bold
        }

        .about-us-banner-bg {
            top: 0px !important;
        }
    }

    @media(max-width: 767px) {
        .banner-box-2 {
            width: 50%;
        }

        .dancing-font-3 {
            font-size: 40px !important;
        }

        .banner-box-3 {
            text-align: center;
            padding: 50px;
            width: 50%;
            background: linear-gradient(270deg, rgb(255 255 255 / 29%) 0%, rgb(255 255 255 / 44%) 100%);
            /* background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgb(223 227 227 / 80%) 100%); */
        }

        .row-mobile {
            padding: 10px 0px;
        }

        .card-style {
            display: grid;
        }

        .btn-style-two {
            font-size: 15px;
            height: 60px;
        }

        .btn-style-one {
            font-size: 15px;
            height: 60px;
        }

        .font-22 {
            font-size: 10px;
        }

        .pd-left-10 {
            padding-left: 3rem;
        }

        h2.dancing-font {
            font-size: 100px !important;
        }

        .banner-text-custom {
            font-size: 35px !important;
            line-height: 0.8 !important;
        }

        .about-us-banner-bg {
            top: 20px !important;
        }

        .about-us-banner-bg {
            top: 55px !important;
        }

        .pattern img {
            width: 35%;
        }
    }

    .nav-border {
        /* border: 2px solid #E80016; */
    }

    .navbar-collapse-custom {
        margin: 10px;
        margin-top: 20px;
    }

    .our-value-detail {
        font-size: 16px;
        color: white !important;
        font-weight: 400;
    }

    .breadcrumb > li > a {
        color: #02525E !important;
    }

    @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

    /* FOOTER */
    @media(min-width: 2500px) {
        #banner-recipe {
            height: 800px;
        }
    }

    @media(min-width:1900px) {
        footer > .container {
            /* max-width: 1650px !important; */
        }
    }

    .card-block-procurement {
        margin-top: -10%;
    }

    .card-block-quality {
        margin-top: -7%;
    }

    .hover-color:hover {
        color: rgb(223, 180, 8);
    }

    .text-banner-oi {
        padding: 5%;
        background-color: #00622f59;
    }

    #mynav-menu {
        margin-left: 5%;
        margin-right: 9%;
    }

    .mt-4-custome {
        margin-top: 3%;
    }

    .address {
        font-weight: 300;
    }

    .clearfix {
        color: #00622F !important;
    }

    tr {
        text-align: center;
        color: #00622F;
    }

        tr:hover {
            background-color: aliceblue;
        }

    .bg-grey-rft {
        background-color: #00622F;
        color: white;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        /* color: rgba(2, 82, 94, 1); */
        color: #6D9A9F;
    }

    .navbar-default .navbar-nav > li:hover > a {
        /* color: rgba(2, 82, 94, 1); */
        color: #004954;
    }

    .bi-instagram:hover {
        opacity: 0.7;
    }

    .breadcrumb {
        font-weight: 600;
    }

    .navbar-default {
        /* background-color: white !important; */
        /* background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgb(255 255 255)); */
    }

    .breadcrumb > li > a:hover {
        color: #faa434 !important;
    }

    #mynav-menu .mega-dropdown a {
        font-weight: 600 !important;
    }

    .ml-1 {
        margin-left: 1rem;
    }

    .ps-6 {
        padding-left: 10%;
    }

    .title-form {
        color: rgba(0, 79, 89, 1) !important;
        font-weight: 900;
        font-size: 22px;
    }

    .title-form-custome {
        color: rgba(0, 79, 89, 1) !important;
        font-size: 18px;
        font-weight: 900;
    }

    .desc-brand {
        font-size: 16px;
        color: rgba(3, 47, 74, 1);
    }

    .position-icon {
        margin-left: 29%;
        margin-top: 5%;
    }

    #table-wrapper {
        position: relative;
        padding-left: 5%;
        padding-right: 5%;
    }

    #table-scroll {
        /* height:380px; */
        overflow: auto;
        overflow-x: scroll;
        margin-top: 20px;
    }

    #table-wrapper table {
        width: 100%;
    }

        #table-wrapper table * {
            /* background:yellow;
  color:black; */
        }
    /* #table-wrapper table thead tr .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
} */

    /* .bi-instagram {
  height: 37px;
  width: 37px;
  background-color: #e9e9e9;
  border-radius: 50%;
  display: inline-block;
  padding-left: 29%;
  padding-top: 16%;
  padding-left: 4%;
  padding-top: 2%;
}

.bi-instagram::before{
  color: rgba(3, 47, 74, 1);
  font-size: 16px;
  margin-left: -4%;
}

.bi-facebook::before{
  color: rgba(3, 47, 74, 1);
}
.bi-instagram::before{
  color: rgba(3, 47, 74, 1);
}
.fa-facebook-f:before, .fa-facebook:before{
  font-size: 16px;
  margin-left: 2px;
}
.fa-linkedin:before {
  font-size: 16px;
  margin-left: 1px;
} */

    /* Underline active */
    .active:before {
        visibility: visible;
        width: 100%;
    }

    .active-menu {
        text-decoration: underline !important;
        color: rgba(3, 47, 74, 1);
    }

    .container-activities {
        margin-top: 5%;
        margin-left: 7.5%;
    }

    .col-mrg-ov {
        margin-bottom: -150px;
    }

    .mrg-left {
        margin-left: 5%;
    }

    .text-one-fl {
        color: rgba(0, 79, 89, 1);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .text-two-fl {
        color: rgba(0, 79, 89, 1) !important;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }

    .text-three-fl {
        color: rgba(0, 79, 89, 1) !important;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-top: 5% !important;
        margin-bottom: 5% !important;
        text-align: center;
        margin-left: 5% !important;
    }

    .text-carousel-ob {
        text-align: initial;
        font-weight: 700;
        margin-top: -10px;
        margin-left: -5%;
        font-size: 64px;
        line-height: 60px;
        color: white;
    }

    .position-title-oa {
        position: absolute;
        left: 44px;
        bottom: 70px;
    }

    .position-title-oa-under {
        position: absolute;
        left: 0px;
        bottom: 50px;
    }

    .title-oa {
        text-align: center;
        font-weight: 700;
        font-size: 85px;
    }

    .title-brand {
        font-size: 30px;
        font-weight: 700;
    }

    .text-banner-oi {
        /* padding-left: 2.5%; */
        text-align: initial;
        font-weight: 900;
        font-size: 64px;
        line-height: 76px;
    }

    .subtext-our-impact {
        color: white;
        text-align: initial;
        margin-left: 37px;
        font-size: 16px;
    }

    .text-title {
        color: white;
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 4%;
    }

    .mrg-button {
        margin-left: 0%;
    }

    .mrg-text {
        margin-left: 0px;
    }

    .text-learn-more {
        font-size: 16px;
        font-weight: 600;
    }

    .profile-decs {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .profile-title {
        font-size: 24px;
        font-weight: 700;
    }

    .profile-subtitle {
        font-size: 15px;
        font-weight: 700;
    }

    .icon-profile {
        margin-bottom: 30px;
    }

    .nav-colored {
        background-color: #000;
    }

    .nav-transparent {
        background-color: transparent;
    }

    .container-overlay {
        position: relative;
        /* max-width: 800px; */
        margin: 0 auto;
    }

        .container-overlay img {
            vertical-align: middle;
        }

        .container-overlay .content {
            position: absolute;
            bottom: 0;
            /* background: linear-gradient(to right, rgb(42, 138, 142, 0.6), rgba(190, 38, 38, 0)); */
            /* Black background with 0.5 opacity */
            color: #f1f1f1;
            width: 100%;
            height: 100%;
            padding: 20px;
        }

        .container-overlay .content-v2 {
            position: absolute;
            bottom: 0;
            /* background: linear-gradient(to right, rgb(0, 3, 3), rgba(190, 38, 38, 0)); Fallback color */
            /* Black background with 0.5 opacity */
            color: #f1f1f1;
            width: 100%;
            height: 100%;
            padding: 35px;
        }

    .column {
        float: left;
        width: 33.33%;
        padding: 0 10px;
    }

    #footer {
        /* margin-top:-12%; */
    }

    .text-style-career {
        padding: 20px;
        text-align: initial7;
    }

    .card {
        /* margin:5%; */
    }

    .mask {
        background-color: rgba(0, 79, 89, 0.8);
        top: -190px;
        position: relative;
        margin-top: -6%;
        margin-left: 5%;
        margin-right: 40%;
        height: 10rem;
    }

    .mask-career {
        background-color: rgba(0, 79, 89, 0.8);
        top: -300px;
        position: relative;
        margin-top: -6%;
        margin-left: 5%;
        margin-right: 40%;
        height: 20rem;
    }

        .mask-career > .h1 {
            color: white !important;
        }

    .text-gradient {
        text-align: center;
        background-image: linear-gradient(0deg, #e21111, #FFB03A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }

    .card1 {
        padding: 5px;
        text-align: center;
        background-color: transparent;
        border-radius: 10px;
        /* background-color: #faa434; */
        cursor: pointer;
    }

    .CM-nice-scroll {
        /* margin-left: 5%; */
    }

    /* Remove extra left and right margins, due to padding */
    .row {
        margin: 0 -5px;
    }

    .btn {
        /* width:30%; */
        /* margin-top:3%; */
        /* border: 2px solid #004954 !important; */
        /* color:#004954 !important; */
        /* color:#00622F !important; */
        /* left: 40%; */
        position: relative;
        /* border-radius: 90px !important; */
        /* background-color: white; */
    }

        .btn:hover {
            color: #6D9A9F;
            background-color: white;
            border: 1px solid white !important;
        }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Responsive columns */
    @media screen and (max-width: 700px) {

        .container {
            width: 100%;
        }

        .column {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }
    }

    /* Style the counter cards */
    .card {
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
        /* padding: 5px; */
        text-align: center;
        /* background-color: #faa434; */
        /* border-radius: 10px; */
        cursor: pointer;
    }

        .card .profile {
            border-radius: 10px;
            transition: 0.2s;
            width: 70%;
        }

        .card:hover .profile {
            transform: scale(1.4);
            border-top-right-radius: 50px;
            border-top-left-radius: 50px;
        }

        .card .content {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

            .card .content .back {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #f1f1f1e6;
                transition: 1s;
                z-index: 1;
                padding: 10px;
                padding-top: 20%;
            }

    .from-left {
        top: 0;
        left: -100%;
    }

    .card:hover .content .from-left {
        left: 0%;
    }

    .from-bottom {
        top: 100%;
        left: 0;
    }

    .card:hover .content .from-bottom {
        top: 0%;
    }

    .from-right {
        top: 0%;
        right: -100%;
    }

    .card:hover .content .from-right {
        right: 0;
    }

    .card .content .back h3 {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .card .content .back .tem-img {
        border-radius: 100%;
    }

    .card .content .back .des {
        font-size: 13px;
        padding: 20px 0px;
    }

    .card .content .back .social-icon {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .card .content .back .social-icon li {
            display: inline-block;
        }

            .card .content .back .social-icon li a {
                display: block;
                background: #333;
                color: #fff;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border-radius: 100%;
            }

    .button-33 {
        background-color: #c2fbd7;
        border-radius: 100px;
        box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
        /* color: green; */
        color: #00a94f;
        cursor: pointer;
        display: inline-block;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

        .button-33:hover {
            box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
            transform: scale(1.05) rotate(-1deg);
        }

    .img {
        position: relative;
        width: 200px;
        height: 200px;
        float: left;
        margin-right: 10px;
    }

        .img div {
            position: absolute;
            bottom: 0;
            right: 0;
            background: black;
            color: white;
            margin-bottom: 5px;
            visibility: hidden;
        }

        .img:hover {
            cursor: pointer;
        }

            .img:hover div {
                width: 150px;
                padding: 8px 15px;
                visibility: visible;
                opacity: 0.7;
            }

    .img-carousel {
        width: 100%;
        height: 100%;
        /* background-image: url("/assets/img/carousel/pg1.png"); */
        background-size: cover;
        text-align: center;
    }

    @media only screen and (max-width: 768px) {
        #banner-recipe {
            height: 250px;
        }

        .col-md-12 {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        footer {
            padding: 4%;
        }

        .mrg-footer {
            margin-left: 0% !important;
        }

        .contact-subtitle {
            text-align: initial !important;
        }

        .text-banner-oi {
            margin-top: 40%;
        }

        .about-us-infographic .info-body {
            display: grid !important;
        }

        .card-icon {
            top: -84% !important;
            left: 40% !important;
        }

        .img-footer-style {
            width: 50% !important;
        }

        .pdg-contact {
            padding-left: 0% !important;
        }

        .video {
            top: -123px;
        }

        .page-banner {
            min-height: 100%;
        }

        body div.page-banner-bg > div.row {
            height: 289px;
        }

        .text-carousel-one {
            font-size: 18px;
            line-height: 16px;
        }

        .text-carousel-two {
            font-size: 14px;
            line-height: 8px;
        }
    }

    .for-mobile {
        display: none;
    }

    .for-desktop {
        display: block;
    }

    @import "compass/css3";

    .text-content {
        padding-top: 15%;
        /* padding-left: 5%; */
        padding-right: 20%;
    }

    .chip3 {
        display: inline-block;
        padding: 0 28px;
        height: 150px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 40px;
        background-color: white;
        width: 100%;
        margin-bottom: 3%;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    }

    .chip4 {
        display: inline-block;
        padding: 0px 0px;
        height: 150px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 40px;
        background-color: white;
        width: 100%;
        margin-bottom: 3%;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    }

    .chip3 img {
        float: left;
        margin: -24px 10px 0 -55px;
        height: 200px;
        width: 180px;
        border-radius: 23%;
    }

    .chip4 img {
        float: right;
        margin: -19px -61px 0 10px;
        height: 200px;
        width: 210px;
        border-radius: 23%;
    }

    .years-whoweare {
        color: rgba(2, 82, 94, 1);
        font-weight: 700 !important;
        font-size: 40px;
    }

    .text-whoweare {
        color: white;
        font-size: 48px;
    }

    .detail-ourHistory {
        color: rgba(2, 82, 94, 1) !important;
        font-weight: 600 !important;
        line-height: 19px;
        /* margin-top: 5%; */
    }

    .zoom {
        padding: 50px;
        /* background-color: green; */
        transition: transform .2s;
        /* width: 200px;
  height: 200px; */
        margin: 0 auto;
    }

        .zoom:hover {
            -ms-transform: scale(1.1); /* IE 9 */
            -webkit-transform: scale(1.1); /* Safari 3-8 */
            transform: scale(1.1);
        }

    .hide-text {
        display: none;
    }

    .card:hover .hide-text {
        display: block;
    }

    .card {
        cursor: pointer;
    }

    .pdg-contact {
        padding-left: 17%;
    }

    .contact-subtitle {
        font-weight: 300 !important;
        text-align: end;
        padding-right: 20px;
    }

    .text-hm-career-title {
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 3%;
    }

    .text-hm-impact {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px !important;
    }

    .mrg-footer {
        margin-left: 3%;
    }

    .text-carousel {
        text-align: initial;
        font-weight: 100;
        margin-top: 22%;
        /* margin-left: 5%; */
    }

    .text-carousel-one {
        color: white !important;
        text-align: initial;
        font-size: 40px;
        font-weight: 700 !important;
        line-height: 76px;
    }

    .text-carousel-two {
        font-size: 30px;
        font-weight: 700 !important;
        line-height: 40px;
    }

    .write-up-hm {
        top: 100px
    }

    .under-carousel {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 16px !important;
        font-weight: 400 !important;
        /* margin-bottom: 2%; */
    }

    .under-carousel-footer {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .title-hm {
        color: rgba(0, 79, 89, 1);
        font-size: 46px;
        font-weight: 700;
        /* margin-left: 6%; */
    }

    .btn-carousel {
        width: 18%;
        margin-top: 0%;
        font-size: 16px;
        left: 0;
        top: 10px;
        color: white !important;
        border: white 2px solid !important
    }

    .text-hm-career {
        line-height: 26px;
        margin-right: 45%;
        font-size: 16px;
        font-weight: 600 !important;
    }

    .text-hm-brand {
        text-align: center;
        padding: 10px;
        font-weight: bold !important;
        color: rgba(0, 79, 89, 1) !important;
    }

    .text-ourImpact {
        padding: 0px;
        left: 20px;
        position: absolute;
    }

        .text-ourImpact h1 {
            margin-left: 34px;
            text-align: initial;
        }

    .img-overlay-tree {
        padding: 5% 30% 20% 15%;
    }

    .card-profile {
        position: relative;
        left: -140px;
        top: 130px;
        background-color: transparent;
        border: none;
        width: 90%;
    }

    .text-profile {
        text-align: center;
        font-weight: 900;
        font-size: 13px !important;
    }

    .manager-profile {
        padding: 5px 40px 20px 40px;
        background-color: #666652;
        color: white;
    }

    .fa-lightbulb::before {
        content: "\f0eb";
    }

    .fa-handshake::before {
        content: "\f2b5";
        color: white;
        font-size: 70px;
        left: -30px;
        position: relative;
    }

    .fa-users::before {
        color: white;
        font-size: 70px;
        left: -30px;
        position: relative;
    }

    .fa-shield::before {
        color: white;
        font-size: 70px;
        left: -15px;
        position: relative;
    }

    .fa-star::before {
        color: white;
        font-size: 70px;
        left: -30px;
        position: relative;
    }

    .bi-fire::before {
        color: white;
        font-size: 100px;
        left: -6px;
        position: relative;
        margin-bottom: 10%;
    }

    .fa-gears::before {
        color: white;
        font-size: 70px;
        left: -30px;
        position: relative;
    }

    .card-icon {
        width: 26%;
        position: relative;
        top: -80%;
        left: 44%;
        color: #00622F;
    }

    .card-icon-two {
        width: 15%;
        position: relative;
        top: -78%;
        left: 42%;
    }


    .img-overlay-one {
        position: relative;
        width: 22%;
        top: -280px;
        left: 73%;
    }

    .img-overlay-two {
        position: relative;
        width: 45%;
        top: -380px;
        left: 57%;
    }

    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .content {
        position: fixed;
        bottom: 0;
        /* background: rgba(0, 0, 0, 0.5); */
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }

    #myBtn {
        width: 200px;
        font-size: 18px;
        padding: 10px;
        border: none;
        background: #000;
        color: #fff;
        cursor: pointer;
    }

        #myBtn:hover {
            background: #ddd;
            color: black;
        }

    .text-brands {
        margin-left: 15%;
    }

    .mrg-row {
        margin: 35px;
    }

    .circular_image {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        overflow: hidden;
        /* commented for demo
  float: left;
  margin-left: 125px;
  margin-top: 20px;
  */
        /*for demo*/
        display: inline-block;
        vertical-align: middle;
    }

        .circular_image img {
            width: 100%;
            height: 100%;
        }

    .dropdown-content {
        text-align: initial;
        display: grid;
        line-height: 30px;
    }

    .contant-text {
        display: flex;
        flex-direction: row;
    }

        .contant-text p {
            width: 35%;
        }

        .contant-text .footer-address {
            width: 65%;
        }

        .contant-text .detail-ourHistory-one {
            width: 65%;
        }

    .bg-blue-v2 {
        background-color: rgba(0, 79, 89, 1) !important;
        border: 1px solid rgba(0, 79, 89, 1);
    }

    .sign-posts-style {
        padding-top: 3%;
        padding-left: 10px;
    }

    .bg-darkblue {
        background-color: #DFB408 !important;
        border: 1px solid white;
        height: 100%;
    }

    .bg-blue {
        background-color: #00622F !important;
        border: 1px solid white;
        height: 100%;
    }

    .text-our-impact {
        /* left: 40px;
  position: absolute; */
        color: white !important;
        font-weight: 700;
        font-size: 40px;
    }

    .chip {
        display: inline-block;
        padding: 0 28px;
        height: 150px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 40px;
        background-color: white;
        width: 100%;
        margin-bottom: 3%;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    }

    .chip2 {
        display: inline-block;
        padding: 0px 0px;
        height: 150px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 40px;
        background-color: white;
        width: 100%;
        margin-bottom: 3%;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    }

    .style-aboutus {
        width: 80%;
        text-align: center;
        padding: 20px;
        margin-left: 80px;
    }

    .style-aboutus-two {
        width: 80%;
        text-align: center;
        padding: 20px;
        padding-left: 0%;
        margin-left: 156px;
    }

    .sfRichText-custome {
        height: 280px;
    }

    .chip img {
        float: left;
        margin: 0 10px 0 -55px;
        height: 150px;
        width: 150px;
        border-radius: 150%;
    }

    .chip2 img {
        float: right;
        margin: 0 -25px 0 10px;
        height: 150px;
        width: 150px;
        border-radius: 150%;
    }

    .image-container {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: end;
        font-size: 4rem;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/Who-We-Are/Rol\ Factory.png');
    }

    .image-container-impact-one {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: end;
        font-size: 4rem;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/Our-Impact/First-Pic.png');
    }

    .image-container-impact-two {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: end;
        font-size: 4rem;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/Our-Impact/Second-Pic.png');
    }

    .image-container-impact-tree {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: end;
        font-size: 4rem;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/Our-Impact/Third-Picture.png');
    }

    .text-md-edit {
        text-align: left !important;
        right: -35px;
        position: relative;
    }

    body {
        font-family: 'Poppins' !important;
    }

    .static-img {
        display: block;
    }


    iframe {
        max-width: 100%;
    }

    .map-container {
        width: 125%;
        margin: auto;
        height: 0;
        padding-top: 38%;
        position: relative;
        display: none; /* Hide for small screens */
        iframe {
    width: 200%;
    height: 228%; /* had to specify height/width */
    position: absolute;
    top: 0; 
    right: 0;
    left: 0; 
    bottom: 0;   
  }
}

/* Medium Screens */
@media all and (min-width: 34.375em) {
  .map-container {
    display: block;
  } 
  .static-img {
    display: none; 
  }
}

.our-brand{
  color: rgba(0, 79, 89, 1);
  /* padding-bottom: 30px; */
}
.img-footer-style{
  width: 50% !important;
  height: 70px !important;
  margin-top: -20%;
  /* margin-left: -9%; */
}
.mrg-img2{
  margin-bottom: 5% !important;
}
.w-100-career{
  width: 100%;
  height: 600px;
}
.text-style{
  text-align: initial; 
  padding: 10px;
}
.text-style > .h2{
  font-weight: 900;
}
.bg-image-career{
  margin-bottom: -5.5%;
}
.bg-image{
  padding: 0px;
  max-width:42%;
  margin-left: 6%;
}
.card-product{
  /* margin-right: 20%;
  margin-left: 20%; */
  text-align: center;
  /* top:58px; */
  position: relative;
  color: #194F4B;
}
.card-product-two{
  /* margin-right: 20%;
  margin-left: 20%; */
  text-align: center;
  top:50px;
  position: relative;
  color: white;
}
.sfRichText1{
  /* background-color: #00622F; */
  height: 280px;
}

.sfRichText4{
  background-color: rgba(0, 79, 89, 1);
  height: 800px;
  
}

.sfRichText2{
  /* height: 760px; */
  background-color:rgba(102, 102, 82, 0.05) !important;
  /* margin-top:-5%; */
}
.sfRichText3{
  /* height: 700px !important; */
  background-color:white !important;
  margin-top:-3%;
}
.learn-font{
  font-size: 2rem; 
  font-weight: bold; 
  padding-bottom: 1%;
}

.img-purpose{
  width: 15%;
}

.bi-caret-down-fill {
   content: "\f235";
}

.show {
    display: block;
}

 .rotate {
    transform: rotate(-180deg);
    transition: .3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

.dropdown-toggle::after {
    /*color: #FAA434;*/
}

.text-blog{
  margin-top: 15%;
}
#tab_menu{
  margin-top:-7%;
}
#text-recipe{
  margin-top: -4%;
}

#mrg-product{
  margin-top: 7%;
}

.banner-link a{ 
  color: white;
}
.footer-mrg{
  text-align: center;
}
#text-width{
  width: 20%;
}
.banner-link a:hover{
  color: #faa434;
}
.img-banner-err{
  padding: 0px;
}
.img-banner-hm{
  padding: 5%;
}
.banner-mrg{
  /* margin-top: 1%; */
}

.navbar-header{
  margin-right: 5%;
  margin-left: 3.5%;
}

.receipe-headline .receipe-duration {
  border-left: 3px solid #40ba37;
  padding: 15px;
}

.image_header{
  /* margin-left: -2%;
  margin-right: -2%; */
}

/* icon social media */
.fa {
  padding: 0px;
  font-size: 20px;
  width: 30px;
  text-align: left;
  text-decoration: none;
  /* margin: 5px 2px; */

}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white; 
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.icon-rice{
  width: 30px;
  height: 30px;
  content: '\F565';
  /* background-image: url("/assets/img/navbar/rice.png"); */
  /* background-size: cover;
  text-align: center; */
}
.icon-spread{
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/navbar/spread.png");
  background-size: cover;
  text-align: center;
}
.icon-oil{
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/navbar/oil.png");
  background-size: cover;
  text-align: center;
}
.icon-csr{
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/navbar/group.png");
  background-size: cover;
  text-align: center;
}
.icon-engagements{
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/navbar/public-relation.png");
  background-size: cover;
  text-align: center;
}
.icon-rnd{
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/navbar/research-and-development.png");
  background-size: cover;
  text-align: center;
}
.icon-rice2{
  width: 30px;
  height: 30px;
  content: '\F565';
  /* background: url("/assets/img/navbar/rice-hover.png"); */
  background-size: cover;    

} 
.icon-spread2{
      width: 30px;
      height: 30px;
      background: url("/assets/img/navbar/spread-hover.png");
      background-size: cover;    
}
.icon-oil2{
      width: 30px;
      height: 30px;
      background: url("/assets/img/navbar/oil-hover.png");
      background-size: cover;    
}
.icon-csr2{
      width: 30px;
      height: 30px;
      background: url("/assets/img/navbar/group-hover.png");
      background-size: cover;    
}
.icon-engagements2{
      width: 30px;
      height: 30px;
      background: url("/assets/img/navbar/public-relation-hover.png");
      background-size: cover;    
}
.icon-rnd2{
      width: 30px;
      height: 30px;
      background: url("/assets/img/navbar/research-and-development-hover.png");
      background-size: cover;    
}
.icon{
  display: flex;
}


.glyphicon-chevron-down::before,
.mobile-navbar.navbar .li_dib .glyphicon-chevron-down::before {
  content: "\e252";
}
.dropdown-submenu,
.header-white h2,
.mega-dropdown-menu .dropdown-header,
.page-banner-bg h2,
.sgxText {
  font-family: "Poppins";
}
.footer .quickLinks ul,
.mega-dropdown-menu > li > ul > li,
ul.breadcrumb {
  list-style: none;
}
.h1,
h1 {
  text-align: center;
  font-size: 5rem;
  color: white;
}
a {
  color: #faa434;
  text-decoration: none;
}
a:hover {
  color: #e4870e;
  text-decoration: none;
}
a.no-decorations {
  text-decoration: none;
}
img {
  width: 100%;
}
.header-bar.hidden-for-mobile .collapse.navbar-collapse.js-navbar-collapse {
  padding: 0;
  padding-top: 1%;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mega-dropdown-menu {
  padding: 20px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #999;
  white-space: normal;
}

/* featured - recipe book */

.featured {
	padding-top: 50px;
	padding-bottom: 40px;
}

.featured__controls {
	text-align: center;
	margin-bottom: 50px;
}

.featured__controls ul li {
	list-style: none;
	font-size: 18px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.featured__controls ul li.active:after {
	opacity: 1;
}

.featured__controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	/* background: #7fad39; */
	background: #e40e18;
	content: "";
	opacity: 0;
}

.featured__controls ul li:last-child {
	margin-right: 0;
}

.featured__item {
	margin-bottom: 50px;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	bottom: 20px;
}

.featured__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
	background-position: center center;
}

.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
	margin-right: 0;
}

.featured__item__pic__hover li:hover a {
	background: #7fad39;
	border-color: #7fad39;
}

.featured__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.featured__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.featured__item__text {
	text-align: center;
	padding-top: 15px;
}

.featured__item__text h6 {
	margin-bottom: 10px;
}

.featured__item__text h6 a {
	color: #252525;
}

.featured__item__text h5 {
	color: #252525;
	font-weight: 700;
}

/* Custom hover css*/
#tes:hover{
	/* color: #FAA434; */
	color: #DFB408;
}
/**********Navigation BAR**********/

.dropdown_icons {
  float: left;
}
.dropdown-style .btn-group.bootstrap-select .caret {
  border-top: 4px dashed;
  border-bottom: 0;
}
.dropdown-style .btn-group.bootstrap-select.open .caret {
  border-bottom: 4px dashed;
  border-top: 0;
}
.dropdown-style .btn-secondary:focus,
.dropdown-style .btn-secondary:hover,
.dropdown-style .open > .dropdown-toggle.btn-secondary {
  background-color: transparent;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.dropdown-style .col-form-label {
  padding-top: 10px;
}
.dropdown-style .btn {
  padding: 10px;
  font-weight: 300;
  border-radius: 0;
}
.map-filters .filter-group {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}
.filter-group {
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}
.map-filters .filter-session {
  cursor: pointer;
  padding: 10px 5px 3px;
}
.map-filters .filter-session .filter-icon {
  width: 60%;
  margin: auto;
}
.map-filters .filter-session .filter-icon img {
  width: 100%;
}
.map-filters .filter-session .filter-description {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  word-wrap: break-word;
}
.dropdown-style .btn-secondary .caret,
.sgxText {
  color: #faa434;
}
.dropdown-style .form-control {
  border-radius: 1px solid rgba(0, 79, 89, 1);
}
.dropdown-style .bootstrap-select {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-style .btn-secondary {
  border: 0;
}
.dropdown_icons > img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.top-buffer {
  margin-top: 20px;
  padding: 3%;
}
.top-buffer-2 {
  margin-top: 20px;
  /* padding: 3%; */
}
.top-buffer-l {
  margin-top: 30px;
}
.bottom-buffer {
  margin-bottom: 20px;
}
.top-buffer-double {
  margin-top: 40px;
}
.bottom-buffer-double {
  margin-bottom: 40px;
}
.bottom-buffer-half {
  margin-bottom: 10px;
}
.top-buffer-half {
  margin-top: 10px;
}
.affix {
  top: 0;
  width: 100%;
}
.sgxText {
  font-size: 20px;
  font-weight: 700;
  vertical-align: bottom;
}
.sgxValue {
  font-size: 12px;
  vertical-align: text-top;
  margin-left: 7px;
  display: inline-block;
}
.sgxValue iframe {
  width: 125px;
  height: 17px;
  border: 0;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.top-bar-links {
  margin-top: 4.5px;
}
.top-bar-links a .fa-linkedin-square {
  font-size: 15px;
  vertical-align: middle;
  color: #1074b2;
}
.top-bar-links a {
  color: #4a4a4a;
  font-size: 12px;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-control {
  margin-bottom: 3px;
}
.form-control.has-feedback,
.navbar-default {
  margin-bottom: 0;
}
.mega-dropdown {
  width: auto;
  position: static !important;
}
.navbar .li_dib:hover .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}
.navbar .li_dib .dropdown-menu {
  color: #000;
}
.glyphicon::before {
  font-size: 20px;
}
.navbar-nav > li:hover {
  background-color: transparent;
  color: #fff;
}
.glyphicon-chevron-down::before {
  color: #faa434;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
.navbar-default {
  padding: 10px;
  border: 0;
  border-radius: 0;
  z-index: 1080;
  linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.13) 100%, rgba(255, 255, 255, 0.04) 0%)
  /* background: linear-gradient(270deg, rgba(42, 138, 142, 0.8) 0%, rgba(0, 82, 94, 0.8) 100%); */

}
.navbar-brand {
  /* padding: 11px 15px 11px 60px; */
}
.navbar-default .navbar-nav > li > a {
  /* color: white; */
  font-weight: 700;
  font-size: 18px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.mainLinks {
  color: #000;
}
.main-links {
  display: flex;
}
.dropdown-menu-title {
  margin-left: 10px;
  margin-top: 10px;
}
.mega-dropdown-menu .dropdown-header {
  color: #2a8a8e;
  font-size: 14px;
  text-align: left;
  /* font-weight: 700; */
  line-height: 19px;
  padding: 0;
  cursor: pointer;
  white-space: normal;
}
.dropdown-submenu {
  display: block;
  color: #4a4a4a;
  font-size: 13px;
  margin-top: 6px;
  line-height: 16px;
}
.mobile-navbar .glyphicon-search,
.mobile-navbar .menu-button {
  color: #fff;
}
.mobile-navbar .left {
  float: left;
  margin-left: 13px;
}
.mobile-navbar .navbar-collapse {
  padding: 0;
  background-color: #fff;
}
.mobile-navbar .form-control input[type="text"] {
  padding: 20px 10px;
  line-height: 28px;
}
.mobile-navbar .input-group {
  width: 100%;
}
.mobile-navbar .form-control {
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
}
.mobile-navbar .navbar-toggler:hover .menu-button,
.mobile-navbar.navbar .li_dib .dropdown-toggle,
.mobile-navbar.navbar-default .navbar-nav > li > a {
  color: #000;
}
.mobile-navbar .navbar-toggler {
  padding: 8px 20px;
}
.mobile-navbar .dropdown.mega-dropdown.li_dib .glyphicon {
  float: right;
  font-size: 14px;
}
.mobile-navbar .mega-dropdown-menu {
  padding: 0 0 10px;
}
.mobile-navbar .glyphicon-search::before {
  font-size: 14px;
  font-weight: 700;
}
.mobile-navbar.navbar .li_dib.open > .glyphicon-chevron-down::before {
  content: "\e253";
}
.mobile-navbar.navbar .li_dib.open .dropdown-toggle {
  color: #faa434;
}
.mobile-navbar.navbar-default .navbar-nav > li {
  /* padding: 0 20px; */
}
.mobile-navbar .navbar-toggler .glyphicon-search,
.mobile-navbar .navbar-toggler:hover .glyphicon-search {
  color: #358d90;
}
.mobile-navbar.navbar-default .navbar-toggler,
.mobile-navbar.navbar-default .navbar-toggler.left {
  background-color: #fff;
}
.mobile-navbar .navbar-toggler.left .menu-button {
    color: #004954;
}
.mobile-navbar.navbar-default .navbar-toggler.collapsed .glyphicon-search,
.mobile-navbar.navbar-default .navbar-toggler.left.collapsed .menu-button {
  color: #004954;
}
.mobile-navbar.navbar-default .navbar-toggler.collapsed,
.mobile-navbar.navbar-default .navbar-toggler.left.collapsed {
  background-color: transparent;
}
.mobile-navbar .sgx-section .sgxValue {
  display: inline-block;
  vertical-align: sub;
}
.mobile-navbar .sgx-section {
  background-color: #ececec;
  padding: 20px 35px;
}
.mobile-navbar .navbar-nav {
  margin: 0;
}
.navbar-laptop .navbar-brand img {
  max-width: 120px;
  /* margin-top: -7px; */
  /* padding: 12px 15px; */
}
.mobile-navbar .navbar-brand-center img {
  transform: translateX(-50%);
  left: 50%;
  height: 50px;
  position: relative;
  /* position: sticky; */
  /* padding: 11px; */
  width: 100px;
  height: 50px;
  top:4px;
}
.search-form .form-control:hover {
  border-radius: 3px;
  border: 1px solid #fff;
}
.search-form .form-control {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.search-form .form-control input.form-control {
  padding-right: 20px;
  border: 0;
  background: 0 0;
  box-shadow: none;
  display: block;
}
.search-form .form-control input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-control input.form-control:-moz-placeholder {
  display: none;
}
.search-form .form-control input.form-control::-moz-placeholder {
  display: none;
}
.search-form .form-control input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-control {
  caret-color: #fff;
  color: #fff;
}
.search-form .form-control.hover,
.search-form .searchIconHeader.form-control.active {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
}
.glyphicon.glyphicon-search.form-control-feedback::before {
  font-size: 15px;
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.form-control:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_search input::-webkit-input-placeholder {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.mobile_search input:-moz-placeholder {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.mobile_search input::-moz-placeholder {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.mobile_search input:-ms-input-placeholder {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.search-form .form-control span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
.info-data .combination .number,
.info-data .combination .text,
.info-data .combination p,
.info-data .combination strong,
.infograph-icon {
  display: inline-block;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.page-banner {
  height: 430px;
  /* height: 450px; */
  min-height: 350px;
}
.page-banner img {
  height: auto;
  width: auto;
}
.header-white h2,
.page-banner-bg h2 {
  color: #fff;
  line-height: 54px;
  font-size: 50px;
  font-weight: 700;
}
.header-white h1,
.page-banner-bg h1 {
  color: #fff;
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
}
.container h2,
.container h3,
.header-green h2,
.header-green h3 {
  /* color: #2A8A8E; */
  font-family: "Poppins";
  font-weight: 700;
}
.container h2,
.header-green h2 {
  font-size: 50px;
}
.container h3,
.header-green h3 {
  /* font-size: 28px;
  line-height: 1.3rem; */
}
.header-dark h4,
.header-orange h4 {
  font-family: "Poppins";
  font-size: 22px;
}
.header-orange h4 {
  color: #faa434;
  font-weight: 500;
}
.header-dark h4 {
  color: #4a4a4a;
  font-weight: 500;
}
.header-green h4,
.header-white h4 {
  font-size: 20px;
  font-weight: 500;
}
.header-white h4 {
  color: #fff;
  font-family: "Poppins";
}
.header-green h4,
.header-green-smaller h3 {
  color: #2a8a8e;
  font-family: "Poppins";
}
.header-green-smaller h3 {
  font-size: 24px;
  font-weight: 700;
}
.header-grey h4 {
  color: #9b9b9b;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
}
.header-bold-orange h5,
.header-orange h5,
.header-white h5 {
  font-size: 18px;
  font-family: "Poppins";
}
.header-orange h5 {
  color: #faa434;
  font-weight: 500;
}
.header-bold-orange h5 {
  color: #faa434;
  font-weight: 700;
}
.header-white h5 {
  color: #fff;
  font-weight: 500;
}
.header-bold-dark h6 {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
}
.header-bold-orange h6,
.header-dark h6,
.header-white h6 {
  font-size: 16px;
  font-weight: 200;
  font-family: "Poppins";
}
.header-dark h6 {
  color: #4a4a4a;
}
.header-bold-orange h6 {
  color: #faa434;
}
.header-white h6 {
  color: #fff;
}
.sub-header-green p {
  color: #2a8a8e;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
}
.par-slim-black > p,
.par-slim-white p {
  font-size: 13px;
  font-weight: 200;
  font-family: "Poppins";
}
.par-slim-white p {
  color: #fff;
}
.par-slim-black > p {
  color: #000;
}
.par-white p {
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
}
.about-us-infographic .info-body {
  padding: 15px;
  display: grid;
}
.about-us-description p {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.enlarge-button .info-body .info-data .text,
.link-box .info-body .info-data .text,
.link-box .info-body .info-data p {
  font-size: 13px;
}
.enlarge-button .info-body .info-data,
.link-box .info-body .info-data {
  color: #faa434;
}
.link-box .infograph-icon img {
  width: 27px;
}
.about-us-infographic .infograph-icon img {
  width: 60%;
}
.container p {
  color: #4a4a4a;
  font-family: "Poppins";
  /* font-size: 15px; */
  /* line-height: 22px; */
  /* font-weight: 200; */
}

.container h3 p{
  color: #00622F;
}
.container .info-data p,
.info-data {
  color: #00622F;
}
.value-text{
  color: white;
}
.infograph-icon {
  vertical-align: middle;
}
.info-data .combination {
  line-height: 1.2;
}
.info-data .combination .number,
.info-data .combination strong {
  vertical-align: text-top;
}
.info-data .combination .text,
.info-data .combination p {
  vertical-align: super;
}
.info-data .text,
.info-data p {
  /* display: block; */
  font-family: "Poppins";
  /* font-size: 20px; */
  line-height: 1.2rem;
  /* font-weight: 300; */
  margin-bottom: 0;
}
.info-data sup {
  font-size: 22px;
  margin-left: 3px;
}
.info-data .number,
.info-data strong {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
}
.address-info .description ul,
.address-info .section .value {
  padding-left: 0;
  font-weight: 200;
  font-size: 22px;
  font-family: "Poppins";
}
.info-data {
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
  padding-top: 2%;
}
.address-info.col-md-6 {
  padding-left: 0;
}
.address-info .description ul {
  list-style-type: none;
  margin-top: 5px;
  font-size: 22px;
  font-family: "Poppins";
}
.address-info .title {
  font-weight: 600; 
  font-size: 22px;
  font-family: "Poppins";
}
.footer .copyRight,
.footer ul,
.footer ul li a {
  padding-left: 0;
  font-weight: 200;
  list-style-type: none;
}
footer {
  clear: both;
}
.footer {
  background: #666652;

}
.footer .mapFooter .address.col-md-4 {
  padding-left: 0;
}
.footer .mapFooter .address ul li {
  color: #fff;
}
.footer .terms,
.quickLinks ul li {
  line-height: 25px;
}
.footer .copyRight,
.footer ul li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  /* text-align: center; */
}
.quickLinks .glyphicon::before {
  color: #faa434;
}
.footer ul {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.footer .address ul {
  font-size: 13px;
}
.footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: block !important;
}
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint > div {
  background: 0 0 !important;
}
#homeCarousel {
  min-height: 300px;
  min-width: 100%;
}
    #homeCarousel .carousel-caption {
        z-index:1;
        text-align: left;
        left: 5%;
        display: table;
        max-width: 520px;
        /*	padding-left:40px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;*/
    }
#homeCarousel .carousel-inner > .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
#homeCarousel .carousel-caption > h1,
#homeCarousel + .mobile-carousel-caption h1 {
  color: #fff;
  font-family: "Poppins";
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
#homeCarousel .carousel-caption > a:hover {
  color: #faa434;
  background-color: #fff;
  border: 1px solid #faa434;
  border-radius: 3px;
}
#homeCarousel .carousel-caption > a,
#homeCarousel + .mobile-carousel-caption a {
  display: none;
  padding: 6px 8px;
  background-color: #faa434;
  color: #fff;
  font-family: "Poppins";
  border: 1px solid #faa434;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.clickable {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .mapFooter {
    padding-left: 30px;
  }
  .banner-mrg{
    margin-top: 10%;
  }
  .banner-img {
    height: 495px !important;
  }
  ul.nav.nav-tabs-section {
    margin-bottom: 10px;
  }
  .navbar.navbar-default.navbar-laptop
    .nav.navbar-nav
    .dropdown.mega-dropdown.li_dib:hover
    .glyphicon-chevron-down::before {
    content: "\e253";
  }
  .navbar.navbar-default.navbar-laptop
    .nav.navbar-nav
    .dropdown.mega-dropdown.li_dib
    .glyphicon {
    margin-left: 5px;
  }
  .year-section:last-child {
    margin-bottom: 55px;
  }
  .map-filters .filter-session {
    min-width: 100px;
  }
  .enlarge-button {
    display: none;
  }
  .group-links {
    display: flex;
  }
  #homeCarousel + .mobile-carousel-caption,
  .highlights br,
  .highlights-homepage br,
  .nav-tabs-section br {
    display: none;
  }
  #homeCarousel img {
    min-height: 300px;
    min-width: 100%;
  }
  .global-presence-description .form-row .aligned-container-margin {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .global-presence-description .form-row {
    display: flex;
  }
  #homeCarousel .carousel-indicators {
    display:none;
    bottom: 5%;
  }
  .carousel-item.full-screen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .highlight-cards .form-row .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 0;
  }
  .highlight-cards .card:hover .card-block {
    box-shadow: none;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s ease-in;
    -moz-transition: box-shadow 1s ease-in;
    -o-transition: box-shadow 1s ease-in;
  }
  .highlight-cards .form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav > li:hover .dropdown-menu.mega-dropdown-menu {
    display: block;
  }
  .dropdown-toggle:after,
  .dropdown-toggle:before {
    position: absolute;
    bottom: -20px;
    display: none;
    opacity: 1 !important;
    content: "";
  }
  .navbar-nav > li > .dropdown-menu {
    width: 70%;
    margin-left: 15%;
    margin-right: auto;
    right: 0;
    left: 0;
    opacity: 1 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .dropdown-toggle:before {
    left: 40.5%;
    z-index: 999999;
    border-end: 11px solid transparent;
    border-bottom: 21px solid #fff;
    border-start: 11px solid transparent;
    border-bottom-color: #fff;
  }
  .dropdown-toggle:after {
    left: 41%;
    border-end: 10.7px solid transparent;
    border-bottom: 21px solid #fff;
    border-start: 10.7px solid transparent;
  }
  .dropdown.mega-dropdown.li_dib.open .dropdown-toggle:after,
  .dropdown.mega-dropdown.li_dib.open .dropdown-toggle:before,
  .dropdown.mega-dropdown.li_dib:hover .dropdown-toggle:after,
  .dropdown.mega-dropdown.li_dib:hover .dropdown-toggle:before {
    display: inline-block;
  }
  #homeCarousel .carousel-inner {
    width: 100%;
    max-height: 650px !important;
  }
  .branding_icon img {
    width: 400px;
  }
  .nav.navbar-nav.navbar-right {
    padding-top: 10px;
  }
}
.about-us-infographic .form-row .card,
.highlight-cards .card-block,
.sign-posts .card {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
}
.nav-tabs-section {
  text-align: center;
}
.nav-tabs-section > li.active > a,
.nav-tabs-section > li.active > a:focus,
.nav-tabs-section > li.active > a:hover {
  border-width: 0;
}
.nav-tabs-section > li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-tabs-section > li.active a {
  border-bottom: 2px solid #2a8a8e !important;
}
.nav-tabs-section > li.active a::after {
  width: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-tabs-section > li a::after {
  display: none;
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px #00b5e1 solid;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.nav-tabs-section > li > a {
  border: none;
  color: #9b9b9b;
  font-family: "Poppins";
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.highlight-cards .card-title,
.image-overlay-left {
  font-weight: 500;
  font-family: "Poppins";
}
ul.nav.nav-tabs-section {
  display: block;
  clear: none;
  text-align: center;
}
.nav-tabs-section > li.active > a,
.nav-tabs-section > li > a:hover {
  border: none;
  background-color: transparent;
  color: #2a8a8e !important;
}
.nav-tabs-section > li.active > a::after,
.nav-tabs-section > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #5a4080;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.highlight-cards .card {
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background: #fff;
}
.about-us-infographic .card {
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 0.25rem;
  background: #fff;
  padding: 25px;
  padding-top: 50px;
  text-align: center;
  width: 100%;
  /* margin-bottom: 4%; */
}
.about-us-infographic .form-row .card {
  height: 100%;
}
.highlight-cards .card-block p {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 15px;
}
.highlight-cards .col-md-5ths {
  padding: 10px;
}
.highlight-cards .card-block {
  padding: 14px 20px;
}
.highlight-cards .card-title {
  color: #faa434;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
.nav-tabs-section > li {
  display: inline-block;
  color: #fff;
}
.view-all-cards a {
  color: #faa434;
  font-size: 16px;
  text-decoration: none;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.image-within-text p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 22px;
}
.sugar-safety-tabs ul .col-md-5ths {
  padding: 0;
  cursor: pointer;
}
.full-width-links .link-box .info-body,
.sugar-links .link-box .info-body {
  display: flex;
  padding: 10px;
  border: 1px solid #faa434;
  align-items: center;
}
.standard-table,
table.standard-table th {
  border-bottom: 0 !important;
}
.full-width-links .link-box,
.sugar-links .link-box {
  width: 100%;
  text-decoration: none;
}
.full-width-links .col-md-3,
.sugar-links .col-md-3 {
  padding: 5px;
}
.full-width-links .link-card,
.sugar-links .link-card {
  padding: 3px;
}
.col-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 1024px) {
  .nav-tabs-section > li:first-child {
    margin-right: 10px;
  }
  .two-columns-infographic .col-md-6 {
    padding: 0;
  }
  .two-columns-infographic .col-md-6:first-child {
    margin-right: 20px;
  }
  .image-within-text img {
    margin: 0 20px 20px 0;
    /* width: auto; */
  }
  .flex-infographic {
    display: flex;
  }
  .flex-infographic .col-md-6 {
    display: grid;
  }
  .col-md-5ths,
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1060px;
  }
  footer .container {
    max-width: 1083px;
  } */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1366px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1133px;
  }
  footer .container {
    max-width: 1154px !important;
  } */
}
@media (min-width: 1366px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1133px;
  }
  footer .container {
    max-width: 1154px !important;
  } */
}
@media (min-width: 1440px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1208px;
  }
  footer .container {
    max-width: 1233px !important;
  } */
}
@media (min-width: 1600px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1356px;
  }
  footer .container {
    max-width: 1387px !important;
  } */
}

@media (min-width: 1920px) {
  nav .container-fluid{
    max-width: 1555px;
  }
  .image-overlay-left {
    /* left: 13.5% !important; */
  }

}

@media all and (max-width: 1023px) {
  .featured__controls ul li {
		margin-bottom: 10px;
	}
  .nav-tabs-section > li > a > span {
    font-size: 18px;
  }
}
.quote-boxes.hidden-for-mobile.four-columns-boxes
  .tabbable-card
  .tabbable-line
  .card-quote
  img,
.quote-boxes.three-columns-quotes.hidden-for-mobile
  .tabbable-card
  .tabbable-line
  .card-quote
  img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.quote-boxes.hidden-for-mobile.four-columns-boxes
  .tabbable-card
  .tabbable-line
  .card-quote:hover
  img,
.quote-boxes.three-columns-quotes.hidden-for-mobile
  .tabbable-card
  .tabbable-line
  .card-quote:hover
  img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quote-boxes.hidden-for-laptop.four-columns-boxes .tabtop li .image-container {
  height: 181.19px;
}
.quote-boxes.hidden-for-mobile.four-columns-boxes .tabtop li .image-container {
  height: 296.4px;
  overflow: hidden;
}
.hover-zoom {
  overflow: hidden;
  cursor: pointer;
}
.hover-zoom img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.img-fluid {
  width: 100%;
}
.hover-zoom:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.full-banner.col-md-12,
.side-banner .col-md-12,
.side-banner.col-md-6 {
  padding: 0;
}
.full-banner.container,
.side-banner.container {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.full-banner,
.side-banner {
  display: block;
  position: relative !important;
  overflow: hidden;
  cursor: default;
}
.full-banner.clickable,
.side-banner.clickable {
  cursor: pointer;
}
.full-banner.container-fluid {
  width: 100%;
  padding: 0;
}
.full-banner .banner-overlay,
.side-banner .banner-overlay {
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.full-banner .banner-caption,
.side-banner .banner-caption {
  display: none;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
@media (min-width: 1024px) {
  .full-banner:hover .banner-caption,
  .side-banner:hover .banner-overlay .banner-caption {
    display: block;
    opacity: 1;
    transition-delay: 0s;
  }
}
.full-banner .image-overlay,
.side-banner .image-overlay {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
}
.relative {
  position: relative;
}
.image-overlay,
.image-overlay-left {
  /* width: 37%; */
  height: auto;
  position: absolute;
  overflow: hidden;
}
.image-overlay {
  cursor: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.full-banner.clickable .image-overlay,
.side-banner.clickable .image-overlay {
  cursor: pointer;
}
.image-overlay-left {
  color: #194F4B;
  font-size: 30px;
  /* left: 7.5%; */
    bottom: 40%;
}
.image-overlay .banner-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 40px;
  margin: 0 5% 8px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
.image-overlay .banner-caption,
.image-overlay .banner-link {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins";
  text-align: center;
}
.image-overlay .banner-link {
  color: #faa434;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
}
.image-overlay .banner-caption {
  color: #fff;
  margin: 0 25% 10px;
  font-weight: 300;
}
.full-banner img,
.side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-banner .image-overlay .banner-caption,
.side-banner .image-overlay .banner-caption {
  margin: 0 8% 10px;
}
.full-banner .image-overlay .banner-title,
.side-banner .image-overlay .banner-title {
  font-size: 37px;
  line-height: 33px;
}
.full-banner .image-overlay,
.side-banner .image-overlay {
  height: 15%;
  width: 60%;
}
.full-banner:hover .image-overlay,
.side-banner:hover .image-overlay {
  display: block;
  height: 35%;
}
#homeCarousel .carousel-control-prev,
#homeCarousel .carousel-control-next {
  display: block;
}
.sign-posts .card-title {
  color: rgba(0, 79, 89, 1);
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.sign-posts.resource-library-posts .card-link-title {
  color: #faa434;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  padding-right: 20%;
}
.sign-posts.resource-library-posts {
  background-color: #fff;
}
.sign-posts .card .card-image {
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sign-posts .card {
  cursor: pointer;
}
.sign-posts .card,
.sign-posts .card img {
  width: 100%;
}
.sign-posts .card-text {
  font-size: 13px;
  color: rgba(0, 79, 89, 1);
}
.sign-posts .card-content {
  width: 90%;
  padding: 10px 10px 14px 20px;
  display: inline-block;
}
.sign-posts .card-arrow-icon .glyphicon::before {
  font-size: 9px;
  color: #faa434;
}
.sign-posts .card-arrow-icon .glyphicon {
  position: relative;
  top: 40%;
  left: 13%;
}
.sign-posts .card-arrow-icon {
  width: 10%;
  display: inline-block;
}
.sign-posts .card-block {
  display: flex;
  background: #fff;
}
.sign-posts .form-row {
  margin: 70px 0 80px;
}
.sign-posts.resource-library-posts .form-row {
  margin-top: 5px;
}
.sign-posts.bg-gray {
  background: #e7eae6;
}
.sign-posts {
  clear: both;
  width: 100%;
  /* margin-top: 4%; */
}
.two-columns-sign-post .card-image {
  max-height: 205px;
}
.grievance-search .form-control::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}
.grievance-search .form-control:-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}
.grievance-search .form-control::-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}
.grievance-search .form-control:-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}
.grievance-search .form-control::-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}
.standard-table td.details-control {
  background: url(../img/ui/details_open.png) center center no-repeat;
  cursor: pointer;
  background-size: 35px 35px;
  padding-right: 50px;
}
.standard-table tr.shown td.details-control {
  background: url(../img/ui/details_close.png) center center no-repeat;
  cursor: pointer;
  background-size: 35px 35px;
  padding-right: 50px;
}
#grievance-mobile_paginate #grievance-mobile_next.paginate_button.next,
#grievance-mobile_paginate #grievance-mobile_previous.paginate_button.previous {
  display: inline-block;
}
#grievance-mobile_filter,
#grievance-mobile_info,
#grievance-mobile_length,
#grievance-mobile_paginate #grievance-mobile_next.paginate_button.next.disabled,
#grievance-mobile_paginate
  #grievance-mobile_previous.paginate_button.previous.disabled,
#grievance-mobile_paginate .paginate_button,
#grievance_filter,
#grievance_info,
#grievance_length,
#grievance_next.paginate_button.next.disabled,
#grievance_previous.paginate_button.previous.disabled {
  display: none;
}
table.dataTable.standard-table thead .sorting {
  background-image: none;
}
table.standard-table .hidden-tr {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
table.standard-table td .new {
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  padding: 2px 5px;
  color: #fff;
  background-color: #faa434;
  border-radius: 4px;
  margin-right: 4px;
}
table.standard-table br2 {
  display: block;
  height: 10px;
}
table.standard-table td {
  font-family: "Poppins";
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 200;
  color: #4a4a4a;
}
table.standard-table th {
  background-color: #2a8a8e;
  color: #fff;
  padding: 18px !important;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 15px;
}
.paginate_button.next:after,
.paginate_button.previous:before {
  content: "\A";
  border-style: solid;
  top: 10px;
}
.standard-table .odd,
.standard-table tr.odd.shown + tr {
  background-color: #fcfcfc;
}
.standard-table .even,
.standard-table tr.even.shown + tr {
  background-color: #f7f7f7;
}
table.dataTable.standard-table thead .sorting_asc {
  background-image: url(../img/ui/table_-sorting_asc.png);
}
table.dataTable.standard-table thead .sorting_desc {
  background-image: url(../img/ui/table_-sorting_desc.png);
}
#grievance-mobile .sub-table tr {
  background-color: transparent;
}
#grievance-mobile .sub-table {
  margin-bottom: 12px;
}
#grievance-mobile .sub-table tbody tr td:first-child {
  padding-left: 0;
}
.btn-primary.focus,
.btn-primary:focus {
  border-color: #fff;
  background-color: #fff;
  color: #2a8a8e;
}
.back-to-top,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #fff;
  border-color: #fff;
  color: #2a8a8e;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.back-to-top:hover {
  color: #faa434;
  border-color: #fff;
  background-color: #fff;
}
.back-to-top .top-text {
  display: block;
}
.inline {
  display: inline-block;
}
#grievance_paginate {
  text-align: center;
  width: 100%;
}
.paginate_button.previous {
  position: relative;
  margin-right: 8px;
}
.paginate_button.previous:before {
  border-width: 5px 5px 5px 0;
  border-color: transparent #faa434 transparent transparent;
  position: absolute;
  left: -6px;
}
.paginate_button.next {
  position: relative;
  margin-left: 8px;
}
.paginate_button.next:after {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #faa434;
  position: absolute;
  right: -6px;
}
#grievance-mobile_paginate .paginate_button.previous:before {
  left: 0;
  top: 11.5px;
}
#grievance-mobile_wrapper.dataTables_wrapper
  #grievance-mobile_paginate.dataTables_paginate
  .paginate_button {
  color: #faa434 !important;
}
#grievance-mobile_paginate .paginate_button.next:after {
  right: 0;
  top: 11.5px;
}
#grievance-mobile_wrapper.dataTables_wrapper
  #grievance-mobile_paginate.dataTables_paginate
  .paginate_button.current,
#grievance-mobile_wrapper.dataTables_wrapper
  #grievance-mobile_paginate.dataTables_paginate
  .paginate_button.current:hover,
#grievance_wrapper.dataTables_wrapper
  #grievance_paginate.dataTables_paginate
  .paginate_button.current,
#grievance_wrapper.dataTables_wrapper
  #grievance_paginate.dataTables_paginate
  .paginate_button.current:hover {
  border: 0;
  color: #9b9b9b !important;
  background: 0 0 !important;
}
#grievance_wrapper.dataTables_wrapper
  #grievance_paginate.dataTables_paginate
  .paginate_button:hover {
  border: 0;
  background: 0 0 !important;
}
#grievance_wrapper.dataTables_wrapper
  #grievance_paginate.dataTables_paginate
  .paginate_button {
  padding: 0.45rem;
  color: #faa434 !important;
}
.quote-boxes.hidden-for-mobile .nav-tabs {
  display: flex;
}
.quote-boxes .nav-tabs {
  border-bottom: 0;
}
.quote-boxes.hidden-for-mobile .tabtop li {
  display: flex;
  flex: 1 1 auto;
}
.quote-boxes.hidden-for-mobile .tabtop li a {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  flex-flow: column;
  align-items: stretch;
}
.quote-boxes.hidden-for-laptop.four-columns-boxes .tabtop li .tab-quote-title,
.quote-boxes.hidden-for-mobile.four-columns-boxes .tabtop li .tab-quote-title {
  display: flex;
  flex-direction: column;
}
.quote-boxes.hidden-for-laptop.four-columns-boxes .tabtop li .img-wrapper {
  height: 181.19px;
}
.quote-boxes.hidden-for-mobile.four-columns-boxes .tabtop li .hover-zoom {
  height: 296.4px;
}
.quote-boxes.hidden-for-mobile .tabtop li .tab-quote-title {
  flex: 1 1 auto;
  align-self: stretch;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px;
}
.quote-boxes.three-columns-quotes.hidden-for-laptop
  .quote-boxes-mobile
  .quote-box-image {
  height: 380px;
}
.quote-boxes.three-columns-quotes.hidden-for-mobile
  .card-quote
  .image-container {
  height: 380px;
  overflow: hidden;
}
.quote-boxes.three-columns-quotes .production-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.heading1,
.heading4 {
  font-family: "Poppins", sans-serif;
}
.quote-boxes.three-columns-quotes .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.quote-boxes.three-columns-quotes .container-fluid .form-row {
  margin-right: 0;
  margin-left: 0;
}
.heading4 {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  margin: 0 0 5px;
}
.heading1 {
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1b2834;
  font-weight: 900;
}
.content-quality {
  float: left;
  width: 193px;
}
.content-quality p {
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.content-quality p span {
  display: block;
}
.tabtop .active .tab-quote-title:before {
  position:relative;
  bottom: -87px;
  left: 2%;
  z-index: 8;
  border-right: 11px solid transparent;
  border-top: 16px solid #1d5e61;
  border-left: 11px solid transparent;
  border-bottom-color: #1d5e61;
  opacity: 1 !important;
  content: "";
}
li.card-quote.active > a,
li.card-quote.active > a:focus,
li.card-quote.active > a:hover {
  border: 0;
}
.quote-boxes .tabtop li a {
  padding: 0;
  margin: 0;
  border: none;
}
.quote-boxes .tabsetting .leader-name {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
}
.quote-boxes .tabsetting .leader-position {
  color: #fff;
  font-family: "Poppins";
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 10%;
  text-align: center;
}
.quote-boxes .leader-description {
  margin-top: 8px;
}
.quote-boxes.hidden-for-laptop .nav-tabs {
  display: flex;
}
.quote-boxes.hidden-for-laptop .tabtop li {
  display: flex;
  flex: 0 1 auto;
  width: 50%;
}
.quote-boxes.hidden-for-laptop .tabtop li a {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  flex-flow: column;
  align-items: stretch;
}
.quote-boxes.hidden-for-laptop .tabtop li .tab-quote-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  align-self: stretch;
  height: auto;
}
.leader-descripiton-head .leader-name {
  font-weight: 700;
  margin-bottom: 0;
}
.tabtop .active .tab-quote-title:hover {
  color: #fff !important;
}
.tabtop .active .tab-quote-title {
  background-color: #1d5e61 !important;
  color: #fff !important;
}
.margin-tops {
  margin-top: 30px;
}
.tabtop li .tab-quote-title:last-child {
  padding: 10px 22px;
}
.thbada {
  padding: 10px 28px !important;
}
.margin-tops4 {
  margin-top: 20px;
}
.services {
  background-color: #d4d4d4;
  min-height: 710px;
  padding: 65px 0 27px;
}
.services a:hover {
  color: #000;
}
.services h1 {
  margin-top: 0 !important;
}
.heading-container p {
  font-family: Lato, sans-serif;
  text-align: center;
  font-size: 16px !important;
  text-transform: uppercase;
}
.quote-boxes .tabtop li .tab-quote-title {
  background-color: #2a8a8e;
  color: #fff;
  margin: 0;
  border: 0;
  height: 100%;
  border-radius: 0;
}
.quote-boxes .tabtop li {
  padding: 0;
}
.quote-boxes .tabtop li img {
  width: 100%;
}
.quote-boxes.three-columns-quotes.hidden-for-mobile
  .tab-content
  .leader-descripiton-head {
  margin-top: 38px;
}
.quote-boxes .tab-content .leader-descripiton-head {
  font-size: 16px;
  font-weight: 200;
}
.quote-boxes.hidden-for-mobile .tab-content {
  margin: 0 auto;
  width: 1170px;
  padding: 0;
}
ul li {
  color: #4a4a4a;
  line-height: 1.6;
}
ul.breadcrumb li {
  color: #fff;
}
ul.breadcrumb.bright-background li {
  color: #4a4a4a;
}
.page-sub-tilte,
.page-title {
  color: #2a8a8e;
  font-family: "Poppins";
}
.corporate-profile p {
  margin-top: 15px;
}
.corporate-profile .info-data p {
  margin-top: 0;
}
.page-sub-tilte {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.page-title {
  font-size: 42px;
  font-weight: 700;
}
.tab-navigation li:not(:last-child) {
  padding-right: 1px;
}
.tab-navigation .nav-tabs .col-md-4 {
  padding: 0;
}
.tab-navigation .nav-tabs li > a {
  border: none;
  color: #fff;
  background-color: #2a8a8e;
  margin: 0;
  border-radius: 0;
  font-weight: 600;
}
.tab-navigation .nav-tabs {
  border: 0;
}
.tab-navigation .nav-tabs li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.tab-navigation .nav-tabs li > a {
  padding: 10px;
  width: 100%;
  display: table;
  text-align: center;
}
.tab-navigation ul.nav-tabs,
a.link-box .info-body {
  display: flex;
}
.tab-navigation .nav-tabs li.active > a,
.tab-navigation .nav-tabs li > a:hover {
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  background-color: #1d5e61;
}
.accordion
  .card-default
  > .card-heading
  a[aria-expanded="true"]
  .glyphicon-triangle-bottom:before {
  content: "\e253";
  vertical-align: super;
}
.tab-navigation .nav-tabs li.active > a::after,
.tab-navigation .nav-tabs li:hover > a::after {
  transform: scale(1);
}
.tab-navigation .tab-nav li > a::after {
  background: #5a4080;
  color: #fff;
}
.tab-navigation .tab-pane {
  padding: 15px 0;
}
.tab-navigation .tab-content {
  padding: 20px 0;
}
.tab-navigation .nav-tabs li {
  text-align: center;
  flex: 1;
  vertical-align: top;
}
.tab-navigation .card {
  background: #fff;
  margin-bottom: 30px;
}
a.link-box .glyphicon::before {
  font-size: 9px;
}
a.link-box {
  display: inline-block;
  border: 1px solid #faa434;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  max-width: 250px;
}
.side-by-side-links a.link-box {
  border: 0;
  padding: 0;
  max-width: 350px;
}
@media all and (max-width: 1023px) {
  .tabtop .active .tab-quote-title::before {
    position: relative;
    bottom: -108%;
    left: 2%;
    z-index: 8;
    border-right: 11px solid transparent;
    border-top: 16px solid #1d5e61;
    border-left: 11px solid transparent;
    border-bottom-color: #1d5e61;
    opacity: 1 !important;
    content: "";
  }
  .one_mobile::before{
    bottom: -95% !important;
  }
  .header-white h2,
  .page-banner-bg h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .full-banner img,
  .side-banner img {
    width: 100%;
    height: 100%;
    /* margin-left:5% ; */
    object-fit: contain;
    /* object-fit: cover; */
  }
  .tab-navigation .nav-tabs li:not(: first-child) {
    border-start: 1px solid #fff;
  }
  .tab-navigation .nav-tabs li > a {
    padding: 10px 25px;
  }
  .tab-navigation .nav-tabs li.active > a {
    padding: 15px 25px;
  }
  .tab-navigation .nav-tabs li > a:hover {
    background-color: #2a8a8e;
    padding: 10px 25px;
  }
  .sugar-safety-tabs.container {
    padding: 0;
  }
}
.sf-backend-wrp .btn-primary:active {
  position: relative;
  bottom: 0;
  right: 0;
}
.sugar-safety-tabs .tab-content {
  padding: 20px 0;
}
.accordion ul li {
  list-style-position: outside;
  margin-left: 1rem;
  font-weight: 200;
  font-size: 16px;
  margin-top: 10px;
}
.accordion .card-default .card-heading[aria-expanded="true"] {
  background: red;
}
.card-group {
  margin-bottom: 60px;
}
.accordion .card-default .card-heading .glyphicon::before {
  color: #fff;
}
.accordion .card-default > .card-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: #298a8e;
  border-color: #298a8e;
}
.accordion .card-default:hover > .card-heading,
.accordion .card-heading.active {
  background-color: #1c5e60;
  border-color: #1c5e60;
}
.accordion .card-default:hover > .card-heading a {
  color: #fff;
}
.accordion .card-default .card-body ul {
  padding: 6px;
}
.accordion .card-group .card + .card {
  margin-top: 0;
}
.accordion .card-title {
  font-size: 20px;
  font-weight: 700;
}
.accordion .card-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.accordion .more-less {
  float: right;
  color: #fff;
}
.accordion .card-default > .card-heading + .card-collapse > .card-body {
  border-top-color: #eee;
  background: #fdfdfd;
}
.accordion .card-default {
  border-start: 0;
  border-end: 0;
}
.accordion .card-default:last-child {
  border-bottom: 0;
  box-shadow: none;
}
.accordion.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}
.accordion.demo-footer > a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
ul.breadcrumb {
  padding: 10px 16px;
  background-color: transparent;
  font-size: 10px;
  color: #fff;
  z-index: 6;
  position: absolute;
}
.video-card,
.video-wrapper {
  position: relative;
  width: 100%;
}
ul.breadcrumb li .glyphicon::before {
  font-size: 8px;
  margin: 0 2px;
}
ul.breadcrumb li {
  display: inline;
  cursor: default;
}
ul.breadcrumb li + li:before {
  padding: 0;
  color: #000;
  content: "";
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
ul.breadcrumb.bright-background {
  color: #4a4a4a;
}
ul.breadcrumb.bright-background li a {
  color: #4a4a4a;
  text-decoration: none;
}
.sign-posts .col-md-12 .col-md-4 .card .embed-responsive-16by9 {
  padding-bottom: 61.25%;
}
.sign-posts.resource-library-posts .card {
  border: 1px solid #d7d7d7;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
}
.sign-posts.resource-library-posts .col-md-12 .card .embed-responsive-16by9 {
  padding-bottom: 58%;
}
.video-card {
  display: table;
}
.video-card .video {
  width: 100%;
}
.video {
  width: 100%;
}
.playpause {
  background-image: url(../img/ui/icon_play@2x.png);
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.sign-posts.resource-library-posts .col-md-12:not(:first-child) {
  margin-top: 40px;
}
.sign-posts.resource-library-posts video {
  vertical-align: top;
}
#supplyChainMap .infowindow .info-value {
  color: #4a4a4a;
  font-weight: 200;
  font-size: 14px;
}
#supplyChainMap table.infowindow td {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#supplyChainMap .infowindow td:first-child {
  padding-left: 0;
}
#supplyChainMap .pinLink {
  margin-top: 4px;
}
#supplyChainMap .infowindow p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#supplyChainMap .infowindow .info-title {
  color: #2a8a8e;
  font-size: 16px;
  font-weight: 500;
}
.orSeperator {
  float: left;
  margin-top: 7.5px;
  font-size: 16px;
  font-weight: 200;
  color: #bcbcbc;
}
.gmnoprint.gm-bundled-control .gmnoprint > div > div:nth-of-type(2) {
  height: 5px !important;
}
.gmnoprint.gm-bundled-control .gmnoprint > div {
  width: initial !important;
  height: initial !important;
  box-shadow: none !important;
}
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom in"] div,
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom out"] div {
  overflow: visible !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom in"] div img,
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom out"] div img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom in"],
.gmnoprint.gm-bundled-control .gmnoprint div [title="Zoom out"] {
  width: 52px !important;
  height: 52px !important;
  border: 1px solid #faa434;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.gmnoprint.gm-bundled-control {
  right: 60px !important;
  top: 15px !important;
}
[title="Zoom in"] {
  padding: 4px;
}
.infowindow h5 {
  color: #2a8a8e;
  font-size: 16px;
  font-weight: 500;
}
.infowindow p {
  color: #4a4a4a;
}
.infowindow-container > div {
  border-top: 0 !important;
}
.infowindow-container > div:nth-child(2) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.infowindow-container > div:nth-child(3n) > div:first-child {
  display: none !important;
}
.infowindow-container > div:nth-child(3n) > div:nth-child(2) > div {
  box-shadow: none !important;
  border-end: 1px solid #0ca19b;
}
.infowindow-container > div:nth-child(3n) > div:nth-child(2) {
  z-index: 2 !important;
  height: 23px !important;
  -ms-transform: rotate(14deg);
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  border-start: 1px solid #0ca19b;
}
.infowindow-container > div:last-child {
  border-radius: 5px !important;
  box-sizing: border-box !important;
  border: 1px solid #0ca19b !important;
  transform: scaleX(-1) !important;
  box-shadow: -2px 3px 4px 0 rgba(0, 0, 0, 0.5) !important;
}
.infowindow-container ~ .infowindow-container img {
  position: static !important;
  left: auto;
  width: 10px !important;
  height: auto !important;
}
.segment-icon ~ .segment-icon {
  margin-left: 6px;
}
.tooltip.top .tooltip-inner {
  background-color: #2a8a8e;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2a8a8e;
}
.segment-icon {
  display: inline-block;
  cursor: pointer;
}
.segment-icon img {
  width: 32px;
}
.infowindow-container:nth-of-type(2),
.infowindow-container ~ .infowindow-container {
  background-color: #efeeee !important;
  color: #efeeee !important;
  border-radius: 15px;
  padding: 3px 5px;
  width: 20px !important;
  height: 20px !important;
}
.map-row {
  padding: 0;
}
.global-presence-description  {
  width: 100%;
  overflow-y: scroll;
}
.global-presence-description .form-control {
  margin: 0;
}
.global-presence-description p {
  font-size: 15px;
  color: #4a4a4a;
}
.global-presence-description .dropdown-selection-row {
  background-color: rgba(155, 155, 155, 0.1);
}
.global-presence-description .dropdown-wrapper .col-form-label {
  margin-right: 15px;
}
.global-presence-description .dropdown-wrapper,
.global-presence-description .dropdown-wrapper .bootstrap-select,
.global-presence-description .dropdown-wrapper .col-form-label,
.global-presence-description .dropdown-wrapper .standard-dropdown {
  float: left;
}
.global-presence-description .section-title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.global-presence-description .form-row > .aligned-container-margin {
  padding: 15px;
}
.global-presence-description .form-row:first-child > .aligned-container-margin {
  background-color: #2a8a8e;
}
.global-presence-description .form-row:nth-child(2) > .aligned-container-margin {
  background-color: #94c4c6;
}
.global-presence-description .form-row:first-child > div {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: visible;
}
.searchPage .nav.nav-tabs-section.scroll-x {
  margin-bottom: 20px;
}
.searchPage .resultSection {
  margin: 20px 0;
}
.searchPage .resultHeader {
  color: #30302e;
  font-size: 22px;
  font-weight: 700;
}
.searchPage .glyphicon.glyphicon-search.form-control-feedback::before {
  color: #e8a44f;
}
.searchPage label {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}
#searchField,
.searchPage .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #666565;
  font-weight: 300;
  font-size: 15px;
}
.searchPage .resultStandFirst {
  color: #4a4a4a;
  font-weight: 200;
}
.searchPage .resultLink {
  color: #faa434;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  margin-bottom: 3px;
}
.searchPage .resultTotal {
  color: #6e6e6e;
}
.bootstrap-select button .caret {
  color: #f7a43d;
}
.bootstrap-select button {
  height: 100%;
}
.bootstrap-select button,
.form-control {
  border: 2px solid rgba(0, 79, 89, 1);;
  /* border-radius: 40px; */
}
.searchPage .container-fluid {
  background: #f6f5f5;
  padding: 15px 0;
}
.searchPage h2 {
  color: #348b8d;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .global-presence-description .form-row > .aligned-container-margin {
    width: 15%;
  }
  .global-presence-description .dropdown-wrapper:first-child {
    margin-right: 40px;
    margin-left: 30px;
  }
  .global-presence-description .dropdown-wrapper:nth-child(3) {
    margin-left: 40px;
  }
  .quote-boxes .leader-description {
    padding-right: 30px;
  }
  .quote-boxes.hidden-for-mobile.four-columns-boxes
    .tabbable-card
    .tabbable-line
    .tab-content
    .tab-pane
    .col-md-12 {
    padding-left: 30px;
  }
  .search-form .form-control input.form-control {
    padding-bottom: 10.5px;
    font-size: 15px;
  }
  .quote-boxes.three-columns-quotes.hidden-for-mobile
    .tabbable-card
    .card-quote.col-md-4 {
    max-width: 33.33333333%;
  }
  .quote-boxes.hidden-for-mobile.four-columns-boxes
    .tabbable-card
    .card-quote.col-md-3 {
    max-width: 25%;
  }
  .next-filters {
    display: none;
  }
  a.link-box .info-body {
    align-items: center;
    justify-content: center;
  }
  .flexDisplayLaptop {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .about-us-infographic > .form-row,
  .sign-posts .col-md-12 {
    display: flex;
  }
  .tabtop li .tab-quote-title {
    padding: 9px;
  }
  .sign-posts .col-md-12 .col-md-4 .card {
    height: 100%;
  }
  .sign-posts .col-md-12 .col-md-4 {
    flex: 1;
  }
  .no-full-banner {
    margin-top: 60px;
  }
  .hidden-for-laptop {
    display: none;
  }
  .banner-center img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.timeline-field {
  background-color: #2a8a8e;
}
.history-carousel-parent .new-caption-area,
.history-carousel-parent .timeline-carousel {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}
.new-caption-area,
.timeline-carousel {
  margin: auto;
  color: #000;
}
.timeline-carousel .carousel-control-next .glyphicon::before {
  vertical-align: middle;
  font-size: 17px;
  color: #faa434;
}
.timeline-carousel .carousel-control .glyphicon {
  top: 23%;
}
.timeline-carousel .carousel-control .glyphicon-chevron-right {
  width: auto;
  height: auto;
  margin-top: -10px;
  font-size: inherit;
}
.timeline-carousel .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 20px;
  opacity: 1;
  text-shadow: none;
  background-image: none;
  background-color: #fff;
  border: 1px solid #00622F;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.timeline-carousel + .new-caption-area p {
  margin-bottom: 0;
  color: #fff;
}
.timeline-carousel + .new-caption-area {
  background-color: #00622F;
  padding: 20px;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
.timeline-carousel .carousel-caption {
  color: #000;
}
#masthead {
  min-height: 250px;
}
#masthead h1 {
  font-size: 30px;
  line-height: 1;
  padding-top: 20px;
}
#masthead .well {
  margin-top: 8%;
}
@media screen and (min-width: 1024px) {
  #masthead h1 {
    font-size: 50px;
  }
}
.navbar-bright {
  background-color: #115;
  color: #fff;
}
.dots-list .affix,
.dots-list .affix-top {
  position: static;
}
@media (min-width: 979px) {
  #timeline.affix,
  #timeline.affix-bottom,
  #timeline.affix-top {
    margin-left: 40px;
    border: 1px solid #d7d7d7;
    width: 140px;
    background-color: rgba(239, 239, 239, 0.2);
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.15);
  }
  #timeline.affix-top {
    position: static;
    margin-top: 73px;
  }
  #timeline.affix {
    position: fixed !important;
    top: 90px;
  }
  #timeline.affix-bottom {
    position: absolute !important;
  }
}
#sidebar li a:focus,
#sidebar li a:hover,
#sidebar li.active a,
#sidebar li:hover a {
  color: #2a8a8e;
  background-color: transparent;
}
#sidebar li.active .dot {
  background-color: #2a8a8e;
}
#sidebar li.active:after,
#sidebar li:hover:after {
  background: #2a8a8e;
}
.dots-list .timeline-title {
  padding: 15px 0;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #2a8a8e;
}
.dots-list {
  font: normal 700 16px/1.6rem "Poppins";
  padding: 0;
}
.dots-list .circle {
  background: #aaa;
  border: 0.5rem solid #666;
  border-radius: 100%;
  height: 2.25rem;
  margin: auto;
  width: 2.25rem;
  vertical-align: middle;
}
.dots-list ul {
  margin: 0 40px 0 0;
  padding: 30px 0;
}
.dots-list em {
  color: #666;
  display: block;
  font-weight: 700;
}
.dots-list li a {
  padding: 0;
  color: #4a4a4a;
  text-transform: none;
}
.dots-list li {
  border: 0 solid rgba(215, 215, 215, 0.58);
  color: #fff;
  font-family: "Poppins";
  list-style-type: none;
  line-height: 13px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-end-width: 2px;
  text-align: right;
}
.dots-list li + li {
  margin-top: 0;
}
.dots-list li::after {
  background: #faa434;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: calc(-0.6rem - 1px);
  width: 1.2rem;
  top: 8.5px;
}
.dots-list li:first-child a {
  line-height: 1rem;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  top: -6px;
}
.dots-list li:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.dots-list li:first-child::after {
  top: 0;
}
.dots-list li:last-child {
  padding-bottom: 0;
}
.dots-list li:last-child:after {
  top: auto;
  bottom: 0.5px;
}
.history-cards .card img {
  width: 100%;
}
.history-cards .carousel-indicators {
  bottom: 0;
}
.history-carousel-parent .timeline-carousel .carousel-indicators .active span {
  display: inline-block;
  position: absolute;
  overflow: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}
.history-carousel-parent .timeline-carousel .carousel-indicators .active {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.year-section:not(:first-child) {
  clear: both;
  margin-top: 60px;
}
.year-section .card br {
  display: block;
}
.year-section .card {
  clear: both;
  display: flex;
  /* overflow: auto; */
  margin-top: 20px;
  font-weight: 200;
  align-items: center;
}
.history-cards .card .col-md-6:first-child,
.history-cards .card .col-md-6:nth-child(odd) {
  padding-left: 0;
}
.history-cards .card .col-md-6:nth-child(even) {
  padding-left: 0;
  margin-left: 25px;
}
.awards-accordion .accordio-icon img {
  width: 100px;
}
.accordion .card-default .card-body.awards-accordion ul,
.accordion .card-default .card-body.document-accordion ul {
  padding: 0;
}
.accordion .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #FFF;
  background-color: #298A8E;
  border-color: #298A8E;
}

.accordion .panel-default > .panel-heading:hover {
  padding: 0;
  border-radius: 0;
  color: #FFF;
  background-color: #1d5e61;
  border-color: #1d5e61;
  ;
}
.awards-accordion ul li .accordion-text {
  margin-left: 25px;
  align-items: center;
  justify-content: center;
}
.awards-accordion ul:first-child li,
.document-accordion ul:first-child li {
  display: flex;
  padding: 20px 10px;
  margin: 0;
}
.awards-accordion.card-body,
.document-accordion.card-body {
  padding: 0;
}
.awards-accordion.card-body ul,
.document-accordion.card-body ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.awards-accordion ul li:nth-child(odd),
.document-accordion ul li:nth-child(odd) {
  /* background-color: #fff; */
}
.awards-accordion.card-body ul li ul li {
  display: list-item;
  padding: 0;
  background-color: transparent;
  list-style-position: outside;
}
.awards-accordion.card-body ul li ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 5px;
  padding: 0px;
}
.awards-accordion ul li:nth-child(even),
.document-accordion > ul li:nth-child(even) {
  background-color: #f7f7f7;
}
.two-column-image-text:not(:first-child) {
  margin-top: 10px;
}
.two-column-image-text {
  display: flex;
}
.two-column-image-text .row-image img {
  width: 80px;
}
.two-column-image-text .row-text p {
  margin-top: 0;
  font-size: 14px;
}
.two-column-image-text .row-text a,
.two-column-image-text .row-text p {
  font-weight: 200;
}
.two-column-image-text .row-text {
  margin-left: 6px;
}
.grievance-table-mobile {
  margin-top: 12px;
}
.grievance-table {
  padding: 20px;
}
.grievance-table .total-records p {
  color: #4a4a4a;
  font-family: "Poppins";
  font-size: 15px;
  line-height: 20px;
}
.grievance-search .tab-content {
  padding: 0;
  border: 0;
}
.grievance-search
  #searchField
  + .form-control-feedback.glyphicon.glyphicon-search.form-control-feedback::before {
  font-size: 18px;
  color: #faa434;
}
.grievance-search #searchField + .form-control-feedback {
  bottom: 0;
  margin: auto 10px auto auto;
}
.grievance-search #searchField {
  font-size: 21px;
  padding: 17px;
  height: 45px;
}
.grievance-search {
  padding: 10px 0 20px;
  background-color: rgba(155, 155, 155, 0.1);
}
.sign-up-form-wrapper input.form-control {
  padding: 10px 12px;
  height: auto;
}
.sign-up-form-wrapper .form-control {
  box-shadow: none !important;
}
.sign-up-form-wrapper .col-centered {
  float: none;
  margin: 0 auto;
}
.sign-up-form-wrapper .btn-group.bootstrap-select.form-control {
  height: 40px;
}
.sign-up-form-wrapper {
  padding: 20px 0 30px;
  margin: 20px 0 40px;
  overflow: auto;
  background: #f7f7f7;
}
.sign-up-form-wrapper  .form-check p {
  display: inline-block;
  margin: 0 0 0 8px;
}
.sign-up-form-wrapper  .form-control.required label:after {
  content: "*";
  color: red;
}
.sign-up-form-wrapper  label {
  padding-top: 11px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.sign-up-form-wrapper .white-checkbox-wrapper {
  display: inline-block;
}
.sign-up-form-wrapper .white-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}
.sign-up-form-wrapper .white-checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  background: #fff;
}
.sign-up-form-wrapper .white-checkbox label:after {
  content: "";
  width: 11px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 3px solid #000;
  border-top: none;
  border-end: none;
  background: 0 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sign-up-form-wrapper .white-checkbox label:hover::after {
  opacity: 0.3;
}
.sign-up-form-wrapper .white-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.sign-up-form-wrapper .invalid-feedback.active {
  display: block;
}
.sign-up-form-wrapper .submit-btn {
  border: 1px solid #faa434;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #faa434;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
}
.sign-up-form-wrapper  {
  clear: both;
}
.sign-up-form-wrapper .invalid-feedback {
  color: red;
  font-weight: 200;
  margin-top: 7px;
  font-size: 14px;
  display: none;
}
.sign-up-form-wrapper .required-text {
  margin-bottom: 15px;
}
.sign-up-form-wrapper .required-text p {
  color: #4a4a4a;
}
.sign-up-form-wrapper .required-text p::before {
  content: "*";
  color: red;
}
.sign-up-form-wrapper .btn-group.bootstrap-select.form-control.open .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-end: 4px solid transparent;
  border-start: 4px solid transparent;
}
.sign-up-form-wrapper
  .white-checkbox
  input[type="checkbox"]:checked
  + label:after {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .global-presence-description .dropdown-wrapper {
    width: 100%;
  }
  .global-presence-description .dropdown-wrapper .col-form-label {
    width: 20%;
  }
  div.full-banner.container-fluid.hover-zoom .img-fluid,
  div.side-banner.hover-zoom .img-fluid {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .nav-tabs-section > li a {
    position: relative;
    display: block;
    padding: 0;
    margin-right: 2px;
  }
  .nav-tabs-section > li.active a {
    border-bottom: 2px solid #2a8a8e !important;
  }
  .nav-tabs-section > li.active a::after {
    width: 80px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .nav-tabs-section > li a::after {
    display: none;
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 1px #00b5e1 solid;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .nav-tabs-section > li > a {
    border: none;
    color: #9b9b9b;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 2px 1px;
  }
  ul.nav.nav-tabs-section::after,
  ul.nav.nav-tabs-section::before {
    content: " ";
    display: table;
  }
  .dropdown.li_dib .dropdown-toggle.active .glyphicon-chevron-down::before,
  .mobile-navbar.navbar .li_dib.open .glyphicon-chevron-down::before {
    content: "\e253";
  }
  ul.nav.nav-tabs-section::after {
    clear: both;
  }
  ul.nav.nav-tabs-section {
    display: inline-flex;
    width: 280px;
    clear: none;
    text-align: center;
  }
  .map-filters,
  .sign-up-form-wrapper .form-check {
    display: flex;
  }
  .nav-tabs-section > li {
    margin-right: 16px;
  }
  .nav-tabs-section > li:last-child {
    margin-right: 0;
  }
  .sign-up-form-wrapper .required-text {
    margin-bottom: 0;
  }
  .sign-up-form-wrapper .form-control .mobile-center {
    text-align: center;
  }
  .sign-up-form-wrapper .form-check .white-checkbox-wrapper p {
    font-size: 16px;
  }
  .sign-up-form-wrapper .form-check .white-checkbox-wrapper {
    margin-top: 2px;
  }
  .sign-up-form-wrapper .submit-btn {
    padding: 16px 38px;
  }
  .sign-up-form-wrapper  label {
    margin-bottom: 8px;
  }
  .sign-up-form-wrapper  .form-control {
    margin-left: 0;
    margin-right: 0;
  }
  .global-presence-description .form-control,
  .global-presence-description .orSeperator,
  .global-presence-description .section-title {
    margin-left: 20px;
  }
  .sign-up-form-wrapper .btn-group.bootstrap-select.form-control,
  .sign-up-form-wrapper input.form-control {
    height: 45px;
  }
  .sign-up-form-wrapper {
    overflow: visible;
    padding: 20px 15px 50px;
  }
  .global-presence-description .form-row > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .global-presence-description .orSeperator {
    float: none;
  }
  .global-presence-description > .form-row > .col-md-12 .page-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .global-presence-description .container-fluid {
    padding: 0;
  }
  .map-filters {
    width: 100%;
  }
  .global-presence-description .form-row > div.map-row {
    padding-top: 0;
  }
  .infowindow-container + img.infowindow-container {
    right: 12px !important;
    top: 10px !important;
    background-color: transparent !important;
    color: transparent !important;
  }
  .map-filters .filter-session {
    display: table;
  }
  .next-filters .glyphicon::before {
    font-size: 13px;
    color: #2a8a8e;
  }
  .next-filters {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .fa-camera-retro {
    line-height: inherit;
  }
  .enlarge-button .infograph-icon img {
    width: 23px;
  }
  .enlarge-button .info-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enlarge-button {
    display: block;
    margin: 12px auto 0;
    padding: 10px;
    text-decoration: none;
    max-width: 250px;
  }
  .dropdown.li_dib .dropdown-toggle.active a {
    color: #faa434;
  }
  .dropdown.li_dib .dropdown-toggle a {
    padding: 0 15px;
    color: #000;
  }
  .dropdown.li_dib .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .dropdown.li_dib .dropdown-toggle > .glyphicon {
    margin-right: 15px;
  }
  .dropdown.li_dib .glyphicon {
    float: right;
  }
  .image-overlay-left .header-white h2 {
    font-size: 25px;
  }
  .image-overlay-left {
    font-size: 25px;
    width: 45%;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-us-li {
    padding: 15px;
  }
  .about-us-infographic .info-body {
    display: grid;
  }
  #homeCarousel + .mobile-carousel-caption,
  .full-banner .image-overlay,
  .side-banner .image-overlay {
    display: block;
  }
  .info-data .text,
  .info-data p {
    font-size: 16px;
  }
  .quote-boxes .tabsetting .leader-position {
    padding: 0;
  }
  .quote-boxes-mobile .quote-content {
    padding: 0 12px;
  }
  .tab-navigation .card {
    margin-bottom: 0;
  }
  .three-columns-quotes .quote-boxes-mobile {
    margin-bottom: 35px;
  }
  .container.three-quote-boxes-mobile {
    padding: 0;
  }
  .paragraph-text p {
    font-size: 17px;
    font-weight: 300;
  }
  .sugar-safety-tabs .tab-content {
    padding: 20px;
  }
  .image-within-text img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sugar-links .link-card {
    margin-bottom: 15px;
  }
  .sign-posts.resource-library-posts .col-md-12:not(:first-child),
  .sign-posts.resource-library-posts .col-md-6:not(:first-child) {
    margin-top: 20px;
  }
  .page-banner {
    height: 290px;
    min-height: 240px;
  }
  .header-white h1 {
    font-size: 28px;
  }
  .header-white h2 {
    font-size: 30px;
  }
  .container h2,
  .header-green h2 {
    padding-right: 30px;
    font-size: 30px;
  }
  .header-white h5 {
    font-size: 13px;
    font-weight: 200;
  }
  .header-white h6 {
    font-size: 12px;
    font-weight: 400;
  }
  .highlights ul.nav-tabs-section,
  .highlights-homepage ul.nav-tabs-section {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
  }
  .tabs-card-heading {
    overflow: scroll;
    text-align: center;
  }
  .mobile-navbar .dropdown-menu-title {
    width: 100%;
  }
  .highlight-cards .card {
    margin-bottom: 15px;
  }
  #homeCarousel .carousel-inner {
    overflow: visible;
  }
  #homeCarousel img {
    max-height: 100%;
    width: 100%;
  }
  #homeCarousel .carousel-caption {
    position: relative;
    top: 0;
  }
  .mobile-navbar .top-bar-links a .fa-linkedin-square {
    margin-right: 3px;
    vertical-align: unset;
  }
  .mobile-navbar .top-bar-links a {
    font-size: 14px;
    font-weight: 300;
  }
  .mobile-navbar .top-bar-links {
    padding: 20px 27px;
    line-height: 2rem;
  }
  .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    width: 100%;
  }
  .full-banner .banner-overlay,
  .side-banner .banner-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  ul.breadcrumb,
  ul.breadcrumb li a {
    color: #b5b5b5;
  }
  .tab-links.tab-navigation .nav-tabs .col-md-4 {
    vertical-align: top;
  }
  .container.tab-links {
    padding: 0;
  }
  .tab-links ul li {
    display: inline-block;
    float: none;
  }
  .page-banner-bg {
    padding-left: 0;
    padding-right: 0;
  }
  ul.breadcrumb {
    margin: 10px;
    background-color: #fff;
    position: static;
  }
  .scroll-x {
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
  }
  #homeCarousel .carousel-caption > h1,
  #homeCarousel + .mobile-carousel-caption h1 {
    font-size: 28px;
    line-height: 34px;
    max-width: 300px;
  }
  #homeCarousel .carousel-caption > a,
  #homeCarousel + .mobile-carousel-caption a {
    font-size: 14px;
    margin: 10px;
  }
    #homeCarousel .carousel-content,
    #homeCarousel + .mobile-carousel-caption {
        /*background-color: #2b8a8e;*/
        padding: 20px;
        bottom: 48px;
    }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-row {
    margin-right: 0;
    margin-left: 0;
  }
  .accordion.demo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title {
    font-size: 30px;
    font-weight: 600;
  }
  .no-padding-mobile {
    padding: 0;
  }
  .footer {
    font-weight: 200;
    font-size: 11px;
    /* text-align: initial; */
  }
  /* .footer .copyRight, .footer ul, .footer ul li a{
    font-size: 11px;
  } */
  .footer-mrg{
    text-align: initial;
    
  }

  #text-width{
    width:45%;
    margin-left: -5%;
  }
  .footer .terms h4 {
    display: none;
  }
  .footer .mapFooter .address {
    margin-top: 15px;
    padding-left: 0;
  }
  .footer .terms {
    padding: 5px 0;
  }
  #homeCarousel .carousel-caption > a,
  #homeCarousel + .mobile-carousel-caption a {
    font-weight: 400;
    padding: 7px 16px;
    text-align: left;
    margin-left: 0;
  }
  #homeCarousel .carousel-caption {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
	left: 40px;
	top: -235px !important;
  }
  #homeCarousel .carousel-caption > h1,
  #homeCarousel + .mobile-carousel-caption h1 {
    margin-top: 0;
    text-align: left;
  }
  #homeCarousel .carousel-indicators {
    bottom: 40px;
  }
  #back-to-top {
    display: none !important;
  }
  .full-banner .image-overlay .banner-caption,
  .hidden-for-mobile,
  .side-banner .image-overlay .banner-caption {
    display: none;
  }
  .sign-posts .col-md-12 .col-md-4:not(:first-child) {
    margin-top: 30px;
  }
  .about-us-infographic .form-row .col-md-4 {
    margin-top: 10px;
  }
  #homeCarousel .carousel-inner .carousel-item.full-screen {
    height: 100% !important;
    margin-top: 12%;
  }
  #homeCarousel .carousel-inner {
    height: 200px;
  }
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #ddd;
    color: #fff;
  }
  .navbar .li_dib .dropdown-menu {
    background-color: #fff;
  }
  .col-md-3.main-links.dropdownSection {
    padding: 5px 15px;
  }
  .dropdown-submenu-section,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0;
  }
  .mobile-navbar
    .dropdownSection
    .dropdown-header
    .glyphicon.glyphicon-chevron-down::before {
    content: "\e252";
  }
  .mobile-navbar
    .dropdownSection
    .dropdown-header
    .glyphicon.glyphicon-chevron-down.open::before {
    content: "\e253";
  }
  .mobile-navbar .dropdownSection .dropdown-header a,
  .mobile-navbar .dropdownSection .glyphicon-chevron-down::before {
    color: #2A8A8E;
  }
  .full-banner .image-overlay,
  .side-banner .image-overlay {
    height: 37%;
    width: 83%;
  }
  .full-banner .image-overlay .banner-title,
  .side-banner .image-overlay .banner-title {
    font-size: 26px;
  }
  .form-row .history-input-wrapper {
    background-color: #2a8a8e;
    padding: 15px;
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px;
  }
  .history-page.highlights ul.nav-tabs-section {
    margin: 15px auto 10px;
  }
  .history-input-wrapper .col-9 {
    padding-left: 20px;
  }
  .history-input-wrapper .form-control {
    height: 45px;
  }
  .history-input-wrapper .selectpicker {
    padding: 50px;
  }
  .history-page .image-with-caption {
    margin: 20px -15px 0;
  }
  .history-page .image-with-caption .caption {
    margin-top: 10px;
    padding: 0 15px;
  }
  .history-page .image-with-caption img {
    width: 100%;
  }
  .hidden-for-laptop .year-section {
    margin-top: 25px;
  }
  .history-input-wrapper .col-form-label {
    margin-top: 11px;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
  }
  .btn-group.bootstrap-select.form-control.open
    .btn.dropdown-toggle.btn-secondary
    .bs-caret
    .caret {
    border-top: 0;
    border-bottom: 4px dashed;
  }
  p {
    font-weight: 200;
    font-size: 15px;
  }
  .mobile-carousel-caption {
    position: relative;
    overflow: hidden;
  }
  .mobile-caption-content {
    overflow: visible;
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  #homeCarousel + .mobile-carousel-caption h1 {
    max-width: none;
  }
  .mobile-caption-content .carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    min-width: 100vw;
    padding: 20px;
  }
  .mobile-caption-content .carousel-caption.active {
    position: absolute;
    pointer-events: all;
    opacity: 1;
  }
  .mobile-caption-content .carousel-caption a {
    float: left;
  }
  #homeCarousel {
    min-height: auto;
    overflow: hidden;
  }
  #homeCarousel .carousel-item img {
    min-height: auto;
  }
}
