/* CSS Document */
/* DSS24992 2019-06-24 */
/*-------------------------------------------------------------------------------------------*/
/*- FOUNDATION ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

:root {
    --red: #e2383f;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

nav,
#footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* .aem-Grid.aem-Grid--12.aem-Grid--default--12 img {
    width: 100%;
} */

/* a,
a:hover,
a:visited {
    color: #000;
} */

a,
a:hover,
a:focus {
    color: #e2383f;
}

a:focus,
a:active,
.nav-link:focus,
.navbar-toggler:focus {
    outline: none;
}

.footerLink:focus {
    outline: none;
    color: #fff !important;
    text-decoration: underline;
}

.bgdss-body .nav-link {
    padding: 0.5rem 1rem;
}

.container-fluid.pad-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    max-width: 91.71429rem;
}

.form-inline.my-2.my-lg-0.ml-auto.mr-2 input {
    padding: 0px;
}

.nav-item.dropdown .dropdown-menu {
    width: auto;
    z-index: 89;
    max-width: none;
}

.hreflink {
    color: #6e6e6e;
    float: right;
    text-decoration: none;
    position: relative;
    transition: color 0.1s ease-out;
}

/*-------------------------------------------------------------------------------------------*/
/*- BOOTSTRAP OVERRIDES ---------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*
.navbar-toggler.collapsed .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	transition: .3s;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M 4 7 l 22 16 M 4 22 l 22 -16'/%3E%3C/svg%3E");
}
*/


/* nav#mainNavBar .collapse.show {
    height: auto;
    overflow-y: none;
} */

.navbar-toggler.collapsed .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon {
    background-image: url("https://www.consultdss.com/content/images/styles/DSS-mobile-toggle_128px.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: bottom left;
    transition: .3s;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-position: top left;
}

.dropdown-item:hover {
    color: #8a8c8e;
    text-decoration: none;
    background-color: #f0f4f6;
}

.dropdown-item:focus,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #e2383f;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bgdss-body a.dropdown-item {
    white-space: normal;
    padding: 0.25rem 1.5rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }


}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .bgdss-body a.dropdown-item {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/*-------------------------------------------------------------------------------------------*/
/*- BRAND BAR -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#brandBar {
    font-size: 15px;
    background-color: #f0f4f6;
    height: 80px;
}

#brandBar .navbar-brand {
    margin-top: -7px;
    max-width: 400px;
}

#brandBar form {
    position: relative;
}

#brandBar[data-expanded="true"] {
    height: 50px;
}

#brandBar[data-expanded="true"]+#mainNavBar {
    height: 70px;
}

#brandBar input {
    height: 32px;
    width: 170px;
    border-radius: 16px;
    padding-right: 30px;
    border-color: #aaa9a9;
    color: #000;
    font-size: 14px;
}

#brandBar .searchIcon {
    position: absolute;
    top: 8px;
    right: 12px;
}

#brandBar .searchIcon a,
#mainNavBar .searchIcon a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("https://www.consultdss.com/content/images/styles/DSS-search-icons.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
}

#brandBar .searchIcon a:hover,
#mainNavBar .searchIcon a :hover {
    background-position: bottom left;
}

#brandBar .dropdown-toggle::after {
    border-color: #8a8c8e;
}

#brandBar .nav-item a {
    color: #8a8c8e;
}

#brandBar .nav-item a:hover {
    color: #000;
}

#brandBar .nav-item {
    margin: 0 15px;
}

#brandBar .navbar-brand.vertLogo {
    display: none;
}

@media (max-width: 992px) {
    #brandBar {
        background-color: #fff;
    }

    .bgdss-contactForm .bgdss-scaler {
        max-width: none;
        width: 93%;
    }
}

@media (max-width: 480px) {
    #brandBar .navbar-brand.horzLogo {
        display: none;
    }

    #brandBar .navbar-brand.vertLogo {
        display: block;
        width: 110px;
    }

    /*	#brandBar {height: 90px;}*/
    #brandBar .navbar-brand {
        margin-top: 0px;
    }

    .bgdss-contactForm .bgdss-scaler {
        max-width: none;
        width: 93%;
    }
}


/*-------------------------------------------------------------------------------------------*/
/*- MENU BAR --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#mainNavBar {
    font-size: 16px;
    background-color: #ffffff;
}

#mainNavBar .nav-item a {
    color: #000;
}

#mainNavBar .nav-item a:hover,
#mainNavBar .nav-item.active a {
    color: #000;
}

#mainNavBar .navbar-nav .nav-link {
    padding-left: .6rem;
}

#mainNavBar a.dropdown-item.navSection {
    font-weight: 700;
}

#mainNavBar a.dropdown-item.navSection:not(:first-child) {
    margin-top: 15px;
}

#mainNavBar li.second-menu:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:first-child,
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:last-child,
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:nth-last-of-type(2),
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:nth-child(1), 
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:nth-child(2), 
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:nth-child(8),
#mainNavBar li.second-menu:nth-child(2) .dropdown-menu a:nth-child(12)  {
    font-weight: bold;
}

#mainNavBar form {
    position: relative;
}

#mainNavBar input {
    height: 32px;
    width: 96%;
    border-radius: 16px;
    padding-right: 30px;
    border-color: #aaa9a9;
    color: #000;
    font-size: 18px;
}

#mainNavBar .searchIcon {
    position: absolute;
    top: 8px;
    right: 12px;
}

#search-results-heading {
    margin: 13rem 0 1rem;
}

@media (min-width: 992px) {
    #mainNavBar .navbar-nav .nav-link {
        padding-left: 2rem;
    }

    #mainNavBar {
        font-size: 18px;
    }

    #mainNavBar {
        height: 90px;
    }

    #mainNavBar .navbar-nav .nav-link {
        padding-left: 1.3rem;
    }

    #mainNavBar .nav-item a {
        color: #8a8c8e;
    }

    #mainNavBar .dropdown-toggle::after {
        display: none;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        padding: 0.5rem 0;
        margin-top: -5px;
        border: none;
    }

    #easyPaginate .bgdss-w3 {
        padding: 0px 0px 0px 10px;
    }

    #mainNavBar {
        padding-top: 0;
        padding-bottom: 0;
    }

    #mainNavBar #navbarSupportedContent2 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}


/*-------------------------------------------------------------------------------------------*/


