/*!
Theme Name: E-Commerce
Theme URI: http://ripple-digital.com
Author: Ripple Digital
Author URI:
Description:
Version: 1.2.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ecommerce

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html, body {
    font-size: 14px;
    line-height: 1.3;
}
body {
    font-family: "KantarBrownWeb-Regular", "Source Sans Pro", sans-serif;
    background-color: #fafafa; color: #555555;
    -ms-word-wrap: break-word; word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
    font-weight: 400;
}

.noscroll {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.keep-together {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.img-video {
    cursor: pointer;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
}

#page {
    padding-bottom: 0;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    color: #58440b;
}
a:hover {
    color: #58440b;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}
p:last-of-type {
    margin-bottom: 0;
}

hr {
    background-color: #FFFFFF;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    max-width: 100%; /* Adhere to container width. */
}
svg.svg-inline {
    height: auto;
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0;
}

#content {
    /*margin-top: -45px;*/
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

a.back-link {
    text-decoration: none !important;
    line-height: 45px;
}
a.back-link i.back-arrow {
    margin-right: 4px;
    text-decoration: none;
}

ul.arrowlist {
    padding-left: 0px;
    list-style:none;
}
ul.arrowlist li {
    margin-left: 20px;
    position: relative;
    font-size: 1.15rem;
    line-height: 1.4;
    padding-bottom: 15px;
}
ul.arrowlist li .small {
    font-size: 1.05rem;
}
ul.arrowlist li:before {
    position: absolute;
    left: -20px; top: 0;
    content: url(./assets/img/bullet.svg);
    /*content: '\25CB';*/
    color: #555555;
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
}
ul.arrowlist li.nolist:before {
    content: unset;
}
ul.arrowlist li ul {
    padding-left: 0;
}
ul.arrowlist li ul li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1rem;
}
ul.arrowlist li ul li:before {
    top: 8px;
    content: '\2022';
    font-size: 14px;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.font-weight-light {
    font-family: "KantarBrownWeb-Light","Source Sans Pro",sans-serif;
}
.font-weight-normal {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
}
.font-weight-bold {
    font-family: "KantarBrownWeb-Bold","Source Sans Pro",sans-serif;
}
.font-family-roca {
    font-family: "Roca","Source Sans Pro",sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}
h2, .h2 {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.2;
}
h3, .h3 {
    font-size: 1.35rem;
    font-weight: 400;
}
h4, .h4 {
    font-size: 1.125rem;
}
h5, .h5 {
    font-size: 0.5625rem;
}
.copy {
    font-size: 1.2rem;
}
.large {
    font-size: 0.75rem;
}
.normal {
    font-size: 1.08rem;
}
.intro-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.intro-lg-text {
    font-size: 1rem;
}
small, .small {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.2 !important;
}
.fs-1 {
    font-size: 2.5rem;
}
.fs-2 {
    font-size: 1.75rem;
}
.fs-3 {
    font-size: 1.5rem;
}
.fs-4 {
    font-size: 1.4rem;
}
.two-col {
    column-count: 2;
    column-gap: 25px;
}
.color-white {
    color: #ffffff;
}
a.color-white {
    color: #ffffff;
    text-decoration: underline;
}
a.color-white:hover {
    color: #ffffff;
    text-decoration: none;
}
.color-grey {
    color: #c0c0c0;
}
.color-darkgrey {
    color: #989898;
}
.color-dark {
    color: #3d3d49;
}
.color-black {
    color: #000000;
}
.color-orange {
    color: #ffa140;
}
.color-green {
    color: #64d96a !important;
}
.color-blue {
    color: #64bed2 !important;
}
.color-yellow {
    color: #ffc828;
}
.color-darkgreen {
    color: #4d8c60 !important;
}
.color-mustard {
    color: #f6c142 !important;
}
.color-salmon {
    color: #ee7e77 !important;
}
.bg-white {
    background-color:#ffffff;
}
.bg-blue {
    background-color:#339fb8;
}
.bg-red {
    background-color:#d62165;
}
.bg-yellow {
    background-color:#ffc828;
}
.bg-green {
    background-color: #36bf6a !important;
}
.bg-orange {
    background-color: #ffa900 !important;
}
.bg-salmon {
    background-color: #ff2b48 !important;
}
.line-height-2 {
    line-height: 2rem;
}
.top-border {
    border-top: 4px solid #d7d7d7;
}
.border-color-yellow {
    border-color: #ffc828;
}
.row {
    height:unset !important;
}
.row.logo-wrapper {
    height: 45vh !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
header .decoration div {
    height:2px;
}
header .decoration div.green {
    background-color: #92d400;
}
header .decoration div.orange {
    background-color: #fc6800;
}
header div {
    box-sizing:border-box;
}
header .back-link {
    font-size: 1.1rem;
}
header.header-scroll .back-link {
    color: #707070;
}
header.header-scroll .back-arrow {
    fill: #707070;
}
header .back-arrow {
    fill: #FFFFFF;
}
header.header-scroll {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e3e3e3;
}
.container {
    width: 90%;
    max-width: 1728px;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid {
    width: 100%;
    max-width: 1728px;
    padding-left: 0;
    padding-right: 0;
}
.img-icon {
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
i {
    font-family: europanel-icons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none
}

i.cycle:before {content: '\e900'}
i.down-arrow:before {content: '\e901'}
i.up-arrow:before {content: '\e907'}
i.close:before {content: '\e043'}
i.grow:before {content: '\e902'}
i.left-arrow:before {content: '\e903'}
i.right-arrow:before {content: '\e904'}
i.search:before {content: '\e905'}
i.think:before {content: '\e906'}
i.address:before {content:"\e908"}
i.mail:before {content: "\e909"}
i.mobile:before {content: "\e90a"}
i.twitter:before {content: "\e90b"}
i.web:before {content: "\e90c"}
i.linkedin:before {content: "\e90d"}
i.barometer:before {content: "\e90e"}
i.consumerindex:before {content: "\e90f"}
i.close2:before {content:"\e910"}
i.help:before {content: "\e911"}
i.home:before {content: "\e912"}
i.keyfacts:before {content: "\e913"}
i.publications:before {content: "\e917"}
i.menu:before {content: "\e914"}
i.platform:before {content: "\e915"}
i.lock_open:before {content: "\e898"}
i.lock_outline:before { content: "\e899"}
i.open_arrow_down:before {content: "\e313"}
i.open_arrow_left:before {content: "\e314"}
i.open_arrow_right:before {content: "\e315"}
i.open_arrow_up:before {content: "\e316"}
i.menu_arrow_down:before {content: "\e916"}
i.cloud-download:before {content: "\e918"}
i.lightbulb:before {content: "\e919"}

/*--------------------------------------------------------------
# Anchor Subnav
--------------------------------------------------------------*/
.subnav .anchornav-wrapper {
    /*color: rgba(152,152,152,1);*/
    color: #ADBCC0;
    max-width: 50px;
    background-color: rgba(0,0,0,0);
    z-index: 29;
    position: fixed;
    top: 50%; right: 0;
    padding: 0 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .95;
    width: auto;
    -webkit-transition: max-width 300ms,background-color 300ms;
    transition: max-width 300ms,background-color 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.subnav.light .anchornav-wrapper {
    color: #adbcc0;
}
.subnav .anchornav-wrapper:hover,
.subnav .anchornav-wrapper.hover {
    max-width: 700px;
    background-color: rgba(0,0,0,0);
    padding: 0 22px;
}
.subnav .anchornav-wrapper .anchornav-item {
    position: relative;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin-top: 4px;
    text-align: right;
    direction: ltr;
    list-style: none;
}
img.anchornav-item {
    cursor: pointer;
}
.subnav .anchornav-wrapper .anchornav-item > .anchornav-icon:before {
    content: '\25CB';
}
.subnav .anchornav-wrapper .anchornav-item:hover > .anchornav-icon:before,
.subnav .anchornav-wrapper .anchornav-item.hover > .anchornav-icon:before {
    content: '\25EF';
}
.subnav .anchornav-wrapper .anchornav-item.is-active > .anchornav-icon:before {
    content: '\2B24';
}

.subnav .anchornav-wrapper .anchornav-item > .anchornav-icon {
    right: -5px; top: 0;
    text-align: center;
    width: 27px;
    height: 20px;
    font-size: 0.875rem;
}
.anchornav-icon {
    position: absolute;
    top: -2px;
    padding-left: 7px;
    margin-left: -7px;
}
.subnav .anchornav-wrapper .anchornav-item .anchornav-title {
    font-size: 0.875rem;
    padding-right: 30px;
    padding-left: 50px;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    white-space: nowrap;
    opacity: 0;
}
.subnav.light .anchornav-wrapper .anchornav-item .anchornav-title {
    text-shadow: 1px 1px 2px rgb(61, 61, 61);
}
.subnav .anchornav-wrapper:hover .anchornav-item .anchornav-title,
.subnav .anchornav-wrapper.hover .anchornav-item .anchornav-title {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 1;
}
.subnav .anchornav-wrapper .anchornav-item.is-active >.anchornav-title {
    color: rgba(152,152,152,1);
}
.subnav.light .anchornav-wrapper .anchornav-item.is-active >.anchornav-title {
    color: rgba(255,255,255,1);
}


/*--------------------------------------------------------------
# Global Section
--------------------------------------------------------------*/
section.section-content {
    padding: 25px 0;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
#content-tabs section.section-content {
    padding: 0 0;
    min-height: unset !important;
}
section.section-content.unset-height {
    min-height: unset !important;
}
section.section-content.dark {
    background-color: #333340;
}


/*--------------------------------------------------------------
# Introduction Section
--------------------------------------------------------------*/
section#introduction {
    background-color: #ffffff;
    background-image: url(assets/img/header-background_320@3x.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    /*min-height: 100vh;*/
    min-height: 375px;
    padding-top: 25px;
}
section#introduction .section-height {
    /*min-height: calc(100vh - 70px);*/
    min-height: calc(675px);
}
section#introduction .section-text {
    margin-top: 205px;
}
section#introduction .logo {
    max-width: 65%;
}
section#introduction .container {
    top: 50%; left: 0;
    width: 100%;
}
section#introduction .container a img {
    max-height: 150px;
}

