   /*** BODY ***/
   body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: 600 !important;
}
#tsbAudio {
    display: none;
}
@media only screen and (max-width: 1200) {
    .hotspot {
        display: none;
    }
}

/*** HEADINGS ***/
h2 {
    font-size: 37px;  
}


/*** 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="#ng-intro-wrapper"]::before {
    content: "Sound of Color";
}
#navbar-circles a[href="#rhythmic-hues-wrapper"]::before {
    content: "Rhythmic Hues";
}
#navbar-circles a[href="#dlux-wrapper"]::before {
    content: "D/LUX";
}
#navbar-circles a[href="#texture-study-wrapper"]::before {
    content: "Texture Study";
}
#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks™";
}
#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: "Sustainability";
}

#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) {
    h2 {
        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;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
    z-index: 999;
}
.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: -50px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content.leftSide {
    left: -210px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
.hotspot-content p {
    color: #000;
    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.leftSide p {
    margin-right: 0;
    margin-left: 30px;
}
.hotspot .hotspot-content p:first-of-type {
    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-content .arrow-left {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    left: 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: 1300px) {
    .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;
    border: 1px solid black;
    border-radius: 0 0 25px 25px;
}
#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 Space between WRAPPER ***/
#ng-intro-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
#ng-intro-wrapper .soundWave {
    position: absolute;
    left: 0;
    max-width: 75%;
}
#ng-intro-wrapper .colorWordmark {
    max-width: 60vw;
}
/* >> The Space Between - Video Container */
#ng-intro-wrapper .video-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;
}
#ng-intro-wrapper .video-container video {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The Space Between Video - Text Overlay */
#ng-intro-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#ng-intro-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#ng-intro-wrapper .text-overlay h2 {
    font-size: 80px;  
    letter-spacing: 5px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#ng-intro-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#ng-intro-wrapper h3.below-title {
    margin-top: 2vh;
}
#ng-intro-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#ng-intro-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#ng-intro-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#ng-intro-wrapper .bottom-text p {
    font-size: 18px;
}
#ng-intro-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The Space Between - Text Container */
#ng-intro-wrapper .container {
    min-height: 25vh;
}
#ng-intro-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;
}
#ng-intro-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#ng-intro-wrapper .container .button-wrapper {
    text-align: center;
}
#ng-intro-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#ng-intro-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#ng-intro-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #ng-intro-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 991px) {
    #ng-intro-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #ng-intro-wrapper .container,
    #ng-intro-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #ng-intro-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #ng-intro-wrapper .container a.mlkn-button,
    #ng-intro-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #ng-intro-wrapper .text-overlay {
        width: 100%;
    }
    #ng-intro-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #ng-intro-wrapper .mobileOnly {
        display: revert;
    }
    #ng-intro-wrapper .desktopOnly {
        display: none;
    }
    #ng-intro-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #ng-intro-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #ng-intro-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #ng-intro-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #ng-intro-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #ng-intro-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #ng-intro-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #ng-intro-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The Space Between - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #ng-intro-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #ng-intro-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #ng-intro-wrapper .container,
    #ng-intro-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #ng-intro-wrapper .container p {
        font-size: 25px;
    }
    #ng-intro-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The Space Between - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #ng-intro-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/*** The dtbo WRAPPER ***/
#dtbo-wrapper {
    min-height: 90vh;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient( to bottom, #fff , #fff 25%, #DCE6CB 25%);
    background-size: 100% 80%;
    background-repeat: no-repeat;
}
#dtbo-wrapper .text-container {
    bottom: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
}
#dtbo-wrapper .row {
    z-index: 99;
}
#dtbo-wrapper .dtboSide {
    text-align: center;
    align-items: center;
    border-right: 1px solid white;
    margin-right: 2rem;
}
#dtbo-wrapper .dtboSide p {
    font-weight: 700 !important;
    font-size: 22px;
    color: white;
    margin: 0;
    letter-spacing: 3px;
}
#dtbo-wrapper .textSide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-left: 4%; */
}
#dtbo-wrapper .textSide h3 {
    font-size: 36px;
    font-weight: bold !important;
    color: white;
}
#dtbo-wrapper .textSide p {
    color: white;
}
#dtbo-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid white;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#dtbo-wrapper a.mlkn-button:hover {
    background: #fff;
    color: black;
}
/* >> The dtbo - Video Container */
#dtbo-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;
}
#dtbo-wrapper .image-container img {
    width: 80%;
    /* height: max(750px, 100vh); */
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    /* position: absolute;
    top: 0;
    left: 0; */
    margin: 5% auto;
}
/* >> The dtbo Video - Text Overlay */
#dtbo-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#dtbo-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#dtbo-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#dtbo-wrapper h2 {
    font-size: 50px;
    font-weight: bold !important;
    letter-spacing: 3px;
    color: white;
}
#dtbo-wrapper h2.below-title {
    margin-top: 2vh;
}
#dtbo-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#dtbo-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#dtbo-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #dtbo-wrapper .bottom-text p {
    font-size: 18px;
} */
#dtbo-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The dtbo - Text Container */
#dtbo-wrapper .container {
    min-height: 25vh;
}
#dtbo-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;
}
#dtbo-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#dtbo-wrapper .container .button-wrapper {
    text-align: center;
}
#dtbo-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#dtbo-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#dtbo-wrapper .mobileOnly {
    display: none;
    background: white;
    padding-top: 5rem;
}
#dtbo-wrapper .mobileOnly h2, #dtbo-wrapper .mobileOnly h3, #dtbo-wrapper .mobileOnly p {
    color: #616365;
}
#dtbo-wrapper .mobileOnly a.mlkn-button {
background: white;
color: #616365;
border: 1px solid #616365;
}
#dtbo-wrapper .mobileOnly a.mlkn-button:hover {
    color: white;
    background: #616365;
}
/*hotspots*/
#dtbo-hotspot-1 {
    bottom: 30%;
    left: 30%;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #dtbo-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1300px) {
    #dtbo-wrapper .textSide {
        margin-left: 0;
        max-width: 70vw;
    }
    #dtbo-wrapper .textSide h3 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 1200px) {
    #dtbo-wrapper .dtboSide {
        text-align: left;
        align-items: left;
        border-right: none;
        margin-bottom: 2vh;
    }
    #dtbo-wrapper a.mlkn-button {
        margin: 2rem 0;
    }
    #printworks-slide-3 {
        background-position-x: 90% !important;
    }
}
@media only screen and (max-width: 991px) {
    #dtbo-wrapper .textSide h3 {
        font-size: 30px;
    }
    #dtbo-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #dtbo-wrapper .container,
    #dtbo-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #dtbo-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #dtbo-wrapper .container a.mlkn-button,
    #dtbo-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }


    #dtbo-wrapper .desktopOnly {
        display: none;
    }
    #dtbo-wrapper .mobileOnly {
        display: revert;
        width: 80%;
        margin-left: 10%;
        margin-bottom: 5%;
        padding-bottom: 5%;
        position: relative;
    }
    #dtbo-wrapper .image-container img {
        object-position: right;
    }
}
@media only screen and (max-width: 767px) {
    #dtbo-wrapper {
        margin-top: 5%;
    }
    #dtbo-wrapper .text-overlay {
        width: 100%;
    }
    #dtbo-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #dtbo-wrapper .mobileOnly {
        display: revert;
    }
    #dtbo-wrapper .desktopOnly {
        display: none;
    }
    #dtbo-wrapper h2 {
        font-size: 30px;
    }
  
}
@media only screen and (max-width: 600px) {
    #dtbo-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #dtbo-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #dtbo-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #dtbo-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #dtbo-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #dtbo-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
   
}
/* >> The dtbo - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #dtbo-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #dtbo-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #dtbo-wrapper .container,
    #dtbo-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #dtbo-wrapper .container p {
        font-size: 25px;
    }
    #dtbo-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The dtbo - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #dtbo-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/*** The roots WRAPPER ***/