/*- FOOTER ----------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/

#footer {
    color: #fff;
}

#footer .navTitle,
#footer .navTitle a.footerLink {
    color: #fff;
    font-weight: 700;
    margin-top: 1.5rem;
}

#footer .navTitle a.footerLink:hover {
    text-decoration: underline;
}

#footer a.footerLink {
    display: block;
    color: #b1b3b6;
    margin: .6rem 0;
    line-height: 1.3rem;
}

#footer a.footerLink:hover {
    color: #fff;
    text-decoration: none;
}

#footer a.footerLink:last-child {
    margin-bottom: 0;
}

#footer .legalText {
    font-weight: 400;
    font-size: .8rem;
    color: #B1B3B6;
}

#footer .footerSocialLink {
    display: inline-block;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    background: no-repeat top left;
}

#footer .footerSocialLink.linkedin {
    background-image: url("https://www.consultdss.com/content/images/styles/linkedin_sprite.png");
    /*background-image: url("../images/linkedin_sprite.png");*/
    background-size: 32px;
}

#footer .footerSocialLink.linkedin:hover {
    background-position: bottom left;
}

#footer .footerSocialLink.twitter {
    background-image: url("https://www.consultdss.com/content/images/styles/twitter_sprite.png");
    /*background-image: url("../images/twitter_sprite.png");*/
    background-size: 32px;
}

#footer .footerSocialLink.twitter:hover {
    background-position: bottom left;
}

#footer .footerSocialLink.youtube {
    background-image: url("https://www.consultdss.com/content/images/styles/youtube_sprite.png");
    background-size: 32px;
}

#footer .footerSocialLink.youtube:hover {
    background-position: bottom left;
}
#footer .footerSocialLink.wechat {
    background-image: url("https://www.consultdss.com/content/images/styles/wechat_sprite.png");
    background-size: 32px;
    margin-right: 0px;
}
#footer .footerSocialLink.wechat:hover {
    background-position: bottom left;
}

/*-------------------------------------------------------------------------------------------*/
/*- HERO ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.heroWrapper {
    position: relative;
}

.heroWrapper .heroImage {
    background-image: url(https://consultdss.com/content/dam/dupont/products-and-services/consulting-services-and-process-technologies-redesign/consulting-services-and-process-technologies-landing/images/Home-page-revised-1920x1080-darker.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.heroWrapper .main-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5vh;
}

.content-left-align-block.content-block .heroWrapper .main-title {
    text-align: left;
    width: 68%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .heroWrapper .main-title {
        font-size: 3.6rem;
    }

    .content-left-align-block.content-block .heroWrapper .main-title {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .heroWrapper .heroImage {
        background-image: url(https://consultdss.com/content/dam/dupont/products-and-services/consulting-services-and-process-technologies-redesign/consulting-services-and-process-technologies-landing/images/Home-page-revised-1920x1080.jpg);
        height: 40vh;
    }

    .bgdss-contactForm .bgdss-scaler {
        max-width: none;
        width: 93%;
    }

    .heroWrapper .main-title {
        font-size: 1.8rem;
        position: relative;
        color: #000;
        text-shadow: inherit;
        text-align: left;
        margin-top: 3rem;
        margin-left: 15px;
    }
}


/*-----------------------------------search component--------------------------------------*/

.dropdown.dropdown--quickSearch {
    left: -9999px;
    outline: 0;
    position: absolute;
}

.search-results-block {
    margin-bottom: 2rem;
}


/*-----------------------------------Home Page Styles--------------------------------------*/

.main,
.content-block {
    background: #f0f4f6;
}

.home-page .case-study-bg {
    background: #d6dfe6;
    padding: 6rem 0 4rem;
}

.bgdss-body h1.main-titile {
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 84px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    /* text-shadow:2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5; */
    font-weight: bold;
    bottom: 28px;
    font-family: 'Montserrat';
    width: 80%;
}

