/**********Navigation BAR**********/

h1,
.h1 {
    font-size: 36px;
    text-align: center;
    font-size: 5em;
    color: #404041;
}

a {
    color: #faa434;
    text-decoration: none;
}

a:hover {
    color: #0c5ca8;
    text-decoration: none;
}

a.no-decorations {
    text-decoration: none;
}

img {
    width: 100%;
}

.header-bar {
    position: initial;
    z-index: 9999;
}

.header-bar.hidden-for-mobile .collapse.navbar-collapse.js-navbar-collapse {
    padding: 0px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    border: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.mega-dropdown-menu {
    padding: 20px 20px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.no-padding {
    padding: 0px
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #999;
    white-space: normal;
}

.dropdown_icons {
    float: left
}

.dropdown-style .btn-group.bootstrap-select .caret {
    border-top: 4px dashed;
    border-bottom: 0px;
}

.dropdown-style .btn-group.bootstrap-select.open .caret {
    border-bottom: 4px dashed;
    border-top: 0px;
}

.dropdown-style .open > .dropdown-toggle.btn-default,
.dropdown-style .btn-default:hover,
.dropdown-style .btn-default:focus {
    background-color: transparent;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.dropdown-style .control-label {
    padding-top: 10px;
}

.dropdown-style .btn {
    padding: 10px;
    font-weight: 300;
    border-radius: 0px;
}

.map-filters .filter-group {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}

.filter-group {
    -ms-overflow-style: none;
}

.map-filters .filter-session {
    cursor: pointer;
    padding: 10px 5px 3px 5px;
}

.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: "Avenir Next";
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
}

.dropdown-style .form-control {
    border-radius: 0px
}

.dropdown-style .bootstrap-select {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-style .btn-default .caret {
    color: #FAA434;
}

.dropdown-style .btn-default {
    border: 0px;
}

.dropdown_icons > img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.top-buffer {
    margin-top: 20px;
}

.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 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom;
}

.sgxValue {
    font-size: 12px;
    vertical-align: text-top;
    margin-left: 7px;
    display: inline-block;
}

.sgxValue iframe {
    width: 180px;
    height: 17px;
    border: 0px;
    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: text-bottom;
    color: #1074b2;
}

.top-bar-links a {
    color: #4A4A4A;
    font-size: 12px;
    text-decoration: none;
    margin: 0px 5px;
    cursor: pointer;
}

.top-bar-links.top-bar-links--dropdown ul li {
    float: left;
    list-style-type: none;
}

.top-bar-links.top-bar-links--dropdown ul li:hover > ul {
    opacity: 1;
    transition: all 0.2s ease-in;
    z-index: 1090;
}

.top-bar-links.top-bar-links--dropdown ul li ul {
    position: absolute;
    width:180px;
    background: white;
    opacity: 0;
    transition: all 0.2s ease-out;
    padding: 3.5px 0;
}

.top-bar-links.top-bar-links--dropdown ul li ul li {
    list-style-type: none;
    float: none;
    display: block;
    padding: 3.5px 0;
}

.top-bar-links.top-bar-links--dropdown-mobile li {
    list-style-type: none;
    padding: 3.5px 0;
}

.top-bar-links.top-bar-links--dropdown-mobile li:hover > ul {
    opacity: 1;
    height: 90px;
    transition: all 0.5s ease-in;
    visibility:visible;
}

.top-bar-links.top-bar-links--dropdown-mobile li ul {
    opacity: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}

.top-bar-links.top-bar-links--dropdown-mobile li ul li {
    padding: 3.5px 0;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.mega-dropdown {
    width: auto;
}

.navbar .li_dib:hover .dropdown-toggle {
    background-color: transparent;
    color: #FFF;
}

.navbar .li_dib .dropdown-menu {
    color: #000;
}

.glyphicon::before {
    font-size: 10px
}

.navbar-nav > li:hover {
    background-color: transparent;
    color: white
}

.glyphicon-chevron-down::before {
    content: "\e252";
    color: #7c9ccc;
    -webkit-transition: content 2s;
    /* For Safari 3.1 to 6.0 */
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.navbar-default {
    /*removed*/
    padding: 10px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 1080;
    /*
position: fixed;
width: 100%;
*/
    background: linear-gradient(90deg,rgba(2,5,16,1) 35%, rgba(12,0,0,1) 100%);
}

.navbar-brand {
    padding: 11px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.mega-dropdown {
    position: static !important;
    /*  width: 50%;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: white;
}

.mainLinks {
    color: black;
}

.main-links {
    display: flex;
}

.dropdown-menu-title {
    margin-left: 10px;
    margin-top: 10px;
}

.mega-dropdown-menu .dropdown-h {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    font-family: "Avenir Next";
    font-weight: bold;
    line-height: 19px;
    padding: 0px;
    cursor: pointer;
    white-space: normal;
}

.mega-dropdown-menu .dropdown-h:hover {
    color: #0c5ca8;
}

.dropdown-submenu {
    display: block;
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 13px;
    margin-top: 6px;
    line-height: 16px;
}

/*Mobile Navigation Bar*/

.mobile-navbar .left {
    float: left;
    margin-left: 13px
}

.mobile-navbar .glyphicon-search {
    color: #fff
}

.mobile-navbar .navbar-collapse {
    padding: 0px;
}

.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: 0px;
    margin: 0px;
    padding: 23px 20px;
}

.mobile-navbar .menu-button {
    color: white
}

.mobile-navbar .navbar-toggle {
    padding: 8px 20px;
}

.mobile-navbar .dropdown.mega-dropdown.li_dib .glyphicon {
    float: right;
    font-size: 14px;
}

.mobile-navbar .navbar-toggle:hover .menu-button {
    color: black
}

.mobile-navbar .mega-dropdown-menu {
    padding: 0px 0px 10px 0px;
}

.mobile-navbar .navbar-collapse {
    background-color: white;
}

.mobile-navbar .glyphicon-search::before {
    font-size: 14px;
    font-weight: bold;
}

.mobile-navbar.navbar-default .navbar-nav > li > a,
.mobile-navbar.navbar .li_dib .dropdown-toggle {
    color: black;
}

.mobile-navbar.navbar .li_dib .glyphicon-chevron-down::before {
    content: "\e252";
}

.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: 0px 20px;
}

.mobile-navbar .navbar-toggle:hover .glyphicon-search {
    color: #358d90;
}

.mobile-navbar .navbar-toggle .glyphicon-search {
    color: #358d90;
}

.mobile-navbar.navbar-default .navbar-toggle.left,
.mobile-navbar.navbar-default .navbar-toggle {
    background-color: white;
}

.mobile-navbar .navbar-toggle.left .menu-button {
    color: black;
}

.mobile-navbar.navbar-default .navbar-toggle.left.collapsed .menu-button,
.mobile-navbar.navbar-default .navbar-toggle.collapsed .glyphicon-search {
    color: white
}

.mobile-navbar.navbar-default .navbar-toggle.left.collapsed,
.mobile-navbar.navbar-default .navbar-toggle.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: 0px;
}

.navbar-laptop .navbar-brand img {
    max-width: 152px;
    margin-top: -7px;
}

.mobile-navbar .navbar-brand-center img {
    transform: translateX(-50%);
    left: 50%;
    height: 60px;
    position: absolute;
    padding: 10px;
    width: auto;
}

/********SEARCH BUTTON*********/

.search-form .form-group:hover {
    border-radius: 3px;
    border: 1px solid #FFF;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: transparent;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-control {
    caret-color: #FFF;
    color: white;
}

.search-form .searchIconHeader.form-group.active,
.search-form .form-group.hover {
    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: white;
    font-size: 16px;
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: white;
    font-size: 16px;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: white;
    font-size: 16px;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: white;
    font-size: 16px;
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: white;
    font-size: 16px;
}

.mobile_search input::-webkit-input-placeholder {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 400;
}

.mobile_search input:-moz-placeholder {
    /* Firefox 18- */
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 400;
}

.mobile_search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 400;
}

.mobile_search input:-ms-input-placeholder {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 400;
}

.search-form .form-group 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;
}

.form-group.has-feedback {
    margin-bottom: 0px;
    /*    margin-right: 30px;*/
    /*    margin-top: 25%;*/
    /*
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
overflow: auto;
*/
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/********END---SEARCH BUTTON*********/

/********PAGE BANNER*********/

.page-banner {
    height: 450px;
    min-height: 350px;
}

.page-banner img {
    height: 100%;
    width: 100%;
}

/********END--PAGE BANNER*********/

/********Type Hirarchey*********/

.header-white h1,
.page-banner-bg h1 {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 60px;
    font-weight: bold;
}

.header-white h2,
.page-banner-bg h2 {
    color: #FFF;
    font-family: "Avenir Next";
    line-height: 54px;
    font-size: 50px;
    font-weight: bold;
}

.header-white h1,
.page-banner-bg h1 {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 50px;
    font-weight: bold;
}

.header-green h2,
.container h2 {
    color: #0c5ca8;
    font-family: "Avenir Next";
    font-size: 50px;
    font-weight: bold;
}

.small-centered {
    width: 83.33333%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.small-centered p{
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding: 50px;
    font-size: 23px;
    line-height: 33px;
}

.small-centered h2{
    text-align: center;
}

.small-centered .titles__bar{
    width: 6.25rem;
    height: 0.375rem;
    position: absolute;
    top: 3.375rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bg--blue{
    background-color: #0c5ca8;
}


.header-green h3,
.container h3 {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
}

.header-orange h4 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 22px;
    font-weight: 500;
}

.header-dark h4 {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 22px;
    font-weight: 500;
}

.header-white h4 {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: 500;
}

.header-green h4 {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: 500;
}

.header-green-smaller h3 {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 24px;
    font-weight: bold;
}

.header-grey h4 {
    color: #9B9B9B;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: 500;
}

.header-white h5 {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 500;
}

.header-orange h5 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 500;
}

.header-bold-orange h5 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: bold;
}

.header-white h5 {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 500;
}

.header-bold-orange h6 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: bold;
}