/*--------------------------------------------------------------
# Content Tabs
--------------------------------------------------------------*/
#content-tabs {
    min-height: unset;
}
#content-tabs .tabs-wrapper h5 {
    font-size: 0.5714rem;
    margin-bottom: .25rem;
}
#content-tabs .tabs-wrapper h3 {
    font-size: 1.0714rem;
}
#content-tabs .tabs-wrapper {
    font-size: 0.8571rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.nav-tabs {
    display: none;
    border: none !important;
}
.w-33 {
    width: 33.333% !important;
}

.nav-tabs .nav-item {
    border: none !important;
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    padding: 16px 24px;
    border: none !important;
    border-radius: 0 !important;
}
.tab-pane,
.tab-pane .card-header a {
    /*padding: 0;*/
    border: none !important;
    border-radius: 0 !important;
}
.tab-pane .card-header a h3 {
    font-size: 1.5rem;
    line-height: 1;
}
.nav-tabs .nav-link svg {
    height: 42px !important;
}
.tab-pane .card-header a svg {
    height: 26px !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none !important;
}
.nav-tabs #tab-A.nav-link,
.tab-pane #heading-A.card-header {
    color: rgba(53, 53, 53, 0.5);
    background: #ffc828;
}
.nav-tabs #tab-B.nav-link,
.tab-pane #heading-B.card-header {
    color: rgba(255, 255, 255, 0.6);
    background: #f27309;
}
.nav-tabs #tab-C.nav-link,
.tab-pane #heading-C.card-header {
    color: rgba(255, 255, 255, 0.6);
    background: #d52064;
}
.tab-pane .card-header a,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link {
    /*color: #ffffff !important;*/
    border-color: #ffffff;
    border: none !important;
}
.tab-pane .card-header a svg,
.nav-tabs .nav-link.active svg,
.nav-tabs .nav-link:hover svg,
.nav-tabs .nav-item.show .nav-link svg {
    fill: #ffffff !important;
}
.tab-pane #heading-A.card-header a[aria-expanded="true"] {
    color: #58440b;
}
.nav-tabs #tab-A.nav-link.active,
.nav-tabs #tab-A.nav-link:hover,
.nav-tabs .nav-item.show #tab-A.nav-link {
    color: #58440b;
    background: #ffc828;
}
.tab-pane #heading-B.card-header a[aria-expanded="true"],
.tab-pane #heading-C.card-header a[aria-expanded="true"] {
    color: #ffffff;
}
.nav-tabs #tab-B.nav-link.active,
.nav-tabs #tab-B.nav-link:hover,
.nav-tabs .nav-item.show #tab-B.nav-link {
    color: #ffffff;
    background: #f27309;
}
.nav-tabs #tab-C.nav-link.active,
.nav-tabs #tab-C.nav-link:hover,
.nav-tabs .nav-item.show #tab-C.nav-link {
    color: #ffffff;
    background: #d52064;
}
.tab-pane .card-header {
    height: 65px;
    border-radius: 0; border-bottom: 0;
}
.tab-pane#pane-A .card-header {
    border-radius: 10px 10px 0 0;
}
.tab-pane#pane-C .card-header {
    border-radius: 0 0 10px 10px;
}
.tab-pane#pane-C.active .card-header {
    border-radius: 0 0 0 0;
}
.tab-pane#pane-C.active {
    border-radius: 0 0 10px 10px !important;
}
.tab-pane .card-header h5 a {
    position: relative;
    color: unset;
}
.tab-pane .card-header h5 a:after {
    content: '\2212';
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.75rem;
    position: absolute;
    top: 50%; right: 10px;
    transform: translateY(-50%);
}
.tab-pane .card-header h5 a.collapsed:after {
    content: '\002B';
}
.tab-pane .card-body {
    filter: none;
}

