.container-fluid a.mlkn-button {
    background: #A7948B !important;
    border: 1px solid #A7948B !important;
    color: white !important;
    font-size: 12px;
    font-weight: 600;
}
.container-fluid a.mlkn-button:hover {
    background: white !important;
    color: #A7948B !important;
}

@media (max-width: 1400px) {
    #introduction-wrapper, #enduring-beauty-wrapper, #serene-spaces-wrapper, #floors-that-last-wrapper, #red-list-free-wrapper, #colorline-wrapper,   #visualize-wrapper,  #mpact-wrapper   {
        margin-top: 7.5rem !important;
    }
}
@media (max-width: 991px) {
    #introduction-wrapper, #enduring-beauty-wrapper, #serene-spaces-wrapper, #floors-that-last-wrapper, #red-list-free-wrapper, #colorline-wrapper,   #visualize-wrapper,  #mpact-wrapper   {
        margin-top: 5rem !important;
    }
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
#navbar-circles li a {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#tl-header-wrapper"]::before {
    content: "Tracing Landscapes";
}
#navbar-circles a[href="#mesa-header-wrapper"]::before {
    content: "Mesa";
}
#navbar-circles a[href="#enduring-beauty-wrapper"]::before {
    content: "Enduring Beauty";
}
#navbar-circles a[href="#serene-spaces-wrapper"]::before {
    content: "Serene Spaces";
}
#navbar-circles a[href="#floors-that-last-wrapper"]::before {
    content: "Floors That Last";
}
#navbar-circles a[href="#red-list-free-wrapper"]::before {
    content: "Red List Free";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#gallery-wrapper"]::before {
    content: "Gallery";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#design-wrapper"]::before {
    content: "Design";
}
#navbar-circles a[href="#dlux-wrapper"]::before {
    content: "D/LUX";
}
#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks";
}
#navbar-circles a[href="#leftright-installations-wrapper"]::before {
    content: "Depth of Color";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualizer";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "For HumanKIND";
}



#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}


.cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    z-index: 500;
    width: 50%;
    bottom: 10rem;
    right: 25%;
}
.cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.cycle-pager a.cycle-pager-active {
    opacity: 1 !important;
    background: white;
}
@media (max-width: 767px) {
    .cycle-pager {
        width: 100%;
        right: 0;
    }
    .cycle-pager a {
        margin: 0 10px;
    }
}

/*** HOTSPOTS ***/
.hotspots {
    position: relative;
}
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #616365;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type:not(.hotspot-content p) {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}

/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 10px 20px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 9999;
    left: -155px;
    width: 350px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
#interactive-brochure-anchor:hover {
    background: #C9BAA7;
    border-color: #C9BAA7;
    color: white;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*** The topsection WRAPPER ***/
#mesa-header-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding: 0;
}
/* >> The topsection - image Container */
#mesa-header-wrapper .image-container {
    height: max(750px, 100vh);
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/-/media/cf7fc5e8c9b2446aa0b9c3035c476352.ashx);
    background-size: cover;
    background-position: center;
}

/* >> The topsection image - Text Overlay */
#mesa-header-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 0;
    height: calc((max(750px, 100vh) - 115px));
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#mesa-header-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#mesa-header-wrapper .text-overlay h2 {
    font-size: 90px;  
    letter-spacing: 25px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#mesa-header-wrapper h3 {
    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: 4px;
    color: white;
}
#mesa-header-wrapper h3.below-title {
    margin-top: 2vh;
}
#mesa-header-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#mesa-header-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#mesa-header-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    position: absolute;
    color: white;
    text-align: center;
}
#mesa-header-wrapper .bottom-text p {
    font-size: 18px;
}
#mesa-header-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
#mesa-header-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin: auto;
}
#mesa-header-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> The topsection - Text Container */
#mesa-header-wrapper .container {
    min-height: 25vh;
}
#mesa-header-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#mesa-header-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#mesa-header-wrapper .container .button-wrapper {
    text-align: center;
}
#mesa-header-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#mesa-header-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#mesa-header-wrapper .mobileOnly {
    display: none;
}
#mesa-header-wrapper p {
    margin: 2rem;
}
#mesa-header-wrapper img.redListLogo {
    max-width: 150px;
    margin: 5rem;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #mesa-header-wrapper .text-overlay {
        max-width: 1000px;
    }

}
@media only screen and (max-width: 1200px) {
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #mesa-header-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #mesa-header-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #mesa-header-wrapper .container,
    #mesa-header-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #mesa-header-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #mesa-header-wrapper .container a.mlkn-button,
    #mesa-header-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }

    #mesa-header-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #mesa-header-wrapper .text-overlay {
        width: 100%;
        padding: 10px;
    }
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #mesa-header-wrapper .mobileOnly {
        display: revert;
    }
    #mesa-header-wrapper .desktopOnly {
        display: none;
    }
    #mesa-header-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #mesa-header-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #mesa-header-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #mesa-header-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #mesa-header-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #mesa-header-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The topsection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mesa-header-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #mesa-header-wrapper .container,
    #mesa-header-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #mesa-header-wrapper .container p {
        font-size: 25px;
    }
    #mesa-header-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The topsection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mesa-header-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