.header-bold-dark h6 {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: bold;
}

.header-dark h6 {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 200;
}

.header-bold-orange h6 {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 200;
}

.header-white h6 {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 200;
}

.sub-header-green p {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: bold;
}

.par-slim-white p {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 13px;
    font-weight: 200;
}

.par-slim-black > p {
    color: #000;
    font-family: "Avenir Next";
    font-size: 13px;
    font-weight: 200;
}

.par-white p {
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 12px;
    font-weight: 400;
}

.about-us-infographic .info-body {
    padding: 15px 15px;
}

.about-us-description p {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.link-box .info-body .info-data .text,
.link-box .info-body .info-data p,
.enlarge-button .info-body .info-data .text {
    font-size: 13px;
}

.link-box .info-body .info-data,
.enlarge-button .info-body .info-data {
    color: #faa434;
}

.link-box .infograph-icon img {
    width: 27px;
}

.about-us-infographic .infograph-icon img {
    width: 50px;
}

.container p {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 15px;
    line-height: 22px;
    font-weight: 200;
}

.infograph-icon {
    display: inline-block;
    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 .combination .text,
.info-data .combination p,
.info-data .combination .number,
.info-data .combination strong {
    display: inline-block;
}

.info-data .text,
.info-data p {
    display: block;
    font-family: "Avenir Next";
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 0px;
}

.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;
}

.container .info-data p {
    color: #2A8A8E;
}

.info-data {
    display: inline-block;
    vertical-align: middle;
    color: #2A8A8E;
    margin-left: 11px;
}

.address-info.col-md-6 {
    padding-left: 0px;
}

.address-info .description ul {
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0px;
    font-weight: 200;
    font-size: 14px;
}

.address-info .section .value {
    padding-left: 0px;
    font-weight: 200;
    font-size: 14px;
}

.address-info .title {
    font-weight: 600;
    font-size: 14px;
}

/********End--About Us Section*********/

/********Footer*********/

footer {
    clear: both
}

.footer {
    background: rgba(2,5,16,1);
}

.mapFooter .address,
.quickLinks ul,
.footer .quickLinks {
    /*    padding-left: 0px;*/
}

.footer .mapFooter .address.col-md-4 {
    padding-left: 0px;
}

.footer .mapFooter .address ul li {
    color: #FFF;
}

.mapFooter,
.mapFooter .address,
.footer .quickLinks {
    /*    padding-right: 0px;*/
}

.quickLinks ul li {
    line-height: 25px;
}

.footer .terms {
    line-height: 25px;
}

.footer ul li a,
.footer .copyRight {
    list-style-type: none;
    text-decoration: none;
    padding-left: 0px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 200;
    color: white;
}

.quickLinks .glyphicon::before {
    color: #0c5ca8
}

.footer ul {
    list-style-type: none;
    /* float: left; */
    padding-left: 0px;
    font-size: 12px;
    line-height: 1;
    font-weight: 200;
    color: white;
    line-height: 1.5;
}

.footer .address ul {
    font-size: 13px;
}

.footer h4 {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .quickLinks ul {
    list-style: none;
}

/*Remove Google Footer Logo, Terms & Condition*/

/* a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint > div {
    background: none !important;
} */

a[href^="http://maps.google.com/maps"] {
    display: block
}
a[href^="https://maps.google.com/maps"] {
    display: block
}
.gmnoprint a {
    display: block;
}

.gm-style-cc {
    display: none;
}
.gmnoprint span {
    display: none;
}
.gmnoprint > div {
    background: none !important;
}

/********END-Footer*********/

/**********Carousel**********/

#homeCarousel {
    min-height: 300px;
    min-width: 100%;
}

#homeCarousel .carousel-caption {
    text-align: left;
    /*    max-width: 600px;*/
    left: 0px;
    display: table;
    
/* left: auto; */
/* right: 88%;
top: 10%;
transform: translateY(40%);
bottom: initial; */

}

/*
.carousel-inner>.item {
position: relative;
}
*/

#homeCarousel .carousel-inner > .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    /*Standard*/
}

#homeCarousel .carousel-caption > h1,
#homeCarousel + .mobile-carousel-caption h1 {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 60px;
    line-height: 64px;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#homeCarousel .carousel-caption > a:hover {
    color: #0c5ca8;
    background-color: #FFF;
    border: 1px solid #0c5ca8;
    border-radius: 3px;
}

#homeCarousel .carousel-caption > a,
#homeCarousel + .mobile-carousel-caption a {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 3px;
    background-color: #0c5ca8;
    color: #FFFFFF;
    font-family: "Avenir Next";
    border: 1px solid #0c5ca8;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clickable {
    cursor: pointer;
}

/**********END-Carousel**********/

/*Laptop & Tablets Media Quires*/