.main-description {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.col-12.legalText a {
    color: #e2383f;
}

.pdf_download.aem-GridColumn.aem-GridColumn--default--12 {
    padding-bottom: 70px;
    padding-top: 40px;
}

.cls-1 {
    font-size: 23px !important;
    fill: #FFF;
    font-family: 'Montserrat', sans-serif !important;
}

.bgdss-videoSlider .bgdss-detailText {
    margin-bottom: 0rem;
}


/*-------------------------------------------------------------------------------------------*/
/*- MEDIA QUERIES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (max-width: 992px) {

    /* nav#mainNavBar .collapse.show {
        height: 275px;
        overflow-y: scroll;
    } */
    .bgdss-w3 h5 {
        font-size: 19px;
    }

    .bgdss-gridRight .bgdss-insightText {
        padding: 0rem;
    }

    .content-left-align-block.content-block .bgdss-imageGrid .bgdss-scaler {
        width: 85%;
    }

    .content-left-align-block .bgdss-gridWrap {
        width: 100%;
        margin: 0 auto;
    }

    .bgdss-contactForm .bgdss-scaler {
        max-width: none;
        width: 93%;
    }

    .bgdss-caseStudyGrid .bgdss-csText h4,
    .bgdss-filterPage .bgdss-csText h4 {
        font-size: 19px;
    }

    #brandBar .searchIcon a,
    #mainNavBar .searchIcon a {
       /* background-image: url("/content/images/styles/DSS-search-icon.png"); */
    }

    .page .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
        margin-top: 0px;
    }

    .page .content-left-align-block.content-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
        margin-top: 0px;
    }

    .main.full .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
        margin-top: 0px;
    }

    .content-left-align-block .bgdss-contactPage.safty-perception #progressbar li {
        width: 100%;
    }

    .content-left-align-block .bgdss-contactPage.safty-perception #progressbar li span {
        font-size: 17px;
    }

    .bgdss-videoSlider .bgdss-scaler {
        max-width: 920px;
        width: 90%;
        position: relative;
    }

    .bgdss-videoSlider .bgdss-detailText {
        width: 100%;
        margin-bottom: 1rem;
        display: block;
    }

    .content-left-align-block .operational .bgdss-gridWrap {
        width: 100%;
        margin: 0 auto;
    }

    .bgdss-body h1.main-titile,
    .bgdss-body .content-left-align-block h1.main-titile {
        position: static;
        left: 0px;
        text-align: left;
        font-size: 26px;
        right: 0px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
        margin: 38px auto 0px auto !important;
        color: #000;
        font-weight: bold;
        bottom: 0px;
        font-family: 'Montserrat';
        width: 90%;
    }

    .bgdss-caseStudyGrid .bgdss-sectionHeader h3,
    .bgdss-specificsGrid h3,
    .bgdss-relatedInsights h3 {
        font-size: 24px;
    }

    .content-left-align-block .specifics .bgdss-specificsGrid .bgdss-scaler {
        width: 90%;
    }

    p.view-video-btn {
        margin-top: 125px;
    }

    .bgdss-body .content-left-align-block h1.main-titile {
        position: static;
        left: 0px;
        text-align: left;
        font-size: 37px;
        right: 0px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
        margin: 38px auto 0px auto !important;
        color: #000;
        font-weight: bold;
        bottom: 0px;
        font-family: 'Montserrat';
        width: 90%;
    }

    .bgdss-caseStudyGrid .bgdss-csImage,
    .bgdss-filterPage .bgdss-csImage {
        width: 100%;
    }

    .bgdss-caseStudyGrid .bgdss-csText,
    .bgdss-filterPage .bgdss-csText {
        padding: 0.5rem 0rem 1rem;
    }

    .content-left-align-block .bgdss-sectionHeader {
        width: 100%;
    }

    .bgdss-sectionHeader {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0rem 0 0rem;
    }

    .bgdss-filterPage .bgdss-sectionHeader {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 2rem 0 0rem;
    }

    .content-left-align-block .bgdss-relatedInsights .bgdss-scaler {
        text-align: left;
    }

    .bgdss-body .bgdss-highlight {
        font-size: 1.5rem;
    }

    .textlink+.textlink {
        margin-top: 0;
    }

    /* .aem-Grid.aem-Grid--12.aem-Grid--default--12.home-page .aem-GridColumn.aem-GridColumn--default--12,
.content-left-align-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12 {
    padding-bottom: 70px;
}

.aem-Grid.aem-Grid--12.aem-Grid--default--12.home-page .aem-GridColumn.aem-GridColumn--default--12:first-child,
.content-left-align-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12:first-child {
    padding-bottom: 10px;
}

*/
    .bgdss-imageGrid .bgdss-w3,
    .bgdss-imageGrid .bgdss-w3:last-child,
    .bgdss-imageGrid .bgdss-w3:nth-child(3) {
        padding: 5px 5px 60px 5px;
    }


    .textlink.bgdss-imageGrid {
        text-align: left;
    }

    .bgdss-imageGrid .bgdss-w3:last-child {
        padding: 5px 5px 0px 5px;
    }

    /* .bgdss-caseStudyGrid .bgdss-ctaBtn {
    margin: 0 0 0 34px;
}

*/
    .bgdss-body .bgdss-ctaBtn.bgdss-blackBtn {
        display: table;
    }

    .bgdss-w3 {
        margin-bottom: 0rem;
    }

    .bgdss-insightGrid .bgdss-gridImage,
    .bgdss-insightGrid .bgdss-insightText {
        width: 95%;
    }

    .bgdss-imageGrid .bgdss-ctaBtn {
        margin: 2rem auto 0rem auto !important;
    }

    .view-video-btn .bgdss-videos {
        margin-left: 0.8rem;
    }

    .hreflink {
        float: left;
    }

    .dss-team .bgdss-sectionHeader,
    .dss-team .bgdss-filterWrap {
        width: 80%;
    }

    .dss-team .bgdss-sectionHeader.dss-section-space {
        margin-top: 120px;
    }

    .content-left-align-block .bgdss-imageGrid .bgdss-w3 {
        text-align: left;
        padding: 5px 5px 60px 5px;
        margin-top: 0px;
    }

    .content-left-align-block .bgdss-imageGrid .bgdss-w3:last-child,
    .content-left-align-block .bgdss-imageGrid .bgdss-w3:nth-child(3) {
        text-align: left;
        padding: 5px 5px 0px 5px;
        margin-top: 0px;
    }

    .content-left-align-block .specifics .bgdss-sectionHeader {
        width: 100%;
    }

    .operational .bgdss-imageGrid .bgdss-w3 img {
        height: auto;
    }

    .bgdss-caseStudyGrid .bgdss-scaler {
        width: 92%;
        max-width: calc(1240px * 0.9);
    }

    .bgdss-caseStudyGrid .bgdss-w3 {
        padding: 0 1rem 0rem 0rem;
    }

    .content-left-align-block .bgdss-bottom-space-textlink.industryPage {
        padding-bottom: 2rem;
    }

    #search-results-heading {
        margin: 1rem 0 1rem;
    }

    .actionBar-section .form-field,
    #search-results-content ul,
    .advancedSearch-form {
        margin-left: 10px;
    }

    .navBar--sub .navBar-item {
        display: inline-block;
    }
}