#introduction-wrapper {
    padding: 0;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    margin-top: 10rem;
}
#introduction-wrapper h2 {
    font-size: 48px;
    color: #A0877C;
    letter-spacing: 7.2px;
    margin-top: 5rem;
}
#introduction-wrapper p:not(.hotspot-content p) {
    margin: 1rem 0;
    color: #616365;
}
#introduction-wrapper .row, #introduction-wrapper .row > div {
    height: 100%;
}
#introduction-wrapper .leftSide {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    height: 100%;
}
#introduction-wrapper .rightSide {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 6rem;
    width: 466px;
    text-align: left;
    margin: auto;
    padding-top: 0;
}
#introduction-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#introduction-wrapper .rightSide img {
    max-width: 466px;
}
#introduction-wrapper .mobileOnly {
    display: none;
}
#introduction-wrapper a.mlkn-button {
    margin-top: 3rem;
    width: 250px;
}
#introduction-hotspot-1 {
    right: 35%;
    bottom: 10%;
}
@media (max-width: 991px) {
    #introduction-wrapper {
        height: auto;
    }
    #introduction-wrapper h2 {
        font-size: 36px;
        width: 100%;
    }
    #introduction-wrapper .textBox {
        padding: 25px;
        max-width: none;
        position: relative;
        bottom: revert;
        left: revert;
    }
    #introduction-wrapper .rightSide {
        width: auto;
    }
    #introduction-wrapper .rightSide img {
        max-height: 67vh;
    }
}
@media (max-width: 767px) {
    #introduction-wrapper h2 {
        font-size: 30px;
    }
    #introduction-wrapper .desktopOnly {
        display: none;
    }
    #introduction-wrapper .mobileOnly {
        display: block;
    }
}
@media (max-width: 575px) {
    #introduction-wrapper .rightSide {
        padding: 3rem;
    }
}


/*enduring beauty wrapper*/
#enduring-beauty-wrapper {
    padding: 0;
    margin-top: 10rem;
    position: relative;
}
#enduring-beauty-wrapper .coloredBox {
    width: 80px;
    height: 100%;
    background: #3C1605;
    opacity: 0.35;
    position: absolute;
    left: 0;
    bottom: 0;
}
#enduring-beauty-wrapper .textBox {
    position: absolute;
    padding: 5rem;
    max-width: 675px;
    bottom: 10rem;
    left: 100px;
    background: white;
}
#enduring-beauty-wrapper img {
    margin-left: 100px;
    width: calc(100vw - 100px);
    object-fit: cover;
    min-height: 67vh;
}
#enduring-beauty-wrapper h2 {
    font-size: 48px;
    color: #A0877C;
    letter-spacing: 7.2px;
    margin-bottom: 3rem;
}
#enduring-beauty-wrapper .mobileBanner {
    display: none;
    padding: 6rem;
}
#enduring-beauty-wrapper .mobileBanner h2 {
    margin-bottom: 1rem;
}
#enduring-beauty-wrapper .mobileBanner p {
    margin-bottom: 3rem;
}
#enduring-beauty-wrapper p:not(.hotspot-content p) {
    color: #616365;
}
#enduring-beauty-hotspot-1 {
    right: 15%;
    bottom: 10%;
}
@media (max-width: 1400px) {

}
@media (max-width: 991px) {
    #enduring-beauty-wrapper .mobileBanner {
        display: block;
    }
    #enduring-beauty-wrapper .textBox {
        display: none;
    }
    #enduring-beauty-wrapper img {
        margin-left: 0;
        width: 100%;
    }
    #enduring-beauty-wrapper h2 {
        font-size: 36px;
        letter-spacing: 3px;
    }
    #enduring-beauty-wrapper .coloredBox {
        display: none;
    }
}
@media (max-width: 767px) {
    #enduring-beauty-wrapper h2 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    #enduring-beauty-wrapper .mobileBanner {
        padding: 3rem;
    }
}

