/*Global branding override*/
#footer-logos .footer-logo-large {
    height: 27px;
}

#footer-bottom {
    background-color: #333;
    padding: 20px 30px 10px;
}

#footer-top {
    background-color: #454545;
}

#footer-search {
    background-color: #333;
    color: #BDBDBD;
}

#footer-search-form > .footer-search-icon {
    background: transparent;
}

#footer-copyright {
    font-family: emprint, helvetica;
}

.footer-links > li {
    font-family: emprint, helvetica;
}

#footer a {
    color: #fafafa;
}

#footer-nav-terms > .footer-links > li > a {
    color: #dedede;
    font-family: emprint, helvetica;
}
/* css for dropdown iphone */
select::-ms-expand {
    display: none;
}

.select-arrow {
    position: relative;
}

    .select-arrow::after {
        border-left: 5px solid transparent;
        border-top: 5px solid black;
        border-right: 5px solid transparent;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        pointer-events: none;
        right: 10px;
        top: 17px;
    }

    .select-arrow select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

@media (max-width: 999px) {
    #footer-bottom {
        padding: 20px 20px 10px;
    }
}

@media (min-width: 992px) {
    .nav-main-item:hover > a {
        color: #454545;
    }
}

@media (min-width: 992px) {
    .nav-main-item-active a, .nav-main-item-active:hover a {
        color: #cf3101;
    }
}

@media screen and (min-width: 606px) {
    #footer-related-companies {
        margin-left: 74px;
    }
}

/*Tertiary Button Override request*/
.btn-tertiary, .btn-tertiary:focus {
    background-color: #002F6C
}

    .btn-tertiary:hover {
        background-color: #1a5688
    }

.icon.icon-external {
    background: rgba(0, 0, 0, 0) url("/xomfl/core/content/img/external.png") no-repeat scroll 0 0;
    width: 30px;
    height: 30px;
}
/* Added for language switcher dropdown*/
@media (min-width:768px) {
    .nav-language-current {
        min-width: 75px;
    }

    .nav-language:not(.nav-language-open) ul {
        display: none;
    }

    .nav-language-list > li.selected > a:after {
        border: none;
    }

    .nav-language-list > li.selected > a {
        border-bottom: 1px solid grey;
        padding-left: 0px;
        margin-left: 14px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .nav-language-current {
        display: block !important;
        text-align: left;
        padding-right: 14px;
        padding-left: 14px;
    }

    .nav-language-list {
        position: absolute !important;
        padding: 0px;
        min-width: 80%;
        margin: 0px;
        right: -10px;
        padding-left: 0px;
    }

        .nav-language-list > li > a {
            padding-left: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
}

/*Updated Sidebar icon request requires update to all images depenedent on sprite*/
/*.panel-group .panel>.panel-heading>a>i {
    background-position: -256px -246px
}

.panel-group .panel.active>.panel-heading a>i {
    background-position: -302px -245px;
}

.slick-prev {
    left: 0;
    background-position: -279px 0
}

.slick-next {
    right: 0;
    background-position: -246px -148px
}

.form-group>input[type=checkbox]:checked+label:before {
    background-position: -279px -146px;
 }

.icon-badge-star {
    background-position: -246px -66px;
}

.icon-blue-diamond {
    background-position: -225px -103px;
}

.icon-blue-person {
    background-position: -134px -178px;
}

.icon-carousel-child-next {
    background-position: -246px -148px
}

.icon-carousel-child-prev {
    background-position: -279px 0
}

.icon-circle-minus {
    background-position: -302px -245px
}

.icon-circle-plus {
    background-position: -256px -246px
}

.icon-contact,
.icon-customer-support {
    background-image: url(../img/icons.png);
    height: 30px;
    width: 30px
}

.icon-contact {
    background-position: -101px -178px
}

.icon-customer-support {
    background-position: -246px -33px
}

.icon-danger {
    background-position: -33px -246px;
}

.icon-disabled {
    background-position: -97px -246px;
}

.icon-document {
    background-position: 0 -213px
}

.icon-download {
    background-position: -33px -213px
}

.icon-envelope-list,
.icon-explore {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons.png)
}

.icon-envelope-list {
    background-position: -132px -213px
}

.icon-explore {
    background-position: -165px -213px
}

.icon-facebook-round {
    background-position: -25px -277px;
}

.icon-facebook-small {
    background-position: -67px -156px;
}

.icon-favorite-off {
    background-position: -279px -225px
}

.icon-favorite-on {
    background-position: -279px -207px
}

.icon-findmsds-list {
    background-position: -246px 0;
}

.icon-globe-large {
    background-position: -302px 0;
}

.icon-globe-small {
    background-position: -279px -169px;
}

.icon-library {
    background-image: url(../img/icons.png);
    background-position: -198px -213px;
    width: 30px;
    height: 30px
}

.icon-linkedin-round {
    background-position: -225px -277px;
}

.icon-map-pin-blue-small {
    background-position: -279px -47px
}

.icon-map-pin-red-small {
    background-position: -279px -84px
}

.icon-nav-main-menu {
    background-position: -224px -246px
}

.icon-nav-main-search {
    background-position: -192px -246px
}

.icon-newsletter-list {
    background-position: -35px -178px;
    height: 30px
}

.icon-popup-arrow {
    background-position: -159px -246px;
    height: 25px
}

.icon-primary-pin {
    background-position: -167px -178px;
    height: 30px
}

.icon-question {
    background-position: -128px -246px;
}

.icon-search-white {
    background-position: -50px -302px;
}

.icon-share {
    background-position: -279px -121px;
}

.icon-share-orange {
    background-position: -66px -213px;
}

.icon-success {
    background-position: -66px -246px;
}

.icon-telephone {
    background-position: -200px -178px
}

.icon-twitter-round {
    background-position: -25px -302px;
}

.icon-twitter-small {
    background-position: -43px -156px;
}

.icon-warning {
    background-position: 0 -246px;
}

.icon-wechat-round {
    background-position: -275px -277px;
}

.icon-world-list {
    background-position: -68px -178px;
}

.icon-world-white {
    background-position: -74px -302px;
}

.icon-youtube-round {
    background-position: -50px -277px;
}

.icon.icon-external {
  background: rgba(0, 0, 0, 0) url("/xomfl/core/content/img/external.png") repeat scroll 0 0;
}

.station-locator-panel .station-locator-data .station-locator-point>.icon.icon-map-pin-blue-small:after {
    background-position: -279px -47px;
}

.station-locator-panel .station-locator-data .station-locator-point>.icon.icon-map-pin-red-small:after {
    background-position: -279px -84px;
}

.station-locator-panel .station-locator-options .station-direction .icon-world-white {
    background-position: -74px -302px;
}

.station-locator-panel .station-locator-options .station-find {
    background-color: #3da4de
}

.station-locator-panel .station-locator-options .station-find .icon-search-white {
    background-position: -50px -302px;
}

.nav-social>.nav-social-icons>li>a>.icon-facebook-round {
    background-position: -150px -277px
}

.nav-social>.nav-social-icons>li>a>.icon-linkedin-round {
    background-position: -175px -277px
}

.nav-social>.nav-social-icons>li>a>.icon-twitter-round {
    background-position: -300px -277px
}

.nav-social>.nav-social-icons>li>a>.icon-wechat-round {
    background-position: -100px -277px
}

.nav-social>.nav-social-icons>li>a>.icon-youtube-round {
    background-position: -250px -277px
}

@media (min-width:768px) {
    .nav-social-few > .nav-social-icons > li > a > .icon-facebook-round {
        background-position: -25px -277px;
    }

        .nav-social-few > .nav-social-icons > li > a > .icon-facebook-round:hover {
            background-position: 0 -277px;
        }

    .nav-social-few > .nav-social-icons > li > a > .icon-linkedin-round {
        background-position: -225px -277px;
    }

        .nav-social-few > .nav-social-icons > li > a > .icon-linkedin-round:hover {
            background-position: -200px -277px;
        }

    .nav-social-few > .nav-social-icons > li > a > .icon-twitter-round {
        background-position: -25px -302px;
    }

        .nav-social-few > .nav-social-icons > li > a > .icon-twitter-round:hover {
            background-position: 0 -302px;
        }

    .nav-social-few > .nav-social-icons > li > a > .icon-wechat-round {
        background-position: -275px -277px;
    }

        .nav-social-few > .nav-social-icons > li > a > .icon-wechat-round:hover {
            background-position: -75px -277px;
        }

    .nav-social-few > .nav-social-icons > li > a > .icon-youtube-round {
        background-position: -50px -277px;
    }

        .nav-social-few > .nav-social-icons > li > a > .icon-youtube-round:hover {
            background-position: -125px -277px;
        }
}*/
/*TO DO Add comment about what this override is for*/
.search-box-with-settings #searchBox::-ms-clear {
    display: none;
}

.search-box-with-settings #searchBox1::-ms-clear {
    display: none;
}