.nav-tabs .nav-link h3 {
    line-height: 1 !important;
}

.table {
    color: #555555;
}
.table th,
.table td {
    padding: 1rem 0.75rem;
}
.table th:first-child,
.table td:first-child {
    width: 30px;
}
.table th:first-child img {
    max-width: 15px;
}
.table th:last-child,
.table td:last-child {
    width: 40% !important;
}

@media(max-width:991px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

@media(min-width:992px) {
    .nav-tabs {
        display: flex;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
        filter: none;
    }
    .card .collapse{
        display: block;
    }
    .tab-pane .card-body {
        filter: none;
    }
}

@media(min-width:1024px) {
    #content-tabs .tabs-wrapper {
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.08);
        border-radius: 12px;
    }
    .table th:first-child,
    .table td:first-child {
        width: 50px;
    }
    .table th:first-child img {
        max-width: 20px;
    }
}

@media(min-width:1600px) {
    .table th:first-child img {
        max-width: 28px;
    }
}


/*--------------------------------------------------------------
# What Is E-Commerce Section
--------------------------------------------------------------*/
section#whatisecommerce {
    padding: 25px 0 30px 0;
}
section#whatisecommerce {
    /*
    background-image: url(assets/img/wcwd-buildconsumer-rightshape_mobile.svg);
    background-position: top 65% right -20px;
    background-size: 240px;
    background-repeat: no-repeat;
    */
}
.embed-html5.embed-responsive-16by9 {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}