/*serene spaces wrapper*/
#serene-spaces-wrapper {
    padding: 0;
    margin-top: 10rem;
}
#serene-spaces-wrapper .rightSide {
    padding: 100px 0 100px 100px;
    background: rgba(144, 119, 80, 0.70);
}
#serene-spaces-wrapper .leftSide, #serene-spaces-wrapper .cycle-slideshow, #serene-spaces-wrapper .slide, #serene-spaces-wrapper .slide > div {
    height: 100%;
    width: 100%;
}
#serene-spaces-wrapper h2 {
    font-size: 48px;
    color: white;
    letter-spacing: 7.2px;
    margin-top: 5rem;
}
#serene-spaces-wrapper p:not(.hotspot-content p) {
    color: white;
    max-width: 475px;
    margin-top: 3rem;
}
#serene-spaces-wrapper .cycle-pager {
    bottom: 50px;
}

#serene-spaces-slide-1 > div {
    background: url(/-/media/6d4aabfa953944c4b2606c29b7ce8feb.ashx);
}
#serene-spaces-slide-2 > div {
    background: url(/-/media/39ed7a6b7a0f41b6915868a946359624.ashx);
}
#serene-spaces-slide-3 > div {
    background: url(/-/media/877bef18bfc340ba95a2574a50a36b9f.ashx);
}
#serene-spaces-wrapper .slide > div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#serene-spaces-hotspot-1 {
    left: 20%;
    bottom: 30%;
}
#serene-spaces-hotspot-2 {
    left: 15%;
    bottom: 25%;
}
#serene-spaces-hotspot-3 {
    right: 25%;
    bottom: 20%;
}
#serene-spaces-hotspot-4 {
    left: 35%;
    bottom: 20%;
}
#serene-spaces-hotspot-5 {
    left: 25%;
    bottom: 25%;
}

@media (max-width: 991px) {
    #serene-spaces-wrapper .rightSide img {
        display: none;
    }
    #serene-spaces-wrapper h2 {
        font-size: 36px;
        color: white;
        letter-spacing: 3px;
        margin-top: 3rem;
    }
    #serene-spaces-wrapper p {
        margin-bottom: 3rem;
    }
    #serene-spaces-wrapper .rightSide {
        padding: 1rem 5rem;
    }
    #serene-spaces-wrapper p:not(.hotspot-content p) {
        max-width: none;
    }
    #serene-spaces-wrapper .leftSide, #serene-spaces-wrapper .cycle-slideshow, #serene-spaces-wrapper .slide, #serene-spaces-wrapper .slide > div {
        height: calc(var(--enduringBeautyHeight)*2);
    }
}
@media (max-width: 575px) {
    #serene-spaces-wrapper .rightSide {
        padding: 3rem;
    }
    #serene-spaces-wrapper .leftSide, #serene-spaces-wrapper .cycle-slideshow, #serene-spaces-wrapper .slide, #serene-spaces-wrapper .slide > div {
        height: calc(var(--enduringBeautyHeight)*1.5);
    }
}

/*floors that last wrapper*/
#floors-that-last-wrapper {
    padding: 0;
    margin-top: 10rem;
}
#floors-that-last-wrapper img {
    object-fit: cover;

}
#floors-that-last-wrapper h2 {
    font-size: 48px;
    color: white;
    letter-spacing: 7.2px;
    margin-bottom: 30px;
}
#floors-that-last-wrapper p:not(.hotspot-content p) {
    color: white;
}
#floors-that-last-wrapper .textBox {
    margin-top: -255px;
    position: relative;
    /* width: 700px;
    max-width: 90%; */
}
#floors-that-last-wrapper .horizontalColorBar {
    background: #3C1605;
    opacity: 0.35;
    margin-top: 20px;
    padding: 0;
    height: 80px;
    width: 100%;
}
#floors-that-last-wrapper .mobileBanner {
    display: none;
    padding: 0 6rem 3rem;
}
#floors-that-last-wrapper .mobileBanner h2, #floors-that-last-wrapper .mobileBanner p {
    color: #616365 !important;
}
#floors-that-last-hotspot-1 {
    left: 35%;
    bottom: 40%;
}
#floors-that-last-hotspot-2 {
    right: 30%;
    bottom: 10%;
}
@media (max-width: 991px) {
    #floors-that-last-wrapper h2 { 
        font-size: 36px;
        letter-spacing: 3px;
    }
    #floors-that-last-wrapper .textBox {
        display: none;
    }
    #floors-that-last-wrapper .mobileBanner {
        display: block;
    }
}
@media (max-width: 575px) {
    #floors-that-last-wrapper .mobileBanner {
        padding: 0 3rem 3rem;
    }
}