@media (min-width: 1024px) {
    .mapFooter {
        padding-left: 30px;
    }
    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;
    }

    .map-filters .filter-session.active .filter-description{
        font-weight: bold;
    }

    #segment-filter-slider .filter-session.active .filter-description{ 
        font-weight: 200;
    }

    .enlarge-button {
        display: none;
    }

    .group-links {
        display: flex;
    }

    .highlights-homepage br,
    .highlights br,
    .nav-tabs-section br {
        display: none
    }

    #homeCarousel + .mobile-carousel-caption {
        display: none;
    }

    #homeCarousel img {
        min-height: 300px;
        min-width: 100%;
    }

    .global-presence-description .row .aligned-container-margin {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .global-presence-description .row {
        display: flex
    }

    #homeCarousel .carousel-indicators {
        bottom: 55px;
    }

    .item.full-screen {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        /*background-size: 100% !important;*/
        background-size: cover;
    }

    .highlight-cards .row .card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin-bottom: 0px;
    }

    .highlight-cards .card:hover .card-block {
        box-shadow: none;
        transition: box-shadow 1s;
        -webkit-transition: box-shadow 1.0s ease-in;
        -moz-transition: box-shadow 1.0s ease-in;
        -o-transition: box-shadow 1.0s ease-in;
    }

    .highlight-cards .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

    .navbar-nav {}

    .nav > li:hover .dropdown-menu.mega-dropdown-menu {
        display: block;
    }

    .navbar-nav > li > .dropdown-menu {
        width: 73%;
        margin-left: auto;
        margin-right: auto;
        right: 0px;
        /*margin-top: 3px;*/
        left: 0px;
        opacity: 1 !important;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
    }

    /* .dropdown-toggle:before {
        position: absolute;
        bottom: -20px;
        left: 40.5%;
        z-index: 999999;
        display: none;
        border-right: 11px solid transparent;
        border-bottom: 21px solid #FFF;
        border-left: 11px solid transparent;
        border-bottom-color: #FFF;
        opacity: 1 !important;
        content: '';
    }

    .dropdown-toggle:after {
        position: absolute;
        bottom: -20px;
        left: 41%;
        display: none;
        border-right: 10.7px solid transparent;
        border-bottom: 21px solid #FFF;
        border-left: 10.7px solid transparent;
        opacity: 1 !important;
        content: '';
    } */

    .dropdown.mega-dropdown.li_dib:hover .dropdown-toggle:before,
    .dropdown.mega-dropdown.li_dib:hover .dropdown-toggle:after,
    .dropdown.mega-dropdown.li_dib.open .dropdown-toggle:before,
    .dropdown.mega-dropdown.li_dib.open .dropdown-toggle:after {
        display: inline-block;
    }

    #homeCarousel .carousel-inner {
        width: 100%;
        max-height: 650px !important;
        /*        min-height: 440px !important;*/
    }

    /*
.carousel-caption {
right: 10%;
text-align: left;
bottom: 35%;
}
*/
    .branding_icon img {
        width: 400px;
    }

    .nav.navbar-nav.navbar-right {
        padding-top: 10px;
    }

}

/*Highlights HomePage Tabs*/

.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 .3s;
    -webkit-transition: all .3s;
}

.nav-tabs-section > li a::after {
    display: none;
}

.nav-tabs-section > li a::after {
    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: "Avenir Next";
    padding: 0px;
    /*    margin: 10px 15px;*/
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


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 > a::after {
    content: "";
    background: #2A8A8E;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
*/

.nav-tabs-section > li.active > a::after,
.nav-tabs-section > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #5a4080 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

/*
.tab-content {
padding: 20px
}
*/

/*
.nav-tabs > li {
width: 20%;
text-align: center;
}
*/

.highlight-cards .card {
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    background: #FFF none repeat scroll 0% 0%;
}

.about-us-infographic .card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    background: #FFF none repeat scroll 0% 0%;
}

.about-us-infographic .row .card {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.highlight-cards .card,
.highlight-cards .col-md-5ths a {
    width: 100%;
}

.highlight-cards .card-block p {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 15px;
}

.highlight-cards .col-md-5ths {
    padding: 10px;
}

.highlight-cards .card-block {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    padding: 14px 20px;
}

.highlight-cards .card-title {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.nav-tabs-section > li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    color: white;
}

.view-all-cards a {
    color: #FAA434;
    font-size: 16px;
    text-decoration: none;
}

/*5 Columns in a row*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.image-within-text p {
    font-family: "Avenir Next";
    font-size: 14px;
    line-height: 22px;
}

.sugar-safety-tabs ul .col-md-5ths {
    padding: 0px;
    cursor: pointer;
}

.sugar-links .link-box .info-body,
.full-width-links .link-box .info-body {
    display: flex;
    padding: 10px;
    border: 1px solid #faa434;
    align-items: center;
}

.sugar-links .link-box,
.full-width-links .link-box {
    width: 100%;
    text-decoration: none;
}

.sugar-links .col-md-3,
.full-width-links .col-md-3 {
    padding: 5px
}

.sugar-links .link-card,
.full-width-links .link-card {
    padding: 3px;
}

.col-xs-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: 0px;
    }
    .two-columns-infographic .col-md-6:first-child {
        margin-right: 20px;
    }
    .image-within-text img {
        margin: 0px 20px 20px 0px;
        width: auto;
    }
    .flex-infographic {
        display: flex;
    }
    .flex-infographic .col-md-6 {
        display: grid;
    }
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1024px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media all and (max-width:1023px) {
    .nav-tabs-section > li > a > span {
        font-size: 18px;
    }
    .nav-tabs-section > li > a {
        /*        padding: 5px 5px;*/
    }
}

/*SIDE BY SIDE BANNERS--HomePage*/

/*
.hover-zoom:hover img {
cursor: pointer;
overflow: hidden;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
*/

.quote-boxes.hidden-for-mobile.four-columns-boxes .tabbable-panel .tabbable-line .card-quote img,
.quote-boxes.three-columns-quotes.hidden-for-mobile .tabbable-panel .tabbable-line .card-quote img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
}

.quote-boxes.hidden-for-mobile.four-columns-boxes .tabbable-panel .tabbable-line .card-quote:hover img,
.quote-boxes.three-columns-quotes.hidden-for-mobile .tabbable-panel .tabbable-line .card-quote:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}


.quote-boxes.three-columns-quotes.hidden-for-mobile .card-quote .image-container {
    height: 380px;
    overflow: hidden;
}

.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 .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
}

