   /*** 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="#cl-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: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 9999;
    left: -155px;
    width: 350px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
#interactive-brochure-anchor:hover {
    background: #C9BAA7;
    border-color: #C9BAA7;
    color: white;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*** The Space between WRAPPER ***/
#cl-intro-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
#cl-intro-wrapper .soundWave {
    position: absolute;
    left: 0;
    max-width: 75%;
}
#cl-intro-wrapper .colorWordmark {
    max-width: 60vw;
}
/* >> The Space Between - Video Container */
#cl-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;
}
#cl-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 */
#cl-intro-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#cl-intro-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#cl-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;
}
#cl-intro-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#cl-intro-wrapper h3.below-title {
    margin-top: 2vh;
}
#cl-intro-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#cl-intro-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#cl-intro-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#cl-intro-wrapper .bottom-text p {
    font-size: 18px;
}
#cl-intro-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The Space Between - Text Container */
#cl-intro-wrapper .container {
    min-height: 25vh;
}
#cl-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;
}
#cl-intro-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#cl-intro-wrapper .container .button-wrapper {
    text-align: center;
}
#cl-intro-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#cl-intro-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#cl-intro-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #cl-intro-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media (max-width: 1200px) {
    #cl-intro-wrapper {
        min-height: 75vh;
    }
    #cl-intro-wrapper .video-container video {
        height: 75vh;
    }
    #cl-intro-wrapper .video-container {
        height: 75vh;
    }
}
@media only screen and (max-width: 991px) {
    #cl-intro-wrapper .container,
    #cl-intro-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #cl-intro-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #cl-intro-wrapper .container a.mlkn-button,
    #cl-intro-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #cl-intro-wrapper .text-overlay {
        width: 100%;
    }
    #cl-intro-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #cl-intro-wrapper .mobileOnly {
        display: revert;
    }
    #cl-intro-wrapper .desktopOnly {
        display: none;
    }
    #cl-intro-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #cl-intro-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #cl-intro-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #cl-intro-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #cl-intro-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #cl-intro-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #cl-intro-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #cl-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) {
    #cl-intro-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #cl-intro-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #cl-intro-wrapper .container,
    #cl-intro-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #cl-intro-wrapper .container p {
        font-size: 25px;
    }
    #cl-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) {
    #cl-intro-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


 
/*** collection ***/
#collection-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
}
#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;
    border-left: 10px solid #333;
    border-bottom: 10px solid #333;
    left: 13rem;
    padding: 10rem;
}
#collection-wrapper .text-box p {
    width: 80%;
    margin-bottom: 0;
}
#collection-wrapper img {
    width: 89%;
}
#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: 90vh;
    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/b892a0f9905f4bb696704899f9c6f432.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: 43rem;
    left: 43rem;
}
#collection-hotspot-3 {
    bottom: 20rem;
    left: 25rem;
}
#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 {
        left: 55px;
        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: 90%;
    }
    #collection-wrapper img.left-image {
        display: none;
    } 
    #collection-wrapper .image-container {
        min-height: 50vh;
        background-position: center;
    }
    #collection-wrapper img {
        display: none;
    }
}
/* >> 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 p {
        width: 85%;
    }
    #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) {

}


/*** headstart ***/
#headstart-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
}
#headstart-slideshow-controls {
    display: none;
}
#headstart-wrapper .text-box {
    position: relative;
    height: var(--headStartSmallTextHeight);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 12rem;
}
#headstart-wrapper .text-box p {
    width: 80%;
    margin-left: 8rem;
    z-index: 999;
}
#headstart-wrapper img.wordmark {
    width: 261px;
    margin-top: var(--collectionWordmarkOffset);
    margin-left: 20rem;
    position: relative;
}
#headstart-wrapper img.collection-background {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
}
#headstart-wrapper .col-lg-7 {
    z-index: 200;
}
#headstart-outer-wrapper {
    position: relative;
    background: white;
}
#headstart-wrapper .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    max-height: 50%;
}
/* >> headstart - Slideshow */
#headstart-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#headstart-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#headstart-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;
}
/* >> headstart - Slide Content */
#headstart-wrapper .image-container {
    /* min-height: 100vh;
    height: var(--headstartHeight); */
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}
#headstart-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#headstart-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;  
}
#headstart-wrapper .image-container {
    background-image: url('/-/media/c91eeb9a87884900bf63cc9e06f72a7c.ashx');
}


#headstart-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#headstart-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;
}
#headstart-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;
}
#headstart-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#headstart-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#headstart-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;
}
#headstart-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> headstart - Slideshow Controls */
#headstart-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--headstartLeft);
    z-index: 100;
}
#headstart-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#headstart-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#headstart-slideshow-controls button:focus {
    outline: none;
}

