/*** BODY ***/
body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: bold !important;
}
#tsbAudio {
    display: none;
}
@media only screen and (max-width: 1200) {
    .hotspot {
        display: none;
    }
}
h1 sup {
    top: -0.67em !important;
    font-size: 0.5em !important;
}
h2 sup {
    top: -0.3em !important;
    font-size: 0.75em !important;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
#navbar-circles li a {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#intro-wrapper"]::before {
    content: "Carpet Backings";
}
#navbar-circles a[href="#backings-wrapper"]::before {
    content: "WellBAC® Comfort";
}
#navbar-circles a[href="#function-wrapper"]::before {
    content: "WellBAC® Function";
}
#navbar-circles a[href="#underfoot-wrapper"]::before {
    content: "Underfoot Comfort";
}
#navbar-circles a[href="#underfoot2-wrapper"]::before {
    content: "Underfoot Comfort";
}
#navbar-circles.au a[href="#underfoot2-wrapper"]::before {
    content: "Carpet Features & Benefits";
    width: 130px;
    white-space: normal;
    top: -20px;
}
#navbar-circles a[href="#certifications-wrapper"]::before {
    content: "Carpet Certifications";
}
#navbar-circles a[href="#lvt-wrapper"]::before {
    content: "LVT Backings";
}
#navbar-circles a[href="#rigidform-wrapper"]::before {
    content: "RigidForm™ SPC";
}
#navbar-circles a[href="#flexformsound-wrapper"]::before {
    content: "FlexForm Sound™";
}
#navbar-circles a[href="#flexform-wrapper"]::before {
    content: "FlexForm™";
}
#navbar-circles a[href="#lvtfeatures-wrapper"]::before {
    content: "LVT Features & Benefits";
    width: 110px;
    white-space: normal;
    top: -20px;
}
#navbar-circles a[href="#othercertifications-wrapper"]::before {
    content: "LVT Certifications";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "M/PACT™"
}

#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #000;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}

/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 10px 20px;
    position: fixed;
    top: 50vh;
    background: #303030;
    color: #fff;
    font-weight: 700 !important;
    z-index: 1060;
    left: -146px;
    width: 325px;
    -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: #fff;
    color: #000;
}
/* >> 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 ***/
#intro-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
/* >> The Space Between - Video Container */
#intro-wrapper .video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#intro-wrapper .video-container video {
    width: 100%;
    height: 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 */
#intro-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 35vh;
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#intro-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#intro-wrapper .text-overlay h1 {
    font-size: 50px;  
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 200 !important;
    color: #fff;
    margin: 0;
    margin-top: 5vh;
    margin-bottom: 3vh;
}
#intro-wrapper .text-overlay p {
    font-size: 19px;
    color: white;
}
#intro-wrapper h2 {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 5px;
    color: white;
    text-align: center;
    margin-bottom: 3vh;
}
#intro-wrapper h2.below-title {
    margin-top: 2vh;
}
#intro-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#intro-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#intro-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#intro-wrapper .bottom-text p {
    font-size: 18px;
}
#intro-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The Space Between - Text Container */
#intro-wrapper .container {
    min-height: 25vh;
}
#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: 25vh;
    padding: 30px 15px;
}
#intro-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding-bottom: 15px;
}
#intro-wrapper .container .button-wrapper {
    text-align: center;
}
#intro-wrapper .container a.mlkn-button {
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#intro-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#intro-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #intro-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 991px) {
    #intro-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #intro-wrapper .container,
    #intro-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #intro-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #intro-wrapper .container a.mlkn-button,
    #intro-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #intro-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #intro-wrapper .text-overlay {
        width: 90%;
        top: 20rem;
    }

    #intro-wrapper .mobileOnly {
        display: revert;
    }
    #intro-wrapper .desktopOnly {
        display: none;
    }
    #intro-wrapper h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #intro-wrapper .text-overlay h1 {
        font-size: 30px;
    }
    #intro-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #intro-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #intro-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #intro-wrapper .text-overlay h1 {
        font-size: 30px;
        letter-spacing: 0px;
    }
    #intro-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #intro-wrapper h2 {
        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) {
    #intro-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #intro-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #intro-wrapper .container,
    #intro-wrapper .container .content-wrapper {
        height: 25vh;
    }
    #intro-wrapper .container p {
        font-size: 25px;
    }
    #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) {
    #intro-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/*** backings ***/
#backings-wrapper {
    position: relative;
    padding: 0;
}
#backings-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}


/* >> backings - Slide Content */
#backings-wrapper .right-content,
#backings-wrapper .left-content {
    min-height: 100vh;
    height: var(--backingsHeight);
}
#backings-wrapper .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(/-/media/c75e3917c73c4dd987c069908afb97e0.ashx);
    background-size: cover;
}
#backings-wrapper.au .left-content {
    background-image: url(/-/media/a0316efb5063413da85afe5a42b9d30c.ashx);
}
#backings-wrapper .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#backings-wrapper .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#backings-wrapper .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 5vh;
}
#backings-wrapper .right-content h2 {
    color: #656565;
    text-align: center;
    margin-bottom: 3vh;
}
#backings-wrapper.au .right-content h1 {
    margin-bottom: 1.5rem;
}
#backings-wrapper.au .right-content h2 {
    margin-bottom: 2rem;
}
#backings-wrapper .right-content p {
    font-size: 19px;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 3vh;
}
#backings-wrapper.au .right-content > div {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#backings-wrapper.au .right-content p {
    margin-bottom: 0;
}
#backings-wrapper .right-content a.mlkn-button:first-of-type {
    margin-bottom: 5vh;
}
#backings-wrapper .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#backings-wrapper .right-content a.mlkn-button:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
}