.img-responsive {
    width: 100%;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

/*
.grow { transition: all .2s ease-in-out;overflow: hidden; }
.grow:hover { transform: scale(1.1); }
*/

.side-banner .col-md-12,
.side-banner.col-md-6,
.full-banner.col-md-12 {
    padding: 0px;
}

.full-banner.container,
.side-banner.container {
    margin: 0px;
    overflow: hidden;
    width: 100%
}

.side-banner,
.full-banner {
    display: block;
    position: relative !important;
    overflow: hidden;
    cursor: default;
}

.side-banner.clickable,
.full-banner.clickable {
    cursor: pointer
}

.full-banner.container-fluid {
    width: 100%;
    padding: 0px;
    /*    float: left;*/
}

.side-banner .banner-overlay,
.full-banner .banner-overlay {
    text-align: center;
    position: absolute;
    background-color: rgb(0, 0, 0, 0.2);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 3;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
}

.side-banner .banner-overlayes,
    .full-banner .banner-overlayes {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        text-align: center;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
        color: #fff;
        width: 100%;
        height: 100%;
        z-index: 3;
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
    }

.side-banner .banner-caption,
.full-banner .banner-caption {
    /*    visibility: hidden;*/
    display: none;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

@media(min-width:1024px){

    .side-banner:hover .banner-overlay .banner-caption,
    .full-banner:hover .banner-caption {
        /*    visibility: visible;*/
        display: block;
        opacity: 1;
        transition-delay: 0s;
    }
}

.side-banner .image-overlay,
.full-banner .image-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
}

/*Text Overlay Banner*/

.relative {
    position: relative;
}

.image-overlay {
    position: absolute;
    width: 40%;
    cursor: auto;
    height: 43%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.side-banner.clickable .image-overlay,
.full-banner.clickable .image-overlay {
    cursor: pointer;
}

.image-overlay-left {
    position: absolute;
    width: 40%;
    height: 43%;
    overflow: hidden;
    color: white;
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: 500;
    /*    margin: auto;*/
    position: absolute;
    /*    top: 0;*/
    left: 10%;
    bottom: 10%;
    /*    right: 0;*/
}

/*
.image-overlay {
position: absolute;
top: 45%;
left: 0;
width: 100%;
}
.image-overlay .banner-content {
width: 40%;
margin: 0 auto;
}
*/

.image-overlay .banner-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 40px;
    margin: 0px 5%;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 8px;
}

.image-overlay .banner-link {
    text-align: center;
    color: #db242c;
    font-family: "Avenir Next";
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
}

.image-overlay .banner-caption {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 14px;
    margin: 0px 25% 20px 25%;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.side-banner img,
.full-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-banner .image-overlay .banner-caption,
.full-banner .image-overlay .banner-caption {
    margin: 0px 8% 10px 8%;
}

.side-banner .image-overlay .banner-title,
.full-banner .image-overlay .banner-title {
    font-size: 37px;
    line-height: 33px;
}

.side-banner:hover .image-overlay,
.full-banner:hover .image-overlay {
    display: block;
}

.side-banner .image-overlay,
.full-banner .image-overlay {
    height: 15%;
    width: 60%;
}


.side-banner:hover .image-overlay,
.full-banner:hover .image-overlay {
    height: 35%;
}

#homeCarousel .carousel-control.left,
#homeCarousel .carousel-control.right {
    display: none;
}

/*Sign Posts*/

.sign-posts {
    clear: both
}

.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-title {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.sign-posts.resource-library-posts .card-link-title {
    color: #FAA434;
    font-family: "Avenir Next";
    font-size: 17px;
    font-weight: 500;
    padding-right: 20%;
}

.sign-posts.resource-library-posts {
    background-color: white
}

.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 {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.sign-posts .card,
.sign-posts .card img {
    width: 100%;
}

.sign-posts .card-text {
    font-size: 13px;
    color: #4A4A4A;
}

.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%;
    /*    padding: 0% 40%;*/
}

.sign-posts .card-arrow-icon {
    width: 10%;
    display: inline-block;
}

.sign-posts .card-block {
    display: flex;
    background: white;
}

.sign-posts .row {
    margin: 70px 0px 80px 0px;
}

.sign-posts.resource-library-posts .row {
    margin-top: 5px;
}

.sign-posts.bg-gray {
    background: #E7EAE6;
}

.sign-posts {
    width: 100%;
}

.two-columns-sign-post .card-image {
    max-height: 205px;
}

.sign-posts .container .row.row--custom { 
    margin: 0; 
    position: relative;
    top: 40px;
}

.sign-posts .container-fluid .row.row--custom {
    margin: 40px 0;
}

.sign-posts .container .row.row--custom .sign-posts-title .title,
.sign-posts .container-fluid .row.row--custom .sign-posts-title .title {
    font-family: "Avenir Next";
    color: #2A8A8E;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
} 

@media(max-width:766px){
    .sign-posts .container .row.row--custom {
        margin-bottom: 40px;
    }

    .sign-posts-group .sign-posts:first-child .container-fluid .row.row--custom {
        margin-top: 40px;
    } 
}


/*END--Sign Posts*/

/*Standard Table*/

.grievance-search .form-control::-webkit-input-placeholder {
    color: #4A4A4A;
    font-size: 16px;
}

/* WebKit, Blink, Edge */

.grievance-search .form-control:-moz-placeholder {
    color: #4A4A4A;
    font-size: 16px;
}

/* Mozilla Firefox 4 to 18 */

.grievance-search .form-control::-moz-placeholder {
    color: #4A4A4A;
    font-size: 16px;
}

/* Mozilla Firefox 19+ */

.grievance-search .form-control:-ms-input-placeholder {
    color: #4A4A4A;
    font-size: 16px;
}

/* Internet Explorer 10-11 */

.grievance-search .form-control::-ms-input-placeholder {
    color: #4A4A4A;
    font-size: 16px;
}

.standard-table td.details-control {
    background: url(../images/details_open.png) no-repeat center center;
    cursor: pointer;
    background-size: 35px 35px;
    padding-right: 50px;
}

.standard-table tr.shown td.details-control {
    background: url(../images/details_close.png) no-repeat center center;
    cursor: pointer;
    background-size: 35px 35px;
    padding-right: 50px;
}

.standard-table {
    border-bottom: 0px !important;
}

#grievance-mobile_paginate #grievance-mobile_previous.paginate_button.previous,
#grievance-mobile_paginate #grievance-mobile_next.paginate_button.next {
    display: inline-block;
}

#grievance_info,
#grievance_filter,
#grievance_length,
#grievance-mobile_info,
#grievance-mobile_filter,
#grievance-mobile_length,
#grievance-mobile_paginate .paginate_button,
#grievance-mobile_paginate #grievance-mobile_previous.paginate_button.previous.disabled,
#grievance-mobile_paginate #grievance-mobile_next.paginate_button.next.disabled,
#grievance_previous.paginate_button.previous.disabled,
#grievance_next.paginate_button.next.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: white;
    background-color: #FAA434;
    border-radius: 4px;
    margin-right: 4px;
}

table.standard-table br2 {
    /*    margin: 10px 0;*/
    display: block;
    height: 10px;
}

table.standard-table td {
    font-family: "Avenir Next";
    font-size: 13.5px;
    line-height: 20px;
    font-weight: 200;
    color: #4A4A4A;
}

table.standard-table th {
    background-color: #2A8A8E;
    color: #FFF;
    border-bottom: 0px !important;
    padding: 18px !important;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: bold !important;
    line-height: 15px;
}

.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(../images/table_-sorting_asc.png);
}

table.dataTable.standard-table thead .sorting_desc {
    background-image: url(../images/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: 0px;
}

/*END--Standard Table*/

/*BACK TO TOP*/

.btn-primary.focus,
.btn-primary:focus {
    border-color: #ffffff;
    background-color: #ffffff;
    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: #ffffff;
    border-color: #0c5ca8;
    color: #0c5ca8;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.back-to-top {
    border-radius: 10px;
}

.back-to-top:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #0c5ca8;
}

.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 {
    content: "\A";
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-color: transparent #FAA434 transparent transparent;
    position: absolute;
    left: -6px;
    top: 10px;
}

.paginate_button.next {
    position: relative;
    margin-left: 8px;
}

.paginate_button.next:after {
    content: "\A";
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #FAA434;
    position: absolute;
    right: -6px;
    top: 10px;
}

#grievance-mobile_paginate .paginate_button.previous:before {
    left: 0px;
    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: 0px;
    top: 11.5px;
}

#grievance_wrapper.dataTables_wrapper #grievance_paginate.dataTables_paginate .paginate_button {
    padding: 0.45em;
}

#grievance_wrapper.dataTables_wrapper #grievance_paginate.dataTables_paginate .paginate_button.current,
#grievance_wrapper.dataTables_wrapper #grievance_paginate.dataTables_paginate .paginate_button.current:hover,
#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 {
    border: 0px;
    color: #9B9B9B !important;
    background: none !important;
}

#grievance_wrapper.dataTables_wrapper #grievance_paginate.dataTables_paginate .paginate_button:hover {
    border: 0px;
    background: none !important;
}

#grievance_wrapper.dataTables_wrapper #grievance_paginate.dataTables_paginate .paginate_button {
    color: #FAA434 !important;
}

/*Quote Boxes Tropical Oils*/

.quote-boxes.hidden-for-mobile .nav-tabs {
    display: flex;
    margin-bottom: 25px;
}

.quote-boxes .nav-tabs {
    border-bottom: 0px;
}

.quote-boxes.hidden-for-mobile .tabtop li {
    display: flex;
    flex: 1 1 auto;
    margin: 5px;
}

