/* >> Generic Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: "Roboto", sans-serif;
    width: 100%; 
    height: 100%;
    overflow-x: hidden!important;
	overscroll-behavior: contain;
	@media (prefers-reduced-motion: no-preference) {
		scroll-behavior: smooth;
	}
}


body {
    font-size: 1.6rem;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    touch-action: pan-x pan-y;
    height: 100%;
    width: 100%;
}

.header{
    height:140px;
    background-color:rgba(255,255,255,0);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: ease 0.4s;
}
.header--scrolled {
    background-color:rgba(255,255,255,0.6);
}

.footer{
    height: 50vh;
    background-color:#505050;
    bottom: 0;
    z-index: 999;
    background-image: url("../images/footer_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left bottom;
    display:flex;
    flex-flow:column;
    flex-wrap: wrap;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 3.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #024e82;
    border-radius: 60px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:10px;
}

.nav-item {
    margin-left: 5rem;
}

a.nav-link{
    font-size: 1.6rem;
    font-weight: 400;
    color: #024e82;
}

a.nav-link:visited{
    color: #024e82;
}

a.nav-link:hover{
    color: #0282d9;
}

a.nav-link.active{
    color:#0098ff;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
}

#navLogo {
    max-width: 280px;
    max-height: 130px;
    min-width: 140px;
    min-height: 65px;
    margin-left:20px;
}

.fwh-page {
    height: 100vh;
    overflow: auto;
}

#section_0 {
    width:100vw;
    height: 100vh;
    background-color:white;
}

#section_1 {
    background-image: url("../images/background_experience_1040.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left bottom;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}

#section_2 {
    background-image: url("../images/background_collaboration_1040.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left bottom;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}

#section_3 {
    background-image: url("../images/background_innovation_1040.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left bottom;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}

#section_4 {
    background-image: url("../images/background_careers_1040.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left bottom;
    display:flex;
    flex-direction:row;
}

.sectionHeader {
    font-weight:900;
    font-size: 18rem;
    color:white;
}

.sectionText {
    font-size:3.4rem;
    color:white;
    line-height:6.2rem;
    width:630px;
}

/* main screen */
#sphereDiv {
    position:absolute;
    top:20px;
    max-width:100%;
    height:auto;
    margin-left:10%;
}

#heroAnimation {
    position:absolute;
    top:180px;
    left:45%;
}

#heroAnimation img {
    max-width:100%;
    height:auto;
}

#recruitBadge {
    position:absolute;
    right:5%;
    bottom:-76px;
    z-index:50;
    max-width:100%;
    height: auto;
}

#recruitBadge img {
    width:100%;
    max-width: 286px;
    height: auto;
}

#textDisplay {
    position:absolute;
    bottom:0;
    display: inline-grid;
    grid-template-columns: auto;
    grid-template-rows: 35px 70px;
    z-index: 100;
    justify-items: center;
    max-width:286px;
    width:100%
}

.recruitDesc {
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    font-size: 2.4rem;
    line-height: 2.4rem;
    /* font-size:clamp(1rem, 1.6vw, 4rem);
    line-height:clamp(1rem, 1.6vw, 4rem); */
    color:white;
    letter-spacing:5px;
}

.recruitNoun {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6.4rem;
    line-height: 6.4rem;
    /* font-size:clamp(2rem, 5vw, 6.6rem);
    line-height:clamp(2rem, 5vw, 6.6rem); */
}

#applyButton {
    position:absolute;
    bottom:124px;
    left:33%;
    width: 120px;
    height:34px;
    padding: 2px;
    border: 4px solid #000;
    border-radius: 9px;
    -moz-border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    font-size: 2rem;
    z-index:100;
}

a #applyButton {
    color: black;
}

a #applyButton:visited {
    color: black;
}

a #applyButton:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

#capabilities {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:60;
    pointer-events: none;
}

.capability {
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    font-size:2rem;
    letter-spacing:2px;
    color:white;
    text-shadow: #000 0px 0px 6px;
}

#title {
    position:absolute;
    width:100%;
    height:auto;
    top:540px;
    left:0%;
}

.stretch {
    -webkit-transform: scale(1, 0.8);
    -moz-transform: scale(1, 0.8);
    -o-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
}

#tagline {
    position: absolute;
    top:110px;
    left:420px;
}

#tagline img {
    min-width: 50%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

h1 {
    white-space: nowrap;
    position: absolute;
    top:40px;
    left:260px;
    font-family: "Roboto Bold", sans-serif;
    font-size:clamp(4rem, 7.5vw, 12rem);
    color:white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    line-height:9.9rem;
}
    
