/*
* {
    font-family: 'Quicksand', sans-serif!important;
}

h1, h2, h3, h4 {
    color: #002d5f!important;
}

h1 {
    font-size: 3.8rem!important;
    font-weight: 700!important;
    line-height: 0.9!important;
}

h2 {
    font-size: 2.2rem!important;
    font-weight: 500!important;
    line-height: 1!important;
}

h3 {
    font-size: 2.4rem!important;
    font-weight: 400!important;
    line-height: 1.4!important;
}

h4 {
    font-size: 1.2rem!important;
    font-weight: 700!important;
    line-height: 1.1!important;
    text-transform: uppercase!important;
}

p {
    color: #4a4a4a!important;
    line-height: 1.7!important;
    font-size: 1.3rem!important;
}

a {
    color: #4a4a4a!important;
    text-decoration: underline!important;
    background: initial!important;
}

a:hover {
    color: #002d5f!important;
}
*/
.category-text_container,
.product-text_container {
    background: rgba(255,255,255,.6)!important;
    border-radius: 3px!important;
    position: absolute!important;
    bottom: 20px!important;
    left: 12px!important;
    width: calc(100% - 24px);
    top: initial!important;
}

.category-text,
.product-text {
    margin: 0!important;
    padding: 12px 10px!important;
    background-color: transparent!important;
    color: #002d5f!important;
    width: 100%;
    text-shadow: initial!important;
    position: relative!important;
}

.product-text_container > div a {
    display: none!important;
}

.product_centered-text {
    text-align: left!important;
}

.category-text:after,
.product-text:after {
    content: '>'!important;
    position: absolute!important;
    right: 10px!important;
    top: 26%!important;
    color: #1366da!important;
}

.product-text_container > div:last-child {
    text-align: left!important;
}

.producttile-button {
    border: none!important;
}

.producttile-button.hover {
    border: none!important;
}

.region {
    margin-bottom: 0!important;
}

.region .experience-component:not(.experience-assets-stickymenu) {
    position: initial!important;
    top: initial!important;
    bottom: initial!important;
    left: initial!important;
}

.region_landscape-large:before {
    padding-top: initial!important;
}

.experience-component .row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.experience-assets-stickymenu:not(.sticky), .experience-assets-chevronbanner {
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.px-2.page-designer-reference {
    margin: 0 auto;
    position: relative;
}
.px-2.page-designer-reference .col-12.px-2 {
    padding: 0 !important;
}


/* custom classes */

.white * {
    color: #FFF!important;
}
.blue * {
    color: #15284B!important;
}
.yellow * {
    color: #FFCE00!important;
}
.red * {
    color: #C22032!important;
}
.grey * {
    color: #A4A9AD!important;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* class label HP */

h2.hp-label-title,
h2.hp-label-title p,
p.hp-label-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
}

p.hp-label-subtitle {
    font-size: 2rem;
}

p.hp-label-description {
    font-size: 1.8rem;
}

@media screen and (min-width: 1025px) and (max-width: 1919px) {
    h2.hp-label-title,
    h2.hp-label-title p,
    p.hp-label-subtitle {
        font-size: 4rem;
    }

    p.hp-label-subtitle {
        font-size: 1.3rem;
    }
    
    p.hp-label-description {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    h2.hp-label-title,
    h2.hp-label-title p,
    p.hp-label-subtitle {
        font-size: 3.4rem;
    }

    p.hp-label-subtitle {
        font-size: 1.6rem;
    }
    
    p.hp-label-description {
        font-size: 1.4rem;
    }
}