@media (max-width: 420px) {
    .dss-team .bgdss-sectionHeader.dss-section-space {
        margin-top: 120px;
    }

    p.view-video-btn {
        margin-top: 50px;
    }

    .content-left-align-block .bgdss-contactPage .bgdss-form .infoLabel.hide {
        display: block !important;
    }

    .content-left-align-block .bgdss-contactPage .bgdss-form {
        width: 100%;
    }

    .content-left-align-block .bgdss-contactPage .bgdss-form .infoLabel.hide hr {
        margin: 2rem auto 1.92857rem;
    }

    .bgdss-insightGrid .bgdss-gridRight .bgdss-insightText {
        margin-bottom: 0rem;
    }

    .content-left-align-block.content-block .bgdss-imageGrid .bgdss-scaler {
        width: 90%;
    }

    .bgdss-gridRight .bgdss-w3 h5,
    .bgdss-gridRight .bgdss-w3 p {
        width: 100%;
        margin-bottom: 67px;
    }

    .content-left-align-block .bgdss-relatedInsights .bgdss-scaler {
        max-width: 1096px;
        text-align: center;
        width: 85%;
    }

    .content-left-align-block .bgdss-bottom-space-textlink.industryPage {
        padding-bottom: 2rem;
    }

    .content-left-align-block .bgdss-imageGrid .bgdss-w3 {
        text-align: left;
        padding: 5px 5px 30px 5px;
        margin-top: 0px;
    }

    .content-left-align-block .bgdss-imageGrid .bgdss-w3:last-child,
    .content-left-align-block .bgdss-imageGrid .bgdss-w3:nth-child(3) {
        text-align: left;
        padding: 5px 5px 30px 5px;
        margin-top: 0px;
    }

    .home-page .bgdss-caseStudyGrid .bgdss-w3 {
        padding: 0 0.5rem 0rem 0.5rem;
    }

    .bgdss-caseStudyGrid .bgdss-w3 {
        padding: 0 0rem 0rem 0rem;
    }

    .content-left-align-block .case-study-bg {
        background: #d6dfe6;
        padding: 50px 0px 50px 0px;
    }

    .content-left-align-block .specifics .bgdss-sectionHeader {
        width: 100%;
    }

    .bgdss-caseStudyGrid .bgdss-scaler {
        width: 90%;
        max-width: calc(1240px * 0.9);
    }

    .bgdss-contactForm .bgdss-scaler {
        max-width: none;
        width: 80%;
    }

    .bgdss-w3,
    .bgdss-caseStudyGrid .bgdss-w3,
    #easyPaginate .bgdss-w3,
    .operational .bgdss-w3,
    .specifics .bgdss-w3 {
        width: 100%;
    }

    .aem-Grid.aem-Grid--12.aem-Grid--default--12.home-page .aem-GridColumn.aem-GridColumn--default--12:first-child,
    .content-left-align-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12:first-child {
        padding-bottom: 10px;
    }

    .bgdss-sectionHeader {
        text-align: left;
    }

    .dss-team .bgdss-sectionHeader,
    .dss-team .bgdss-filterWrap {
        width: 80%;
    }

    .content-left-align-block.content-block .heroWrapper .main-title {
        width: 90%;
        margin: 3rem 0px 0px 1rem;
    }

    .operational .bgdss-imageGrid .bgdss-w3 img {
        height: auto;
    }

    .bgdss-body .content-left-align-block .bgdss-ctaBtn.bgdss-blackBtn {
        display: inline-block;
    }

    #search-results-heading {
        margin: 1rem 0 1rem;
    }

    .actionBar-section .form-field,
    #search-results-content ul,
    .advancedSearch-form {
        margin-left: 10px;
    }

    #easyPaginate .bgdss-w3 {
        padding: 0px;
    }
}

/* aditional style - meet the team */
.bg-teamEmail {
    margin-top: 1rem;
}

.bg-teamEmail a {
    text-decoration: none !important;
    padding-left: 5px;
    font-weight: 400;
    font-size: 86%;
}

.bg-teamEmail a:hover {
    text-decoration: underline !important;
}
/* meet the team - end */

/* honeypot */
.antispambot {display: none !important;}
/* honeypot- end */
/* Toast sticky */
.toast-head {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}
.toast-content, .toast-content a.link {
    font-weight: 600;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
}
.toast-content a {
    font-size: 1.2rem !important;
    
}

.jq-toast-wrap.bottom-right {
    width:157px;
}

/*Custom Carousel*/

.dss-carousel {
position: relative;
}
.dss-carousel__img {
height: 252px !important;
width: 100% !important;
-o-object-fit: cover;
   object-fit: cover;
}
@media screen and (min-width: 568px) {
.dss-carousel__img {
  height: 336px !important;
}
}
@media screen and (min-width: 1024px) {
.dss-carousel__img {
  height: 420px !important;
}
}
@media screen and (min-width: 1280px) {
.dss-carousel__img {
  height: 60vh !important;
}
}
.dss-carousel__content {
position: absolute;
bottom: 30%;
left: 0;
width: 100%;
display: block;
padding: 28px 28px 0;
z-index: 2;
}
@media screen and (min-width: 480px) {
.dss-carousel__content {
  padding: 35px 35px 0;
}


}
@media screen and (min-width: 696px) {
.dss-carousel__content {
  /*max-width: 47.5rem;*/
  margin: auto;
}
}
@media screen and (min-width: 768px) {
.dss-carousel__content {
  padding: 56px 56px 0;
}
.dss-carousel__item:after {
position: absolute;
content: '';
display: block;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0,0,0,0.2);
z-index: 1;
}
}


.dss-carousel__link.carousel__cta{
    color:#fff;
    font-weight: 500;
    font-size: 1.125rem;
    background-color:#e2383f;
    border: 2px solid #e2383f;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    margin-top:1rem;
}
.dss-carousel__link.carousel__cta:hover{
    color:#fff;
    background-color: transparent;
    border: 2px solid #fff;
    
}
.carousel__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom:1rem;
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 568px) {
 .carousel__title {
    font-size: 26px;
    line-height: 35px;
 }
.dss-carousel__link.carousel__cta{
    font-size: 16px;
}
}


@media screen and (min-width: 1024px) {
  .carousel__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3.6rem;
  }
}

.centered {
    text-align: center;
}
.break--t {

    display: block;

}
.slick-dots {
    bottom:0;
    
}
.slick-dots li button {
    border-color: #fff;
    background-color: #f3f3f3;
}
.slick-dots li.slick-active button::before {
    background-color: #333;
}

.dss-carousel__content p.centered {
    text-align: center !important;
}

