/* =========================================
                Hero Banner
============================================ */
.hero-banner-2020 {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    background: rgba(0, 43, 61, 0.03);
    min-height: 400px;
}
.hero-banner-2020 .wrapper {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 82.5rem;
}
.hero-banner-2020 .content {
    padding: 75px 95px 83px 20px;
}
.hero-banner-2020 .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 25px;
}
.hero-banner-2020 .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}
.hero-banner-2020 > img {
    position: absolute;
    right: 0px;
    height: 100%;
}
.discover-dxp {
    margin-top: 30px;
    display: inline-block;
}
.discover-dxp a {
    padding: 17px 33px;
    background: #Fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.hero-banner-2020 .box-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    overflow: hidden;
}
.hero-banner-2020 .banner-direction {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    width: 100%;
}
/* =========================================
            Benefits Section 
============================================ */
.benefits-redesign-2020 .icons-list-2019__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}
.benefits-redesign-2020 .icons-list-2019__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
@media (min-width: 48em) {
    .benefits-redesign-2020 .icons-list-2019 {
        padding-top: 2.5rem;
    }
}
.benefits-redesign-2020 .icons-list-2019__image  {
    color: #fff;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    box-shadow: 0px 4px 30px rgba(41,128,148,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-redesign-2020 .icons-list-2019__content {
    text-align: left;
    margin: inherit;
}
/* =========================================
            Benefits Section - Gartner
============================================ */
.benefits-redesign-2020-gartner .icons-list-2019__image {
    min-height: 268px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-redesign-2020-gartner .icons-list-2019__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color: #3E3E3F;
    text-align: left;
}
.benefits-redesign-2020-gartner .icons-list-2019__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #3E3E3F;
}
.benefits-redesign-2020-gartner .icons-list-2019__image img {
    width: 50%;
}
/* =========================================
                Headign 
============================================ */
.heading-redesign-2020 p {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #3E3E3F;
    opacity: 0.6;
    padding-bottom: 5px;
}
.heading-redesign-2020 h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #3E3E3F;
    padding-bottom: 10px;
}
.heading-border {
    width: 5%;
    height: 2px;
    text-align: center;
    display: inline-block;
}
.heading-redesign-2020.content-2019--grey {
    background: rgba(229, 229, 229, 0.1);
}
/* =========================================
        Images and Block Text 
============================================ */