/* >> backings - Media Queries */
@media only screen and (max-width: 1800px) {
    #backings-wrapper .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #backings-wrapper .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #backings-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #backings-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #backings-wrapper .right-content,
    #backings-wrapper .left-content {
        width: 100vw;
    }
    #backings-wrapper .left-content {
        height: 50vh;
        order: 1;
    }
    #backings-wrapper .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #backings-wrapper  > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #backings-wrapper .left-content {
        background-position: center;
    }
    #backings-wrapper .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #backings-wrapper .right-content h1 {
        font-size: 35px;
    }
    #backings-wrapper .right-content p {
        font-size: 18px;
    }
    #backings-controls {
        top: 60vh;
        bottom: revert;
    }
    #backings-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #backings-wrapper .right-content h1 {
        font-size: 30px;
    }
    #backings-wrapper .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #backings-wrapper .right-content a.mlkn-button {
        font-size: 15px;
    }
    #backings-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #backings-wrapper .slide -content p {
        font-size: 15px;
    }
    #backings-wrapper .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> backings - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #backings-wrapper .right-content > div {
        max-width: 700px;
    }
    #backings-wrapper .right-content p {
        font-size: 25px;
    }
    #backings-wrapper .right-content a.mlkn-button {
        font-size: 20px;
    }
    #backings-controls {
        bottom: 20vh;
    }
}
/* >> backings - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #backings-controls {
        width: 175px;
    }
}  


/*** function ***/
#function-wrapper {
    position: relative;
    padding: 0;
}
#function-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}

/* >> function - Slideshow */
#function-wrapper  {
    width: 100%;  
}
#function-wrapper  {
    width: inherit;
    height: inherit;
}
#function-wrapper  > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> function - Slide Content */
#function-wrapper .left-content,
#function-wrapper .right-content {
    min-height: 100vh;
    height: var(--functionHeight);
}

