/*** BODY ***/
body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}

/*** 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="#multifamily-wrapper"]::before {
    content: "Multifamily Living";
}
#navbar-circles a[href="#all-together-now-wrapper"]::before {
    content: "All Together Now";
}
#navbar-circles a[href="#entrance-flooring-wrapper"]::before {
    content: "Entrance Flooring";
}
#navbar-circles a[href="#great-impression-wrapper"]::before {
    content: "Durability";
}
#navbar-circles a[href="#acoustics-wrapper"]::before {
    content: "Acoustics";
}
#navbar-circles a[href="#milliken-is-home-wrapper"]::before {
    content: "Fit Any Style";
}
#navbar-circles a[href="#modular-wrapper"]::before {
    content: "Modular Flooring";
}
#navbar-circles a[href="#we-got-you-covered-wrapper"]::before {
    content: "WellBAC®";
}
#navbar-circles a[href="#moisture-management-wrapper"]::before {
    content: "Moisture Solutions";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "M/PACT™";
}
#navbar-circles a[href="#creative-collective-wrapper"]::before {
    content: "Collection Specs";
}
#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;
}
.hotspot-anchor {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #000;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
    z-index: 99;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}


/*** MULTIAMILY WRAPPER ***/
#multifamily-wrapper {
    min-height: 90vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
/* >> MULTIAMILY - Image Container */
#multifamily-wrapper .image-container {
    height: 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;
}
#multifamily-wrapper .image-container img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
/* >> Stereovision Image - Text Overlay */
#multifamily-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 30vh;
    text-align: center;
    z-index: 10;
    max-width: 890px;
    width: 90%;
}
#multifamily-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#multifamily-wrapper .text-overlay h2 {
    font-size: 50px;  
    font-weight: 200 !important;
    color: #fff;
}
#multifamily-wrapper .text-overlay h4 {
    letter-spacing: 3px;
    margin-bottom: 2vh;
    color: #fff;
}
#multifamily-wrapper .text-overlay p {
    font-size: 18px;  
    font-weight: 200 !important;
    color: #fff;
    margin: 5vh 0;
}
#multifamily-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#multifamily-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#multifamily-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#multifamily-wrapper .bottom-text p {
    font-size: 18px;
}
#multifamily-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> Stereovision - Text Container */
#multifamily-wrapper .container {
    min-height: 25vh;
}
#multifamily-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: 25vh;
    padding: 30px 15px;
}
#multifamily-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#multifamily-wrapper a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 225px;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 991px) {
    #multifamily-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #multifamily-wrapper .container,
    #multifamily-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #multifamily-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #multifamily-wrapper .container a.mlkn-button,
    #multifamily-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 500px) {
    #multifamily-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #multifamily-wrapper .text-overlay h2 {
        font-size: 30px;
    }
    #multifamily-wrapper .text-overlay p {
        font-size: 16px;
    }
}
/* >> Stereovision - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #multifamily-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #multifamily-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #multifamily-wrapper .container,
    #multifamily-wrapper .container .content-wrapper {
        height: 25vh;
    }
    #multifamily-wrapper .container p {
        font-size: 25px;
    }
    #multifamily-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> Stereovision - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #multifamily-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}

/*** All Together Now ***/
#all-together-now-wrapper {
    position: relative;
    padding: 0;
    background: white;
    color: black;
}
/* >> All Together Now - Slideshow */
#all-together-now-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#all-together-now-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% !important;
}

#all-together-now-slide-1 {
    background-image: url('/-/media/be804d5bcc7e4809bf858f5b10f56d87.ashx');
}
#all-together-now-slide-2 {
    background-image: url('/-/media/b1541baf59a844f7a15c5dadc594d554.ashx');
}
#all-together-now-slide-3 {
    background-image: url('/-/media/f86ccb1881314454a2332b7eae17e591.ashx');
}
#all-together-now-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#all-together-now-wrapper h2,
#all-together-now-wrapper h3,
#all-together-now-wrapper p:not(.hotspot-content p) {
    text-align: center;
    color: black;
}
#all-together-now-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#all-together-now-wrapper h2 {
    text-transform: none;
    font-weight: 200 !important;
    letter-spacing: 0px;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
}
#all-together-now-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: -1px;
    margin: 0vh auto 3vh;
}
#all-together-now-wrapper h4 {
    margin-top: 5vh;
}
#all-together-now-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#all-together-now-wrapper .content-column p {
    margin: 40px 0;
}
#all-together-now-wrapper .content-column > div {
    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;
    align-items: center;
}
/* >> All Together Now - Hotspots */
#all-together-now-wrapper .hotspot-content p {
    color: black;
}
#all-together-now-hotspot-1 {
    bottom: 35%;
    left: 35%;
}
#all-together-now-hotspot-2 {
    bottom: 37%;
    left: 23%;
}
#all-together-now-hotspot-3 {
    bottom: 35%;
    right: 50%;
}
#all-together-now-hotspot-4 {
    bottom: 33%;
    right: 45%;
}
#all-together-now-hotspot-5 {
    bottom: 23%;
    left: 23%;
}
#all-together-now-hotspot-6 {
    bottom: 43%;
    left: 37%;
}
#all-together-now-hotspot-7 {
    bottom: 24%;
    right: 45%;
}
/* >> All Together Now - Pager */
#all-together-now-slideshow-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: 7vh;
    z-index: 500;
    width: 100%;
}
#all-together-now-slideshow-wrapper .cycle-pager a {
    width: 110px;
    height: 3px;
    background: #aaa;
    margin: 0 0.5vw;
}
#all-together-now-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #656565;  
}
/* >> All Together Now - Slideshow Controls */
#all-together-now-outer-wrapper {
    position: relative;  
}
#all-together-now-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45%;
    width: 100%;
    z-index: 500;
}
#all-together-now-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 34px;;
    color: #fff;
}
#all-together-now-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#all-together-now-slideshow-controls button:focus {
    outline: none;
}
#all-together-now-wrapper a.mlkn-button {
    color: white;
    background: black;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