#roots-wrapper {
    /* min-height: 90vh; */
    position: relative;
    /*background: #474647;
    padding-left: 0;
    padding-right: 0; */
}
#roots-wrapper .leftImage {
    z-index: 97;
}
#roots-wrapper .rightImage {
    z-index: 100;
}
#roots-wrapper .text-container {
    /* height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}
#roots-wrapper .row {
    z-index: 99;
}
#roots-wrapper .pullRight {
    text-align: right;
}
#roots-wrapper .rootsSide {
    text-align: center;
    align-items: center;
    border-right: 1px solid white;
    margin-right: 2rem;
}
#roots-wrapper .rootsSide p {
    font-weight: 700 !important;
    font-size: 22px;
    color: white;
    margin: 0;
    letter-spacing: 3px;
}
#roots-wrapper .textSide {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4%; */
}
#roots-wrapper h3 {
    font-size: 36px;
    font-weight: bold !important;
    color: white;
}
#roots-wrapper p:not(.hotspot p) {
    color: white;
    margin-top: 2rem;
    max-width: 475px;
}
#roots-wrapper .tuckedBanner {
    background: #C9BAA7;
    padding: 12rem 3rem;
    z-index: 99;
    margin-bottom: 5%;
    margin-top: -13%;
    position: relative;
}
#roots-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid white;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#roots-wrapper a.mlkn-button:hover {
    background: #fff;
    color: black;
}
/* >> The roots - Video Container */
#roots-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; */
}
#roots-wrapper .image-container img {
    position: relative;
    width: 95%;
}
/* >> The roots Video - Text Overlay */
#roots-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    /* top: max(263px, 35vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#roots-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#roots-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#roots-wrapper h2 {
    font-size: 36px;
    font-weight: bold !important;
    letter-spacing: 3px;
    color: white;
}
#roots-wrapper h2.below-title {
    margin-top: 2vh;
}
#roots-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#roots-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#roots-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #roots-wrapper .bottom-text p {
    font-size: 18px;
} */
#roots-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The roots - Text Container */
#roots-wrapper .container {
    min-height: 25vh;
}
#roots-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;
}
#roots-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#roots-wrapper .container .button-wrapper {
    text-align: center;
}
#roots-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#roots-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#roots-wrapper .mobileOnly {
    display: none;
    background: white;
    padding-top: 5rem;
}
#roots-wrapper .mobileOnly h2, #roots-wrapper .mobileOnly h3, #roots-wrapper .mobileOnly p {
    color: #616365;
}
#roots-wrapper .mobileOnly a.mlkn-button {
background: white;
color: #616365;
border: 1px solid #616365;
}
#roots-wrapper .mobileOnly a.mlkn-button:hover {
    color: white;
    background: #616365;
}
/*hotspots*/
#roots-hotspot-1 {
    top: 40%;
    left: 25%;
}
#roots-hotspot-2 {
    right: 25%;
    top: 40%;
}
#roots-hotspot-3 {
    right: 0;
    bottom: 0;
    translate: -31vw -26vh;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #roots-wrapper .text-overlay {
        max-width: 1000px;
    }
    #roots-hotspot-3 {
    translate: -31vw -42vh;

    }
}
@media only screen and (max-width: 1300px) {
    #roots-wrapper .textSide {
        margin-left: 0;
        max-width: 70vw;
    }
    #roots-wrapper .textSide h3 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 1200px) {
    #roots-wrapper .rootsSide {
        text-align: left;
        align-items: left;
        border-right: none;
        margin-bottom: 2vh;
    }
    #roots-wrapper a.mlkn-button {
        margin: 2rem 0;
    }
    #roots-wrapper .leftImage {
        display: none;
    }
    #roots-wrapper .tuckedBanner {
        z-index: 101;
    }

}
@media only screen and (max-width: 991px) {
    #roots-wrapper .textSide h3 {
        font-size: 30px;
    }
    #roots-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #roots-wrapper .container,
    #roots-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #roots-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #roots-wrapper .container a.mlkn-button,
    #roots-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #roots-wrapper .text-overlay {
        width: 100%;
    }
    #roots-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #roots-wrapper .mobileOnly {
        display: revert;
    }
    #roots-wrapper .desktopOnly {
        display: none;
    }
    #roots-wrapper h2 {
        font-size: 30px;
    }
    #roots-wrapper .desktopOnly {
        display: none;
    }
    #roots-wrapper .mobileOnly {
        display: revert;
    }
    #roots-wrapper .image-container img {
        object-position: right;
    }
    #roots-wrapper .mobileOnly.leftImage {
        width: 80%;
        position: relative;
        z-index: 999;
        margin-bottom: -5%;
    }
    #roots-wrapper .mobileOnly.rightImage {
        width: 90%;
        margin-left: 10%;
        z-index: 9;
        position: relative;
        padding-top: 0;
        margin-top: -20%;
        margin-bottom: 10%;
    }
    #roots-wrapper {
        padding: 0;
    }
}
@media only screen and (max-width: 600px) {
    #roots-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #roots-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #roots-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #roots-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #roots-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #roots-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
   
}
/* >> The roots - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #roots-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #roots-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #roots-wrapper .container,
    #roots-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #roots-wrapper .container p {
        font-size: 25px;
    }
    #roots-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The roots - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #roots-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



/*** The growth WRAPPER ***/
#growth-wrapper {
    min-height: 90vh;
    position: relative;
    background: white;
    padding-left: 0;
    padding-right: 0;
}
#growth-wrapper .cycle-slideshow, #growth-wrapper .cycle-slideshow .slide {
    min-height: 90vh;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* >> benefits - Pager */
#growth-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: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: min(-10rem, -75px);
    z-index: 500;
    width: 50%;
    margin-left: 40%;
}
#growth-wrapper .cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
#growth-wrapper .cycle-pager a.cycle-pager-active {
    background: #fff;  
}
/* >> The growth - Video Container */
#growth-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;
}
#growth-wrapper .image-container img {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
#growth-wrapper .cycle-slideshow .slide .textRow {
    position: absolute;
    bottom: 15%;
}
/* >> The growth Video - Text Overlay */
#growth-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    /* max-width: 1100px; */
    width: 100%;
    display: flex;
    justify-content: center;
}
#growth-wrapper .text-overlay > div {
    max-width: 1100px;
}
#growth-wrapper  > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#growth-wrapper h2 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#growth-wrapper h2 {
    font-size: 36px;
    font-weight: 700 !important;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 1rem;
}
#growth-wrapper .textRow {
    background: linear-gradient(to right, #fff 15%, #C9BAA7 15%, #c9baa7 85%, #fff 85%);
    padding: 6rem;
}
#growth-wrapper sup {
    top: -0.5rem;
}

