   /*** 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;  
}
@media (min-width: 2000px) {
    main .container-fluid p:not(.color-tile p) {
        font-size: 22px !important;
    }
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
#navbar-circles li a {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#fs-intro-wrapper"]::before {
    content: "Clean Break";
}
#navbar-circles a[href="#collection-wrapper"]::before {
    content: "Collection Intro";
}
#navbar-circles a[href="#headstart-wrapper"]::before {
    content: "Head Start";
}
#navbar-circles a[href="#goodcause-wrapper"]::before {
    content: "Good Cause";
}
#navbar-circles a[href="#minddes-wrapper"]::before {
    content: "Mindfully Designed";
}

#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;
    }
}

.cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    z-index: 500;
    width: 50%;
    bottom: 10%;
    right: 25%;
}
.cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.cycle-pager a.cycle-pager-active {
    background: #fff;  
}

/*** 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: #2B2E34;
    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: absolute;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 9999;
    left: -155px;
    width: 350px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
#interactive-brochure-anchor:hover {
    background: #C9BAA7;
    border-color: #C9BAA7;
    color: white;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*** The Space between WRAPPER ***/
#fs-intro-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
#fs-intro-wrapper .soundWave {
    position: absolute;
    left: 0;
    max-width: 75%;
}
#fs-intro-wrapper .colorWordmark {
    max-width: 60vw;
}
/* >> The Space Between - Video Container */
#fs-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;
}
#fs-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 */
#fs-intro-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#fs-intro-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#fs-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;
}
#fs-intro-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#fs-intro-wrapper h3.below-title {
    margin-top: 2vh;
}
#fs-intro-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#fs-intro-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#fs-intro-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#fs-intro-wrapper .bottom-text p {
    font-size: 18px;
}
#fs-intro-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The Space Between - Text Container */
#fs-intro-wrapper .container {
    min-height: 25vh;
}
#fs-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;
}
#fs-intro-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#fs-intro-wrapper .container .button-wrapper {
    text-align: center;
}
#fs-intro-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#fs-intro-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#fs-intro-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #fs-intro-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media (max-width: 1200px) {
    #fs-intro-wrapper {
        min-height: 75vh;
    }
    #fs-intro-wrapper .video-container video {
        height: 75vh;
    }
    #fs-intro-wrapper .video-container {
        height: 75vh;
    }
}
@media only screen and (max-width: 991px) {
    #fs-intro-wrapper .container,
    #fs-intro-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #fs-intro-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #fs-intro-wrapper .container a.mlkn-button,
    #fs-intro-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #fs-intro-wrapper .text-overlay {
        width: 100%;
    }
    #fs-intro-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #fs-intro-wrapper .mobileOnly {
        display: revert;
    }
    #fs-intro-wrapper .desktopOnly {
        display: none;
    }
    #fs-intro-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #fs-intro-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #fs-intro-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #fs-intro-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #fs-intro-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #fs-intro-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #fs-intro-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #fs-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) {
    #fs-intro-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #fs-intro-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #fs-intro-wrapper .container,
    #fs-intro-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #fs-intro-wrapper .container p {
        font-size: 25px;
    }
    #fs-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) {
    #fs-intro-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}



 
/*** collection ***/
#collection-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
    /* height: var(--collectionHeight); */
}
#collection-slideshow-controls {
    display: none;
}
#collection-wrapper .text-box {
    position: relative;
    bottom: 0%;
    /* height: var(--collectionTextBoxHeight); */
    display: flex;
    justify-content: center;
    /* justify-content: flex-end; */
    flex-direction: column;

    padding: 5rem;
}
#collection-wrapper .leftSide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
#collection-wrapper .text-box p {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    color: #616365;
    letter-spacing: 0px;
}
#collection-wrapper img, #collection-wrapper video {
    width: 72%;
    max-width: 520px;
}
#collection-wrapper .text-box {
    width: 72%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#collection-wrapper .col-lg-7 {
    z-index: 200;
}
#collection-outer-wrapper {
    position: relative;
    background: white;
}