#all-together-now-wrapper a.mlkn-button:first-of-type {
    margin-bottom: 2vh;
}
/* >> All Together Now - Mobile Content */
#all-together-now-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#all-together-now-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; 
}
#all-together-now-mobile-content h2,
#all-together-now-mobile-content p {
    color: #fff;
    text-align: left;
}
#all-together-now-mobile-content h2 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#all-together-now-mobile-content p {
    font-size: 16px;
}
/* >> All Together Now - Media Queries */
@media only screen and (max-width: 1450px) {
    #all-together-now-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #all-together-now-slideshow-wrapper .cycle-pager {
        bottom: 10vh;
    }
}
@media only screen and (max-width: 1100px) {
    #all-together-now-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #all-together-now-slideshow-wrapper .cycle-slideshow,
    #all-together-now-slideshow-wrapper .slide {
        height: auto;
        min-height: 75vh;
    }
    #all-together-now-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #all-together-now-wrapper h2 {
        font-size: 34px;;
        margin-top: 40px;
    }    
    #all-together-now-wrapper p {
        font-size: 16px;
    }
    /* #all-together-now-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #all-together-now-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #all-together-now-slideshow-wrapper .hotspot {
        display: none;
    }
    #all-together-now-slideshow-controls {
        display: block;
        bottom: 50%;
    }
}
@media only screen and (max-width: 767px) {
    #all-together-now-slideshow-wrapper .cycle-slideshow,
    #all-together-now-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #all-together-now-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #all-together-now-slideshow-wrapper .slide-content {
        display: none;
    }
    #all-together-now-mobile-content {
        display: block;
    }
    #all-together-now-slideshow-wrapper .cycle-slideshow, #all-together-now-slideshow-wrapper .slide {
        background-position: bottom;
    }
    #all-together-now-slideshow-controls {
        bottom: 55%;
    }
}
@media only screen and (max-width: 500px) {
    #all-together-now-mobile-content h2 {
        font-size: 25px;
    }
    #all-together-now-mobile-content p {
        font-size: 15px;
    }
    #all-together-now-wrapper h2 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: -5px;
    }
    #all-together-now-slideshow-wrapper .slide {
        background-size: 125% !important;
    }
    #all-together-now-slideshow-controls {
        bottom: 60%;
    }
}
/* >> All Together Now - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #all-together-now-wrapper h2 {
        font-size: 55px;
    }    
    #all-together-now-wrapper p {
        font-size: 25px;
    }
}
/* >> All Together Now - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #all-together-now-slideshow-controls {
        bottom: 55%;
    }
}




/* >> All Together Now - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #all-together-now-mobile-content h2 {
        font-size: 28px;
    }

}
/* >> All Together Now - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #all-together-now-slideshow-controls {
        bottom: 60%;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   

}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #all-together-now-slideshow-controls {
        bottom: 65%;
    }
}

/* >> Introduction >> */
#entrance-flooring-wrapper {
    position: relative;
    padding: 0;
    background: #F5F5F5;
    color: black;
}
#entrance-flooring-wrapper {
    position: relative;
}
#entrance-flooring-wrapper .image-column {
    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: center;  
    align-items: end;
}
#entrance-flooring-wrapper .content-column {
    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;  
    align-items: end;
}
#entrance-flooring-wrapper .mobileOnly {
    display: none;
}
/* >> Entrance Flooring Wrapper - Video */
#entrance-flooring-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> Entrance Flooring Wrapper - All */
#entrance-flooring-wrapper [class^="col"],
#entrance-flooring-wrapper {
    height: 100vh; 
}
#entrance-flooring-wrapper .image-column img {
    width: 100%;
    margin: 10vh;
}
#entrance-flooring-wrapper .content-column > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 525px;
    margin-left: 5vw;
    min-height: 40vh;
}
#entrance-flooring-wrapper .image-column > div {
    min-height: 50vh;
}
#entrance-flooring-wrapper .content-column img.logo {
    width: 100%;
}
#entrance-flooring-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#entrance-flooring-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#entrance-flooring-wrapper .content-column p {
    color: black;
    font-size: 16px;
    
    margin: 40px 0;
}
#entrance-flooring-wrapper  a.mlkn-button {
    color: white;
    background: black;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    font-weight: 700 !important;
    margin: 3vh auto 5vh;
}
#entrance-flooring-wrapper .image-column > div {
    background: url(/-/media/94f12c46b3974628a716ee81aea05441.ashx);
    background-size: 75%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