#growth-wrapper p:not(.hotspots p) {
    line-height: 2.5rem;
    color: white;
}
#growth-wrapper h3.below-title {
    margin-top: 2vh;
}
#growth-wrapper span {
    font-size: 25px;
    letter-spacing: 3px;
}
#growth-wrapper p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#growth-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #growth-wrapper .bottom-text p {
    font-size: 18px;
} */
#growth-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The growth - Text Container */
#growth-wrapper .container {
    min-height: 25vh;
}
#growth-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;
}
#growth-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#growth-wrapper .container .button-wrapper {
    text-align: center;
}
#growth-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#growth-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#growth-wrapper .mobileOnly {
    display: none;
    padding: 5rem 0;
    background: #eee;
}
#growth-wrapper .mobileOnly h2, #growth-wrapper .mobileOnly p {
    color: #616365 !important;
}
#growth-slide-1 {
    background: url(/-/media/3acbb3262083471ba0a55171f964834d.ashx);
    background-position-y: center;
}
#growth-slide-2 {
    background: url(/-/media/5ce0ff541804422095759e2e4a9df980.ashx);
    background-position-y: bottom;
    background-position-x: 20%;
}
#growth-slide-3 {
    background: url(/-/media/042b69772e1b4b8ab5a6c1095aff86c4.ashx);
    background-position-y: bottom;
    background-position-x: 90%;
}
#growth-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--tsLeft);
    display: none;
}
#growth-slideshow-controls button {
    border-radius: 0;
    border: 2px solid white;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: white;
}
#growth-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#growth-slideshow-controls button:focus {
    outline: none;
}
#growth-wrapper .mobileOnly {
    display: none;
}
/*hotspots*/
#growth-hotspot-1 {
    bottom: 42%;
    left: 48%;
}
#growth-hotspot-2 {
    bottom: 21%;
    left: 32%;
}
#growth-hotspot-3 {
    bottom: 20%;
    right: 15%;
}
#growth-hotspot-4 {
    top: 45%;
    left: 25%;
}
#growth-hotspot-5 {
    bottom: 30%;
    left: 25%;
}
#growth-hotspot-6 {
    bottom: 25%;
    right: 43%;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #growth-wrapper .text-overlay {
        max-width: 1000px;
    }
    #growth-wrapper, #growth-wrapper .cycle-slideshow, #growth-wrapper .cycle-slideshow .slide {
        min-height: 80vh;
    }
}
@media only screen and (max-width: 1400px) {
    #growth-wrapper, #growth-wrapper .cycle-slideshow, #growth-wrapper .cycle-slideshow .slide {
        min-height: revert;
        height: var(--pwHeight);
    }
    #growth-wrapper .cycle-pager {
        margin-left: 25%;
        bottom: 5rem;
    }
}
@media only screen and (max-width: 1200px) {
    #growth-wrapper .textRow {
        background: linear-gradient(to right, #fff 0%, #C9BAA7 0%, #c9baa7 93%, #fff 93%);
    }
}
@media only screen and (max-width: 991px) {
    #growth-wrapper {
        height: auto;
    }
    #growth-wrapper .container,
    #growth-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #growth-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #growth-wrapper .container a.mlkn-button,
    #growth-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #growth-wrapper .cycle-pager {
        display: none;
    }
    #growth-slideshow-controls {
        display: revert;
    }
    #growth-wrapper .cycle-slideshow .slide .textRow {
        bottom: 40%;
    }
    #growth-slideshow-controls {
        bottom: 30rem;
        }
       
}
@media only screen and (max-width: 767px) {
    /* #growth-slideshow-controls button {
        border-color: #616365;
        color: #616365;
    } */
    #growth-wrapper .text-overlay {
        width: 100%;
    }
    #growth-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #growth-wrapper .desktopOnly {
        display: none;
    }
    #growth-wrapper h3 {
        font-size: 20px;
    }
#growth-wrapper .mobileOnly {
 display: revert;
}
#growth-wrapper .slide .textRow {
    display: none;
}

#growth-wrapper {
    min-height: revert;
}
#growth-wrapper .cycle-slideshow, #growth-wrapper .cycle-slideshow .slide {
    min-height: 40vh;
    background-size: cover;
}
#growth-slide-1, #growth-slide-2, #growth-slide-3 {
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#growth-wrapper .mobileOnly {
    padding: 2rem 0;
}
/* #growth-slideshow-controls {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-top: 2rem;
    position: revert;
    background: #eee;
} */
#growth-wrapper .textRow {
    padding: 3rem;
}
}
@media only screen and (max-width: 600px) {
    #growth-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #growth-wrapper .text-overlay span {
        font-size: 20px;
    }
    #growth-wrapper .cycle-slideshow, #growth-wrapper .cycle-slideshow .slide {
        min-height: 35vh;
    }
    #growth-slideshow-controls {
        bottom: revert;
        top: 20rem;
        }
}
@media only screen and (max-width: 500px) {
    #growth-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #growth-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #growth-wrapper .text-overlay h2 {
        font-size: 36px;
    }
    #growth-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #growth-wrapper h3 {
        font-size: 18px;
    }
    #growth-slideshow-controls {
        top: 17rem;
    }
}
/* >> The growth - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #growth-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #growth-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #growth-wrapper .container,
    #growth-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #growth-wrapper .container p {
        font-size: 25px;
    }
    #growth-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The growth - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #growth-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



/*** The new-printworks WRAPPER ***/
#new-printworks-wrapper {
    /* min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0; */
    margin-top: 5%;
    position: relative;
}
#new-printworks-wrapper .text-container {
    /* height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}
#new-printworks-wrapper .leftImage {
    width: 90%;
}
#new-printworks-wrapper .rightImage {
    width: 100%;
}

#new-printworks-wrapper .row {
    z-index: 99;
}
#new-printworks-wrapper .new-printworksSide {
    text-align: center;
    align-items: center;
    border-right: 1px solid white;
    margin-right: 2rem;
}
#new-printworks-wrapper .new-printworksSide p {
    font-weight: 700 !important;
    font-size: 22px;
    color: white;
    margin: 0;
    letter-spacing: 3px;
}
#new-printworks-wrapper .textSide {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4%; */
}
#new-printworks-wrapper .textSide h3 {
    font-size: 36px;
    font-weight: bold !important;
    color: white;
}
#new-printworks-wrapper .textSide p {
    color: white;
}
#new-printworks-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid white;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#new-printworks-wrapper a.mlkn-button:hover {
    background: #fff;
    color: black;
}
/* >> The new-printworks - Video Container */
#new-printworks-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; */
}
#new-printworks-wrapper .image-container img {

}
/* >> The new-printworks Video - Text Overlay */
#new-printworks-wrapper .text-overlay {
    color: #60615E;
    position: absolute;
    /* top: max(263px, 35vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#new-printworks-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#new-printworks-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#new-printworks-wrapper h2 {
    font-size: 50px;
    font-weight: bold !important;
    letter-spacing: 3px;
    color: #60615E;
}
#new-printworks-wrapper p {
    color: #60615E;
}
#new-printworks-wrapper h2.below-title {
    margin-top: 2vh;
}
#new-printworks-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#new-printworks-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#new-printworks-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #new-printworks-wrapper .bottom-text p {
    font-size: 18px;
} */
#new-printworks-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The new-printworks - Text Container */
#new-printworks-wrapper .container {
    min-height: 25vh;
}
#new-printworks-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;
}
#new-printworks-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#new-printworks-wrapper .container .button-wrapper {
    text-align: center;
}
#new-printworks-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#new-printworks-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#new-printworks-wrapper .mobileOnly {
    display: none;
    background: white;
    padding-top: 5rem;
}
#new-printworks-wrapper .mobileOnly h2, #new-printworks-wrapper .mobileOnly h3, #new-printworks-wrapper .mobileOnly p {
    color: #616365;
}
#new-printworks-wrapper .mobileOnly a.mlkn-button {
background: white;
color: #616365;
border: 1px solid #616365;
}
#new-printworks-wrapper .mobileOnly a.mlkn-button:hover {
    color: white;
    background: #616365;
}
#new-printworks-wrapper .tuckedBanner {
    background: linear-gradient(to right, #DCE6CB 70%, #fff 70%);
    position: relative;
}
#new-printworks-wrapper .tuckedBanner > div {
    width: 600px;
    position: absolute;
    top: 8%;
    padding-left: 10%;
}
#new-printworks-wrapper .rightImage {
    position: absolute;
    bottom: 10%;
    padding-left: 10%;
}
/*hotspots*/
#new-printworks-hotspot-1 {
    bottom: 40%;
    left: 20%;
}
#new-printworks-hotspot-2 {
    bottom: 30%;
    right: 30%;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #new-printworks-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1500px) {
    #new-printworks-wrapper .rightImage {
        width: 90%;
        right: 0;
    }
}
@media only screen and (max-width: 1400px) {
    #new-printworks-wrapper {
        margin-top: var(--growthOffsetHeight);
    }
    #new-printworks-wrapper .tuckedBanner > div {
        width: 80%;
    }
    #new-printworks-wrapper .tuckedBanner {
        background: linear-gradient(to right, #DCE6CB 90%, #fff 90%);
    }
}
@media only screen and (max-width: 1300px) {
    #new-printworks-wrapper .textSide {
        margin-left: 0;
        max-width: 70vw;
    }
    #new-printworks-wrapper .textSide h3 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 1200px) {
    #new-printworks-wrapper .new-printworksSide {
        text-align: left;
        align-items: left;
        border-right: none;
        margin-bottom: 2vh;
    }
    #new-printworks-wrapper a.mlkn-button {
        margin: 2rem 0;
    }
    #new-printworks-wrapper .rightImage {
        display: none;
    }
    #new-printworks-wrapper .tuckedBanner {
        background: linear-gradient(to right, #DCE6CB 90%, #fff 90%);
    }
}
@media only screen and (max-width: 991px) {
    #new-printworks-wrapper {
        margin-top: 5%;
    }
    #new-printworks-wrapper .textSide h3 {
        font-size: 30px;
    }
    #new-printworks-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #new-printworks-wrapper .container,
    #new-printworks-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #new-printworks-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #new-printworks-wrapper .container a.mlkn-button,
    #new-printworks-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #new-printworks-wrapper .tuckedBanner {
        position: absolute;
        bottom: 5rem;
        right: 5rem;
        height: 50%;
    }



    #new-printworks-wrapper .tuckedBanner {
        width: 150%;
        background: linear-gradient(to right, #DCE6CB 99%, #fff 99%);
        left: 0;
        height: 70%;
    }
    #new-printworks-wrapper .tuckedBanner > div {
        width: 80%;
        top: revert;
        bottom: 10%;
    }

    #new-printworks-wrapper {
        padding: 0;
        height: var(--pwMobileHeight);
        margin-top: 5rem;
    }
    #new-printworks-wrapper .leftImage {
        position: relative;
        z-index: 999;
    }
}
@media only screen and (max-width: 767px) {
    #new-printworks-wrapper .text-overlay {
        width: 100%;
    }
    #new-printworks-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #new-printworks-wrapper .mobileOnly {
        display: revert;
    }
    #new-printworks-wrapper .desktopOnly {
        display: none;
    }
    #new-printworks-wrapper h2 {
        font-size: 36px;
    }
    #new-printworks-wrapper .desktopOnly {
        display: none;
    }
    #new-printworks-wrapper .mobileOnly {
        display: revert;
    }
    #new-printworks-wrapper .image-container img {
        object-position: right;
    }

}
@media only screen and (max-width: 600px) {
    #new-printworks-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #new-printworks-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #new-printworks-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #new-printworks-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #new-printworks-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #new-printworks-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #new-printworks-wrapper .tuckedBanner {
        height: 60%
    }
}
/* >> The new-printworks - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #new-printworks-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #new-printworks-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #new-printworks-wrapper .container,
    #new-printworks-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #new-printworks-wrapper .container p {
        font-size: 25px;
    }
    #new-printworks-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The new-printworks - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #new-printworks-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}




/*** The capsule WRAPPER ***/
#capsule-wrapper {
    min-height: 90vh;
    position: relative;
    background: white;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10rem;
}
#capsule-wrapper .cycle-slideshow, #capsule-wrapper .cycle-slideshow .slide {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/* >> benefits - Pager */
#capsule-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: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: max(8vh, 75px);
    z-index: 9999;
    width: 50%;
    margin-left: 45%;
}
#capsule-wrapper .cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
#capsule-wrapper .cycle-pager a.cycle-pager-active {
    background: #fff;  
}
/* >> The capsule - Video Container */
#capsule-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;
}
#capsule-wrapper .image-container img {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
#capsule-wrapper .cycle-slideshow .slide .textRow {
    position: absolute;
    bottom: 15%;
}
/* >> The capsule Video - Text Overlay */
#capsule-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    /* max-width: 1100px; */
    width: 100%;
    display: flex;
    justify-content: center;
}
#capsule-wrapper .text-overlay > div {
    max-width: 1100px;
}
#capsule-wrapper  > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#capsule-wrapper h2 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#capsule-wrapper h2 {
    font-size: 36px;
    font-weight: 700 !important;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 1rem;
}
#capsule-wrapper .textRow {
    padding: 3rem;
    margin-top: -20%;
    z-index: 999;
    position: relative;
}
#capsule-wrapper sup {
    top: -0.5rem;
}