.search-box-with-settings .form-group.form-group-lg {
    position: relative;
}

    .search-box-with-settings .form-group.form-group-lg .clearInput {
        bottom: 0;
        color: #000;
        cursor: pointer;
        display: none;
        font-size: 22px;
        line-height: 50px;
        position: absolute;
        right: 100px;
        text-align: center;
        top: 0;
        width: 30px;
        z-index: 1;
    }

    .search-box-with-settings .form-group.form-group-lg #searchBox:focus + .clearInput {
        display: block;
    }

    .search-box-with-settings .form-group.form-group-lg #searchBox1:focus + .clearInput {
        display: block;
    }

@media(max-width:479px) {
    .search-box-with-settings .form-group.form-group-lg .clearInput {
        font-size: 18px;
        line-height: 40px;
        right: 80px;
    }
}

/*L02 List-Chemicals override for mobile view*/
@media (max-width:991px) {
    .filter-accordion {
        display: initial
    }

    .filter-standard {
        display: none !important
    }
}

@media (min-width:992px) {
    .filter-standard {
        display: initial
    }

    .filter-accordion {
        display: none !important
    }
}

.form-control::-ms-clear {
    display: none;
}

/*CE10 predictive changes*/

#footer-top {
    z-index: 10
}


#footer-search-form > .twitter-typeahead > input.typeahead {
    width: 100%;
    height: 45px;
    outline: 0;
    border: none;
    padding-left: 17px;
    font-size: .9375rem
}

#footer-search-form > .twitter-typeahead > input.typeahead {
    width: 100%;
    height: 45px;
    outline: 0;
    border: none;
    padding-left: 17px;
    font-size: .9375rem
}

#footer-search-form > .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable {
    color: #2b2626
}

.nav-main-search.search-box .twitter-typeahead {
    margin-top: 23px
}

    .nav-main-search.search-box .twitter-typeahead > input.typeahead {
        width: 100%;
        color: grey;
        font-size: 21px;
        top: 0 !important;
        outline: 0;
        border: none;
        line-height: normal !important
    }

@media (min-width:768px) {
    .nav-main-search.search-box .twitter-typeahead {
        margin-top: 21px
    }

        .nav-main-search.search-box .twitter-typeahead > input.typeahead {
            font-size: 28px
        }
}

@media (min-width:992px) {
    .nav-main-search.search-box .twitter-typeahead {
        margin-top: 15px
    }

        .nav-main-search.search-box .twitter-typeahead > input.typeahead {
            font-size: 35px
        }
}

/*CE10 predictive changes - End*/

/*CE887 Social Media links on Website - Start*/
/* ShareQR lightbox start */
.nav-social-icons li > div {
    padding: 0.5rem;
    border: 2px solid #0c479d;
    text-align: center;
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 200px;
    right: 0;
    background: #fff;
    color: #0c479d;
}

    .nav-social-icons li > div span {
        display: block;
        width: 100%;
    }

    .nav-social-icons li > div canvas {
        width: 100%;
    }

    .nav-social-icons li > div p {
        line-height: 1.2;
        margin: 10px 0 0;
    }

    .nav-social-icons li > div em {
        position: absolute;
        top: -24px;
        right: 0;
        line-height: 1;
        cursor: pointer;
        font-style: normal;
    }

    .nav-social-icons li > div img {
        width: 100%;
        display: block;
    }
/* ShareQR lightbox end */
/*CE887 Social Media links on Website - End*/

/*Chemical intermidiates override*/

/* Accordion Css Start*/
.panel.panel-with-image {
    border: none;
}

    .panel.panel-with-image .panel-heading {
        padding: 0;
    }

.panel-with-image .panel-heading a {
    position: relative;
}

.panel.panel-with-image img {
    width: 100%;
}

.panel.panel-with-image .panel-image-title {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-weight: 500;
}

.panel-group .panel.panel-with-image + .panel {
    margin: 0;
}

.panel-group .panel-with-image > .panel-heading {
    border: none;
}

.panel.panel-with-image > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    margin: 0;
    border: 0;
}

.featured-item .tile-image img {
    width: 100%;
}


.panel-with-image .panel-body .featured-item-full-overlay,
.panel-with-image .featured-item-full-overlay .featured-item-image {
    margin: 0;
}

.panel-with-image .featured-item.featured-item-full-overlay > .featured-item-copy-outer,
.featured-item-full-overlay.featured-item-with-icon .featured-item-copy-outer {
    height: 100%;
    margin-left: 12.5%;
    position: absolute;
    top: 0;
    width: 75%;
}

.panel-with-image .featured-item-full-overlay > .featured-item-copy-outer > .featured-item-copy-inner,
.featured-item-full-overlay.featured-item-with-icon .featured-item-copy-inner {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.panel-with-image .featured-item-copy-inner .btn {
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #ffffff;
    background-color: #00a3e0;
    text-align: center;
    margin: 1rem auto;
}

.panel-with-image .featured-item-subtitle {
    line-height: 1.3;
    text-align: left;
}

@media (min-width: 992px) {

    .panel-with-image .panel-image-title,
    .panel-with-image .featured-item-subtitle,
    .panel-with-image .featured-item-copy-inner .btn {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .panel-with-image .panel-image-title {
        font-weight: 500;
    }
}

/* Accordion Css End*/
/* Hyperlink CSS Start */

.no-margin .btn {
    margin: 0;
}

.btn-indigo {
    background-color: #002f6c;
    width: 100%;
}

.btn-violet {
    background-color: #3a397b;
    width: 100%;
}

.btn-purple {
    background-color: #7a4183;
    width: 100%;
}

.btn-cerise {
    background-color: #bd2f7f;
    width: 100%;
}

.btn-light-grey {
    background-color: #f1f2f2;
    color: #00a3e0;
}

.btn-dark-grey {
    background-color: #dcddde;
    color: #000000;
}

.btn-blue {
    background-color: #00a3e0;
}

@media (max-width: 992px) {

    /* .btn.hide-for-mobile {
        display: none;
    } */
    .no-margin .hide-for-mobile {
        display: none;
    }
}

/* Hyperlink CSS End */

/*Margin Css Begin*/
body:not([data-bp=xl]) .component.component-margin {
    margin: 0;
}

.component.component-margin {
    width: 100%;
    margin: 0;
}

.component-margin-l {
    height: 40px;
}

.component-margin-m {
    height: 20px;
}

.component-margin-s {
    height: 10px;
}

.margin-vertical {
    height: 100%;
}

@media (max-width: 480px) {
    .component-hide {
        display: none;
    }

        .component-hide > * {
            display: none;
        }

    .component-margin-s {
        height: 5px;
    }

    .component-margin-m {
        height: 10px;
    }

    .component-margin-l {
        height: 20px;
    }
}

.component-margin.bg-color-white {
    background-color: #ffffff;
}

.component-margin.bg-color-black5 {
    background-color: #f1f2f2;
}

.component-margin.bg-color-black10 {
    background-color: #e6e7e8;
}

.component-margin.bg-color-black15 {
    background-color: #dcddde;
}

.component-margin.bg-color-black20 {
    background-color: #d1d3d4;
}

/*Margin Css End*/
/* shareBar start */
.social-share-bar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -77px;
    height: 155px;
    background: #0c3068;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .2);
    z-index: 99;
}

    .social-share-bar .icon-share-bar {
        display: block;
        float: left;
        width: 76px;
        height: 34px;
        position: relative;
        margin-top: 64px;
        background: url('images/icon-share-sprite.png') no-repeat center -96px;
        text-align: center;
    }

        .social-share-bar .icon-share-bar img {
            width: 34px;
            height: 34px;
            vertical-align: top;
        }

    .social-share-bar .handle {
        font-size: 1.12em;
        color: #5a5a5a;
        display: block;
        text-align: center;
        padding: 0 0 30px;
    }

.social-share-list {
    float: left;
    padding: 35px 0 0;
    background: #f1f2f2;
    height: 155px;
}

.social-share-bar ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.social-share-bar li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

    .social-share-bar li i {
        display: inline-block;
        width: 34px;
        height: 34px;
        overflow: hidden;
    }

        .social-share-bar li i img {
            width: 100%;
            height: 100%;
        }

.icon-share-wechat {
    background: url('images/icon-share-sprite.png') no-repeat center 0;
}

.icon-share-email-float {
    background: url('images/icon-share-sprite.png') no-repeat center -50px;
}

.social-share-bar #qrBox {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0.5rem;
    border: 2px solid #0c479d;
    text-align: center;
    z-index: 99;
    width: 192px;
    background: #fff;
    color: #0c479d;
    font-size: .9rem;
}

    .social-share-bar #qrBox em {
        position: absolute;
        top: -25px;
        right: 0;
        line-height: 1;
        cursor: pointer;
        font-style: normal;
    }

    .social-share-bar #qrBox canvas {
        width: 100%;
    }