.block-redesign-2020 .block-2019__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    color: #3E3E3F;
}
.block-redesign-2020 .block-2019__text {
    font-size: 20px;
    line-height: 31px;
    color: #3E3E3F;
    font-weight: 500;;
}
.block-redesign-2020 .find-out-more {
    display: inline-flex;
    justify-content: center;
    margin: 40px 0px;
    width: 100%;
}
.block-redesign-2020 .find-out-more a {
    padding: 10px 38px;
    border-radius: 50px;
    border: 1.5px solid;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
}
.benefits-redesign-2020 .icons-list-2019__image img {
    width: 25px;
}
.block-redesign-2020 {
    background: rgba(229, 229, 229, 0.1);
}
/*.block-redesign-2020 .block-2019__image {*/
/*    background-size: contain;*/
/*}*/
.block-redesign-2020 .block-2019__link--button a{
    background: none;
    border: none;
    padding: 0px;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.block-redesign-2020 .block-2019__link--button a:hover {
    color: #f05a3e !important;
}
.block-redesign-2020 .block-2019__link--button a:hover svg path {
    fill: #f05a3e !important;
}
.block-redesign-2020 .block-2019__link--button svg {
    position: relative;
    right: inherit;
    margin-left: 15px;
    width: inherit;
    height: inherit;
    margin-top: 0px;
}
.block-redesign-2020 .block-2019__image  {
    text-align: center;
}
.block-redesign-2020 .block-2019__image.squiz-matrix {
    background: rgba(12,169,210,0.05);
}
.block-redesign-2020 .block-2019__image.squiz-funnelback {
    background: rgba(221,65,34,0.05);
}
.block-redesign-2020 .block-2019__image.squiz-connect {
    background: rgba(184,159,244,0.05);
}
.block-redesign-2020 .block-2019__image.squiz-datastore {
    background: rgba(14,199,128,0.05);
}
.block-redesign-2020 .block-2019__image.squiz-marketplace {
    background: #F6F6F6;
}
.block-redesign-2020 .block-2019__image.center-image {
    position: relative;
}
.main.dxp .block-2019__image img {
    height: 190px;
}

/* =========================================
            Client Logo 
============================================ */
.logo-redesign-2020 h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #3E3E3F;
    padding-bottom: 10px;
}
.logo-redesign-2020 .logos-list-2019__item {
    width: inherit;
}
.logo-redesign-2020 .logos-list-2019__item img {
    width: inherit;
    max-height: 4.75rem;
}
/* =========================================
            Facts about DXP 
============================================ */
.about-redesign-2020 {
    background: rgba(229, 229, 229, 0.1);
}
@media (min-width: 60em) {
    .about-redesign-2020  .content-2020 {
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0;
    }
}
.about-redesign-2020  .content-2020 {
    line-height: 1.6;
}
.about-redesign-2020 .about-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 82.5rem;
    padding: 0 1.25rem;
    margin: 0 auto;
}
.about-redesign-2020 .left-content {
    display: flex;
    flex-direction: column;
}
.about-redesign-2020 .left-content .section-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #3E3E3F;
    opacity: 0.6;
    padding-bottom: 15px;
}
.about-redesign-2020 .left-content .big-title {
      font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #3E3E3F;
    padding-bottom: 25px;
}
.about-redesign-2020 .left-content .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #3E3E3F;
}
.about-redesign-2020 .left-content .learn-more {
    margin-top: 25px;;
}
.about-redesign-2020 .left-content a {
    padding: 8px 34px;
    border-radius: 50px;
    background: #298094;
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.about-redesign-2020 .right-content  {
    display: flex;
}
.about-redesign-2020 .right-content .first-column {
    display: flex;
    flex-direction: column;
}
.about-redesign-2020 .right-content .box {
    padding: 55px 25px;
    background: rgba(25,25,25,0.02);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px
}
.about-redesign-2020 .right-content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-redesign-2020 .right-content .title {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #3E3E3F;
}
.about-redesign-2020 .right-content .description {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #3E3E3F;
}
.about-redesign-2020 .right-content .second-column {
    display: flex;
    flex-direction: column;
}
.about-redesign-2020 .product-link{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    color: #3E3E3F;
    margin-top: 10px;
    text-decoration: none;
}
.about-redesign-2020 .product-link svg {
    margin-left: 15px;
}
.about-redesign-2020 .product-link svg {
    fill: #3E3E3F;
}
.about-redesign-2020 .product-link:hover {
    color: #f05a3e;
}
.about-redesign-2020 .product-link:hover svg path {
    fill: #f05a3e;
}
/* =========================================
            Product Accordion 
============================================ */
.product-accordion {
    background: rgba(229, 229, 229, 0.1);
}
.accordion-wrapper {
    max-width: 82.5rem;
    padding: 0 1.25rem;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
}

.product-accordion .left-content {
    display: flex;
    flex-direction: column;
}
.product-accordion .left-content .section-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #3E3E3F;
    opacity: 0.6;
    padding-bottom: 15px;
}
.product-accordion .left-content .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #3E3E3F;
    padding-bottom: 25px;
}
.product-accordion .left-content .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #3E3E3F;
}
.product-accordion .left-content .all-faqs {
    margin-top: 25px;;
}
.product-accordion .left-content a {
    padding: 8px 40px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
}
.product-accordion .right-content {
    width: 100%;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3E3E3F;
    cursor: pointer;
    padding: 15px 0px;
    font-weight: bold;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    line-height: 50px;
    transition: 0.4s;
    background: none;
    border-top: 0.3px solid rgba(194, 194, 199, 0.7);
}

.accordion:after {
    content: '\002B';
    font-weight: 500;
    float: right;
    margin-left: 5px;
    font-size: 33px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-weight: 500;
    color: #3E3E3F;
}
.panel > div {
    padding-bottom: 25px;
}

.resource__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.helpful-resources {
    position: relative;
}
.resources-wrapper {
    max-width: 82.5rem;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
}
.resources-wrapper .slick-track {
    display: flex !important;
}
.resource-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 64.25%;
    position: relative;
}
.resource__content {
    padding: 25px 44px;
}
.resource__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color: #3E3E3F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.resource__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #3E3E3F;
}
.resource__link span {
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    margin-right: 20px;
}
.resource__link a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.resource__link a:hover span {
     color: #f05a3e !important;
}
.resource__link a:hover svg path {
     fill: #f05a3e !important;
}
.resources-item {
    box-shadow: 0px 4px 14px rgba(0,0,0,0.08);
    height: 100%;
}
.resources-wrapper .slick-slide{
    margin: 15px;
    height: auto;
  }