/*--------------------------------------------------------------
# E-Commerce Reports
--------------------------------------------------------------*/
img.icon-report {
    max-width: 70px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23333340' fill-opacity='0.8'/%3E%3Cpath d='M12 18L20 12L20 24L12 18Z' fill='white'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='36' viewBox='0 0 37 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18.4805' cy='18' r='18' transform='rotate(-180 18.4805 18)' fill='%23333340' fill-opacity='0.8'/%3E%3Cpath d='M24.4805 18L16.4805 24L16.4805 12L24.4805 18Z' fill='white'/%3E%3C/svg%3E%0A");
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.75);
}
.carousel button {
    border: none;
    background: transparent;
}
@media only screen and (max-width: 810px) {
    .carousel-item {
        height: 375px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-item img {
        object-fit: cover !important;
        object-position: 75% center !important;
        width: 100% !important;
        height: 100% !important;
    }
}
@media only screen and (max-width: 576px) {
    .carousel-item {
        height: 275px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-item img {
        object-fit: cover !important;
        object-position: 75% center !important;
        width: 100% !important;
        height: 100% !important;
    }
}


/*--------------------------------------------------------------
# Card Deck
--------------------------------------------------------------*/
.download-cards .card .card-body {
    padding: 1.75rem 0.7rem;
}
.download-cards .card {
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.08);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.08);
    position: relative;
}
.download-cards.no-shadow .card {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
section.dark .download-cards .card {
    background-color: #3d3d49;
}
section .download-cards.card-dark .card {
    background-color: #333340;
    color: #ffffff;
}
.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 120px;
    position: relative;
    object-fit: cover !important;
    object-position: center !important;
}
h5.card-title {
    font-size: 0.9286rem;
    font-weight: 400;
}
.card.card-shadow {
    background-color: transparent;
    border: none !important;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);
    border-radius: 0 !important;
}
.card.card-transparent {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.card-text {
    font-size: 0.857rem;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 25px;
}
.card-footer {
    padding: 1.25rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.card-footer .card-icon {
    color: #C0C0C0;
    font-size: 1.25rem;
    padding: 3px;
    border: 1px solid #C0C0C0;
    border-radius: 100%;
    display: inline-block;
}
.card-footer .card-link {
    margin-left: 8px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1rem;
}

.card-deck .card.eco-actives {
    border-top-color: #64b443;
}
.card-deck .card.eco-considerers {
    border-top-color: #ff8400;
}
.card-deck .card.eco-dismissers {
    border-top-color: #ff2b48;
}
.card-deck .card.develop {
    border-top-color: #ffd400;
}
.card-deck .card.develop h5.card-title:after {
    border-bottom-color: #ffd400;
}
.card-deck .card.develop ul.arrowlist li::before {
    color: #ffd400;
}
.card-deck .card.quantify {
    border-top-color: #ffa900;
}
.card-deck .card.quantify h5.card-title:after {
    border-bottom-color: #ffa900;
}
.card-deck .card.quantify ul.arrowlist li::before {
    color: #ffa900;
}
.card-deck .card.learn {
    border-top-color: #f27309;
}
.card-deck .card.learn h5.card-title:after {
    border-bottom-color: #f27309;
}
.card-deck .card.learn ul.arrowlist li::before {
    color: #f27309;
}
.card-deck .card.set {
    border-top-color: #a6d96a;
}
.card-deck .card.set h5.card-title:after {
    border-bottom-color: #a6d96a;
}
.card-deck .card.set ul.arrowlist li::before {
    color: #a6d96a;
}
.card-deck .card.build {
    border-top-color: #d62165;
}
.card-deck .card.build h5.card-title:after {
    border-bottom-color: #d62165;
}
.card-deck .card.build ul.arrowlist li::before {
    color: #d62165;
}
.card-deck .card.track {
    border-top-color: #44baba;
}
.card-deck .card.track h5.card-title:after {
    border-bottom-color: #44baba;
}
.card-deck .card.track ul.arrowlist li::before {
    color: #44baba;
}
.card-deck .card.sell {
    border-top-color: #2ba3ff;
}
.card-deck .card.sell h5.card-title:after {
    border-bottom-color: #2ba3ff;
}
.card-deck .card.global-report {
    border-top-color: #ffc828;
}
.card-deck .card.global-report h5.card-title {
    color: #ffc828;
}
.card-deck .card.global-report h5.card-title:after {
    border-bottom-color: #a7a7ad;
}
.card-deck .card.country-report {
    border-top-color: #ffc828;
}
.card-deck .card.country-report h5.card-title {
    color: #ffc828;
}
.card-deck .card.country-report h5.card-title:after {
    border-bottom-color: #a7a7ad;
}
.card-deck .card.purchase-data-access {
    border-top-color: #ffc828;
}
.card-deck .card.purchase-data-access h5.card-title {
    color: #ffc828;
}
#pane-A .card-deck .card {
    border-top-color: #64bed2;
}
#pane-B .card-deck .card {
    border-top-color: #64d96a;
}