.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-mobile.four-columns-boxes .tabtop li .tab-quote-title {
    display: flex;
    flex-direction: column;
}

.quote-boxes.hidden-for-laptop.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: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    margin: 0px;
}

.quote-boxes.three-columns-quotes .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.quote-boxes.three-columns-quotes .container-fluid .row {
    margin-right: 0px;
    margin-left: 0px;
}

/*END--Quote Boxes Tropical Oils*/

/*Quote Boxes*/

.heading4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #111111;
    margin: 0px 0px 5px 0px;
}

.heading1 {
    font-size: 30px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #1b2834;
    font-weight: 900;
}

.content-quality {
    float: left;
    width: 193px;
}

.content-quality p {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.content-quality p span {
    display: block;
}

.tabtop li .tab-quote-title {}

/* .tabtop .active .tab-quote-title:before {
    position: absolute;
    bottom: -15px;
    left: 48%;
    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: 0px;
    margin: 0px;
    border: none;
}

.quote-boxes .tabsetting .leader-name {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: center;
}

.quote-boxes .tabsetting .leader-position {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0% 10%;
    text-align: center;
}

.quote-boxes .leader-description {
    margin-top: 8px;
}

/*Mobile*/

.quote-boxes.hidden-for-laptop .nav-tabs {
    display: flex;
}

.quote-boxes.hidden-for-laptop .tabtop li {
    display: flex;
    flex: 0 1 auto;
}

.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: bold;
    margin-bottom: 0px;
}

.tabtop .active .tab-quote-title:hover {
    color: #fff !important;
}

.tabtop .active .tab-quote-title {
    background-color: #0c5ca8 !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 0;
}

.services a:hover {
    color: #000;
}

.services h1 {
    margin-top: 0px !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: #111111;
    color: white;
    margin: 0px;
    border: 0px;
    height: 100%;
    border-radius: 0px;
}

.quote-boxes .tabtop li {
    padding: 0px;
}

.quote-boxes .tabtop li img {
    width: 100%;
}

.quote-boxes.three-columns-quotes.hidden-for-mobile .tabbable-panel {
    margin-bottom: 70px;
}

.quote-boxes.three-columns-quotes.hidden-for-mobile .tab-content .leader-descripiton-head {
    margin-top: 55px;
    margin-bottom: 25px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
}

.quote-boxes.three-columns-quotes.hidden-for-mobile .tab-content .leader-descripiton-head p{
    font-size: 2rem;
    font-family: "Avenir Next";
}

.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: 0px;
}

/*END--Quote Boxes*/

/*Corporate Profile*/

ul li {
    color: #4A4A4A;
    line-height: 1.6;
}

ul.breadcrumb li {
    color: #FFF;
}

ul.breadcrumb.bright-background li {
    color: #4A4A4A;
}
/*
.corporate-profile .about-us-li li {
    margin-bottom: 15px;
    color: #4A4A4A;
    line-height: 1.6;
}*/



.corporate-profile p {
    margin-top: 15px;
}

.corporate-profile .info-data p {
    margin-top: 0px;
}

.page-sub-tilte {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.page-title {
    color: #2A8A8E;
    font-family: "Avenir Next";
    font-size: 42px;
    font-weight: 700;
}

/*Plantation Tabs*/

.tab-navigation li:not(:last-child) {
    padding-right: 1px;
}

.tab-navigation .nav-tabs .col-md-4 {
    padding: 0px;
}

.tab-navigation .nav-tabs li > a {
    border: none;
    color: #ffffff;
    background-color: #2A8A8E;
    margin: 0px;
    border-radius: 0px;
    font-weight: 600;
}

.tab-navigation .nav-tabs {
    border: 0px;
}

.tab-navigation .nav-tabs li > a > span {
    display: table-cell;
    vertical-align: middle;
}

.tab-navigation .nav-tabs li > a {
    /*    display: block;*/
    padding: 10px;
    width: 100%;
    display: table;
    text-align: center;
}

.tab-navigation .nav-tabs li.active > a,
.tab-navigation .nav-tabs li > a:hover {
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    background-color: #1D5E61;
}

.accordion .panel-default > .panel-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 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-navigation .tab-pane {
    padding: 15px 0;
}

.tab-navigation .tab-content {
    padding: 20px 0px;
}

.tab-navigation ul.nav-tabs {
    display: flex
}

.tab-navigation .nav-tabs li {
    text-align: center;
    flex: 1;
    vertical-align: top;
}

.tab-navigation .card {
    background: #FFF none repeat scroll 0% 0%;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
}

a.link-box .glyphicon::before {
    font-size: 9px;
}

a.link-box .info-body {
    display: flex;
}

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: 0px;
    padding: 0px;
    max-width: 350px;
}

@media all and (max-width:1023px) {
    .header-white h2,
    .page-banner-bg h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .tab-navigation .nav-tabs li:not(:first-child) {
        border-left: 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: 0px;
    }
}

/*END--Plantation Tabs*/

/*CSS Styling for CMS*/

.sf-backend-wrp .btn-primary:active {
    position: relative;
    bottom: 0;
    right: 0;
}

/*END--CSS Styling for CMS*/

/*Safety/Sugar Tabs*/

.sugar-safety-tabs .tab-content {
    padding: 20px 0px;
}

/*END--Safety/Sugar Tabs*/

/*Accordion*/

.accordion ul li
,.accordion ol li {
    list-style-position: outside;
    margin-left: 1em;
    font-weight: 200;
    font-size: 16px;
    margin-top: 10px;
}

.accordion .panel-default .panel-heading[aria-expanded="true"] {
    background: red;
}

.panel-group {
    margin-bottom: 60px;
}

.accordion .panel-default .panel-heading .glyphicon::before {
    color: white
}

.accordion .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #FFF;
    background-color: #298A8E;
    border-color: #298A8E;
}

.accordion .panel-default:hover > .panel-heading,
.accordion .panel-heading.active {
    background-color: #1C5E60;
    border-color: #1C5E60;
}

.accordion .panel-default:hover > .panel-heading a {
    color: white
}

.accordion .panel-default .panel-body ul {
    padding: 6px;
}

.accordion .panel-group .panel + .panel {
    margin-top: 0px;
}

.accordion .panel-title {
    font-size: 20px;
    font-weight: 700;
}

.accordion .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.accordion .more-less {
    float: right;
    color: #FFF;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    background: #fdfdfd;
}

.accordion .panel-default {
    border-left: 0px;
    border-right: 0px;
}

.accordion .panel-default:last-child {
    border-bottom: 0px;
    box-shadow: none;
}

/*
.accordion.demo {
padding-top: 60px;
padding-bottom: 110px;
}
*/

.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: bold;
    font-size: 14px;
    color: #fff;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    font-size: 10px;
    color: white;
    z-index: 6;
    position: absolute;
}

ul.breadcrumb li .glyphicon::before {
    font-size: 8px;
    margin: 0px 2px;
}

ul.breadcrumb li {
    display: inline;
    cursor: default;
}

ul.breadcrumb li + li:before {
    padding: 0px;
    color: black;
    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;
    width: auto;
    position: relative;
    width: 100%;
}

.video-card .video {
    width: 100%;
}

.video-wrapper {
    width: 100%;
    position: relative;
}

.video {
    width: 100%;
}

.playpause {
    background-image: url(../images/icon_play%402x.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;
}

/*End-Accordion*/

/*Supply Chain*/

#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;
}

/*Global Presence*/

.supply-chain-filters .dropdown-selection-row:not(:first-child) .form-group {
/*    margin-top: 10px;*/
}

.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);
    /*    background-color: #fff !important;*/
    padding: 15px;
}