#capsule-wrapper p:not(.hotspots p) {
    line-height: 2.5rem;
    color: white;
}
#capsule-wrapper h3.below-title {
    margin-top: 2vh;
}
#capsule-wrapper span {
    font-size: 25px;
    letter-spacing: 3px;
}
#capsule-wrapper p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#capsule-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #capsule-wrapper .bottom-text p {
    font-size: 18px;
} */
#capsule-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The capsule - Text Container */
#capsule-wrapper .container {
    min-height: 25vh;
}
#capsule-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;
}
#capsule-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#capsule-wrapper .container .button-wrapper {
    text-align: center;
}
#capsule-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#capsule-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#capsule-wrapper .mobileOnly {
    display: none;
    padding: 5rem 0;
    background: #eee;
}
#capsule-wrapper .mobileOnly h2, #capsule-wrapper .mobileOnly p {
    color: #616365 !important;
}
#capsule-slide-1 {
    background: #fff;/*linear-gradient(to bottom, #C9BAA7, #C9BAA7 80%, #fff 80%);*/
    /* background: url(/-/media/3acbb3262083471ba0a55171f964834d.ashx);
    background-position-y: center; */
}
#capsule-slide-1 img {
    padding: 10rem;
    width: 100%;
}
#capsule-slide-2 {
    background: #fff;/*linear-gradient(to bottom, #C9BAA7, #C9BAA7 80%, #fff 80%);*/
    /* background: url(/-/media/5ce0ff541804422095759e2e4a9df980.ashx);
    background-position-y: bottom;
    background-position-x: 20%; */
}
.capsule-color {
    background: #C9BAA7;
    position: absolute;
    width: 90%;
    height: 70vh;
    left: 5%;
}
#capsule-slide-2 img {
    padding: 10rem;
    width: 100%;
}
#capsule-slide-3 {
    background: url(/-/media/042b69772e1b4b8ab5a6c1095aff86c4.ashx);
    background-position-y: bottom;
    background-position-x: 90%;
}
#capsule-slide-3 img {
    padding: 10rem;
    width: 100%;
}
#capsule-wrapper .image-container {
    text-align: center;
}
#capsule-slideshow-controls {
    position: absolute;
    bottom: 5vh;
    z-index: 999;
    left: var(--tsLeft);
    display: none;
}
#capsule-slideshow-controls button {
    border-radius: 0;
    border: 2px solid white;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: white;
}
#capsule-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#capsule-slideshow-controls button:focus {
    outline: none;
}
#capsule-wrapper .mobileOnly {
    display: none;
}
/*hotspots*/
#capsule-hotspot-1 {
    bottom: 40%;
    left: 34%;
}
#capsule-hotspot-2 {
    bottom: 40%;
    right: 35%;
}
#capsule-hotspot-3 {
    bottom: 40%;
    left: 34%;
}
#capsule-hotspot-4 {
    bottom: 40%;
    right: 40%;
}
/* >> Modular Landscapes - Media Queries */
@media (max-width: 1700px) {
    #capsule-wrapper .textRow {
        margin-top: -25%;
    }
    #capsule-hotspot-1, #capsule-hotspot-2, #capsule-hotspot-3, #capsule-hotspot-4 {
        bottom: 45%;
    }
    #new-printworks-wrapper .tuckedBanner {
        background: linear-gradient(to right, #DCE6CB 90%, #fff 90%);
    }
}
@media only screen and (max-width: 1600px) {
    #capsule-wrapper .text-overlay {
        max-width: 1000px;
    }
    #capsule-wrapper, #capsule-wrapper .cycle-slideshow, #capsule-wrapper .cycle-slideshow .slide {
        min-height: 80vh;
    }
}
@media only screen and (max-width: 1400px) {
    #capsule-wrapper, #capsule-wrapper .cycle-slideshow, #capsule-wrapper .cycle-slideshow .slide {
        min-height: revert;
        /* height: var(--pwHeight); */
        height: auto;
    }
    #capsule-wrapper .textRow {
        margin-top: -20%;
    }
    #capsule-hotspot-1, #capsule-hotspot-3 {
        bottom: 40%;
    }
    #capsule-slide-1 img, #capsule-slide-2 img {
        padding: 5rem;
    }
    #capsule-wrapper .rightImage {
        display: none;
    }
    #capsule-hotspot-4 {
        display: none;
    }
    #capsule-wrapper .image-container img {
        position: relative;
        height: 100%;
    }
    #capsule-wrapper .textRow {
        position: absolute;
        margin-top: 0;
        bottom: 10%;
    }
}
@media (max-width: 1300px) {
    #capsule-wrapper .cycle-pager {
        /* bottom: 0; */
        margin-left: 35%;
    }
}
@media only screen and (max-width: 991px) {
    #capsule-wrapper {
        height: auto;
        margin-top: 3rem;
    }
    #capsule-wrapper .container,
    #capsule-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #capsule-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #capsule-wrapper .container a.mlkn-button,
    #capsule-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #capsule-wrapper .cycle-pager {
        display: none;
    }
    #capsule-slideshow-controls {
        display: revert;
    }
    #capsule-wrapper .cycle-slideshow .slide .textRow {
        bottom: 40%;
    }
    #capsule-wrapper .textRow {
        margin-top: 0;
    }
    #capsule-slide-1 img, #capsule-slide-2 img {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    #capsule-wrapper {
        margin-top: 0;
    }
    #capsule-wrapper .text-overlay {
        width: 100%;
    }
    #capsule-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #capsule-wrapper .desktopOnly {
        display: none;
    }
    #capsule-wrapper h3 {
        font-size: 20px;
    }