/* >> Entrance Flooring Wrapper - Content */
#entrance-flooring-wrapper > .row h2,
#entrance-flooring-wrapper > .row p {
    width: 100%;
}
#entrance-flooring-wrapper > .row h2 {
    font-size: 34px;;
    margin-top: 50px;
    letter-spacing: 0px;
    font-weight: 200 !important;
}
#entrance-flooring-wrapper > .row p {
    font-size: 16px;
    
}
/* >> Great Impression - Hotspots */
#entrance-flooring-hotspot-1 {
    bottom: 29%;
    left: 43%;
}
#entrance-flooring-hotspot-2 {
    bottom: 21%;
    right: 40%;
}
/* >> Entrance Flooring Wrapper - Media Queries */
@media only screen and (max-width: 1650px) {
    #entrance-flooring-hotspot-1 {
        bottom: 33%;
    }
    #entrance-flooring-hotspot-2 {
        bottom: 27%;
    }
}
@media only screen and (max-width: 1350px) {
    #entrance-flooring-hotspot-1 {
        bottom: 37%;
    }
    #entrance-flooring-hotspot-2 {
        bottom: 31%;
    }
}
@media only screen and (max-width: 1200px) {
    #entrance-flooring-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #entrance-flooring-wrapper [class^="col"] {
        height: auto;
    }
    #entrance-flooring-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #entrance-flooring-wrapper .content-column > div {
        margin: auto;
    }
    #entrance-flooring-wrapper .image-column > div {
        background-position: bottom;
    }
    #entrance-flooring-hotspot-1 {
        bottom: 30%;
    }
    #entrance-flooring-hotspot-2 {
        bottom: 15%;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #entrance-flooring-wrapper > .row h2 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #entrance-flooring-wrapper > .row h2 {
        font-size: 25px;
    }
    #entrance-flooring-wrapper > .row {
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    #entrance-flooring-wrapper .image-column > div {
        background-position: center;
    }
}
@media only screen and (max-width: 500px) {
    #entrance-flooring-wrapper > .row h2 {
        font-size: 25px;
    }
    #entrance-flooring-wrapper > .row p {
        font-size: 16px;
    }
    #entrance-flooring-wrapper .image-column > div {
        background-position: center;
        background-size: 100% !important;
    }
    #entrance-flooring-wrapper .content-column a.mlkn-button {
        display: none;
    }
    #entrance-flooring-wrapper .mobileOnly {
        display: flex;
        justify-content: center;
    }
    #entrance-flooring-wrapper .content-column > div {
        min-height: 30vh;
    }
}
/* >> Entrance Flooring Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #entrance-flooring-wrapper .content-column p {
        font-size: 20px;
    }
    #entrance-flooring-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #entrance-flooring-wrapper > .row h2 {
        font-size: 45px;
    }
    #entrance-flooring-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> Introduction - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #entrance-flooring-wrapper .content-column img.logo {
        max-width: 270px;
    }
}

/*** Great Impression ***/
#great-impression-wrapper {
    height: 100vh;
    background: white;
    color: black;
    background-image: url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-x: 75%;
    background-position-y: bottom;
}
#great-impression-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;
}
#great-impression-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}