@media screen and (min-width: 567px) {
    .slick-dots {
        bottom: 10px;
    }
}
.slick-dots li button::before, .slick-dots li.slick-active button:before {
    color: transparent;
}

/* //////////////////////// covid layout //////////////////////// */
.container {
  max-width: 1280px;
  /*margin: 0 24px;*/
}
@media screen and (min-width: 1328px) {
  .container {
    /*width: 1280px;*/
    margin: 0 auto;
  }
}
.block-item::after {
  content: '';
  display: table;
  clear: both;
}
.block-item__img,
.block-item__content,
.block-item__cta {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block-item__img:first-child,
.block-item__content:first-child,
.block-item__cta:first-child {
  margin-left: auto;
}
.block-item__img:last-child,
.block-item__content:last-child,
.block-item__cta:last-child {
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .block-item__img {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .block-item__img::after {
    content: '';
    display: table;
    clear: both;
  }
  .block-item__img:last-child {
    margin-right: 0%;
  }
  .block-item__content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .block-item__content::after {
    content: '';
    display: table;
    clear: both;
  }
  .block-item__content:last-child {
    margin-right: 0%;
  }
  .block-item__cta {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .block-item__cta::after {
    content: '';
    display: table;
    clear: both;
  }
  .block-item__cta:last-child {
    margin-right: 0%;
  }
}
/* //////////////////////// content //////////////////////// */
.site-title {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .site-title {
    margin-bottom: 48px;
  }
}
.block-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .block-item {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .block-item__img {
    margin-bottom: 24px;
  }
}
.block-item__img > img {
  max-width: 100%;
  display: block;
  height: auto;
}
.bgdss-sectionHeader h2.entry__title {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.384615384615385;
}
.entry__category {
  font-size: 13px;
  line-height: 1.384615384615385;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #e2383f;
}
.btn {
  text-decoration: none;
  border: 2px solid #444;
  border-radius: 3px;
  color: #444;
  font-weight: 700;
}
.btn:hover {
  background-color: #eee;
}
.btn--medium {
  padding: 12px 24px;
}
.btn--red {
  color: #fff;
  background-color: #e2383f;
  border: 2px solid #e2383f;
}
.btn--red:hover {
  background-color: transparent;
  color: #e2383f;
}
.block-item__cta {
  display: flex;
  justify-content: start;
}
@media screen and (min-width: 1024px) {
  .block-item__cta {
    justify-content: end;
  }
}

/*Covid*/
.bgdss-Resources .container {
    padding-left: 0;
    padding-right: 0;
}
.anchor-links-wrapper {
    margin-bottom: 1.5rem;
    
}

.bgdss-body .bgdss-ctaBtn.bgdss-blackBtn.anchorBtn:hover {
    background-color: #000;
    
}

.bgdss-body .bgdss-anchor {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    background-color: #e2383f;
    border: 2px solid #e2383f;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    width:100%;
    margin-bottom: 10px;
}

.bgdss-body .bgdss-anchor:hover,
.bgdss-body .bgdss-anchor.active {
    background-color: transparent;
    text-decoration: none;
    color: #e2383f;
}
@media screen and (min-width: 737px) {
  .bgdss-body .bgdss-anchor {
    width:auto;
  }
}

.content-left-align-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12.bgdssCovid {
    padding-bottom: 60px;
}

/* Covid infographics */
.covid-infographics {
    background-image: url("https://dss-consulting-english-uat.mybigcommerce.com/content/images/resources/corona-virus-infographic.jpg");
    background-repeat: no-repeat;
    width:512px;
    height:1240px;
    background-size: cover;
}


/* //////////////////////// mobile fix //////////////////////// */

@media screen and (min-width: 601px) and (max-width: 674px) {
  .heroWrapper .main-title {
    font-size: 2.6em;
  }
}


@media screen and (min-width: 421px) and (max-width: 534px) {
  .content-left-align-block.content-block .heroWrapper .main-title {
    margin: -72px auto 0;
    color: #fff;
  }
}

@media screen and (min-width: 535px) and (max-width: 600px) {
  .content-left-align-block.content-block .heroWrapper .main-title {
    margin: -48px auto 0;
    color: #fff;
  }
  
}
em.text {font-style:italic !important;}

/*Footer additional styles*/
.footerSocialLink-wrapper, .footerQRcode-wrapper {
    margin-top: 1.5rem;
    text-align: center;
    color: #b1b3b6;
}

.footerQRcode-wrapper img {
    width:90px;
    margin:0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerQRcode-wrapper img {
        width:70%;
    }
    #footer .footerSocialLink {
        margin:0 20px 10px 20px;
    }
    
    #footer .footerSocialLink.wechat {
        margin-right:20px;
    }
    #footer .footerSocialLink:nth-child(2n+1){
        margin-right:0;
    }
}

.bgdss-social a.social-wechat {
    background-image: url("https://www.consultdss.com/content/images/styles/social-black-wechat.png");
}

.sps-webinardate {
    margin: 0px;
    padding: 30px;
    background: #fff;
    border: 5px solid #e2e2e2;   
}

@media (min-width: 842px) {
    .ondemand-events {
        width: 60% !important;
        margin-right: 10rem !important;
    }
}

.contentlist ul {
    margin: 0.5rem 0 1rem !important;
}

.contentlist ul > li > ul > li {
    list-style-type: circle !important;
}

/*
/////////// connecting people section //////////////
*/

