* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #pin-container{
    width:100%;
    height: 100%;
    background-color: red;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.25;
  }

  

  html, body {
    overscroll-behavior-y: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeSpeed;
  }

  html {
    /* overflow: hidden; */
    overflow-x: hidden;
 


    /* overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
    overflow-x: hidden; */
  scroll-behavior: smooth; /*  */
}

#template-container{
  overflow-x: hidden;
}

#case-studies{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}

.hideScrollbar::-webkit-scrollbar{ display: none; width: 0px;}

  /*
.willChange {
 will-change: transform; 
}
*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.reset {
    all: initial;
}

a:link{
  cursor: pointer;
  text-decoration: none;
  /* color:#000000; */
}

a:visited {
  /* color: black; */
  text-decoration: none;
}

.cursor{
  cursor: pointer;
}

#reveal-container{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  left:0px;
  background-color: white;
  z-index: 1000;
}

.selectDisable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  outline-style:none;
  -webkit-tap-highlight-color:transparent;
  background:transparent;
}

.selectEnable { 
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}


body{
    background-color: white;
    color: black;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: var(--roboto-font);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important; 
    overscroll-behavior-y: none;
    /* overflow-y: scroll; */
}

wbr:after { content: "\00200B"; }

/* 
    color palette
*/
:root{
    /* --red-color: #DC4F38; */
    /* --red-color: #eb381d; */
    --red-color: #e94229;
    /* --ltGrey-color: #DEDEDE; */
    --ltGrey-color: #e7e7e7;
    /* --ltGrey-color: #CCCCCC; */
    --mdGrey-color: #6e6f73;
    --darkGrey-color: #444444;
    --black-color: #000000;
    --white-color: #ffffff;
    --roboto-font: 'Roboto Flex', sans-serif;
    --max-width-full: 1300px;

    --plyr-color-main: #e94229;
}

#main-container{
  overflow-x: hidden;
  min-height: 100%;
}
#smooth-wrapper{
  overflow-x: hidden;
}

.stickyNav{
    position: fixed;
    width:100%;
    top: 0;
    left:0;
    right:0;
}

.blurBg{
  background: rgba(0,0,0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px) ;
  -moz-backdrop-filter: saturate(180%) blur(20px) ;
  -o-backdrop-filter: saturate(180%) blur(20px) ;
  backdrop-filter: saturate(180%) blur(20px);
  content: "";
}

.pageView{
    width:100%;
    min-height: 50%;
    position: relative;
    top:0px;
}

.caseStudyModal{
    width:100%;
    background-color: #ffffff;
    /* position: relative; */
    position: absolute;
   /*   min-height: 100%; */
    top:0px;
    left:0%;
}

.header-area{
    width:100%;
}

.indicator-padding{
  padding: 20px;
}

.abs{
    position: absolute;
    top:0px;
    left:0px;
}

button{
    cursor: pointer;
}

.navLinkDesktop {
  font-family: var(--roboto-font);
  font-size:16px;
  font-weight: 500;
  text-decoration: none;
  color: var(--white-color);
  letter-spacing: 0.25px;
}

.navLinkMobile {
  font-family: var(--roboto-font);
  font-size:35px;
  font-weight: 500;
  text-decoration: none;
  color: var(--white-color);
  letter-spacing: 0.25px;
}

.navDesktop{
  position: relative;
  display: inline-block;
  margin-right: 40px;
  text-decoration: none;
  height: 45px;
  margin-bottom: -19px;
  /* vertical-align: bottom; */
}

.navMobile{
  position: relative;
  display: inline;
  text-decoration: none;
  height: 45px;
}

.footer-logo{
  position: relative;
  display: inline-block;
  width:120px;
  height: 120px;
  margin-right: 50px;
}

.indicator {
  width: 30px;
  height: 3px;
  background-color: var(--mdGrey-color);
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align:top;
}

.featured-lower-gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7511379551820728) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 75%);  
}

.featured-white-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  background: rgb(147,147,147);
  background: linear-gradient(0deg, rgba(147,147,147,1) 0%, rgba(255,245,245,0.7463329081632653) 55%, rgba(255,255,255,0.75) 100%);
}