#function-wrapper .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
    background-image: url(/-/media/a87412f527c44287ae82388453396ecb.ashx);
    background-size: cover; 
}
#function-wrapper .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; 
}
#function-wrapper .left-content > div {
    max-width: 525px;
    margin: auto;
}
#function-wrapper .left-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#function-wrapper .left-content h2 {
    color: #656565;
    text-align: center;
    margin-bottom: 3vh;
}
#function-wrapper .left-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#function-wrapper .left-content p:first-of-type {
    /* padding-bottom:20px; */
    margin-bottom:0;
}
#function-wrapper .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: #fff;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#function-wrapper .left-content a.mlkn-button:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
}
/* >> function - Slideshow Controls */
#function-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--functionLeft);
    z-index: 100;
}
#function-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#function-controls button:last-of-type {
    margin-left: 30px;  
}
#function-controls button:focus {
    outline: none;
}
/* >> function - Media Queries */
/* >> function - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #function-wrapper .left-content > div {
        max-width: 700px;
    }
    #function-wrapper .left-content p {
        font-size: 25px;
    }
    #function-wrapper .left-content a.mlkn-button {
        font-size: 20px;
    }
    #function-controls {
        bottom: 20vh;
    }
}
/* >>> function - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #function-wrapper .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #function-wrapper .left-content h1 {
        font-size: 40px;
    }
    #function-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #function-wrapper  {
        height: auto;
        min-height: 100vh;
    }
    #function-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #function-wrapper .left-content,
    #function-wrapper .right-content {
        width: 100vw;
    }
    #function-wrapper .right-content {
        height: 50vh;
        order: 1;
    }
    #function-wrapper .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #function-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #function-wrapper .right-content {
        background-position: center;
    }
    #function-wrapper .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #function-wrapper .left-content h1 {
        font-size: 35px;
    }

    #function-wrapper .left-content p {
        font-size: 18px;
    }
    #function-controls {
        top: 60vh;
        bottom: revert;
    }
    #function-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> function - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #function-wrapper .left-content h1 {
        font-size: 30px;
    }
 
    #function-wrapper .left-content p {
        font-size: 16px;
    }
    #function-wrapper .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> function - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #function-wrapper .left-content a.mlkn-button {
        font-size: 15px;
    }
    #function-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #function-wrapper .left-content p {
        font-size: 15px;
    }
    #function-wrapper .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #function-wrapper .left-content > div {
        width: 90%;
    }
}
/* >> function - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> function - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> function - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> function - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> function - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #function-wrapper .left-content h1 {
        font-size: 28px;
    }
    #function-wrapper .left-content h2 {
        font-size: 19px;
    } 
    #function-controls {
        width: 175px;
    }
}


/*** Underfoot2 ***/
#underfoot2-wrapper {
    position: relative;
    padding: 0;
}
#underfoot2-outer-wrapper {
    position: relative;
}
/* >> Underfoot2 - Slideshow */
#underfoot2-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#underfoot2-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#underfoot2-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;
}
/* >> Underfoot2 - Slide Content */
#underfoot2-slideshow-wrapper .slide .left-content,
#underfoot2-slideshow-wrapper .slide .right-content {
    min-height: 850px;
    height: var(--underfoot2Height);
}
#underfoot2-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#underfoot2-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;  
}
#underfoot2-slide-1 .right-content {
    background-image: url('/-/media/ea267d37842d42189f52f6b778079e86.ashx');
}
#underfoot2-slide-2 .right-content {
    background-image: url('/-/media/119f355b3ae14e04ae32982dca495d90.ashx');
}
#underfoot2-slide-3 .right-content {
    background-image: url('/-/media/aa5955e714834989b812a4d76bf55f6d.ashx');
}
#underfoot2-slide-4 .right-content {
    background-image: url('/-/media/85cd0b5ada844574b8487a874ffba43d.ashx');
}
#underfoot2-slide-5 .right-content {
    background-image: url('/-/media/d72da45ebf934d63a815a3b8cb68ac6e.ashx');
}
#underfoot2-wrapper.au #underfoot2-slide-1 .right-content {
    background-image: url('/-/media/2b826ef7c2214096afbbfdc1f4b3c93c.ashx');
}
#underfoot2-wrapper.au #underfoot2-slide-2 .right-content {
    background-image: url('/-/media/e3aee52e774c42cdac257620020289bf.ashx');
    background-position-y: bottom;
}
#underfoot2-wrapper.au #underfoot2-slide-3 .right-content {
    background-image: url('/-/media/b22f851449a04ea29f44518f0cce61e6.ashx');
}
#underfoot2-wrapper.au #underfoot2-slide-4 .right-content {
    background-image: url('/-/media/c59103c1a69441e695cea57d640416b8.ashx');
}
#underfoot2-wrapper.au #underfoot2-slide-5 .right-content {
    background-image: url('/-/media/aa29d52fc48544f3b9f83cfb8b8c2740.ashx');
    background-position-y: center;
}
#underfoot2-slide-5 p:last-of-type {
    margin-bottom: 0vh !important;
}
#underfoot2-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
    text-align: center;
}
#underfoot2-slideshow-wrapper .slide .left-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 5vh;
}
#underfoot2-slideshow-wrapper  .slide .left-content h2 {
    text-align: center;
    color: black;
    letter-spacing: 4px;
}
#underfoot2-slideshow-wrapper .slide .left-content p {
    font-size: 19px;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 5vh;
}
#underfoot2-wrapper span {
    display: block;
    text-align: center;
    
}
#underfoot2-wrapper.au span {
position: absolute;
left: var(--underfootSpanLeft);
bottom: 20rem;
}
#flexformsound-wrapper .right-content p:first-of-type {
    margin-bottom: 0;
}
#underfoot2-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#underfoot2-slide-5 p:nth-of-type(2) {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
#underfoot2-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: max(20px, 3vh) auto 30px;
    max-width: 400px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1rem 5rem;
    border-radius: 25px;
}
#underfoot2-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> Underfoot2 - Slideshow Controls */
#underfoot2-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--underfoot2Left);
    z-index: 100;
}
#underfoot2-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#underfoot2-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#underfoot2-slideshow-controls button:focus {
    outline: none;
}
/* >> Underfoot2 - Media Queries */
/* >> Underfoot2 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #underfoot2-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #underfoot2-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> Underfoot2 - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #underfoot2-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #underfoot2-slideshow-wrapper .slide .left-content h1 {
        font-size: 40px;
    }
    #underfoot2-slideshow-controls {

    }
    #underfoot2-wrapper.au span {
        bottom: 17rem;
    }
}
@media only screen and (max-width: 1300px) {
    #underfoot2-wrapper.au #underfoot2-slideshow-wrapper .slide .left-content {
        height: var(--underfoot2Height);
    }   
    #underfoot2-wrapper.au span {
        bottom: 10rem;
    }
    #underfoot2-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #underfoot2-slideshow-wrapper .slide .left-content,
    #underfoot2-slideshow-wrapper .slide .right-content {
        width: 100vw;
        min-height: revert;
    }
    #underfoot2-slideshow-wrapper .slide .right-content {
        height: max(375px, 75vh);
        order: 1;
    }
    #underfoot2-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;
    }
    #underfoot2-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #underfoot2-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #underfoot2-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #underfoot2-slideshow-wrapper .slide .left-content h1 {
        font-size: 35px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content h2 {
        font-size: 22px;
    } 
    #underfoot2-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #underfoot2-slideshow-controls {
        top: 55vh;
        bottom: revert;
    }
    #underfoot2-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> Underfoot2 - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #underfoot2-slideshow-wrapper .slide .left-content h1 {
        font-size: 30px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content h2 {
        font-size: 20px;
    }  
    #underfoot2-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
    #underfoot2-wrapper.au span {
        bottom: 5rem;
    }
}
/* >> Underfoot2 - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #underfoot2-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #underfoot2-slideshow-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #underfoot2-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> Underfoot2 - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Underfoot2 - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> Underfoot2 - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Underfoot2 - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> Underfoot2 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #underfoot2-slideshow-wrapper .slide .left-content h1 {
        font-size: 28px;
    }
    #underfoot2-slideshow-wrapper .slide .left-content h2 {
        font-size: 19px;
    } 
    #underfoot2-slideshow-controls {
        width: 175px;
    }
}

/*** underfoot ***/
#underfoot-wrapper {
    position: relative;
    padding: 0;
}
#underfoot-outer-wrapper {
    position: relative;
}
/* >> underfoot - Slideshow */
#underfoot-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#underfoot-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#underfoot-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;
}
/* >> underfoot - Slide Content */
#underfoot-slideshow-wrapper .slide .right-content,
#underfoot-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--underfootHeight);
}
#underfoot-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#underfoot-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#underfoot-slide-1 .left-content {
    background-image: url('/-/media/ea267d37842d42189f52f6b778079e86.ashx');
}
#underfoot-slide-2 .left-content {
    background-image: url('/-/media/119f355b3ae14e04ae32982dca495d90.ashx');
}
#underfoot-slide-3 .left-content {
    background-image: url('/-/media/aa5955e714834989b812a4d76bf55f6d.ashx');
}
#underfoot-slide-4 .left-content {
    background-image: url('/-/media/85cd0b5ada844574b8487a874ffba43d.ashx');
}
#underfoot-slide-5 .left-content {
    background-image: url('/-/media/d72da45ebf934d63a815a3b8cb68ac6e.ashx');
}
#underfoot-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#underfoot-slideshow-wrapper .slide .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 5vh;
}
#underfoot-slideshow-wrapper .slide .right-content h2 {
    text-align: center;
    color: black;
    letter-spacing: 4px;
}
#underfoot-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 5vh;
}
#underfoot-wrapper span {
    display: block;
    text-align: center;

}
#underfoot-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: max(20px, 3vh) auto 30px;
    max-width: 400px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1rem 5rem;
    border-radius: 25px;
}
#underfoot-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> underfoot - Slideshow Controls */
#underfoot-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--underfootLeft);
}
#underfoot-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#underfoot-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#underfoot-slideshow-controls button:focus {
    outline: none;
}
/* >> underfoot - Media Queries */
@media only screen and (max-width: 1800px) {
    #underfoot-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #underfoot-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #underfoot-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #underfoot-slideshow-wrapper .slide .right-content,
    #underfoot-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #underfoot-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #underfoot-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #underfoot-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #underfoot-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #underfoot-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #underfoot-slideshow-wrapper .slide .right-content h1 {
        font-size: 35px;
    }
    #underfoot-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #underfoot-slideshow-controls {
        top: 60vh;
        bottom: revert;
    }
    #underfoot-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #underfoot-slideshow-wrapper .slide .right-content h1 {
        font-size: 30px;
    }
    #underfoot-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #underfoot-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #underfoot-slideshow-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #underfoot-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #underfoot-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> underfoot - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #underfoot-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #underfoot-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #underfoot-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #underfoot-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> underfoot - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #underfoot-slideshow-controls {
        width: 175px;
    }
} 