/* >> collection - Slideshow */
#collection-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#collection-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#collection-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;
}
/* >> collection - Slide Content */
#collection-wrapper .image-container {
    /* min-height: max(75vh, 900px); */
    /* height: var(--headstartHeight); */
    height: var(--collectionHeight);
    background-size: cover;
    background-repeat: no-repeat;
}
#collection-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#collection-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    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;  
}
#collection-slide-1 .image-container {
    background-image: url('/-/media/1f2ef26a3ac74c59b4922b850bf7e577.ashx');
}
#collection-slide-2 .image-container {
    background-image: url('/-/media/f384579c77284f24b758248c37da663b.ashx');
}
#collection-slide-3 .image-container {
    background-image: url('/-/media/29a8fc1e11c94981b42b4eed06f960c7.ashx');
}

#collection-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#collection-slideshow-wrapper .slide .left-content h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#collection-slideshow-wrapper  .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#collection-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#collection-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#collection-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: black;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#collection-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> collection - Slideshow Controls */
#collection-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--collectionLeft);
    z-index: 100;
}
#collection-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#collection-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#collection-slideshow-controls button:focus {
    outline: none;
}

#collection-hotspot-1 {
    top: 35rem;
    left: 20rem;
}
#collection-hotspot-2 {
    bottom: 32rem;
    left: 19rem;
}
#collection-hotspot-3 {
    bottom: 20rem;
    left: 58rem;
}
#collection-hotspot-4 {
    right: 50rem;
    top: 43rem;
}
#collection-hotspot-5 {
    bottom: 20rem;
    left: 25rem;
}
#collection-hotspot-6 {
    right: 45rem;
    top: 43rem;
}
#collection-hotspot-7 {
    bottom: 20rem;
    left: 25rem;
}
/* >> collection - Media Queries */

@media only screen and (min-width: 2000px) {
    #collection-hotspot-2 {
        top: 53rem;
        left: 50rem;
    }
    #collection-wrapper img {
        object-fit: cover;
    }
    #collection-hotspot-4 {
        left: 52rem;
        top: 45rem;
    }
}

/* >> collection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #collection-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #collection-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #collection-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #collection-slideshow-controls {
        bottom: 20vh;
    }
    #collection-hotspot-2 {
        bottom: 25rem;
        left: 40%;
    }
}
@media (max-width: 1600px) {
    #collection-hotspot-1 {
        top: 29rem;
    }
    #collection-hotspot-2 {
        top: 43rem;
        left: 39rem;
    }
    #collection-hotspot-4 {
        right: 25rem;
    }
    #collection-hotspot-6 {
        right: 25rem;
        top: 48rem;
    }
    #collection-wrapper .text-box {
        padding: 40px;
        justify-content: center;
    }
    #collection-wrapper {
        margin-top: 7rem;
    }
}
/* >>> collection - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #collection-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #collection-slideshow-wrapper .slide .left-content h2 {
        font-size: 36px;
    }
    #collection-slideshow-controls {

    }
    #collection-wrapper .text-box { 
    }
}

@media only screen and (max-width: 1200px) {
    #collection-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 50vh;
    }
    #collection-slideshow-wrapper .slide .left-content,
    #collection-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #collection-slideshow-wrapper .slide .right-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #collection-slideshow-wrapper .slide .left-content {
        min-height: max(375px, 50vh);
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #collection-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #collection-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #collection-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #collection-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #collection-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #collection-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #collection-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #collection-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #collection-wrapper .text-box { 
        height: auto;
    }
    #collection-wrapper .text-box p {
        width: 100%;
    }

    #collection-wrapper .image-container {
        min-height: 50vh;
        background-position: center;
    }

    #collection-wrapper .text-box {
        left: 0 !important;
        max-width: 600px !important;
        width: 100% !important;
        padding: 3rem !important;
    }
}
/* >> collection - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #collection-slideshow-wrapper .slide .left-content h2 {
        font-size: 22px;
    }
    #collection-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #collection-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
}
/* >> collection - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #collection-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #collection-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #collection-wrapper .image-container {
        min-height: revert;
        /* height: var(--headstartHeight); */
    }
    #collection-slideshow-wrapper .cycle-slideshow {
        min-height: revert;
    }
 
    #collection-wrapper .text-box {
        left: 4rem;
        padding: 25px;
    }
}
@media only screen and (max-width: 500px) {
    #collection-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #collection-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #collection-wrapper .text-box {
        left: 2rem;
    }
}
/* >> collection - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> collection - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> collection - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> collection - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}

/*patterns wrapper*/
#patterns-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
}
#patterns-wrapper .image-container {
    background-size: cover;
    height: var(--patternsHeight);
    min-height: max(100%, 500px);
}
#patterns-wrapper .leftSide, #patterns-wrapper .rightSide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
#patterns-wrapper p.title:not(.hotspot-content p) {
    color: #63646699;
    font-size: 46px; 
    letter-spacing: 11.5px;
    line-height: normal;
    padding: 5rem 5rem 0;
    text-align: center;
}
#patterns-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    color: #616365;
    letter-spacing: 0px;
    padding: 5rem 10rem;
}
#patterns-slide-1 .image-container {
    background-image: url('/-/media/39e48795a1b7401783285c8ed0a5e5ca.ashx');
}
#patterns-slide-2 .image-container {
    background-image: url('/-/media/cdeb5d5658d84994b964b1efd99f0f54.ashx');
}
#patterns-hotspot-1 {
    bottom: 45%;
    left: 40%;
}
#patterns-hotspot-2 {
    bottom: 35%;
    right: 40%;
}
#patterns-hotspot-3 {
    bottom: 35%;
    left: 40%;
}
#patterns-hotspot-4 {
    bottom: 30%;
    right: 45%;
}
#patterns-wrapper .mobileOnly {
    display: none;
}