/*red list free wrapper*/
#red-list-free-wrapper {
    margin-top: 10rem;
    padding: 0;
}
#red-list-free-wrapper .icon {
    max-width: 185px;
}
#red-list-free-wrapper .rightSide {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    height: 100%;
}
#red-list-free-wrapper .leftSide  {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    padding: 0 5rem;
    max-width: 575px;
    text-align: left;
    margin: auto;
}
#red-list-free-wrapper h2 {
    font-size: 48px;
    color: #A0877C;
    letter-spacing: 7.2px;
    margin-top: 5rem;
}
#red-list-free-wrapper p:not(.hotspot-content p) {
    margin: 1rem 0;
}
#red-list-free-wrapper li {
    margin-bottom: 1rem;
}
#red-list-free-wrapper li:last-of-type {
    margin-bottom: 0;
}
#red-list-free-hotspot-1 {
    left: 10%;
    bottom: 10%;
}
@media (max-width: 991px) {
    #red-list-free-wrapper h2 { 
        font-size: 36px;
        letter-spacing: 3px;
    }
    #red-list-free-wrapper .leftSide {
        margin-bottom: 3rem;
        max-width: none;
    }
}
@media (max-width: 575px) {
    #red-list-free-wrapper .leftSide {
        padding: 0 3rem;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    color: white;
    height: fit-content;
    display: flex;
    color: #616365;
    margin-top: 10rem;
    padding: 0;
}
#colorline-wrapper .tinyText {
    font-size: 16px;
    margin-top: 7.5px;
}
#colorline-wrapper .container-fluid {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
/* >> Colorline - Top Content */
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .top-content h2 {
    text-transform: none;
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #A0877C;
}
#colorline-slideshow-controls > div {
    display: flex;
    flex-direction: column;
}
#colorline-slideshow-controls {
    margin: 4rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #616365;
    color: white;
    border: 1px solid #616365;
    font-weight: 600 !important;
}
#colorline-wrapper a.mlkn-button:hover {
    background: white;
    color: #616365;
}
#colorline-wrapper .bottom-content {
    margin: 4vh 0 6vh;
}
#colorline-slideshow-controls span {
    font-size: 36px;
    color: #B5B5B5;
    font-weight: 600 !important;
    letter-spacing: 5px;
}
#colorline-slideshow-controls  span.active {
    color: #616365;
}
/*
#colorline-slideshow-wrapper .cycle-pager a::before {
    color: 999999;
    text-transform: none;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
*/

#colorline-slideshow-controls label::before {
    color: #999999;
    text-transform: none;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-slideshow-controls label.active::before {
    color: white;
}
#colorline-slideshow-controls label:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-controls label:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: #616365;
}
#colorline-wrapper .cycle-pager a::before {
    color: #999999;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-wrapper .cycle-pager a.cycle-pager-active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-wrapper .cycle-slideshow.addHeight {
    height: var(--colorlineHeight);
}
/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 150px;
    left: -60px;
    display: inline-block;
}
#colorline-wrapper .color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    margin-top: 20px;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 2rem;
}
#colorline-mobile img {
    max-width: 375px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}


/* >> Colorline - Media Queries */
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1450px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    /* #colorline-slideshow-controls {
        display: block;  
    } */
    #colorline .color-tile {
        display: inline-block;
        padding: 7px;
    }
    #colorline-wrapper .slide {
        width: 84%;
        margin-left: 8%;
    }
}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        padding: 7px;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}