/*--------------------------------------------------------------
# Access Insights Section
--------------------------------------------------------------*/

section#accessinsights {
    padding-bottom: 25px;
    min-height: unset !important;
    background-color: #fafafa;
    /*filter: drop-shadow(0px -3px 6px rgba(0,0,0,0.15))*/
}
section#accessinsights #button-contact-link:hover svg rect {
    fill: #3d3d49;
}
section#accessinsights #button-contact-link:hover svg path {
    fill: #ffc828;
}
#accessinsights img.img-powered {
    max-width: 305px;
}

/*--------------------------------------------------------------
# Modal Popup - Ninja Form
--------------------------------------------------------------*/
.pum-theme-ecommerce .pum-title {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    background: #ffc828;
    padding: 30px 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 20px !important;
}
.pum-theme-ecommerce .pum-content {
    padding: 20px 32px;
}
.pum-theme-ecommerce .nf-before-form-content {
    font-size: 12px;
    text-align: right;
}
.pum-theme-ecommerce .nf-form-content {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    padding: 10px 0 10px;
}
.pum-theme-ecommerce .nf-field-container {
    margin-bottom: 15px;
}
.pum-theme-ecommerce .nf-form-content .nf-field-label {
    margin-bottom: 5px !important;
}
.pum-theme-ecommerce .nf-form-content .nf-field-label label {
    font-size: 16px;
    font-weight: normal;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label::before {
    font-size: 16px;
    color: #3d3d49;
    left: -26px;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label::after {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}
.pum-theme-ecommerce .nf-form-content input:not([type="button"]),
.pum-theme-ecommerce .nf-form-content textarea {
    color: #3d3d49;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
}
.pum-theme-ecommerce .nf-form-content textarea.ninja-forms-field {
    border-radius: 15px;
    height: 165px;
}
.pum-theme-ecommerce .nf-error.field-wrap .nf-field-element::after {
    display: none;
    border-radius: 40px;
    content: '!';
    height: 36px; width: 36px;
    top: 7px; right: 8px;
    line-height: 40px;
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    font-weight: 500;
    font-size: 22px;
    background: #ff2b48;
}
.pum-theme-ecommerce .nf-form-content input[type="submit"] {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
    background: #ffc828;
    border: 1px solid #ffc828;
    border-radius: 50px;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    padding: 20px 16px 16px;
    font-weight: bold;
    height: unset;
    letter-spacing: 0.75px;
    cursor: pointer;
}
.pum-theme-ecommerce .nf-form-content button:hover,
.pum-theme-ecommerce .nf-form-content input[type="button"]:hover,
.pum-theme-ecommerce .nf-form-content input[type="submit"]:hover {
    /*border: 1px solid #c4c4c4;*/
    border: 1px solid #787878;
}
.pum-theme-ecommerce .nf-error .nf-error-msg {
    font-size: 12px;
}
.pum-theme-ecommerce .nf-error .nf-error-msg,
.pum-theme-ecommerce .nf-error-msg.nf-error-field-errors,
.pum-theme-ecommerce .nf-error .ninja-forms-req-symbol {
    color: #ff2b48;
}
.pum-theme-ecommerce .nf-error .ninja-forms-field {
    border-color: #ff2b48;
}
.pum-theme-ecommerce .nf-error-msg.nf-error-field-errors {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    font-size: 13px;
    text-align: center;
}
.pum-theme-ecommerce .nf-input-limit {
    color: #686868;
    font-size: 10px;
    text-align: right;
}
.pum-theme-ecommerce .nf-pass.field-wrap .nf-field-element::after {
    color: #ffc828 !important;
}

@media only screen and (min-width: 1024px) {
    .pum-theme-ecommerce .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -25% !important;
        width: 75% !important;
    }
}
@media only screen and (min-width: 1366px) {
    .pum-theme-ecommerce .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20% !important;
        width: 40% !important;
    }
}