.bullet-line{
  display: inline-block;
  width: 48px;
  height: 3px;
  top: -4px;
  margin-right: 8px;
  position: relative;
  background-color: #ffffff;
}

.block-margin{
  margin-bottom: 45px
}

.shP{
  margin-bottom: 12px;
}

.textPadding{
  margin-bottom: 30px;
}

.twoCol{
  column-count: 2; column-gap: 40px;
}

.contentWrapper-full{
  width:100%;
  position: relative;
}

.contentWrapper-edge{
  width:100%;
}

.content-wrapper-mid{
  width: 80%;
}

.center-x{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.caseInsightIcon{
  width: 65px;
  height: 65px;
  margin-bottom: 30px;
}

.caseInsightStat{
  color: var(--red-color);
  margin-bottom: 10px;
}

.caseInsightMargin{
  margin-bottom: 15px;
}

.caseInsightStat sub{
  font-size: 33px;
  vertical-align: bottom;
  position: relative;
  top:11px
}

.caseInsightStat sup{
  font-size: 33px;
  vertical-align: top;
  position: relative;
  top:-10px
}

.caseInsightHeader{
  margin-bottom: 75px;
}

.case-study-section-padding{
  padding-bottom: 100px;
  padding-top: 100px;
}

.section-padding{
  padding-bottom: 100px;
  padding-top: 100px;
}

.featured-project-padding{
  padding-bottom: 5%;
  padding-top: 15%;
}

.section-padding-top{
  padding-top: 120px;
}

.section-padding-bottom{
  padding-bottom: 50px;
}

.section-margin{
  margin-bottom:12px;
}

.bottom-margin-s{
  margin-bottom: 50px;
}

.case-study-section{
  margin-bottom:12px;
}

.layout-two-col{
  width:49.5%;
  display: inline-block;
  vertical-align: top;
}

.two-col-right-padding{
  padding-right: 50px;
}

.half-block{
  width:50%;
  height: 500px;
  float: left;
 
}

.center{
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.work-icon{
  width: 40px;
  height:40px;
  background-image: url(./assets/ui/icons/work_red.svg);
  background-repeat: no-repeat;
  margin: auto;
}

.careers-intro-text{
  max-width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  text-align: left;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.careers-intro-title{
  max-width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -65%);
}

.careers-ul li{
  font-family: var(--roboto-font);
  color: white;
  font-size:22px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin-bottom: 45px;
}


.careers-job-list-item{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom:1px;
  cursor: pointer;
  /* background-color: aqua; */
  padding-top: 25px;
  padding-bottom: 25px;

}

.careers-job-list-item h6{
  font-family: var(--roboto-font);
  color: var(--black-color);
  font-size:23px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.careers-jobs-right-col-padding{
  padding-top: 60px;
}

.about-h6{
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
}

.text-stroke{
  -webkit-text-stroke: 2px #aaaaaa;
  color: transparent;
}

.text-stroke2{
  font-family: var(--roboto-font);
}

.bottom-margin-large{
  margin-bottom: 150px
}

.bottom-margin-medium{
  margin-bottom: 100px
}

.bottom-margin-small{
  margin-bottom: 10px
}

.grid-item{
  display: inline-block;
  vertical-align: top;
}

.element-bottom-margin{
  margin-bottom: 80px;
}

.hl-left-padding{
  margin-left: 50px;
}

.fuse-advantage-padding{
  padding-top: 200px;
  padding-bottom: 200px;
}

.fuse-advantage-gradiant{
  background: rgb(68,68,68);
  background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(68,68,68,1) 15%, rgba(68,68,68,0) 100%);
}

.fuse-advantage-label{
  font-family: var(--roboto-font);
  font-size:18px;
  letter-spacing: 0.25px;
  font-weight: 500;
  white-space: nowrap;
}

.test2{
  background: rgb(68,68,68);
  background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(68,68,68,1) 15%, rgba(68,68,68,0) 100%);
}

.test3{
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 15%, rgba(0,212,255,0) 100%);
}

.benefits-bg{
  background-image: url("assets/careers/benefits_bg.jpg");
  background-size:  cover;
}

#email-modal{
      position: fixed;
      top:0;
      left:0;
      z-index:121;
      width: 100%;
      height: 100%;
      display:"none";
      background-color: white;
}