/*** certifications wrapper ***/
#certifications-wrapper {
    position: relative;
    padding: 0;
}
#certifications-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}


/* >> certifications wrapper - Slide Content */
#certifications-wrapper  .right-content,
#certifications-wrapper  .left-content {
    min-height: 100vh;
    height: var(--certificationsHeight);
}
#certifications-wrapper .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(/-/media/eb88a8b270bb4e139dcd41b0bb760d5c.ashx);
    background-size: cover;
}
#certifications-wrapper.au .left-content {
    background-image: url(/-/media/8d30ad3ae3794a05b292999f000e881f.ashx);
}
#certifications-wrapper .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#certifications-wrapper .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
    text-align: center;
}
#certifications-wrapper .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#certifications-wrapper .right-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#certifications-wrapper img {
    width: 350px;
    margin-bottom: 3vh;
}
#certifications-wrapper.au img {
    width: 100%;
    max-width: 500px;
}
#certifications-wrapper .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 3vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#certifications-wrapper.au .right-content a.mlkn-button {
    padding: 1rem 2rem;
    width: fit-content;
}
#certifications-wrapper .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#certifications-wrapper .horizontal-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/* >> certifications wrapper - Media Queries */
@media only screen and (max-width: 1800px) {
    #certifications-wrapper  .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #certifications-wrapper  .right-content > div {
        max-width: 400px;
        margin: 50px 75px;
    }
    #certifications-wrapper .horizontal-buttons {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1300px) {
    #certifications-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #certifications-wrapper .horizontal-buttons {
        flex-direction: row;
    }
    #certifications-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #certifications-wrapper  .right-content,
    #certifications-wrapper  .left-content {
        width: 100vw;
    }
    #certifications-wrapper  .left-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #certifications-wrapper  .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #certifications-wrapper  > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #certifications-wrapper  .left-content {
        background-position: center;
    }
    #certifications-wrapper  .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #certifications-wrapper  .right-content h1 {
        font-size: 35px;
    }
    #certifications-wrapper  .right-content p {
        font-size: 18px;
    }
    #certifications-controls {
        top: 60vh;
        bottom: revert;
    }
    #certifications-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #certifications-wrapper  .right-content h1 {
        font-size: 30px;
    }
    #certifications-wrapper  .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #certifications-wrapper  .right-content a.mlkn-button {
        font-size: 15px;
    }
    #certifications-controls {
        top: 60vh;
        bottom: revert;
    }
    #certifications-wrapper .horizontal-buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    #certifications-wrapper.au .right-content a.mlkn-button {
        margin: max(20px, 3vh) auto 0px;
    }
}
@media only screen and (max-width: 500px) {
    #certifications-wrapper .slide -content p {
        font-size: 15px;
    }
    #certifications-wrapper  .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> certifications wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #certifications-wrapper  .right-content > div {
        max-width: 700px;
    }
    #certifications-wrapper  .right-content p {
        font-size: 25px;
    }
    #certifications-wrapper  .right-content a.mlkn-button {
        font-size: 20px;
    }
    #certifications-controls {
        bottom: 20vh;
    }
}
/* >> certifications wrapper - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #certifications-controls {
        width: 175px;
    }
}  


/*** The lvt WRAPPER ***/
#lvt-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
/* >> The lvt - Video Container */
#lvt-wrapper .video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#lvt-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The lvt Video - Text Overlay */
#lvt-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 35vh;
    text-align: center;
    z-index: 10;
    max-width: 1100px;
    width: 67%;
}
#lvt-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#lvt-wrapper .text-overlay h1 {
    font-size: 50px;  
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 200 !important;
    color: #fff;
    margin: 0;
    margin-top: 5vh;
    margin-bottom: 3vh;
}
#lvt-wrapper h2 {
    font-size: 30px;
    font-weight: 200 !important;
    letter-spacing: 3px;
    color: white;
}
#lvt-wrapper .text-overlay p {
    font-size: 19px;
}
#lvt-wrapper h2.below-title {
    margin-top: 2vh;
}
#lvt-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#lvt-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#lvt-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#lvt-wrapper .bottom-text p {
    font-size: 18px;
}
#lvt-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The lvt - Text Container */
#lvt-wrapper .container {
    min-height: 25vh;
}
#lvt-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25vh;
    padding: 30px 15px;
}
#lvt-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding-bottom: 15px;
}
#lvt-wrapper .container .button-wrapper {
    text-align: center;
}
#lvt-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#lvt-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#lvt-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #lvt-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 991px) {
    #lvt-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #lvt-wrapper .container,
    #lvt-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #lvt-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #lvt-wrapper .container a.mlkn-button,
    #lvt-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #lvt-wrapper .text-overlay {
        width: 90%;
    }
    #lvt-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #lvt-wrapper .mobileOnly {
        display: revert;
    }
    #lvt-wrapper .desktopOnly {
        display: none;
    }
    #lvt-wrapper h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #lvt-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #lvt-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #lvt-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #lvt-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #lvt-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 0px;
    }
    #lvt-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #lvt-wrapper h2 {
        font-size: 18px;
    }
}
/* >> The lvt - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #lvt-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #lvt-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #lvt-wrapper .container,
    #lvt-wrapper .container .content-wrapper {
        height: 25vh;
    }
    #lvt-wrapper .container p {
        font-size: 25px;
    }
    #lvt-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The lvt - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #lvt-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}




/*** rigidform ***/
#rigidform-wrapper {
    position: relative;
    padding: 0;
}
#rigidform-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}