/*
.wpcf7-form label {
    margin-bottom: 0;
    display: block;
}
.wpcf7-form input.full-width {
    margin-bottom: 0;
    background-color: #f8f7f7;
    font-size: 14px;
    padding: 10px 8px;
}
.wpcf7-form input.full-width,
.wpcf7-form input.wpcf7-submit {
    display: block;
    width: 100%;
}
.wpcf7-form input.wpcf7-submit {
    font-size: 18px;
    margin: 10px 0 0;
    padding: 10px 5px;
    cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em .5em 1em;
}
*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background-color: #000000;
    height: 50px;
}
footer .img-fluid.gfk-logo {
    max-height: 25px;
}

footer .img-fluid.europanel-logo {
    max-height: 15.5px;
}

footer .img-fluid.kantar-logo {
    max-height: 13.5px;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 375px) {
    .col-12 {
        /*padding-left: 32px;
        padding-right: 32px;*/
    }
}

@media (min-width: 576px) {
    section#introduction {
        background-image:
            url(assets/img/header-background_768@2x.jpg);
        background-position: center top;
        background-size: cover;
    }
    .card-deck {
        flex-flow: column;
    }
    .card-deck .card {
        flex: unset;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    html, body {
        font-size: 16px;
        line-height: 1.3;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 1.3;
    }
    h2, .h2 {
        font-size: 1.375rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
    }
    h4, .h4 {
        font-size: 1.125rem;
    }
    h5, .h5 {
        font-size: 0.5625rem;
    }
    .intro-text {
        font-size: 1rem;
    }
    .intro-lg-text {
        font-size: 1rem;
    }
    h5.card-title {
        font-size: 0.9375rem;
    }
    .card-text {
        font-size: 0.9375rem;
    }
    #content-tabs .tabs-wrapper h5 {
        font-size: 0.5625rem;
    }
    #content-tabs .tabs-wrapper h3 {
        font-size: 1.125rem;
    }
    #content-tabs .tabs-wrapper {
        font-size: 0.9375rem;
    }
    .large {
        font-size: 0.6875rem;
    }
    .normal {
        font-size: 1rem;
    }
    .one-col-768 {
        column-count: 1;
    }
    .two-col-768 {
        column-count: 2;
        column-gap: 25px;
    }
    section.section-content {
        padding: 30px 0;
        min-height: 350px;
    }
    #content-tabs section.section-content {
        padding: 0 0;
    }
    section#introduction {
        min-height: 55vh;
    }
    section#introduction .container {
        top: 40%; left: 0;
        width: 70%;
    }
    section#introduction .section-height {
        min-height: calc(90vh - 25px);
    }
    section#introduction .section-text {
        margin-top: 260px;
    }
    section#introduction .overlay-logo-wrapper {
        margin-left: 38px;
    }
    section#introduction .overlay-logo {
        max-width: 400px;
    }
    section#introduction .btn-download-lite {
        max-width: 508px;
        margin-left: -10px;
    }
    section#introduction .btn-download-full {
        max-width: 542px;
        margin-top: -20px;
        margin-left: -10px;
    }
    section#whatisecommerce {
        padding: 50px 0 30px 0;
    }
    section#accessinsights {
        background-color: transparent;
        filter: none;
    }
    #accessinsights img.img-powered {
        max-width: 305px;
    }
    footer {
        height: 60px;
    }
    footer .img-fluid {
        max-height: unset !important;
    }
}

