@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

.min-height-100vh {
    min-height: 100vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .ie-height-100vh {
        height: 100vh;
    }

    .ie-w-100 {
        width: 100% !important;
    }

    .modal-body {
        overflow: hidden;
    }

    .ie-google-translate {
        display: none;
    }
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'roboto', sans-serif;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    overflow-x: hidden;
}

body,
html {
	padding: 0;
	margin: 0;
    background-color: #242424; 
}

.extra-top{
    margin-top:75px!important;
}

.home-footer{
    background-color: #242424; 
    padding-top:50px;
    padding-bottom:50px;
}

iframe {
    display:block;
    width:100%;
    height:500px;
}

.modal-close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
}

.about-subhead{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 2px;
}

.capabilities-subhead{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px;
}

nav{
    background-color: #242424;
}

.nav-logo{
    width: 282px;
    max-width: 100%;
}

.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}

.navbar-nav{
    min-height: 36px;
}

.nav-link {
    margin-right: 1em !important;
    font-size: 12px;
}

.nav-link:hover {
    border-bottom: solid 2px #FAA61A;
    color: #ffffff;
}

.navbar-toggler:focus-visible{
    outline:none!important;
}

.navbar-toggler:focus{
    outline: none !important;
}

.footer-link{
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.footer-link:hover{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.margin-left-right-50px {
    margin-left: 50px;
    margin-right: 50px;
}

.nav-link:active,
.nav-link:focus,
.nav-link:target,
.nav-link:visited,
.nav-link:focus-visible{
	border-bottom: solid 2px #FAA61A;
    color: #ffffff;
}

.nav-active{
	border-bottom: solid 2px #FAA61A !important;
    color: #ffffff !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-brand {
    display: block !important;
}

a{
    color:#ffffff;
    text-decoration:none;
}

a:hover{
    color:#ffffff;
    text-decoration:none;
    font-weight:normal;
}

.job-link:hover{
    border-bottom: solid 2px #FAA61A;
    line-height: 1.2;
}

.strong{
    font-style: bold;
    font-weight: 700;
}

.mh-0 {
    min-height: 0 !important;
}

.h-0 {
    height: 0 !important;
}

.h-100vh {
    height: 100vh;
}

.w-80{
    width: 80%;
}

.pointer {
    cursor: pointer;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.scale-up-hotspot {
    transform: scale(1);
    transition: all .2s ease-out;
}

.scale-up-hotspot:hover {
    transform: scale(1.1);
}

.viewed__opacity.viewed {
    opacity: 0.6;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.video-holder {
    width: 100%;
    overflow: hidden;
}

.videoModal {
    display: inline !important;
    z-index: -1;
}

.outer-container {
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
}

@media(min-width: 993px) {
    .outer-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/**
 * CONTAINER
*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    background: none;
    border: none;
    height: auto;
    border-radius: 3px;
	transition: all 0.5s ease-in-out;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

a{
    text-decoration: none;
}

sup{
    font-size:15px;
    top: -1.3em;
}

.oval-button {
    line-height: normal;
    border-radius: 38px;
    border: #FAA61A;
    font-size: 12px;
    background-color: #FAA61A;
    color: #242424 !important;
}

.oval-button:hover {
    background-color: #E69000 !important;
    border: #E69000 !important;
}

.main-button{
    line-height: normal;
    border-radius: 38px;
    border: #FAA61A;
    font-size: 18px;
    background-color: #FAA61A;
    color: #242424 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-button:hover, .main-button:active, .main-button:focus {
    background-color: #E69000 !important;
    border: #E69000 !important;
}

.main-button:focus-visible {
    background-color: #E69000 !important;
    border: #E69000 !important;
}

.carousel-btn-position{
    position: absolute;
    left: 40%;
    top: 52%;
    z-index: 22;
}

b{
    font-weight: 700;
}

/* H3 */

h3{
    font-family: 'roboto-condensed', sans-serif;
	font-style: bold;
    font-weight: 700;
    font-size: 50px;
    line-height:1.1;
}

@media (max-width: 1440px) {
    h3{
        font-size: 42px;
    }
}

@media (max-width: 885px) {
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 30px;
    }
}

/* H4 */

h4 {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1;
}

@media (max-width: 1275px) {
    h4 {
        font-size: 27px;
        line-height: 1.4;
    }
}

@media (max-width: 992px) {
    h4 {
        font-size: 23px;
    }
}

@media (max-width: 576px) {
    h4 {
        font-size: 18px;
    }
}

.background-cubes{
    background-image: url("../images/bg.square_background.lg.jpg");
    background-size: cover;
}

.background-squares{
    background-image: url("../images/bg.about.header.png");
    background-size: cover;
}

.background-joinus{
    background-image: url("../images/join-us-header.jpg");
    background-size: cover;
    z-index:1;
}

/* .background-joinus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, transparent 50%, black 100%);
} */

.background-contact{
    background-image: url("../images/bg.contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.background-grey{
    background-color: #454545;
}

.background-white{
    background-color: #ffffff;
}

.margin-top-to-center{
    margin-top: 118px;
}

.font-dark{
    color: #242424;
}

.font-70{
    font-size: 70px;
}

.font-120{
    font-size: 120px;
    line-height: 1;
}

.mh-0 {
    min-height: 0 !important;
}

.h-0 {
    height: 0 !important;
}

.minh-305{
    min-height: 305px;
    border-top: 1px solid #454545;
}

.minh-444{
    min-height: 444px;
}

.minh-444-position{
    min-height: 444px;
}

.minh-500{
    min-height: 500px;
}

.minh-500-joinus{
    min-height: 500px;
}

.minh-500-heavylifting{
    min-height: 500px;
}

.minh-555{
    min-height: 555px;
}

.minh-555-careers{
    min-height: 555px;
}

.minh-800{
    min-height: 800px;
}

.minh-870{
    min-height: 870px;
}

.mh-750{
    max-height: 750px;
}

.icon-30{
    width: 30px;
    height: 30px;
}

.icon-60{
    width: 60px;
    height: 60px;
}

.icon-90{
    width: 90px;
    height: 90px;
}

.icon-162{
    width: 162px;
    height: 162px;
}

.icon-260{
    width: 260px;
    height: 260px;
}

.center{
    margin: 0 auto;
}

.long-arrow{
	width: 65px;
	height: 23px;
	max-width: 100%;
}

.about-img{
    width: 500px;
    max-width: 100%;
}

.capabilities-img{
    width: 548px;
    max-width: 100%;
}

.atmosphere-logo{
    max-width: 100%;
    width: 135px;
}

.terra-logo{
    max-width: 100%;
    width: 83px;
}

.mrt-logo{
    max-width: 100%;
    width: 135px;
}

.yellow{
    color:#FAA61A;
}

.yellow__hr {
    width: 30%;
    height: 2px;
    background-color: #FAA61A;
    border: none;
}

.dashed__hr {
    border: 1px dashed white;
    width: 92px;
}

.large-quote{
    font-family: 'roboto-condensed', sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #FAA61A;
}

.quote-box{
    position: relative;
}

.left-quote{
    position: absolute;
    top: -60px;
}

.right-quote{
    position: absolute;
    bottom: -18px;
    right:0px;
}

/***** TIMELINE *****/

#pinContainer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.panel {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #242424;
}

.dashed{
    position: absolute;
    top: 42%;
    right: 250px;
    max-width: 100%;
}

.timeline-img{
    width: 770px;
    max-width: 100%;
}

.dot-size{
    width: 99px;
    max-width: 100%;
}

.timeline-dot{
    position: absolute;
    top: 245px;
    right: 157px;
}

.dashed-left{
    position: absolute;
    top: 42%;
    left: 250px;
    max-width: 100%;
}

.timeline-dot-left{
    position: absolute;
    top: 245px;
    left: 157px;
}

.dashed-left-last{
    position: absolute;
    top: 42%;
    left: 416px;
    max-width: 100%;
}

.timeline-dot-left-last{
    position: absolute;
    top: 366px;
    left: 326px;
}

#pinMaster {
    position: relative;
}

/* .one {
    background-color: #1bb1a5;
}

.two {
    background-color: #94c356;
}

.three {
    background-color: #e3aa59;
}

.four {
    background-color: #777;
}

.five {
    background-color: #a63ba0;
}

.six {
    background-color: #cf5b21;
} */

/***************/

/** OUR WORK **/

.our-work{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
}

.our-work-txtbg{
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: bottom right;
    /* min-height: 400px; */
}

.our-work-bg1{
    background-image: url("../images/img.work_lg.1.jpg");
}

.our-work-bg2{
    background-image: url("../images/img.work_lg.2.jpg");
}

.our-work-bg3{
    /* background-image: url("");
    background-color: #454545; */
}

.our-work-bg4{
    background-image: url("");
    background-color: #ffffff;
}

.our-work-bg5{
    background-image: url("");
    background-color: #ffffff;
}

.our-work-bg6{
    /* background-image: url("");
    background-color: #454545; */
}

.our-work-bg7{
    background-image: url("../images/img.work_adobe.1.jpg");
}

.our-work-bg8{
    background-image: url("../images/img.work_adobe.2.jpg");
}

.our-work-bg9{
    /* background-image: url("");
    background-color: #454545; */
}

.our-work-bg10{
    background-image: url("../images/img.work_roccat.1.jpg");
}

.our-work-bg11{
    background-image: url("../images/img.work_roccat.2.jpg");
}

.our-work-bg12{
    /* background-image: url("");
    background-color: #454545; */
}

.our-work-bg13{
    background-image: url("../images/img.work_ecobee.1.jpg");
}

.our-work-bg14{
    background-image: url("../images/img.work_ecobee.2.jpg");
}

.our-work-bg15{
    /* background-image: url("");
    background-color: #454545; */
}

.our-work-bg16{
    background-image: url("../images/img.work_nacon.1.jpg");
}

.our-work-bg17{
    background-image: url("../images/img.work_nacon.2.jpg");
}

.our-work-bg18{
    /* background-image: url("");
    background-color: #454545; */
}

section {
    /* height: 100vh; */
    position: relative;
    box-sizing: border-box;
}

section.first{
    /* margin-top: 105px; */
}

section > .container-fluid > .row > .col-5 > div,
section > .container-fluid > .row > .col-7 > div {
    height: 50vh;
}

#scroll-container-mobile{
    display:none;
}

/** CAPABILITIES PG **/

.border-box{
    border: 2px solid #242424;
    height:auto;
    min-height: 435px;
    z-index: -1;
}

.overlap-image {
    z-index: 20;
    position: absolute;
    left: 178px;
    top: -149px;
}

.relative-container{
    position:relative;
}

/** FORM **/

.input-space {
    border-radius: 38px;
    box-shadow: 0px 3px 15px #0000001A;
    height: 55px;
    border: none;
}

.input-space:focus {
    border: solid;
    border-color: #2162F4;
    border-width: 1px;
    box-shadow: 0px 3px 15px #0000001A;
}

.submit-btn{
    min-width: 200px;
}


/****** MEDIA QUERIES *******/

@media(max-width: 2550px) {
    .carousel-btn-position {
        left: 43%;
        top: 72%;
    }
}

@media(max-width: 1920px) {

    .carousel-btn-position{
        left: 43%;
        top: 72%;
    }

    .overlap-image{
        left: 186px;
        top: -149px;
    }
}

@media(max-width: 1630px) {
    .overlap-image{
        left: 179px;
    }
}

@media(max-width: 1600px) {
    .extra-top{
        max-width: 2000px!important;
    }

    .carousel-btn-position{
        top: 73%;
    }

    .minh-870 {
        min-height: 1250px;
    }

    .font-120 {
        font-size: 99px;
        line-height: 1;
    }

    .main-button{
        font-size: 17px;
    }

    .border-box{
        min-height: 729px;
    }

    .overlap-image {
        left: 90px;
        top: -160px;
    }

    .dashed {
        right: 55px;
    }

    .timeline-dot {
        right: -37px;
    }

    .dashed-left {
        left: 55px;
    }

    .timeline-dot-left {
        left: -37px;
    }

    .dashed-left-last {
        left: 297px;
    }

    .timeline-dot-left-last {
        left: 213px;
    }

    .margin-left-right-50px {
        margin-left: 15px;
        margin-right: 15px;
    }

    .terra-logo {
        max-width: 100%;
        width: 68px;
    }

    .atmosphere-logo {
        max-width: 100%;
        width: 100px;
    }

    .mrt-logo {
        max-width: 100%;
        width: 100px;
    }
}

@media(max-width: 1530px) {
    .carousel-btn-position{
        top: 69%;
    }
}

@media(max-width: 1440px) {
    .vision.minh-555{
        min-height: 445px;
    }

    .capabilities.minh-800{
        min-height: 850px;
    }

    .social.icon-30{
        width: 20px;
        height: 20px;
    }

    .font-70{
        font-size: 55px;
    }
    
    .whyus.w-80, .capabilities.w-80{
        width:100%;
    }

    .w-70{
        width: 70%;
    }

    .icon-260{
        width: 200px;
        height: 200px;
    }

    .overlap-image {
        left: 127px;
        top: -99px;
    }

    .carousel-btn-position{
        left: 42%;
    }

    .border-box {
        min-height: 615px;
    }

    .about-subhead{
        font-size: 18px;
        line-height: 1.3;
    }

    p.tabtext-ipad {
        font-size: 14px!important;
    }
}

@media(max-width: 1370px) {
    .carousel-btn-position{
        top: 65%;
    }
}

@media(max-width: 1275px) {
    .carousel-btn-position{
        top: 60%;
        left:41.3%;
    }
}

@media(max-width: 1200px) {
    .carousel-btn-position{
        top: 65%;
    }

    body{
        font-size: 17px;
    }

    .font-120 {
        font-size: 82px;
    }

    .overlap-image {
        left: 85px;
    }

    .dashed {
        right: -23px;
    }

    .timeline-dot {
        right: -107px;
    }

    .dashed-left {
        left: -23px;
    }

    .timeline-dot-left {
        left: -107px;
    }

    .dashed-left-last {
        left: 108px;
    }

    .timeline-dot-left-last {
        left: 27px;
        top: 306px;
    }

    .margin-top-to-center {
        margin-top: 53px;
    }

}

@media(max-width: 1130px) {
    .carousel-btn-position{
        top: 61%;
        left: 41%;
    }

    .nacon-text h3.w-70, .roccat-text h3.w-70{
        width:80%;
    }
}

@media(max-width: 1115px) {
    .timeline-img{
        width: 570px;
        max-width: 100%;
    }

    .dashed {
        right: 74px;
    }

    .timeline-dot {
        right: -10px;
        top: 181px;
    }

    .dashed-left {
        left: 74px;
    }

    .timeline-dot-left {
        left: -10px;
        top: 181px;
    }

    .dashed-left-last {
        left: 163px;
        top:43%;
    }

    .timeline-dot-left-last {
        left: 82px;
        top: 306px;
    }
}

@media(max-width: 1057px) {
    .nav-logo {
        width: 175px;
        max-width: 100%;
    }
}

@media(max-width: 992px) {
    .extra-top{
        max-width: 720px !important;
        margin-top: 32px !important;
    }

    .carousel-btn-position {
        top: 72%;
        left: 35%;
    }

    .about-img {
        width: 380px;
        max-width: 100%;
    }

    .margin-auto{
        margin: 0 auto;
        text-align: center;
    }

    .nacon-text h3.w-70, .roccat-text h3.w-70{
        width:90%;
    }

    .nac-txt h3.w-70, .roc-txt h3.w-70{
        width:90%;
    }

    .adobe-head{
        width:90%;
    }

    .border-box {
        min-height: 515px;
    }

    .overlap-image {
        left: 241px;
    }

    .marketing-materials img.overlap-image{
        top: -100px;
    }

    .modal-dialog{
        max-width: 600px;
    }

    .navbar-nav{
        text-align: right;
    }

    .nav-logo {
        width: 275px;
        max-width: 100%;
    }

    .btn-position{
        flex: 0 0 100%;
        max-width: 100%;
        align-self: flex-end!important;
        align-items: flex-end!important;
        justify-content: flex-end!important;
        display: flex!important;
        flex-direction: column!important;
    }

    .our-work-txtbg h3{
        font-size:30px;
    }

    .dashed {
        right: -37px;
    }

    .timeline-dot {
        right: -116px;
        top: 182px;
    }

    .dashed-left {
        left: -41px;
    }

    .timeline-dot-left {
        left: -116px;
        top: 182px;
    }

    .dashed-left-last {
        left: 108px;
    }

    .timeline-dot-left-last {
        left: 34px;
    }

    .three .timeline-dot-left, .three .timeline-dot, .nine .timeline-dot-left, .nine .timeline-dot, .ten .timeline-dot-left, .ten .timeline-dot{
        top: 193px;
    }
}

@media(max-width: 875px) {
    .timeline-img {
        width: 470px;
        max-width: 100%;
    }

    .dashed {
        right: 5px;
    }

    .timeline-dot {
        right: -76px;
        top: 153px;
    }

    .dashed-left {
        left: 5px;
    }

    .timeline-dot-left {
        left: -76px;
        top: 153px;
    }

    .dashed-left-last {
        left: 103px;
    }

    .timeline-dot-left-last {
        left: 24px;
        top: 298px;
    }

    .three .timeline-dot-left, .three .timeline-dot, .nine .timeline-dot-left, .nine .timeline-dot, .ten .timeline-dot-left, .ten .timeline-dot{
        top: 163px;
    }
}

@media(max-height: 800px) {
}

@media(max-width: 787px) {
    .timeline-img {
        width: 370px;
        max-width: 100%;
    }

    .dashed {
        right: 99px;
        width: 55px;
        top: 37%;
    }

    .timeline-dot {
        right: 42px;
        top: 112px;
    }

    .dashed-left {
        left: 99px;
        width: 55px;
        top: 37%;
    }

    .timeline-dot-left {
        left: 42px;
        top: 112px;
    }

    .dashed-left-last {
        left: 147px;
        width: 55px;
        top: 43%;
    }

    .timeline-dot-left-last {
        left: 90px;
        top: 328px;
    }

    .three .timeline-dot-left, .three .timeline-dot, .nine .timeline-dot-left, .nine .timeline-dot, .ten .timeline-dot-left, .ten .timeline-dot{
        top: 124px;
    }

    .three .dashed-left, .three .dashed, .nine .dashed-left, .nine .dashed, .ten .dashed-left, .ten .dashed{
        top: 38%;
    }

    .dot-size{
        width: 70px;
        max-width: 100%;
    }    
}

@media(max-width: 768px) {
    .overlap-image {
        left: 158px;
    }

    .marketing-materials img.overlap-image{
        top: -102px;
    }

    .consumer-education img.overlap-image{
        top: -102px;
    }

    .overlap-image {
        left: 244px;
    }

    #scroll-container{
        display:none;
    }

    #scroll-container-mobile{
        display:flex;
    }

    .dashed {
        right: 87px;
        width: 55px;
        top: 38%;
    }

    .timeline-dot {
        right: 19px;
        top: 117px;
    }

    .dashed-left {
        left: 87px;
        width: 55px;
        top: 38%;
    }

    .timeline-dot-left {
        left: 19px;
        top: 117px;
    }

    .dashed-left-last {
        left: 127px;
        width: 55px;
        top: 44%;
    }

    .timeline-dot-left-last {
        left: 59px;
        top: 372px;
    }

    .three .timeline-dot-left, .three .timeline-dot, .nine .timeline-dot-left, .nine .timeline-dot, .ten .timeline-dot-left, .ten .timeline-dot{
        top: 122px;
    }

    .three .dashed-left, .three .dashed, .nine .dashed-left, .nine .dashed, .ten .dashed-left, .ten .dashed{
        top: 37%;
    }

    .four .dashed-left, .four .dashed{
        top: 38%;
    }

    .four .timeline-dot-left, .four .timeline-dot, .six .timeline-dot-left, .six .timeline-dot, .eight .timeline-dot-left, .eight .timeline-dot, .eleven .timeline-dot-left, .eleven .timeline-dot{
        top: 116px;
    }

    .vision.minh-555 {
        min-height: 290px;
    }

    .whoweare.minh-500 {
        min-height: 255px;
    }

    .jobtitle.minh-500 {
        min-height: 150px;
    }

    .minh-500-heavylifting {
        min-height: 264px;
    }

    .minh-500-joinus{
        min-height: 210px;
    }

    .background-joinus {
        margin-top: 0px;
    }

    .minh-555-careers {
        min-height: 455px;
    }

    .minh-444-position{
        min-height: 243px;
    }

    .background-contact{
        background-image: url("../images/bg.contact.mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .navbar-brand {
        display: inline-block !important;
    }

    .border-box {
        min-height: 451px;
    }

    .nac-txt h3.w-70, .roc-txt h3.w-70{
        width:100%;
    }

    .ipad-subhead{
        font-size: 22px;
    }

    .ipad-text{
        font-size: 18px;
    }

    .atmosphere-logo{
        max-width: 100%;
        width: 135px;
    }
    
    .terra-logo{
        max-width: 100%;
        width: 100px;
    }
    
    .mrt-logo{
        max-width: 100%;
        width: 135px;
    }
}

@media(max-width: 585px) {
    .minh-870 {
        min-height: 1500px;
    }

    .overlap-image {
        left: 153px;
    }

    .marketing-materials img.overlap-image{
        top: -95px;
    }

    .consumer-education img.overlap-image{
        top: -76px;
    }

    .border-box {
        min-height: 550px;
    }

    .nav-logo {
        width: 175px;
        max-width: 100%;
    }

    .btn-position{
        flex: unset;
        max-width: unset;
        align-self: unset!important;
        align-items: unset!important;
        justify-content: unset!important;
        display: flex!important;
        flex-direction: unset!important;
    }
}

@media(max-width: 575px) {
    .border-box {
        min-height: 590px;
    }

    .marketing-materials img.overlap-image {
        top: -102px;
    }

    .overlap-image {
        left: 127px;
    }

    body{
        font-size: 16px;
    }

    .carousel-btn-position {
        top: 60%;
        left: 31%;
    }

    .outer-container{
        padding-bottom:0px;
    }

    .vision.minh-555 {
        min-height: 315px;
    }

    .right-quote {
        right: 14px;
    }

    .main-button{
        font-size: 16px;
    }

    .ipad-subhead{
        font-size: 16px;
    }

    .ipad-text{
        font-size: 16px;
    }

    .terra-logo {
        max-width: 100%;
        width: 68px;
    }

    .atmosphere-logo {
        max-width: 100%;
        width: 100px;
    }

    .mrt-logo {
        max-width: 100%;
        width: 100px;
    }
}

@media(max-width: 430px) {
    .extra-top {
        margin-top: 75px !important;
    }

    .extra-top2 {
        margin-top: 55px !important;
    }

    .carousel-btn-position {
        top: 48%;
        left: 23%;
    }

    .marketing-materials img.overlap-image {
        top: -87px;
    }

    .overlap-image {
        left: 109px;
    }

    .consumer-education img.overlap-image {
        top: -88px;
    }

    .border-box {
        min-height: 455px;
    }

    .font-120 {
        font-size: 55px;
    }

    /* .btn-position{
        position: relative;
        left: 207px;
        top: 5px;
    } */

    .btn-position {
        position: relative;
        left: 15px;
        top: 5px;
        width: 92%;
    }

    .btn-mobile{
        width: 100% !important;
    }

    .timeline-img {
        width: 230px;
        max-width: 100%;
    }

    .dashed {
        right: 33px;
        width: 20px;
        top: 37%;
    }

    .timeline-dot {
        right: -6px;
        top: 76px;
    }

    .dashed-left {
        left: 33px;
        width: 20px;
        top: 37%;
    }

    .timeline-dot-left {
        left: -6px;
        top: 76px;
    }

    .dashed-left-last {
        left: 47px;
        width: 20px;
        top: 44%;
    }

    .timeline-dot-left-last {
        left: 8px;
        top: 279px;
    }

    .three .timeline-dot-left, .three .timeline-dot, .nine .timeline-dot-left, .nine .timeline-dot, .ten .timeline-dot-left, .ten .timeline-dot{
        top: 77px;
    }

    .three .dashed-left, .three .dashed, .nine .dashed-left, .nine .dashed, .ten .dashed-left, .ten .dashed{
        top: 31%;
    }

    .four .dashed-left, .four .dashed{
        top: 34%;
    }

    .five .dashed-left, .five .dashed, .six .dashed-left, .six .dashed, .eight .dashed-left, .eight .dashed, .eleven .dashed-left, .eleven .dashed{
        top: 34%;
    }

    /* .five .timeline-dot-left, .five .timeline-dot{
        top: 76px;
    } */

    .four .timeline-dot-left, .four .timeline-dot, .six .timeline-dot-left, .six .timeline-dot, .eight .timeline-dot-left, .eight .timeline-dot, .eleven .timeline-dot-left, .eleven .timeline-dot{
        top: 78px;
    }

    .dot-size{
        width: 50px;
        max-width: 100%;
    }

    .mobile-mt-3lines{
        margin-top: 44px;
    }

    .mobile-mt-2lines{
        margin-top: 19px;
    }

    .index-mobile-padding{
        padding-top: 20px!important;
    }

    .index-neg-margin{
        margin-top: -69px;
    }

    .vision.minh-555 {
        min-height: 215px;
    }

    .minh-500-heavylifting {
        min-height: 161px;
    }

    .icon-260 {
        width: 150px;
        height: 150px;
    }

    .minh-870 {
        min-height: 1200px;
    }

    .jobtitle.minh-500 {
        min-height: 100px;
    }

    .font-70 {
        font-size: 40px;
        line-height: 1.1;
    }
}

@media(max-width: 375px) {
    .carousel-btn-position {
        top: 42%;
        left: 21%;
    }

    .consumer-education img.overlap-image {
        top: -90px;
    }

    .overlap-image {
        left: 88px;
    }

    /* .btn-position{
        position: relative;
        left: 168px;
        top: 5px;
    } */

    .minh-870 {
        min-height: 1426px;
    }

    .minh-870 {
        min-height: 1359px;
    }
}

@media(max-width: 320px) {

    .main-button {
        font-size: 14px;
    }

    /* .btn-position{
        position: relative;
        left: 113px;
        top: 5px;
    } */
}

.yellow-link, .yellow-link:hover {
    color:#FAA61A;
    text-decoration: none;
}