h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.navbar {
  height: 128px;
  padding-top: 20px;
  clear: none;
  background-color: transparent;
}

.image {
  height: 64px;
}

.herox {
  width: 100%;
  max-height: 800px;
  margin-top: -64px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  background-image: url('../images/17sec-Visa2-Hero-bnr.jpg');
    background-color: black;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 2s ease;
}

.body {
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.section-cta-grey {
  display: block;
  padding-top: 64px;
  padding-bottom: 64px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.button-black {
  position: relative;
  overflow: auto;
  margin-top: 32px;
  padding: 16px 32px;
  float: none;
  clear: none;
  background-color: #000;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.94px;
  text-transform: uppercase;
    transition: all 0.2s ease;
}

.button-black:hover {
  background-color: white;
  box-shadow: inset 0 0 0 1px black;
  color: black;
}


.nav-link {
  display: block;
  padding: 56px 0px;
  font-family: 'Inter beta', sans-serif;
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  text-align: left;
  transition: transform 0.3s ease;
}

.nav-link:hover {

  color: hsla(199.05882352941174, 100.00%, 50.00%, 1.00);
}



.brand {
  position: relative;
  z-index: 100;
  width: auto;
}

.hm-hero-paragraph {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.3px;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-primary-content-text {
  max-width: 48%;
  margin-top: 10%;
  padding-right: 5%;
  float: right;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-whatwedo {
  height: 680px;
  background-image: url('../images/17sec-WhatWeDo-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
      position: relative;
      z-index: 0;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.section-experience {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.client-logo {
  margin: 24px 40px;
  padding-right: 0px;
}

.section-quote {
  background-color: hsla(50.588235294117645, 100.00%, 50.00%, 1.00);
  text-align: center;
}

.container-7 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-6 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.text-block {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block.white {
  color: #fff;
}

.container-9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: hsla(214.73684210526318, 8.23%, 54.71%, 1.00);
  font-size: 11px;
  letter-spacing: 0.2px;
}

#watermark {
  opacity: 0;
  transition: opacity 2s ease;
}

.hero-content-watermark {
  position: relative;
  max-width: 48%;
  padding-right: 48px;
  float: left;
  clear: left;
  opacity: 1;
}

.hm-pg-watermark {
  display: inline-block;
  padding-top: 16px;
}

#panel1 {
  opacity: 0;
  transition: opacity 1s ease;
}

#content {
    opacity: 0;
  transition: opacity 1s ease;
}

.home-panel-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.wwd-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block; /* was flex */
  height: 124px;
  min-width: 30%;
  margin-right: 24px;
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: hsla(0, 0%, 100%, .9);
}

.heading-8 {
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
}

.text-block-3 {
  color: #000;
}

.hm-panel-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
}

.wwd-indicator-blue {
  width: 16px;
  height: 60px;
  margin-right: 24px;
  margin-bottom:40px;
  float: left;
  background-color: hsla(199.05882352941174, 100.00%, 50.00%, 1.00);
}

.wwd-indicator-yellow {
  width: 16px;
  height: 60px;
  margin-right: 24px;
  margin-bottom:40px;
  float: left;
  background-color: hsla(50.588235294117645, 100.00%, 50.00%, 1.00);
}

.wwd-indicator-green {
  width: 16px;
  height: 60px;
  margin-right: 24px;
  margin-bottom:40px;
  float: left;
  background-color: #2ea32e;
}

.section-howwework {
  height: 680px;
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/17sec-HowWeWork-Dark-hm-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section-whoweare {
  height: 680px;
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/17sec-AboutUs-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.body-lrg-centered {
  color: #000;
  text-align: center;
}

.button-white {
  position: relative;
  overflow: auto;
  margin-top: 32px;
  padding: 16px 32px;
  float: none;
  clear: none;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.94px;
  text-transform: uppercase;
    transition: all 0.2s ease;
}

.button-white:hover {
  background-color: black;
  box-shadow: inset 0 0 0 1px white;
  color: white;
}


.hm-panel-content-half {
  max-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hm-panel-content {
  margin-bottom: 40px;
}

.home-panel-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.footer-logo {
  width: 100%;
  padding-bottom: 32px;
}

.hero-content {

  width: 100%;
  height: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hm-panel-left {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-whatwedo {
  width: 100vw;
  height: 80vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/17sec-WhatWeDo-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.hero-howwework {
  width: 100vw;
  height: 80vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/17seconds-HowWeWork-1600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-secondary-overline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-secondary-overline.dark {
  color: #000;
}

.section-cta-blue {
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(199.05882352941174, 100.00%, 50.00%, 1.00);
  text-align: center;
}

.section-white-bg {
  width: 100vw;
  padding: 64px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  color: #000;
}

.h1.dark {
  margin-top: 0px;
  text-align: left;
}

.text-block-4 {
  margin-bottom: 24px;
  text-align: left;
}

.wwd-intro-content-focus {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid hsla(199.05882352941174, 100.00%, 50.00%, 1.00);
}

.bold-text-3 {
  color: #000;
  text-align: left;
}

.wwd-intro {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlaywwd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  z-index: 1;
  transition: all 2s ease;
  pointer-events: none;
}

.casestudy-section-title {
  padding-bottom: 24px;
}

.intro-paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Inter beta', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

.uxdesigner.intro-paragraph {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Inter beta', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}





.wwd-subhead {
  margin-bottom: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.wwd-body-text {
  padding-right: 16px;
  font-family: 'Inter beta', sans-serif;
  color: #53585f;
  font-weight: 300;
}

.wwd-body-text.last-paragraph {
  margin-bottom: 0px;
  padding-right: 0px;
}

.wwd-body-text.joinus {
  margin-bottom: 0px;
}

.wwd-body-text.joinus.jobs {
  padding: 10px 20px;
  background-color: #ececec;
}

.wwd-body-text.joinus.jobs a{
  font-weight:700;
  color: #333;
  text-decoration: none;
}

.wwd-body-text.joinus.jobs a:hover{
  font-weight:900;
  color: rgb(0, 174, 255);
  text-decoration: none;
}

.section-ignite {
  width: 100vw;
  padding: 64px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.section-manifest {
  width: 100vw;
  padding: 64px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wwd-intro-content-ignite {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid hsla(50.588235294117645, 100.00%, 50.00%, 1.00);
}

.wwd-intro-content-manifest {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #2ea32e;
}

.bullet-list {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Inter beta', sans-serif;
  color: #53585f;
  font-weight: 300;
}

.body-16pt {
  color: #000;
  text-align: left;
}

.body-16pt.grey {
  font-family: 'Inter beta', sans-serif;
  color: #53585f;
  font-weight: 300;
}

.hero-uxdesigner {
  width: 100vw;
  height: 50vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tim-working.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-aboutus {
  width: 100vw;
  height: 80vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/17sec-AboutUs-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-joinus {
  width: 100vw;
  height: 80vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/17sec-JoinUs-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.secondary-content-container {
  padding-top: 18%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info {
  width: auto;
  margin-right: 24px;
  float: left;
}

.footer-content-wrapper {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.social-icons {
  width: 50%;
  float: right;
}

.link-block {
  width: 48px;
  height: 48px;
  float: right;
  background-image: url('../images/icon-Twitter.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.link-block.twitter {
  width: 48px;
  height: 48px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.link-block.linkedin {
  background-image: none;
}

#box1, #box2, #box3 {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}

.link-block.instagram {
  background-image: url('../images/icon-Instagram.png');
}

.link-block.facebook {
  background-image: url('../images/icon-Facebook.png');
}

.footer-content-text {
  width: auto;
  float: left;
}

.new-footer {
  display: block;
  padding-top: 64px;
  padding-bottom: 24px;
}

.footer-btm-wrapper {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-content-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-wrapper {
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-secondary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-icon {
  padding-left: 0;
  padding-right: 0;
  z-index: 100;
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.main-menu-icon:hover {
  transform: scale(1.05);
}

.main-menu-icon:active {
    transition: transform 0.1s ease;
    transform: scale(1.08);
}

.main-menu-icon.w--open {
  background-color: transparent;
}

.main-menu-icon-container {
  z-index: 100;
  height: auto;
}

.main-menu-icon-container:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.main-menu-icon-container:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-menu-icon-container.w--open {
  background-color: transparent;
}

.icon-twitter {
  width: 48px;
  height: 48px;
  background-image: url('../images/icon-Twitter.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-twitter:hover {
  background-image: url('../images/icon-Twitter-hover.png');
}

.icon-linkedin {
  width: 48px;
  height: 48px;
  background-image: url('../images/icon-Linkedin.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-linkedin:hover {
  background-image: url('../images/icon-Linkedin-hover.png');
}

.icon-instagram {
  width: 48px;
  height: 48px;
  background-image: url('../images/icon-Instagram.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-instagram:hover {
  background-image: url('../images/icon-Instagram-hover.png');
}

.icon-facebook {
  width: 48px;
  height: 48px;
  background-image: url('../images/icon-Facebook.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-facebook:hover {
  background-image: url('../images/icon-Facebook-hover.png');
}

.hero-headline {
  margin-top: 0px;
  margin-bottom: 5%;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  opacity: 0;
  transition: opacity 1s ease;
}

.paragraph{
  opacity: 0;
    transition: opacity 1s ease;
}

.home-panel-headline {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
}

.menu-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/menu-hamburger.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.menu-icon:focus {
  background-image: url('../images/menu-x.png');
  background-size: 24px;
}

.navbar-3 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.nav-menu-open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 140px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .9);
}

.brand-2 {
  z-index: 100;
}

.secondary-h1 {
  font-size: 64px;
  line-height: 74px;
}

.list.uxdesigner {
  margin-bottom: 24px;
  padding-top: 0px;
}

.list.aboutus {
  margin-bottom: 24px;
  padding-top: 24px;
}

.slider-focus {
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-1 {
  background-color: #fff;
  background-image: url('../images/17sec-Notes-Wedge.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1.ignite {
  background-color: #f5f5f5;
  background-image: url('../images/17sec-EndToEnd-Wedge.jpg');
  background-size: contain;
}

.slide-1.manifest {
  background-image: url('../images/17sec-DesignSystemDev-Wedge.jpg');
  background-size: contain;
}

.slide-01-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-01-container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-01-container-wrapper {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.intro-paragraph-18px {
  margin-top: 32px;
  font-family: 'Inter beta', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.icon-2 {
  color: #53585f;
}

.icon-3 {
  color: #53585f;
}

.color-bar {
  width: 16px;
  height: 90px;
  background-color: hsla(199.05882352941174, 100.00%, 50.00%, 1.00);
}

.color-bar.blue {
  margin-top: -107px;
  margin-right: 40px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.color-bar.yellow {
  margin-top: -242px;
  margin-right: 40px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: hsla(50.588235294117645, 100.00%, 50.00%, 1.00);
}

.color-bar.green {
  margin-top: -159px;
  margin-right: 40px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #2ea32e;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/17sec-EndToEnd-Slider.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2.ignite {
  background-color: #f5f5f5;
}

.slide-2.manifest {
  background-image: url('../images/17sec-DesignSystemDev-Slider.jpg');
  background-size: contain;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/17sec-CustomerExperience-Slider.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3.ignite {
  background-color: #f5f5f5;
}

.slide-3.manifest {
  background-image: url('../images/17sec-CustomerExperienceStrategy-Slider.jpg');
  background-position: 0% 50%;
  background-size: contain;
}

.slider-title {
  margin-bottom: 24px;
  color: #000;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.slide-4 {
  background-color: #fff;
  background-image: url('../images/17sec-Innovation-Wedge.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4.manifest {
  background-image: url('../images/17sec-TeamProcessConsulting-Slider.jpg');
  background-size: contain;
}

.slider-ignite {
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  margin-right: 40px;
}

.right-arrow-2 {
  margin-right: 40px;
}

.left-arrow {
  margin-left: 40px;
}

.left-arrow-2 {
  margin-left: 40px;
}

.slider-manifest {
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.div-block-23 {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Inter, sans-serif;
  color: #000;
}

.container-14 {
  height: 100vh;
  padding-top: 15%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Inter beta', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.heading-10 {
  width: 100%;
}

.text-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Inter beta', sans-serif;
}

._404-container {
  background-image: url('../images/404-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-logos-wrapper.row1 {
  width: 100%;
  margin-top: 32px;
  float: left;
  text-align: center;
}

.list-2 {
  padding-left: 24px;
}

.hamburger-closed {
  width: 24px;
  height: 24px;
  transition: transform 0.5s ease;
}

.img-position-rogers {
  height: 680px;
  background-image: url('../images/Rogers-Fido-Research-Perspective-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-intro {
  font-family: 'Inter beta', sans-serif;
  color: #53585f;
  font-weight: 300;
}

.section {
  background-color: #f5f5f5;
  color: #f5f5f5;
}

.section-casestudy {
  width: 100vw;
  padding: 64px 16px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.columns-with-btm-brd {
  padding-bottom: 64px;
  border-bottom: 1px solid hsla(214.73684210526318, 8.23%, 54.71%, 1.00);
}

.section-casestudy-img {
  background-color: #f5f5f5;
  color: #f5f5f5;
}

.img-rogers-system {
  height: 680px;
  background-image: url('../images/Rogers-UI-Kit-Mock-up-190426.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-without-btm-brd {
  padding-bottom: 64px;
  border: 1px none #000;
}

.hero-casestudy-rogers {
  width: 100vw;
  height: 80vh;
  margin-top: -128px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rogers-casestudy-hero-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-casestudy-hm {
  height: 680px;
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/17sec-HowWeWork-Dark-hm-bnr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section-casestudy-rogers {
  height: 680px;
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/img-hm-rogers2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section-casestudy-img-2 {
  position: relative;
  overflow: hidden;
  height: 640px;
  background-color: #f5f5f5;
  color: #f5f5f5;
}

.img-position-rogers-2 {
  height: 1080px;
  background-image: url('../images/rogers-case-study-01.jpg');
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-rogers-system-2 {
  height: 1200px;
  background-image: url('../images/Rogers-UI-Kit-Mock-up-190426.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

@media (max-width: 991px) {
  .section-cta-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-primary-content-text {
    max-width: 48%;
  }
  .section-whatwedo {
    background-position: 50% 0%;

  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .client-logo {
    margin: 20px;
  }
  .hero-content-watermark {
    margin-top: 12%;
  }
  .hm-pg-watermark {
    max-width: 143%;
    margin-left: -114px;
  }
  .wwd-box {
    width: 228px;
    margin-right: 14px;
    height: 160px;
  }
  .section-howwework {
    background-position: 50% 0%;
    background-size: cover;
  }
  .section-whoweare {
    background-position: 50% 0%;
  }
  .hm-panel-content-half {
    max-width: 100%;
  }
  .section-cta-blue {
    display: block;
  }
  .section-white-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro-paragraph {
    line-height: 34px;
  }
  .secondary-content-container {
    padding-top: 28%;
  }
  .social-icons {
    width: 33.3%;
  }
  .footer-content-text {
    width: auto;
  }
  .new-footer {
    padding-top: 64px;
  }
  .hero-headline {
    max-width: 99.90809%;
    font-size: 40px;
    line-height: 50px;
  }
  .navbar-3 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .img-position-rogers {
    background-size: cover;
  }
  .section-casestudy {
    padding-top: 40px;
  }
  .section-casestudy-hm {
    background-position: 50% 0%;
    background-size: cover;
  }
  .section-casestudy-rogers {
    background-position: 50% 0%;
    background-size: cover;
  }
  .img-position-rogers-2 {
    background-size: cover;
  }
  .img-rogers-system-2 {
    background-size: cover;
  }
  .img-rogers-system {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .hero-primary {
    height: auto;
    padding-bottom: 64px;
    background-position: 68% 50%;
  }
  .nav-link.wwd {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .nav-link.about-us {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .nav-link.about-us.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .nav-link.join-us {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .hero-primary-content-text {
    width: 100%;
    max-width: none;
    margin-top: 20%;
    padding-right: 0px;
  }
  .section-whatwedo {
    height: auto;
    padding: 40px 16px;
  }
  .heading-4 {
    line-height: 38px;
  }
  .section-experience {
    padding: 48px 16px;
  }
  .client-logo {
    margin: 16px;
  }
  .section-quote {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-content-watermark {
    display: none;
  }
  .hm-pg-watermark {
    max-width: 200%;
    margin-left: -200px;
  }
  .wwd-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    height: 124px;
  }
  .heading-8 {
    width: 70%;
  }
  .section-howwework {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-whoweare {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hero-content {
    height: auto;
  }
  .hm-panel-left {
    width: 100%;
  }
  .hero-whatwedo {
    height: auto;
    padding-bottom: 64px;
    background-size: cover;
  }
  .section-cta-blue {
    padding-right: 16px;
    padding-left: 16px;
  }
  .wwd-subhead {
    margin-bottom: 8px;
  }
  .wwd-body-text {
    margin-bottom: 40px;
  }
  .wwd-body-text.last-paragraph {
    margin-bottom: 0px;
  }
  .wwd-body-text.last {
    margin-bottom: 0px;
  }
  .wwd-body-text.lastbeforelist {
    margin-bottom: 12px;
  }
  .body-16pt {
    float: left;
  }
  .hero-uxdesigner {
  	height: 40vh;
    padding-bottom: 64px;
  }
  .hero-aboutus {
    height: auto;
    padding-bottom: 64px;
  }
  .hero-joinus {
    height: auto;
    padding-bottom: 64px;
  }
  .secondary-content-container {
    padding-top: 185px;
  }
  .contact-info {
    width: auto;
    margin-bottom: 24px;
    float: left;
  }
  .footer-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-icons {
    width: 50%;
    margin-top: 40px;
    float: left;
  }
  .link-block.twitter {
    float: left;
  }
  .link-block.linkedin {
    float: left;
  }
  .link-block.instagram {
    float: left;
  }
  .link-block.facebook {
    float: left;
  }
  .footer-content-text {
    width: 100%;
  }
  .new-footer {
    padding-top: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-btm-wrapper {
    margin-top: 40px;
  }
  .footer-wrapper {
    height: auto;
  }
  .hero-headline {
    font-size: 36px;
    line-height: 45px;
  }
  .content-columns {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-menu-open {
    padding-top: 120px;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .brand-2.w--current {
    padding-left: 0px;
  }
  .secondary-h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .list.aboutus {
    margin-bottom: 24px;
  }
  .client-logos-wrapper.row1 {
    text-align: center;
  }
  .list-2 {
    padding-right: 40px;
  }
  .hero-casestudy-rogers {
    height: auto;
    padding-bottom: 64px;
    background-size: cover;
  }
  .section-casestudy-hm {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-casestudy-rogers {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-casestudy-img-2 {
    height: 400px;
  }
  .img-rogers-system-2 {
    background-size: cover;
  }
  .section-casestudy-img {
    height: 400px;
  }
  .img-rogers-system {
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .image {
    height: auto;
    max-width: 70%;
  }
  .hero-primary {
    height: 90vh;
    padding-right: 16px;
    padding-left: 16px;
    background-position: 100% 50%;
  }
  .section-cta-grey {
    padding: 64px 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-black {
    display: inline-block;
    float: left;
    transition: all 0.2s ease;
  }

.button-black:hover {
  background-color: white;
  box-shadow: 0 0 0 4px black;
  box-sizing: border-box;
  color: black;
}

  .nav-link.wwd {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    text-align: left;
  }
  .nav-link.about-us {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    text-align: left;
  }
  .nav-link.join-us {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    text-align: left;
  }
  .hm-hero-paragraph {
    margin-bottom: 0px;
  }
  .hero-primary-content-text {
    max-width: 100%;
    margin-top: 30%;
    padding: 0px 20px;
  }
  .section-whatwedo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }
  .heading-4 {
    margin-top: 0px;
    text-align: left;
  }
  .container-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-experience {
    height: auto;
    padding: 48px 16px;
  }
  .client-logo {
    margin: 8px;
    padding: 8px;
  }
  .section-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-6 {
    padding-bottom: 24px;
    font-family: 'Inter beta', sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    text-align: left;
  }
  .text-block {
    text-align: left;
  }
  .footer-copyright {
    padding-top: 80px;
  }
  .hero-content-watermark {
    display: none;
    margin-top: 0px;
    margin-left: -10px;
  }
  .hm-pg-watermark {
    width: 66%;
    opacity: 0;
      transition: all 5s ease;
  }
  .home-panel-left-container {
    height: auto;
  }
  .wwd-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .section-howwework {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }
  .section-whoweare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/17sec-AboutUs-bnr.jpg');
    background-position: 0% 50%;
    background-size: cover;
  }
  .body-lrg-centered {
    text-align: left;
  }
  .button-white {
    display: inline-block;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    transition: all 0.2s ease;
  }

.button-white:hover {
  background-color: black;
  box-shadow: 0 0 0 4px white;
  box-sizing: border-box;
  color: white;
}
  .home-panel-right {
    height: auto;
  }
  .hero-content {
    height: 78vh;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hm-panel-left {
    width: 100%;
  }
  .hero-whatwedo {
    height: 90vh;
    padding-right: 16px;
    padding-left: 16px;
    background-image: url('../images/17sec-fpo-img001.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-cta-blue {
    display: block;
    padding: 64px 16px;
  }
  .section-white-bg {
    padding-right: 16px;
    padding-left: 16px;
  }
  #rogers .section-white-bg {
    padding: 40px 16px;
  }
  .intro-paragraph-container {
    padding-bottom: 40px;
  }
  .nopad .intro-paragraph-container {
    padding-bottom: 0px;
  }
  .intro-paragraph {
    font-size: 22px;
    line-height: 32px;
  }
  #rogers .intro-paragraph {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .wwd-body-text {
    padding-right: 0px;
  }
  #rogers .wwd-body-text {
    padding-right: 0px;
  }
  .section-ignite {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-manifest {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-uxdesigner {
    height: 45vh;
    padding-right: 16px;
    padding-left: 16px;
    background-position: 70% 50%;
  }
  .hero-aboutus {
    height: 90vh;
    padding-right: 16px;
    padding-left: 16px;
    background-position: 70% 50%;
  }
  .hero-joinus {
    height: 90vh;
    background-position: 50% 50%;
  }
  .secondary-content-container {
    padding-top: 75%;
  }
  
  
  .hero-uxdesigner .secondary-content-container {
    padding-top: 45%;
  }
  
  
  
  .contact-info {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-content-wrapper {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-icons {
    width: auto;
    margin-top: 24px;
  }
  .link-block.twitter {
    margin-right: 8px;
    float: left;
  }
  .link-block.linkedin {
    margin-right: 8px;
    float: left;
  }
  .link-block.instagram {
    margin-right: 8px;
    float: left;
  }
  .link-block.facebook {
    margin-right: 8px;
    float: left;
  }
  .footer-content-text {
    width: 100%;
  }
  .new-footer {
    height: auto;
    padding: 64px 16px 40px;
  }
  .footer-wrapper {
    display: block;
    height: auto;
  }
  .hero-content-secondary {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-headline {
    font-size: 40px;
    line-height: 50px;
  }
  .content-columns {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-menu-open {
    padding-top: 120px;
  }
  .brand-2.w--current {
    padding-left: 0px;
  }
  .image-12 {
    max-width: 80%;
  }
  .secondary-h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .list {
    margin-bottom: 0px;
  }
  .list.aboutus {
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .slider-focus {
    height: 100vh;
  }
  .slide-01-container.left {
    height: auto;
  }
  .slide-01-container-wrapper {
    width: 100%;
  }
  .intro-paragraph-18px {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 34px;
  }
  .client-logos-wrapper.row1 {
    text-align: center;
  }
  .img-position-rogers {
    height: 226px;
  }
  .section-casestudy {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .columns-with-btm-brd {
    padding-bottom: 40px;
  }
  .img-rogers-system {
    height: 340px;
  }
  .columns-without-btm-brd {
    padding-bottom: 40px;
  }
  .column {
    padding: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-3 {
    padding-left: 16px;
  }
  .list-4 {
    padding-left: 16px;
  }
  .list-5 {
    padding-left: 16px;
  }
  .hero-casestudy-rogers {
    height: 90vh;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0;
    background-image: url('../images/rogers-casestudy-hero-bnr.jpg');
    background-position: 32% 50%;
    background-size: 1600px;
  }
  .section-casestudy-hm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }
  .section-casestudy-rogers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 64px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }
  .section-casestudy-img-2 {
    height: 400px;
  }
  .img-position-rogers-2 {
    background-position: 50% -30%;
    background-size: cover;
  }
  .img-rogers-system-2 {
    background-size: cover;
  }
}

.navoverlay {
  background: black;
  position: fixed;
  min-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: start;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s linear, opacity 0.6s ease;
}

.navlist {
  padding: 120px 0px 0;
  max-height: 0;
  text-align: left;
  justify-content: start;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.nav-link {
  font-size: 24px !important;
  transition: all .3s ease !important;
}

#navbar {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0;
  opacity: 0;
  right: 0;
  min-width: 100%;
  display: block;
  transition: all 1s ease;
  padding: 8px 24px 8px;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Light-BETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}