#capsule-wrapper .mobileOnly {
 display: revert;
}
#capsule-wrapper .slide .textRow {
    display: none;
}
#capsule-wrapper {
    min-height: revert;
}
#capsule-wrapper .cycle-slideshow, #capsule-wrapper .cycle-slideshow .slide {
    min-height: 40vh;
}
#capsule-slide-1, #capsule-slide-2, #capsule-slide-3 {
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#capsule-wrapper .mobileOnly {
    padding: 2rem 0;
}
#capsule-wrapper .image-container {
    height: max(750px, 75vh);
}
#capsule-wrapper .image-container img {
    height: 95%;
    margin-top: 5%;
}
#capsule-wrapper .textRow {
    left: 5%;
}
#capsule-wrapper .textRow {
    bottom: 15%;
}
.capsule-color {
    width: 95%;
    left: 0;
}
}
@media only screen and (max-width: 600px) {
    #capsule-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #capsule-wrapper .text-overlay span {
        font-size: 20px;
    }
    #capsule-wrapper .cycle-slideshow, #capsule-wrapper .cycle-slideshow .slide {
        min-height: 35vh;
    }
}
@media only screen and (max-width: 500px) {
    #capsule-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #capsule-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #capsule-wrapper .text-overlay h2 {
        font-size: 36px;
    }
    #capsule-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #capsule-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The capsule - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #capsule-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #capsule-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #capsule-wrapper .container,
    #capsule-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #capsule-wrapper .container p {
        font-size: 25px;
    }
    #capsule-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The capsule - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #capsule-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}

/*** rhythmic-hues ***/
#rhythmic-hues-wrapper {
    position: relative;
    padding: 0;
}
#rhythmic-hues-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}

/* >> rhythmic-hues - Slideshow */
#rhythmic-hues-wrapper  {
    width: 100%;  
}
#rhythmic-hues-wrapper  {
    width: inherit;
    height: inherit;
}
#rhythmic-hues-wrapper  > div {
    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;
}
/* >> rhythmic-hues - Slide Content */
#rhythmic-hues-wrapper  .left-content {
    min-height: 100vh;
}
#rhythmic-hues-wrapper  .right-content {
    height: var(--rhHeight);
}