#tagline h2 {
    white-space: nowrap;
    position: absolute;
    top:44px;
    left:60px;
    font-size:3rem;
    font-weight:400;
    color:#024e82;
    display:none;
}

h3 {
    white-space: nowrap;
    position: absolute;
    top:20px;
    left:480px;
    font-size:clamp(0.8rem, 1.2vw, 2rem);
    font-weight:700;
    color:#00c5fe;
}

.char {
    transform:translateY(115px);
    transition:transform .5s;
}

#spots {
    position:absolute;
    top:160px;
    left:8%;
    width:35%;
    display:grid
}

#spots img {
    max-width:100%;
    height:auto;
}

#spotPhotoBlue {
    margin-left:15%;
}

#spotPhotoGreen {
    margin-left:45%;
}

#spotPhotoOrange {
    padding-top:3%;
}

#scrollButton {
    position:absolute;
    bottom: 3%;
    right:3%;
    text-align:center;
}

#scrollButton .buttonText {
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    font-size:1.7rem;
    letter-spacing: 1px;
    color:#1d84bf;
    z-index:10;
    position:relative;
    top:6.4rem;
}

#scrollButton .buttonArrow {
    z-index:10;
    position:relative;
    top:6.4rem;
}

/* experience screen */
#section_1 .column1 {
    display: flex; 
    flex-basis: 60%;  
    justify-content: center;
    flex-direction: column;
}

#section_1 .column2 {
    display: flex; 
    flex-basis: 40%;  
    justify-content: flex-end;
    flex-direction: column;
}

.sectionHeader--experience:last-child {
    flex-direction: row;
    margin-left: 25%;
}

.sectionText--experience {
    margin-left:5%;
}

#customers {
    background-color:rgba(255, 255, 255, 0.4);
    border-radius:15px;
    width:33em;
    height:auto;
    padding-top:15px;
    padding-left:15px;
    overflow:auto;
    margin-top: 20%;
    text-align:center;
}

.title {
    font-size: 2rem;
    font-weight:700;
    letter-spacing: 4px;
    color:#024e82;
}

#customers ul {
    margin: -2em 0em -2em 2em;
    text-align: left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap:5em;
}

#customers ul li {
    list-style-type:circle;
    color:#0057ce;
    font-size:2.2rem;
}

#customers ul li span {
    color:black;
    font-size:1.8rem;
    line-height:4rem;
    font-weight:400;
}

/* collaboration screen */
#section_2 .row {
    display: flex; 
    flex-basis: 100%;
}

#section_2 .row:first-child {
    padding-top:8%;
}

#collabHeader {
    line-height:12rem;
}

.sectionHeader--collaboration {
    margin-left: 5%;
    color:#00eafd; 
    font-size: 16rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.sectionText--collaboration {
    margin-left: 45%;
    width:680px;
    display:flex;
    justify-content: center;
    align-items: center;
}

#services {
    margin-left: 5%;
    width:750px;
    color:white;
}

#services .subhead {
    display:block;
    font-size:1.8rem;
    font-weight:bold;
    color:#00eafd;
}

#services p {   
    font-size: 1.2rem;
    margin-bottom:1.4rem;
}

/* innovation screen */
.column1-1 {
    padding-top:5%;
    padding-left:5%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-basis: 35%;

}

.column1-2 {
    display: flex;
    flex-direction: column;
    flex-basis: 64%;
    justify-content: end;
    align-items: center;
}

.column2-1 {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    justify-content: center;
    align-items: center;
}

.column2-2 {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    justify-content: center;
    align-items: center;
}

.sectionHeader--innovation {
    color:#0364c7; 
    font-size: 18rem;
}

.sectionText--innovation {
    width:750px;
}

#products {
    display: block;
    z-index:500;
}

#productsMobile {
    display: none;
}

.productButton {
    display: grid;
    grid-template: 1fr / 1fr;
    place-items: center left;
    overflow:hidden;
}

.productButton > * {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}

.productButton img {
    opacity:0.5;
    z-index:200;
    margin-left:6px;
    max-width: 100%;
    height: auto;
    cursor:pointer;
}

.productButton img:hover, .productButton:focus, .productButton:active {
    opacity:1;
}

.productDesc {
    width:100%;
    min-width:420px;
    max-width:420px;
    height:90px;
    padding: 12px 24px 12px 76px;
    margin:0;
    border-radius: 42px;
    -moz-border-radius: 42px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    z-index:100;
    display:flex;
    align-items: center;
    transform-origin: left;
}