#email-col-wrapper{
  display: flex;
  height: 100%;
  width: 100%;
}

#email-col-left{
  width: 30%;
  height: 100%;
  background-image: url("./assets/contact/getInTouch.jpg");
  background-size: cover;
  max-width: 400px;
}

#email-col-right{
  padding-left: 11%;
  padding-right: 70px;
  width:70%;
}

#email-modal-content{
  position: relative;
  top: 24%;
  /* left: 50%; */
  width: 100%;
  max-width: 900px;
  /* transform: translate(-50%, -50%);  */
}

#email-modal-wrapper{
  height:inherit;
  overflow-y: none;
}

#email-modal-close{
  position: absolute;
  top: 5%;
  right: 5%;
}

.email-form{
  display: flex;
}

.email-column{
  width: 50%;
  
}

.email-column-left{
  margin-right: 50px;
  margin-bottom: 25px;
}

.email-input{
  width: 100%;
  background-color: transparent;
  border: none;
  outline-width: 0;
  font-size: 26px;
  font-weight: 500;
  font-family: var(--roboto-font);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.email-input::placeholder{
  color: #a3a3a3;
}

.email-input-wrapper{
  margin-bottom: 35px;
  position: relative;
}

.email-input-label{
  margin-bottom: 10px;
}


/*========================================================================
  Font definitions
=========================================================================*/


  h1{
    font-family: var(--roboto-font);
    color: var(--white-color);
    font-size:70px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
  }

  h1 sup{
    font-size: 21px;
    vertical-align: top;
    position: relative;
    top:-19px
  }

  h5{
    font-family: var(--roboto-font);
    color: var(--black-color);
    font-size:90px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0.25px;
    margin-bottom: 35px;
  }

  h2{
    font-family: var(--roboto-font);
    color: var(--black-color);
    font-size:50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
  }

  .benefits-li{
    font-family: var(--roboto-font);
    color: whites;
    font-size:22px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2px;
 
  }

  .work-grid-h2{
    font-family: var(--roboto-font);
    color: var(--white-color);
    font-size:27px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }

  .work-grid-h2 sup{
    font-size: 11px;
    vertical-align: top;
    position: relative;
    top:-6px
  }


  .h2-xs{
    font-size:6.5vw;
  }

  h2 sup{
    font-size: 14px;
    position: relative;
    top: -9px
  }

  h3{
    font-family: var(--roboto-font);
    color: var(--black-color);
    font-size:30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0.2px;
  }

  h6{
    font-family: var(--roboto-font);
    color: black;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: 0.25px;
  }

  .careers-linkedIn-cta{
    font-family: var(--roboto-font);
    color: var(--black-color);
    font-size:18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: underline;
    top: -4px;
  }

  .careers-linkedIn-svg{
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }

  p{
    font-family: var(--roboto-font);
    color: var(--black-color);
    font-size:20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }

  p sup{
    font-size: 10px;
  }

  ul{
    font-size:18px;
    font-family: var(--roboto-font);
    color: var(--white-color);
    list-style: none;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    list-style-position: inside;
    margin-bottom: 15px;
  }

  .case-studies-ul {
    list-style: none;
   
  }

  .case-studies-ul li::before {
    list-style-type: square;
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--red-color); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 0; /* Also needed for space (tweak if needed) */
  }


  p2{
    font-family: var(--roboto-font);
    color: var(--white-color);
    font-weight: 500;
    font-size:25px;
    letter-spacing: 0.5px;
    line-height: 37px;
    display: block;
  }

  .site-btn-text{
    font-family:  var(--roboto-font);
    font-size:18px;
    color: var(--white-color);
    letter-spacing: 0.25px;
    vertical-align: top;
    margin-right:15px;
    position:relative;
    display: inline-block;
    top:0;
    left:0;
  }

  .sub1{
    font-family:  var(--roboto-font);
    font-weight: 700;
    color: var(--red-color);
    font-size:18px;
    /* line-height: 75px; */
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .sub2{
    font-family:  var(--roboto-font);
    font-weight: 500;
    color: var(--white-color);
    font-size:25px;
    line-height: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .work-grid-sub2{
    font-family:  var(--roboto-font);
    font-weight: 500;
    color: var(--white-color);
    font-size:20px;
    line-height: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .textToButtonPadding{
    margin-bottom: 40px;
  }

  .playButtonLabel{
    font-family: var(--roboto-font);
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    position:relative;
    top: -28px;
  }

  .playIcon {
    transform: scale(1.0);
    display: inline-block;
    margin-right:20px;
    position: relative;
    transform-origin: 0% 50%;
  }

  .floatTextAreaPadding{
    padding: 135px 85px 60px 85px;
  }

  .featuredPadding{
    padding: 50px;
  }

  .featuredH2Padding{
    margin-bottom: 15px;
  }

  .bottomPaddingLarge{
    margin-bottom:70px;
  }

  .topPaddingLarge{
    margin-top:70px;
  }
 
  .menuFooterText{
    font-size: 18px;
    font-weight: 500;
    font-family:  var(--roboto-font);
    color: var(--white-color);
    text-decoration: none;
    letter-spacing: 0.5px;
  }

  .menuInfoPadding{
    padding: 5% 5% 5% 5%;
  }

  .floatingTextMargin{
    margin-bottom: 30px;
  }
  
  .footer-address{
    font-size: 16px;
    font-weight: 900;
    color:black;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
  }

  .footer-text a:link {
    text-decoration: underline;
    color:black;
  }

  .footer-text a:visited  {
    color:black;
  }

  .footer-text{
    font-size: 16px;
    font-weight: 700;
    color:black;
  }

  .lets-connect-icon-margin{
    margin-bottom: 30px
  }

  .lets-connect-h-margin{
    margin-bottom: 6px;
  }

  .contact-info{
    color: white;
    text-decoration: underline;
  }

  .contact-info :visited{
    color: white;
    text-decoration: underline;
  }

  .contact-inner-wrapper{
    width: 100%;
    max-width: 600px;
  }

  .contact-svg-margin{
    margin-right: 16px;
  }

  .contact-list-bottom-margin{
    margin-bottom: 20px;
  }

    /*
    large screens
  */
  @media (min-width: 1025px) and (max-width: 1200px)  {

    h1{
      font-size: 60px;
      line-height: 65px;
    }

    p2{
      font-size: 23px;
      line-height: 35px;
    }

    .featured-project-padding{
      padding-bottom: 8%;
      padding-top: 9%;
    }

    #email-col-right{
      padding-right: 4%;
      padding-left : 7%;
    }

  }

  /*
    small screens
  */
  @media (min-width: 769px) and (max-width: 1024px)  {

    h1{
        font-size:60px;
        line-height: 65px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
      }


      h1 sup{
        font-size: 16px;
        vertical-align: top;
        position: relative;
        top:-17px
      }

      h2{
        font-size:45px;
        line-height: 50px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
      }

      h5{
        font-size:85px;
        line-height: 74px;
        margin-bottom: 30px;
      }

      .work-grid-h2{
        font-size:30px;
        line-height: 35px;
        letter-spacing: 1.0px;
      }

      .work-grid-h2 sup{
        font-size: 11px;
        vertical-align: top;
        position: relative;
        top:-7px
      }

      h2 sup{
        font-size: 14px;
        top: -7px
      }

      h3{
        font-size:27px;
        line-height: 36px;
        letter-spacing: 0.2px;
      }

      .sub1{
        font-size:16px;
        letter-spacing: 2.0px;
      }

      .sub2{
        font-size:22px;
        letter-spacing: 2.5px;
        line-height: 26px;
      }

      .email-column-left{
        margin-right: 0px;
        margin-bottom: 0px;
      }

      .work-grid-sub2{
        font-size:19px;
        letter-spacing: 2.5px;
        line-height: 26px;
      }

      p, ul{
        font-size:18px;
        line-height: 28px;
      }

      .careers-ul li{
        font-size:18px;
        line-height: 28px;
        margin-bottom: 35px;
       
      }

      p2{
        font-family: 'Roboto Flex', sans-serif;
        color: var(--white-color);
        font-weight: 500;
        font-size:22px;
        letter-spacing: 0.5px;
        line-height: 34px;
      }

      .email-column{
        width: 100%;
        margin-right: 0px;
      }


      .email-form{
        display: block;
      }

      .email-input{
        font-size: 20px;
      }

      #email-col-right{
        padding-right: 7%;
        padding-left : 7%;
      }

      #email-modal-content{
        top: 23%;
      }

      .bullet-line{
        width: 33px;
      }

      .playButtonLabel{
        font-size: 17px;
      }

      .textToButtonPadding{
        margin-bottom: 30px;
      }

      .playIcon {
        transform: scale(0.85);
        margin-right:10px;
      }

      .floatTextAreaPadding{
        padding: 115px 65px 40px 65px;
      }

      .caseInsightStat sub{
        top:10px
      }

      .navLink {
        font-size:17px;
        margin-right: 45px;
        letter-spacing: 0.25px;
      }

      .featuredPadding{
        padding: 35px 35px 28px 35px;
      }

      .case-study-section-padding{
        padding-bottom: 85px;
        padding-top: 85px;
      }

      .section-padding{
        padding-bottom: 85px;
        padding-top: 85px;
      }

      .featured-project-padding{
        padding-bottom: 8%;
        padding-top: 8%;
      }

      .section-padding-top{
        padding-top: 50px;
      }

      .featuredH2Padding{
        margin-bottom: 2px;
      }

      .section-padding-bottom{
        padding-bottom: 50px;
      }
      
      .navDesktop{
        margin-right: 35px;
      }

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

  }

  /*
    tablet screens
  */

  @media (min-width: 481px) and (max-width: 768px)  {

    h1{
        font-size:55px;
        line-height: 60px;
        letter-spacing: 1px;
        margin-bottom: 12px;
      }

      h1 sup{
        font-size: 16px;
        vertical-align: top;
        position: relative;
        top:-13px
      }

      h2{
        font-size:40px;
        line-height: 45px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
      }

      h5{
        font-size:83px;
        line-height: 80px;
        margin-bottom: 27px;
      }

      .h2Carousel{
        font-size:29px;
      }

      .h2Carousel sup{
        font-size:13px;
        top: -1px;
      }


      .work-grid-h2{
        font-size:25px;
        line-height: 30px;
        letter-spacing: 1.0px;
      }

      .work-grid-h2 sup{
        font-size: 9px;
        vertical-align: top;
        position: relative;
        top:-7px
      }

      h2 sup{
        font-size:13px;
        top: -1px;
      }

  

      h3{
        font-size:24px;
        line-height: 32px;
        letter-spacing: 0.15px;
      }

      h6{
        font-size: 120px;
        line-height: 120px;
        letter-spacing: 0.25px;
      }

      .sub1{
        font-size:15px;
        letter-spacing: 1px;
      }

      .sub2{
        font-size:20px;
        letter-spacing: 0.25px;
        line-height: 28px;
      }

      .block-margin{
        margin-bottom: 34px;
      }

      .work-grid-sub2{
        font-size:19px;
        letter-spacing: 2.5px;
        line-height: 26px;
      }

      p, ul{
        font-size:16px;
        line-height: 26px;
      }

     

      p2{
        font-family: 'Roboto Flex', sans-serif;
        color: var(--white-color);
        font-weight: 500;
        font-size:20px;
        letter-spacing: 0.5px;
        line-height: 33px;
      }

      .email-column{
        width: 100%;
        margin-right: 0px;
      }

      #email-modal-close{
       
        top: 4%;
        right: 5%;
      }

      .email-form{
        display: block;
      }

      #email-modal-content{
        top: 23%;
      }

      #email-col-right{
        padding-right: 4%;
        padding-left : 7%;
      }

      .email-input{
        font-size: 24px;
      }

      .bottom-margin-small{
        margin-bottom: 7px;
      }

      .bottom-margin-medium{
        margin-bottom: 70px;
      }

      .caseInsightStat sub{
        top:8px;
      }

      .caseInsightStat sup{
        font-size: 28px;
        top: -10px;
      }

      .bullet-line{
        width: 34px;
      }

      .careers-ul li{
        font-size:16px;
        line-height: 26px;
        margin-bottom: 35px;
      }

      .playButtonLabel{
        font-size: 15px;
      }

      .textToButtonPadding{
        margin-bottom: 25px;
      }

      .playIcon {
        transform: scale(0.75);
        margin-right:0px;
      }

      .floatTextAreaPadding{
        padding: 100px 50px 60px 50px;
      }

      .featuredPadding{
        padding: 35px 35px 25px 35px;
      }

      .case-study-section-padding{
        padding-bottom: 85px;
        padding-top: 85px;
      }

      .section-padding{
        padding-bottom: 85px;
        padding-top: 85px;
      }

      .featured-project-padding{
        padding-bottom: 13%;
        padding-top: 13%;
      }

      .section-padding-top{
        padding-top: 50px;
      }

      .section-padding-bottom{
        padding-bottom: 50px;
      }

      .navDesktop{
        margin-right: 30px;
      }

      .contact-inner-wrapper{
        width: 100%;
      }

      .half-block{
        width:100%;
        height:auto;
        float: left;
      }

      .careers-intro-text{
        max-width: 80%;
        left: 50%;
        top:0%;
        transform: translate(-50%, 0%);
        text-align: center;
      }
      
      .careers-intro-title{
        max-width: 80%;
        left: 50%;
        top:0%;
        transform: translate(-50%, 0%);
      }

      .featuredH2Padding{
        margin-bottom: -6px;
      }
      
  }

    /*
        mobile screens
    */

  @media (min-width: 120px) and (max-width: 480px)  {

      h1{
        font-size: 10vw;
        line-height: 11.2vw;
        letter-spacing: 0.2vw;
        margin-bottom: 2vw;
      }

      h1 sup{
        font-size: 4vw;
        vertical-align: top;
        position: relative;
        top:-2.4vw;
      }

      h2{
        font-size:8.5vw;
        line-height: 10vw;
        letter-spacing: 0.1vw;
      }

      h5{
        font-size:11vw;
        line-height: 11vw;
        margin-bottom: 8vw;
      }

      .work-grid-h2{
        font-size: 7vw;
        line-height: 6.0vw;
        letter-spacing: 0.35vw;
      }

      .work-grid-h2 sup{
        font-size: 2vw;
        vertical-align: top;
        position: relative;
        top:-2vw
      }

      h2 sup{
        font-size:2.5vw;
        top: -0.45vw;
      }

      h3{
        font-size:6.5vw;
        line-height: 7.5vw;
        letter-spacing: 0.07vw;
      }

      h6{
        font-size: 16vw;
        line-height: 16vw;
        letter-spacing: 0.25px;
      }

      .email-form{
        display: block;
      }

      .email-column{
        width: 100%;
        margin-right: 0px;
      }


      #email-modal-content{
        width: 100%;
      }

      #email-col-left {
        width: 20%
      }

      #email-col-right {
        width: 80%;
        padding-left: 8%;
        padding-right: 5%; 
      }

      #email-modal-close{
        top: 4%;
        right: 7%;
      }

      #email-modal-wrapper{
        overflow-y: scroll;
      }

      .sub1{
        font-size:3.8vw;
        letter-spacing: 0.45vw;
      }

      .sub2{
        font-size: 4.2vw;
        letter-spacing: 0.55vw;
        line-height: 5.0vw;
      }

      .work-grid-sub2{
        font-size: 3.5vw;
        letter-spacing: 0.55vw;
        line-height: 5.0vw;
      }

      p, ul{
        font-size:4.0vw;
        line-height: 6.5vw;
        letter-spacing: 0.125vw;
        font-weight: 500;
      }

      p2{
        font-family:  var(--roboto-font);
        color: var(--white-color);
        font-weight: 500;
        font-size:5.2vw;
        letter-spacing: 0.0vw;
        line-height: 7.5vw;
      }

      .email-input{
        font-size: 5.3vw;
      }

      .email-input-wrapper{
        margin-bottom: 9vw;
      }

      .email-input-label{
        margin-bottom: 4vw;
      }

      .bottom-margin-medium{
        margin-bottom: -3.5vw;
      }

      .indicator-padding{
        padding-left: 5vw;
      }

      .careers-ul li{
        font-size:4.0vw;
        line-height: 6.5vw;
        letter-spacing: 0.125vw;
        font-weight: 500;
        margin-bottom: 4.5vw;
      }

      .playButtonLabel{
        font-size: 4vw;
        top: -8vw;
      }

      .block-margin{
        margin-bottom: 7vw;
      }

      .textToButtonPadding{
        margin-bottom: 5vw;
      }

      .playIcon {
        transform: scale(0.75);
        margin-right:0px;
      }

      .floatTextAreaPadding{
        padding: 21vw 4vw 5vw 4vw;
      }

      .featuredPadding{
        padding: 1vw 4.4vw 3.4vw 4.4vw;
      }

      .featuredH2Padding{
        margin-bottom: -1.75vw;
      }

      .case-study-section-padding{
        padding-bottom: 20vw;
        padding-top: 20vw;
      }

      .section-padding{
        padding-bottom: 20vw;
        padding-top: 20vw;
      }

      .featured-project-padding{
        padding-bottom: 13%;
        padding-top: 13%;
      }

      .section-padding-top{
        padding-top: 20vw;
      }

      .section-padding-bottom{
        padding-bottom: 20vw;
      }

      .caseInsightMargin{
        margin-bottom: 4vw;
      }

      .bullet-line{
        width: 9vw;
      }

      .bottom-margin-small{
        margin-bottom: 1vw;
      }
      
      .caseInsightStat sub{
        font-size: 9.1vw;
        top:0.3vw;
      }
      
      .caseInsightStat sup{
        font-size: 5.5vw;
        vertical-align: top;
        position: relative;
        top:-1.25vw;
      }
      
      .caseInsightHeader{
        margin-bottom: 20vw;
      }

      .caseInsightIcon{
        width: 14.5vw;
        height: 14.5vw;
        margin-bottom: 8vw;
      }
    
      .twoCol{
        column-count: 1;
      }

      .two-col-right-padding{
        padding-right: 0px;
      }

      .bottomPaddingLarge{
        margin-bottom:10vw;
      }

      .topPaddingLarge{
        margin-top:10vw;
      }

      .layout-two-col{
        width:100%;
      }

      .case-study-section{
        margin-bottom:1.5vw;
      }

      .section-margin{
        margin-bottom:1.5vw;
      }

      .textPadding{
        margin-bottom: 6.5vw;
      }

      .navLinkMobile {
        font-size: 6.5vw;
        letter-spacing: 0.25vw;
      }
      
      .menuFooterText{
        font-size: 3.5vw;
        letter-spacing: 0.15vw;
      }
      
      .menuInfoPadding{
        padding: 10% 5% 10% 5%;
      }

      .site-btn-text{
        font-size: 4.25vw;
      }

      .contact-inner-wrapper{
        width: 100%;
      }


      .half-block{
        width:100%;
        float: left;
      }
      
      .intro-block{
        height: auto;
      }

      .careers-intro-text{
        top: 0%;
        transform: translate(-50%, 0%);
      }

      .careers-intro-title{
        top: 0%;
        transform: translate(-50%, 0%);
      }

      .text-padding{
        margin-bottom: 1vw;
      }

      .fuse-advantage-padding{
        padding-top: 100px;
        padding-bottom: 100px;
      }

  }

/*
   END MEDIA QUERIES
*/


.work-grid-container{
  display:grid;
  grid-template-columns: repeat(3, 596px);
  grid-auto-rows: minmax(150px, auto);
  gap: 6px;
  /* grid-row-gap: 10px; */
  /* grid-column-gap: 10px; */
  /* justify-content: end; */
  align-content:center;
  justify-content: center;;
  /* grid-auto-rows: 250px; */
}

.content-frame{
    max-width: 1300px;
}

.gpu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }


#debug{
    position: fixed;
    font-size: 15px;
    font-weight: 800;
    color:white;
    top:50%;
    left:20px;
    pointer-events: none;
    text-shadow: 1px 1px #000000;
  }


  
  .lds-ellipsis,  .lds-ellipsis-white {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }



  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--red-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .lds-ellipsis-white div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .lds-ellipsis div:nth-child(1), .lds-ellipsis-white div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2), .lds-ellipsis-white div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3), .lds-ellipsis-white div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4), .lds-ellipsis-white div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }

  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