#rhythmic-hues-wrapper  .right-content {
    background-repeat: no-repeat;
    background-color: transparent;
    width: 60vw;
    background-image: url(/-/media/2ccd7959ead04e9b81426be2f996ab33.ashx);
    background-size: cover;
    background-position-y: bottom;
    margin-top: 7.5vh;
    margin-bottom: 7.5vh;
}
#rhythmic-hues-wrapper  .left-content {
    background: #fff;
    width: 40vw;
    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; 
}
#rhythmic-hues-wrapper  .left-content > div {
    max-width: 525px;
    margin: auto;
    margin-right: 5%;
}
#rhythmic-hues-wrapper  .left-content h2 {
    color: #616365;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
}
#rhythmic-hues-wrapper   .left-content h3 {
    color: #616365;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#rhythmic-hues-wrapper  .left-content p {
    /* font-size: 18px; */
    color: #616365;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 20px;
}
#rhythmic-hues-wrapper  .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#rhythmic-hues-wrapper  .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: black;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: 600 !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#rhythmic-hues-wrapper  .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
#rhythmic-hues-wrapper .mobileOnly {
    display: none;
}
/*hotspots*/
#rhythmic-hues-hotspot-1 {
    bottom: 14%;
    margin-left: 4%;
}
#rhythmic-hues-hotspot-2 {
    bottom: 20%;
    right: 20%;
}
/* >> rhythmic-hues - Slideshow Controls */
#rhythmic-hues-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--rhLeft);
    z-index: 100;
}
#rhythmic-hues-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#rhythmic-hues-controls button:last-of-type {
    margin-left: 30px;  
}
#rhythmic-hues-controls button:focus {
    outline: none;
}
/* >> rhythmic-hues - Media Queries */
/* >> rhythmic-hues - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #rhythmic-hues-wrapper  .left-content > div {
        max-width: 700px;
    }
    #rhythmic-hues-wrapper  .left-content p {
        font-size: 25px;
    }
    #rhythmic-hues-wrapper  .left-content a.mlkn-button {
        font-size: 20px;
    }
    #rhythmic-hues-controls {
        bottom: 20vh;
    }
}
/* >>> rhythmic-hues - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #rhythmic-hues-wrapper  .left-content > div {
        max-width: 450px;
    }
    #rhythmic-hues-wrapper  .left-content h2 {
        font-size: 40px;
    }

}
@media only screen and (max-width: 1300px) {
    #rhythmic-hues-wrapper  {
        height: auto;
        min-height: 100vh;
    }
    #rhythmic-hues-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #rhythmic-hues-wrapper  .left-content,
    #rhythmic-hues-wrapper  .right-content {
        width: 100vw;
    }
    #rhythmic-hues-wrapper  .right-content {
        height: max(375px, 50vh);
        order: 1;
        margin-bottom: 0;
    }
    #rhythmic-hues-wrapper  .left-content {
        min-height: 50vh;
        height: auto;
        padding: 30px 20px;
        order: 2;
    }
    #rhythmic-hues-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #rhythmic-hues-wrapper  .right-content {
        background-position: center;
    }
    #rhythmic-hues-wrapper  .left-content > div {
        width: 75%;
        max-width: 750px;
        margin: 5vh auto;
    }
    #rhythmic-hues-wrapper  .left-content h2 {
        font-size: 35px;
    }
    #rhythmic-hues-wrapper  .left-content h3 {
        font-size: 22px;
    } 
    /* #rhythmic-hues-wrapper  .left-content p {
        font-size: 18px;
    } */
    #rhythmic-hues-controls {
        top: 80vh;
        bottom: revert;
    }
    #rhythmic-hues-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #rhythmic-hues-wrapper .left-content {
        min-height: revert;
        height: auto;
    }
    #rhythmic-hues-wrapper .right-content {
        min-height: 60vh;
        height: auto;
    }
}
/* >> rhythmic-hues - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #rhythmic-hues-wrapper  .left-content h2 {
        font-size: 30px;
    }
    #rhythmic-hues-wrapper  .left-content h3 {
        font-size: 20px;
    }  
    #rhythmic-hues-wrapper  .left-content p {
        font-size: 16px;
    }
    #rhythmic-hues-wrapper  .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> rhythmic-hues - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #rhythmic-hues-wrapper  .left-content a.mlkn-button {
        font-size: 15px;
    }
    #rhythmic-hues-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 600px) {
    #rhythmic-hues-wrapper .mobileOnly {
        display: revert;
    }
}
@media only screen and (max-width: 500px) {
    #rhythmic-hues-wrapper  .left-content p {
        font-size: 15px;
    }
    #rhythmic-hues-wrapper  .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #rhythmic-hues-wrapper  .left-content > div {
        width: 90%;
    }
}
/* >> rhythmic-hues - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> rhythmic-hues - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> rhythmic-hues - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> rhythmic-hues - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> rhythmic-hues - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #rhythmic-hues-wrapper  .left-content h2 {
        font-size: 28px;
    }
    #rhythmic-hues-wrapper  .left-content h3 {
        font-size: 19px;
    } 
    #rhythmic-hues-controls {
        width: 175px;
    }
}



/*** The dlux WRAPPER ***/
#dlux-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
#dlux-wrapper .text-container {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#dlux-wrapper .row {
    z-index: 99;
}
#dlux-wrapper .dluxSide {
    text-align: center;
    align-items: center;
    border-right: 1px solid white;
    margin-right: 2rem;
}
#dlux-wrapper .dluxSide p {
    font-weight: 700 !important;
    font-size: 22px;
    color: white;
    margin: 0;
    letter-spacing: 3px;
}
#dlux-wrapper .textSide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4%;
}
#dlux-wrapper .textSide h3 {
    font-size: 36px;
    font-weight: bold !important;
    color: white;
}
#dlux-wrapper .textSide p {
    color: white;
}
#dlux-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid white;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#dlux-wrapper a.mlkn-button:hover {
    background: #fff;
    color: black;
}
/* >> The dlux - Video Container */
#dlux-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;
}
#dlux-wrapper .image-container img {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The dlux Video - Text Overlay */
#dlux-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#dlux-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#dlux-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#dlux-wrapper h2 {
    font-size: 50px;
    font-weight: bold !important;
    letter-spacing: 3px;
    color: white;
}
#dlux-wrapper h2.below-title {
    margin-top: 2vh;
}
#dlux-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#dlux-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#dlux-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #dlux-wrapper .bottom-text p {
    font-size: 18px;
} */
#dlux-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The dlux - Text Container */
#dlux-wrapper .container {
    min-height: 25vh;
}
#dlux-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;
}
#dlux-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#dlux-wrapper .container .button-wrapper {
    text-align: center;
}
#dlux-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#dlux-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#dlux-wrapper .mobileOnly {
    display: none;
    background: white;
    padding-top: 5rem;
}
#dlux-wrapper .mobileOnly h2, #dlux-wrapper .mobileOnly h3, #dlux-wrapper .mobileOnly p {
    color: #616365;
}
#dlux-wrapper .mobileOnly a.mlkn-button {
background: white;
color: #616365;
border: 1px solid #616365;
}
#dlux-wrapper .mobileOnly a.mlkn-button:hover {
    color: white;
    background: #616365;
}
/*hotspots*/
#dlux-hotspot-1 {
    bottom: 40%;
    left: 45%;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #dlux-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1300px) {
    #dlux-wrapper .textSide {
        margin-left: 0;
        max-width: 70vw;
    }
    #dlux-wrapper .textSide h3 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 1200px) {
    #dlux-wrapper .dluxSide {
        text-align: left;
        align-items: left;
        border-right: none;
        margin-bottom: 2vh;
    }
    #dlux-wrapper a.mlkn-button {
        margin: 2rem 0;
    }
}
@media only screen and (max-width: 991px) {
    #dlux-wrapper .textSide h3 {
        font-size: 30px;
    }
    #dlux-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #dlux-wrapper .container,
    #dlux-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #dlux-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #dlux-wrapper .container a.mlkn-button,
    #dlux-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #dlux-wrapper .text-overlay {
        width: 100%;
    }
    #dlux-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #dlux-wrapper .mobileOnly {
        display: revert;
    }
    #dlux-wrapper .desktopOnly {
        display: none;
    }
    #dlux-wrapper h2 {
        font-size: 36px;
    }
    #dlux-wrapper .desktopOnly {
        display: none;
    }
    #dlux-wrapper .mobileOnly {
        display: revert;
    }
    #dlux-wrapper .image-container img {
        object-position: right;
    }
}
@media only screen and (max-width: 600px) {
    #dlux-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #dlux-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #dlux-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #dlux-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #dlux-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #dlux-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
   
}
/* >> The dlux - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #dlux-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #dlux-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #dlux-wrapper .container,
    #dlux-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #dlux-wrapper .container p {
        font-size: 25px;
    }
    #dlux-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The dlux - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #dlux-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



/*** texture-study ***/
#texture-study-wrapper {
    position: relative;
    padding: 0;
}
#texture-study-outer-wrapper {
    position: relative;
}
/* >> texture-study - Slideshow */
#texture-study-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    min-height: 950px;
}
#texture-study-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#texture-study-slideshow-wrapper .slide > div {
    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;
}
/* >> texture-study - Slide Content */
#texture-study-slideshow-wrapper .slide .right-content {
    min-height: 950px;
}
#texture-study-slideshow-wrapper .slide .left-content {
    height: var(--tsHeight);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 60vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
    margin-top: 7.5vh;
    margin-bottom: 7.5vh;
    z-index: 99;
}
#texture-study-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 40vw;
    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;
    order: 2;
}
#texture-study-slideshow-wrapper .slide .left-content > div:not(.hotspots) {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#texture-study-slideshow-wrapper .slide .left-content > div:not(.hotspots) img {
    padding: 5rem 0;
} 
#texture-study-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: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: max(15vh, 100px);
    z-index: 500;
    width: 55%;
}
#texture-study-wrapper .cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
#texture-study-wrapper .cycle-pager a.cycle-pager-active {
    background: #fff;  
}
#texture-study-wrapper .topSKU {
    position: absolute;
    top: 0;
}
#texture-study-wrapper .bottomSKU {
    position: absolute;
    bottom: 0;
    width: 36vw;
    max-width: 750px;
}
#texture-study-slide-1 .left-content {
    background-image: url('/-/media/9B16E6BC7F6C4FE3808C1CDB5E642E52.ashx');
}
#texture-study-slide-2 .left-content {
    background-image: url('/-/media/5A8D708AF99348C59A8E752CD453E467.ashx');
}
#texture-study-slide-3 .left-content {
    background-image: url('/-/media/610FBF70EA0B4D7AA913C73897F407FB.ashx');
}
#texture-study-slideshow-wrapper .slide .right-content > div {
    max-width: min(375px, 60%);
    margin: 0 0 0 75px;
}
#texture-study-slideshow-wrapper .slide .right-content h2 {
    color: #616365;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
}
#left5050-slideshow-wrapper  .slide .left-content h3 {
    color: #616365;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#texture-study-slideshow-wrapper .slide .right-content p {
    color: #616365;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 20px;
}
#texture-study-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: black;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#texture-study-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> texture-study - Slideshow Controls */