#tekItems {
    display:block;
    margin-top:5%;
    font-weight:700;
    font-size:4rem;
    color:#2fcaff;
    text-align:center;
}

#videoStill img {
    max-width:100%;
    height:auto;
}

#vimeoVideo {
    width:432px;
    height:270px;
    border:none;
}

/* careers screen */
.sectionHeader--careers {
    color:#eef0f1; 
    font-size: 16rem;
    line-height:12rem;
    margin-left: 20%;
}

.sectionText--careers {
    color:#727272; 
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

#section_4 .column1 {
    flex-basis:40%;
    padding-top:3%;
}

#section_4 .column2 {
    flex-basis:60%;
    padding-top:10%;
}

.sectionText ul {
    display:block;
    margin-left:18%;
}

#benefits li {
    list-style-type:circle;
    color:#0057ce;
    font-size:2.4rem;
    line-height:4rem;
}

#benefits li span {
    color:black;
    font-size:2rem;
    font-weight:400;
    line-height:4rem;
}

#messageForm {
    font-family: "Roboto", sans-serif;
    width:430px;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
}

#messageForm p {
    font-size:1.4rem;
    line-height:2rem;
}

#formFields .textField {
    font-family: "Roboto Condensed", sans-serif;
    border:none;
    border-radius: 9px;
    background: #eef0f1;
    padding: 24px; 
    width: 100%;
    height: 24px;
    font-size:1.8rem;
    margin-top:24px;
}

#formFields textArea {
    font-family: "Roboto Condensed", sans-serif;
    border:none;
    border-radius: 9px;
    background: #eef0f1;
    padding: 24px; 
    width: 100%;
    height: 6em;
    font-size:1.8rem;
    margin-top:24px;
}

#sendButton {
    width: 90px;
    height: 32px;
    padding: 2px;
    border-radius: 9px;
    border-color: #5bbdff;
    -moz-border-radius: 9px;
    background-color: #2b66b1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    font-size: 2.2rem;
    letter-spacing: 1px;
    color: white;
    margin-top: 2rem;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#sendButton:hover, #sendButton:focus, #sendButton:active {
    background-color: #0282d9;
    transform:scale(1.1,1.1);
}

/* footer */
#brandBlock {
    height:60%;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    padding-top: 2%;
    flex: 0 1 auto;
}

#footer .column1 {
    display: flex;
    flex-direction: column;
    flex-basis: 10%;
}

#footer .column2 {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    margin-right: auto;
}

#footer .column3 {
    display: flex;
    flex-direction: column;
    flex-basis: 15%;
}

#footerLogo {
    text-align: center;
}

#footerLogo img{
    max-width: 40px;
    max-height: 40px;
    min-width: 20px;
    min-height: 20px;
}

#contactInfo {
    color: white;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#company {
    font-weight: 700;
}

.contactLabel {
    font-size: 1.2rem;
}

#links {
    font-size: 1.7rem;
    line-height: 2.8rem;
}

#links p {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

#links a:link, a:visited {
    color:#44c1ff;
}

#links a:hover {
    color:#c3ebff;
}

.affiliations {
    display:flex;
    flex-direction: row;   
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

#sbaLogo img {
    height:38px;
}
#afceaLogo img {
    margin-left: 1.8em;
    height:42px;
}
#shrmLogo img {
    margin-left: 1.8em;
    height:31px;
}
#ncmsLogo img {
    margin-left: 1.8em;
    height:35px;
}