/* >> rigidform - Slideshow */
#rigidform-wrapper  {
    width: 100%;  
}
#rigidform-wrapper  {
    width: inherit;
    height: inherit;
}
#rigidform-wrapper  > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> rigidform - Slide Content */
#rigidform-wrapper .left-content,
#rigidform-wrapper .right-content {
    min-height: 100vh;
    height: var(--rigidformHeight);
}

#rigidform-wrapper .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
    background-image: url(/-/media/9bb671bda06d420f8ccfda4e95ab9d4e.ashx);
    background-size: cover; 
}
#rigidform-wrapper.au .right-content {
    background-image: url(/-/media/7ca14ed481d14518ae907526ee2b0ce2.ashx);

}
#rigidform-wrapper .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; 
}
#rigidform-wrapper .left-content > div {
    max-width: 525px;
    margin: auto;
}
#rigidform-wrapper .left-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#rigidform-wrapper .left-content h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #656565;
}
#rigidform-wrapper .left-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#rigidform-wrapper .left-content p:first-of-type {
    /* padding-bottom:20px; */
    margin-bottom:0;
}
#rigidform-wrapper .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 5vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#rigidform-wrapper .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> rigidform - Slideshow Controls */
#rigidform-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--rigidformLeft);
    z-index: 100;
}
#rigidform-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#rigidform-controls button:last-of-type {
    margin-left: 30px;  
}
#rigidform-controls button:focus {
    outline: none;
}
/* >> rigidform - Media Queries */
/* >> rigidform - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #rigidform-wrapper .left-content > div {
        max-width: 700px;
    }
    #rigidform-wrapper .left-content p {
        font-size: 25px;
    }
    #rigidform-wrapper .left-content a.mlkn-button {
        font-size: 20px;
    }
    #rigidform-controls {
        bottom: 20vh;
    }
}
/* >>> rigidform - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #rigidform-wrapper .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #rigidform-wrapper .left-content h1 {
        font-size: 40px;
    }
    #rigidform-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #rigidform-wrapper  {
        height: auto;
        min-height: 100vh;
    }
    #rigidform-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #rigidform-wrapper .left-content,
    #rigidform-wrapper .right-content {
        width: 100vw;
    }
    #rigidform-wrapper .right-content {
        height: 50vh;
        order: 1;
    }
    #rigidform-wrapper .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #rigidform-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #rigidform-wrapper .right-content {
        background-position: center;
    }
    #rigidform-wrapper .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #rigidform-wrapper .left-content h1 {
        font-size: 35px;
    }
    #rigidform-wrapper .left-content h2 {
        font-size: 22px;
    } 
    #rigidform-wrapper .left-content p {
        font-size: 18px;
    }
    #rigidform-controls {
        top: 60vh;
        bottom: revert;
    }
    #rigidform-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> rigidform - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #rigidform-wrapper .left-content h1 {
        font-size: 30px;
    }
    #rigidform-wrapper .left-content h2 {
        font-size: 20px;
    }  
    #rigidform-wrapper .left-content p {
        font-size: 16px;
    }
    #rigidform-wrapper .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> rigidform - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #rigidform-wrapper .left-content a.mlkn-button {
        font-size: 15px;
    }
    #rigidform-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #rigidform-wrapper .left-content p {
        font-size: 15px;
    }
    #rigidform-wrapper .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #rigidform-wrapper .left-content > div {
        width: 90%;
    }
}
/* >> rigidform - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> rigidform - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> rigidform - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> rigidform - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> rigidform - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #rigidform-wrapper .left-content h1 {
        font-size: 28px;
    }
    #rigidform-wrapper .left-content h2 {
        font-size: 19px;
    } 
    #rigidform-controls {
        width: 175px;
    }
}


  
/*** flexformsound ***/
#flexformsound-wrapper {
    position: relative;
    padding: 0;
}
#flexformsound-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}


/* >> flexformsound - Slide Content */
#flexformsound-wrapper .right-content,
#flexformsound-wrapper .left-content {
    min-height: 100vh;
    height: var(--flexformsoundHeight);
}
#flexformsound-wrapper .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(/-/media/75d1f0a243f14c57b7911b1ae77d0a4f.ashx);
    background-size: cover;
}
#flexformsound-wrapper.au .left-content {
    background-image: url(/-/media/1ccc8b0a56fb45778d66ae08e85239a7.ashx);

}
#flexformsound-wrapper .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#flexformsound-wrapper .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#flexformsound-wrapper .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#flexformsound-wrapper .right-content h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #656565;
}
#flexformsound-wrapper .right-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#flexformsound-wrapper .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 5vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 5vh;
}
#flexformsound-wrapper .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

/* >> flexformsound - Media Queries */
@media only screen and (max-width: 1800px) {
    #flexformsound-wrapper .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #flexformsound-wrapper .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #flexformsound-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #flexformsound-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #flexformsound-wrapper .right-content,
    #flexformsound-wrapper .left-content {
        width: 100vw;
    }
    #flexformsound-wrapper .left-content {
        height: 50vh;
        order: 1;
    }
    #flexformsound-wrapper .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #flexformsound-wrapper  > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #flexformsound-wrapper .left-content {
        background-position: center;
    }
    #flexformsound-wrapper .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #flexformsound-wrapper .right-content h1 {
        font-size: 35px;
    }
    #flexformsound-wrapper .right-content p {
        font-size: 18px;
    }
    #flexformsound-controls {
        top: 60vh;
        bottom: revert;
    }
    #flexformsound-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #flexformsound-wrapper .right-content h1 {
        font-size: 30px;
    }
    #flexformsound-wrapper .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #flexformsound-wrapper .right-content a.mlkn-button {
        font-size: 15px;
    }
    #flexformsound-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #flexformsound-wrapper .slide -content p {
        font-size: 15px;
    }
    #flexformsound-wrapper .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> flexformsound - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #flexformsound-wrapper .right-content > div {
        max-width: 700px;
    }
    #flexformsound-wrapper .right-content p {
        font-size: 25px;
    }
    #flexformsound-wrapper .right-content a.mlkn-button {
        font-size: 20px;
    }
    #flexformsound-controls {
        bottom: 20vh;
    }
}
/* >> flexformsound - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #flexformsound-controls {
        width: 175px;
    }
}  




/*** flexform ***/
#flexform-wrapper {
    position: relative;
    padding: 0;
}
#flexform-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}