/* >> Great Impression - Content */
#great-impression-wrapper .row h2,
#great-impression-wrapper .row p {
    width: 100%;
    max-width: 1000px;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
}
#great-impression-wrapper .row a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
#great-impression-wrapper .row h2 {
    font-size: 34px;  
    letter-spacing: 0px;
    font-weight: 200 !important;
}
#great-impression-wrapper .row p {
    font-size: 16px;
    margin: 3vh auto;
    
}
#great-impression-wrapper .content-column {
    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;
    align-items: center;
}
#great-impression-wrapper .content-column > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;  
    position: absolute;
    bottom: -12vh;
}
/* >> Great Impression - Hotspots */
#great-impression-hotspot-1 {
    bottom: 27%;
    left: 15%;
}
#great-impression-hotspot-2 {
    bottom: 41%;
    right: 36%;
}
#great-impression-hotspot-3 {
    bottom: 52%;
    right: 36%;
}
#great-impression-hotspot-4 {
    bottom: 41%;
    right: 19%;
}
#great-impression-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> Great Impression - Mobile Content */
#great-impression-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#great-impression-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; 
}
#great-impression-mobile-content h2,
#great-impression-mobile-content p {
    color: #fff;
    text-align: center;
}
#great-impression-mobile-content h2 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#great-impression-mobile-content p {
    font-size: 16px;
}
/* >> Great Impression - Media Queries */
@media only screen and (max-width: 1600px) {
    #great-impression-hotspot-1 {
        bottom: 20%;
        left: 15%;
    }
    #great-impression-hotspot-2 {
        bottom: 34%;
        right: 36%;
    }
    #great-impression-hotspot-3 {
        bottom: 45%;
        right: 36%;
    }
    #great-impression-hotspot-4 {
        bottom: 34%;
        right: 19%;
    }
}
@media only screen and (max-width: 1200px) {
    #great-impression-hotspot-1 {
        left: 10%;
    }
}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    /* #great-impression-wrapper {
        height: 80vh;
        background-size: 200%;
    } */
    /* #great-impression-wrapper .row {
        min-height: 80vh;
    } */
    #great-impression-wrapper .row .content-column {
        /* background: black; */
        padding: 30px 0;
        top: 0;
    }
    #great-impression-mobile-content {
        display: block;
    }
    #great-impression-wrapper .content-column > div {
        position: relative;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) { 
    #great-impression-mobile-content h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #great-impression-wrapper .row h2 {
        font-size: 25px;
    }
    #great-impression-wrapper {
        background: -moz-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
        background: -webkit-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
        background: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
        background: -o-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
        background: -ms-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
        background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/80f099bb2ad1417890b3bba8e128169b.ashx) no-repeat;
       background-position-x: 65%;
       background-position-y: bottom;
    }
}
/* >> Great Impression - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #great-impression-wrapper .row p {
        font-size: 22px;
    }
}
/* >> Great Impression - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #great-impression-mobile-content p {
        font-size: 15px;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #great-impression-mobile-content h2 {
        font-size: 19px;
    }
}
/* >> Great Impression - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #great-impression-mobile-content h2 {
        font-size: 17px;
        letter-spacing: 0;
    }
}

/*** Acoustics ***/
#acoustics-wrapper {
    position: relative;
    padding: 0;
    background: white;
    color: black;
}
/* >> Versatility - Slideshow */
#acoustics-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#acoustics-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% !important;
}
#acoustics-slide-1 {
    background-image: url('/-/media/cf8f996c2e644f64b4028d4c4b0de784.ashx');
}
#acoustics-slide-2 {
    background-image: url('/-/media/61d2916fbe894922b6c512b2a81aa426.ashx');
}
#acoustics-slide-3 {
    background-image: url('/-/media/71802d29929a45719f9ef1e8be8a76e3.ashx');
}
#acoustics-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#acoustics-wrapper h2,
#acoustics-wrapper p:not(.hotspot-content p) {
    text-align: center;
    color: black;
}
#acoustics-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#acoustics-wrapper h2 {
    text-transform: none;
    font-weight: 200 !important;
    letter-spacing: 0px;
    font-size: 34px;;
    text-transform: none;
    margin-bottom: 10px;
}
#acoustics-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#acoustics-wrapper .content-column p {
    margin: 40px 0;
}
#acoustics-wrapper .content-column > div {
    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;
    align-items: center;
}
/* >> Versatility - Hotspots */
#acoustics-wrapper .hotspot-content p {
    color: black;
}
#acoustics-hotspot-1 {
    bottom: 35%;
    right: 45%;
}
#acoustics-hotspot-2 {
    bottom: 23%;
    left: 25%;
}
#acoustics-hotspot-4 {
    bottom: 22%;
    right: 43%;
}
#acoustics-hotspot-3 {
    bottom: 31%;
    right: 50%;
}
#acoustics-hotspot-5 {
    bottom: 23%;
    left: 25%;
}
#acoustics-hotspot-6 {
    bottom: 48%;
    left: 48%;
}
#acoustics-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
#acoustics-hotspot-7 {
    bottom: 37%;
    left: 36%;
}
#acoustics-hotspot-8 {
    bottom: 34%;
    right: 17%;
}
#acoustics-hotspot-9 {
    bottom: 24%;
    left: 25%;
}
/* >> Versatility - Pager */
#acoustics-slideshow-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: 7vh;
    z-index: 500;
    width: 100%;
}
#acoustics-slideshow-wrapper .cycle-pager a {
    width: 110px;
    height: 3px;
    background: #aaa;
    margin: 0 0.5vw;
}
#acoustics-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #656565;  
}
/* >> Versatility - Slideshow Controls */
#acoustics-outer-wrapper {
    position: relative;  
}
#acoustics-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45%;
    width: 100%;
    z-index: 500;
}
#acoustics-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#acoustics-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#acoustics-slideshow-controls button:focus {
    outline: none;
}
#acoustics-wrapper a.mlkn-button {
    color: white;
    background: black;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
/* >> Versatility - Mobile Content */
#acoustics-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#acoustics-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; 
}
#acoustics-mobile-content h2,
#acoustics-mobile-content p {
    color: #fff;
    text-align: left;
}
#acoustics-mobile-content h2 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#acoustics-mobile-content p {
    font-size: 16px;
}
/* >> Versatility - Media Queries */
@media only sreen and (max-width: 1550px) {
    #acoustics-hotspot-1 {
        bottom: 40%;
    }
    #acoustics-hotspot-2 {
        bottom: 38%;
    }
}
@media only screen and (max-width: 1450px) {
    #acoustics-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1400px) {
    #acoustics-hotspot-4 {
        bottom: 25%;
    }
    #acoustics-hotspot-3 {
        bottom: 34%;
    }
    #acoustics-hotspot-5 {
        bottom: 26%;
    }
}
@media only screen and (max-width: 1200px) {
    #acoustics-hotspot-1 .hotspot-content, #acoustics-hotspot-3 .hotspot-content {
        left: revert;
        right: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0;
    }
    #acoustics-hotspot-4 {
        bottom: 20%;
    }
    #acoustics-slideshow-wrapper .cycle-pager {
        bottom: 10vh;
    }
}
@media only screen and (max-width: 1100px) {
    #acoustics-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #acoustics-slideshow-wrapper .cycle-slideshow,
    #acoustics-slideshow-wrapper .slide {
        height: auto;
        min-height: 75vh;
    }
    #acoustics-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #acoustics-wrapper h2 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #acoustics-wrapper p {
        font-size: 16px;
    }
    /* #acoustics-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #acoustics-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #acoustics-slideshow-wrapper .hotspot {
        display: none;
    }
    #acoustics-slideshow-controls {
        display: block;
    }
    #acoustics-slideshow-controls {
        bottom: 40%;
    }
    #acoustics-slideshow-wrapper .slide {
        background-position: bottom;
    }
}
@media only screen and (max-width: 767px) {
    #acoustics-slideshow-wrapper .cycle-slideshow,
    #acoustics-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #acoustics-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #acoustics-slideshow-wrapper .slide-content {
        display: none;
    }
    #acoustics-mobile-content {
        display: block;
    }
    #acoustics-slideshow-controls {
        bottom: 50%;
    }
}
@media only screen and (max-width: 500px) {
    #acoustics-mobile-content h2 {
        font-size: 25px;
    }
    #acoustics-mobile-content p {
        font-size: 15px;
    }
    #acoustics-wrapper h2 {
        font-size: 25px;
    }
    #acoustics-slideshow-wrapper .slide {
        background-size: 125% !important;
    }
}
/* >> Versatility - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #acoustics-wrapper h2 {
        font-size: 55px;
    }    
    #acoustics-wrapper p {
        font-size: 25px;
    }
}
/* >> Versatility - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> Versatility - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #acoustics-mobile-content h2 {
        font-size: 28px;
    }
    #acoustics-slideshow-controls {
        bottom: 55%;
    }

}
/* >> Versatility - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #acoustics-slideshow-controls {
        bottom: 55%;
    }
}


/*** Milliken Is Home ***/
#milliken-is-home-wrapper {
    height: 100vh;
    background-image: url('/-/media/4347ec4cb5e449ce9762267410c97569.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-x: 75%;
}
#milliken-is-home-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;
}
#milliken-is-home-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}