/* >> Mobile Devices (Small Screens) */
@media only screen 
  and (min-width: 320px)
  and (max-width: 499px)
  and (orientation: portrait) { 
    .header{
        height:100px;
    }

    .navbar {
        padding: 2.5rem 2.5rem;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 90px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 1rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    #navLogo {
        transform:scale(80%);
        margin-left:0px;
    }

    #sphereDiv {
        display:block;
        margin-left:0;
        padding-top:90px;
    }

    #experience {
        background-position:center bottom;
    }        

    #collaboration {
        background-position:center bottom;
    }

    #innovation {
        background-position:center bottom;
    }

    #careers {
        background-position:right bottom;
    }

    #title {
        top:360px;
        left:0px;
    }

    h3 {
        left:7rem;
        font-size:1rem;
    }

    h1 {
        left:5rem;
        top:0;
        font-size:5rem;
    }

    #tagline {
        left:0;
        width:90%;
        padding-top:12rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #tagline img {
        display:none;
    }

    #tagline h2 {
        white-space: pre-line;
        font-size:2.2rem;
        color:#024e82;
        display:block;
    }

    .capability {
        font-size:1rem;
        letter-spacing:2px;
    }

    #scrollButton {
        bottom: -1%;
        right: 40%;
        transform:scale(0.7);
    }

    #spots {
        top:140px;
        width:25%;
    }

    #spotPhotoBlue {
        margin-left:25%;
        width:100%;
    }

    #spotPhotoGreen {
        margin-left:60%;
        margin-top:5%;
        width:75%;
    }

    #spotPhotoOrange {
        padding-top:5%;
        width:50%;
    }

    #heroAnimation {
        top:190px;
        left:37%;
        width:55%;
    }

    #recruitBadge {
        left:33%;
        bottom:-37px;
        width:60%;
    }

    #textDisplay {
        grid-template-rows: 17px 32px;
    }

    .recruitDesc {
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing:2px;
    }

    .recruitNoun {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }

    #applyButton {
        bottom:60px;
        left:22%;
        width: 70px;
        height: 20px;
        padding: 1px;
        border: 2px solid #000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 1.2rem;
    }

    .sectionHeader {
        width: 90%;
    }

    .sectionText {
        font-size: 1.8rem;
        line-height: 4.2rem;
        width:90%;
    }

    /* experience screen */
    #section_1 .column1 {
        flex-basis: 100%;  
        flex-direction: row;
    }

    #section_1 .column2 {
        flex-basis: 100%;  
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .sectionHeader--experience:last-child {
        flex-direction:row-reverse;
        font-size: 6.5rem;
        margin-left:7%;
    }

    .sectionText--experience {
        margin-top: 25%;
    }

    #customers {
        border-radius:9px;
        padding-top:10px;
        padding-left:10px;
        margin-top: 0;
        width:20em;
        display:inline-block;
    }

    .title {
        font-size: 1.6rem;
    }

    #customers ul {
        margin: -2em 0em -2em 2em;
        text-align: left;
        column-gap:1.8em;
    }

    #customers ul li {
        list-style-type:circle;
        color:#0057ce;
        font-size:1.8rem;
    }

    #customers ul li span {
        color:black;
        font-size:1.2rem;
        line-height:3.6rem;
        font-weight:400;
    }

    /* collaboration screen */

    .sectionHeader--collaboration {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .sectionText--collaboration {
        width:80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
    }

    #services {
        width:90%;
    }

    #services .subhead {
        font-size:1.4rem;
    }

    #services p {
        font-size:1.2rem;
    }

    /* innovation screen */
    .column1-1 {
        flex-direction: row;
        flex-basis: 100%;
        margin-top: 20%;
        padding-left:0;
    }

    .column1-2 {
        flex-direction: row;
        flex-basis: 100%;
    }

    .column2-1 {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
    }

    .column2-2 {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:100%;
    }

    #products {
        display: none;
    }

    #productsMobile {
        display: grid;
    }

    .productButtons {
        display:flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }

    .productButton {
        margin-right:0.2em;
        transform:scale(0.7);
    }

    .productDescriptions {
        display: grid;
        grid-template: 1fr / 1fr;
        place-items: center;
        overflow:hidden;
    }

    .productDescriptions > * {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .productDesc {
        width:90%;
        min-width:320px;
        height:75px;
        padding: 12px 24px 12px 24px;
        border-radius: 36px;
        -moz-border-radius: 36px;
        font-size: 1.5rem;
    }

    .sectionHeader--innovation {
        font-size: 6.5rem;
        width: 100%;
        text-align: center;
    }

    .sectionText--innovation {
        width:85%;
        margin-left:0;
    }

    #tekItems {
        margin-top:0;
        font-size:2.3rem;
        text-align:center;
    }

    #videoStill {
        margin-top: 0;
        text-align: center;
    }

    #videoStill img {
        width:80%;
        height:auto;
    }

    #vimeoVideo {
        margin-top: 0;
        padding:0;
        transform:scale(0.85);
        height:auto;
    }


    /* careers screen */
    .sectionHeader--careers {
        top:0;    
        left:0; 
        font-size: 6.5rem;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        padding-top:5%;
    }

    .sectionText--careers {
        line-height:3.2rem;
        width:80%;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
    }

    #section_4 {
        flex-direction:column-reverse;
    }

    .sectionText ul {
        margin-top:5%;
        margin-left: auto;
        margin-right: auto;
        display:none;
    }

    #benefits li {
        font-size:1.4rem;
        line-height:2.5rem;
    }

    #benefits li span {
        font-size:1.6rem;
        line-height:2.5rem;
    }

    #messageForm {
        margin-top:0;
        margin-bottom:5%;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        width: 80%;
    }

    #messageForm p {
        font-size:1.5rem;
        line-height:2rem;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
    }

    #formFields {
        width:100%;
    }

    #formFields .textField {
        border: 1px solid #dddddd;
        padding: 18px; 
        width: 100%;
        height: 24px;
        font-size:1.8rem;
        margin-top:12px;
        margin-left: auto;
        margin-right: auto;
    }

    #formFields textArea {
        border: 1px solid #dddddd;
        padding: 18px; 
        width: 100%;
        font-size:1.8rem;
        margin-top:12px;
        margin-bottom:12px;
        margin-left: auto;
        margin-right: auto;
    }

    #sendButton {
        margin-top:0;
    }

    /* footer */
    .footer {
        height:60rem;
    }

    #brandBlock {
        flex-direction:column;
        padding-top: 10%;
    }

    #footer .column1 {
        width:25%;
        margin-left:10%;
    }

    #footer .column2 {
        width:70%;
        margin-top: -6%;
        margin-left:30%;
    }

    #footer .column3 {
        width:70%;
        padding-top: 7%;
        margin-left:30%;
    }

    #footerLogo {
        text-align: left;
    }

    #contactInfo {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .contactLabel {
        font-size: 1.4rem;
    }

    #links {
        font-size: 1.8rem;
        line-height: 3.4rem;
    }

    #sbaLogo img {
        height:32px;
    }
    #afceaLogo img {
        margin-left: 1.5em;
        height:35px;
    }
    #shrmLogo img {
        margin-left: 1.5em;
        height:26px;
    }
    #ncmsLogo img {
        margin-left: 1.5em;
        height:29px;
    }

    a[href^="tel"] {
        color: #44c1ff;
        text-decoration: none;
    }

}