#headstart-hotspot-1 {
    bottom: 25rem;
    left: 35rem;
}
#headstart-hotspot-2 {
    bottom: 10rem;
    right: 31rem;
}
/* >> headstart - Media Queries */
@media (min-width: 2000px) {
    #headstart-wrapper img.collection-background, #headstart-wrapper .right-image {
        width: 36%;
    }
}
/* >> headstart - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #headstart-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #headstart-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #headstart-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #headstart-slideshow-controls {
        bottom: 20vh;
    }
    #headstart-wrapper img.collection-background, #headstart-wrapper .right-image {
        width: 37%;
    }
}
@media (max-width: 1600px) {
    #headstart-wrapper img.wordmark {
        width: 195.75px;
        margin-left: 125px;
    }
    #headstart-wrapper .text-box {
        margin-left: 125px;
        padding: 0;
    }
    #headstart-wrapper .text-box p {
        margin-left: 0;
    }
    #headstart-wrapper {
        margin-top: 7rem;
    }
}
/* >>> headstart - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #headstart-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #headstart-slideshow-wrapper .slide .left-content h2 {
        font-size: 36px;
    }
    #headstart-slideshow-controls {

    }
}
@media only screen and (max-width: 1400px) {
    #headstart-wrapper .text-box { 
    }
}
@media only screen and (max-width: 1200px) {
    #headstart-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #headstart-slideshow-wrapper .slide .left-content,
    #headstart-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #headstart-slideshow-wrapper .slide .right-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #headstart-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;
    }
    #headstart-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #headstart-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #headstart-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #headstart-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #headstart-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #headstart-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #headstart-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #headstart-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #headstart-wrapper img.right-image {
        display: none;
    }
    #headstart-wrapper img.collection-background {
        width: 650px;
        max-width: 90%;
        left: 0%;
        top: 0;
    }
    #headstart-wrapper .text-box {
        margin: 2rem auto 3rem 10rem;;
    }
    #headstart-wrapper .image-container {
        min-height: 50vh;
        background-position: center;
    }
    #headstart-wrapper img.wordmark {
        left: 10rem;
        margin-left: 0;
    }
    #headstart-wrapper .text-box p {
        width: 90%;
    }
    #headstart-wrapper {
        margin-top: 5rem;
    }
}
/* >> headstart - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #headstart-slideshow-wrapper .slide .left-content h2 {
        font-size: 22px;
    }
    #headstart-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #headstart-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
}
/* >> headstart - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #headstart-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #headstart-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #headstart-wrapper .text-box {
        margin: 4rem auto 2rem 7.5rem;;
    }
    #headstart-wrapper img.wordmark {
        left: 7.5rem;
    }
    #headstart-wrapper .text-box p {
        width: 90%;
    }
    #headstart-wrapper .image-container {
        min-height: revert;
    }
    #headstart-wrapper {
        margin-top: 5rem;
    }
    #headstart-wrapper img.collection-background {
        max-width: 95%;
        width: 95%;
        right: 0;
        left: revert;
    }
}
@media only screen and (max-width: 500px) {
    #headstart-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #headstart-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #headstart-wrapper .text-box {
        margin: 4rem auto 2rem 5rem;;
    }
    #headstart-wrapper img.wordmark {
        left: 5rem;
    }
}
/* >> headstart - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> headstart - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> headstart - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> headstart - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}


/*** goodcause ***/
#goodcause-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
}
#goodcause-slideshow-controls {
    display: none;
}
#goodcause-wrapper .text-box {
    position: relative;
    height: var(--goodCauseSmallTextHeight);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 12rem;
}
#goodcause-wrapper .text-box p {
    width: 80%;
    margin-left: 8rem;
}
#goodcause-wrapper img.wordmark {
    width: 337px;
    margin-top: var(--goodcauseWordmarkOffset);
    margin-left: 20rem;
    position: relative;
}
#goodcause-wrapper img.goodcause-background {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
}
#goodcause-wrapper .col-lg-7 {
    z-index: 200;
}
#goodcause-outer-wrapper {
    position: relative;
    background: white;
}
#goodcause-wrapper .left-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    max-height: 50%;
}
/* >> goodcause - Slideshow */
#goodcause-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#goodcause-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#goodcause-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;
}
/* >> goodcause - Slide Content */
#goodcause-wrapper .image-container {
    /* min-height: 100vh;
    height: var(--headstartHeight); */
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}
#goodcause-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#goodcause-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;  
}
#goodcause-wrapper .image-container {
    background-image: url('/-/media/3b64307e4d7347da9c67fdf39fa54546.ashx');
}


#goodcause-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#goodcause-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;
}
#goodcause-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;
}
#goodcause-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#goodcause-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#goodcause-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;
}
#goodcause-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> goodcause - Slideshow Controls */
#goodcause-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--goodcauseLeft);
    z-index: 100;
}
#goodcause-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#goodcause-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#goodcause-slideshow-controls button:focus {
    outline: none;
}