.gmnoprint.gm-bundled-control {
/*    right: 60px !important;
    top: 15px !important;*/
    margin: 0 25px 50px 0px !important;
}
@media(max-width:1023px){
    .gmnoprint.gm-bundled-control {
        margin-right: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: 0px !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-right: 1px solid #0CA19B;
}

.infowindow-container > div:nth-child(3n) > div:nth-child(2) {
    z-index: 2 !important;
    height: 23px !important;
    -ms-transform: rotate(14deg);
    /* IE 9 */
    -webkit-transform: rotate(14deg);
    /* Chrome, Safari, Opera */
    transform: rotate(14deg);
    border-left: 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 {
    /*    content: url("https://d30y9cdsu7xlg0.cloudfront.net/png/52944-200.png") !important;*/
    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 ~ .infowindow-container,
.infowindow-container:nth-of-type(2) {
   /* background-color: #EFEEEE !important; */
    color: #EFEEEE !important;
    border-radius: 15px;
    padding: 3px 5px;
    width: 20px !important;
    height: 20px !important;
}

.map-row {
    padding: 0px;
}


.global-presence-description .form-horizontal {
    width: 100%;
    overflow-y: scroll;
}

.global-presence-description .form-group {
    margin: 0px;
}

.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 .standard-dropdown {}

.global-presence-description .dropdown-wrapper .control-label {
    margin-right: 15px;
}

.global-presence-description .dropdown-wrapper,
.global-presence-description .dropdown-wrapper .control-label,
.global-presence-description .dropdown-wrapper .bootstrap-select,
.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 .row > .aligned-container-margin{
    padding: 15px;
}

.global-presence-description .row:first-child > .aligned-container-margin {
    background-color: #2A8A8E;
}

.global-presence-description .row:nth-child(2) > .aligned-container-margin {
    background-color: #94C4C6;
}

.global-presence-description .row:first-child > div {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
}

/*End-Global Presence*/

/*End-Search page*/

.searchPage .nav.nav-tabs-section.scroll-x {
    margin-bottom: 20px;
}

.searchPage .resultSection {
    margin: 20px 0px;
}

.searchPage .resultHeader {
    color: #30302E;
    font-size: 22px;
    font-weight: bold;
}

.searchPage .glyphicon.glyphicon-search.form-control-feedback::before {
    color: #E8A44F
}

.searchPage label {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: right;
    padding: 0px;
}

.searchPage .bootstrap-select.btn-group .dropdown-toggle .filter-option,
#searchField {
    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%;
}

.form-control,
.bootstrap-select button {
    border: 0px;
    border-radius: 1px;
}

.searchPage .container-fluid {
    background: #F6F5F5;
    padding: 15px 0px;
}

.searchPage h2 {
    color: #348B8D;
    font-size: 50px;
    font-weight: bold;
}

/*END--Plantation Tabs*/

/*END--Corporate Profile*/

@media only screen and (min-width: 1024px) {

    .global-presence-description .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-panel .tabbable-line .tab-content .tab-pane .col-md-12 {
        padding-left: 30px;
    }
    .search-form .form-group input.form-control {
        padding-bottom: 10.5px;
        font-size: 15px;
    }

    .quote-boxes.three-columns-quotes.hidden-for-mobile .tabbable-panel .card-quote.col-md-4 {
        max-width: 33.33333333%;
    }
    .quote-boxes.hidden-for-mobile.four-columns-boxes .tabbable-panel .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;
    }
    .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;
    }
    .sign-posts .col-md-12 {
        display: flex;
    }
    .no-full-banner {
        padding-top: 100px;
    }
    .about-us-infographic > .row {
        display: flex;
    }
    .hidden-for-laptop {
        display: none;
    }
    .banner-center img {
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* TIMELINE--Mobile*/

.timeline-field {
    background-color: #2A8A8E;
}

/* TIMELINE*/

.history-carousel-parent .timeline-carousel,
.history-carousel-parent .new-caption-area {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);

}

.timeline-carousel,
.new-caption-area {
    margin: auto;
    color: #000;
}

.timeline-carousel .carousel-control.right .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.right {
    width: 52px;
    height: 52px;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto 20px;
    opacity: 1;
    text-shadow: none;
    background-image: none;
    background-color: #FFF;
    border: 1px solid #FAA434;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.timeline-carousel + .new-caption-area p {
    margin-bottom: 0px;
    color: #fff;
}

.timeline-carousel + .new-caption-area {
    background-color: #2a8a8e;
    padding: 20px;
    font-weight: 200;
    color: white;
    text-align: center;
    /*    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);*/
}

.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: #111155;
    color: #fff;
}

.dots-list .affix-top,
.dots-list .affix {
    position: static;
}

@media (min-width: 979px) {

    .timeline{
        position: relative;
        float:right;
        margin-top: 90px;
        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-bottom {
        position: absolute !important;
        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);
    }
}

#sidebar li.active a,
#sidebar li:hover a,
#sidebar li a:hover,
#sidebar li a:focus {
    color: #2A8A8E;
    background-color: transparent;
}

#sidebar li.active .dot {
    background-color: #2A8A8E;
}

#sidebar li.active:after,
#sidebar li:hover:after {
    background: #2A8A8E;
}

/*---------------- DOTS LIST -----------------------------------------*/

.dots-list .timeline-title {
    padding: 15px 0px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    background-color: #2A8A8E;
}

.dots-list {
    font: normal bold 16px/1.6rem "Avenir Next";
    padding: 0px;
}

.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;
    margin-right: 40px;
    padding: 20px 0px;
}

.dots-list em {
    color: #666;
    display: block;
    font-weight: bold;
}

.dots-list li a {
    padding: 0px;
    color: #4A4A4A;
    text-transform: none;
}

.dots-list li {
    border: 0 solid rgba(215, 215, 215, 0.58);
    color: #fff;
    font-family: "Avenir Next";
    list-style-type: none;
    line-height: 13px;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    /*        width: calc(50% + 1px);*/
}

.dots-list li + li {
    margin-top: 0px;
}

.dots-list li::after {
    background: #faa434;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 1.2rem;
    position: absolute;
    right: calc(-.6rem - 1px);
    width: 1.2rem;
    top: 8.5px;
}

.dots-list li:first-child a {
    line-height: 1em;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    top: -6px;
}

.dots-list li:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
    /*        padding-right: 10px;*/
}

.dots-list li:first-child::after {
    top: 0px;
}

.dots-list li:last-child {
    padding-bottom: 0px;
}

.dots-list li:last-child:after {
    top: auto;
    bottom: 0.5px;
}

.dots-list li {
    border-right-width: 2px;
    text-align: right;
}

.history-cards .card img {
    width: 100%;
}

.history-cards .carousel-indicators {
    bottom: 0px;
}

.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;
    /*        justify-content: center;*/
}

.history-cards .card .col-md-6:first-child {
    padding-left: 0px;
}

.history-cards .card .col-md-6:nth-child(odd) {
    padding-left: 0px;
}

.history-cards .card .col-md-6:nth-child(even) {
    padding-left: 0px;
    margin-left: 25px;
}

/* Awards Page */

.awards-accordion .accordio-icon img {
    width: 100px;
}

.accordion .panel-default .panel-body.awards-accordion ul,
.accordion .panel-default .panel-body.document-accordion ul {
    padding: 0px;
}

.awards-accordion ul li .accordion-text {
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}

.awards-accordion ul:first-child li,
.document-accordion ul:first-child li {
    display: flex;
    padding: 20px 10px;
    margin: 0px
}

.awards-accordion.panel-body,
.document-accordion.panel-body {
    padding: 0px;
}

.awards-accordion.panel-body ul,
.document-accordion.panel-body ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
}

.awards-accordion ul li:nth-child(odd),
.document-accordion ul li:nth-child(odd) {
    background-color: #FFF;
}

