﻿* {
    font-family: 'Open Sans', sans-serif;
}

:focus-visible {
    outline: 4px dashed !important;
    outline-offset: 5px;
}

a {
    cursor: pointer;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
}

h1, .h1 {
    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: normal;
}

h4, .h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

p, div {
    font-size: 14px;
    line-height: 22px;
}

p {
    margin: 15px 0px;
}

small, .small {
    font-size: 12px;
    line-height: 20px;
}

    small.super, .small.super {
        font-size: 11px;
        line-height: 15px;
    }

        small.super.duper, .small.super.duper {
            font-size: 8px;
            line-height: 12px;
        }

body {
    overflow: auto;
}

figure.media div[data-oembed-url] {
    width: 100%;
}

figure.table {
    color: inherit !important;
}

.page-container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.quoting-text {
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
}

.quote-mark {
    font-size: 50px;
}

.quote-border {
    border: 10px solid;
}

.purple {
    color: #7e3e71;
    border-color: #7e3e71 !important;
}

.blue {
    color: #06377a; /* Removed !important to match others - is this correct? JW 09/12/2020*/
    border-color: #06377a !important;
}

.border-blue {
    border-color: #06377a !important;
}

.grey {
    color: #8E8E8E !important;
    border-color: #8E8E8E !important;
}

.border-grey {
    border-color: #8E8E8E !important;
}

.divider {
    border-top: 1px solid;
}

.background-blue {
    background-color: #06377a;
}

.background-pink {
    background-color: #e5417f;
}

.background-st-pink {
    background-color: #e2405e;
}

.background-yellow {
    background-color: #fedf33;
}

.border-yellow {
    border-color: #fedf33 !important;
}

.background-light-yellow {
    background-color: #fcf6c8;
}

.background-light-green {
    background-color: #d2ffcc;
}

.background-green {
    background-color: #4CAF50;
}

.background-purple {
    background-color: #9C27B0;
}

.background-light-blue {
    background-color: #00a2df;
}

.background-pale-blue {
    background-color: #cdd7e4;
}

.background-pro-blue {
    background-color: #E6ECF1;
}

.background-grey {
    background: #8E8E8E !important;
}

.background-white {
    background-color: #fff;
}

.background-transparent {
    background: transparent;
}

.background-red {
    color: #c42626;
}

.background-light-grey {
    background: #f5f5f5;
}

.white {
    color: #fff;
    border-color: #fff;
}

.white-important {
    color: #fff !important;
    border-color: #fff !important;
}

.red {
    color: #c42626;
    border-color: #c42626;
}

.pink {
    color: #e5417f;
    border-color: #e5417f;
}

.hover-pink:hover {
    color: #e5417f !important;
}

.yellow {
    color: #fedf33;
    border-color: #fedf33;
}

.light-blue {
    color: #00a2df;
}

.black {
    color: #0A3045;
    border-color: #0A3045;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-1000 {
    max-width: 1000px;
}

.banner-clearance {
    margin-top: 150px;
}

.text-link {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 30px 0px;
}

.lower {
    text-transform: lowercase !important;
}

.light-green {
    background-color: #d2ffcc;
    border: #d2ffcc;
}

.padded-box {
    padding: 5% 15% !important;
}

.guttered {
    padding: 0px 7.5vw;
}

.left-fixed-floated-container {
    position: fixed;
    width: 5vw;
    left: 0px;
    bottom: 0px;
    min-width: 90px;
    z-index: 1;
}

.right-fixed-floated-container {
    position: fixed;
    width: 90px;
    right: 0px;
    bottom: 0px;
    mix-blend-mode: luminosity;
    z-index: 1;
}