/* >> Desktops | Tablets | Horizontal Phones (Medium Screens) */
@media only screen and (min-width: 500px) and (max-width: 1199px)  { 
    .sectionHeader {
        font-size: 15rem;
    }

    .sectionText {
        font-size:2.8rem;
        line-height:5.6rem;
        width:600px;
    }


    #sphereDiv {
        top: 30px;
        width: 67%;
        margin-left: 5%;
    }

    .nav-item {
        margin-left: 3rem;
    }

    a.nav-link{
        font-size: 1.4rem;
    }

    #scrollButton {
        transform:scale(0.85);
    }

    #heroAnimation {
        top:160px;
        left:40%;
        transform: scale(0.9);
    }

    #spots {
        top:130px;
        left:5%;
        transform: scale(0.9);
    }

    #title {
        top:500px;
        left:-5%;
        transform: scale(0.95);
    }

    h1 {
        top:34px;
        left:240px;
        font-size: 9rem;
        line-height:9.9rem;
    }

    h3 {
        left:400px;
        font-size:1.6rem;
    }

    .sectionText--experience {
        margin-left:6%;
    }

    #customers {
        width:26em;
    }

    .title {
        font-size: 1.6rem;
    }

    #customers ul {
        margin: -2em 0em -2em 2em;
        column-gap:3.4em;
    }

    #customers ul li {
        font-size:2rem;
    }

    #customers ul li span {
        font-size:1.5rem;
        line-height:3.6rem;
    }

    .sectionText--collaboration {
        margin-left: 40%;
        margin-top: 3%;
    }

    .column1-1 {
        padding-top:0;
        padding-left:0;
        flex-basis: 45%;
    }

    .column1-2 {
        flex-basis: 55%;
        justify-content: center;
    }

    #services .subhead {
        font-size:1.4rem;
    }

    #services p {   
        font-size: 1.2rem;
    }


    .sectionHeader--innovation {
        margin-top:10%;
        font-size:12rem;
    }

    .sectionText--innovation {
        font-size:2.6rem;
        width:580px;
    }

    #tekItems {
        margin-top:1%;
        font-size:3rem;
    }

    #vimeoVideo {
        width:320px;
        height:200px;
    }

    #products {
        margin-top:25%;
        margin-left: 6rem;
    }

    .sectionHeader--careers {
        margin-left: 10%;
    }

    .sectionText--careers {
        width:82%;
        font-size:2.6rem;
    }

    #messageForm {
        width:410px;
        margin-left:10%;
        margin-top: 25%;
    }

    #messageForm p {
        font-size:1.3rem;
    }

    a[href^="tel"] {
        color: #44c1ff;
        text-decoration: none;
    }


}