.awards-accordion.panel-body ul li ul li {
    display: list-item;
    padding: 0px;
    background-color: transparent;
    list-style-position: outside;
}

.awards-accordion.panel-body ul li ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 5px;
}

/*  Define the background color for all the EVEN background rows  */

.awards-accordion ul li:nth-child(even),
.document-accordion > ul li:nth-child(even) {
    background-color: #F7F7F7;
}

/* Joint Venture Page */

.joint-venture-accordion .accordio-icon img {
    width: 100px;
}

.accordion .panel-default .panel-body.joint-venture-accordion ul {
    padding: 0px;
}

.joint-venture-accordion ul li .accordion-text {
    align-items: center;
    justify-content: center;
}

.joint-venture-accordion ul li table td {
    word-break: normal;
}

.joint-venture-accordion ul:first-child li {
    display: flex;
    padding: 20px 10px;
    margin: 0px
}

.joint-venture-accordion.panel-body {
    padding: 0px;
}

.joint-venture-accordion.panel-body ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
}

.joint-venture-accordion ul li:nth-child(odd) {
    background-color: #FFF;
}

.joint-venture-accordion.panel-body ul li ul li {
    display: list-item;
    padding: 0px;
    background-color: transparent;
    list-style-position: outside;
}

.joint-venture-accordion.panel-body ul li ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 5px;
}

/*  Define the background color for all the EVEN background rows  */

.joint-venture-accordion ul li:nth-child(even) {
    background-color: #F7F7F7;
}

@media(max-width:767px){
    .joint-venture-accordion ul:first-child li {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .joint-venture-accordion ul li table {
        width: 200%;
    }
}

/* End Joint Venture Page */

/* Two Columns Text Image */

.two-column-image-text:not(:first-child) {
    margin-top: 10px;
}

.two-column-image-text {
    display: flex;
    /*    align-items: center;*/
}

.two-column-image-text .row-image img {
    width: 80px;
}

.two-column-image-text .row-text p {
    margin-top: 0px;
    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;
}

/* END--Two Columns Text Image */

/* Grievance Procedure */

.grievance-table-mobile {
    margin-top: 12px;
}

.grievance-table {
    padding: 20px;
}

.grievance-table .total-records p {
    color: #4A4A4A;
    font-family: "Avenir Next";
    font-size: 15px;
    line-height: 20px;
}

.grievance-search .tab-content {
    padding: 0px;
    border: 0px;
}

.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: 0px;
    margin: auto;
    margin-right: 10px;
}

.grievance-search #searchField {
    font-size: 21px;
    padding: 17px;
    height: 45px;
}

.grievance-search {
    padding: 10px 0px 20px 0px;
    background-color: rgba(155, 155, 155, 0.1);
}

/* END--Grievance Procedure */

/* Subscribe Form*/

.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 0px 30px 0px;
    margin: 20px 0px 40px 0px;
    overflow: auto;
    background: #F7F7F7;
}

.sign-up-form-wrapper .form-horizontal .form-check p {
    display: inline-block;
    margin: 0px;
    margin-left: 8px;
}

.sign-up-form-wrapper .form-horizontal .form-group.required label:after {
    content: "*";
    color: red;
}

.sign-up-form-wrapper .form-horizontal label {
    padding-top: 11px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
}

/* .squaredTwo */

.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: 0px;
    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-right: none;
    background: transparent;
    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: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    color: #FAA434;
    padding: 14px 25px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
}

.sign-up-form-wrapper .form-horizontal {
    clear: both
}

.sign-up-form-wrapper .invalid-feedback {
    color: #FF0000;
    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: 0px;
    border-bottom: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sign-up-form-wrapper .white-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* END--Subscribe Form*/

/* Portrait */

@media only screen and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
    /*.header-bar.hidden-for-mobile {
        display: block;
    }*/
}

/*BIG SCREENS MEDIA QUERY-->Mobile*/