/* >> Coordination - Content */
#milliken-is-home-wrapper .row h2,
#milliken-is-home-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#milliken-is-home-wrapper .row h2 {
    font-size: 34px;  
    letter-spacing: 0px;
    font-weight: 200 !important;
}
#milliken-is-home-wrapper .row p {
    font-size: 16px;
    margin: 3vh auto;
}
#milliken-is-home-wrapper .content-column {
    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;
}
/* >> Coordination - Hotspots */
#milliken-is-home-hotspot-1 {
    top: 30%;
    right: 45%;
}
#milliken-is-home-hotspot-2 {
    top: 40%;
    right: 38%;
}
#milliken-is-home-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#milliken-is-home-hotspot-4 {
    bottom: 35%;
    left: 5%;
}
/* >> Coordination - Mobile Content */
#milliken-is-home-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#milliken-is-home-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; 
}
#milliken-is-home-mobile-content h2,
#milliken-is-home-mobile-content p {
    color: #fff;
    text-align: center;
}
#milliken-is-home-mobile-content h2 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#milliken-is-home-mobile-content p {
    font-size: 16px;
}
/* >> Coordination - Media Queries */
@media only screen and (max-width: 1700px) {
    #milliken-is-home-hotspot-1 {
        top: 27%;
    }
}
@media only screen and (max-width: 1400px) {
    #milliken-is-home-hotspot-2 {
        right: 41%;
    }
}
@media only screen and (max-width: 1200px) {
    #milliken-is-home-hotspot-2 {
        right: 44%;
    }
}
@media only screen and (max-width: 1199px) {
    #milliken-is-home-wrapper .row h2,
    #milliken-is-home-wrapper .row p {
        max-width: 800px;
    }

}
@media only screen and (max-width: 991px) {
    #milliken-is-home-wrapper .row h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    /* #milliken-is-home-wrapper {
        height: 80vh;
        background-size: 200%;
    }
    #milliken-is-home-wrapper .row {
        min-height: 80vh;
    }
    #milliken-is-home-wrapper .row .content-column {
        background: black;
        padding: 30px 0;
        top: 0;
    }
    #milliken-is-home-mobile-content {
        display: block;
    } */
    #milliken-is-home-wrapper {
        background-position-x: 50%;
    }
}
@media only screen and (max-width: 500px) { 
    #milliken-is-home-mobile-content h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #milliken-is-home-wrapper .row h2 {
        font-size: 25px;
    }
}
/* >> Coordination - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #milliken-is-home-wrapper .row p {
        font-size: 22px;
    }
}
/* >> Coordination - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #milliken-is-home-mobile-content p {
        font-size: 15px;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #milliken-is-home-mobile-content h2 {
        font-size: 19px;
    }
}
/* >> Coordination - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #milliken-is-home-mobile-content h2 {
        font-size: 17px;
        letter-spacing: 0;
    }
}


/*** Modular ***/
#modular-wrapper {
    position: relative;
    padding: 0;
    background: white;
    color: black;
}
/* >> Versatility - Slideshow */
#modular-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#modular-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% !important;
}
#modular-slide-1 {
    background-image: url('/-/media/1645e7d4bc484869a8e961c07725f580.ashx');
}
#modular-slide-2 {
    background-image: url(' /-/media/6783c26ff2d549aeb4cfb661b241b850.ashx');
}
#modular-slide-3 {
    background-image: url('/-/media/9398929f6fa34eb4b7489afc5aa7cfcd.ashx');
}
#modular-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#modular-wrapper h2,
#modular-wrapper p:not(.hotspot-content p) {
    text-align: center;
    color: black;
}
#modular-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#modular-wrapper h2 {
    text-transform: none;
    font-weight: 200 !important;
    letter-spacing: 0px;
    font-size: 34px;;
    text-transform: none;
    margin-bottom: 10px;
}
#modular-wrapper .content-column {
    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;
    align-items: end;
}
#modular-wrapper .content-column > div {
    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;
    text-align: center;
    align-items: center;
    max-width: 525px;
    margin-left: 5vw;
}
#modular-wrapper .content-column p {
    margin: 40px 0;
}
/* >> Versatility - Hotspots */
#modular-wrapper .hotspot-content p {
    color: black;
}
#modular-hotspot-1 {
    bottom: 37%;
    left: 33%;
}
#modular-hotspot-2 {
    bottom: 26%;
    left: 50%;
}
#modular-hotspot-3 {
    bottom: 30%;
    left: 22%;
}
#modular-hotspot-4 {
    bottom: 30%;
    right: 50%;
}
#modular-hotspot-5 {
    bottom: 40%;
    right: 44%;
}
#modular-hotspot-6 {
    bottom: 38%;
    left: 15%;
}
#modular-hotspot-7 {
    bottom: 30%;
    right: 47%;
}
#modular-hotspot-8 {
    bottom: 35%;
    right: 35%;
}
#modular-hotspot-9 {
    bottom: 30%;
    right: 30%;
}
/* >> Versatility - Pager */
#modular-slideshow-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: 7vh;
    z-index: 500;
    width: 100%;
}
#modular-slideshow-wrapper .cycle-pager a {
    width: 110px;
    height: 3px;
    background: #aaa;
    margin: 0 0.5vw;
}
#modular-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #656565;  
}
/* >> Versatility - Slideshow Controls */
#modular-outer-wrapper {
    position: relative;  
}
#modular-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 500;
}
#modular-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#modular-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#modular-slideshow-controls button:focus {
    outline: none;
}
#modular-wrapper a.mlkn-button {
    color: white;
    background: black;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