@media (max-width: 1600px) {
    #patterns-wrapper p.title:not(.hotspot-content p) {
        letter-spacing: 6px;
    }
    #patterns-wrapper p:not(.hotspot-content p) {
        padding: 5rem;
    }
}
@media (max-width: 1400px) {
    #patterns-wrapper p.title:not(.hotspot-content p) {
        letter-spacing: 0;
    }
    #patterns-hotspot-1 {
        bottom: 45%;
        left: 45%;
    }
    #patterns-hotspot-2 {
        bottom: 35%;
        right: 35%;
    }
    #patterns-hotspot-3 {
        bottom: 35%;
        left: 45%;
    }
    #patterns-hotspot-4 {
        bottom: 30%;
        right: 40%;
    }
}
@media (max-width: 1200px) {
    #patterns-wrapper .desktopOnly {
        display: none;
    }
    #patterns-wrapper .mobileOnly {
        display: revert;
        width: 100%;
    }
    #patterns-wrapper .leftSide p:not(.hotspot-content p) {
        padding: 0 3rem;
    }
    #patterns-wrapper .rightSide p:not(.hotspot-content p) {
        padding: 0 3rem;
    }
    #patterns-wrapper .leftSide .mobileOnly {
        margin-bottom: 4px;
    }
    #patterns-wrapper .rightSide .mobileOnly {
        margin-top: 4px;
    }
    #patterns-wrapper .cycle-pager {
        bottom: var(--patternsSliderBottom);
    }
    #patterns-wrapper p.title:not(.hotspot-content p) {
        padding: 3rem 0 0;
    }
    #patterns-wrapper p:not(.hotspot-content p) {
        max-width: 600px;
    }
    #patterns-wrapper {
        margin-top: 0;
    }
    #patterns-slide-2 .image-container {
        background-position-y: center;
    }
}
@media (max-width: 767px) {
    #patterns-wrapper p.title:not(.hotspot-content p) {
        font-size: 28px;
    }
}

/*interplay-wrapper*/
#interplay-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
    width: 100%;
}

#interplay-wrapper .slide {
    width: 100%;
}
#interplay-wrapper .image-container {
    height: var(--interplayHeight);
    background-size: cover;
    width: 100%;
}