.tab-pane {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .tp-panes {
    margin-bottom: 24px;
  }
}
.pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 667px) {
  .pane {
    flex-direction: row;
  }
}
.js .pane {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .js .pane {
    display: none;
  }
}
.js .pane.is-active {
  display: flex;
}
.pane-thumb {
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 667px) {
  .pane-thumb {
    margin-right: 5%;
    width: 45%;
  }
  .pane-content {
    width: 45%;
  }
}
.pane-title {
  font-weight: 600 !important;
  font-size: 24px;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 667px) {
  .pane-title {
    margin-top: 12px;
  }
}
.pane-cta {
  color: #fff;
  padding: 9px 15px 12px !important;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: 600 !important;
  margin-top: 12px !important;
  display: inline-block;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
.pane-cta:hover {
  background-color: rgba(146,159,168,0.35);
  transition: background-color 0.3s ease-in-out;
  color: #FFF;
  text-decoration: none;
}
.tp-tabs {
  display: none;
  border-bottom: 1px solid rgba(146,159,168,0.5);
}
@media screen and (min-width: 768px) {
  .tp-tabs {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
  }
  .tp-tabs > .tab-item {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid transparent;
    color: #929fa8;
    transition: color 0.3s ease-in-out;
  }
  .tp-tabs > .tab-item.is-active {
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: border-bottom 0.3s ease-in-out;
  }
  .tp-tabs > .tab-item:hover {
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease-in-out;
  }
}

.aem-Grid.aem-Grid--12.aem-Grid--default--12.home-page .aem-GridColumn.aem-GridColumn--default--12:first-child {
    padding-bottom: 0px !important;
}

.featuredVideo {
    padding-top:50px;
    color:#fff;
}

.bgdss-caseStudyGrid .featuredVideo .bgdss-w3 h4{
    line-height: 1.2em;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}

.homePage .bgdss-textWrap {
    padding-top: 50px;
}
.bgdss-caseStudyGrid .featuredVideo .bgdss-w3 a{
    color:#f7d006;
}

/* Agrani */

@media only screen and (min-width: 768px) and (max-width: 823px){
    .hero-mobview { margin-top: 4em; }  
}

@media only screen and (max-width: 411px){
    .heroWrapper .agraniheroImage { height: 30vh; }  
}
/*Core Values*/
.flex-container {
    display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	max-width:850px;
    margin:0 auto;
}

.flex-item {
    margin:0 auto 4% auto;
    width: 80%;
}
@media screen and (min-width: 801px) {
    .flex-container.flex-item__two-col .flex-item  {
        width: 45%;
    }
}
.img__wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__icon_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;

}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
  padding:1rem;
}
.img__wrap:hover .img__icon_layer, 
.img__wrap:active .img__icon_layer,
.img__wrap:focus .img__icon_layer {
  visibility: hidden;
  opacity: 0;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description, 
.img__wrap:active .img__description,
.img__wrap:focus .img__description {
  transform: translateY(0);
}
.img__description > img,
.img__icon_layer img {
    margin-bottom:1.5rem;
}
.img__description > p {
    text-align: left;
    font-size:14px;
}
.img__description .textlink {
    color:#f7d006;
    font-weight: bold;
}
.img__title {
    font-weight: 800;
    font-size: 1.5rem;
}
.img__description > img {
    display: none;
}
@media screen and (min-width: 801px) {
    .flex-container.flex-item__two-col .flex-item  {
        width: 45%;
    }
    
}
@media screen and (min-width: 667px) {

    .img__wrap:hover .img__description_layer {
      padding:2rem;
    }
    .img__description > img {
        display: block;
        margin:0 auto 1.5rem auto;
    }
    .img__description > p {
        font-size:16px;
    }
    .img__title {
        font-size: 2rem;
    }
}
/**
 * Material Modal CSS
 */
.target__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.target__modal:target {
    opacity:1;
    pointer-events: auto;
}

.target__content {

    position: absolute;
    display: block;
    padding: 1rem;
    line-height: 1.8;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
    background: white;
    overflow-y: auto;
    max-height: 80%;
    
}
@media screen and (min-width: 667px) {
    .target__content { 
        padding: 48px;
        width: 70%;
    }
}
.target__content h2{
    font-weight: bold;
}
.target__close {
    background: #ccc;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.target__close:hover { 
    background: #ddd; 
    color:#fff; 
    text-decoration: none;
    
}

/**/
.bideo_background {
    position: relative;
    overflow: hidden;
    height: 100%;
}
#background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("https://www.consultdss.com/content/images/hero/corevalues-hero.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
}
#video_controls {
ptext-replace: ;ansform: translate(-50%, 0);
}
#play img {
    width: 100px;
}
#pause img {
    width: 90px;
}
#pause {
    display: none;
}
@media screen and (min-width: 768px) {
    #video_controls {
    display: none;
    }
}
#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.article-bideo {
    background: url("https://www.consultdss.com/content/images/hero/corevalues-hero.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
    height: 336px;
    height: 21rem;
}
@media screen and (min-width: 480px) {
    .article-bideo {
      height: 310px;
      height: 19.375rem;
    }
}
@media screen and (min-width: 768px) {
    .article-bideo {
      height: 336px;
      height: 21rem;
    }
}
@media screen and (min-width: 1024px) {
    .article-bideo {
      height: 550px;
    }
}
.article-bideo .play-popup {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero__title_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;visible;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}
.bgdss-headerBlock .hero__primary_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom:1.5rem;
}
.hero__title_content {
    max-width:80%;
    text-align: center;
}
.hero__title {
    font-size:24px;
    font-weight: 700;
}
@media screen and (min-width: 1024px) {
    .hero__title_content {
        max-width:65%;
        
    }
}

.bgdss-headerBlock .hero__tag {
    font-size:18px;
}
@media screen and (min-width: 768px) {
    .bgdss-headerBlock .hero__primary_title {
        font-size: 40px;
        margin-bottom:2rem;
    }
    .bgdss-headerBlock .hero__tag {
        font-size:26px;
    }
    .hero__title {
        font-size:36px;
    }
}
.intro__layer {
    width:80%;
    margin:0 auto;
}
.intro__main_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.intro__title_tag {
    font-size:18px;
}

@media screen and (min-width: 768px) {
    .intro__layer {
        width:77%;
    }
    .intro__main_title {
        font-size:40px;
        margin-bottom: 2rem;
    }
    .intro__title_tag {
        font-size:24px;
    }
}