#texture-study-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--tsLeft);
    display: none;
}
#texture-study-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#texture-study-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#texture-study-slideshow-controls button:focus {
    outline: none;
}
/*hotspots*/
#texture-study-hotspot-1 {
    top: 30%;
    left: 15%;
}
#texture-study-hotspot-2 {
    bottom: 25%;
    left: 36%;
}
#texture-study-hotspot-3 {
    top: 25%;
    left: 45%;
}
#texture-study-hotspot-4 {
    bottom: 43%;
    left: 29%;
}
#texture-study-hotspot-5 {
    bottom: 25%;
    left: 15%;
}
#texture-study-hotspot-6 {
    bottom: 45%;
    left: 45%;
}
#texture-study-hotspot-7 {
    bottom: 20%;
    left: 15%;
}
/* >> texture-study - Media Queries */
/* >> texture-study - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    /* #texture-study-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    } */
    #texture-study-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #texture-study-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #texture-study-slideshow-controls {
        bottom: 20vh;
    }
}
@media only screen and (max-width: 1800px) {
    /* #texture-study-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    } */

}
/* >>> texture-study - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    /* #texture-study-slideshow-wrapper .slide .right-content > div {
        max-width: 425px;
        margin-left: 75px;
        margin-right: 75px;
    } */

}
@media only screen and (max-width: 1300px) {
    .topSKU, .bottomSKU {
        display: none;
    }
    #texture-study-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: revert;
    }
    #texture-study-slideshow-wrapper .slide .right-content,
    #texture-study-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #texture-study-slideshow-wrapper .slide .left-content {
        /* height: max(375px, 50vh); */
        height: 60vh;
        order: 1;
        margin-bottom: 0;
    }
    #texture-study-slideshow-wrapper .slide .right-content {
        min-height: revert;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #texture-study-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #texture-study-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #texture-study-slideshow-wrapper .slide .right-content > div {
        width: 75%;
        max-width: 750px;
        margin: 5vh auto;
    }
    #texture-study-slideshow-wrapper .slide .right-content h2 {
        font-size: 35px;
    }
    /* #texture-study-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    } */
    #texture-study-slideshow-controls {
        top: 50vh;
        bottom: revert;
    }
    #texture-study-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #texture-study-wrapper .cycle-pager {
        bottom: max(50vh, 400px);
        width: 100%;
    }
    /* #texture-study-slideshow-wrapper .slide .right-content,
#texture-study-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
} */
}
@media only screen and (max-width: 991px) {
    #texture-study-slideshow-wrapper .slide .right-content h2 {
        font-size: 30px;
    }
    #texture-study-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
    #texture-study-wrapper .cycle-pager {
        display: none;
    }
#texture-study-slideshow-controls {
display: revert;
}
}
@media only screen and (max-width: 767px) {
    #texture-study-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #texture-study-slideshow-controls {
        top: 50vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 600px) {
    #texture-study-slideshow-wrapper .slide .right-content > div {
        margin-bottom: 5%;
    }
}
@media only screen and (max-width: 500px) {
    #texture-study-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #texture-study-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #texture-study-slideshow-wrapper .slide .right-content > div {
        margin-bottom: 0;
    }
}


/*** The printworks WRAPPER ***/
#printworks-wrapper {
    min-height: 90vh;
    position: relative;
    background: white;
    padding-left: 0;
    padding-right: 0;
}
#printworks-wrapper .cycle-slideshow, #printworks-wrapper .cycle-slideshow .slide {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/* >> benefits - Pager */
#printworks-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: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: max(8vh, 75px);
    z-index: 500;
    width: 100%;
}
#printworks-wrapper .cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
#printworks-wrapper .cycle-pager a.cycle-pager-active {
    background: #fff;  
}
/* >> The printworks - Video Container */
#printworks-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;
}
#printworks-wrapper .image-container img {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
#printworks-wrapper .cycle-slideshow .slide .textRow {
    position: absolute;
    bottom: 15%;
}
/* >> The printworks Video - Text Overlay */
#printworks-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    /* max-width: 1100px; */
    width: 100%;
    display: flex;
    justify-content: center;
}
#printworks-wrapper .text-overlay > div {
    max-width: 1100px;
}
#printworks-wrapper  > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#printworks-wrapper h2 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#printworks-wrapper h2 {
    font-size: 36px;
    font-weight: 700 !important;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 1rem;
}
#printworks-wrapper sup {
    top: -0.5rem;
}
#printworks-wrapper p:not(.hotspots p) {
    color: white;
    line-height: 2.5rem;
}
#printworks-wrapper h3.below-title {
    margin-top: 2vh;
}
#printworks-wrapper span {
    font-size: 25px;
    letter-spacing: 3px;
}
#printworks-wrapper p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#printworks-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
/* #printworks-wrapper .bottom-text p {
    font-size: 18px;
} */
#printworks-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The printworks - Text Container */
#printworks-wrapper .container {
    min-height: 25vh;
}
#printworks-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;
}
#printworks-wrapper .container p {
    color: #fff;
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 15px;
}
#printworks-wrapper .container .button-wrapper {
    text-align: center;
}
#printworks-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#printworks-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#printworks-wrapper .mobileOnly {
    display: none;
    padding: 5rem 0;
    background: #eee;
}
#printworks-wrapper .mobileOnly h2, #printworks-wrapper .mobileOnly p {
    color: #616365 !important;
}
#printworks-slide-1 {
    background: url(/-/media/A32BD49BA7CF4CD0B485C6E356341C28.ashx);
    background-position-y: center;
}
#printworks-slide-2 {
    background: url(/-/media/80D8F141A313418C9862FBFC90CC02D2.ashx);
    background-position-y: bottom;
    background-position-x: 20%;
}
#printworks-slide-3 {
    background: url(/-/media/CB6D63C9DC2B4717855EA561E8E4A119.ashx);
    background-position-y: bottom;
    background-position-x: 90%;
}
#printworks-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--tsLeft);
    display: none;
}
#printworks-slideshow-controls button {
    border-radius: 0;
    border: 2px solid white;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: white;
}
#printworks-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#printworks-slideshow-controls button:focus {
    outline: none;
}
#printworks-wrapper .mobileOnly {
    display: none;
}
/*hotspots*/
#printworks-hotspot-1 {
    bottom: 42%;
    right: 33%;
}
#printworks-hotspot-2 {
    bottom: 30%;
    right: 25%;
}
#printworks-hotspot-3 {
    top: 45%;
    right: 33%;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #printworks-wrapper .text-overlay {
        max-width: 1000px;
    }
    #printworks-wrapper, #printworks-wrapper .cycle-slideshow, #printworks-wrapper .cycle-slideshow .slide {
        min-height: 80vh;
    }
}
@media only screen and (max-width: 1400px) {
    #printworks-wrapper, #printworks-wrapper .cycle-slideshow, #printworks-wrapper .cycle-slideshow .slide {
        min-height: revert;
        height: var(--pwHeight);
    }
    
}
@media only screen and (max-width: 991px) {
    #printworks-wrapper {
        height: auto;
    }
    #printworks-wrapper .container,
    #printworks-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #printworks-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #printworks-wrapper .container a.mlkn-button,
    #printworks-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #printworks-wrapper .cycle-pager {
        display: none;
    }
    #printworks-slideshow-controls {
        display: revert;
    }
    #printworks-wrapper .cycle-slideshow .slide .textRow {
        bottom: 40%;
    }
}
@media only screen and (max-width: 767px) {
    #printworks-slideshow-controls button {
        border-color: #616365;
        color: #616365;
    }
    #printworks-wrapper .text-overlay {
        width: 100%;
    }
    #printworks-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #printworks-wrapper .desktopOnly {
        display: none;
    }
    #printworks-wrapper h3 {
        font-size: 20px;
    }
#printworks-wrapper .mobileOnly {
 display: revert;
}
#printworks-wrapper .slide .textRow {
    display: none;
}
#printworks-slideshow-controls {
bottom: 35rem;
}
#printworks-wrapper {
    min-height: revert;
}
#printworks-wrapper .cycle-slideshow, #printworks-wrapper .cycle-slideshow .slide {
    min-height: 40vh;
}
#printworks-slide-1, #printworks-slide-2, #printworks-slide-3 {
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
#printworks-wrapper .mobileOnly {
    padding: 2rem 0;
}
#printworks-slideshow-controls {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-top: 2rem;
    position: revert;
    background: #eee;
}
}
@media only screen and (max-width: 600px) {
    #printworks-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #printworks-wrapper .text-overlay span {
        font-size: 20px;
    }
    #printworks-wrapper .cycle-slideshow, #printworks-wrapper .cycle-slideshow .slide {
        min-height: 35vh;
    }
}
@media only screen and (max-width: 500px) {
    #printworks-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #printworks-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #printworks-wrapper .text-overlay h2 {
        font-size: 36px;
    }
    #printworks-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #printworks-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The printworks - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #printworks-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #printworks-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #printworks-wrapper .container,
    #printworks-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #printworks-wrapper .container p {
        font-size: 25px;
    }
    #printworks-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The printworks - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #printworks-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