/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: #fff;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
    position: relative;
    margin-top: 10rem;
    padding: 0;
  }
  #visualize-wrapper .row {
    min-height: fit-content;
    /* -- START IE 11 HACK */
    /* height: 1px; */
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #visualize-wrapper .cycle-pager {
    bottom: 50px;
  }
  #visualize-wrapper .cycle-pager a.cycle-pager-active {
    background: white;
  }
  /* Content */

  #visualize-wrapper .row b:not(.hotspot-content b),
  #visualize-wrapper .row h2,
  #visualize-wrapper .row p:not(.hotspot-content p) {
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visualize-wrapper h2 {
    text-transform: none;  
  }
  #visualize-wrapper img {
    width: 100%;
    min-height: 50vh;
    object-fit: cover;
  }
  #visualize-wrapper .row b:not(.hotspot-content b) {
    font-size: 30px;  
    color: #000;
  }
  #visualize-wrapper .row p:not(.hotspot-content p) {
    color: #616365;
  }
  #visualize-wrapper .row h2 {
    font-size: 48px;  
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#A0877C;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 6vh;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #616365;
    border: 1px solid #616365;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
  }
  #visualize-wrapper a.mlkn-button:not(.noHover):hover {
    border: 1px solid #616365;
    background: #fff;
    color: #616365;
  }
  #visualize-wrapper a.mlkn-button.noHover {
    opacity: .7;
  }
  #visualize-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
  }
  /*hotspots*/
  #visualize-hotspot-1 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-2 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-3 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-4 {
    bottom: 15%;
    left: 50%;
  }
  #visualize-hotspot-5 {
    bottom: 40%;
    right: 25%;
  }
  /* Media Queries */
  @media only screen and (max-width: 1600px) {

    #visualize-wrapper .row h2 {
        font-size: 36px;
    }
  }
  @media only screen and (max-width: 1200px) {
    /* #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    } */
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @media only screen and (max-width: 1099px) {
    #visualize-wrapper h1 {
      font-size: 40px;  
    }
    #visualize-wrapper a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #visualize-wrapper b {
      font-size: 20px;  
    }
    #visualize-wrapper h1 {
      font-size: 35px;  
    }
    #visualize-wrapper a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
    #visualize-wrapper .cycle-pager {
        bottom: 25px;
    }
  }
  @media only screen and (max-width: 850px) {

  }
  @media only screen and (max-width: 767px) {
    #visualize-wrapper .row h2 {
        font-size: 30px;
    }
  

  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  
  #mpact-wrapper {
    padding: 0;
    height: 100vh;
    width: 100vw;
    background: url(/-/media/10756729bd854790ac1660ca2714f7a2.ashx);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    margin-top: 10rem;
}
#mpact-wrapper .leftBox, #mpact-wrapper .rightBox {
    position: absolute;
}
#mpact-wrapper .leftBox {
top: 15rem;
left: 15rem;
} 
#mpact-wrapper .rightBox {
bottom: 15rem;
right: 25rem;
max-width: min(525px, 80%);
text-align: right;
}
#mpact-wrapper img {
    width: 350px;
    margin-right: -18px;
}
#mpact-wrapper p {
    margin: 3rem auto;
}

#mpact-wrapper .rightBox p {
    font-size: 20px;
}
#mpact-wrapper .leftBox p {
    font-size: 68px;
    line-height: normal;
    margin-top: 0;
}
#mpact-wrapper .leftBox p.title {
    font-size: 22px;
    margin-bottom: 0;
}
#mpact-wrapper a.mlkn-button {
    font-weight: 800;
    width: 300px;
    color: black !important;
    border-color: white !important;
    background: white !important;
}
#mpact-wrapper a.mlkn-button:hover {
    background: black !important;
    color: white !important;
    border-color: black !important;
}
@media (max-width: 1200px) {
    #mpact-wrapper .leftBox {
        top: 10rem;
        left: 10rem;
    }
    #mpact-wrapper .rightBox {
        bottom: 10rem;
        /* right: 10rem; */
    }
    #mpact-wrapper img {
        width: 300px;
    }
    #mpact-wrapper .leftBox p {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    #mpact-wrapper .rightBox {
        bottom: 10rem;
        right: 10rem;
    } 
}
@media (max-width: 767px) {
    #mpact-wrapper {
        height: 75vh;
    }
    #mpact-wrapper .leftBox {
        top: 5rem;
        left: 5rem;
    }
    #mpact-wrapper .rightBox {
        right: 5rem;
        bottom: 5rem;
    }
    #mpact-wrapper .leftBox p.title {
        font-size: 20px;
    }
    #mpact-wrapper .leftBox p {
        font-size: 28px;
    }
    #mpact-wrapper .rightBox p {
        font-size: 16px;
    }
    #mpact-wrapper img {
        width: 250px;
        margin-right: -16px;
    }
}

@media (max-width: 991px) {
       
}