#contactUsBox .modal-backdrop {
    z-index: 0;
    opacity: .5;
}

@media (max-width: 480px) {
    .social-share-bar {
        display: none;
    }
}

/* shareBar End */

/*CAROUSEL Css Start */

.carousel-container {
    outline: none;
}

.poster-main {
    width: 75%;
    margin: 0 auto;
    position: relative;
    height: auto !important;
}

.poster-list {
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    transition: transform .5s ease-in-out;
}

    .poster-main .poster-list .poster-item.active {
        height: auto !important;
    }

.poster-item img {
    display: block;
    width: 100%;
}

.poster-main .poster-btn {
    position: absolute;
    /* top: 50%; */
    top: 200px;
    margin-top: -22px;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: -8.33%;
}

.poster-main .poster-next-btn {
    right: -8.33%;
}

.carousel-text-main {
    display: none;
    text-align: center;
}

.carousel-container .text-margin-40 {
    margin-top: 40px;
}

.carousel-container .text-margin-20 {
    margin-top: 20px;
}

.carousel-container .text-margin-10 {
    margin-top: 10px;
}

.carousel-text-main h3 {
    margin: 0;
    text-align: left;
}

.poster-item.active .carousel-text-main {
    display: block;
}

.poster-item .carousel-text {
    text-align: left;
}

.poster-item.active .carousel-text {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.hide-article-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.btn-readmore {
    background: #4f8ad6;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin: 20px auto 0;
    cursor: pointer;
}

    .btn-readmore:hover {
        color: #fff;
        text-decoration: none;
    }

.carousel-text-main.btn-hide .hide-article-box,
.carousel-text-main.btn-hide .btn-readmore {
    display: none;
}

.carousel-text-main.btn-hide .carousel-text {
    height: auto;
}

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

@media (max-width: 1200px) {
    .poster-main .poster-btn {
        top: 180px;
    }
}

@media (max-width: 960px) {
    .poster-main .poster-btn {
        top: 150px;
    }
}

@media (max-width: 750px) {
    .poster-main .poster-btn {
        top: 120px;
    }
}

@media (max-width: 480px) {
    .poster-main .poster-btn {
        top: 80px;
        transform: scale(0.7);
    }

    .carousel-container .text-margin-40 {
        margin-top: 20px;
    }

    .carousel-container .text-margin-20 {
        margin-top: 10px;
    }

    .carousel-container .text-margin-10 {
        margin-top: 5px;
    }

    .poster-item.active .carousel-text {
        height: 110px;
    }

    .hide-article-box {
        padding-top: 60px;
    }
}

/*CAROUSEL Css End*/

/* P35 5-Columns Css Start*/
.layout-row-16 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .layout-row-16.bg-color-white {
        background-color: #ffffff;
    }

    .layout-row-16.bg-color-black5 {
        background-color: #f1f2f2;
    }

    .layout-row-16.bg-color-black10 {
        background-color: #e6e7e8;
    }

    .layout-row-16.bg-color-black15 {
        background-color: #dcddde;
    }

    .layout-row-16.bg-color-black20 {
        background-color: #d1d3d4;
    }

    .layout-row-16 > div {
        display: table-cell;
        vertical-align: middle;
        align-items: center;
    }

        .layout-row-16 > div .component {
            margin-bottom: 0;
        }

        .layout-row-16 > div > .img- {
            display: block;
            width: 100%;
        }

            .layout-row-16 > div > .img- + p {
                margin: 0;
            }

    .layout-row-16 > .col-1 {
        width: 6.25%;
    }

    .layout-row-16 > .col-6 {
        width: 37.5%;
    }

    .layout-row-16 > .col-7 {
        width: 43.75%;
    }

    .layout-row-16 > .col-14 {
        width: 87.5%;
    }

@media (max-width: 480px) {
    .layout-row-16 {
        display: block;
        table-layout: initial;
    }

        .layout-row-16 > div {
            display: block;
            width: 100% !important;
        }
}

/* P35 5-Columns Css End*/

/* Layout 4 columns without padding CSS Start   */
.clear-padding {
    padding-left: 20px;
    padding-right: 20px;
}

    .clear-padding .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 992px) {
    .clear-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Layout 4 columns without padding CSS End   */

/* floating bar start   */
.floating-bar {
    position: fixed;
    z-index: 999;
}

.floating-bar-top {
    top: 0;
    left: 50%;
}

.floating-bar-bottom {
    bottom: 0;
    left: 50%;
}

    .floating-bar-top > div,
    .floating-bar-bottom > div {
        float: left;
    }

    .floating-bar-top .social-share-bar2,
    .floating-bar-bottom .social-share-bar2 {
        float: left;
        width: auto;
    }

.floating-bar-left {
    left: 0;
    top: 50%;
}

.floating-bar-right {
    right: 0;
    top: 50%;
}


.floating-bar-top .Anchor-Navigation,
.floating-bar-bottom .Anchor-Navigation,
.floating-bar-top .follow-wechat-section,
.floating-bar-bottom .follow-wechat-section,
.floating-bar-top .social-share-bar2 li,
.floating-bar-bottom .social-share-bar2 li {
    float: left;
    margin: 0 1px 0 0;
}

/*floating bar End */

/* shareBar start */
.social-share-bar2 {
    position: relative;
    padding: 0;
    margin: 0;
    width: 40px;
}

    .social-share-bar2 li {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 1px;
        background: #f0f0f0;
        padding: 10px 0 0 8px;
    }

        .social-share-bar2 li i {
            display: block;
            width: 24px;
            height: 20px;
            overflow: hidden;
        }

            .social-share-bar2 li i img {
                width: 100%;
                height: 100%;
                display: block;
            }

        .social-share-bar2 li .icon-share-wechat {
            background: url('images/icon-share.png') no-repeat 0 -3px;
            height: 26px;
        }

.icon-share-email {
    background: url('images/icon-share-sprite2.png') no-repeat 0 -80px;
}

.social-share-bar2 li:hover,
.social-share-bar2 li.active {
    background: #be2f7f;
}

.social-share-bar2 li.bg-color-cyan:hover,
.social-share-bar2 li.bg-color-cyan.active {
    background: #00a3e0;
}

.social-share-bar2 li.bg-color-indigo:hover,
.social-share-bar2 li.bg-color-indigo.active {
    background: #002f6c;
}

.social-share-bar2 li.bg-color-violet:hover,
.social-share-bar2 li.bg-color-violet.active {
    background: #3a397b;
}

.social-share-bar2 li.bg-color-purple:hover,
.social-share-bar2 li.bg-color-purple.active {
    background: #7a4183;
}

.social-share-bar2 li.bg-color-cerise:hover,
.social-share-bar2 li.bg-color-cerise.active {
    background: #bd2f7f;
}

.social-share-bar2 li.bg-color-plum:hover,
.social-share-bar2 li.bg-color-plum.active {
    background: #890c58;
}

.social-share-bar2 li.bg-color-ruby:hover,
.social-share-bar2 li.bg-color-ruby.active {
    background: #d73872;
}

.social-share-bar2 li:hover .icon-share-wechat,
.social-share-bar2 li.active .icon-share-wechat {
    background: url('images/icon-share.png') no-repeat 0 -51px;
    height: 26px;
}

.social-share-bar2 li:hover .icon-share-email,
.social-share-bar2 li.active .icon-share-email {
    background: url('images/icon-share-sprite2.png') no-repeat 0 -200px;
}

.social-share-bar2 li i img.hover,
.social-share-bar2 li:hover img.default,
.social-share-bar2 li.active img.default {
    display: none;
}

.social-share-bar2 li:hover i img.hover,
.social-share-bar2 li.active i img.hover {
    display: block;
}

.social-share-bar2 #qrBox {
    display: none;
    position: absolute;
    top: 50%;
    right: 55px;
    padding: 60px 60px 0.5rem;
    text-align: center;
    z-index: 99;
    width: 250px;
    background: #f0f0f0;
    font-size: .9rem;
    transform: translateY(-50%);
}

    .social-share-bar2 #qrBox:after {
        content: '';
        width: 20px;
        height: 20px;
        background: #f0f0f0;
        position: absolute;
        right: -8px;
        top: 50%;
        margin-top: -10px;
        transform: rotate(45deg);
    }

    .social-share-bar2 #qrBox em {
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 1;
        cursor: pointer;
        font-style: normal;
        font-size: 36px;
        opacity: .2;
    }

        .social-share-bar2 #qrBox em:hover {
            opacity: .5;
        }

    .social-share-bar2 #qrBox canvas {
        width: 130px;
        height: 130px;
        border: 8px solid #fff;
    }