/*** COLORLINE ***/
#colorline-wrapper {
    background: #fff;
    color: white;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
#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 h1,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .tinyText {
    font-size: 12px;
}
#colorline-wrapper .top-content h2 {
    text-transform: none;
    font-size: 40px;
    font-weight: 700 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #616365;
}

#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    margin: 2vh 3vw 5vh;
    line-height: 140%;
    color: #616365;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #616365;
    color: #fff;
    border: 1px solid #616365;
    font-weight: 600 !important;
    margin-top: 5rem;
    margin-bottom: 3rem;
}
#colorline-wrapper a.mlkn-button:hover {
    background: #fff;
    color: #616365;
}
#colorline-wrapper .top-content {
    margin-top: 5vh;
}
#colorline-wrapper .bottom-content {
    margin: 0vh 0 6vh;
}
#colorline-wrapper .bottom-content .col-12 > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#colorline-wrapper .bottom-content .col-12 > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#colorline-wrapper .bottom-content .col-12 > div img {
    width: 40%;
}
#atmosphereHeader, #perspectiveHeader, #horizonHeader {
    color: #B5B5B5 !important;
}
/*
#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 span {
    font-weight: 600 !important;
}
#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-slideshow-controls > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#colorline-slideshow-controls > div > div {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
#colorline-slideshow-controls > div > div span {
    font-size: 24px;
    color: #B5B5B5;
}
#colorline-slideshow-controls > div > div span i {
    color: #B5B5B5;
    white-space: nowrap;
}
#colorline-slideshow-controls > div > div span.active {
    color: #616365;
}
#colorline-slideshow-controls > div > div span.active i {
    color: #616365;
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: white;
}
#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: white;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: white;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}

/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
    /* min-height: 525px; */
    height: var(--colorlineHeight);
    margin-bottom: 5vh;
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
    padding-top: 10rem;
}
#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: 0;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 305px;
}
#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: #999999;
}
div#colorline-slideshow-controls p span.active {
    color: white;
}
#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: 20px 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: 5rem;
}
#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: 1300px) {
    #colorline-wrapper .bottom-content .col-12 > div img {
        width: 33%;
    }
}
@media only screen and (max-width: 1200px) {
    #colorline .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
    #colorline-wrapper .cycle-slideshow {
        min-height: none;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline .color-tile {
        display: inline-block;
        width: 40%;
        padding: 7px;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 50px;
    }
    #colorline-wrapper .cycle-slideshow {
        min-height: revert;
    }
    #colorline-wrapper a.mlkn-button {
        width: 300px;
    }
    #colorline-wrapper .bottom-content .col-12 > div img {
        width: 28%;
    }
    #colorline-wrapper .bottom-content {
        margin: 3vh 0 6vh;
    }
}
@media only screen and (max-width: 767px) {
    /* #colorline-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    } */
    #colorline-wrapper .bottom-content .col-12 > div img {
        display: none;
    }
    #colorline-wrapper .bottom-content .col-12 > div {
        justify-content: center;
    }
    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 30px;
        margin-bottom: 5vh;
    }
    #colorline-wrapper .bottom-content {
        margin: -1vh 0 6vh;
    }
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #atmosphereHeader, #perspectiveHeader, #horizonHeader {
        display: none !important;
    }
}
@media only screen and (max-width: 500px) {
    /* #colorline-wrapper a.mlkn-button {
        width: auto;
    } */
    #colorline-wrapper .top-content h1 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}
/* >> Colorline - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-wrapper .top-content h1 {
        font-size: 45px;
    }
    #colorline-wrapper .top-content p {
        font-size: 22px;
    }
    #colorline-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
    }
}
/* >> Colorline - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> Colorline - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
 
}
/* >> Colorline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {


}


/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
}
#mpact-wrapper .image-container {
    height: max(400px, 33vh);
    background-image: url('/-/media/790305617275487c81ef048488211ea7.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-y: center;
    background-position-x: 25%;
}
#mpact-wrapper .row {
    min-height: 100vh;
    /* -- 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;
}
/* >> mpact - Content */
#mpact-wrapper .row h1,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* #mpact-wrapper .row p {
    font-size: 18px;
} */
#mpact-wrapper .text-box {
    width: 650px;
    right: 7vw;
    position: absolute;
    bottom: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box h3 {
    font-size: 50px;
    font-weight: 700 !important;
    letter-spacing: 5px;
    color: white;
}
#mpact-wrapper sup {
    font-size: 14px;
    top: -1.8em;
}
#mpact-wrapper h5 sup {
    top: -1em;
}
#mpact-wrapper .text-box h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 16px;
}
#mpact-wrapper .text-box h1 {
    color: white;
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 60px;
    text-transform: none;
    margin-bottom: 10px;
}
#mpact-wrapper .text-box h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}
#mpact-wrapper .text-box p {
    color: white;
    margin: 3vh auto;
}
#mpact-wrapper .mobileOnly {
    display: none;
    background: #474647;
}
/* >> mpact - Hotspots */
#mpact-hotspot-1 {
    top: 19%;
    left: 33%;
}
#mpact-hotspot-2 {
    bottom: 53%;
    left: 20%;
}
#mpact-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#mpact-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
#mpact-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-bottom: 5vh;
}
#mpact-wrapper .mobileOnly {
    display: none;
}
/* >> mpact - Mobile Content */
#mpact-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#mpact-mobile-content [class^="col"] {
    min-height: 30vh;
    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;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#mpact-mobile-content h1,
#mpact-mobile-content p {
    color: #fff;
    text-align: left;
}
#mpact-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#mpact-mobile-content p {
    font-size: 16px;
}
/* >> mpact - Media Queries */
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    #mpact-wrapper .row h1,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-wrapper .text-box {
        left: 16.6%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-box {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #mpact-wrapper {
        height: auto;
        padding: 0;
    }
    #mpact-wrapper .row {
        display: none;
    }
    #mpact-mobile-content {
        display: block;
    }
    #mpact-wrapper .text-box {
        width: 100%;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
  
    #mpact-wrapper .text-box h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box h3 {
        font-size: 30px;
    }
    #mpact-wrapper .text-box h2 {
        font-size: 12px;
    }
    #mpact-wrapper .text-box h5 {
        font-size: 26px;
    }

    #mpact-wrapper .mobileOnly img {
        margin-top: 3vh;
    }
    #mpact-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #mpact-wrapper .text-box h6 {
        font-size: 36px;
    }
    #mpact-wrapper .text-box > div {
        margin-top: 50px;
    }
    #mpact-wrapper sup {
        top: -0.8em;
    }
}

@media only screen and (max-width: 500px) { 
    #mpact-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> mpact - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mpact-wrapper .row p {
        font-size: 22px;
    }
}
/* >> mpact - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #mpact-mobile-content p {
        font-size: 15px;
    }
}
/* >> mpact - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> mpact - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}


/* 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;
  }
  #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;
  }
  
  /* Content */

  #visualize-wrapper .row b,
  #visualize-wrapper .row h2,
  #visualize-wrapper .row 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%;
  }
  #visualize-wrapper .row b {
    font-size: 30px;  
    color: #000;
  }
  #visualize-wrapper .row p {
    color: #616365;
  }
  #visualize-wrapper .row h2 {
    font-size: 36px;  
    font-weight: 700 !important;
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#616365;
  }
  #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 {
    bottom: 47%;
    right: 33%;
  }
  /* Media Queries */
  @media only screen and (max-width: 1600px) {
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @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;
    }  
  }
  @media only screen and (max-width: 850px) {

  }
  @media only screen and (max-width: 767px) {
    #visualize-wrapper .row h2 {
        font-size: 30px;
    }
    #visualize-wrapper .buttons {
        margin: 2vh 0 0;
    }
  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  
/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/2a935b853ef840a59256fbff87faab54.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