@media (min-width: 992px) {
    html, body {
        font-size: 16px;
        line-height: 1.3;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 1.3;
    }
    h2, .h2 {
        font-weight: 400;
    }
    .fs-3 {
        font-size: 1.4rem;
    }
    p {
        margin-bottom: 1.5rem;
    }
    .align-items-end.align-items-center-lg {
        align-items: center !important;
    }
    section.section-content {
        padding: 45px 0;
        min-height: 375px;
    }
    #content-tabs section.section-content {
        padding: 0 0;
    }
    section#introduction {
        background-image: url(assets/img/header-background_1024@2x.jpg);
        background-position: center top;
        min-height: 58vh;
    }
    section#introduction .section-height {
        min-height: calc(70vh - 70px);
    }
    section#introduction .container {
        top: 120px; left: 0;
        width: 550px;
    }
    section#introduction .section-text {
        margin-top: 150px;
    }
    section#introduction .overlay-logo-wrapper {
        margin-left: 45px;
    }
    section#introduction .overlay-logo {
        max-width: 400px;
    }
    section#introduction .btn-download-lite {
        max-width: 508px;
        margin-left: -5px;
    }
    section#introduction .btn-download-full {
        max-width: 542px;
        margin-top: -20px;
        margin-left: -5px;
    }
    section#introduction .logo {
        max-width: 50%;
    }
    section#whatisecommerce {
        background-image: none;
        padding: 50px 0 30px;
    }
    .card-img-top {
        min-height: 180px;
    }
    .container-fluid {
        width: 90%;
    }
    #content-tabs .tabs-wrapper h3 {
        font-size: 1rem;
    }
    ul.arrowlist li:before {
        font-weight: bold;
        top: 1px;
        line-height: 1;
    }
    .img-icon {
        max-width: 100%;
    }
    #accessinsights img.img-powered {
        max-width: 400px;
    }
}