#interplay-slide-1 .image-container {
    background-image: url('/-/media/6ad28f6c2dab4bc29bdbb5b3a295086f.ashx');
}
#interplay-slide-2 .image-container {
    background-image: url('/-/media/86fdc44da78441478c6e3428e0f1560c.ashx');
}
#interplay-slide-3 .image-container {
    background-image: url('/-/media/d4a12b92b2b94e44a78f9e9677948627.ashx');
}
#interplay-hotspot-1 {
    bottom: 40%;
    left: 40%;
}
#interplay-hotspot-2 {
    bottom: 35%;
    right: 40%;
}
#interplay-hotspot-3 {
    bottom: 40%;
    left: 40%;
}
#interplay-hotspot-4 {
    bottom: 35%;
    right: 40%;
}
#interplay-hotspot-5 {
    bottom: 40%;
    left: 40%;
}
#interplay-hotspot-6 {
    bottom: 35%;
    right: 40%;
}

/*interplay-wrapper*/
#tactile-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
    width: 100%;
}
#tactile-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    letter-spacing: 0px;
    color: #616365;
    text-align: left;
    margin-left: 5vw;
    padding: 3rem 0;
}
#tactile-wrapper .leftSide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#tactile-wrapper .rightSide {
    display: flex;
    justify-content: end;
    flex-direction: row;
}
#tactile-wrapper .leftSide img {
    max-width: 580px;
}
#tactile-wrapper .leftSide .text-box {
    width: var(--tactileTextBoxWidth);
}
#tactile-wrapper .image-container {
    height: var(--tactileHeight);
    background-size: cover;
    background-image: url('/-/media/cedd006ddabb4d2ab6f60e090f723d79.ashx');
    max-width: calc(100vw*.64);
    width: 100%;
}
#tactile-hotspot-1 {
    top: 43%;
    right: 39%;
}
#tactile-hotspot-2 {
    bottom: 20%;
    right: 45%;
}
#tactile-hotspot-3 {
    bottom: 5%;
    right: 30%;
}
@media (max-width: 1800px) {
    #tactile-wrapper .image-container {
        height: max(var(--tactileHeight), 100%);
    }
}
@media (max-width: 1200px) {
    #tactile-wrapper .leftSide img {
        display: none;
    }
    #tactile-wrapper .image-container {
        max-width: none;
        height: var(--tactileHeight);
    }
    #tactile-wrapper .leftSide .text-box {
        width: 100%;
        padding: 0 2rem;
        max-width: 600px;
    }
    #tactile-wrapper .leftSide {
        align-items: center;
    }
    #tactile-wrapper p:not(.hotspot-content p) {
        margin-left: 0;
    }
    #interplay-wrapper {
        margin-top: 3rem;
    }
    #tactile-wrapper {
        margin-top: 3rem;
    }
    
}
/*organic wrapper*/
#organic-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
    width: 100%;
}
#organic-wrapper .slide {
    width: 100%;
}
#organic-wrapper .image-container {
    height: var(--organicHeight);
    background-size: cover;
    min-height: 500px;
}
#organic-wrapper .leftSide {
    width: calc(100vw*(1200/1920));
}
#organic-wrapper .rightSide {
    width: calc(100vw*(720/1920));
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#organic-wrapper img {
    width: calc(100vw*(520/1920));
    height: calc(100vw*(520/1920)*(880/520));
}
#organic-wrapper .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#organic-slide-1 .image-container {
    background-image: url('/-/media/92610823ed7441bda4d6aec4b240a862.ashx');
}
#organic-slide-2 .image-container {
    background-image: url('/-/media/aee8556743a340e6a9f85e4b28554fc1.ashx');
}
#organic-hotspot-1 {
    bottom: 24%;
    left: 29%;
}
#organic-hotspot-2 {
    bottom: 24%;
    left: 29%;
}
#organic-wrapper .cycle-pager {
    width: 260px;
    right: calc(((100vw*(720/1920))/2) - 130px);
    bottom: 4%;
}
#organic-wrapper .cycle-pager a {
    border: 1px solid #636466;
}
#organic-wrapper .cycle-pager a.cycle-pager-active {
    background-color: #636466;
}
@media (max-width: 1200px) {
    #organic-wrapper .rightSide {
        display: none;
    }
    #organic-wrapper .leftSide {
        width: 100%;
    }
    #organic-wrapper {
        margin-top: 6rem;
    }
    #organic-wrapper .cycle-pager {
        right: calc(50vw - 130px);
        bottom: 7%;
    }
    #organic-wrapper .cycle-pager a {
        border: 1px solid #fff;
    }
    #organic-wrapper .cycle-pager a.cycle-pager-active {
        background-color: #fff;
    }
}