.align__center {
    text-align: center;
}
.dss-border {
    border: solid 1px #000;
    padding: .5rem .75rem;
}
/**/
@media screen and (min-width: 1024px) {
    .bgdss-caseStudyGrid .bgdss-w3.four {
        width:24%;
    }
    .bgdss-relatedInsights .bgdss-w3:nth-child(5) {
        margin: 0 0 0  1.5rem;
    }
}

.relatedInsight .bgdss-meetTheTeam {
    background: #f0f4f6;

}

.content-left-align-block .bgdss-meetTheTeam .bgdss-sectionHeader{
    width:90%;
    padding-bottom:30px;
}
.bgdss-meetTheTeam .bgdss-teamResults {
    margin-bottom:0;
    
}
.findSolutions .bgdss-caseStudyGrid .bgdss-w3{
    margin-bottom:30px;
}

.featuredweb-flex {
    display:flex;
    align-items: stretch;
    /*justify-content: center;*/
}

.featuredweb h5 {
    font-weight:900;
}

.bgdss-relatedInsights .featuredweb {
    margin-bottom: 0;
}


@media screen and (min-width: 415px) and (max-width: 768px){
    .featuredweb-flex {
        display:inline-block;

    }
    .bgdss-relatedInsights .featuredweb {
        margin-bottom: 2rem !important;
    }
}

@media screen and (max-width: 414px){
    .featuredweb-flex {
        flex-direction: column;
        margin: auto;
    }
    .bgdss-relatedInsights .featuredweb {
        margin-bottom: 2rem;
    }
}

.content-left-align-block .relatedInsight .bgdss-gridWrap.featuredweb-flex {
    margin-bottom:30px;
}
.content-left-align-block .findSolutions-width .bgdss-gridWrap, .content-left-align-block .case-study-bg .bgdss-gridWrap {
    text-align: left;
}
.content-left-align-block .findSolutions-width .bgdss-sectionHeader {
    width: 98%;
     padding-top:85px;
}
.content-left-align-block .findSolutions-width .bgdss-gridWrap {
    width: 98%;
}
.dss-border {
    border:solid 1px #000;
    padding:.5rem .75rem;
}
@media screen and (min-width: 1024px) {
    .content-left-align-block .findSolutions-width .bgdss-sectionHeader {
        padding-bottom:30px;
    }
}

/* Insights Additional style */

.fld-text {
        color: #e2383f;
        font-weight: 600;
        }
    
.img-right {
        float:right;
        max-width: 40%;
        margin: 0 0 20px 20px;
        }
        
/*bootstrap menu fix*/
.dropdown-menu {
    left:-70px;
}