/* >> flexform - Slideshow */
#flexform-wrapper  {
    width: 100%;  
}
#flexform-wrapper  {
    width: inherit;
    height: inherit;
}
#flexform-wrapper  > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> flexform - Slide Content */
#flexform-wrapper .left-content,
#flexform-wrapper .right-content {
    min-height: 100vh;
    height: var(--flexformHeight);
}

#flexform-wrapper .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
    background-image: url(/-/media/9be25568c5bc46999d0cc890f0277166.ashx);
    background-size: cover; 
}
#flexform-wrapper.au .right-content {
    background-image: url(/-/media/fee55b4431834798aa3230e896ea56f5.ashx);

}
#flexform-wrapper .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; 
}
#flexform-wrapper .left-content > div {
    max-width: 525px;
    margin: auto;
}
#flexform-wrapper .left-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#flexform-wrapper .left-content h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #656565;
}
#flexform-wrapper .left-content h3 {
    text-align: center;
}
#flexform-wrapper .left-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#flexform-wrapper .left-content p:first-of-type {
    /* padding-bottom:20px; */
    margin-bottom:0;
}
#flexform-wrapper .left-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 5vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#flexform-wrapper .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> flexform - Slideshow Controls */
#flexform-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--flexformLeft);
    z-index: 100;
}
#flexform-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#flexform-controls button:last-of-type {
    margin-left: 30px;  
}
#flexform-controls button:focus {
    outline: none;
}
/* >> flexform - Media Queries */
/* >> flexform - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #flexform-wrapper .left-content > div {
        max-width: 700px;
    }
    #flexform-wrapper .left-content p {
        font-size: 25px;
    }
    #flexform-wrapper .left-content a.mlkn-button {
        font-size: 20px;
    }
    #flexform-controls {
        bottom: 20vh;
    }
}
/* >>> flexform - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #flexform-wrapper .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #flexform-wrapper .left-content h1 {
        font-size: 40px;
    }
    #flexform-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #flexform-wrapper  {
        height: auto;
        min-height: 100vh;
    }
    #flexform-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #flexform-wrapper .left-content,
    #flexform-wrapper .right-content {
        width: 100vw;
    }
    #flexform-wrapper .right-content {
        height: 50vh;
        order: 1;
    }
    #flexform-wrapper .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #flexform-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #flexform-wrapper .right-content {
        background-position: center;
    }
    #flexform-wrapper .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #flexform-wrapper .left-content h1 {
        font-size: 35px;
    }
    #flexform-wrapper .left-content h2 {
        font-size: 22px;
    } 
    #flexform-wrapper .left-content p {
        font-size: 18px;
    }
    #flexform-controls {
        top: 60vh;
        bottom: revert;
    }
    #flexform-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> flexform - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #flexform-wrapper .left-content h1 {
        font-size: 30px;
    }
    #flexform-wrapper .left-content h2 {
        font-size: 20px;
    }  
    #flexform-wrapper .left-content p {
        font-size: 16px;
    }
    #flexform-wrapper .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> flexform - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #flexform-wrapper .left-content a.mlkn-button {
        font-size: 15px;
    }
    #flexform-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #flexform-wrapper .left-content p {
        font-size: 15px;
    }
    #flexform-wrapper .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #flexform-wrapper .left-content > div {
        width: 90%;
    }
}
/* >> flexform - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> flexform - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> flexform - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> flexform - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> flexform - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #flexform-wrapper .left-content h1 {
        font-size: 28px;
    }
    #flexform-wrapper .left-content h2 {
        font-size: 19px;
    } 
    #flexform-controls {
        width: 175px;
    }
}



  
/*** lvtfeatures ***/
#lvtfeatures-wrapper {
    position: relative;
    padding: 0;
}
#lvtfeatures-outer-wrapper {
    position: relative;
}
/* >> lvtfeatures - Slideshow */
#lvtfeatures-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#lvtfeatures-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#lvtfeatures-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;
}
/* >> lvtfeatures - Slide Content */
#lvtfeatures-slideshow-wrapper .slide .right-content,
#lvtfeatures-slideshow-wrapper .slide .left-content {
    min-height: 850px;
    height: var(--lvtfeaturesHeight);
}
#lvtfeatures-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#lvtfeatures-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#lvtfeatures-slide-1 .left-content {
    background-image: url('/-/media/cd82bfd4447c47ac930dd389dff7b9d9.ashx');
}
#lvtfeatures-slide-2 .left-content {
    background-image: url('/-/media/94b130bab646471095395a09bd49e631.ashx');
}
#lvtfeatures-slide-3 .left-content {
    background-image: url('/-/media/41aeaaac9c50415890a07678baaae9b1.ashx');
}
#lvtfeatures-slide-4 .left-content {
    background-image: url('/-/media/29d8e15b28eb4a1384ac7db09cfe832a.ashx');
}
#lvtfeatures-slide-5 .left-content {
    background-image: url('/-/media/bab9859aa3a74d9388e9bf5deb630070.ashx');
}
#lvtfeatures-wrapper.au #lvtfeatures-slide-1 .left-content {
    background-image: url('/-/media/81da8a92bef645acb483385b6d435df3.ashx');
    background-position-y: top;
}
#lvtfeatures-wrapper.au #lvtfeatures-slide-2 .left-content {
    background-image: url('/-/media/dc0ccc82ca7544eb94a102bdb93b2ff0.ashx');
    /* background-image: url('/-/media/57224775d1c04936af93354604199512.ashx'); */
}
#lvtfeatures-wrapper.au #lvtfeatures-slide-3 .left-content {
    background-image: url('/-/media/f119e2bbb99d4be3a7a0a8e947d784fa.ashx');
}
#lvtfeatures-wrapper.au #lvtfeatures-slide-4 .left-content {
    background-image: url('/-/media/c169431cc13c4bbc90a3c677a5ff6b53.ashx');
}
#lvtfeatures-wrapper.au #lvtfeatures-slide-5 .left-content {
    background-image: url('/-/media/237f33770e6f4b05baf08b4b2929158b.ashx');
}
#lvtfeatures-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#lvtfeatures-slideshow-wrapper .slide .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 5vh;
}
#lvtfeatures-slideshow-wrapper .slide .right-content h2 {
    text-align: center;
    letter-spacing: 4px;
    color: black;
}
#lvtfeatures-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#lvtfeatures-slideshow-wrapper .slide .right-content p:last-of-type {
    margin-bottom: 5vh;
}
#lvtfeatures-slide-3 p:first-of-type {
    margin-bottom: 0 !important;
}
#lvtfeatures-wrapper span {
    text-align: center;
    display: block;
}
#lvtfeatures-wrapper.au span {
    position: absolute;
    left: var(--lvtfeaturesSpanLeft);
    bottom: 20rem;
    }