/* >> Versatility - Mobile Content */
#modular-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#modular-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; 
}
#modular-mobile-content h2,
#modular-mobile-content p {
    color: #fff;
    text-align: left;
}
#modular-mobile-content h2 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#modular-mobile-content p {
    font-size: 16px;
}
/* >> Versatility - Media Queries */
@media only screen and (max-width: 1700px) {
    #modular-hotspot-7 {
        bottom: 35%;
    }
}
@media only screen and (max-width: 1600px) {
    #modular-hotspot-4 {
        bottom: 35%;
    }
}
@media only screen and (max-width: 1450px) {
    #modular-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
    #modular-hotspot-7 {
        bottom: 40%;
    }
}
@media only screen and (max-width: 1200px) {

    #modular-wrapper .content-column > div {
        margin: 5vh auto;
        max-width: unset;
    }
    #modular-hotspot-4 {
        bottom: 30%;
    }
    #modular-slideshow-wrapper .cycle-pager {
        bottom: 10vh;
    }
}
@media only screen and (max-width: 1100px) {
    #modular-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #modular-slideshow-wrapper .cycle-slideshow,
    #modular-slideshow-wrapper .slide {
        height: auto;
        min-height: 75vh;
    }
    #modular-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #modular-wrapper h2 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #modular-wrapper p {
        font-size: 16px;
    }
    /* #modular-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #modular-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #modular-slideshow-wrapper .hotspot {
        display: none;
    }
    #modular-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #modular-slideshow-wrapper .cycle-slideshow,
    #modular-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #modular-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #modular-slideshow-wrapper .slide-content {
        display: none;
    }
    #modular-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #modular-mobile-content h2 {
        font-size: 25px;
    }
    #modular-mobile-content p {
        font-size: 15px;
    }
    #modular-wrapper h2 {
        font-size: 25px;
    }
    #modular-slideshow-wrapper .slide {
        background-size: 125% !important;
    }
    #modular-slideshow-controls {
        bottom: 2%;
    }
}
/* >> Versatility - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #modular-wrapper h2 {
        font-size: 55px;
    }    
    #modular-wrapper p {
        font-size: 25px;
    }
}
/* >> Versatility - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> Versatility - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #modular-mobile-content h2 {
        font-size: 28px;
    }

}
/* >> Versatility - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   

}


/*** We Got You Covered ***/
#we-got-you-covered-wrapper {
    height: 100vh;
    background-image: url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-x: 75%;
    background-position-y: bottom;
}
#we-got-you-covered-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;
}
#we-got-you-covered-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}

/* >> We Got You Covered - Content */
#we-got-you-covered-wrapper .row h2,
#we-got-you-covered-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#we-got-you-covered-wrapper .row h2 {
    font-size: 34px;  
    letter-spacing: 0px;
    font-weight: 200 !important;
}
#we-got-you-covered-wrapper .row p {
    font-size: 16px;
    margin: 3vh auto;
}
#we-got-you-covered-wrapper .content-column {
    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;
}
#we-got-you-covered-wrapper .content-column > div {
    margin: 0 6vw 0 7vw;
    text-align: center;    
}
#we-got-you-covered-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: white;
    color: black;
    border: 1px solid white;
    font-weight: 700 !important;
}
/* >> We Got You Covered - Hotspots */
#we-got-you-covered-hotspot-1 {
    bottom: 45%;
    left: 7%;
}
#we-got-you-covered-hotspot-2 {
    bottom: 45%;
    right: 40%;
}
#we-got-you-covered-hotspot-3 {
    bottom: 34%;
    right: 18%;
}
#we-got-you-covered-hotspot-3 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> We Got You Covered - Mobile Content */
#we-got-you-covered-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#we-got-you-covered-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; 
}
#we-got-you-covered-mobile-content h2,
#we-got-you-covered-mobile-content p {
    color: #fff;
    text-align: center;
}
#we-got-you-covered-mobile-content h2 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#we-got-you-covered-mobile-content p {
    font-size: 16px;
}