#contactUsBox .modal-backdrop {
    z-index: 0;
    opacity: .5;
}

@media (max-width: 480px) {
    .floating-bar {
        display: none;
    }
}

/* shareBar End */

/* wechat start */
.icon-follow-wechat {
    background: url('images/icon-share-sprite2.png') no-repeat 0 -38px;
}

.follow-wechat-section:hover .icon-follow-wechat,
.follow-wechat-section.active .icon-follow-wechat {
    background: url('images/icon-share-sprite2.png') no-repeat 0 -158px;
}

.follow-wechat-section {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 1px;
    background: #f0f0f0;
    padding: 10px 0 0 8px;
    cursor: pointer;
    position: relative;
}

    .follow-wechat-section i {
        display: block;
        width: 24px;
        height: 20px;
        overflow: hidden;
    }

        .follow-wechat-section i img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .follow-wechat-section:hover,
    .follow-wechat-section.active {
        background: #be2f7f;
    }

    .follow-wechat-section.bg-color-cyan:hover,
    .follow-wechat-section.bg-color-cyan.active {
        background: #00a3e0;
    }

    .follow-wechat-section.bg-color-indigo:hover,
    .follow-wechat-section.bg-color-indigo.active {
        background: #002f6c;
    }

    .follow-wechat-section.bg-color-violet:hover,
    .follow-wechat-section.bg-color-violet.active {
        background: #3a397b;
    }

    .follow-wechat-section.bg-color-purple:hover,
    .follow-wechat-section.bg-color-purple.active {
        background: #7a4183;
    }

    .follow-wechat-section.bg-color-cerise:hover,
    .follow-wechat-section.bg-color-cerise.active {
        background: #bd2f7f;
    }

    .follow-wechat-section.bg-color-plum:hover,
    .follow-wechat-section.bg-color-plum.active {
        background: #890c58;
    }

    .follow-wechat-section.bg-color-ruby:hover,
    .follow-wechat-section.bg-color-ruby.active {
        background: #d73872;
    }

    .follow-wechat-section i img.hover,
    .follow-wechat-section:hover img.default,
    .follow-wechat-section.active img.default {
        display: none;
    }

    .follow-wechat-section:hover i img.hover,
    .follow-wechat-section.active i img.hover {
        display: block;
    }

    .follow-wechat-section #wechat-light-box {
        display: none;
        position: absolute;
        top: 50%;
        right: 55px;
        padding: 60px 60px 0.5rem;
        text-align: center;
        z-index: 99;
        width: 250px;
        background: #f0f0f0;
        font-size: .9rem;
        transform: translateY(-50%);
    }

        .follow-wechat-section #wechat-light-box:after {
            content: '';
            width: 20px;
            height: 20px;
            background: #f0f0f0;
            position: absolute;
            right: -8px;
            top: 50%;
            margin-top: -10px;
            transform: rotate(45deg);
        }

        .follow-wechat-section #wechat-light-box em {
            position: absolute;
            top: 0;
            right: 10px;
            line-height: 1;
            cursor: pointer;
            font-style: normal;
            font-size: 36px;
            opacity: .2;
        }

            .follow-wechat-section #wechat-light-box em:hover {
                opacity: .5;
            }

/* wechat End */
/* Anchor start */
.Anchor-Navigation {
    width: 40px;
}

    .Anchor-Navigation .handle {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 1px;
        background: #f0f0f0;
        padding: 10px 0 0 8px;
        cursor: pointer;
        position: relative;
    }

        .Anchor-Navigation .handle i {
            display: block;
            width: 24px;
            height: 20px;
            overflow: hidden;
        }

            .Anchor-Navigation .handle i img {
                width: 100%;
                height: 100%;
                display: block;
            }

    .Anchor-Navigation .icon-anchor-list {
        background: url('images/icon-share-sprite2.png') no-repeat 0 0;
    }

    .Anchor-Navigation .handle:hover,
    .Anchor-Navigation .handle.active {
        background: #be2f7f;
    }

    .Anchor-Navigation .handle.bg-color-cyan:hover,
    .Anchor-Navigation .handle.bg-color-cyan.active {
        background: #00a3e0;
    }

    .Anchor-Navigation .handle.bg-color-indigo:hover,
    .Anchor-Navigation .handle.bg-color-indigo.active {
        background: #002f6c;
    }

    .Anchor-Navigation .handle.bg-color-violet:hover,
    .Anchor-Navigation .handle.bg-color-violet.active {
        background: #3a397b;
    }

    .Anchor-Navigation .handle.bg-color-purple:hover,
    .Anchor-Navigation .handle.bg-color-purple.active {
        background: #7a4183;
    }

    .Anchor-Navigation .handle.bg-color-cerise:hover,
    .Anchor-Navigation .handle.bg-color-cerise.active {
        background: #bd2f7f;
    }

    .Anchor-Navigation .handle.bg-color-plum:hover,
    .Anchor-Navigation .handle.bg-color-plum.active {
        background: #890c58;
    }

    .Anchor-Navigation .handle.bg-color-ruby:hover,
    .Anchor-Navigation .handle.bg-color-ruby.active {
        background: #d73872;
    }

    .Anchor-Navigation .handle:hover .icon-anchor-list,
    .Anchor-Navigation .handle.active .icon-anchor-list {
        background: url('images/icon-share-sprite2.png') no-repeat 0 -120px;
    }


    .Anchor-Navigation .handle i img.hover,
    .Anchor-Navigation .handle:hover img.default,
    .Anchor-Navigation .handle.active img.default {
        display: none;
    }

    .Anchor-Navigation .handle:hover i img.hover,
    .Anchor-Navigation .handle.active i img.hover {
        display: block;
    }

    .Anchor-Navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 40px 0 40px 50px;
        width: 275px;
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 55px;
        transform: translateY(-50%);
        background: #f0f0f0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-backface-visibility: hidden;
        display: none;
    }

    .Anchor-Navigation .handle:hover ul,
    .Anchor-Navigation .handle.active ul {
        display: block;
    }

    .Anchor-Navigation ul:after {
        content: '';
        width: 20px;
        height: 20px;
        background: #f0f0f0;
        position: absolute;
        right: -8px;
        top: 50%;
        margin-top: -10px;
        transform: rotate(45deg);
    }

    .Anchor-Navigation li {
        position: relative;
        margin: 0;
        height: 45px;
        line-height: 45px;
        cursor: pointer;
        overflow: hidden;
        pointer-events: auto;
        text-align: left;
    }

        .Anchor-Navigation li a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
        }

            .Anchor-Navigation li a:hover {
                font-weight: bold;
            }

            .Anchor-Navigation li a:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                margin-right: -6px;
                margin-top: -6px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                -webkit-transform: scale(1);
                transform: scale(1);
                transition: transform cubic-bezier(.38, .04, .35, .96) 400ms, opacity cubic-bezier(.38, .04, .35, .96) 400ms;
                transition: transform cubic-bezier(.38, .04, .35, .96) 400ms, opacity cubic-bezier(.38, .04, .35, .96) 400ms, -webkit-transform cubic-bezier(.38, .04, .35, .96) 400ms;
                background: #f0f0f0;
                border: 2px solid #dedfdf;
            }

        .Anchor-Navigation li span {
            padding-left: 25px;
            white-space: nowrap;
        }

        .Anchor-Navigation .active li.active a:before,
        .Anchor-Navigation li a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: #454545;
            border-color: #454545;
        }


        .Anchor-Navigation li:hover {
            overflow: visible;
        }

        .Anchor-Navigation li a:hover span {
            opacity: 1;
        }