.btt {
    background-color: #5173a2;
    color: white;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.light-box {
    border: 2px solid;
}

.border-thickness-2 {
    border-width: 2px !important;
}


.thick-box {
    border: 15px solid;
}

.indicators {
    padding-left: 0px;
    list-style: none;
    position: relative;
    justify-content: flex-start;
    margin: 0;
    z-index: 0;
}

    .indicators li {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border-radius: 50%;
        border: 3px solid;
        opacity: 0.9;
        background: transparent;
        transition: background .6s ease;
    }

        .indicators li.active {
            background-color: #fff;
        }

.py-30 {
    padding: 30px 0px !important;
}

.my-30 {
    margin: 30px 0px !important;
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.flood-container {
    position: relative;
}

    .flood-container:hover .flood {
        height: 100%;
    }

.flood {
    height: 0px;
    width: 100%;
    transition: height 250ms ease-in-out;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.regular {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.z-index-1 {
    z-index: 1;
}

.z-index-10 {
    z-index: 10;
}

.rot-180 {
    transform: rotate(180deg);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-control-next, .carousel-control-prev {
    mix-blend-mode: exclusion;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.popover {
    width: 550px;
    max-width: 550px;
    box-shadow: 0 0.8px 1.3px -9px rgb(0 0 0 / 3%), 0 2px 3.1px -9px rgb(0 0 0 / 4%), 0 3.8px 5.8px -9px rgb(0 0 0 / 5%), 0 6.7px 10.3px -9px rgb(0 0 0 / 6%), 0 12.5px 19.2px -9px rgb(0 0 0 / 8%), 0 30px 46px -9px rgb(0 0 0 / 12%);
}

.donation-popover {
    top: -125px !important;
}

.contact-popover {
    top: -90% !important;
}

/*Banner for category page and product page */
.asksara-guide-banner {
    margin-bottom: 50px;
    transition: all 250ms ease-in-out;
    min-height: 100px;
}

.asksara-guide-banner-title {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.old-lady-dlf-img {
    position: absolute;
    bottom: 0;
    right: 75px;
    max-height: 100%;
}

.down-nib {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 1;
}

.asksara-guide-banner-inner {
    transition: all 250ms ease-in-out;
    margin-top: -20px;
    opacity: 1;
}

.asksara-banner-content-container {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 20px !important;
}

.asksara-guide-banner-inner.closed {
    transition: all 250ms ease-in-out;
    margin-top: -310px;
    opacity: 0;
}

    .asksara-guide-banner-inner.closed ~ .down-nib {
        display: inline-block !important;
    }

    .asksara-guide-banner-inner.closed .up-nib {
        display: none !important;
    }


/*Factsheet sheet*/
.factsheet-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60vh;
    z-index: 1;
    border-top: 1px solid;
}

.tab-pane.d-none.active {
    display: flex !important;
}

#factsheet-tab ul li a.nav-link.active {
    text-decoration: underline !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #06377a;
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #06377a;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding-left: 5px;
}

::-ms-input-placeholder {
    color: #06377a;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding-left: 5px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #06377a;
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
    font-weight: bold;
}

.pop-out {
    box-shadow: 0 0.8px 1.3px -9px rgb(0 0 0 / 3%), 0 2px 3.1px -9px rgb(0 0 0 / 4%), 0 3.8px 5.8px -9px rgb(0 0 0 / 5%), 0 6.7px 10.3px -9px rgb(0 0 0 / 6%), 0 12.5px 19.2px -9px rgb(0 0 0 / 8%), 0 30px 46px -9px rgb(0 0 0 / 12%);
}

.pro-page {
    position: relative;
}

    .pro-page:before {
        content: "";
        position: absolute;
        left: 7.5vw;
        top: 0px;
        height: 200px;
        width: 20%;
        background-color: #06377a;
        background-image: url(https://livingmadeeasy.blob.core.windows.net/dlf-live/file-storage/lme-logo-2024-training-white-horizontal.svg);
        background-size: 60% 75%;
        background-repeat: no-repeat;
        background-position: center center;
    }

.search-active .page-container, .search-active .left-fixed-floated-container, .search-active .right-fixed-floated-container {
    filter: blur(10px);
}

.search-active .sb-back {
    display: block;
}

.yellow-hover:hover {
    color: #fedf33 !important;
}

.sb-back {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0, 0.4);
}

.sb-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #01a8e8;
    padding: 30px 100px;
    width: 60%;
    height: 50%;
    color: white;
    z-index: 100;
}

.sb-input {
    border: none;
    color: white;
    background: none;
    width: calc(100% - (18% + 50px));
    padding: 8px 2px;
}

.sb-close {
    position: absolute;
    top: 30px;
    right: 40px;
    padding: 10px 0px;
}

    .sb-close img {
        margin-left: 6px;
    }

.sb-container form {
    display: block;
    border-bottom: 3px solid white;
    width: 80%;
    margin: 14% auto;
}

.sb-input::-webkit-input-placeholder /* Chrome/Opera/Safari */ {
    color: white !important;
}

.sb-input::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

.sb-input::-ms-input-placeholder { /* Firefox 18- */
    color: white !important;
}

.sb-input:-moz-placeholder {
    color: white !important;
}

.sb-input::placeholder {
    color: white !important;
}

.sb-container button {
    border: none;
    background: none;
    padding: 6px 6px;
    color: white;
    width: 18%;
}

    .sb-container button img {
        width: 16px;
        display: inline-block;
        margin: 0px 6px;
        vertical-align: middle;
    }

input.sb-input[type="search"]::-webkit-search-decoration,
input.sb-input[type="search"]::-webkit-search-cancel-button,
input.sb-input[type="search"]::-webkit-search-results-button,
input.sb-input[type="search"]::-webkit-search-results-decoration {
    background: url('https://livingmadeeasy.blob.core.windows.net/dlf-live/lme/close-cross.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 4px;
}

ul.dashes {
    list-style: none;
    padding-left: 1rem;
}

    ul.dashes li:before {
        content: "-";
        text-indent: -1rem;
        display: inline-block;
    }

.the-product img {
    transition: all 250ms linear;
}

.the-product:hover img {
    transform: scale(1.05);
}

.widget-box {
    bottom: 0px;
    left: 0px;
}

.widget-box-inner {
    overflow: auto;
    box-shadow: -1px 1px 12px 4px rgb(0 0 0 / 29%);
}

.widget-box-inner ul {
    list-style: initial !important;
}

.widget-box-inner-popover {
    width: 75%;
    border-radius: 4px;
}

.comparison-img {
    object-fit: contain;
    height: 250px;
    width: 100%;
    border-radius: 4px;
    background: #dcdcdc6e;
}

.text-uc-first {
    text-transform: lowercase;
}

.text-uc-first:first-letter {
    text-transform: uppercase;
}

.compare-button.hollow {
    color: #fedf33 !important;
    border-color: #fedf33 !important;
    border-style: solid !important;
}

@media screen and (min-width: 1920px) {
    h1, .h1 {
        font-size: 2.604vw;
        line-height: 3.542vw;
    }

    h2, .h2 {
        font-size: 1.771vw;
        line-height: 2.396vw;
    }

    h3, .h3 {
        font-size: 1.250vw;
        line-height: 1.719vw;
    }

    h4, .h4 {
        font-size: 0.833vw;
        line-height: 1.146vw;
    }

    p, div {
        font-size: 0.729vw;
        line-height: 1.146vw;
    }

    h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
        margin-top: 1.563vw;
        margin-bottom: 0.781vw;
    }

    p {
        margin: 0.781vw 0;
    }

    .quoting-text {
        font-size: 1.302vw;
        line-height: 2.604vw;
    }

    .quote-mark {
        font-size: 2.604vw;
    }

    .quote-border {
        border: 0.521vw solid;
    }

    .text-link {
        font-size: 0.833vw;
        line-height: 1.146vw;
    }

    small, .small {
        font-size: 0.625vw;
        line-height: 1.042vw;
    }

        small.super, .small.super {
            font-size: 0.573vw;
            line-height: 0.781vw;
        }

            small.super.duper, .small.super.duper {
                font-size: 0.417vw;
                line-height: 0.625vw;
            }

    .right-fixed-floated-container {
        width: 4.5vw;
    }

    .btt {
        width: 3.125vw;
        height: 3.125vw;
    }

    .raised {
        box-shadow: 0 0.8px 1.3px -9px rgb(0 0 0 / 3%), 0 2px 3.1px -9px rgb(0 0 0 / 4%), 0 3.8px 5.8px -9px rgb(0 0 0 / 5%), 0 6.7px 10.3px -9px rgb(0 0 0 / 6%), 0 12.5px 19.2px -9px rgb(0 0 0 / 8%), 0 30px 46px -9px rgb(0 0 0 / 12%)
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 0.625vw;
        line-height: 1.042vw;
        padding: 0.260vw;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 0.625vw;
        line-height: 1.042vw;
        padding: 0.260vw;
    }

    ::-ms-input-placeholder {
        font-size: 0.625vw;
        line-height: 1.042vw;
        padding: 0.260vw;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 0.625vw;
        line-height: 1.042vw;
        padding: 0.260vw;
    }

    .max-w-800 {
        max-width: 41.667vw;
    }

    .max-w-1000 {
        max-width: 52.083vw;
    }

    .border-thickness-2 {
        border-width: 0.104vw !important;
    }

    .light-box {
        border: 0.104vw solid;
    }
}

@media screen and (max-width: 1600px) {

    .banner-clearance {
        margin-top: 0px;
    }
    
    .pro-page {
        padding-top: 150px !important;
    }

        .pro-page:before {
            width: calc(100% - 15vw);
            height: 150px;
        }
}

@media screen and (max-width: 1124px) {
    .sb-container {
        width: 80%;
    }

        .sb-container form {
            width: 100%;
        }
}

@media screen and (max-width: 900px) {
    .sb-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .asksara-banner-content-container {
        padding: 1.5rem !important;
        padding-top: 0 !important;
    }

    .widget-box-inner-popover {
        width: 100%;
        border-radius: 0px;
        box-shadow: 0px -7px 8px 1px #0000004f;
    }
}

@media (max-width: 640px) {
    .down-nib {
        bottom: -10px;
    }
}

@media (max-width: 560px) {
    .popover {
        max-width: 260px;
    }
}