/* >> We Got You Covered - Media Queries */
@media only screen and (max-width: 1600px) {
    #we-got-you-covered-hotspot-1 {
        bottom: 25%;
    }
    #we-got-you-covered-hotspot-2 {
        bottom: 43%;
        right: 35%;
    }
    #we-got-you-covered-hotspot-3 {
        bottom: 25%;
    }
}
@media only screen and (max-width: 1199px) {
    #we-got-you-covered-wrapper .row h2,
    #we-got-you-covered-wrapper .row p {
        max-width: 800px;
    }

}
@media only screen and (max-width: 991px) {
    #we-got-you-covered-wrapper .row h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    /* #we-got-you-covered-wrapper {
        height: 80vh;
        background-size: 200%;
    }
    #we-got-you-covered-wrapper .row {
        min-height: 80vh;
    }
    #we-got-you-covered-wrapper .row .content-column {
        background: black;
        padding: 30px 0;
        top: 0;
    }
    #we-got-you-covered-mobile-content {
        display: block;
    } */
}
@media only screen and (max-width: 500px) { 
    #we-got-you-covered-mobile-content h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #we-got-you-covered-wrapper .row h2 {
        font-size: 25px;
    }
    #we-got-you-covered-wrapper {
        background: -moz-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background: -webkit-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background: -o-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background: -ms-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/3f984910473340df85a1b8b77dfa0fa7.ashx) no-repeat;
        background-position-y: bottom;
        background-position-x: 5%;
    }
    #we-got-you-covered-wrapper a.mlkn-button {
        width: 250px;
    }
    #we-got-you-covered-wrapper .content-column > div {
        margin: auto;
    }
}
/* >> We Got You Covered - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #we-got-you-covered-wrapper .row p {
        font-size: 22px;
    }
}
/* >> We Got You Covered - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #we-got-you-covered-mobile-content p {
        font-size: 15px;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #we-got-you-covered-mobile-content h2 {
        font-size: 19px;
    }
}
/* >> We Got You Covered - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #we-got-you-covered-mobile-content h2 {
        font-size: 17px;
        letter-spacing: 0;
    }
}

/*** Moisture Management ***/
#moisture-management-wrapper {
    position: relative;
    padding: 0;
    background: white;
    color: black;
}
/* >> Moisture Management - Slideshow */
#moisture-management-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#moisture-management-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% !important;
}

#moisture-management-slide-1 {
    background-image: url('/-/media/8e69debab1c34dce8db70737a78184e8.ashx');
}
#moisture-management-slide-2 {
    background-image: url('/-/media/df85725ab3714cfc9e21da94a687ba95.ashx');
}
#moisture-management-slide-3 {
    background-image: url('/-/media/c339df689e7a48999cde3ed409e64d43.ashx');
}
#moisture-management-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#moisture-management-wrapper h2,
#moisture-management-wrapper p:not(.hotspot-content p) {
    text-align: center;
    color: black;
}
#moisture-management-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#moisture-management-wrapper h2 {
    text-transform: none;
    font-weight: 200 !important;
    letter-spacing: 0px;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
}
#moisture-management-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#moisture-management-wrapper .content-column p {
    margin: 40px 0;
}
#moisture-management-wrapper .content-column > div {
    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;
    align-items: center;
}
/* >> Moisture Management - Hotspots */
#moisture-management-wrapper .hotspot-content p {
    color: black;
}
#moisture-management-hotspot-1 {
    top: 35%;
    left: 18%;
}
#moisture-management-hotspot-2 {
    bottom: 30%;
    left: 23%;
}
#moisture-management-hotspot-3 {
    bottom: 40%;
    left: 18%;
}
#moisture-management-hotspot-4 {
    bottom: 33%;
    right: 45%;
}
#moisture-management-hotspot-5 {
    bottom: 45%;
    left: 38%;
}
#moisture-management-hotspot-6 {
    bottom: 34%;
    right: 35%;
}
#moisture-management-hotspot-7 {
    bottom: 24%;
    right: 45%;
}
/* >> Moisture Management - Pager */
#moisture-management-slideshow-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: 7vh;
    z-index: 500;
    width: 100%;
}
#moisture-management-slideshow-wrapper .cycle-pager a {
    width: 110px;
    height: 3px;
    background: #aaa;
    margin: 0 0.5vw;
}
#moisture-management-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #656565;  
}
/* >> Moisture Management - Slideshow Controls */
#moisture-management-outer-wrapper {
    position: relative;  
}
#moisture-management-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45%;
    width: 100%;
    z-index: 500;
}
#moisture-management-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 34px;;
    color: #fff;
}
#moisture-management-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#moisture-management-slideshow-controls button:focus {
    outline: none;
}
#moisture-management-wrapper a.mlkn-button {
    color: white;
    background: black;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
