:root {
  --white: white;
  --black: black;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 22px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Gotham Book, sans-serif;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Gotham Medium, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: #000;
  min-height: 120px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.black-on-white, .navbar.white-on-black {
  background-color: #fff;
}

.type-column-1 {
  padding-right: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3898ec;
  border-radius: 4px;
  min-width: 150px;
  height: 60px;
  padding: 0 20px;
  font-family: Gotham Medium, sans-serif;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button.contact {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: none;
  cursor: pointer;
  background-color: #5eb8ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  font-family: Gotham Book, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.button.contact:hover {
  color: #5eb8ed;
  background-color: #fff;
  border: 3px solid #5eb8ed;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-title {
  margin-top: 0;
}

.text-link {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-family: Gotham Medium, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-link.center {
  text-align: center;
  line-height: 12px;
}

.text-link.center.white {
  color: #fff;
  display: none;
}

.nav-link {
  color: red;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 12px;
  position: static;
}

.nav-link:hover {
  color: red;
  text-shadow: 0 0 20px #ffffff1a;
  font-family: Gotham Bold, sans-serif;
}

.nav-link:active {
  color: #999;
  font-family: Gotham Bold, sans-serif;
}

.nav-link.w--current {
  color: red;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Bold, sans-serif;
}

.nav-link.black-on-white {
  color: #000;
}

.nav-link.black-on-white:hover {
  text-shadow: 0 0 20px #0000001a;
}

.nav-link.black-on-white:active {
  color: gray;
  text-shadow: none;
}

.nav-link.black-on-white.w--current {
  color: #000;
}

.nav-link.white-on-black, .nav-link.white-on-black:hover {
  color: #fff;
}

.nav-link.white-on-black {
  color: #000;
}

.nav-link.white-on-black:hover {
  text-shadow: 0 0 20px #0000001a;
}

.nav-link.white-on-black:active {
  color: gray;
  text-shadow: none;
}

.nav-link.white-on-black.w--current {
  color: #fff;
}

.nav-link.phone {
  color: red;
}

.container {
  margin-top: 20px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.section._40vh {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding: 20px 80px;
  display: flex;
}

.section._40vh.dark {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding: 0 80px;
}

.section._40vh.dark.contact {
  color: #333;
  background-color: #fff;
  justify-content: flex-start;
  min-height: auto;
}

.section._40vh.about {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
}

.section._40vh.white {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
}

.section._40vh.work {
  flex-direction: column;
  height: 40vh;
  margin-top: 120px;
}

.section._40vh.blue-hook, .section._40vh.blue-hook-copy {
  flex-direction: column;
  height: 40vh;
}

.section._40vh.grey {
  background-image: linear-gradient(#eee, #eee);
  flex-direction: column;
  padding-bottom: 120px;
}

.section._400px {
  min-height: 300px;
}

.section._400px.light-grey {
  background-color: #f0f0f0;
  min-height: 400px;
  display: flex;
}

.section._600px {
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  padding: 30px;
  display: flex;
}

.section._600px.process {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section._70vh {
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 70vh;
  margin-top: 40px;
  padding: 0 80px 20px;
  font-family: Gotham Light, sans-serif;
  display: block;
  position: static;
  top: 120px;
  overflow: visible;
}

.section._70vh.dark {
  background-color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding: 80px;
}

.section._70vh.about {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
}

.section._70vh.white {
  background-image: linear-gradient(#fff, #fff);
}

.section._70vh.grey {
  background-color: #eee;
}

.slider {
  min-height: 100vh;
}

.large-gotham-light {
  text-align: left;
  letter-spacing: -2px;
  flex: 0 auto;
  margin-bottom: 20px;
  font-family: Gotham Book, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.container-4 {
  flex-direction: column;
  display: flex;
}

.container-4.special {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

.container-4.digital-strategy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-4.section-copy {
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.container-4.section-copy.about-wang {
  margin-top: 40px;
}

.container-4.digital-strategy-copy {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-4.home-about {
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.slide {
  background-color: gray;
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_1.JPG');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.slide.alxxa {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Thumbnail-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.yoga._2 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_2.JPG');
}

.slide.yoga._3 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_3.JPG');
  background-position: 50% 0;
}

.slide.yoga._4 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_4.JPG');
  background-position: 50% 100%;
}

.slide.yoga._5 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_5.JPG');
  background-position: 50% 100%;
}

.image {
  position: fixed;
  top: 30px;
  left: 40px;
}

.image.white-on-black {
  width: 100%;
  height: 100%;
  margin-top: -13px;
  position: static;
  top: 30px;
  left: 40px;
}

.nav-menu {
  position: fixed;
  top: 30px;
  right: 40px;
}

.slide-nav {
  margin-bottom: 20px;
}

.large-heading-1 {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.large-heading-1.white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 34px;
}

.large-heading-1.white.contact {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 48px;
}

.large-heading-1.white._50 {
  font-size: 50px;
  line-height: 54px;
}

.large-heading-1.white.digital-strategy {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Gotham Book, sans-serif;
  font-size: 34px;
  line-height: 50px;
}

.large-heading-1.special {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
}

.large-heading-1.black {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 34px;
}

.large-heading-1.black.process {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.large-heading-1.black.case-study {
  margin-top: 0;
  margin-bottom: 20px;
}

.large-heading-1.case-study {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham Book, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.medium-heading-1 {
  text-align: center;
  letter-spacing: normal;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.medium-heading-1.white {
  color: #fff;
}

.medium-heading-1.white.home {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.medium-heading-1.about {
  text-align: left;
  letter-spacing: -.5px;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.full-page-image {
  background-image: url('../images/IMG_0095.jpg'), url('../images/BOP-9-21-2018-50.jpg'), linear-gradient(#0000004d, #0000004d);
  background-position: 0 0, 50% 100%, 0 0;
  background-size: cover, cover, auto;
  min-height: 100vh;
}

.section-4 {
  background-image: url('../images/IMG_0801.JPG'), linear-gradient(#23501180, #23501180);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  min-height: 80vh;
  padding-bottom: 0;
}

.block-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  min-width: 377px;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 0 0;
  font-family: Gotham Medium, sans-serif;
  font-size: 13px;
  line-height: 21px;
  display: block;
}

.block-heading.process {
  cursor: default;
  margin: 20px;
  padding: 20px 80px;
}

.block-heading.process.exploration {
  width: 33%;
}

.block-heading.process.exploration:hover {
  background-color: #5eb8ed;
}

.block-heading.process.production, .block-heading.process.distribution {
  width: 33%;
}

.block-heading.home-hero {
  color: #333;
  background-color: #fff;
  margin-bottom: 50px;
  font-family: Gotham Book, sans-serif;
}

.block-heading.contact {
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.block-heading.contact.la {
  color: #fff;
  background-color: #5eb8ed;
}

.block-heading.case-study {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  text-decoration: none;
}

.block-heading.reel {
  margin-bottom: 80px;
}

.block-heading.header_title {
  padding: 0 0 10px 40px;
}

.block-heading.header_title.heading_red {
  color: red;
  padding-left: 20px;
  font-size: 9px;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  margin-top: 140px;
  margin-bottom: 70px;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 140px;
  display: flex;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 1700px;
  display: block;
}

.section-6.redo {
  align-items: center;
  min-height: 2000px;
  display: flex;
}

.section-7 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 120vh;
  display: flex;
}

.tiny-caps-heading.white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.form {
  flex-wrap: wrap;
  justify-content: center;
  min-width: 800px;
  margin-top: 70px;
  display: flex;
}

.text-field {
  color: #222;
  letter-spacing: -.5px;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Gotham Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #777;
  letter-spacing: -.5px;
  font-family: Gotham Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.team-heading {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 20px;
}

.team-subheading {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -25px;
  font-family: Gotham Bold, sans-serif;
  font-size: 12px;
}

.tile-section._500px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  display: block;
}

.tile-section.rework {
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  height: 330px;
  display: block;
}

.tile-paragraph {
  color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.tile-paragraph.rework {
  color: #fff;
  max-width: 200px;
  padding: 0;
}

.team-member-block {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

._2-column-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.client-logo {
  margin: 0;
}

.container-9 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.contact-page-form {
  margin-top: 200px;
  margin-bottom: 30px;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gotham-link {
  color: #fff;
}

.gotham-link.grey {
  color: gray;
  letter-spacing: .5px;
  cursor: pointer;
  text-decoration: none;
}

.gotham-link.grey.black {
  color: gray;
  letter-spacing: .5px;
}

.gotham-link.white {
  color: #ebe7e7;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
}

.gotham-link.white.helen_link {
  color: #535353;
}

.gotham-link.white.helen_link:hover {
  color: red;
}

.gotham-link.black {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
}

.underline {
  transform-origin: 0%;
  background-color: #5eb8ed;
  height: 2px;
  margin-top: -10px;
}

.underline.white {
  background-color: #fff;
  height: 2px;
  margin-top: -10px;
}

.underline.la-office {
  background-color: #fff;
}

.underline.blue {
  background-color: red;
}

.link-block {
  margin-top: 40px;
  text-decoration: none;
}

.link-block.hero {
  color: #777;
  margin-top: 20px;
}

.tile-columns {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  height: 330px;
  padding: 0;
  display: block;
  position: static;
}

.distribution {
  background-color: #222;
  border: 1px #fff;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: static;
}

.distribution:hover {
  background-color: #558a3e;
}

.tile-gotham-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Gotham Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.production {
  background-color: #222;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.production:hover {
  background-color: #fc3939;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  margin-top: 0;
  display: flex;
}

.container-11 {
  flex-direction: column;
  margin-top: 120px;
  padding-top: 1px;
  display: flex;
}

.case-study-section {
  background-color: #3387f1;
  height: 65vh;
}

.case-study-section._2 {
  float: none;
  clear: none;
  background-color: #ccc;
  overflow: visible;
}

.case-study-section._3 {
  background-color: #1eff54;
  margin-bottom: 0;
  display: none;
}

.case-study-image {
  background-color: #d3d3d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.case-study-image.brick-bodies {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_6.JPG');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 120px;
}

.case-study-image.alxxa {
  background-image: url('../images/Thumbnail-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-12 {
  background-color: #323212;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  height: 700px;
  display: block;
}

.footer {
  background-image: linear-gradient(#000, #000);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 40vh;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.black-on-white {
  background-image: linear-gradient(#fff, #fff);
}

.address-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: none;
  justify-content: flex-start;
  margin-top: 0;
  padding: 20px;
  font-family: Gotham Light, sans-serif;
  font-size: 12px;
  display: block;
}

.address-heading._2 {
  text-transform: none;
}

.address-heading.black {
  color: #000;
}

.address-heading.copyright {
  color: gray;
  letter-spacing: 1px;
  font-family: Gotham Book, sans-serif;
}

.columns-4 {
  height: 1800px;
  display: block;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-block {
  background-image: url('../images/Michael_01_DHMProfile.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.photo-block.seal {
  background-image: url('../images/seal-web-asset.jpg');
  background-position: 0 0;
  background-size: cover;
}

.photo-block.mike {
  background-image: url('../images/Michael_01_DHMProfile.jpg');
  background-position: 0 -31px;
  background-size: cover;
}

.photo-block.cam {
  background-image: url('../images/cam-web-asset.jpg');
  background-position: 0 0;
  background-size: cover;
}

.photo-block.ben-supik {
  background-image: url('../images/33891_758835575445_2668251_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.photo-block.renato {
  background-image: url('../images/Renato_Portrait.jpg');
  background-position: -20px 0;
  background-size: cover;
}

.photo-block.idris {
  background-image: url('../images/IDRIS_photo.png');
  background-position: 85% 0;
  background-size: cover;
}

.photo-block.owen {
  background-image: url('../images/15672824_1393982977280418_1174663186257586607_n.jpg');
  background-position: -1px 0;
  background-size: cover;
}

.photo-block.jacob {
  background-image: url('../images/0-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.photo-block.alex {
  background-image: url('../images/Me.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.navbar-footer {
  background-color: #0000;
  position: static;
}

.container-13 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.nav-menu-footer {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
  position: static;
}

.address-container {
  flex: 1;
  height: 300px;
  margin-top: 25px;
  padding-left: 0;
  position: static;
  bottom: 0;
  left: 100px;
}

.footer-container {
  float: none;
  clear: none;
  border-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.slideshow {
  min-height: 100vh;
}

.hero-section-container {
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.div-block-7 {
  margin-bottom: 100px;
}

.tile-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1px;
  display: flex;
}

.tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.tile.exploration {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tile.exploration:hover {
  background-color: #5eb8ed;
}

.tile.production {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tile.distribution {
  justify-content: flex-start;
  align-items: center;
}

.black-on-white-footer {
  background-color: #fff;
  background-image: none;
}

.div-block-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.work-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 500px;
  margin-bottom: 0;
  padding: 100px 140px;
  display: flex;
}

.work-subheading {
  color: #999;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.work-subheading._2 {
  color: #999;
  text-align: left;
  font-size: 12px;
}

.column-container {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph {
  color: #555;
  margin-top: 30px;
  margin-bottom: 0;
}

.paragraph.scope {
  color: #222;
  margin-top: 0;
}

.paragraph.case-study {
  letter-spacing: -.5px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.case-study.quote-text {
  text-align: center;
  margin-left: 89px;
  margin-right: 89px;
}

.columns-6 {
  margin-top: 50px;
  margin-bottom: 0;
}

.grey-divider {
  background-color: #d0d0d0;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.case-study-placeholder {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.case-study-placeholder.lc-1 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_1.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, 125px;
}

.case-study-placeholder.light-city {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_7.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, 125px;
  min-height: 600px;
  margin-top: 33px;
  margin-bottom: 33px;
  position: static;
}

.case-study-placeholder.light-city._1 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_1.JPG');
  background-position: 50%;
  background-size: cover;
}

.case-study-placeholder.light-city._2 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_2.JPG');
  background-position: 50%;
  background-size: cover;
}

.case-study-placeholder.light-city._4 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_4.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.case-study-placeholder.light-city._5 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_5.JPG');
  background-position: 50%;
  background-size: cover;
}

.case-study-placeholder.light-city._3 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_3.JPG');
  background-position: 50% 0;
  background-size: cover;
}

.case-study-placeholder.light-city._6 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_6.JPG');
  background-position: 50% 0;
  background-size: cover;
}

.case-study-placeholder.light-city._8 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_8.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.case-study-placeholder.light-city._9 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_9.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.case-study-placeholder.light-city._10 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_10.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, 125px;
}

.image-2 {
  z-index: 1;
  opacity: .21;
  display: block;
  position: absolute;
  overflow: visible;
}

.footer-columns {
  min-height: 200px;
}

.footer-column {
  z-index: 2;
  height: 100%;
  padding: 30px;
}

.footer-column.left {
  z-index: 2;
  padding-left: 100px;
}

.footer-column.right {
  padding-right: 100px;
}

.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block {
  flex-direction: column;
  min-width: 800px;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.form-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #5eb8ed;
  min-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.contact-row {
  flex-flow: row;
  place-content: space-around center;
  height: 100%;
  display: flex;
}

.section-12 {
  height: 500px;
}

.section-12.ny {
  display: none;
}

.office-column {
  height: 100%;
}

.column-11 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.contact-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-column.address.right {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.contact-column.ny-office {
  background-color: #111;
}

.contact-column.la-office {
  background-color: #5eb8ed;
}

.map {
  height: 100%;
  position: static;
  overflow: visible;
}

.map.main-office {
  padding-top: 0;
  position: static;
  overflow: hidden;
}

.map.ny-office, .map.la-office {
  position: static;
  overflow: hidden;
}

.contact-paragraph {
  color: #aba7a7;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham Narrow Book, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.contact-paragraph.ny, .contact-paragraph.la {
  color: #fff;
}

.contact-paragraph.grey {
  color: #000;
  line-height: 24px;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading.map-link {
  color: #888;
}

.heading.map-link.ny {
  color: #d3d3d3;
}

.phone-link {
  color: #000;
  text-decoration: underline;
}

.phone-link.ny, .phone-link.la {
  color: #fff;
}

.contact-column-copy {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: block;
}

.contact-column-copy.address.right {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: block;
}

.case-study-hover {
  background-color: #00000080;
  width: 100%;
  height: 100%;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-12.brick-bodies {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_1.JPG');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.div-block-12.alxxa {
  background-image: url('../images/Thumbnail-4.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.div-block-12.fitmango {
  text-decoration: none;
}

.div-block-12.blue-hook {
  background-image: url('../images/Blue-Hook-Idris-Mayor-Pugh.JPG');
  background-position: 50% 0;
  background-size: cover;
  text-decoration: none;
}

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

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.div-block-13 {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.div-block-14 {
  background-image: linear-gradient(#d3d3d3, #d3d3d3);
  justify-content: space-between;
  width: 400px;
  height: 400px;
  margin-left: 2px;
  margin-right: 2px;
  display: block;
}

.instagram-post-block {
  background-image: linear-gradient(#d3d3d3, #d3d3d3);
  width: 300px;
  height: 300px;
  margin: 1px;
}

.instagram-post-block.alxxa-1 {
  background-image: url('../images/alxxa-collagegrid.png'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-2 {
  background-image: url('../images/alxxa-collagegrid2.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin: 0;
}

.instagram-post-block.alxxa-3 {
  background-image: url('../images/alxxa-collagegrid3.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-4 {
  background-image: url('../images/alxxa-collagegrid4.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-5 {
  background-image: url('../images/alxxa-collagegrid5.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-6 {
  background-image: url('../images/alxxa-collagegrid6.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-7 {
  background-image: url('../images/alxxa-collagegrid7.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-8 {
  background-image: url('../images/alxxa-collagegrid8.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-9 {
  background-image: url('../images/alxxa-collagegrid9.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-10 {
  background-image: url('../images/alxxa-collagegrid10.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 0 0, 0 0;
  background-size: 540px, auto;
}

.instagram-post-block.alxxa-11 {
  background-image: url('../images/alxxa-collagegrid11.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-12 {
  background-image: url('../images/alxxa-collagegrid12.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-13 {
  background-image: url('../images/alxxa-collagegrid13.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-14 {
  background-image: url('../images/alxxa-collagegrid14.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.instagram-post-block.alxxa-15 {
  background-image: url('../images/alxxa-collagegrid15.png'), linear-gradient(#d3d3d3, #d3d3d3);
  background-position: 50%, 0 0;
  background-size: 540px, auto;
}

.background-video-3 {
  height: 100vh;
  margin-top: 120px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.case-study-video {
  margin-top: 40px;
  margin-bottom: 40px;
}

.case-study-slider {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_9.JPG');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  min-height: 80vh;
  margin-top: 80px;
  margin-bottom: 80px;
  right: 80px;
}

.case-study-slider.brick-bodies.yoga {
  min-height: 600px;
  max-height: 900px;
}

.slide-2 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-2.yoga {
  background-position: 50%;
}

.slide-2.les-mills {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_6.JPG');
  background-position: 50% 0;
}

.slide-3 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_7.JPG');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.slide-3.yoga {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_2.JPG');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.slide-3.les-mills {
  background-position: 50%;
}

.slide-4 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_3.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-4.yoga {
  background-position: 50% 0;
}

.slide-4.les-mills {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_8.JPG');
  background-position: 50% 100%;
}

.slide-5 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-5.yoga {
  background-position: 50% 87%;
}

.slide-5.les-mills {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_9.JPG');
  background-position: 50% 100%;
}

.slide-6 {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-6.yoga {
  background-image: url('../images/Light_City_2018_Diamond_Hook_Media_Brick_Bodies_5.JPG');
  background-position: 50%;
}

.slide-6.les-mills {
  background-position: 50% 100%;
}

.home-hero-slider {
  height: 100vh;
}

.hero-slider {
  height: 100%;
}

.container-16 {
  flex-direction: column;
  display: flex;
}

.home-hero-div-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 80px 20px;
  display: flex;
}

.home-large-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 20px 0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.home-large-heading.video_title {
  color: red;
  text-align: center;
  text-shadow: 1px 1px 6px #740e0e57;
  font-size: 21px;
  line-height: 34px;
}

.home-background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.home-background-video.dhm-reel {
  background-image: linear-gradient(#0000, #ffffffad);
}

.home-background-video.alxxa {
  display: block;
}

.home-slider-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 89%;
  margin-bottom: 20px;
  display: flex;
}

.home-slider-text-container.video_titles {
  align-items: center;
}

.home-slide-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.home-slide-image.reel {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2018-Reel-Thumbnail-04.png');
}

.home-slide-image._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/003.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.home-slide-image._5 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/001_1.jpg');
  background-size: auto, cover;
}

.section-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  min-height: 75vh;
}

.home-image-hero {
  clear: none;
  min-height: 45vh;
}

.home-hero-image {
  float: none;
  clear: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  min-width: 100%;
  display: block;
}

.home-hero-image.about {
  background-image: none;
}

.home-hero-image.about.top {
  margin-top: 120px;
}

.client-logo-container {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 120px auto auto auto auto auto;
  place-content: center space-evenly;
  place-items: center;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.section-14 {
  background-image: linear-gradient(#fff, #fff);
  height: 120px;
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  padding-bottom: 80px;
  display: flex;
}

.tile-div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: flex;
}

.team-row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-photo {
  float: none;
  clear: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  min-width: 100%;
  display: block;
}

.team-member-photo.about {
  background-image: none;
}

.team-member-div-block {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.team-member-div-block.seal {
  background-image: url('../images/Seal.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
}

.team-member-div-block.cam {
  background-image: url('../images/cam-web-asset.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-member-div-block.renato {
  background-image: url('../images/Renato.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-member-div-block.alex {
  background-image: url('../images/Me.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-member-div-block.ben-supik {
  background-image: url('../images/Ben-Supik.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-member-div-block.idris {
  background-image: url('../images/IDRIS_photo.png');
  background-position: 84% 0;
  background-size: cover;
}

.team-member-div-block.owen {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.team-member-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(300px, 30vw) minmax(300px, 30vw) minmax(300px, 30vw);
  justify-content: start;
  place-items: center stretch;
  display: grid;
}

.case-study-hero {
  float: none;
  clear: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  min-width: 100%;
  margin-top: 120px;
  display: block;
}

.case-study-hero.about {
  background-image: none;
}

.div-block-17 {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.scope-div-block {
  flex: 0 auto;
  min-width: 250px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.large-gotham-book {
  text-align: left;
  letter-spacing: -2px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham Book, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.contact-heading-div-block {
  margin-top: 120px;
  margin-bottom: 40px;
}

.office-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 500px 500px 500px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 500px;
  display: grid;
}

.office-row.nyc {
  flex-direction: row-reverse;
}

.office-div-block, .office-div-block.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.office-div-block.nyc {
  background-image: linear-gradient(#111, #111);
}

.office-div-block.la {
  background-image: linear-gradient(#5eb8ed, #5eb8ed);
}

.office-div-block.map {
  width: 100%;
}

.office-div-block.office.nyc {
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.office-div-block.office.la {
  background-image: linear-gradient(#fff, #fff);
}

.brand {
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  top: 25px;
  left: 30px;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  top: 25px;
  left: 30px;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  display: grid;
}

.footer-section {
  color: #fff;
  background-color: #e04343;
  width: 100vw;
  min-height: 200px;
  padding-bottom: 17px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-23 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-24 {
  width: 100%;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 30px;
  position: absolute;
}

.body {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.office-map {
  height: 100%;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.alxxa-grid-post {
  width: 100%;
}

.section-1 {
  min-width: 10px;
  padding: 40px 20px;
}

.section-1.dark {
  background-image: linear-gradient(#111, #111);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-slider {
  height: 200px;
}

.home-hero-image-2 {
  float: none;
  clear: none;
  display: block;
}

.logo-section {
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: 180px;
}

.slide-7 {
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-wrapper-wide {
  display: flex;
}

.icon-4 {
  color: #000;
}

.slide-nav-2 {
  position: static;
}

.logo-carousel {
  height: 150px;
}

.slider-3 {
  height: 100%;
}

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

.div-block-26 {
  min-height: 990px;
}

.logo-slide {
  padding-top: 25px;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.logo-block {
  background-image: url('../images/BrickBodies-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

.logo-block.lb {
  background-image: url('../images/LynneBricksLogogrey.png');
  height: 55px;
}

.logo-block.pvlse {
  background-image: url('../images/PVLSE-Dark-Grey-Logo.png');
  align-self: auto;
}

.logo-block.fitmango {
  background-image: url('../images/FitMango-Grey-Logo.png');
}

.logo-block.pf {
  background-image: url('../images/Planet-Fitness-Grey-Logo.png');
  background-position: 50% 0;
  background-size: contain;
  align-self: auto;
  height: 100px;
  max-height: none;
  position: relative;
  bottom: 7px;
}

.logo-block.dtp {
  background-image: url('../images/DTP-Logo-Grey.png');
  align-self: auto;
}

.logo-block.watercura {
  background-image: url('../images/Watercura-Logo.png');
  align-self: auto;
}

.logo-block.chr {
  background-image: url('../images/Grey-CHR-Logo.png');
  align-self: auto;
}

.logo-block.ap {
  background-image: url('../images/arc-pillow-dark-grey-logo.png');
  align-self: auto;
  height: 60px;
  padding: 0;
}

.logo-block.bob {
  background-image: url('../images/betonbaltimore.png');
  background-size: 133px;
  align-self: auto;
  height: 100px;
  max-height: none;
}

.logo-block.mddn {
  background-image: url('../images/MDDN-Dark-Grey-Logo.png');
  height: auto;
  min-height: 70%;
}

.logo-block.amy-blank {
  background-image: url('../images/Amy-Blank-Dark-Grey-Logotype.png');
}

.logo-block.bh {
  background-image: url('../images/Grey-Blue-Hook-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
}

.logo-block.water {
  background-image: url('../images/Amy-Blank-Dark-Grey-Logotype.png');
}

.logo-block.rushern-baker {
  background-image: url('../images/Rushern-Baker-Logo.png');
}

.logo-block._300 {
  background-image: url('../images/300ent-grey-logo.png');
}

.logo-block.vitusvet {
  background-image: url('../images/VitusVet-Grey-Logo.png');
}

.logo-block.jamesluce {
  background-image: url('../images/jamsjaydudleylucfoundation.png');
  align-self: auto;
  height: 100px;
}

.logo-block.johnsarbanes {
  background-image: url('../images/Congressman-John-Sarbanes.png');
  align-self: auto;
  height: 100px;
}

.carousel-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.icon-5, .icon-6 {
  color: #555;
  font-size: 35px;
}

.video-2 {
  position: relative;
}

.reel-video {
  width: 90%;
  box-shadow: 1px 0 33px -3px #00000026;
}

.heading-4 {
  color: red;
  text-align: center;
  text-shadow: 1px 1px 6px #740e0e57;
  background-color: #0000;
  margin-top: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 21px;
}

.div-block-27 {
  padding-right: 0;
  display: flex;
}

.heading-5 {
  font-size: 21px;
}

.div-block-28, .div-block-29, .div-block-30 {
  margin-left: 13px;
  margin-right: 13px;
}

.heading-6, .heading-7 {
  font-size: 21px;
}

.card-3 {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card-3.card3-content {
  background-image: linear-gradient(#00000057, #00000057), url('../images/001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 300px;
}

.card-3.card3-content-copy {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/003.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 300px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.button-2 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-2.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-2.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-2.default-button.card-cta {
  border-radius: 30px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.tag-wrapper {
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
}

.card-3-copy {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card-3-copy.card3-content {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-3-copy.card3-content-copy {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/003.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-4 {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card-4.card3-content {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-4.card3-content-copy {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/003.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-4.card4-class {
  background-image: linear-gradient(#00000057, #00000057), url('../images/001_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 300px;
}

.div-block-31 {
  clear: none;
  flex: 0 auto;
}

.image-7 {
  width: 31.3%;
  margin: 1%;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.columns-2.reversed-columns {
  flex-direction: row-reverse;
  padding-left: 0%;
  padding-right: 0%;
}

.column-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3.float-right {
  justify-content: flex-end;
}

.image-8 {
  flex: 0 auto;
  max-width: 80%;
  margin-left: 0%;
  margin-right: 0%;
}

.image-9 {
  margin-left: 0%;
  margin-right: 0%;
}

.image-10 {
  flex: 0 auto;
  max-width: 500px;
}

.paragraph-2 {
  color: #fff;
  padding-left: 34px;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 21px;
  font-style: italic;
  font-weight: 100;
  line-height: 21px;
}

.div-block-32 {
  display: flex;
}

.bold-text {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-3 {
  color: #000;
  padding-left: 34px;
  font-weight: 100;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  max-width: 55%;
}

.paragraph-4 {
  color: #fff;
}

.body-text {
  margin-top: 34px;
}

.div-block-35 {
  flex-direction: column;
  display: flex;
}

.heading-9 {
  line-height: 34px;
}

.italic-text {
  max-width: 0;
}

.italic-text.quote {
  text-align: center;
  max-width: 0;
  font-size: 18px;
  line-height: 26px;
}

.div-block-36 {
  display: flex;
}

.image-11 {
  max-width: none;
}

.image-12 {
  max-width: 300px;
  margin-bottom: 20px;
}

.block-quote {
  font-family: Gotham Light, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.div-block-37 {
  display: flex;
}

.div-block-38, .div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.fullpic-profile {
  background-color: #fff;
  background-image: linear-gradient(to top, #0009, #0000), url('../images/wang_005.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  padding: 30px 30px 20px;
  display: flex;
}

.fullpic-profile.box2 {
  background-image: linear-gradient(to top, #0009, #0000), url('../images/wang_004.png');
}

.fullpic-profile.box3 {
  background-image: linear-gradient(to top, #0009, #0000), url('../images/wang_001.png');
}

.fullpic-profile.box4 {
  background-image: linear-gradient(to top, #0009, #0000), url('../images/wang_003.png');
  max-width: 400px;
}

.fullpic-profile-name {
  color: #fff;
  margin-bottom: 4px;
}

.fullpic-profile-bio {
  color: #fffc;
  margin-top: 10px;
  font-weight: 400;
}

.container-17 {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.div-block-40 {
  display: flex;
}

.image-13 {
  max-width: 600px;
  margin-top: 55px;
}

.section-15 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid {
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.div-block-42 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-19 {
  margin-top: 20px;
}

.div-block-43 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.herbal {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  text-align: center;
}

.herbal_description {
  text-align: center;
  max-width: 200px;
  margin-top: 10px;
  font-family: Gotham Light, sans-serif;
}

.herbal_description.bolded {
  margin-bottom: 0;
  font-family: Gotham Bold, sans-serif;
}

.div-block-44 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gotham Narrow Medium, sans-serif;
}

.div-block-45 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-12 {
  text-align: center;
}

.div-block-46 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  display: flex;
}

.image-14 {
  filter: invert();
}

.div-block-47 {
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 230px;
  margin-top: 25px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 13px #4f5e7824;
}

.heading-15 {
  color: #20193a;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.card-cta-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.card-cta-tag.card-cta-tag-small {
  background-color: red;
  padding-left: 8px;
  padding-right: 8px;
  left: 1rem;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-family: Gotham Light, sans-serif;
  font-size: 12px;
}

.link-7 {
  color: #fff;
  margin-left: 13px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-48 {
  z-index: 99;
  background-image: url('../images/Untitled-2.png'), linear-gradient(#00000036, #00000036);
  background-position: 50% 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 50%;
  min-height: 230px;
  position: relative;
}

.div-block-48.hr6 {
  background-image: url('../images/gettyimages-1052956594opioids_wide-feb6fe59cd896e223a700824f74675be8704ceae-s800-c85.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 60%, 0 0;
  background-size: 540px, auto;
}

.div-block-48.goop {
  background-image: url('../images/rs_1080x1350-181031160023-1080x1350-Gwyneth-Paltrow-GettyImages-950533580.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 25%, 0 0;
  background-size: 540px, auto;
}

.div-block-48.military {
  background-image: url('../images/RB7XDV3F3NBLRMWKZP6OLFEUNE.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: 600px, auto;
}

.link-8 {
  color: red;
  font-family: Gotham Light, sans-serif;
  text-decoration: none;
  position: static;
  top: 13px;
  bottom: 0;
  right: 0;
}

.cards-social-bottom {
  z-index: 130;
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 0;
}

.social-card-base {
  float: left;
  background-color: #ffffff1f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  display: flex;
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.paragraph-8 {
  color: #20193a;
  margin-bottom: 15px;
  font-family: Gotham Light, sans-serif;
}

.container-20 {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.feature1-content {
  padding-right: 80px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature1-image1 {
  background-image: url('../images/Feature1-Image2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-bottom: 20px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.feature1-image2 {
  background-image: url('../images/Feature1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-center {
  align-items: center;
  display: flex;
}

.wrap.w80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-30 {
  opacity: .3;
}

.text-14.text-14-60 {
  opacity: .6;
  opacity: .6;
  line-height: 20px;
  text-decoration: none;
}

.feature1-image3 {
  background-image: url('../images/Feature1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.content1-image {
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content1-image.content1-image1 {
  background-image: url('../images/wang_005.png');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/wang_004.png');
  background-position: 0%;
  background-size: cover;
}

.content1-image.content1-image3 {
  background-image: url('../images/wang_001.png');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content2-image1 {
  background-image: url('../images/wang_003.png');
  background-position: 65%;
  background-size: cover;
}

.content1-image.content2-image2 {
  background-image: url('../images/wang_009.png');
  background-position: 0%;
  background-size: cover;
}

.content1-image.content2-image3 {
  background-image: url('../images/wang_0012.png');
  background-position: 0%;
  background-size: cover;
}

.content1-image.content1-image7 {
  background-image: url('../images/IMG_1053.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content2-image8 {
  background-image: url('../images/IMG_1054.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.content1-image.content1-image9 {
  background-image: url('../images/IMG_1052.jpeg');
  background-position: 0 0;
  background-size: cover;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.content1-items {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.tagline-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content1-item-description {
  padding-right: 40px;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: url('../images/a173.jpg');
  background-size: cover;
}

.content6-pic.content6-image1 {
  background-image: url('../images/92.jpg');
  background-size: cover;
  height: 320px;
}

.content6-pic.content6-image4 {
  background-image: url('../images/98.jpg');
  background-size: cover;
  height: 320px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/90.jpg');
  background-position: 50%;
  background-size: cover;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.content4-item {
  margin-bottom: 20px;
}

.content4-items {
  margin-bottom: 20px;
  display: flex;
}

.content4-image {
  background-image: url('../images/a126.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image.content4-image6 {
  background-image: url('../images/9318.jpeg');
  background-size: cover;
}

.content4-image.content4-image3 {
  background-image: url('../images/94.jpg');
  background-size: cover;
}

.content4-image.content4-image9 {
  background-image: url('../images/10.jpg');
  background-position: 0%;
  background-size: cover;
}

.content4-image.content4-image8 {
  background-image: url('../images/98.jpg');
  background-position: 50%;
  background-size: cover;
}

.content4-image.content4-image7 {
  background-image: url('../images/a133.jpg');
  background-size: cover;
}

.content4-image.content4-image2 {
  background-image: url('../images/a47.jpg');
  background-size: cover;
}

.content4-image.content4-image5 {
  background-image: url('../images/a179.jpg');
  background-size: cover;
}

.content4-image.content4-image4 {
  background-image: url('../images/a124.jpg');
  background-size: cover;
}

.content4-image.content4-image10 {
  background-image: url('../images/IMG_1045.jpeg');
  background-size: cover;
}

.content4-image.content4-image11 {
  background-image: url('../images/IMG_1046.jpeg');
  background-size: cover;
}

.content4-image.content4-image12 {
  background-image: url('../images/IMG_1048.jpeg');
}

.content4-image.content4-image13 {
  background-image: url('../images/IMG_1051.jpeg');
  background-size: cover;
}

.content4-image.content4-image14 {
  background-image: url('../images/IMG_1060.jpeg');
}

.content4-image.content4-image15 {
  background-image: url('../images/IMG_1055.jpeg');
  background-size: cover;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 34px;
}

.paragraph-9 {
  text-align: center;
  font-family: Gotham Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-16 {
  margin-top: 40px;
}

.image-15 {
  margin-bottom: 40px;
}

.storm_link {
  color: #fff;
  font-size: 10px;
}

.paragraph-10 {
  font-size: 12px;
}

.div-block-49 {
  flex-direction: column;
  display: flex;
}

.div-block-50 {
  max-width: 750px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-51 {
  background-image: url('../images/009wang.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  min-width: 300px;
  margin-left: 40px;
}

.home-sections-wrap {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-sections-text-wrap {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 80px;
  display: inline-block;
}

.image-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.heading-17 {
  font-family: Gotham Light, sans-serif;
}

.home-sections-wrap-2 {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 8px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 40px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-sections-text-wrap-2 {
  margin-bottom: 10px;
  padding-left: 80px;
  display: inline-block;
}

.list {
  max-width: 750px;
}

.image-17 {
  border-radius: 8px;
}

.image-18 {
  border-radius: 8px;
  max-height: none;
}

.image-19 {
  border-radius: 8px;
}

.home-sections-wrap-3 {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 40px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.div-block-52 {
  margin-top: 40px;
  margin-bottom: 0;
}

.container-21 {
  margin-bottom: 40px;
}

.image-20 {
  min-width: 440px;
}

.link-9.wang_link, .container-22 {
  color: red;
}

.paragraph-11 {
  line-height: 26px;
}

.paragraph-12 {
  text-align: center;
}

.link-10 {
  color: red;
  letter-spacing: 0;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .navbar.black-on-white, .navbar.white-on-black {
    background-color: #fff;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .nav-link.black-on-white:active {
    color: #000;
  }

  .nav-link.white-on-black {
    color: #fff;
  }

  .nav-link.white-on-black:active {
    color: #000;
  }

  .nav-link.white-on-black.w--current {
    color: #fff;
  }

  .container {
    background-image: linear-gradient(#0000, #0000);
    height: 100%;
    margin-top: 30px;
  }

  .section._40vh.dark {
    padding-bottom: 0;
  }

  .section._40vh.dark.contact {
    background-color: #fff;
  }

  .section._40vh.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._70vh {
    padding-top: 20px;
  }

  .section._70vh.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-gotham-light {
    font-size: 30px;
  }

  .container-4.digital-strategy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .container-4.section-copy {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-4.digital-strategy-copy {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-4.home-about {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-menu {
    background-image: linear-gradient(#fff, #fff);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .nav-menu.black {
    background-color: #000;
    background-image: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .large-heading-1.white.contact {
    color: #000;
    margin-bottom: 10px;
  }

  .large-heading-1.white.digital-strategy {
    text-align: center;
    font-family: Gotham Light, sans-serif;
    line-height: 44px;
  }

  .large-heading-1.special, .large-heading-1.case-study {
    font-size: 34px;
  }

  .medium-heading-1 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .medium-heading-1.white.home {
    font-size: 14px;
    line-height: 20px;
  }

  .full-page-image {
    background-image: url('../images/IMG_0095.jpg');
    background-position: 100% 100%;
    background-size: cover;
    min-height: 80vh;
  }

  .section-4 {
    background-image: url('../images/IMG_0801.JPG');
    background-position: 50% 100%;
    background-size: cover;
    min-height: 40vh;
  }

  .icon {
    color: red;
    font-size: 34px;
  }

  .icon.black {
    color: #000;
  }

  .icon.white {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .block-heading {
    font-size: 27px;
    line-height: 55px;
  }

  .block-heading.process {
    min-width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-heading.process.exploration {
    text-align: center;
    flex: 0 auto;
    display: block;
  }

  .block-heading.process.distribution {
    text-align: center;
  }

  .block-heading.contact {
    color: #000;
  }

  .block-heading.header_title {
    font-size: 13px;
    line-height: 15px;
  }

  .section-6 {
    display: flex;
  }

  .section-6.redo {
    min-height: 4600px;
  }

  .section-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-field {
    min-width: 600px;
  }

  .text-field::placeholder {
    letter-spacing: -.5px;
  }

  .team-subheading {
    font-size: 10px;
  }

  .tile-section {
    min-height: 330px;
  }

  .tile-paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tile-paragraph.rework {
    font-size: 14px;
    line-height: 18px;
  }

  .team-member-block {
    align-self: stretch;
    width: 220px;
  }

  .client-logo {
    margin: 0;
  }

  .client-logo.watercura {
    margin-bottom: 30px;
  }

  .contact-page-form {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 30px;
    display: flex;
  }

  .gotham-link.black {
    color: #000;
  }

  .case-study-image.brick-bodies {
    background-position: 100%;
    height: 60vh;
  }

  .case-study-image.alxxa {
    height: 60vh;
  }

  .footer {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    min-height: 200px;
    display: flex;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .address-heading, .address-heading._2 {
    display: none;
  }

  .address-heading.copyright {
    text-align: center;
    min-width: 500px;
    display: block;
  }

  .column-8 {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .column-9 {
    justify-content: flex-start;
    position: static;
  }

  .column-10 {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .navbar-footer, .container-13 {
    display: block;
  }

  .nav-menu-footer {
    float: none;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    min-width: 500px;
    margin: 0 auto;
    display: flex;
  }

  .address-container {
    display: block;
  }

  .footer-container {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .div-block-7 {
    text-align: center;
  }

  .tile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tile.exploration {
    background-color: #5eb8ed;
  }

  .tile.exploration:active {
    background-image: none;
  }

  .tile.production {
    background-color: #fc3939;
  }

  .tile.distribution {
    background-color: #558a3e;
  }

  .div-block-9 {
    justify-content: center;
  }

  .section-11 {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-6 {
    width: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .grey-divider, .case-study-placeholder {
    width: 100%;
  }

  .case-study-placeholder.light-city {
    min-height: 400px;
  }

  .case-study-placeholder.light-city._1 {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .menu-button {
    color: #fff;
    background-color: #000;
  }

  .footer-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-column.left {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    display: flex;
  }

  .footer-column.right {
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .div-block-11 {
    background-image: linear-gradient(#fff, #fff);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-2 {
    background-color: #111;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-button-2.w--open {
    background-image: linear-gradient(#fff, #fff);
  }

  .menu-button-2.white {
    background-color: #fff;
  }

  .menu-button-2.black {
    background-color: #000;
    background-image: none;
  }

  .menu-button-2.white-on-black {
    background-color: #0000;
    background-image: none;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .form-block {
    flex-direction: column;
    min-width: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .form-button {
    color: #fff;
    letter-spacing: -.5px;
    min-height: 70px;
    font-family: Gotham Bold, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .contact-row {
    flex-direction: column;
  }

  .section-12 {
    flex-direction: column;
    display: block;
  }

  .contact-paragraph.grey, .phone-link {
    color: #000;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }

  .home-large-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .home-background-video {
    background-image: linear-gradient(#0006, #0006);
  }

  .home-slider-text-container {
    justify-content: center;
  }

  .home-hero-image.about.top {
    margin-top: 100px;
  }

  .client-logo-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr 1fr .75fr;
    place-content: stretch center;
    place-items: center;
    max-width: 480px;
    display: grid;
  }

  .tile-div-block {
    min-height: 330px;
  }

  .team-member-div-block, .team-member-div-block.seal, .team-member-div-block.michael, .team-member-div-block.cam {
    min-width: 220px;
    min-height: 220px;
  }

  .team-member-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
  }

  .div-block-18 {
    justify-content: space-around;
  }

  .scope-div-block {
    min-width: 200px;
  }

  .large-gotham-book {
    font-size: 28px;
    line-height: 34px;
  }

  .office-row {
    flex-direction: row;
  }

  .office-row.nyc {
    flex-direction: row-reverse;
  }

  .office-div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .office-div-block.nyc {
    background-image: linear-gradient(#111, #111);
  }

  .div-block-20, .open-menu {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .open-menu.white {
    background-image: none;
  }

  .open-menu.black {
    background-color: #fff;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section {
    width: 100%;
    min-height: 250px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-23 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .div-block-24 {
    padding-right: 0;
  }

  .div-block-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .logo-block {
    height: 65px;
  }

  .logo-block.pf {
    align-self: start;
    height: 80px;
    bottom: 0;
  }

  .logo-block.bob {
    background-size: contain;
    align-self: auto;
  }

  .logo-block.mddn {
    min-height: none;
    align-self: auto;
    height: 50px;
  }

  .logo-block.jamesluce {
    align-self: auto;
    height: 75px;
  }

  .logo-block.johnsarbanes {
    align-self: auto;
    height: 80px;
  }

  .heading-4 {
    text-align: center;
  }

  .div-block-27 {
    flex-direction: row;
  }

  .card-3.card3-content {
    min-width: 0;
  }

  .card-3.card3-content-copy {
    min-width: 200px;
  }

  .button-2.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .card-4.card4-class {
    min-width: 0;
  }

  .image-7 {
    width: 48%;
  }

  .image-8 {
    margin-bottom: 1%;
    margin-right: 0%;
  }

  .image-9 {
    margin-top: 1%;
    margin-left: 0%;
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
    max-width: 550px;
    margin-top: 0;
    padding-top: 0;
    line-height: 26px;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
  }

  .bold-text, .paragraph-3 {
    text-align: center;
  }

  .italic-text.quote {
    font-size: 16px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .fullpic-profile {
    padding: 40px 40px 30px;
  }

  .section-15 {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    display: flex;
  }

  .container-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    color: red;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-46 {
    padding-left: 15px;
  }

  .div-block-47 {
    margin-top: 13px;
  }

  .div-block-48 {
    height: 100%;
  }

  .cards-social-bottom {
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .feature1-image2 {
    display: none;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .content4-items {
    flex-direction: column;
    margin-bottom: 0;
  }

  .heading-16 {
    font-size: 34px;
    line-height: 44px;
  }

  .home-sections-wrap {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-sections-text-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-sections-wrap-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-sections-text-wrap-2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-sections-wrap-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-9 {
    color: red;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }

  .navbar.white-on-black {
    justify-content: space-between;
    min-height: 60px;
    display: block;
  }

  .card-wrap {
    flex: 1;
  }

  .container.white-on-black-navbar {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .section._40vh {
    padding: 20px;
  }

  .section._40vh.dark {
    min-height: 20vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._40vh.white {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .section._40vh.work, .section._40vh.blue-hook, .section._40vh.blue-hook-copy {
    height: 200px;
    min-height: 0;
    margin-top: 64px;
  }

  .section._40vh.grey {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .section._400px.light-grey {
    clear: none;
    display: flex;
  }

  .section._600px.process {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section._70vh {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .slider {
    min-height: 80vh;
  }

  .large-gotham-light {
    font-size: 24px;
  }

  .container-4.digital-strategy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4.home-about {
    margin-bottom: 0;
  }

  .image.white-on-black {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .large-heading-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .large-heading-1.white.contact {
    font-size: 40px;
  }

  .large-heading-1.white._50 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .large-heading-1.white.digital-strategy {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 40px;
  }

  .large-heading-1.special {
    font-size: 30px;
  }

  .large-heading-1.black {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .large-heading-1.black.process {
    margin-top: 40px;
  }

  .large-heading-1.black.case-study {
    margin-bottom: 10px;
  }

  .large-heading-1.case-study {
    font-size: 30px;
  }

  .medium-heading-1 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .medium-heading-1.white.home {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .medium-heading-1.about {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .full-page-image {
    background-image: url('../images/IMG_0095.jpg');
    background-position: 100% 100%;
    background-size: cover;
    min-height: 60vh;
  }

  .section-4 {
    min-height: 35vh;
  }

  .icon.black {
    color: #fff;
  }

  .icon.white {
    color: #000;
    font-size: 30px;
  }

  .block-heading {
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 34px;
  }

  .block-heading.process {
    width: 100%;
  }

  .block-heading.process.exploration {
    background-color: #5eb8ed;
    width: 100%;
    font-family: Gotham Bold, sans-serif;
    font-weight: 500;
  }

  .block-heading.process.exploration:hover {
    background-image: none;
  }

  .block-heading.process.production {
    background-color: #fc3939;
    width: 100%;
    margin: 0;
    font-family: Gotham Bold, sans-serif;
    font-weight: 500;
  }

  .block-heading.process.distribution {
    background-color: #558a3e;
    width: 100%;
    font-family: Gotham Bold, sans-serif;
    font-weight: 500;
  }

  .block-heading.home-hero {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 10px;
  }

  .block-heading.about, .block-heading.reel {
    margin-bottom: 80px;
  }

  .block-heading.header_title.heading_red {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section-6.redo {
    float: left;
    clear: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 4500px;
    display: block;
    position: static;
    overflow: visible;
  }

  .section-7 {
    justify-content: flex-start;
  }

  .tiny-caps-heading.white {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

  .tile-section {
    min-height: 330px;
  }

  .tile-section._500px {
    padding: 0;
  }

  .tile-section.rework {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 150px 150px 150px;
    justify-content: flex-start;
    align-items: center;
    min-width: 100vw;
    min-height: 330px;
    display: block;
  }

  .tile-paragraph {
    padding-left: 150px;
    padding-right: 150px;
    font-family: Gotham Light, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .tile-paragraph.rework {
    letter-spacing: -.5px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Gotham Book, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .team-member-block {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  ._2-column-container {
    align-items: center;
    display: flex;
  }

  .client-logo {
    width: auto;
  }

  .client-logo.watercura {
    margin-bottom: 30px;
  }

  .client-logo.dtp {
    max-width: 80%;
  }

  .contact-page-form {
    margin-top: 200px;
    margin-bottom: 70px;
  }

  .gotham-link.white {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Gotham Black, sans-serif;
    font-size: 12px;
  }

  .gotham-link.black {
    text-align: center;
    font-family: Gotham Black, sans-serif;
  }

  .link-block.hero {
    flex: 0 auto;
  }

  .tile-columns {
    height: 0;
    min-height: 300px;
  }

  .tile-gotham-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer {
    clear: none;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .container-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .slideshow {
    min-height: 80vh;
  }

  .hero-section-container {
    justify-content: center;
    margin-top: 80px;
  }

  .tile-container {
    padding: 0;
  }

  .tile {
    padding-left: 0;
    padding-right: 0;
  }

  .tile.exploration {
    height: 100%;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

  .section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-subheading {
    font-size: 12px;
  }

  .grey-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-columns {
    clear: none;
    display: flex;
    position: static;
  }

  .menu-button-2 {
    left: -20px;
    right: 0;
  }

  .menu-button-2.white-on-black {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: block;
    left: 0;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .form-block {
    min-width: 450px;
    max-width: 0;
  }

  .form-button {
    min-height: 70px;
    font-size: 18px;
    line-height: 18px;
  }

  .contact-row {
    clear: none;
    flex-direction: column;
    display: block;
    position: static;
  }

  .section-12.ny {
    display: block;
  }

  .section-12.ny-original {
    display: none;
  }

  .map.main-office, .map.ny-office, .map.la-office {
    position: static;
    overflow: visible;
  }

  .case-study-video {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-slider {
    min-height: 40vh;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: static;
    right: 0;
  }

  .home-hero-slider {
    height: 75vh;
    margin-top: 60px;
  }

  .home-hero-div-block {
    padding: 20px;
  }

  .home-large-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
  }

  .home-slide-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/jared-rice-539485-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .home-image-hero.renato-dtp {
    min-height: 20vh;
  }

  .client-logo-container {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    height: 60px;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
    min-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .tile-div-block {
    flex: 0 auto;
    min-height: 250px;
    padding: 5px 10px;
    display: block;
  }

  .team-member-grid {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .case-study-hero {
    margin-top: 64px;
  }

  .div-block-17 {
    margin-top: 40px;
  }

  .scope-div-block {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .large-gotham-book {
    font-size: 28px;
    line-height: 32px;
  }

  .office-row {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
  }

  .office-div-block {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .office-div-block.main {
    flex-flow: column wrap;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .office-div-block.la {
    overflow: visible;
  }

  .office-div-block.map {
    height: 100%;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .brand {
    width: 60px;
    padding-left: 0;
    position: fixed;
    top: 12px;
    left: 18px;
    right: -1px;
  }

  .brand.w--current {
    flex-direction: row;
    width: 60px;
    padding-left: 0;
    top: 12px;
    left: 18px;
    right: -1px;
  }

  .heading-2 {
    font-family: Gotham Bold, sans-serif;
    font-weight: 700;
  }

  .div-block-22 {
    grid-template-rows: minmax(100px, 1fr) auto auto;
    grid-template-columns: 1fr;
  }

  .image-4, .image-5 {
    width: 100%;
  }

  .slider-2 {
    height: auto;
  }

  .slide-7 {
    background-color: #60b5f0;
  }

  .slider-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
  }

  .logo-block {
    height: 45px;
  }

  .logo-block.pf {
    align-self: center;
    height: 60px;
  }

  .logo-block.mddn {
    align-self: auto;
    height: 40px;
  }

  .heading-4 {
    text-align: center;
  }

  .div-block-27 {
    flex-direction: column;
    align-items: center;
  }

  .card-3.card3-content, .card-3.card3-content-copy {
    min-width: 300px;
  }

  .button-2.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-4.card4-class {
    min-width: 300px;
  }

  .image-9 {
    margin-left: 0%;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
  }

  .herbal {
    align-items: center;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .social-card-base {
    margin-left: 1px;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content4-items {
    flex-direction: column;
  }

  .heading-16, .paragraph-9 {
    text-align: center;
  }

  .image-17, .image-18, .image-19 {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar.black-on-white {
    flex-direction: column;
    justify-content: space-between;
    min-height: 70px;
    max-height: 70px;
    display: block;
  }

  .navbar.white-on-black {
    min-height: 70px;
  }

  .nav-link {
    margin-top: -10px;
    margin-bottom: -10px;
    display: block;
  }

  .container {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .section._40vh {
    padding: 20px;
  }

  .section._40vh.dark {
    min-height: 20vh;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._40vh.dark.contact {
    min-height: 90vh;
    margin-top: 70px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section._40vh.about {
    min-height: 450px;
  }

  .section._40vh.white {
    flex-direction: column;
    min-height: 200px;
  }

  .section._40vh.work, .section._40vh.blue-hook, .section._40vh.blue-hook-copy {
    min-height: 150px;
    margin-top: 70px;
  }

  .section._40vh.grey {
    min-height: 200px;
  }

  .section._600px.process {
    justify-content: center;
    align-items: center;
    min-height: 800px;
    display: flex;
  }

  .section._70vh {
    align-items: center;
    margin-top: 20px;
    padding: 0 20px 20px;
  }

  .section._70vh.about {
    min-height: 450px;
  }

  .container-4.digital-strategy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4.section-copy {
    margin-top: 0;
  }

  .image {
    left: 30px;
  }

  .image.mobile {
    width: 50px;
    display: block;
    top: 20px;
  }

  .image.white-on-black {
    width: 75%;
    height: 75%;
    margin-top: 10px;
    display: block;
    top: 20px;
  }

  .large-heading-1 {
    font-size: 36px;
  }

  .large-heading-1.white.contact {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .large-heading-1.white._50 {
    font-size: 30px;
    line-height: 30px;
  }

  .large-heading-1.white.digital-strategy {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;
  }

  .large-heading-1.black {
    font-size: 18px;
    line-height: 18px;
  }

  .large-heading-1.black.process {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .large-heading-1.black.case-study {
    letter-spacing: -1px;
  }

  .medium-heading-1 {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .medium-heading-1.white.home {
    text-align: center;
    line-height: 26px;
  }

  .medium-heading-1.about {
    font-size: 13px;
    line-height: 22px;
  }

  .full-page-image {
    min-height: 40vh;
  }

  .section-4 {
    min-height: 30vh;
  }

  .icon {
    color: red;
  }

  .icon.black {
    color: #fff;
  }

  .icon.white {
    color: #000;
    font-size: 20px;
  }

  .block-heading.contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-heading.case-study {
    font-family: Gotham Bold, sans-serif;
  }

  .block-heading.header_title {
    opacity: 1;
    min-width: 180px;
    margin-bottom: 0;
    padding: 10px 0 0 10px;
    font-size: 8px;
    line-height: 10px;
  }

  .block-heading.header_title.heading_red {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 7px;
  }

  .container-6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-7 {
    margin-bottom: 60px;
  }

  .section-6.redo {
    min-height: 3500px;
  }

  .section-7 {
    justify-content: flex-start;
    align-items: center;
    min-height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tiny-caps-heading.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-field {
    letter-spacing: -.5px;
    min-height: 60px;
    padding: 10px 15px;
  }

  .text-field::placeholder {
    font-size: 15px;
    line-height: auto;
    letter-spacing: -.5px;
  }

  .tile-paragraph {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  ._2-column-container {
    flex-direction: column;
    justify-content: center;
  }

  .client-logo.baker {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .client-logo.blank, .client-logo.luce {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .client-logo.watercura {
    margin-top: 30px;
  }

  .contact-page-form {
    margin-top: 130px;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .gotham-link.white, .gotham-link.black {
    font-family: Gotham Black, sans-serif;
    font-weight: 900;
  }

  .link-block.contact.main-office {
    margin-top: auto;
  }

  .address-heading.copyright {
    letter-spacing: 1px;
    align-self: center;
    min-width: 0;
    font-family: Gotham Bold, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }

  .photo-block {
    width: 280px;
    height: 280px;
  }

  .nav-menu-footer {
    flex-direction: column;
    min-width: auto;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .paragraph.case-study {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.case-study.quote-text {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-2 {
    padding: 20px;
    top: 4px;
    left: -10px;
  }

  .form-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .form-block {
    min-width: 100%;
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .form-button {
    color: #fff;
    letter-spacing: -.5px;
    min-height: 60px;
    font-family: Gotham Book, sans-serif;
    font-size: 15px;
    line-height: 15px;
  }

  .section-12 {
    min-height: 500px;
  }

  .section-12.correction {
    flex-direction: column;
    display: block;
  }

  .section-12.ny {
    display: none;
  }

  .section-12.ny-original {
    display: block;
  }

  .office-column {
    flex-direction: column-reverse;
    display: flex;
  }

  .office-column.main-office {
    flex-direction: column;
    display: flex;
  }

  .column-11 {
    height: 50%;
  }

  .contact-column.main-office {
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .contact-column.ny-office {
    flex-direction: column;
    position: static;
  }

  .contact-column.la-office, .map.main-office.mobile, .map.ny-office, .map.la-office {
    position: static;
  }

  .case-study-video, .case-study-video.les-mills {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-slider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero-slider {
    height: 75vh;
  }

  .home-large-heading {
    margin-bottom: 40px;
  }

  .home-large-heading.video_title {
    font-size: 16px;
    line-height: 24px;
  }

  .home-slide-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/jared-rice-539485-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .home-image-hero {
    min-height: 20vh;
  }

  .home-hero-image.about.top {
    margin-top: 80px;
  }

  .client-logo-container {
    grid-column-gap: 10px;
  }

  .div-block-16 {
    min-width: 200px;
  }

  .tile-div-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .team-member-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-gotham-book {
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 24px;
  }

  .contact-heading-div-block {
    margin-top: 40px;
  }

  .office-row {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    min-height: 50vh;
  }

  .office-div-block {
    position: relative;
  }

  .office-div-block.map {
    align-self: stretch;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .office-div-block.office {
    z-index: 2;
    padding: 60px 20px;
    position: relative;
  }

  .div-block-21 {
    margin-top: 0;
  }

  .brand {
    top: 16px;
    left: 15px;
    right: auto;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
    position: static;
  }

  .footer-section {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    min-height: 300px;
    padding-right: 0;
    display: block;
  }

  .div-block-23 {
    grid-template-columns: auto;
    position: static;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .office-map {
    z-index: 1;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .office-map.la-office, .office-map.ny-office {
    align-self: center;
    position: relative;
  }

  .body-2 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .heading-3 {
    letter-spacing: -2px;
    font-family: Gotham Book, sans-serif;
    font-weight: 400;
  }

  .body-3 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-25 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .home-hero-image-2 {
    overflow: visible;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    text-align: center;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
  }

  .card-3.card3-content, .card-3.card3-content-copy, .card-4.card4-class {
    min-width: 250px;
  }

  .image-7 {
    width: 98%;
  }

  .columns-2, .columns-2.reversed-columns {
    flex-direction: column;
  }

  .column-3 {
    justify-content: center;
  }

  .column-3.float-right {
    flex-direction: row;
    justify-content: center;
  }

  .image-8 {
    width: 98%;
    margin-top: 1%;
  }

  .image-9 {
    margin-bottom: 1%;
    margin-left: 0%;
  }

  .image-10 {
    flex: 0 auto;
    display: block;
  }

  .paragraph-2 {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .heading-8 {
    font-size: 21px;
    line-height: 34px;
  }

  .bold-text {
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .paragraph-3 {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-33 {
    align-items: center;
  }

  .paragraph-4 {
    min-width: 200px;
  }

  .italic-text.quote {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .heading-10 {
    font-size: 34px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 34px;
  }

  .fullpic-profile {
    padding: 30px 30px 20px;
  }

  .block-quote-2 {
    font-size: 13px;
  }

  .section-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    color: red;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-46 {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .div-block-47 {
    flex-direction: column;
  }

  .div-block-47.hr6_article {
    flex-direction: column-reverse;
  }

  .div-block-48 {
    width: 100%;
    height: 100%;
  }

  .text-16.text-16-60 {
    font-size: 14px;
    line-height: 20px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .wrap.w80-50-start {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap.w80-50 {
    padding-top: 0;
  }

  .content4-items {
    flex-direction: column;
  }

  .div-block-50 {
    flex-direction: row;
  }

  .home-sections-wrap {
    margin-top: 20px;
  }

  .image-17, .image-18, .image-19 {
    max-width: 100%;
  }

  .heading-18 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-19 {
    font-size: 18px;
  }

  .link-10 {
    font-size: 14px;
  }
}

#w-node-_34b50a4d-5849-aebd-9489-a357e281d76f-67776ddb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bb35516b-00f7-0b19-785b-8091c4ae85f8-67776ddb, #w-node-bb35516b-00f7-0b19-785b-8091c4ae85f8-69acfb9a {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_34b50a4d-5849-aebd-9489-a357e281d76f-67776ddb {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham XLight';
  src: url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham XLight';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Bold';
  src: url('../fonts/GothamNarrow-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Medium';
  src: url('../fonts/GothamNarrow-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Bold';
  src: url('../fonts/GothamNarrow-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Book';
  src: url('../fonts/GothamNarrow-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Light';
  src: url('../fonts/GothamNarrow-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Medium';
  src: url('../fonts/GothamNarrow-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Light';
  src: url('../fonts/GothamNarrow-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Narrow Book';
  src: url('../fonts/GothamNarrow-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}