/* >> Desktops | Horizontal Tablets (Large Screens) */
@media only screen and (min-width: 1600px) { 
    .sectionHeader {
        font-size: 24rem;
    }

    .sectionText {
        font-size:4rem;
        line-height:6.8rem;
        width:900px;
    }

    /* main screen */
    #sphereDiv {
        top:120px;
        margin-left:15%;
        transform: scale(1.3,1.3);
    }

    #heroAnimation {
        top:220px;
        left:45%;
        transform: scale(1.2,1.2);
    }

    #title {
        top:620px;
        left:6%;
        width:80%;
        transform: scale(1.2,1.2);
    }
    
    /* experience screen */
    #customers {
        width:40em;
        margin-top: 10%;
    }

    .title {
        font-size: 2.5rem;
    }

    #customers ul li {
        font-size:2.6rem;
    }

    #customers ul li span {
        font-size:2.2rem;
        line-height:5rem;
    }
    /* collaboration screen */
    #services .subhead {
        font-size:2.2rem;
    }

    #services p {   
        font-size: 1.8rem;
    }

    /* innovation screen */
    #vimeoVideo {
        width:500px;
        height:314px;
    }

    .productButton {
        transform: scale(1.2,1.2);
        margin-bottom: 20px;
    }

    /* careers screen */
    #benefits li {
        font-size:2.8rem;
        line-height:6rem;
    }

    #benefits li span {
        font-size:2.4rem;
        line-height:6rem;
    }

    #messageForm {
        width:550px;
        margin-top: 10%;
    }

    #messageForm p {
        font-size:1.8rem;
        line-height:2.4rem;
    }

    #formFields .textField {
        padding: 32px; 
        height: 32px;
        font-size:2.2rem;
        margin-top:32px;
    }

    #formFields textArea {
        padding: 32px; 
        width: 100%;
        height: 10em;
        font-size:2.2rem;
        margin-top:32px;
    }

    #sendButton {
        transform:scale(1.2,1.2);
    }

    #sendButton:hover, #sendButton:focus, #sendButton:active {
        transform:scale(1.3,1.3);
    }

    /* footer */
    #contactInfo {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .contactLabel {
        font-size: 1.6rem;
    }

    #links {
        font-size: 2.1rem;
        line-height: 3.2rem;
    }

    #links p {
        font-size: 1.6rem;
    }

}