/* >> Moisture Management - Mobile Content */
#moisture-management-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#moisture-management-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; 
}
#moisture-management-mobile-content h2,
#moisture-management-mobile-content p {
    color: #fff;
    text-align: left;
}
#moisture-management-mobile-content h2 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#moisture-management-mobile-content p {
    font-size: 16px;
}
/* >> Moisture Management - Media Queries */
@media only screen and (max-width: 1450px) {
    #moisture-management-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #moisture-management-slideshow-wrapper .cycle-pager {
        bottom: 10vh;
    }
}
@media only screen and (max-width: 1100px) {
    #moisture-management-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #moisture-management-slideshow-wrapper .cycle-slideshow,
    #moisture-management-slideshow-wrapper .slide {
        height: auto;
        min-height: 75vh;
    }
    #moisture-management-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #moisture-management-wrapper h2 {
        font-size: 34px;;
        margin-top: 40px;
    }    
    #moisture-management-wrapper p {
        font-size: 16px;
    }
    /* #moisture-management-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #moisture-management-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #moisture-management-slideshow-wrapper .hotspot {
        display: none;
    }
    #moisture-management-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #moisture-management-slideshow-wrapper .cycle-slideshow,
    #moisture-management-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #moisture-management-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #moisture-management-slideshow-wrapper .slide-content {
        display: none;
    }
    #moisture-management-mobile-content {
        display: block;
    }
    #moisture-management-slideshow-wrapper .cycle-slideshow, #moisture-management-slideshow-wrapper .slide {
        background-position: bottom;
    }
}
@media only screen and (max-width: 500px) {
    #moisture-management-mobile-content h2 {
        font-size: 25px;
    }
    #moisture-management-mobile-content p {
        font-size: 15px;
    }
    #moisture-management-wrapper h2 {
        font-size: 25px;
    }
    #moisture-management-slideshow-wrapper .slide {
        background-size: 125% !important;
    }
    #moisture-management-slideshow-controls {
        bottom: 50%;
    }
}
/* >> Moisture Management - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #moisture-management-wrapper h2 {
        font-size: 55px;
    }    
    #moisture-management-wrapper p {
        font-size: 25px;
    }
}
/* >> Moisture Management - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> Moisture Management - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #moisture-management-slideshow-controls {
        bottom: 55%;
    }
}
/* >> Moisture Management - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #moisture-management-slideshow-controls {
        bottom: 55%;
    }
}

/*** M/PACT ***/
#mpact-wrapper {
    height: 100vh;
    background-image: url(/-/media/b00d88326284466ab762fb59990b8937.ashx);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-x: 75%;
    background-position-y: center;
}
#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-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}

/* >> M/PACT - Content */
#mpact-wrapper .row h2,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mpact-wrapper .row h2 {
    font-size: 34px;;  
    letter-spacing: 0px;
    font-weight: 200 !important;
}
#mpact-wrapper .row p {
    font-size: 16px;
    margin: 3vh auto;
}
#mpact-wrapper .content-column {
    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;
}
#mpact-wrapper .content-column > div {
    margin: 0 6vw 0 7vw;
    text-align: center;    
}
#mpact-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: white;
    color: black;
    border: 1px solid white;
    font-weight: 700 !important;
}
/* >> M/PACT - Hotspots */
#mpact-hotspot-1 {
    top: 23%;
    left: 13%;
}
#mpact-hotspot-2 {
    top: 35%;
    left: 9%;
}
#mpact-hotspot-3 {
    bottom: 35%;
    left: 38%;
}
#mpact-hotspot-4 {
    bottom: 7%;
    right: 18%;
}
#mpact-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> M/PACT - 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 h2,
#mpact-mobile-content p {
    color: #fff;
    text-align: center;
}
#mpact-mobile-content h2 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#mpact-mobile-content p {
    font-size: 16px;
}

/* >> M/PACT - Media Queries */
@media only screen and (max-width: 1400px) {
    #mpact-hotspot-2 {
        top: 31%;
    }
    #mpact-hotspot-1 {
        top: 21%;
        left: 5%;
    }
}
@media only screen and (max-width: 1200px) {
    #mpact-wrapper {
        background-position-x: 0%;
    }
}
@media only screen and (max-width: 1199px) {
    #mpact-wrapper .row h2,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-hotspot-1 {
        display: none;
    }
    #mpact-hotspot-2 {
        top: revert;
        left: revert;
        bottom: 25%;
        right: 20%;
    }
    #mpact-hotspot-2 .hotspot-content {
        left: revert;
        right: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .row h2 {
        font-size: 30px;
    }
    #mpact-wrapper {
        /* background: url('/-/media/35139e3b1a324671918d0bb0df3978bb.ashx'), linear-gradient(to bottom, blue, red); */

        background: -moz-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
        background: -webkit-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
        background: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
        background: -o-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
        background: -ms-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
        background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25), transparent 100%), url(/-/media/b00d88326284466ab762fb59990b8937.ashx) no-repeat;
       
    }
}
@media only screen and (max-width: 767px) {
    /* #mpact-wrapper {
        height: 80vh;
        background-size: 200%;
    }
    #mpact-wrapper .row {
        min-height: 80vh;
    }
    #mpact-wrapper .row .content-column {
        background: black;
        padding: 30px 0;
        top: 0;
    }
    #mpact-mobile-content {
        display: block;
    } */
}
@media only screen and (max-width: 500px) { 
    #mpact-mobile-content h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #mpact-wrapper .row h2 {
        font-size: 25px;
    }
    #mpact-wrapper a.mlkn-button {
        width: 250px;
    }
    #mpact-wrapper .content-column > div {
        margin: auto;
    }
}
/* >> M/PACT - 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;
    }
}
/* >> M/PACT - 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;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-mobile-content h2 {
        font-size: 19px;
    }
}
/* >> M/PACT - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-mobile-content h2 {
        font-size: 17px;
        letter-spacing: 0;
    }
}
  
/*** 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;
    }
}

/*** SUSTAINABILITY OVERVIEW ***/
#sustainability-overview-wrapper {
    background: #322F30;
    position: relative;
    margin-top: -2px;
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* >> Sustainability Overview - Content */
#sustainability-overview-wrapper h3,
#sustainability-overview-wrapper p {
    color: #fff;
}
#sustainability-overview-wrapper h3 {
    text-transform: none;  
}
/* >> Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* >> Sustainability Overview - Media Queries */

/* >> Sustainability Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-overview-wrapper h3 {
        font-size: 32px; 
    }
    #sustainability-overview-wrapper p {
        font-size: 20px;
    }
}