#goodcause-hotspot-1 {
    bottom: 10rem;
    left: 20rem;
}
#goodcause-hotspot-2 {
    bottom: 10rem;
    right: 45%;
}
/* >> goodcause - Media Queries */
/* >> goodcause - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #goodcause-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #goodcause-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #goodcause-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #goodcause-slideshow-controls {
        bottom: 20vh;
    }
}
@media (max-width: 1600px) {
    #goodcause-wrapper .text-box {
        padding: 0 0 0 100px;
    }
    #goodcause-wrapper .text-box p {
        margin-left: 0;
    }
    #goodcause-wrapper img.wordmark {
        width: 252.75px;
        margin-left: 100px;
    }
    #goodcause-hotspot-1 {
        bottom: 6rem;
        left: 13rem;
    }
    #goodcause-wrapper {
        margin-top: 7rem;
    }
}
/* >>> goodcause - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #goodcause-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #goodcause-slideshow-wrapper .slide .left-content h2 {
        font-size: 36px;
    }
    #goodcause-slideshow-controls {

    }
}
@media only screen and (max-width: 1400px) {
    #goodcause-wrapper .text-box { 
    }
}
@media only screen and (max-width: 1200px) {
    #goodcause-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #goodcause-slideshow-wrapper .slide .left-content,
    #goodcause-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #goodcause-slideshow-wrapper .slide .right-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #goodcause-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;
    }
    #goodcause-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #goodcause-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #goodcause-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #goodcause-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #goodcause-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #goodcause-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #goodcause-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #goodcause-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #goodcause-wrapper img.goodcause-background {
        width: 695px;
        max-width: 90%;
    }
    #goodcause-wrapper img.wordmark {
        margin-left: 10rem;
    }
    #goodcause-wrapper .text-box {
        margin: 4rem auto 2rem 10rem;   
        padding: 0;
    }
    #goodcause-wrapper .image-container {
        min-height: 50vh;
        background-position: center;
    }
    #goodcause-wrapper .left-image {
        display: none;
    }
}
/* >> goodcause - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #goodcause-slideshow-wrapper .slide .left-content h2 {
        font-size: 22px;
    }
    #goodcause-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #goodcause-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
}
/* >> goodcause - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #goodcause-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #goodcause-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #goodcause-wrapper .image-container {
        min-height: revert;
    }
    #goodcause-wrapper .text-box p {
        width: 90%;
    }
    #goodcause-wrapper {
        margin-top: 5rem;
    }
    #goodcause-wrapper .text-box {
        margin: 4rem auto 2rem 7.5rem;
    }
    #goodcause-wrapper img.wordmark {
        margin-left: 7.5rem;
    }
    #goodcause-wrapper img.goodcause-background {
        max-width: 95%;
        width: 95%;
    }
}
@media only screen and (max-width: 500px) {
    #goodcause-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #goodcause-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #goodcause-wrapper .text-box {
        margin: 4rem auto 2rem 5rem;
    }
    #goodcause-wrapper img.wordmark {
        margin-left: 5rem;
    }
}
/* >> goodcause - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> goodcause - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> goodcause - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> goodcause - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}


/*** minddes ***/
#minddes-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
}
#minddes-slideshow-controls {
    display: none;
}
#minddes-wrapper .text-box {
    position: relative;
    height: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 12rem 0;
}
#minddes-wrapper .text-box p {
    width: 100%;
    margin-left: 8rem;
}
#minddes-wrapper img.wordmark {
    width: 294px;
    margin-top: var(--minddesWordmarkOffset);
    margin-left: 20rem;
    position: relative;
}
#minddes-wrapper img.minddes-background {
    width: 100%;
    position: relative;
}
#minddes-wrapper .col-lg-7 {
    z-index: 200;
}
#minddes-outer-wrapper {
    position: relative;
    background: white;
}
#minddes-wrapper .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 35%
}
/* >> minddes - Slideshow */
#minddes-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#minddes-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#minddes-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;
}
/* >> minddes - Slide Content */
#minddes-wrapper .image-container {
    background-size: cover;
    background-repeat: no-repeat;
}
#minddes-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#minddes-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;  
}

#minddes-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#minddes-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;
}
#minddes-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;
}
#minddes-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#minddes-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#minddes-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;
}
#minddes-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> minddes - Slideshow Controls */
#minddes-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--minddesLeft);
    z-index: 100;
}
#minddes-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#minddes-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#minddes-slideshow-controls button:focus {
    outline: none;
}