/* >> Tablets Portrait Orientation */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {

    /* main screen */
    #sphereDiv {
        top:180px;
        margin-left:10%;
        transform: scale(1.2,1.2);
    }
    #title {
        left:-15%;
    }
    #heroAnimation {
        top:160px;
        left:40%;
        transform: scale(0.8);
    }

    /* experience screen */
    #section_1 .column1 {
        flex-basis: 100%;  
        flex-direction: row;
    }

    #section_1 .column2 {
        flex-basis: 100%;  
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .sectionHeader--experience:last-child {
        flex-direction:row-reverse;
        font-size: 12rem;
        margin-left:15%;
    }

    .sectionText--experience {
        margin-top: 25%;
    }

    #customers {
        width:32em;
        margin-top: 0;
    }

    .title {
        font-size: 1.8rem;
    }

    #customers ul {
        margin: -2em 0em -2em 2em;
        column-gap:3.4em;
    }

    #customers ul li {
        font-size:2.2rem;
    }

    #customers ul li span {
        font-size:1.8rem;
        line-height:4rem;
    }

    /* collaboration screen */
    .sectionHeader--collaboration {
        font-size: 12rem;
    }

    .sectionText--collaboration {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
    }

    #services {
        width:90%;
    }

    #services .subhead {
        font-size:1.8rem;
    }

    #services p {
        font-size:1.6rem;
        padding-left:10%;
    }

    /* innovation screen */
    .column1-1 {
        flex-direction: row;
        flex-basis: 100%;
        margin-top: 20%;
    }

    .column1-2 {
        flex-direction: row;
        flex-basis: 100%;
    }

    .column2-1 {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
    }

    .column2-2 {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:100%;
    }

    #products {
        display: none;
    }

    #productsMobile {
        display: grid;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1.2,1.2);
    }

    .productButtons {
        display:flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }

    .productButton {
        margin-left: auto;
        margin-right: auto;
    }

    .productDescriptions {
        display: grid;
        grid-template: 1fr / 1fr;
        place-items: center;
        overflow:hidden;
    }

    .productDescriptions > * {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .productDesc {
        width:90%;
        min-width:320px;
        height:75px;
        padding: 12px 24px 12px 24px;
        border-radius: 36px;
        -moz-border-radius: 36px;
        font-size: 1.5rem;
    }

    .sectionHeader--innovation {
        font-size: 14rem;
        width: 100%;
        text-align: center;
        margin:0;
    }

    .sectionText--innovation {
        width:80%;
        margin-left: auto;
        margin-right: auto;
        padding-left:5%;
    }

    #tekItems {
        margin-top:0;
        font-size:3rem;
        text-align:center;
    }

    #vimeoVideo {
        margin-top: 0;
        padding:0;
        transform:scale(1.2);
        height:auto;
        padding-bottom: 5%;
    }

    /* careers screen */
    .sectionHeader--careers {
        top:0;    
        left:0; 
        font-size: 14rem;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        padding-top:10%;
    }

    .sectionText--careers {
        line-height:4rem;
        width:70%;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
    }

    #section_4 {
        flex-direction:column-reverse;
    }

    .sectionText ul {
        display:none;
    }

    #messageForm {
        margin-top:0;
        margin-bottom:25%;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        width: 60%;
    }

    #messageForm p {
        font-size:1.5rem;
        line-height:2.4rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:-12px;
        text-align:center;
    }

    #formFields {
        width:100%;
    }

    #formFields .textField {
        border: 1px solid #dddddd;
        padding: 18px; 
        width: 100%;
        height: 24px;
        font-size:1.8rem;
        margin-top:24px;
        margin-left: auto;
        margin-right: auto;
    }

    #formFields textArea {
        border: 1px solid #dddddd;
        padding: 18px; 
        width: 100%;
        font-size:1.8rem;
        margin-top:24px;
        margin-bottom:12px;
        margin-left: auto;
        margin-right: auto;
    }

    #sendButton {
        margin-top:12px;
        transform: scale(1.2,1.2);
    }

    /* footer */
    #brandBlock {
        height:60%;
        display: flex;
        flex-direction:row;
        flex-wrap: wrap;
        padding-top: 2%;
        flex: 0 1 auto;
    }

    #footer .column1 {
        display: flex;
        flex-direction: column;
        flex-basis: 15%;
    }

    #footer .column2 {
        display: flex;
        flex-direction: column;
        flex-basis: 30%;
        margin-right: auto;
    }

    #footer .column3 {
        display: flex;
        flex-direction: column;
        flex-basis: 25%;
    }

    #footerLogo {
        text-align: center;
    }

    #footerLogo img{
        max-width: 50px;
        max-height: 50px;
        min-width: 30px;
        min-height: 30px;
    }

    #contactInfo {
        color: white;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    #company {
        font-weight: 700;
    }

    .contactLabel {
        font-size: 1.2rem;
    }

    #links {
        font-size: 1.7rem;
        line-height: 2.8rem;
    }

    #links p {
        font-size: 1.2rem;
        font-weight: 700;
        color: white;
        letter-spacing: 1px;
    }

    #links a:link, a:visited {
        color:#44c1ff;
    }

    #links a:hover {
        color:#c3ebff;
    }

    a[href^="tel"] {
        color: #44c1ff;
        text-decoration: none;
    }

}