/*Additional styling*/
.mb--1,
.bgdss-body p.mb--1,
.bgdss-body ul.mb--1,
.bgdss-body ol.mb--1,
.bgdss-body h1.mb--1,
.bgdss-body h2.mb--1,
.bgdss-body h3.mb--1,
.bgdss-body h4.mb--1,
.bgdss-body h5.mb--1{
    margin-bottom:24px;
    margin-bottom: 1.5rem;
}
.mb--3 {
    margin-bottom:72px;
    margin-bottom: 4.5em;
}
.align-c {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.full-w, .content-left-align-block .bgdss-sectionHeader.full-w {
    width: 100% !important;
}
.publish-date,
.bgdss-body p.publish-date {
    color:#8a8c8e; font-size: 12px;
    
}
.page .aem-Grid.aem-Grid--12.aem-Grid--default--12.hero {
    margin-top: 170px;
    
}
.bgdss-body .bgdss-ctaBtn.bgdss-blackBtn.m-reset, .m-reset {
    margin: 0 !important;
}
/* start of row grids */
@media screen and (min-width: 600px) {
  .row__grids {
    display: -ms-grid;
    display: grid;
    column-gap: 30px;
    row-gap: 24px;
  }
  .row__grids .row__grid-item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row__grids .row__grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .row__grids .row__grid-item-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .row__grids .row__grid-item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1024px) {
  .row__grids .row__grid-item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row__grids .row__grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .row__grids .row__grid-item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .row__grids .row__grid-item-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media screen and (min-width: 600px) {
  .row__grids.grids-4 {
    -ms-grid-columns: 1fr 30px 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-4 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .row__grids.grids-3 {
    -ms-grid-columns: 1fr 30px 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .row__grids.grids-2 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .row__grids.grids-2.grids-ng {
    -ms-grid-columns: 1fr 1fr;
    column-gap: 0;
    row-gap: 0;
  }
  .row__grids.grids-2.grids-ng .row__grid-item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row__grids.grids-2.grids-ng .row__grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
/* start grids 3 + 1 */
@media screen and (min-width: 600px) {
  .row__grids.grids-3-1 {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3-1 {
    -ms-grid-columns: 1fr 30px 3fr;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr 3fr;
  }
  .row__grids.grids-3-1 .row__grid-item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.row__grids.grids-3-1 .row__grid-item-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3-1 .row__grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .row__grids.grids-3-1 .row__grid-item-1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3-1.grids-3-1-standard .row__grid-item-1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3-1.grids-3-1-standard .row__grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1024px) {
  .row__grids.grids-3-1.narrow {
    -ms-grid-columns: 1fr 30px 3fr;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr 5fr;
  }
}
/* end of row grids */
/*
/////////// quotes-wis //////////////
*/

.quote-item {
  max-width: 568px;
  margin-bottom: 48px;
}
@media screen and (min-width: 468px) {
  .quote-content,
  .quote-profile {
    display: flex;
  }
}
.quote-profile {
  text-align: center;
}
@media screen and (min-width: 468px) {
  .quote-profile {
    flex-direction: column;
    align-items: center;
    margin-right: 7px;
  }
}
.quote-content {
  align-items: center;
}
.quote-desc {
  margin-top: 28px;
}
.quote-item .profile-quote,
.quote-desc {
  text-align: center;
}
.quote-item .profile-quote {
  font-size: 18px;
  line-height: 1.555555555555556;
  font-style: italic;
  margin-left: 28px;
}
.quote-desc,
.quote-item .profile-position {
  font-size: 14px;
  line-height: 2;
}
.quote-item .profile-position,
.l-quote {
  color: #e2383f;
}
.l-quote {
  display: inline-flex;
  margin-left: 0;
  font-size: 60px;
  line-height: 60px;
  font-family: Georgia, serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: 18px;
}
.quote-item .profile-position {
  margin-bottom: 28px;
}
.quote-item .profile-author {
  font-size: 22px;
  line-height: 1.272727272727273;
  font-weight: 700;
}
.quote-item .profile-photo,
.bgdss-teamMember .profile-photo {
  border-radius: 100%;
  max-width: 200px;
}
@media screen and (max-width: 467px) {
  .quote-item .profile-photo {
    display: block;
    margin: 14px auto 28px;
  }
}
.container.is-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*Insights equal heights*/
.dss-card {
    padding:1.5rem;
    text-align: left;
    border-top: #000000 8px solid;
    background: #fff;
}
.dss-card-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0.5rem !important;
}
.dss-card-copy {
    margin-bottom: 0.5rem !important;
}
.full-w, .content-left-align-block .bgdss-sectionHeader.full-w {
    width: 100% !important;
}
.bgdss-contactForm.light {
    background:none;
}
.content-left-align-block .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12.pb-reset,
.content-left-align-block .bgdss-relatedInsights.pb-reset {
    padding-bottom:0;
}



/* //////////////////////////// custom child menu items ///////////////////////////////// */

@media screen and (min-width: 992px) {
  .dropdown-menu .dropdown-item,
  .dropdown-menu .parent-submenu {
   font-weight: normal !important;
   
  }
  
  .dropdown-menu .parent-submenu {
    font-weight: normal !important;
  }
  
  .parent-submenu {
    position: relative;
    padding: 0.25rem 1.5rem !important;
    display: block;
    z-index: 1;
  }
  .parent-submenu:hover {
    color: #000;
    background-color: #f0f4f6;
    text-decoration: none;
  }
  .parent-submenu:active {
    color: #fff;
    background-color: #e2383f;
  }
  .parent-submenu:active .dropdown-child-cont {
    display: block;
  }
  .parent-submenu.is-active:hover {
    color: #000;
    background-color: #f0f4f6;
  }
  .parent-submenu.is-active:active {
    color: #fff !important;
    background-color: #e2383f;
  }
  .parent-submenu.is-active .dropdown-child-cont {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    display: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dropdown-child-cont {
    display: none;
    padding: 0.5rem 0;
  }
  .dropdown-child-cont.is-active {
    display: block;
  }
  .dropdown-item {
    padding: 0.5em 1em;
  }
  .is-active .dropdown-item:hover {
    color: #000;
    background-color: #f0f4f6;
  }
  .is-active .dropdown-item:active,
  .is-active .dropdown-item:focus {
    color: #fff;
    background-color: #e2383f;
  }
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(3),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(4),
  /*.main-navigation li:nth-child(2) .dropdown-item:nth-child(5),*/
  /*.main-navigation li:nth-child(2) .dropdown-item:nth-child(6),*/
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(7),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(9),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(10),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(11),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(13),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(14),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(15),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(16),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(17),
  .main-navigation li:nth-child(2) .dropdown-item:nth-child(18) {
    display: none;
  }
  
  .dropdown-child-cont .dropdown-item {
      display: block !important;
  }
}
@media screen and (min-width: 667px) {
    .embed-chart {
        width: 70%;
        max-width: 70%;
        margin: 0 auto 2rem;
    }
    
}

/*testimonials*/
.xy-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.xy-tr {
    display: flex;
    justify-content: right;
    align-items: initial;
    padding:12px;
}
.mb--1 {
    margin-bottom: 24px;
    margin-bottom: 1em;
}
.pt--3 {
    padding-top: 72px;
    padding-top: 4.5em;
}
.pb--2 {
    padding-bottom: 48px;
    padding-bottom: 3em;
}
.pb--3 {
    padding-bottom: 72px;
    padding-bottom: 4.5em;
}
.container__with-bg {
    background: #f0f4f6;
}
.container__main {
  max-width: 1116px;
  margin: auto 10.5px;
}
.container__inner {
  max-width: 85%;
  margin: auto;
}
@media screen and (min-width: 1137px) {
  .container__main {
    width: 1116px;
    margin: auto;
  }
  .container__inner {
      max-width: 77%;
      margin: auto;
    }
}
.bgdss-body .bgdss-highlight.centered {
        text-align:center;
        display:block;
    }
.testimonial .author-quote {
  font-style: italic;
}
.testimonial .author-info {
    margin-bottom:24px;
    margin-bottom:1rem;
}
.testimonial .author-name,
.testimonial .author-title {
    display:block;
}
.testimonial .author-name{
    font-weight:600;
}
.testimonial .author-title {
    color: #e2383f;
    font-size:12px;
}
.testimonial .author-photo {
  border-radius: 80%;
  max-width: 100px;
  margin: 14px auto 28px;
}
@media screen and (max-width: 467px) {
  .testimonial .author-photo {
    display: block;
  }
}
#testimonials .slick-next, #testimonials .slick-prev {
    background:transparent;
    border:0;
}
#testimonials .slick-next:focus,
#testimonials .slick-next:hover,
#testimonials .slick-prev:focus,
#testimonials .slick-prev:hover {
 background-color:transparent;
}
#testimonials .slick-dots {
    bottom:-50px;
}

.content-left-align-block .specifics .bgdss-sectionHeader {
    width: 95%;
}
.content-left-align-block .case-study-width .bgdss-sectionHeader {
    width:98%;margin-bottom:2.5rem;
}

.content-left-align-block .case-study-width .bgdss-gridWrap {
    width: 100%;
}

.content-left-align-block .specifics .bgdss-specificsGrid.with-bg  {
    background: #d6dfe6;
    padding-top: 100px;
    margin-bottom: 80px;
}

/* On Demand Events */
.bgdss-body h2.on-demand-title {
    color: var(--red);
    font-size: 1.5em;
    line-height: 1em;
    padding: 2rem 0 1rem;
    text-align: center;
}