#lvtfeatures-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 3vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#lvtfeatures-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> lvtfeatures - Slideshow Controls */
#lvtfeatures-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--lvtfeaturesLeft);
}
#lvtfeatures-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#lvtfeatures-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#lvtfeatures-slideshow-controls button:focus {
    outline: none;
}
/* >> lvtfeatures - Media Queries */
@media only screen and (max-width: 1800px) {
    #lvtfeatures-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #lvtfeatures-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }
    #lvtfeatures-wrapper.au span {
        bottom: 17rem;
    }
}
@media only screen and (max-width: 1300px) {
    #lvtfeatures-wrapper.au #lvtfeatures-slideshow-wrapper .slide .right-content {
        height: var(--lvtfeaturesHeight);
    }  
    #lvtfeatures-wrapper.au span {
        bottom: 10rem;
    }
    #lvtfeatures-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content,
    #lvtfeatures-slideshow-wrapper .slide .left-content {
        width: 100vw;
        min-height: revert;
    }
    #lvtfeatures-slideshow-wrapper .slide .left-content {
        height: max(375px, 75vh);
        order: 1;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content {
        height: max(375px, 50vh);
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #lvtfeatures-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #lvtfeatures-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content h1 {
        font-size: 35px;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #lvtfeatures-slideshow-controls {
        top: 60vh;
        bottom: revert;
    }
    #lvtfeatures-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #lvtfeatures-slideshow-wrapper .slide .right-content h1 {
        font-size: 30px;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
    #lvtfeatures-wrapper.au span {
        bottom: 5rem;
    }
}
@media only screen and (max-width: 767px) {
    #lvtfeatures-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #lvtfeatures-slideshow-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #lvtfeatures-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> lvtfeatures - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #lvtfeatures-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #lvtfeatures-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #lvtfeatures-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> lvtfeatures - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #lvtfeatures-slideshow-controls {
        width: 175px;
    }
} 




/*** Other Certificatoins***/
#othercertifications-wrapper {
    position: relative;
    padding: 0;
}
#othercertifications-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: row;
}


/* >> Other Certificatoins- Slide Content */
#othercertifications-wrapper  .right-content,
#othercertifications-wrapper  .left-content {
    min-height: 100vh;
    height: var(--othercertificationsHeight);
}
#othercertifications-wrapper .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(/-/media/2675c26a83434c7ebc84aa9dcdd37779.ashx);
    background-size: cover;
}
#othercertifications-wrapper .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#othercertifications-wrapper .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
    text-align: center;
}
#othercertifications-wrapper .right-content h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}
#othercertifications-wrapper .right-content p {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}
#othercertifications-wrapper img {
    width: 350px;
    margin-bottom: 3vh;
}
#othercertifications-wrapper .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: white;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: max(20px, 3vh) auto 30px;
    max-width: 400px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 1rem 5rem;
    font-weight: bold !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#othercertifications-wrapper .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