/* >> Mobile Device Landscape Orientation */
@media only screen 
  and (min-height: 320px)
  and (max-height: 480px)
  and (orientation: landscape) {
    .header{
        height:90px;
    }

    .navbar {
        padding: 2rem 2rem;
    }

    .nav-menu {
        position: fixed;
        right: -100%;
        top: 0px;
        flex-direction: column;
        background-color: #eee;
        width: 20%;
        height:100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        justify-content: space-evenly;
        margin-top: 0;
        padding-right:40px;
        padding-top: 12px;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-item {
        margin: 1rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    #navLogo {
        transform:scale(80%);
        margin-left:0px;
    }

    .sectionHeader {
        width: 90%;
    }

    .sectionText {
        font-size: 1.8rem;
        line-height: 3.2rem;
        width:75%;
    }

    /* main screen */
    #sphereDiv {
        top: 0px;
        width: 57%;
        margin-left: 5%;
    }

    #experience {
        background-position:center bottom;
    }        

    #collaboration {
        background-position:center bottom;
    }

    #innovation {
        background-position:center bottom;
    }

    #careers {
        background-position:right bottom;
    }
    #spots {
        top:10px;
        left:0;
        transform: scale(0.5);
    }

    #heroAnimation {
        top:-5%;
        left:25%;
        transform: scale(0.6);
    }

    #title {
        top:270px;
        left:-22%;
        transform: scale(0.6);
    }

    #tagline {
        transform: scale(1.4);
        margin-top: 10px;
        margin-left: 20px;
    }

    #scrollButton {
        transform:scale(0.7);
        bottom: -10%;
    }

    /* experience screen */
    #section_1 .column1 {
        flex-basis: 55%;  
        justify-content: left;
    }

    #section_1 .column2 {
        flex-basis: 45%;  
        justify-content: left;
    }
    .sectionHeader--experience:last-child {
        font-size: 8rem;
    }

    .sectionText--experience {
        margin-top: 20%;
    }

    #customers {
        padding-bottom:10px;
        margin-top: 22%;
        margin-left: -10%;
        width:21em;
    }

    .title {
        font-size: 1.4rem;
    }

    #customers ul {
        margin: -1.2em 0em -1.6em 2em;
        column-gap:1.6em;
    }

    #customers ul li {
        font-size:1.4rem;
    }

    #customers ul li span {
        font-size:1.2rem;
        line-height:2.4rem;
    }

    .sectionText--collaboration {
        margin-left: 40%;
        margin-top: 3%;
    }

    /* collaboration screen */
    #section_2 .row:last-child {
        display: flex;
        flex-direction: column;
    }

    .sectionHeader--collaboration {
        font-size: 6rem;
        display:flex;
        justify-content: flex-end;
    }

    .sectionText--collaboration {
        margin-left: 20%;
        width:560px;
    }

    #services {
        margin-top: -18%;
        margin-left: 5%;
        width:350px;
        color:white;
    }

    #services .subhead {
        font-size:1rem;
    }

    #services p {   
        font-size: 0.8rem;
        margin-bottom:1rem;
    }

    /* innovation screen */
    .column1-2 {
        flex-direction: row;
        flex-basis: 40%;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .column2-1 {
        flex-direction: row;
        flex-basis: 60%;
    }

    .column2-2 {
        flex-direction: row;
        flex-basis: 40%;
    }

    .sectionHeader--innovation {
        font-size: 8rem;
        margin-right: 5%;
    }

    .sectionText--innovation {
        width: 450px;
        margin-left: 10%;
    }

    #products {
        display: none;
    }

    #productsMobile {
        display: grid;
        margin-top: 25%;
    }

    .productButtons {
        display:flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }

    .productButton {
        margin-right:0.1em;
        transform:scale(0.7);
    }

    .productDescriptions {
        display: grid;
        grid-template: 1fr / 1fr;
        place-items: center;
        overflow:hidden;
    }

    .productDescriptions > * {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .productDesc {
        width:90%;
        min-width:320px;
        height:75px;
        padding: 12px 24px 12px 24px;
        border-radius: 36px;
        -moz-border-radius: 36px;
        font-size: 1.4rem;
    }

    #tekItems {
        margin-top:1%;
        font-size:2rem;
    }

    #vimeoVideo {
        width:175px;
        height:108px;
        border:none;
    }

    /* careers screen */
    .sectionHeader--careers {
        font-size: 8rem;
        line-height: 8rem;
        margin-left: 15%;
        margin-top: 7%;
        width:55%;
    }

    .sectionText--careers {
        width:85%;
        line-height: 2.8rem;
    }

    #section_4 .column1 {
        flex-basis:40%;
        padding-top:4%;
    }

    #section_4 .column2 {
        flex-basis:60%;
        padding-top:4%;
    }

    #benefits li {
        font-size:1.4rem;
        line-height:1.8rem;
    }

    #benefits li span {
        font-size:1rem;
        line-height:2rem;
    }

    #messageForm {
        width:300px;
        margin-top: 20%;
        margin-left: auto;
        margin-right: auto;
    }

    #messageForm p {
        font-size:0.9rem;
        line-height:1.2rem;
    }

    #formFields .textField {
        padding: 18px; 
        height: 18px;
        font-size:1.2rem;
        margin-top:12px;
    }

    #formFields textArea {
        padding: 18px; 
        height: 5em;
        font-size:1.2rem;
        margin-top:12px;
    }

    #sendButton {
        width: 80px;
        height: 30px;
        padding: 2px;
        font-size: 1.8rem;
        margin-top: 0.6rem;
    }

    /* footer */
    #footer .column2 {
        flex-basis: 20%;
    }

    #footer .column3 {
        flex-basis: 18%;
    }

    #footerLogo img{
        max-width: 30px;
        max-height: 30px;
        min-width: 10px;
        min-height: 10px;
    }

    #contactInfo {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .contactLabel {
        font-size: 0.8rem;
    }

    #links {
        font-size: 1rem;
        line-height: 2rem;
    }

    #links p {
        font-size: 1rem;
    }

    .affiliations {
        transform: scale(0.8);
    }

    a[href^="tel"] {
        color: #44c1ff;
        text-decoration: none;
    }

}