@media (min-width: 1024px) {
    #content-tabs .tabs-wrapper h3 {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    html, body {
        font-size: 16px;
        line-height: 1.2;
    }
    .copy {
        font-size: 1rem;
    }
    .fs-3 {
        font-size: 1.5rem;
    }
    header .back-link {
        font-size: 1.0625rem;
    }
    .subnav .anchornav-wrapper .anchornav-item > .anchornav-icon {
        font-size: 1.125rem;
    }
    #content-tabs section.section-content {
        padding: 25px 0;
    }
    section#introduction {
        background-image:
                url(assets/img/header-background_desktop@2x.jpg);
        background-position: center top;
        min-height: 80vh;
    }
    section#introduction .container {
        top: 150px; left: 0;
        width: 55%;

    }
    section#introduction .container a img {
        max-height: 192px;
    }
    section#introduction .section-text {
        margin-top: 125px;
    }
    section#introduction .overlay-logo-wrapper {
        margin-left: 65px;
    }
    section#introduction .overlay-logo {
        max-width: 534px;
    }
    section#introduction .btn-download-lite {
        max-width: 679px;
        margin-left: 0;
    }
    section#introduction .btn-download-full {
        max-width: 724px;
        margin-top: -25px;
        margin-left: 0;
    }
    section#whatisecommerce {
        padding: 75px 0 25px;
    }
    h2, .h2 {
        font-size: 1.875rem;
    }
    h3, .h3 {
        font-size: 1.875rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    h5, .h5 {
        font-size: 0.75rem;
    }
    .intro-text {
        font-size: 1.375rem;
    }
    .intro-lg-text {
        font-size: 1.375rem;
    }
    h5.card-title {
        font-size: 1.375rem;
    }
    .card-text {
        font-size: 1.25rem;
    }
    img.icon-report {
        max-width: 90px;
    }
    .card-img-top {
        min-height: 215px;
    }
    #content-tabs .tabs-wrapper h5 {
        font-size: 0.75rem;
    }
    #content-tabs .tabs-wrapper h3 {
        font-size: 1.4rem;
    }
    #content-tabs .tabs-wrapper {
        font-size: 1.25rem;
    }
    .large {
        font-size: 0.9375rem;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 36px;
        height: 36px;
    }
    .nav-tabs .nav-link {
        padding: 20px 30px;
    }
    ul.arrowlist li {
        font-size: 1.25rem;
    }
    .card-text ul.arrowlist li {
        font-size: 1rem;
    }
    .card-text ul.arrowlist li ul li {
        font-size: 0.875rem;
    }
    .card-footer .card-link {
        font-size: 0.875rem
    }
    #accessinsights img.img-powered {
        max-width: 500px;
    }
    footer {
        height: 62px;
    }
}

@media (min-width: 1300px) {
    .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #content-tabs .tabs-wrapper h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1600px) {
    h2, .h2 {
        font-size: 3rem;
    }
    h3, .h3 {
        font-size: 2.625rem;
    }
    h4, .h4 {
        font-size: 2.125rem;
    }
    h5, .h5 {
        font-size: 1rem;
    }
    .intro-text {
        font-size: 2rem;
    }
    .intro-lg-text {
        font-size: 2rem;
    }
    section#introduction h2 {
        font-size: 3.25rem;
    }
    section#introduction .overlay-logo-wrapper {
        margin-left: 91px
    }
    section#introduction .overlay-logo {
        max-width: unset;
    }
    section#introduction .btn-download-lite {
        max-width: unset;
        margin-left: 0;
    }
    section#introduction .btn-download-full {
        max-width: unset;
        margin-top: -30px;
        margin-left: 0;
    }
    section#introduction .section-text {
        margin-top: 205px;
    }
    h5.card-title {
        font-size: 1.75rem;
    }
    .card-text {
        font-size: 1.75rem;
    }
    img.icon-report {
        max-width: unset;
    }
    .card-img-top {
        min-height: 300px;
    }
    #content-tabs .tabs-wrapper h3 {
        font-size: 2rem;
    }
    #content-tabs .tabs-wrapper {
        font-size: 1.75rem;
    }
    .large {
        font-size: 1.25rem;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 50px;
        height: 50px;
    }
    .nav-tabs .nav-link {
        padding: 20px 50px;
    }
    #accessinsights img.img-powered {
        max-width: 600px;
    }
    .pl-xxl-0 {
        padding-left: 0 !important;
    }
    .pr-xxl-0 {
        padding-right: 0 !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
}

@media (min-width: 1920px) {
    section#introduction {
        min-height: 85vh;
    }
    section#introduction .container {
        top: 230px; left: 0;
    }
    section#introduction .section-text {
        margin-top: 270px;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    section#accessinsights {
        min-height: 625px !important;
    }
}