.resources-wrapper .slick-slide > div {
    height: 100%;
}

.resources-wrapper .slick-list {
    margin-left: -15px;
    margin-right: -15px;
 }
  
.resources-wrapper .slick-dots button {
    width: 43px;
    height: 3px;
    background: Transparent;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #050808;
    opacity: 0.2;
    display: inline-block;
    font: 0px/0px tahoma;
}  
.resources-wrapper .slick-dots .slick-active button {
    width: 43px;
    height: 3px;
    background: Transparent;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    font: 0px/0px tahoma;
    opacity: 1;
}
.type-element {
    position: absolute;
    color: #fff;
    bottom: 32px;
    left: 38px;
    padding: 3px 27px;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 31px;
}
/* =========================================
            Product Navigation 
============================================ */
.product-navigation {
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    padding-top: 0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 9;
}
.product-navigation.scrolling {
    opacity: 1;
    animation: fadeIn 1s;
}
.navigation-wrapper {
    max-width: 82.5rem; 
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.product-navigation .list {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product-navigation li {
    padding: 22px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    text-align: center;
} 
.product-navigation li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
} 
.product-navigation .navigation-logo {
    padding: 22px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    text-align: center;
    align-items: center;
}
.navigation-arrow svg {
    width: 14px;
    height: 9px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-arrow {
    margin-left: 10px;
}
.navigation-wrapper.active .navigation-arrow svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



@media (min-width: 101.25em) {  
    .product-navigation .list {
        margin-right: -12px;
    }
    
}



/* =========================================
                RWD 
============================================ */
@media (min-width: 60em) {
    .header-2019.active .header-2019__logo {
        padding: 1.15rem 1.25rem;
    }
    .product-accordion .left-content {
        max-width: 386px;
    }
    .product-accordion .right-content {
        max-width: 609px;
    }
    .panel {
        font-size: 16px;
        line-height: 30px;
    }
    .about-redesign-2020 .left-content {
        max-width: 386px;
    }
    .about-redesign-2020 .left-content {
        padding-top: 283px;
    }
    .about-redesign-2020 .right-content .box {
        max-width: 305px;
    }
    .about-redesign-2020 .right-content .first-column {
        padding-top: 198px;
    }
    .about-redesign-2020 .right-content .second-column {
        margin-left: 20px;
        padding-top: 46px;
    }
    .navigation-arrow {
        display: none;
    }
}
@media (max-width: 959px) {
    .product-navigation .list {
        display: none;
    }
    .product-navigation.scrolling {
        top: 0px;
    }
    .navigation-wrapper.active .list {
         display: block;
    }
    .accordion-wrapper {
        flex-wrap: wrap;
    }
    .product-accordion .left-content {
        width: 100%;
        align-items: center;
    }
    .product-accordion .left-content .section-title {
        font-size: 14px;
    }
    .product-accordion .left-content .title {
        font-size: 20px;
        line-height: 28px;
    }
    .product-accordion .left-content {
        margin-bottom: 25px;
    }
    .accordion {
        font-size: 16px;
        
    }
    .panel {
        font-size: 14px;
        line-height: 25px;
    }
    .product-accordion .left-content {
        text-align: center;
    }
    .about-redesign-2020 .about-wrapper {
        flex-wrap: wrap;
    }
    .about-redesign-2020 .left-content {
        padding-top: 48px;
        width: 100%;
        text-align: center
    }
    .about-redesign-2020 .right-content .first-column {
        padding-top: 55px;
        width: 100%;
    }
    .about-redesign-2020 .right-content .second-column {
        width: 100%;
    }
    .about-redesign-2020 .left-content .big-title {
        font-size: 20px;
        line-height: 28px;
    }
    .about-redesign-2020 .left-content .section-title {
        font-size: 14px;
    }
    .about-redesign-2020 .left-content .section-title {
        font-size: 14px;
        line-height: 25px;
    }
    .logo-redesign-2020 h2 {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }
    .block-redesign-2020 .block-2019__content {
        text-align: center;
    }
    .hero-banner-2020 .content {
        padding: 40px 30px;
    }
    .hero-banner-2020 .title {
        font-size: 20px;
        line-height: 28px;
    }
    .hero-banner-2020 .description {
        font-size: 14px;
    }
    .benefits-redesign-2020 {
        background: none;
    }
    .hero-banner-2020 > svg {
        height: 70%;
        top: 0px;
    }
    .heading-redesign-2020 h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .heading-redesign-2020 .content-2019__wrapper {
        text-align: center;
    }
    .heading-redesign-2020 p {
        font-size: 14px;
    }
    .block-redesign-2020 .block-2019__text {
        font-size: 18px;
        line-height: 28px;
    }
    .block-redesign-2020 .block-2019__title {
        font-size: 14px;
    }
    .navigation-wrapper.active ul {
        position: absolute;
        top: 60px;
        right: 15px;
        z-index: 999;
        background: #fff;
        width: 162px;
        padding: 22px 18px;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
    .navigation-wrapper.active li {
        padding: 0px;
        padding-bottom: 21px;
    }
    .navigation-wrapper.active li:last-child {
        padding: 0px;
    }
    .navigation-wrapper.active li a {
        color: #2d2d2d;
    }
     .hero-banner-2020 .wrapper {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 768px) {
    .hero-banner-2020 .box-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100% !important;
        width: 50%;
    }
    .hero-banner-2020 .content {
        width: 50%;
    }
    .block-redesign-2020 .block-2019__image.center-image img{
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
@media screen and (min-width: 767px) {
    .helpful-resources .slider-controls {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .helpful-resources .slide-m-prev {
        display: flex;
        align-self: flex-end;
        margin-right: 24px;
    }
    .helpful-resources .slide-m-next {
        display: flex;
        align-self: flex-end;
        margin-left: 24px;
    }
    
}
@media (max-width: 766px) {
    .helpful-resources .slider-controls {
        display: none;
    }
}

@media (max-width: 767px) {
    .resource-image {
        padding-bottom: 56.25%;
    }
    .helpful-resources .slide-arrow.next-arrow.slick-arrow {
        position: absolute;
        right: 25px;
        border: none;
        background: #191919;
        width: 65px;
        height: 65px;
        color: #fff;
        bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .helpful-resources .slide-arrow.prev-arrow.slick-arrow {
        position: absolute;
        right: 110px;
        border: none;
        background: rgba(25,25,25,0.2);
        width: 65px;
        height: 65px;
        color: #fff;
        bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-redesign-2020 .right-content {
        flex-wrap: wrap;
    }
    .benefits-redesign-2020 {
        background: none !important;
        padding: 40px 30px;
    }
    .benefits-redesign-2020 .icons-list-2019__title {
        color: #000;
    }
    .benefits-redesign-2020 .icons-list-2019__text {
        color: #000;
    }
    .benefits-redesign-2020 .icons-list-2019__image {
        text-align: left;
    }
    .benefits-redesign-2020 .icons-list-2019__content {
        max-width: inherit;
        text-align: left;
    }
    .benefits-redesign-2020 .icons-list-2019__title {
        font-size: 20px;
    }
    .benefits-redesign-2020 .icons-list-2019__text {
        font-size: 14px;
    }
    .benefits-redesign-2020 .icons-list-2019__wrapper {
        padding: 0px;
    }
    .block-redesign-2020 {
        /*margin: 0 15px;*/
        padding-bottom: 27px;
    }
    .resource__text {
        font-size: 16px;
        line-height: 28px;
    }
    .resource__title {
        font-size: 20px;
        line-height: 28px;
    }
    .resource__link span {
        font-size: 14px;
    }
    .discover-dxp a {
        font-size: 14px;
        padding: 5px 34px;
        line-height: 31px;
    }
    .block-redesign-2020 .find-out-more a {
        font-size: 14px;
        padding: 5px 34px;
    }
    .about-redesign-2020 .left-content a {
        font-size: 14px;
        padding: 5px 34px;
    }
    .product-accordion .left-content a {
        font-size: 14px;
        padding: 5px 34px;
    }
    .benefits-redesign-2020-gartner .icons-list-2019__title {
        font-size: 20px;
        line-height: 28px;
    }
    .main.dxp .block-redesign-2020 .block-2019__image {
        padding: 15px 0px;
    }
    
}

@media (max-width: 959px) and (min-width: 768px) {
    .about-redesign-2020 .right-content .second-column {
        padding-top: 55px;
        margin-left: 15px;
    }
}

.main.dxp .logo-redesign-2020 .logos-list-2019__item img{
    max-height: 5.75rem;
}





/* =========================================
            Components Color 
============================================ */
/* =========================================
            Product  Navigation
============================================ */
.main.squiz-matrix .product-navigation {
    background: #005F94;
}
.main.squiz-edify .product-navigation {
    background: #298094;
}
.main.squiz-datastore .product-navigation {
    background: #13765C;
}
.main.squiz-connect .product-navigation {
    background: #575894;
}
.main.funnelback .product-navigation {
    background: #002B3D;
}
.main.dxp .product-navigation {
    background: #2B2B2B;
}
.main.workplace .product-navigation {
    background: #187DB8;
}
.main.squiz-cloud .product-navigation {
    background: #004875;
}
/* =========================================
            Hero  Banner
============================================ */
.main.squiz-matrix .hero-banner-2020  {
    background: #005F94
}
.main.squiz-edify .hero-banner-2020 {
    background: #298094;
}
.main.squiz-datastore .hero-banner-2020 {
    background: #13765C;
}
.main.squiz-connect .hero-banner-2020  {
    background: #575894;
}
.main.funnelback .hero-banner-2020 {
    background: #002B3D;
}
.main.dxp .hero-banner-2020 {
    background: #2B2B2B;
}
.main.workplace .hero-banner-2020  {
    background: #187DB8;
}
.main.squiz-cloud .hero-banner-2020 {
    background: #004875;
}

.main.squiz-matrix .hero-banner-2020 .discover-dxp a {
    color: #005F94 !important;
}
.main.squiz-edify .hero-banner-2020 .discover-dxp a {
     color: #298094 !important;
}
.main.squiz-datastore .hero-banner-2020 .discover-dxp a {
    color: #13765C !important;
}
.main.squiz-connect .hero-banner-2020 .discover-dxp a {
     color: #575894 !important;
}
.main.funnelback .hero-banner-2020 .discover-dxp a {
    color: #002B3D !important;
}
.main.dxp .hero-banner-2020 .discover-dxp a {
    color: #2B2B2B !important;
}
.main.workplace .hero-banner-2020 .discover-dxp a {
    color: #187DB8 !important;
}
.main.squiz-cloud .hero-banner-2020 .discover-dxp a {
    color: #004875 !important;
}
/* =========================================
            Benefits Section
=========================================== */
.main.squiz-matrix .benefits-redesign-2020 .icons-list-2019__image {
     background: #005F94;
}
.main.squiz-edify .benefits-redesign-2020 .icons-list-2019__image {
    background: #298094;
}
.main.squiz-datastore .benefits-redesign-2020 .icons-list-2019__image {
    background: #13765C;
}
.main.squiz-connect .benefits-redesign-2020 .icons-list-2019__image {
    background: #575894;
}
.main.funnelback .benefits-redesign-2020 .icons-list-2019__image {
    background: #002B3D;
}
.main.dxp .benefits-redesign-2020 .icons-list-2019__image {
    background: #2B2B2B;
}
.main.workplace .benefits-redesign-2020 .icons-list-2019__image {
    background: #187DB8;
}
.main.squiz-cloud .benefits-redesign-2020 .icons-list-2019__image {
    background: #004875;
}
/* =========================================
            Heading
=========================================== */
.main.squiz-matrix .heading-redesign-2020 .heading-border {
    background: #005F94;
}
.main.squiz-edify .heading-redesign-2020 .heading-border {
    background: #298094;
}
.main.squiz-datastore .heading-redesign-2020 .heading-border {
    background: #13765C;
}
.main.squiz-connect .heading-redesign-2020 .heading-border {
     background: #575894;
}
.main.funnelback .heading-redesign-2020 .heading-border {
    background: #002B3D;
}
.main.dxp .heading-redesign-2020 .heading-border {
    background: #2B2B2B;
}
.main.workplace .heading-redesign-2020 .heading-border {
    background: #187DB8;
}
.main.squiz-cloud .heading-redesign-2020 .heading-border {
    background: #004875;
}

.main.squiz-matrix .logo-redesign-2020 .heading-border {
    background: #005F94;
}
.main.squiz-edify .logo-redesign-2020 .heading-border {
    background: #298094;
}
.main.squiz-datastore .logo-redesign-2020 .heading-border {
    background: #13765C;
}
.main.squiz-connect .logo-redesign-2020 .heading-border {
     background: #575894;
}
.main.funnelback .logo-redesign-2020 .heading-border {
    background: #002B3D;
}
.main.dxp .logo-redesign-2020 .heading-border {
    background: #2B2B2B;
}
.main.workplace .logo-redesign-2020 .heading-border {
    background: #187DB8;
}
.main.squiz-cloud .logo-redesign-2020 .heading-border {
    background: #004875;
}


/* =========================================
            Block Image and Text
=========================================== */
.main.squiz-matrix .block-redesign-2020 .find-out-more a {
    color: #005F94;
}
.main.squiz-edify .block-redesign-2020 .find-out-more a {
    color: #298094;
}
.main.squiz-datastore .block-redesign-2020 .find-out-more a {
    color: #13765C;
}
.main.squiz-connect .block-redesign-2020 .find-out-more a {
    color: #575894;
}
.main.funnelback .block-redesign-2020 .find-out-more a {
    color: #002B3D;
}
.main.dxp .block-redesign-2020 .find-out-more a {
    color: #2B2B2B;
}
.main.workplace .block-redesign-2020 .find-out-more a {
    color: #187DB8;
}
.main.squiz-cloud .block-redesign-2020 .find-out-more a {
    color: #004875;
}
/* =========================================
            Facts about DXP 
============================================ */
.main.squiz-matrix .about-redesign-2020 .left-content a {
    background: #005F94;
}
.main.squiz-edify .about-redesign-2020 .left-content a {
     background: #298094;
}
.main.squiz-datastore .about-redesign-2020 .left-content a {
    background: #13765C;
}
.main.squiz-connect .about-redesign-2020 .left-content a {
    background: #575894;
}
.main.funnelback .about-redesign-2020 .left-content a {
    background: #002B3D;
}
.main.dxp .about-redesign-2020 .left-content a {
    background: #2B2B2B;
}
.main.workplace .about-redesign-2020 .left-content a {
    background: #187DB8;
}
.main.squiz-cloud .about-redesign-2020 .left-content a {
    background: #004875;
}
/* =========================================
            Helpful Resources 
============================================ */
.main.squiz-matrix .type-element {
    background: #005F94;
}
.main.squiz-edify .type-element {
     background: #298094;
}
.main.squiz-datastore .type-element {
    background: #13765C;
}
.main.squiz-connect .type-element {
    background: #575894;
}
.main.funnelback .type-element {
    background: #002B3D;
}
.main.dxp .type-element {
    background: #2B2B2B;
}
.main.workplace .type-element {
    background: #187DB8;
}
.main.squiz-cloud .type-element {
    background: #004875;
}

.main.squiz-matrix .resource__link span {
    color: #005F94;
}
.main.squiz-edify .resource__link span {
     color: #298094;
}
.main.squiz-datastore .resource__link span {
    color: #13765C;
}
.main.squiz-connect .resource__link span {
    color: #575894;
}
.main.funnelback .resource__link span {
    color: #002B3D;
}
.main.dxp .resource__link span {
    color: #2B2B2B;
}
.main.workplace .resource__link span {
    color: #187DB8;
}
.main.squiz-cloud .resource__link span {
    color: #004875;
}

.main.squiz-matrix .resource__link svg path {
    fill: #005F94;
}
.main.squiz-edify .resource__link svg path {
     fill: #298094;
}
.main.squiz-datastore .resource__link svg path {
    fill: #13765C;
}
.main.squiz-connect .resource__link svg path {
    fill: #575894;
}
.main.funnelback .resource__link svg path  {
    fill: #002B3D;
}
.main.dxp .resource__link svg path  {
    fill: #2B2B2B;
}
.main.workplace .resource__link svg path  {
    fill: #187DB8;
}
.main.squiz-cloud .resource__link svg path {
    fill: #004875;
}

.main.squiz-matrix .slick-dots .slick-active button {
    background: #005F94;
}
.main.squiz-edify .slick-dots .slick-active button {
     background: #298094;
}
.main.squiz-datastore .slick-dots .slick-active button {
    background: #13765C;
}
.main.squiz-connect .slick-dots .slick-active button {
    background: #575894;
}
.main.funnelback .slick-dots .slick-active button  {
    background: #002B3D;
}
.main.dxp .slick-dots .slick-active button  {
    background: #2B2B2B;
}
.main.workplace .slick-dots .slick-active button  {
    background: #187DB8;
}
.main.squiz-cloud .slick-dots .slick-active button {
    background: #004875;
}

/* =========================================
                FAQs 
============================================ */
.main.squiz-matrix .product-accordion .left-content a {
    background: #005F94;
}
.main.squiz-edify .product-accordion .left-content a {
     background: #298094;
}
.main.squiz-datastore .product-accordion .left-content a {
    background: #13765C;
}
.main.squiz-connect .product-accordion .left-content a {
    background: #575894;
}
.main.funnelback .product-accordion .left-content a  {
    background: #002B3D;
}
.main.dxp .product-accordion .left-content a  {
    background: #2B2B2B;
}
.main.workplace .product-accordion .left-content a  {
    background: #187DB8;
}
.main.squiz-cloud .product-accordion .left-content a {
    background: #004875;
}

.main.squiz-matrix .accordion:after {
    color: #005F94;
}
.main.squiz-edify .accordion:after {
     color: #298094;
}
.main.squiz-datastore .accordion:after {
    color: #13765C;
}
.main.squiz-connect .accordion:after {
    color: #575894;
}
.main.funnelback .accordion:after {
    color: #002B3D;
}
.main.dxp .accordion:after {
    color: #2B2B2B;
}
.main.workplace .accordion:after  {
    color: #187DB8;
}
.main.squiz-cloud .accordion:after {
    color: #004875;
}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}


.main.squiz-matrix .banner-2019.banner-2019--small {
    background: #005F94;
}
.main.squiz-edify .banner-2019.banner-2019--small {
     background: #298094;
}
.main.squiz-datastore .banner-2019.banner-2019--small {
    background: #13765C;
}
.main.squiz-connect .banner-2019.banner-2019--small {
    background: #575894;
}
.main.funnelback .banner-2019.banner-2019--small {
    background: #002B3D;
}
.main.dxp .banner-2019.banner-2019--small {
    background: #2B2B2B;
}
.main.workplace .banner-2019.banner-2019--small  {
    background: #187DB8;
}
.main.squiz-cloud .banner-2019.banner-2019--small {
    background: #004875;
}

.main.squiz-matrix .banner-2019:before {
    background: #005F94;
}
.main.squiz-edify .banner-2019:before {
     background: #298094;
}
.main.squiz-datastore .banner-2019:before {
    background: #13765C;
}
.main.squiz-connect .banner-2019:before {
    background: #575894;
}
.main.funnelback .banner-2019:before {
    background: #002B3D;
}
.main.dxp .banner-2019:before {
    background: #2B2B2B;
}
.main.workplace .banner-2019:before  {
    background: #187DB8;
}
.main.squiz-cloud .banner-2019:before {
    background: #004875;
}

.main.squiz-matrix .banner-2019__link a {
    color: #005F94;
    border: #005F94;
    background-color: #fff;
}
.main.squiz-edify .banner-2019__link a {
    color: #298094;
    border: #298094;
    background-color: #fff;
}
.main.squiz-datastore .banner-2019__link a {
    color: #13765C;
     border: #13765C;
    background-color: #fff;
}
.main.squiz-connect .banner-2019__link a {
    color: #575894;
     border: #575894;
    background-color: #fff;
}
.main.funnelback .banner-2019__link a {
    color: #002B3D;
     border: #002B3D;
    background-color: #fff;
}
.main.dxp .banner-2019__link a {
    color: #2B2B2B;
     border: #2B2B2B;
    background-color: #fff;
}
.main.workplace .banner-2019__link a  {
    color: #187DB8;
    border: #187DB8;
    background-color: #fff;
}
.main.squiz-cloud .banner-2019__link a {
    color: #004875;
    border: #004875;
    background-color: #fff
}



.main.squiz-matrix .block-redesign-2020 .block-2019__link--button a {
    color: #005F94;
}
.main.squiz-edify .block-redesign-2020 .block-2019__link--button a {
     color: #298094;
}
.main.squiz-datastore .block-redesign-2020 .block-2019__link--button a {
    color: #13765C;
}
.main.squiz-connect .block-redesign-2020 .block-2019__link--button a {
    color: #575894;
}
.main.funnelback .block-redesign-2020 .block-2019__link--button a {
    color: #002B3D;
}
.main.dxp .block-redesign-2020 .block-2019__link--button a {
    color: #2B2B2B;
}
.main.workplace .block-redesign-2020 .block-2019__link--button a  {
    color: #187DB8;
}
.main.squiz-cloud .block-redesign-2020 .block-2019__link--button a {
    background: #004875;
}


.main.squiz-matrix .block-redesign-2020 .block-2019__link--button svg path {
    fill: #005F94;
}
.main.squiz-edify .block-redesign-2020 .block-2019__link--button svg path {
    fill: #298094;
}
.main.squiz-datastore .block-redesign-2020 .block-2019__link--button svg path {
    fill: #13765C;
}
.main.squiz-connect .block-redesign-2020 .block-2019__link--button svg path {
    fill: #575894;
}
.main.funnelback .block-redesign-2020 .block-2019__link--button svg path {
    fill: #002B3D;
}
.main.dxp .block-redesign-2020 .block-2019__link--button svg path {
    fill: #2B2B2B;
}
.main.workplace .block-redesign-2020 .block-2019__link--button svg path {
    fill: #187DB8;
}
.main.squiz-cloud .block-redesign-2020 .block-2019__link--button svg path {
    fill: #004875;
}

.main.squiz-matrix .block-redesign-2020 .block-2019__title {
    color: #005F94;
}
.main.squiz-edify .block-redesign-2020 .block-2019__title{
     color: #298094;
}
.main.squiz-datastore .block-redesign-2020 .block-2019__title {
    color: #13765C;
}
.main.squiz-connect .block-redesign-2020 .block-2019__title {
    color: #575894;
}
.main.funnelback .block-redesign-2020 .block-2019__title {
    color: #002B3D;
}
.main.dxp .block-redesign-2020 .block-2019__title {
    color: #2B2B2B;
}
.main.workplace .block-redesign-2020 .block-2019__title {
    color: #187DB8;
}
.main.squiz-cloud .block-redesign-2020 .block-2019__title {
    color: #004875;
}



.md-show {display: none;}


@media (min-width: 60em){

    .news-2019__link a {
        font-size: 0.9rem;
        padding: 1rem 2.5rem 1rem 1rem;
    }
    
    .news-2019__link svg {
        right: 0.9rem;
    }
    
    .md-show {
        display: inherit;
    }
    
    .md-hide {
        display: none;
        
    }
}

@media (min-width: 75em){

    .news-2019__link a {
        font-size: 0.9rem;
        padding: 0.7rem 2rem 0.7rem 0.7rem;
    }
    
    .news-2019__link svg {
        right: 0.5rem;
    }
}

.blog-2020 .news-2019__content .news-2019__link a{
    transition: background-color 200ms;
}

.blog-2020 .news-2019__content .news-2019__link a:hover{
    background-color: #f05a3e !important;
    color: #FFF !important;
}

/* checkboxes fix */

.content-2019 .filter-2019__section ul li a:before,
.filter-2019__section ul li a:before{
    position: absolute;
    left: 0;
}

.content-2019 .filter-2019__section ul li a,
.filter-2019__section ul li a{
    padding-left: 2rem;
}

.content-2019 .filter-2019__section ul li.active a:after,
.filter-2019__section ul li.active a:after{
    top: auto;
}

/* popup newsletter */


@media (min-width: 60em){
    .modal-form-2019__box--popup {
        height: auto;
        max-width: 50vw;
        background-size: 90%;
    }
    
    .modal-form-2019__box--popup button.button{
        min-width: 8rem;
    }
}

.modal-form-2019__box--popup {
    background-color: #28a0c7;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.modal-form-2019__box--popup .form__error-message{
    color: #FFF;
}

.modal-form-2019__box--popup button.button{
    font-size: 0.975rem;
    padding: 0.4625rem 1rem;
}

.modal-form-2019__box--popup button.button:hover,
.modal-form-2019__box--popup button.button:focus,
.modal-form-2019__box--popup button.button:active{
    background-color: #FFF;
    color: #f05a3f;
}

.modal-form-2019__box--popup .modal-form-2019__close{
    border-color: #FFF;
}

.modal-form-2019__box--popup .modal-form-2019__close:before,
.modal-form-2019__box--popup .modal-form-2019__close:after{
    background-color: #FFF;
}

.modal-form-2019__box--popup .modal-form-2019__close:hover,
.modal-form-2019__box--popup .modal-form-2019__close:focus{
    background-color: #FFF;
}

.modal-form-2019__box--popup .modal-form-2019__close:hover:after,
.modal-form-2019__box--popup .modal-form-2019__close:hover:before{
    background-color: #28a0c7;
}

.modal-form-2019__box--popup .section{
    background: none;
}

.modal-form-2019__box--popup .u-center-wrap__content{
    padding: 2rem;
}

.modal-form-2019__box--popup .form__answer,
.modal-form-2019__box--popup .form {
    padding-bottom: 0;
}

.modal-form-2019__box--popup .form__question{
    margin-bottom: 1rem;
}

.modal-form-2019__box--popup span.form__error-message{
    font-size: 0.7rem;
    background-color: #f05a3e;
    display: inline-block;
    padding: 4px;
    margin-top: 7px;
    border-radius: 4px;
}