/* >> Other Certificatoins- Media Queries */
@media only screen and (max-width: 1800px) {
    #othercertifications-wrapper  .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #othercertifications-wrapper  .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #othercertifications-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #othercertifications-wrapper .col-md-12 > div {
    display: flex;
    flex-direction: column;
}
    #othercertifications-wrapper  .right-content,
    #othercertifications-wrapper  .left-content {
        width: 100vw;
    }
    #othercertifications-wrapper  .left-content {
        height: max(375px, 50vh);
        order: 1;
    }
    #othercertifications-wrapper  .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #othercertifications-wrapper  > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #othercertifications-wrapper  .left-content {
        background-position: center;
    }
    #othercertifications-wrapper  .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #othercertifications-wrapper  .right-content h1 {
        font-size: 35px;
    }
    #othercertifications-wrapper  .right-content p {
        font-size: 18px;
    }
    #othercertifications-controls {
        top: 60vh;
        bottom: revert;
    }
    #othercertifications-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #othercertifications-wrapper  .right-content h1 {
        font-size: 30px;
    }
    #othercertifications-wrapper  .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #othercertifications-wrapper  .right-content a.mlkn-button {
        font-size: 15px;
    }
    #othercertifications-controls {
        top: 60vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #othercertifications-wrapper .slide -content p {
        font-size: 15px;
    }
    #othercertifications-wrapper  .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> Other Certificatoins- iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #othercertifications-wrapper  .right-content > div {
        max-width: 700px;
    }
    #othercertifications-wrapper  .right-content p {
        font-size: 25px;
    }
    #othercertifications-wrapper  .right-content a.mlkn-button {
        font-size: 20px;
    }
    #othercertifications-controls {
        bottom: 20vh;
    }
}
/* >> Other Certificatoins- iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #othercertifications-controls {
        width: 175px;
    }
}  



/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
    min-height: max(750px, 100vh);
    background-image: url('/-/media/ec64c54db41a4ae59525ebafefb11533.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-position: right; */
}
#mpact-wrapper.au {
    background-image: url('/-/media/645ad45fc5a14adf86eabb6284b2cee9.ashx');
}
#mpact-wrapper p, #mpact-wrapper h2, #mpact-wrapper img, #mpact-wrapper h3, #mpact-wrapper h5, #mpact-wrapper h6, #mpact-wrapper .imgAndBtnContainer img, #mpact-wrapper .imgAndBtnContainer a {
    /* filter: drop-shadow(2px 4px 6px black); */
    filter: drop-shadow(0px 0px 20px black);
}
#mpact-wrapper .image-container {
    height: auto;
    /* min-height: max(750px, 100vh);
    background-image: url('/-/media/ec64c54db41a4ae59525ebafefb11533.ashx');
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 0;
    position: relative;
    /* background-position: center; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
#mpact-wrapper .image-container > div {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}
#mpact-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#mpact-wrapper .imgAndBtnContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mpact-wrapper .imgAndBtnContainer img {
    margin: 0 auto 5vh;
}
/* >> mpact - Content */
#mpact-wrapper .row h1,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: white;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mpact-wrapper .desktopOnly .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
#mpact-wrapper .row p {
    font-size: 18px;
}
#mpact-wrapper .text-box-left {
    width: 650px;
    left: 7vw;
    position: relative;
    height: 80%;
    top: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box-right {
    width: 650px;
    left: 7vw;
    position: relative;
    height: 80%;
    top: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box-left > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box-right > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box-left h3 {
    font-size: 50px;
    font-weight: 700 !important;
    letter-spacing: 5px;
    color: white;
}
#mpact-wrapper .text-box-right h3, #mpact-wrapper h3 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: -2vh;
    color: white;
}
#mpact-wrapper sup {
    font-size: 14px;
    top: -0.5em;
}
#mpact-wrapper h5 sup {
    top: -1em;
}
#mpact-wrapper .text-box-left h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 16px;
}
#mpact-wrapper .text-box-left 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-left h6, #mpact-wrapper h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box-left h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}
#mpact-wrapper .text-box-left p, #mpact-wrapper .text-box-right p, #mpact-wrapper p {
    color: #fff;
    margin: 3vh auto;
}

#mpact-wrapper .text-box-right h2, #mpact-wrapper h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: -2vh;
    color: white;
}
#mpact-wrapper .text-box-right 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-right h6, #mpact-wrapper h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box-right h5, #mpact-wrapper h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

#mpact-wrapper .mobileOnly {
    display: none;
}
#mpact-wrapper .mpact-logo {
    width: 300px;
}
/* >> 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 a.mlkn-button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
#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: 1300px) {
    #mpact-wrapper .image-container > div {
        width: 80%;
        flex-direction: column;
        align-items: center;
        justify-content: revert;
        margin-top: 10vh;
        margin-bottom: 5vh;
    }
}
@media only screen and (max-width: 1200px) {
    #mpact-wrapper .row h1,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-wrapper .text-box-left {
        left: 16.6%;
        margin: 0;
    }
    #mpact-wrapper .text-box-right {
        left: 16.6%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-box-left {
        left: 8.3%;
    }
    #mpact-wrapper .text-box-right {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #mpact-wrapper {
        height: auto;
        padding: 0;
        min-height: revert;
    }
    #mpact-wrapper .row {
        display: none;
    }
    #mpact-mobile-content {
        display: block;
    }
    #mpact-wrapper .text-box-left {
        width: 100%;
        left: 0;
        top: 0;
    }
    #mpact-wrapper .text-box-right {
        width: 100%;
        left: 0;
        top: 0;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
    #mpact-wrapper .text-box-left.desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-left h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box-left h3 {
        font-size: 22px;
    }
    #mpact-wrapper .text-box-left h2 {
        font-size: 22px;
    }
    #mpact-wrapper .text-box-left h5 {
        font-size: 20px;
    }

    #mpact-wrapper .text-box-right.desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-right h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box-right h3,    #mpact-wrapper h3 {
        font-size: 22px;
        color: black;
    }
    #mpact-wrapper .text-box-right h2,   #mpact-wrapper h2 {
        font-size: 22px;
        color: black;
    }
    #mpact-wrapper h5 {
        font-size: 28px;
        color: black;
    }
    #mpact-wrapper h6 {
        font-size: 32px;
        color: black;
    }
    #mpact-wrapper .mobileOnly.row p {
        color: black;
    }

    #mpact-wrapper .image-container {
        display: none;
    }
    #mpact-wrapper .mobileOnly img {
        margin-top: 0vh;
        margin-bottom: 0vh;
    }
    #mpact-wrapper .mobileOnly img.mpact-logo {
        margin-bottom: 3vh;
    }
    #mpact-wrapper .mobileOnly .imgAndBtnContainer img {
        filter: invert(62%);
        margin-bottom: 3vh;
    }
    #mpact-wrapper a.mlkn-button {
        color: black;
        background: white;
        border: 1px solid black;
    }
    #mpact-wrapper a.mlkn-button:hover {
        color: black;
        background: white;
        border: 1px solid black;
    }
    #mpact-wrapper {
        background: white;
    }
    #mpact-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
    }
    #mpact-wrapper .desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-left > div {
        margin-top: 50px;
    }
    #mpact-wrapper .text-box-right > div {
        margin-top: 50px;
    }
    #mpact-wrapper sup, #mpact-wrapper h5 sup {
        top: -0.25em;
    }
    #mpact-wrapper {
        background-position: right;
    }
    #mpact-wrapper .mobileOnly > div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #mpact-wrapper .mobileOnly > div > div:first-of-type {
        margin-top: 5vh;
    }
    #mpact-wrapper p, #mpact-wrapper h2, #mpact-wrapper img, #mpact-wrapper h3, #mpact-wrapper h5, #mpact-wrapper h6, #mpact-wrapper .imgAndBtnContainer img, #mpact-wrapper .imgAndBtnContainer a {
        filter: none;
    }
}

@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;
    }
}