#minddes-hotspot-1 {
    top: 50rem;
    left: 30%;
}
#minddes-hotspot-2 {
    bottom: 45rem;
    left: 45%;
}
#minddes-hotspot-2 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    padding-left: 4rem;
}
#minddes-hotspot-3 {
    bottom: 10rem;
    right: 35rem;
}
/* >> minddes - Media Queries */
/* >> minddes - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #minddes-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #minddes-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #minddes-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #minddes-slideshow-controls {
        bottom: 20vh;
    }
}
@media (max-width: 1600px) {
    #minddes-wrapper img.wordmark {
        width: 220.5px;
        margin-left: 100px;
    }
    #minddes-wrapper .text-box {
        padding: 3rem 0 0 100px;
    }
    #minddes-wrapper .text-box p {
        margin-left: 0;
    }
    #minddes-hotspot-1 {
        top: 43rem;
        left: 25%;
    }
    #minddes-wrapper {
        margin-top: 7rem;
    }
}
/* >>> minddes - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #minddes-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #minddes-slideshow-wrapper .slide .left-content h2 {
        font-size: 36px;
    }
    #minddes-slideshow-controls {

    }
}
@media only screen and (max-width: 1400px) {
    #minddes-wrapper .text-box { 
    }
}
@media only screen and (max-width: 1200px) {
    #minddes-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #minddes-slideshow-wrapper .slide .left-content,
    #minddes-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #minddes-slideshow-wrapper .slide .right-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #minddes-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;
    }
    #minddes-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #minddes-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #minddes-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #minddes-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #minddes-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #minddes-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #minddes-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #minddes-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #minddes-wrapper img.wordmark {
        margin-left: 10rem;
    }
    #minddes-wrapper .text-box {
        margin: 4rem auto 0 10rem;
        padding: 0;
    }
    #minddes-wrapper .right-image {
        display: none;
    }
    #minddes-wrapper .text-box p {
        width: 90%;
    }
    #minddes-wrapper img.minddes-background {
        max-height: 75vh;
        object-fit: cover;
    }
}
/* >> minddes - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #minddes-slideshow-wrapper .slide .left-content h2 {
        font-size: 22px;
    }
    #minddes-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #minddes-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
}
/* >> minddes - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #minddes-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #minddes-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #minddes-wrapper .text-box p {
        width: 90%;
    }
    #minddes-wrapper img.wordmark {
        margin-left: 7.5rem;
    }
    #minddes-wrapper .text-box {
        margin: 4rem auto 0 7.5rem;
    }
}
@media only screen and (max-width: 500px) {
    #minddes-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #minddes-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #minddes-wrapper img.wordmark {
        margin-left: 5rem;
    }
    #minddes-wrapper .text-box {
        margin: 4rem auto 0 5rem;
    }
}
/* >> minddes - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> minddes - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> minddes - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> minddes - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* hr wrapper */
#hr-wrapper {
    margin: 10rem 0 7rem;
}
#hr-wrapper hr {
    height: 3px;
    border-radius: 25px;
    color: #707070;
    opacity: .75;
}
@media (max-width: 1200px) {
    #hr-wrapper {
        margin: 3rem 0;
    }
}
@media (max-width: 500px) {
    #hr-wrapper {
        margin: 2rem 0 3rem;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    color: white;
    height: fit-content;
    display: flex;
    color: #616365;
}
#colorline-wrapper .container-fluid {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
/* >> Colorline - Top Content */
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .top-content h2 {
    text-transform: none;
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #616365;
}

#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #616365;
    color: white;
    border: 1px solid #616365;
    font-weight: 600 !important;
}
#colorline-wrapper a.mlkn-button:hover {
    background: white;
    color: #616365;
}
#colorline-wrapper .bottom-content {
    margin: 4vh 0 6vh;
}

/*
#colorline-slideshow-wrapper .cycle-pager a::before {
    color: 999999;
    text-transform: none;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
*/

#colorline-slideshow-controls label::before {
    color: #999999;
    text-transform: none;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-slideshow-controls label.active::before {
    color: white;
}
#colorline-slideshow-controls label:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-controls label:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: #616365;
}
#colorline-wrapper .cycle-pager a::before {
    color: #999999;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-wrapper .cycle-pager a.cycle-pager-active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}

/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 150px;
    left: -60px;
    display: inline-block;
}
#colorline-wrapper .color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    margin-top: 20px;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 2rem;
}
#colorline-mobile img {
    max-width: 375px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}
/* >> Colorline - Media Queries */
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1450px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline .color-tile {
        display: inline-block;
        width: 16%;
        padding: 7px;
    }
    #colorline-wrapper .slide {
        width: 84%;
        margin-left: 8%;
    }
}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}




/*** 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;
    }
}


/* 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: 35%;
    left: 15%;
  }
  /* 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;
  }
  }
  
/*** 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;
    }
}