@media only screen and (max-width: 1023px) {
    .global-presence-description .dropdown-wrapper {
        width: 100%;
    }
    .global-presence-description .dropdown-wrapper .control-label {
        width: 20%;
    }


    div.side-banner.hover-zoom .img-responsive,
    div.full-banner.container-fluid.hover-zoom .img-responsive {
        min-width: 0 !important;
        width: 100% !important;
        max-width: none !important;
    }
    .nav-tabs-section > li a {
        position: relative;
        display: block;
        padding: 0px;
        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 .3s;
        -webkit-transition: all .3s;
    }

    .nav-tabs-section > li a::after {
        display: none;
    }

    .nav-tabs-section > li a::after {
        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: "Avenir Next";
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 2px 1px;
    }

    ul.nav.nav-tabs-section::before,
    ul.nav.nav-tabs-section::after {
        content: " ";
        display: table;
    }


    ul.nav.nav-tabs-section::after {
        clear: both;
    }

    ul.nav.nav-tabs-section {
        display: inline-flex;
        width: 280px;
        clear: none;
        text-align: center;
    }
    .nav-tabs-section > li {
        margin-right: 16px;
    }

    .nav-tabs-section > li:last-child {
        margin-right: 0px;
    }

    .sign-up-form-wrapper .required-text {
        margin-bottom: 0px;
    }
    .sign-up-form-wrapper .form-group .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 .form-check {
        display: flex
    }
    .sign-up-form-wrapper .submit-btn {
        padding: 16px 38px;
    }
    .sign-up-form-wrapper .form-horizontal label {
        margin-bottom: 8px;
    }
    .sign-up-form-wrapper .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sign-up-form-wrapper input.form-control,
    .sign-up-form-wrapper .btn-group.bootstrap-select.form-control {
        height: 45px;
    }
    .sign-up-form-wrapper {
        overflow: visible;
        padding: 20px 15px 50px;
    }
    .global-presence-description .row > div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .global-presence-description .form-group,
    .global-presence-description .orSeperator {
        margin-left: 20px;
    }
    .global-presence-description .orSeperator {
        float: none;
    }
    .global-presence-description > .row > .col-md-12 .page-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .global-presence-description .container-fluid {
        padding: 0px;
    }
    .global-presence-description .section-title {
        margin-left: 20px;
    }
    .map-filters {
        display: flex;
        width: 100%;
    }
    .global-presence-description .row > div.map-row {
        padding-top: 0px;
    }
    .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;
        display: inline-block;
        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: 0 auto;
        margin-top: 12px;
        padding: 10px;
        text-decoration: none;
        max-width: 250px;
    }
    .dropdown.li_dib .dropdown-toggle.active .glyphicon-chevron-down::before {
        content: "\e253";
    }
    .dropdown.li_dib .dropdown-toggle.active a {
        color: #0c5ca8
    }
    .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 {
        bottom: 34%;
        font-size: 25px;
        width: 45%;
        height: 80%;
        top: 0px;
        bottom: 0px;
        left: 15px;
        margin: auto;
        display: flex;

        align-items: center;
        justify-content: center
    }
    .about-us-infographic .info-body {
        display: flex;
    }
    .info-data .text,
    .info-data p {
        font-size: 18px;
    }
    .quote-boxes .tabsetting .leader-position {
        padding: 0px
    }
    .quote-boxes-mobile .quote-content {
        padding: 0px 12px;
    }
    .tab-navigation .card {
        margin-bottom: 0px;
    }
    .three-columns-quotes .quote-boxes-mobile {
        margin-bottom: 35px;
        margin-top: 35px;
        padding: 15px;
    }
    .container.three-quote-boxes-mobile {
        padding: 0px;
    }
    .paragraph-text p {
        font-size: 17px;
        font-weight: 300;
    }
    .sugar-safety-tabs .tab-content {
        padding: 20px;
    }
    .image-within-text img {
        margin-bottom: 20px;
    }
    .sugar-links .link-card {
        margin-bottom: 15px;
    }
    .sign-posts.resource-library-posts .col-md-6:not(:first-child),
    .sign-posts.resource-library-posts .col-md-12:not(:first-child) {
        margin-top: 20px;
    }
    .page-banner {
        height: 135px;
        min-height: 135px;
    }
    .header-white h1 {
        font-size: 28px;
    }
    .header-white h2 {
        font-size: 30px;
    }
    .header-green h2,
    .container 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;
    }
    #homeCarousel + .mobile-carousel-caption {
        display: block;
    }
    .highlights-homepage ul.nav-tabs-section,
    .highlights ul.nav-tabs-section {
        /*        width: 90%;*/
        overflow-x: scroll;
        overflow-y: hidden;
        /*        white-space: nowrap;*/
        margin: 0px auto;
    }

    /*
.highlights-homepage ul.nav-tabs-section > li {
width: 50%;
white-space: nowrap;
}
    
*/
    .tabs-panel-heading {
        -ms-overflow-style:none;
        overflow-x: 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: 0px;
    }
    .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: 2em;
    }
    .navbar-default .navbar-nav > li > a {
        font-weight: 500;
    }
    .side-banner .image-overlay,
    .full-banner .image-overlay {
        display: block;
    }
    .side-banner .banner-overlay,
    .full-banner .banner-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        text-align: center;
        position: absolute;
        background-color: rgb(0, 0, 0, 0.2);
        color: #fff;
        width: 100%;
        height: 100%;
        z-index: 3;
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
    }

    .side-banner .banner-overlayes,
    .full-banner .banner-overlayes {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        text-align: center;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
        color: #fff;
        width: 100%;
        height: 100%;
        z-index: 3;
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
    }
    .tab-links.tab-navigation .nav-tabs .col-md-4 {
        vertical-align: top;
    }
    .container.tab-links {
        padding: 0px;
    }
    .tab-links ul li {
        display: inline-block;
        float: none;
    }
    .page-banner-bg {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul.breadcrumb li a {
        color: #B5B5B5;
    }
    ul.breadcrumb {
        margin: 10px;
        background-color: white;
        color: #B5B5B5;
        position: static;
    }
    /*Scrolable Navigation Tabs*/
    .scroll-x.centeredCustomWidth {}
    .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;
        text-align: center;
    }
    #homeCarousel .carousel-caption > a,
    #homeCarousel + .mobile-carousel-caption a {
        font-size: 14px;
        padding: 8px 10px;
        margin: 10px;
    }
    #homeCarousel .carousel-content,
    #homeCarousel + .mobile-carousel-caption {
        background: linear-gradient(270deg, rgba(53, 52, 53, 0.9) 85%, rgba(53, 52, 53, 0.9) 70%);
        padding: 15px;
    }
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .accordion.demo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-title {
        font-size: 30px;
        font-weight: 600;
    }
    .no-padding-mobile {
        padding: 0px;
    }

    #homeCarousel .carousel-caption > a,
    #homeCarousel + .mobile-carousel-caption a {
        font-weight: 400;
        padding: 7px 16px;
        text-align: left;
        margin-left: 0px;
    }
    #homeCarousel .carousel-caption {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    #homeCarousel .carousel-caption > h1,
    #homeCarousel + .mobile-carousel-caption h1 {
        margin-top: 0px;
        text-align: left;
    }
    #homeCarousel {
        min-height: auto;
    }
    #homeCarousel .carousel-indicators {
        bottom: 6px;
    }
    #back-to-top {
        display: none !important;
    }
    .sign-posts .col-md-12 .col-md-4:not(:first-child) {
        margin-top: 30px;
    }
    .about-us-infographic .row .col-md-4 {
        margin-top: 10px;
    }
    #homeCarousel .carousel-caption {
        /*        display: none;*/
    }
    #homeCarousel .carousel-inner .item.full-screen {
        height: 100% !important;
    }
    #homeCarousel .carousel-inner {
        height: 200px;
    }
    .hidden-for-mobile {
        display: none;
    }
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #ddd;
        color: white;
    }
    .navbar-default .navbar-nav > li > a {
        width: 100%;
    }
    .navbar .li_dib .dropdown-menu {
        background-color: white;
    }
    .col-md-3.main-links.dropdownSection {
        padding: 5px 15px;
    }
    .mobile-navbar.navbar .li_dib.open .glyphicon-chevron-down::before {
        content: "\e253";
    }
    .mobile-navbar .dropdownSection .dropdown-h .glyphicon.glyphicon-chevron-down::before {
        content: "\e252";
    }
    .mobile-navbar .dropdownSection .dropdown-h .glyphicon.glyphicon-chevron-down.open::before {
        content: "\e253";
    }
    .navbar-nav .open .dropdown-menu .dropdown-h,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 0px;
    }
    .mobile-navbar .dropdownSection .glyphicon-chevron-down::before {
        color: #2A8A8E;
    }
    .mobile-navbar .dropdownSection .dropdown-h a {
        color: #2A8A8E;
    }
    .dropdown-submenu-section {
        padding: 0px;
    }
    .side-banner .image-overlay,
    .full-banner .image-overlay {
        height: 37%;
        width: 83%;
    }
    .full-banner .image-overlay .banner-title {
        font-size: 16px;
    }
    .side-banner .image-overlay .banner-title,
    .full-banner .image-overlay .banner-title {
        font-size: 26px;
    }
    .side-banner .image-overlay .banner-caption,
    .full-banner .image-overlay .banner-caption {
        display: none
    }
    .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 auto;
    }
    .history-input-wrapper .col-xs-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 0px -15px;
    }
    .history-page .image-with-caption .caption {
        margin-top: 10px;
        padding: 0px 15px
    }
    .history-page .image-with-caption img {
        width: 100%;
    }
    .hidden-for-laptop .year-section {
        margin-top: 25px;
    }
    .history-input-wrapper .control-label {
        margin-top: 11px;
        color: #FFF;
        font-weight: 200;
        font-size: 16px;
    }
    .btn-group.bootstrap-select.form-control.open .btn.dropdown-toggle.btn-default .bs-caret .caret {
        border-top: 0px;
        border-bottom: 4px dashed;
    }
    p {
        font-weight: 200;
        font-size: 15px;
    }
    /* For Duplication method 4sep2017 */
    .mobile-carousel-caption {
        position: relative;
        overflow: hidden;
    }
    .mobile-caption-content {
        /* For Duplication method 4sep2017 */
        overflow: visible;
        display: flex;
        width: auto;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    #homeCarousel + .mobile-carousel-caption h1 {
        max-width: none;
    }
    .mobile-caption-content .carousel-caption {
        /* For Duplication method 4sep2017 */
        position: relative;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        min-width: 100vw;
        padding: 20px;
    }
    .mobile-caption-content .carousel-caption.active {
        /* For Duplication method 4sep2017 */
        position: absolute;
        pointer-events: all;
        opacity: 1;
    }
    .mobile-caption-content .carousel-caption a {
        /* For Duplication method 4sep2017 */
        float: left;
    }
    #homeCarousel {
        /* Prevent "page swiping" behavior 4sep2017 */
        overflow: hidden;
    }
    #homeCarousel .item img {
        /* Images always stretches to fill container (temp solution) 4sep2017 */
        min-height: 100%;
    }
}

/******** TABLET SCREENS ********/

/*
    #owl-demo .item {
        margin: 3px;
    }

    #owl-demo .item img {
        display: block;
        width: 50%;
        height: auto;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

    .owl-controls {
        margin-top: 15px;
    }

    .owl-theme .owl-controls .owl-page.active span {
        background: none repeat scroll 0 0 #373c3a;
        height: 10px;
        width: 10px;
    }

    .owl-pagination {
        text-align: center;
    }

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }*/