body {
  font-family: 'Helveticaneueltstd roman', sans-serif;
  text-align: center;
}

h1 {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  font-size: 3.7em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  color: #6d6e71;
  font-size: 3.4em;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  font-size: 2.6em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #f15a29;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f15a29;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  font-size: 2.9em;
  line-height: 1em;
}

p {
  font-family: 'Helveticaneueltstd roman', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

a {
  font-family: 'Helveticaneueltstd roman', sans-serif;
  color: #f15a29;
  text-decoration: underline;
}

label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

em {
  font-family: 'Helveticaneueltstd bdit', sans-serif;
  font-style: italic;
}

.logo {
  width: 200px;
  padding-top: 16px;
}

.navbar {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.nav-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
}

.customer-loyalty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/shutterstock_411200485_BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/shutterstock_411200485_BW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.slider-wrapper {
  height: 768px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide.crowd {
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/shutterstock_404283964_red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.social {
  background-image: url('../images/selfie-red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.hockey {
  background-image: url('../images/hockey_pucks_red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.ski {
  background-image: url('../images/shutterstock_127319807_red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.tiff {
  background-image: url('../images/Montreal-Jazz-Festival-Picture-red.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(241, 90, 41, 0.8)), to(rgba(241, 90, 41, 0.8))), url('../images/Montreal-Jazz-Festival-Picture-BW.png');
  background-image: url('../images/Montreal-Jazz-Festival-Picture-red.jpg'), linear-gradient(180deg, rgba(241, 90, 41, 0.8), rgba(241, 90, 41, 0.8)), url('../images/Montreal-Jazz-Festival-Picture-BW.png');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.arrow {
  display: none;
}

.nav-link {
  -webkit-transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  color: #6d6e71;
  font-size: 1.1em;
  text-align: center;
}

.nav-link:hover {
  color: #f15a29;
}

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

.nav-link.w--current:focus {
  color: #f15a29;
}

.section-padding {
  padding: 80px 20px;
  color: #6d6e71;
}

.connect {
  background-image: url('../images/shutterstock_330380069_BW-red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.bottom-padding {
  margin-bottom: 60px;
}

.font-grey {
  color: #6d6e71;
}

.social-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-filter: invert(30%);
  filter: invert(30%);
}

.section-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/shutterstock_330380069_BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/shutterstock_330380069_BW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section-5.section-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f15a29;
  font-size: 19px;
}

.contact-heading {
  color: #f15a29;
}

.contact-copy {
  font-size: 16px;
  line-height: 24px;
}

.email-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f15a29;
  font-weight: 400;
  text-decoration: none;
}

.email-link:hover {
  color: #cc471b;
}

.orange {
  color: #f15a29;
}

.map-colour {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.nav-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  z-index: 1;
}

.slide-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
}

.slide-link:hover {
  color: #ebe0e0;
}

.sub-heading-container {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.non-divider {
  display: none;
}

.body-wrapper {
  padding-top: 60px;
}

.form {
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.secondary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
}

.secondary-cta:hover {
  background-color: #d8d5d5;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-logo {
  padding: 5px 8px;
}

.samples {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sample {
  width: 33.3%;
  height: 340px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.sample.pfizer {
  background-image: url('../images/phfizer-event.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample.construx {
  background-image: url('../images/Mega-Construx.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample.nhl {
  background-image: url('../images/NHL-event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample.banff {
  background-image: url('../images/Banff.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample.kia {
  background-image: url('../images/kia-event.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-1 {
  width: 100%;
  height: 100%;
}

.feature-1.invictus {
  background-image: url('../images/invictus.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3) 33%, rgba(0, 0, 0, 0.5));
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.header-copy {
  font-size: 2em;
}

.contact-padding {
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 6px solid #f15a29;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15a29), to(#f15a29));
  background-image: linear-gradient(180deg, #f15a29, #f15a29);
}

.cta-callout {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sample-overstate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34%;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  opacity: 0;
}

.overstate-copy {
  padding-right: 20px;
  padding-left: 29px;
}

.case-study-logo {
  width: 140px;
  padding-top: 6px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span {
  color: #f15a29;
}

.container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 16px;
}

.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.engagement-padding {
  padding-bottom: 16px;
}

.careers {
  padding-bottom: 20px;
  background-color: #ebebeb;
}

.what-we-do {
  padding-top: 50px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.7em;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2em;
  }
  h6 {
    font-size: 2.5em;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .logo {
    padding-top: 10px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), -webkit-gradient(linear, left top, left bottom, from(rgba(241, 90, 41, 0.5)), to(rgba(241, 90, 41, 0.5))), url('../images/shutterstock_471932819_BW.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(180deg, rgba(241, 90, 41, 0.5), rgba(241, 90, 41, 0.5)), url('../images/shutterstock_471932819_BW.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .slider-wrapper {
    height: 600px;
  }
  .slide-content {
    height: 600px;
    padding-top: 40px;
  }
  .nav-icon {
    color: #6d6e71;
    font-size: 34px;
  }
  .nav-link {
    width: 400px;
    border-bottom: 2px solid #f15a29;
    color: #fff;
    font-size: 1.5em;
  }
  .nav-link.no-line {
    border-bottom-color: transparent;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bottom-padding {
    margin-bottom: 30px;
  }
  .logos {
    max-width: 90%;
  }
  .contact-copy {
    font-size: 1.1em;
  }
  .menu-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .body-wrapper {
    padding-top: 50px;
  }
  .contact {
    padding-right: 10px;
    padding-left: 10px;
  }
  .client-logo {
    padding: 4px 14px;
  }
  .samples {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .sample {
    width: 50%;
    height: 260px;
  }
  .header-copy {
    font-size: 1.5em;
  }
  .cta-callout {
    padding-top: 40px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .sample-overstate {
    height: 40%;
  }
  .overstate-copy {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 3.8em;
  }
  h3 {
    font-size: 1.8em;
  }
  .bottom-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .map {
    padding-right: 6px;
    padding-left: 6px;
  }
  .contact-heading {
    font-size: 1.8em;
  }
  .contact-copy {
    font-size: 1.1em;
  }
  .orange {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-heading-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .samples {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sample {
    width: 100%;
    height: 200px;
  }
  .header-copy {
    margin-bottom: 6px;
  }
  .contact-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sample-overstate {
    margin-top: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .case-study-logo {
    padding-bottom: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  h6 {
    font-size: 2.3em;
  }
  .logo {
    width: 150px;
    padding-top: 14px;
  }
  .slider-wrapper {
    height: 500px;
  }
  .slide.crowd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-content {
    height: 500px;
    padding-top: 0px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom-padding {
    margin-top: 0px;
  }
  .section-5.section-padding {
    padding-bottom: 20px;
  }
  .contact-heading {
    padding-top: 20px;
  }
  .sub-heading-container {
    display: none;
  }
  .non-divider {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subhead-dividers {
    display: none;
  }
  .client-logo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sample {
    height: 240px;
  }
  .cta-callout {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-3 {
    font-size: 2.2em;
    line-height: 1.3em;
  }
  .overstate-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
  }
  .heading-4 {
    line-height: 0.9em;
  }
}

@font-face {
  font-family: 'Helveticaneueltstd it';
  src: url('../fonts/HelveticaNeueLTStd-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd bdit';
  src: url('../fonts/HelveticaNeueLTStd-BdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}