/* Anchor End */
/*Surfaced Item Css Begin*/

.surfaced-item.surfaced-item-with-bgcolor.bg-color-white {
    background-color: #ffffff;
}

.surfaced-item.surfaced-item-with-bgcolor.bg-color-black5 {
    background-color: #f1f2f2;
}

.surfaced-item.surfaced-item-with-bgcolor.bg-color-black10 {
    background-color: #e6e7e8;
}

.surfaced-item.surfaced-item-with-bgcolor.bg-color-black15 {
    background-color: #dcddde;
}

.surfaced-item.surfaced-item-with-bgcolor.bg-color-black20 {
    background-color: #d1d3d4;
}

.surfaced-item.surfaced-item-with-bgcolor img {
    margin-bottom: 0;
}

/* .col-md-3>.surfaced-item-with-bgcolor .surfaced-item-copy>h3, */
.col-md-3 > .surfaced-item-with-bgcolor .surfaced-item-text > h3,
/* .surfaced-item-with-bgcolor .surfaced-item-copy>h3, */
.surfaced-item-with-bgcolor .surfaced-item-text > h3 {
    font-size: 1.5rem;
    margin-top: 0;
}

/* .col-md-3>.surfaced-item-with-bgcolor .surfaced-item-copy p,
.surfaced-item-with-bgcolor .surfaced-item-copy p, */
.surfaced-item-with-bgcolor .surfaced-item-text p {
    font-size: 1.125rem;
    line-height: 1.5;
}

/* .surfaced-item-with-bgcolor .surfaced-item-copy, */
.surfaced-item-with-bgcolor .surfaced-item-text,
/* .col-md-3>.surfaced-item-with-bgcolor .surfaced-item-copy, */
.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-text {
    padding: 2rem 1.25rem;
}

.col-md-3 > .surfaced-item-with-bgcolor .glyph-link,
.surfaced-item-with-bgcolor .glyph-link {
    display: block;
    padding: 0.5rem 2rem;
    color: #ffffff;
    background-color: #00a3e0;
    text-align: center;
    font-size: 1.125rem;
    width: 60%;
    margin: 1rem auto;
}

@media (min-width: 480px) {

    .surfaced-item-with-bgcolor .surfaced-item-text > h3 {
        font-size: 1.625rem;
    }

    .surfaced-item-with-bgcolor .surfaced-item-text p {
        font-size: 1.125rem;
        line-height: 1.3;
    }

    .surfaced-item-with-bgcolor .glyph-link {
        display: inline-block;
        font-size: 1.125rem;
        width: auto;
    }

    .bp-md > .surfaced-item-with-bgcolor .surfaced-item-copy {
        padding: 2rem 4rem;
    }

    .select-arrow::after {
        top: 23px
    }
}

.surfaced-item-with-bgcolor .glyph-link:after {
    content: " ";
}

.bp-md > .surfaced-item-horizontal.surfaced-item-with-bgcolor {
    display: block;
}

    .bp-md > .surfaced-item-horizontal.surfaced-item-with-bgcolor .surfaced-item-image {
        display: block;
        float: left;
        width: 50%;
    }

.col-md-12 > .surfaced-item-horizontal.surfaced-image-split-right .surfaced-item-image {
    display: block;
    float: right;
    padding-right: 0;
    width: 50%;
}

.col-md-12 > .surfaced-item-horizontal .surfaced-item-image.image-small {
    width: 33.33%;
}

.col-md-12 > .surfaced-item-horizontal .surfaced-item-image.image-medium {
    width: 40%;
}

.col-md-12 > .surfaced-item-horizontal .surfaced-item-image.image-large {
    width: 60%;
}


@media (max-width: 992px) {
    .bp-md > .surfaced-item.surfaced-item-horizontal.surfaced-item-with-bgcolor {
        display: block;
    }

    .col-md-12 > .surfaced-item-horizontal.surfaced-item-with-bgcolor .surfaced-item-image {
        width: 100%;
        float: none;
    }
}