/*colorline-wrapper*/
#colorline-wrapper {
    position: relative;
    padding: 0 10rem;
    margin-top: 10rem;
}

#colorline-wrapper .slide {
    width: 100%;
}

#colorline-wrapper .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#colorline-wrapper .bottom-row {
    margin-top: 5rem;
}
#colorline-wrapper a.mlkn-button {
    background-color: #616365;
    font-size: 16px;
    letter-spacing: 1.44px;
    color: #FEFEFE;
}
#colorline-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: left;
}

#colorline-wrapper .p-box {
    min-width: 300px;
    width: 25%;
    margin-right: 3rem;
}
#colorline-wrapper .titles span {
    font-size: 46px;
    color: #636466;
    opacity: 0.6;
    line-height: normal;
    white-space: nowrap;
 
}
#colorline-wrapper .titles span.active {
    font-weight: 600;
    border-bottom: 3.5px solid #636466;
}
#colorline-wrapper .titles {
    margin: auto 0;
    display: flex;
    justify-content: space-between;
}

#colorline-wrapper .color-tile:first-of-type, #colorline-wrapper .color-tile:last-of-type {
    padding: 10px 0;
}
#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: space-between;  
    margin-top: 20px;
}
#colorline-wrapper .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline-wrapper .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline-wrapper .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline-wrapper .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}
#colorline-wrapper .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 5rem;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 2rem;
}
#colorline-mobile img {
    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-mobile {
    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 (max-width: 1400px) {
    #colorline-wrapper .titles span {
        white-space: normal;
        width: 100%;
    }
    #colorline-wrapper .titles span.active {
        font-weight: 600;
        border-bottom: none;
    }
}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline-wrapper .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline-wrapper .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
    #colorline-wrapper {
        margin-top: 6rem;
    }
}
@media (max-width: 1100px) {
    #colorline-wrapper .titles {
        flex-direction: column;
    }
    #colorline-wrapper .titles span:nth-of-type(2) {
        height: 10px;
    }
    #colorline-wrapper {
        padding: 0 5rem;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 16%;
        padding: 7px;
    }

}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
    #colorline-mobile {
        display: revert;
    }
    #colorline-wrapper .button-container a {
        display: flex;
        flex-direction: column;
    }
    #colorline-wrapper {
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline-wrapper .cycle-slideshow, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper p {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}


/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: #fff;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
    position: relative;
    margin-top: 5rem;
  }
  #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: 48px;  
    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: 53%;
    left: 27%;
  }
  /* Media Queries */
  @media only screen and (max-width: 1600px) {
    #visualize-wrapper {
        margin-top: 2.5rem;
    }
    #visualize-wrapper .row h2 {
        font-size: 36px;
    }
  }
  @media only screen and (max-width: 1200px) {
    /* #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    } */
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @media only screen and (max-width: 1099px) {
    #visualize-wrapper h1 {
      font-size: 40px;  
    }
    #visualize-wrapper a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #visualize-wrapper b {
      font-size: 20px;  
    }
    #visualize-wrapper h1 {
      font-size: 35px;  
    }
    #visualize-wrapper a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
  }
  @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;
    }
    #visualize-wrapper {
        margin-top: 0;
    }
  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  

/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
}
#mpact-wrapper .image-container {
    height: max(400px, 33vh);
    background-image: url('/-/media/1E02C2EBD9974555A6880FCA5EF3B35E.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;
        margin-top: 5rem;
    }
    #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;
    }
}


/*** 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;
    }
}