.component.surfaced-item-no-margin,
body:not([data-bp=xl]) .component.surfaced-item-no-margin {
    margin: 0;
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding {
    padding: 0;
    display: flex;
    align-items: center
}

.surfaced-item-with-bgcolor .surfaced-item-no-padding .glyph-link {
    margin-bottom: 0;
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-text {
    display: table-cell;
    padding-bottom: 1rem;
    padding-left: 1rem;
    vertical-align: top;
    width: 50%;
}

.bp-md > .surfaced-item.surfaced-item-layout1 .surfaced-item-no-padding,
.bp-md > .surfaced-item.surfaced-item-layout2 .surfaced-item-no-padding,
.bp-md > .surfaced-item.surfaced-item-layout3 .surfaced-item-no-padding {
    padding: 0 6.25%;
}

.bp-md > .surfaced-item .surfaced-item-no-padding .surfaced-item-text {
    padding: 0;
}

.bp-md > .surfaced-item.surfaced-item-layout1 .image-right .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout1 .image-left a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout1 .image-left .new-surfaced-item-image,
.bp-md > .surfaced-item.surfaced-item-layout2 .image-left .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout2 .image-right a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout2 .image-right .new-surfaced-item-image,
.bp-md > .surfaced-item.surfaced-item-layout3 .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout3 a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout3 .new-surfaced-item-image {
    width: 50%;
    display: inline-block;
}


.bp-md > .surfaced-item.surfaced-item-layout1 .image-left .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout1 .image-right a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout1 .image-right .new-surfaced-item-image {
    width: 50%;
    padding-left: 7.14%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout2 .image-right .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout2 .image-left a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout2 .image-left .new-surfaced-item-image {
    width: 50%;
    padding-right: 7.14%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout4 a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout4 .new-surfaced-item-image,
.bp-md > .surfaced-item.surfaced-item-layout4 .surfaced-item-text {
    width: 50%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout5 a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout5 .new-surfaced-item-image {
    width: 33.33%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout5 .surfaced-item-text {
    width: 66.67%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout7 a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout7 .new-surfaced-item-image,
.bp-md > .surfaced-item.surfaced-item-layout6 .surfaced-item-text {
    width: 40%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-layout7 .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout6 a:not(.glyph-link),
.bp-md > .surfaced-item.surfaced-item-layout6 .new-surfaced-item-image {
    width: 60%;
    display: inline-block;
}

.bp-md > .surfaced-item.surfaced-item-no-margin .surfaced-item-no-padding a .new-surfaced-item-image {
    width: 100%;
    padding: 0;
}

.bp-md > .surfaced-item.surfaced-item-layout4 .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout5 .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout6 .surfaced-item-text,
.bp-md > .surfaced-item.surfaced-item-layout7 .surfaced-item-text {
    padding: 0 4rem;
}

.bp-md > .surfaced-item.surfaced-item-with-bgcolor .text-top.image-left,
.bp-md > .surfaced-item.surfaced-item-with-bgcolor .text-bottom.image-right {
    flex-direction: row-reverse;
}

.bp-md > .surfaced-item.surfaced-item-with-bgcolor .image-right .new-surfaced-item-image {
    float: right;
}

.bp-md > .surfaced-item.surfaced-item-with-bgcolor .image-left .new-surfaced-item-image {
    float: left;
}

.bp-md > .surfaced-item.surfaced-item-vertical .surfaced-item-no-padding {
    padding: 0;
}

    .bp-md > .surfaced-item.surfaced-item-vertical .surfaced-item-no-padding img {
        width: 100%;
    }

.bp-md > .surfaced-item.surfaced-item-vertical .text-bottom .surfaced-item-text {
    padding: 40px 20px 0;
}

.bp-md > .surfaced-item.surfaced-item-vertical .text-top .surfaced-item-text {
    padding: 0 20px 30px;
}

.mask-gradient,
.show-more-btn .glyph-link {
    display: none;
}

@media (max-width: 992px) {

    .bp-md > .surfaced-item.surfaced-item-with-bgcolor .surfaced-item-no-padding {
        padding: 0;
        display: block;
    }

        .bp-md > .surfaced-item.surfaced-item-with-bgcolor .surfaced-item-no-padding a:not(.glyph-link),
        .bp-md > .surfaced-item.surfaced-item-with-bgcolor .surfaced-item-no-padding .new-surfaced-item-image {
            width: 100%;
            float: none;
            padding: 0;
        }

    .col-md-12 > .surfaced-item-horizontal.surfaced-item-with-bgcolor a:not(.glyph-link),
    .col-md-12 > .surfaced-item-horizontal.surfaced-item-with-bgcolor .new-surfaced-item-image {
        width: 100%;
        float: none;
    }

    .bp-md > .surfaced-item.surfaced-item-with-bgcolor .surfaced-item-no-padding .surfaced-item-text {
        display: table-cell;
    }

    .bp-md > .surfaced-item.surfaced-item-with-bgcolor .text-bottom .surfaced-item-text {
        padding: 40px 20px 0;
    }

    .bp-md > .surfaced-item.surfaced-item-with-bgcolor .text-top .surfaced-item-text {
        padding: 0 20px 30px;
    }

    .truncate-btn {
        text-align: center;
    }

        .truncate-btn .glyph-link {
            display: inline-block;
            font-size: 1.125rem;
            width: auto;
        }

            .truncate-btn .glyph-link.collapse-btn {
                display: none;
            }

    .surfaced-item-description {
        position: relative;
        overflow: hidden;
    }

    .mask-gradient {
        display: block;
        width: 100%;
        height: 35px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 7900;
        cursor: pointer;
    }

    .surfaced-item.surfaced-item-with-bgcolor.bg-color-white .mask-gradient {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    }

    .surfaced-item.surfaced-item-with-bgcolor.bg-color-black5 .mask-gradient {
        background: linear-gradient(to bottom, rgba(241, 242, 242, 0), #f1f2f2);
    }

    .surfaced-item.surfaced-item-with-bgcolor.bg-color-black10 .mask-gradient {
        background: linear-gradient(to bottom, rgba(230, 231, 232, 0), #e6e7e8);
    }

    .surfaced-item.surfaced-item-with-bgcolor.bg-color-black15 .mask-gradient {
        background: linear-gradient(to bottom, rgba(220, 221, 222, 0), #dcddde);
    }

    .surfaced-item.surfaced-item-with-bgcolor.bg-color-black20 .mask-gradient {
        background: linear-gradient(to bottom, rgba(209, 211, 212, 0), #d1d3d4);
    }
}

/* Surfaced Item CSS End */
/*L01 - Chem Mobile List CSS Starts*/

/*Margin Css Begin*/
.tile-component .btn-primary {
    margin: 0;
}

.tile-component .featured-item-copy-inner {
    border: 1px solid #dedede;
    min-height: 230px;
}

.tile-component .tile-component-text {
    margin: 0 2rem 1.5rem;
}

.tile-component-text .tile-component-title span {
    font-size: 0.875rem;
}

.tile-component .tile-component-text .tile-component-description {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
}

.tile-link .tile-link-description p:last-of-type {
    margin-bottom: 0;
}

.tile-link {
    border: 1px solid #dedede;
    padding: 1rem;
}

    .tile-link .tile-link-title {
        padding-right: 2rem;
    }

    .tile-link .tile-link-description {
        padding-right: 3rem;
    }

    .tile-link a {
        color: #2b2626;
        display: block;
        position: relative;
    }

    .tile-link .tile-link-title {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0;
        font-family: EMprintSemibold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    }

    .tile-link .tile-link-description {
        margin-top: 10px;
    }

    .tile-link a::after {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        top: 50%;
        right: 0;
        border: 2px solid #0c479d;
        border-left: transparent;
        border-top: transparent;
        content: "";
        height: 20px;
        position: absolute;
        width: 20px
    }





li .tile-link.tile-link-s {
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem !important;
}

.tile-link.tile-link-s a::after {
    height: 10px;
    width: 10px;
}

.tile-link-s .tile-link-title-s p {
    margin: 0;
}
/*Margin Css End*/

/*L01 - Chem Mobile List CSS ends*/

/* multiselect  starts here*/
.multiSelect {
    display: none;
}



.multiselect-wrapper {
    width: 250px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
}



    .multiselect-wrapper .multiselect-input {
        width: 240px;
        padding-right: 50px;
    }



    .multiselect-wrapper label {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }



    .multiselect-wrapper .multiselect-list {
        z-index: 1;
        position: absolute;
        display: none;
        background-color: #fff;
        border: 1px solid grey;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: -2px;
    }



        .multiselect-wrapper .multiselect-list.active {
            display: block;
        }



        .multiselect-wrapper .multiselect-list > span {
            font-weight: 700;
        }



        .multiselect-wrapper .multiselect-list .multiselect-checkbox {
            margin-right: 2px;
        }



        .multiselect-wrapper .multiselect-list > span,
        .multiselect-wrapper .multiselect-list li {
            cursor: default;
        }



    .multiselect-wrapper .multiselect-list {
        padding: 5px;
        min-width: 240px;
    }



    .multiselect-wrapper ul {
        list-style: none;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }



        .multiselect-wrapper ul li {
            padding-right: 20px;
            display: block;
        }



            .multiselect-wrapper ul li.active {
                background-color: #06f;
                color: #fff;
            }



            .multiselect-wrapper ul li:hover {
                background-color: #06f;
                color: #fff;
            }



.multiselect-input-div {
    position: relative;
}



    .multiselect-input-div .form-control {
        padding: 6px 12px;
        vertical-align: middle;
    }



    .multiselect-input-div .multiselect-count {
        position: absolute;
        width: 40px;
        text-align: center;
        border-radius: 2px;
        background-color: #0c479d;
        display: inline-block;
        padding: 10px 7px;
        color: #ffffff;
        right: 25px;
        top: 0;
    }

    .multiselect-input-div .multiselect-dropdown-arrow-background {
        right: 0;
        width: 25px;
        background-color: #e6e6e6;
        border: none;
        top: 0;
    }



.selectArea {
    display: none;
    border: 1px solid #000000;
    width: 100%;
    background-color: #ffffff;
    font-size: 1rem;
}



    .selectArea .selectAllLabel {
        height: 40px;
    }



        .selectArea .selectAllLabel label {
            height: 40px;
            padding: 6px 12px;
        }



        .selectArea .selectAllLabel .multiselect-text {
            padding-left: 10px;
        }



    .selectArea hr {
        margin: 0;
    }



    .selectArea ul {
        margin: 0;
        padding: 0;
    }



        .selectArea ul li {
            list-style: none;
            list-style: none;
            height: 40px;
            padding: 6px 12px;
            font-size: 1rem;
        }



    .selectArea li input {
        margin-right: 10px;
    }

.component .search-resultype {
    font-size: 13px;
    color: #7b7b7b !important;
    font-weight: 400;
}


.multiselect-input-div .multiselect-dropdown-arrow {
    width: 0;
    height: 0;
    right: 10px;
    top: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 17px;
}
/* multiselect  ends here*/


/* DFS Component update related CSS fixes Starts */

.screen-title-image {
    width: 100%;
}

.featured-item-image {
    width: auto;
}

.featured-item-image-wrap img[src=''] {
    display: none;
}

.featured-item-slide-image {
    width: 100%;
}

.B03DFSImageclass {
    width: 100%;
}

.product-list > tbody > tr > td.product-list-icon > img {
    display: inline-block;
    min-height: 60px;
    min-width: 60px;
    width: 100% !important;
}

@media (min-width: 480px) {
    .img-floated, .img-left, .img-right {
        height: auto;
        width: 50% !important;
    }

    .img-left {
        float: left;
        margin-right: 20px;
        margin-right: 1.25rem;
    }

    .img-right {
        float: right;
        margin-left: 20px;
        margin-left: 1.25rem;
    }
}

/* DFS video  spacing issue*/
.new-surfaced-item-image .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 48%;
}

/* DFS Component update related CSS fixes Ends */

/* Contact Us page scroll up issue fix */
.form-group > input[type=checkbox], .form-group > input[type=radio] {
    opacity: 0;
    position: absolute;
}

/*end */

/* Multi slide Carousel related CSS Starts */
.carousel-multi-cols .slick-dots {
    display: none !important;
}

.carousel-multi-cols .carousel {
    position: relative;
}

.carousel-multi-cols .carousel-header {
    width: 80%;
}

.carousel-multi-cols .carousel-title {
    font-size: 1.5rem;
    font-weight: 400;
    width: 100%;
}

.carousel-multi-cols .slick-slide {
    padding-right: 20px;
}

.carousel-multi-cols .carousel .slick-prev {
    left: auto;
    position: absolute;
    top: -30px;
    background-image: url(./prev.png);
    width: 32px;
    height: 32px;
    background-position: center;
    right: 60px;
}

    .carousel-multi-cols .carousel .slick-prev.slick-disabled {
        background-image: url(./prev-disable.png);
    }

.carousel-multi-cols .carousel .slick-next {
    position: absolute;
    top: -30px;
    left: auto;
    background-image: url(./next.png);
    width: 32px;
    height: 32px;
    right: 20px;
    background-position: center;
}

    .carousel-multi-cols .carousel .slick-next.slick-disabled {
        background-image: url(./next-disable.png);
    }

.slick-slide .carousel-title-link {
    font-size: 17px;
    color: #2b2626;
    margin: 10px 0;
    font-family: EMprint,Arial,Helvetica Neue,Helvetica,Lucida Grande,Sans-serif;
    font-weight: bold;
}

@media (max-width: 480px) {
    .carousel-multi-cols .carousel {
        width: 100%;
        padding: 0 45px;
    }

    .carousel-multi-cols .carousel-header {
        width: 100%;
    }

    .carousel-multi-cols .slick-slide {
        padding-right: 3px;
    }

    .carousel-multi-cols .carousel .slick-prev {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .carousel-multi-cols .carousel .slick-next {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .slick-slide .carousel-title-link {
        font-size: 4vw;
    }

    .carousel-multi-cols .carousel {
        margin-bottom: 15px;
    }
}

.component.carousel-multi-cols, .carousel-multi-cols .component {
    margin: 0 !important;
}
/* Multi slide Carousel related CSS Ends */

/* Filter list page Tab view fix starts */
.station-locator-panel .station-locator-data .station-locator-information .station-telephone > span {
    white-space: normal;
    display: block;
}

.product-list-description .station-locator-options .btn {
    width: auto;
}

.station_locator_information_hide {
    display: none;
}

/*Added for video download icon on Library Search page*/
.icon-view-chem {
    background-image: url(/xomfl/core/content/img/exxonmobil-chemical-play-fs-md.png) !important;
    background-position: 49% 44% !important;
    background-size: 65px 30px !important;
    height: 30px !important;
}


/* To fix Datasheet page table width for small breakpoints */
@media screen and (max-width:767px) {
    .table-responsive > .table-bordered {
        border: 0;
        width: 100% !important;
    }
}


/*Added for clear all facets selection link*/
.clear-facet-filters {
    line-height: 3em;
    text-decoration: none !important;
}

/*Added for webinar item for Quick links*/
.icon-webinar {
    background-image: url(../img/icon-sprite.png);
    background-position: 0px 0px;
    width: 30px;
    height: 26px;
}
/*end */

/*Added for subscription center item for Quick links*/
.icon-subscription-center {
    background-image: url(../img/icon-sprite.png);
    background-position: 0px -36px;
    width: 24px;
    height: 30px;
}
/*end */


/* Fix alignment for S01 Surfaced component when it comes under rightside bar placeholder with col-3 */
@media screen and (min-width:992px) {

    .rightside-col-3 > .surfaced-item-horizontal-row, .rightside-col-3 > .surfaced-item-vertical, .rightside-col-3 > .surfaced-item-horizontal, .rightside-col-3 > .surfaced-item {
        margin-top: .125rem !important;
    }

    .rightside-col-3 .surfaced-item-horizontal-row > a, .rightside-col-3 .surfaced-item-vertical > a, .rightside-col-3 .surfaced-item-horizontal > a, .rightside-col-3 .surfaced-item > a {
        margin: .125rem !important;
    }

    .rightside-col-3 .surfaced-item-horizontal-row > img, .rightside-col-3 .surfaced-item-vertical > img, .rightside-col-3 .surfaced-item-horizontal > img, .rightside-col-3 .surfaced-item > img {
        margin-left: .125rem !important;
    }
}

@media screen and (max-width:767px) {

    .rightside-col-3 > .surfaced-item-horizontal-row, .rightside-col-3 > .surfaced-item-vertical, .rightside-col-3 > .surfaced-item-horizontal, .rightside-col-3 > .surfaced-item {
        margin-top: .125rem !important;
    }

    .rightside-col-3 .surfaced-item-horizontal-row > a, .rightside-col-3 .surfaced-item-vertical > a, .rightside-col-3 .surfaced-item-horizontal > a, .rightside-col-3 .surfaced-item > a {
        margin: .125rem !important;
    }

    .rightside-col-3 .surfaced-item-horizontal-row > img, .rightside-col-3 .surfaced-item-vertical > img, .rightside-col-3 .surfaced-item-horizontal > img, .rightside-col-3 .surfaced-item > img {
        margin-left: .125rem !important;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .rightside-col-3 > .surfaced-item-horizontal-row, .rightside-col-3 > .surfaced-item-vertical, .rightside-col-3 > .surfaced-item-horizontal, .rightside-col-3 > .surfaced-item {
        margin-top: .125rem !important;
    }

    .rightside-col-3 .surfaced-item-horizontal-row img, .rightside-col-3 .surfaced-item-vertical img, .rightside-col-3 .surfaced-item-horizontal img, .rightside-col-3 .surfaced-item img {
        margin-left: .125rem !important;
    }
}
/* end*/


/* Accessibility fix start */
/* --1.1--*/
.nav-main-bar a:active, .nav-main-bar a:focus, .nav-meganav-title a:focus, .nav-meganav-title a:active {
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: 5px !important;
}

@-moz-document url-prefix() {
    .nav-main-bar a:active, .nav-main-bar a:focus, .nav-meganav-title a:focus, .nav-meganav-title a:active {
        outline: dotted thin !important; /*FF fix*/
    }
}

/* Accessibility fix end */
/* Screen Title CSS Start */



.screen-image {
    position: relative;
}

.title-view {
    margin-left: 2%;
}



@media (max-width: 720px) {
    .featured-item-full-overlay .Right {
        position: relative !important;
        margin-right: 0.1rem;
        margin-left: -0.1rem;
    }
    .featured-item-full-overlay .Left {
         position: relative !important;
         margin-right: 0.1rem;
        margin-left: -0.1rem;
    }
	.featured-item-full-overlay .screen-title-inner {
	margin-top :10px;
	margin-bottom :10px;
	width :100%;
	top : 0%;
}
.title-view .featured-item-title {
	   font-size:1.5rem;
	   font-family:'EMprintSemibold';
   }
   .featured-item-full-overlay .screen-title-inner  .title-view .width-100 {
    width: 100% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-50 {
    width: 100% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-30 {
    width: 100% !important;
}
.featured-item-full-overlay .screen-title-inner .screen-title-cta {
    cursor: pointer;
    font-family: 'EMprintSemibold';
    font-size: 1.2rem;
	color:#0c479d;
}
}

@media (max-width: 998px) and (min-width: 721px) {
   .title-view .featured-item-title {
	   font-size:1.5rem;
   }
   .featured-item-full-overlay .Left {
    position: absolute;
    margin-top: -86px;
	margin-left:10px;
	left:0;
}

.featured-item-full-overlay .Right {
    position: absolute;
    margin-top: -86px;
	margin-right:10px;
	right:0;
}
.featured-item-full-overlay .screen-title-inner {
	margin-top :10px;
	margin-bottom :10px;
	width :100%;
	position:absolute;
	top : 0%;
	color:#fff;
}
.featured-item-full-overlay .screen-title-inner  .title-view .width-100 {
    width: 100% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-50 {
    width: 50% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-30 {
    width: 30% !important;
}
.featured-item-full-overlay .screen-title-inner .screen-title-cta {
    cursor: pointer;
    font-family: 'EMprintSemibold';
    font-size: 1.2rem;
	color:#fff;
}
.col-md-3  .featured-item-full-overlay .screen-title-inner .screen-title-cta {
	font-size:0.8rem !important;
}
.col-sm-6 .featured-item-full-overlay .Right {
	margin-right: 40px !important;
}
 .col-md-3 .featured-item-full-overlay .screen-title-inner .title-view .featured-item-title {
	   font-size:1.0rem !important;
   }
   .col-md-4 .featured-item-full-overlay .screen-title-inner .title-view .featured-item-title {
	   font-size:1.1rem !important;
   }
   .col-md-4  .featured-item-full-overlay .screen-title-inner .screen-title-cta {
	font-size:0.8rem !important;
}
}

@media (min-width: 999px) {
.featured-item-full-overlay .Left {
    position: absolute;
    margin-top: -86px;
	margin-left:10px;
	left:0;
}

.featured-item-full-overlay .Right {
    position: absolute;
    margin-top: -86px;
	margin-right:10px;
	right :0;
}
.featured-item-full-overlay .screen-title-inner {
	margin-top :10px;
	margin-bottom :10px;
	width :100%;
	position:absolute;
	top : 0%;
	color:#fff;
}
.featured-item-full-overlay .screen-title-inner  .title-view .width-100 {
    width: 100% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-50 {
    width: 50% !important;
}

.featured-item-full-overlay .screen-title-inner  .title-view .width-30 {
    width: 30% !important;
}
.featured-item-full-overlay .screen-title-inner .screen-title-cta {
    cursor: pointer;
    font-family: 'EMprintSemibold';
    font-size: 1.2rem;
	color:#fff;
}
.col-md-3  .featured-item-full-overlay .screen-title-inner .screen-title-cta {
	font-size:0.8rem !important;
}
 .col-md-3 .featured-item-full-overlay .screen-title-inner .title-view .featured-item-title {
	   font-size:1.0rem !important;
   }
   .col-md-4 .featured-item-full-overlay .screen-title-inner .title-view .featured-item-title {
	   font-size:1.2rem !important;
   }
}
/* Screen Title CSS end */

/* new surfaced overlay component - Start*/

.surfaced-item .surfaced-item-content-image {
    position: relative;
}

@media (max-width: 720px) {

    .surfaced-item .surfaced-item-content-image img  {
        margin-left: 0px !important;
    }

    .surfaced-item .surfaced-description {
        padding-top: 10px !important;
    }

    .surfaced-item .surfaced-item-content-image .surface-overlay {
        /*margin-top: -37px !important;*/
        position: absolute !important;
        width: 100% !important;
        bottom: 0;
    }

        .surfaced-item .surfaced-item-content-image h3, .surfaced-item .surfaced-item-content-image .surface-overlay h3 {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
            vertical-align: middle;
            font-family: 'EMprintSemibold';
            line-height: 1.1;
            font-size: 16.25px !important;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.left, .surfaced-item .surfaced-item-content-image .left {
            text-align: left !important;
            padding-left: 10px;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.center, .surfaced-item .surfaced-item-content-image .center {
            text-align: center !important;
        }

        /*-- black --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.black {
            background-color: rgb(43,38,38); /*#f1f2f2;*/
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.black h3 {
                color: #ffff;
            }

        /*-- blue --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.blue {
            background-color: rgb(12, 71, 157);
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.blue h3 {
                color: #ffff;
            }

        /*-- White --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.white {
            background-color: #ffffff;
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.white h3 {
                color: rgb(43,38,38);
            }
}


@media (max-width: 998px) and (min-width: 721px) {

    .surfaced-item .surfaced-item-content-image img {
        margin-left: 0px !important;
    }

    .surfaced-item .surfaced-description {
        padding-top: 10px !important;
    }

    .surfaced-item .surfaced-item-content-image .surface-overlay {
        /*margin-top: -42px !important;*/
        position: absolute !important;
        width: 100% !important;
        bottom: 0;
    }

        .surfaced-item .surfaced-item-content-image h3, .surfaced-item .surfaced-item-content-image .surface-overlay h3 {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
            vertical-align: middle;
            font-family: 'EMprintSemibold';
            line-height: 1.1;
            font-size: 20px !important;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.left, .surfaced-item .surfaced-item-content-image .left {
            text-align: left !important;
            padding-left: 10px;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.center, .surfaced-item .surfaced-item-content-image .center {
            text-align: center !important;
        }

        /*-- black --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.black {
            background-color: rgb(43,38,38); /*#f1f2f2;*/
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.black h3 {
                color: #ffff;
            }

        /*-- blue --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.blue {
            background-color: rgb(12, 71, 157);
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.blue h3 {
                color: #ffff;
            }

        /*-- White --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.white {
            background-color: #ffffff;
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.white h3 {
                color: rgb(43,38,38);
            }
}


@media (min-width: 999px) {

    .surfaced-item .surfaced-item-content-image img {
        margin-left: 0px !important;
    }

    .surfaced-item .surfaced-description {
        padding-top: 10px !important;
    }

    .surfaced-item .surfaced-item-content-image .surface-overlay {
        /*margin-top: -42px !important;*/
        position: absolute !important;
        width: 100% !important;
        bottom: 0;
    }

        .surfaced-item .surfaced-item-content-image h3, .surfaced-item .surfaced-item-content-image .surface-overlay h3 {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
            vertical-align: middle;
            font-family: 'EMprintSemibold';
            line-height: 1.1;
            font-size: 20px !important;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.left, .surfaced-item .surfaced-item-content-image .left {
            text-align: left !important;
            padding-left: 10px;
        }

        .surfaced-item .surfaced-item-content-image .surface-overlay.center, .surfaced-item .surfaced-item-content-image .center {
            text-align: center !important;
        }

        /*-- black --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.black {
            background-color: rgb(43,38,38); /*#f1f2f2;*/
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.black h3 {
                color: #ffff;
            }

        /*-- blue --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.blue {
            background-color: rgb(12, 71, 157);
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.blue h3 {
                color: #ffff;
            }

        /*-- White --*/
        .surfaced-item .surfaced-item-content-image .surface-overlay.white {
            background-color: #ffffff;
            text-decoration-color: rgb(255,255,255);
            text-decoration-style: solid;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            line-height: 1.1;
        }

            .surfaced-item .surfaced-item-content-image .surface-overlay.white h3 {
                color: rgb(43,38,38);
            }
}


/* new surfaced overlay component - End*/