body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-left: 100px;
  padding: 11px 32px;
  border: 2px solid #5d5d5d;
  border-radius: 8px;
  background-color: #fdfdfd;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: Kollektif, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.button:hover {
  background-color: #5d5d5d;
  color: #fff;
}

.button.w--current {
  background-color: #2e80b6;
}

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

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 5px;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 0px;
  background-color: #fff;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.hamburger-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 13px 32px 19px 19px;
  padding: 8px;
}

.hamburger-button.white {
  display: block;
  margin-top: 26px;
  margin-right: 40px;
  margin-left: 0px;
  background-color: transparent;
}

.navigation-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.95);
  text-align: center;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  display: none;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 30px;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  height: 80px;
  margin-left: 30px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 7px 20px -9px #727272;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  position: static;
  margin-top: 23px;
  margin-bottom: 87px;
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: transparent;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  position: relative;
  display: block;
  overflow: hidden;
  height: 95%;
  margin-top: 0px;
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 80px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  display: none;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

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

.section-heading.centered {
  margin-bottom: 80px;
  text-align: left;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  position: relative;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: #000;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-family: Kollektif, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 4px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  width: 100%;
  height: 310px;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: -6px 6px 26px -1px #969696;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.grid-image:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  font-family: Kollektif, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

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

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

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

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  position: static;
  display: block;
  padding-top: 42px;
  clear: none;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.mask {
  color: #fff;
}

.heading {
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 5px;
}

.paragraph {
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-right: 94px;
  padding-left: 0px;
  float: left;
  font-family: Avenirnext, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.paragraph.bot {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image {
  background-image: url('../images/photo-1515911601378-97de98db6dda.jpeg');
  background-position: 50% 0px;
  background-size: contain;
}

.image-2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block {
  width: 400px;
  height: 300px;
  float: left;
  border: 2px none #b4b4b4;
  background-image: url('../images/photo-1515911601378-97de98db6dda.jpeg');
  background-position: 50% 80%;
  background-size: cover;
  box-shadow: none;
}

.div-block-2 {
  width: 75%;
  margin-top: 41px;
  margin-left: 0px;
}

.icon {
  margin-top: 11px;
}

.nav-progress-line {
  width: 55px;
  height: 2px;
  margin-top: 5px;
  margin-left: 30px;
  background-color: #000;
}

.burger-menu {
  position: absolute;
  right: 0px;
  z-index: 5000;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.burger-menu:hover {
  opacity: 0.8;
}

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

.burger-line-1 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-2 {
  display: block;
  width: 18px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-3 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2e2e2e;
}

.div-block-3 {
  width: 250px;
  height: 2px;
}

.link-block {
  position: static;
  z-index: 1;
  height: 48px;
  margin-top: 0px;
  float: none;
  clear: none;
}

.text-block {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block:hover {
  -webkit-transform: scale3d(1.19, 1.19, 1.17);
  transform: scale3d(1.19, 1.19, 1.17);
}

.text-block.grow {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-2 {
  margin-bottom: 0px;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
}

.text-block-3 {
  margin-bottom: 0px;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
}

.strikethrough {
  width: 100%;
  height: 3px;
  margin-top: -28px;
  background-color: #d32f2f;
}

.div-block-4 {
  margin-bottom: 74px;
}

.column {
  text-align: center;
}

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

.arpl-heading {
  margin-top: 17px;
  margin-bottom: 21px;
  margin-left: 0px;
  font-family: Avenirnext, sans-serif;
  color: #212121;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

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

.heading-3 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.paragraph-2 {
  color: #fff;
}

.div-block-5 {
  color: #fff;
}

.section-2 {
  position: static;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Avenirnext, sans-serif;
  font-size: 41px;
  font-weight: 700;
  text-align: left;
}

.heading-1.center {
  font-size: 48px;
  text-align: center;
}

.div-block-6 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  margin-bottom: 0px;
  background-image: url('../images/budler-CAse-study_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-3 {
  position: relative;
  top: 0px;
  right: 0px;
}

.div-block-7 {
  position: relative;
  display: block;
  overflow: visible;
  background-image: url('../images/budler-CAse-study_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-4 {
  position: relative;
  max-width: 90%;
}

.div-block-8 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/budler-CAse-study_1.png');
  background-position: 50% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9-givemo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 15px;
  background-image: url('../images/5b51058418c95bf5bac347f0_Phones-Group.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.content-section {
  position: relative;
  box-shadow: 0 7px 20px -9px #969696;
}

.mini-title {
  position: relative;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin: 0px auto -9px;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.narrow {
  display: block;
  max-width: 1120px;
  padding-right: 3%;
  padding-bottom: 28px;
  padding-left: 3%;
  -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;
}

.content-wrapper.narrow.overlaping {
  position: relative;
  top: 0px;
  overflow: visible;
  margin-top: 23px;
  padding-top: 45px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.content-wrapper.white {
  margin-top: 15px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.content-wrapper.white.loose {
  margin-top: 60px;
  margin-bottom: 0px;
}

.credit-box {
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
}

.paragraph-3 {
  position: relative;
  margin-top: 45px;
  margin-bottom: 40px;
  float: none;
  clear: none;
  font-family: Avenirnext, sans-serif;
  font-size: 28px;
  text-align: center;
}

.paragraph-3.big {
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3.left-align {
  margin-top: 20px;
  text-align: center;
}

.paragraph-3.big {
  font-size: 30px;
  line-height: 42px;
}

.credits-box {
  display: block;
  overflow: visible;
  width: 90%;
  margin: 54px auto 20px;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.narrow-section-box {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.strikethrough-2 {
  position: relative;
  top: 11px;
  width: 100%;
  height: 3px;
  margin-top: -4px;
  background-color: #ed6a5a;
  color: #ed6a5a;
}

.title-box {
  display: inline-block;
  width: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 0px;
  text-decoration: none;
}

.info-text-box {
  text-align: center;
}

.heading-4 {
  font-family: Avenirnext, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
}

.heading-4.big {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #333;
  font-size: 50px;
  line-height: 53px;
  font-weight: 700;
}

.heading-4.big {
  font-size: 45px;
  line-height: 48px;
  text-align: center;
}

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

.bold-text {
  font-family: Kollektif, sans-serif;
}

.text-block-4 {
  font-family: Lato, sans-serif;
}

.bold-text-2 {
  font-family: Kollektif, sans-serif;
}

.text-block-5 {
  display: block;
  width: 800px;
  float: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
}

.bold-text-3 {
  font-family: Kollektif, sans-serif;
  font-weight: 700;
}

.paragraph-7 {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.paragraph-7.centered {
  text-align: center;
}

.text-block-8 {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.title {
  font-size: 47px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title.medium {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.title.medium.dark {
  position: relative;
  left: -116px;
  right: 0px;
  margin-top: 52px;
  margin-bottom: 8px;
  font-family: Avenirnext, sans-serif;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.title.medium.dark {
  margin-top: 15px;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
}

.title.medium.dark.title-big.big {
  margin-top: 0px;
}

.column-3 {
  display: block;
}

.box-button {
  display: block;
  width: 100%;
  height: 55px;
  max-width: 250px;
  margin: 30px auto 15px;
  padding: 15px 0px;
  border: 2px solid #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.box-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.box-button.process {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.box-button.title-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-button.title-box.button-box-body {
  margin-bottom: 40px;
}

.box-button.contact {
  position: relative;
  top: -5px;
  margin-bottom: 20px;
}

.box-button.contact:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.apple-devices-box {
  position: relative;
  margin-top: 40px;
}

.paragraph-8 {
  margin-top: 15px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.text-block-9 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.image-9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-11 {
  min-height: 400px;
  margin-bottom: 45px;
  background-image: url('../images/old-guy_1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph-9 {
  margin-top: 30px;
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.work-brief-box {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.work-brief-box.cs-block {
  margin-top: 17px;
}

.heading-3bud {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 186px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 3px;
}

.heading-3bud.bud {
  font-weight: 400;
}

.title-big {
  font-size: 47px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-big.medium {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.title-big.medium.dark {
  margin-top: 15px;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
}

.title-big.medium.dark.big {
  font-family: Avenirnext, sans-serif;
}

.box-button-body {
  display: block;
  width: 90%;
  height: 55px;
  max-width: 250px;
  margin: 0px auto 14px;
  padding-top: 15px;
  border: 3px solid #212121;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.box-button-body.title-box {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
}

.paragraph-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
}

.paragraph-9-bud {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 79px;
  padding-left: 79px;
}

.paragraph-9-bud.bud {
  padding-right: 5%;
  padding-left: 5%;
}

.paragraph-11 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 6px;
  padding-left: 6px;
}

.paragraph-11.bold {
  margin-left: 5%;
  text-align: left;
}

.heading-5 {
  margin: 45px 0px 20px;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}

.work-brief-title-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-12 {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-8 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.image-7 {
  display: inline-block;
  margin-top: 40px;
}

.paragraph-4 {
  margin-top: 40px;
}

.image-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-1-body {
  margin-top: -30px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Avenirnext, sans-serif;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
}

.mini-title-2 {
  position: relative;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.display-none {
  display: none;
}

.social-icon-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 20px;
  -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;
  border-radius: 50%;
  background-color: #202022;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon-big:hover {
  width: 70px;
  height: 70px;
  border: 3px solid #212121;
  background-color: transparent;
}

.social-icon-big.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.linkedin {
  background-image: url('../images/002-logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.twitter {
  background-image: url('../images/003-twitter.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.twitter {
  background-image: url('../images/003-twitter_1.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.div-block-13 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

.title-box-2 {
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
}

.social-icons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
}

.content-section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 36px;
  text-align: center;
}

.content-section-2.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 42px;
  margin-bottom: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.content-section-2.no-top-border {
  position: relative;
  padding-top: 0px;
  padding-bottom: 40px;
}

.content-section-2.gray {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.content-section-2.intro {
  overflow: visible;
  margin-top: 216px;
  padding-top: 1px;
  padding-bottom: 0px;
  text-align: center;
}

.content-section-2.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.header-box {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.mini-title-3 {
  position: relative;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.mini-title-3.footer {
  margin-top: 31px;
  margin-bottom: 83px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 11.5px;
}

.mini-title-3.footer {
  font-size: 11.5px;
}

.video {
  margin-top: 35px;
  margin-bottom: 36px;
}

.row {
  margin-top: 21px;
  margin-bottom: 21px;
}

.box-button-hero {
  display: block;
  width: 90%;
  height: 55px;
  max-width: 250px;
  margin: 25px auto 14px 109px;
  padding-top: 15px;
  border: 3px solid #212121;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.box-button-hero:hover {
  background-color: #000;
  color: #fff;
}

.box-button-hero.title-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-home {
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
}

.social-icon-black {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.social-icon-black:hover {
  opacity: 0.8;
}

.post-preview {
  width: 70%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.categories-box {
  margin-bottom: 20px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-10 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.text-block-11 {
  margin-top: 0px;
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.description-box {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  color: #212121;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.blog-right-column {
  position: relative;
  width: 30%;
  margin-top: 29px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-bottom: 80px;
  padding-left: 15px;
  border-left: 1px none #eee;
  text-align: left;
}

.social-icons-in-black {
  display: block;
  width: 90%;
  max-width: 250px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.post-content {
  position: relative;
  display: block;
  width: 90%;
  margin: -80px auto 0px;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  border: 0px solid #8d8d8d;
  background-color: #fff;
  text-align: left;
}

.category-title-box {
  display: block;
  color: #919191;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.new-heading {
  font-family: Avenirnext, sans-serif;
  font-size: 20px;
}

.preview {
  margin-top: 0px;
  float: left;
  text-align: left;
}

.post-preview-box {
  margin-top: 20px;
  margin-bottom: 1px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.post-wrapper {
  position: relative;
  margin-top: 15px;
}

.post-wrapper.preview {
  position: relative;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  float: none;
}

.div-block-14 {
  min-height: 480px;
  background-image: url('../images/office1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2 {
  display: inline-block;
  min-width: 140px;
  margin-top: 10px;
  margin-left: 135px;
  padding: 18px 35px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  padding: 15px 32px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  text-decoration: none;
}

.button-2.outline {
  position: static;
  margin-right: 11px;
  margin-left: 69px;
  padding-top: 18px;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.button-2.outline:hover {
  padding: 19px 26px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.button-2.outline.left {
  margin-left: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-2.outline.left:hover {
  padding: 19px 25px;
}

.button-2-copy {
  display: inline-block;
  min-width: 140px;
  margin-top: 23px;
  margin-left: 10px;
  padding: 18px 35px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2-copy:hover {
  padding: 15px 32px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  text-decoration: none;
}

.button-2-copy.outline {
  position: static;
  margin-right: 11px;
  margin-left: 69px;
  padding-top: 25px;
  float: right;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.button-2-copy.outline:hover {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.button-2-copy.outline.left {
  margin-left: 10px;
}

.container-2 {
  margin-top: 101px;
  margin-bottom: 119px;
}

.link-2 {
  color: #407197;
  font-size: 13.5px;
}

.link-3 {
  font-size: 14.5px;
}

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

.heading-6 {
  font-family: Kollektif, sans-serif;
}

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

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

.image-12 {
  margin-bottom: 16px;
}

.text-block-split {
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 34px;
  padding-left: 34px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.paragraph-7-centered {
  margin-top: 20px;
  padding: 2px 65px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.div-block-16 {
  position: static;
  left: -16px;
  right: 0px;
  float: right;
}

.image-13 {
  position: absolute;
  left: 950px;
  top: -150px;
  right: -3px;
  display: block;
  overflow: visible;
  margin-right: -138px;
  margin-left: -4px;
}

.heading-7 {
  margin-bottom: 21px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #a8a8a8;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}

.image-14 {
  margin-left: auto;
  padding: 0px 10px;
}

.image-15 {
  margin-left: 15%;
  padding: 20px 37px;
}

.section-3 {
  margin-right: 7%;
  margin-left: 7%;
}

.div-block-17 {
  margin-top: 40px;
  text-align: center;
}

.section-4 {
  margin-right: 7%;
  margin-left: 7%;
}

.dui-div {
  margin-top: 40px;
  text-align: center;
}

.hero-header-box-2 {
  margin-bottom: 3%;
}

.bold-text-4 {
  color: #000;
  text-align: center;
}

.div-block-18 {
  min-height: 400px;
  background-image: url('../images/old-guy.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-19 {
  margin-top: 80px;
  margin-bottom: 12px;
  padding-top: 0px;
  text-align: center;
}

.hero-section-bud {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20%;
  padding-bottom: 20%;
  -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.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Canva---Carpenters-Tools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Canva---Carpenters-Tools.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section-bud.horses {
  min-height: 800px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/5b51058418c95bf5bac347f0_Phones-Group.png');
  background-position: 50% 22px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.content-wrapper-2 {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper-2.hero {
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(78, 80, 82, 0.5);
  color: #fff;
  text-align: center;
}

.content-wrapper-2.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 3%;
  padding-bottom: 28px;
  padding-left: 3%;
}

.content-wrapper-2.narrow.overlaping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.credit-box-2 {
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
}

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

.narrow-section-box-2 {
  display: block;
  width: 90%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.strikethrough-3 {
  position: relative;
  top: 11px;
  width: 100%;
  height: 3px;
  background-color: #ed6a5a;
  color: #ed6a5a;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1%;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow.more-bottom-border {
  margin-bottom: 11%;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.header-box-2 {
  display: block;
  width: 80%;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
}

.title-box-3 {
  display: inline-block;
  width: auto;
  text-decoration: none;
}

.info-text-box-2 {
  text-align: center;
}

.image-17 {
  margin-top: 0px;
  margin-bottom: 23px;
}

.heading-8 {
  font-family: Avenirnext, sans-serif;
  font-size: 32px;
}

.heading-8.big {
  margin-top: 9px;
  font-family: Avenirnext, sans-serif;
  font-size: 45px;
  line-height: 48px;
}

.heading-8.big {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #333;
  font-size: 50px;
  line-height: 53px;
  font-weight: 700;
}

.heading-8.medium {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.heading-8.medium.black {
  color: #fff;
}

.paragraph-5 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.work-brief-title-box-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero-title {
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-title.medium {
  margin-top: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 200;
}

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

.heading-9 {
  margin-bottom: 21px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #a8a8a8;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}

.div-block-6-give {
  min-height: 400px;
  background-image: url('../images/tom-parsons-426898-unsplash.jpg');
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.social-button-2 {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button-2:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button-2.border {
  width: 70px;
  height: 70px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button-2.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.image-19 {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-left: 2px;
}

.image-18 {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-left: 2px;
}

.div-block-22 {
  border-radius: 17px;
}

.div-block-9-bud {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 15px;
  background-image: url('../images/5b51058418c95bf5bac347f0_Phones-Group.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-9-bud.bud {
  background-image: url('../images/budler-CAse-study.png');
  background-position: 0% -3%;
}

.image-20 {
  position: absolute;
  top: 67px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  max-height: 800px;
  max-width: 800px;
  min-height: 400px;
  min-width: 400px;
  margin-right: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 103px;
}

.image-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid #000;
  box-shadow: 6px 6px 24px -6px #636262;
}

.image-22 {
  box-shadow: 6px 6px 26px -1px #969696;
}

.column-6 {
  padding-right: 83px;
}

.row-2 {
  margin-top: 80px;
  margin-left: 0px;
}

.row-3 {
  margin-top: 41px;
}

.container-3 {
  margin-bottom: 40px;
  text-align: center;
}

.column-7 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-5 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-left: 0px;
}

.tesla-hero {
  position: static;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/Hero-Section-BG.png');
  background-position: 50% 100%;
  background-size: cover;
}

.tesla-hero:hover {
  color: #fff;
}

.div-block-23 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.nav-bar-teslas {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.tesla-home-logo {
  margin-top: 8px;
}

.image-23 {
  margin-top: 0px;
  margin-left: 24px;
}

.div-block-24 {
  margin-top: 16px;
  margin-right: 24px;
  float: right;
}

.div-block-25 {
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.line-1 {
  width: 16px;
  height: 1px;
  margin-top: 0px;
  float: right;
  background-color: #fff;
}

.line-2 {
  width: 16px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 0px;
  clear: none;
  background-color: #fff;
}

.line-3 {
  width: 16px;
  height: 2px;
  margin-top: 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fff;
}

.div-block-26 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 80px;
  float: right;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.nav-top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  margin-top: 8px;
  margin-right: 42px;
  padding-right: 0px;
}

.heading-11 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.link-4 {
  position: static;
  display: block;
  width: 135px;
  height: 24px;
  margin: -47px auto 0px;
  padding: 0px;
  -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;
  border: 2px solid #fff;
  border-radius: 31px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}

.link-4:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.side-bar-nav-status {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
}

.section-6 {
  margin-top: 0px;
}

.div-block-27 {
  margin-top: 124px;
  font-family: Avenirnext, sans-serif;
  font-weight: 200;
  text-align: center;
}

.center-geading {
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-28 {
  margin-top: 396px;
}

.heading-13 {
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.center-paragraph {
  margin-top: 8px;
  margin-bottom: 43px;
  padding-right: 166px;
  padding-left: 166px;
  font-family: Avenirnext, sans-serif;
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.column-10 {
  position: static;
}

.video-2 {
  margin-right: 15px;
  margin-left: -65px;
}

.image-24 {
  width: 200%;
  margin-left: -65px;
  padding-left: 0px;
}

.left-row {
  width: 25%;
  height: 100vh;
}

.right-row {
  width: 75%;
  height: 110vh;
  float: right;
}

.video-3 {
  height: 100vh;
}

.background-video {
  height: 110vh;
}

.div-block-29 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 4;
  display: inline-block;
  margin-top: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-line-1 {
  width: 32px;
  background-color: #616161;
  color: #9c9c9c;
}

.text-block-12 {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: -12px;
  margin-bottom: 0px;
  margin-left: 43px;
  padding-right: 0px;
  float: right;
  clear: none;
  border-style: none;
  border-color: #000;
  font-family: Avenirnext, sans-serif;
  color: #e0e0e0;
  font-weight: 200;
}

.nav-line-2 {
  width: 16px;
  margin-top: 32px;
  background-color: #616161;
  color: #333;
}

.nav-line-3 {
  width: 8px;
  height: 1.5px;
  margin-top: 32px;
  background-color: #616161;
  color: #9c9c9c;
}

.div-block-31 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Tesla-white-performance-1.png');
  background-position: 0px 0px;
  background-size: 2880px;
}

.container-4 {
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 98px;
  padding-left: 190px;
}

.heading-14 {
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.tesla-sub-1 {
  padding-left: 15%;
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-13 {
  margin-bottom: 10px;
  padding-left: 15%;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 200;
}

.div-block-32 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 64px;
  background-color: #000;
}

.column-11 {
  padding-left: 24px;
}

.column-12 {
  padding-left: 24px;
}

.column-13 {
  padding-left: 24px;
}

.design-one-section {
  margin-top: 69px;
}

.div-block-33 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.container-5 {
  padding-right: 96px;
  padding-left: 96px;
}

.slider {
  position: relative;
  margin-top: 0px;
}

.header-box-tesla {
  margin-top: 140px;
  margin-bottom: 125px;
}

.heading-15 {
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.paragraph-13 {
  font-family: Avenirnext, sans-serif;
  color: #979797;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.div-block-34 {
  height: 100vh;
}

.div-block-35 {
  position: relative;
  display: block;
  overflow: visible;
  height: 25%;
  margin-top: -1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
}

.div-block-36 {
  overflow: visible;
  height: 100%;
  margin-top: -161px;
  margin-bottom: 4px;
  background-image: url('../images/Colors.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-37 {
  height: 100%;
  background-image: url('../images/Design-3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-38 {
  height: 100vh;
}

.background-video-2 {
  position: relative;
  overflow: visible;
  height: 100%;
}

.div-block-39 {
  height: 120vh;
  background-image: url('../images/Model-3-Red-Rear-Sunset.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-40 {
  margin-top: 165px;
  margin-right: 0%;
  margin-left: 72px;
}

.heading-12-dark {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
}

.paragraph-14 {
  margin-top: 8px;
  padding-right: 16px;
  font-family: Avenirnext, sans-serif;
  color: #333;
  font-weight: 200;
}

.header-box-design {
  margin-top: 100px;
  margin-bottom: 18px;
}

.div-block-41 {
  background-image: url('../images/LEARN-MORE.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-25 {
  margin-top: 0px;
  margin-left: 0px;
}

.div-block-42 {
  margin-top: 465px;
  margin-left: 72px;
}

.container-6 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 1px;
  margin-bottom: 42px;
  padding-right: 8px;
  padding-left: 8px;
}

.row-4 {
  margin-right: 24px;
  margin-bottom: 40px;
  margin-left: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

.heading-16 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 133px;
  float: right;
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-43 {
  width: 36px;
  height: 21px;
  margin-top: 17px;
  margin-left: 44px;
  float: left;
  background-image: url('../images/6e96ebab9ffa630d593b91cd91608ef7_16e96ebab9ffa630d593b91cd91608ef7.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tesla-body-2 {
  padding-right: 6px;
  padding-left: 6px;
  float: right;
  font-family: Avenirnext, sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}

.heading-16-mid {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 127px;
  float: right;
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-16-right {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 104px;
  float: right;
  font-family: Avenirnext, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-44 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 48px;
  margin-top: 43px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #616161;
}

.image-26 {
  position: static;
  left: 0px;
  bottom: 0px;
  margin-left: 14px;
  float: right;
}

.div-block-45 {
  width: 344px;
  height: 202px;
  margin-left: 191px;
  float: left;
}

.background-video-3 {
  position: relative;
  display: block;
  overflow: visible;
  height: 202px;
}

.div-block-46 {
  margin-top: 252px;
  margin-right: -27px;
  margin-left: 0px;
  float: right;
}

.image-27 {
  margin-top: 81px;
  margin-left: 33px;
}

.div-block-47 {
  margin-right: 0px;
}

.image-28 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 2px;
  margin-right: 36px;
}

.text-block-14 {
  margin-top: 16px;
  margin-left: 27px;
  padding-right: 0px;
  padding-left: 34px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 15px;
  font-weight: 200;
  text-align: left;
}

.text-block-14-copy {
  margin: 16px -126px 28px 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Avenirnext, sans-serif;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 15px;
  font-weight: 200;
  text-align: left;
}

.image-29 {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  margin-left: 24px;
}

.div-block-48 {
  position: relative;
  left: 204px;
  top: -313px;
  right: -44px;
  width: 300px;
  height: 62px;
  margin-bottom: 0px;
}

.text-block-15 {
  position: relative;
  top: 0px;
  right: 0px;
  overflow: hidden;
  font-family: Avenirnext, sans-serif;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
}

.div-block-49 {
  position: relative;
  left: 283px;
  top: 224px;
  right: 0px;
}

.text-block-16 {
  font-family: Avenirnext, sans-serif;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
}

.container-7 {
  margin-top: -491px;
  padding-left: 0px;
}

.header-box-design-copy {
  margin-top: 0px;
  margin-bottom: 18px;
}

.heading-12-black {
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #e7e7e7;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-12-black {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Avenirnext, sans-serif;
  color: #616161;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}

.div-block-50 {
  padding-right: 104px;
}

.link-5 {
  width: 175px;
  height: 27px;
  margin-top: 14px;
  margin-right: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  clear: none;
  border: 2px solid #616161;
  border-radius: 30px;
  background-color: transparent;
  font-family: Avenirnext, sans-serif;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.heading-12-black-two {
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-12-black-copy {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 371px;
  padding-left: 0px;
  font-family: Avenirnext, sans-serif;
  color: #616161;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}

.container-7-copy {
  margin-top: -674px;
  padding-left: 0px;
}

.order-now-container {
  margin-top: -665px;
  padding-right: 362px;
  padding-left: 0px;
}

.heading-12-black-three {
  margin-bottom: 0px;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.div-block-51 {
  padding-right: 69px;
}

.div-block-52 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 148px;
  margin-top: 475px;
}

.text-block-17 {
  position: static;
  display: block;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 18px;
  float: right;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.slide-2 {
  background-image: url('../images/Model-3-Red-Rear-Sunset.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-53 {
  width: 700px;
  height: 400px;
}

.mask-2 {
  width: 700px;
  height: 400px;
}

.slider-2 {
  width: 700px;
  height: 400px;
}

.slide-3 {
  position: relative;
  overflow: visible;
  background-image: url('../images/Screen-Shot-2018-08-24-at-3.38.48-PM.png');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Screen-Shot-2018-08-24-at-3.44.47-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Screen-Shot-2018-08-24-at-3.38.40-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Screen-Shot-2018-08-24-at-3.44.26-PM.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-15 {
  padding-right: 48px;
  font-family: Avenirnext, sans-serif;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  text-align: center;
}

.container-6-copy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -55px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 115px;
}

.heading-16-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 84px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.tesla-body-2-copy {
  padding-right: 6px;
  padding-left: 6px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #616161;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}

.heading-16-mid-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 67px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.heading-16-right-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 65px;
  float: right;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.div-block-44-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 48px;
  margin-top: 43px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 97, 97, 0.38)), to(rgba(97, 97, 97, 0.38)));
  background-image: linear-gradient(180deg, rgba(97, 97, 97, 0.38), rgba(97, 97, 97, 0.38));
  color: #616161;
}

.div-block-9-bud-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 15px;
  background-image: url('../images/5b51058418c95bf5bac347f0_Phones-Group.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-9-bud-copy.bud {
  background-image: url('../images/budler-CAse-study.png');
  background-position: 0% -3%;
}

.div-block-9-bud-copy-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 15px;
  background-image: url('../images/5b51058418c95bf5bac347f0_Phones-Group.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-9-bud-copy-copy.bud {
  background-image: url('../images/budler-CAse-study.png');
  background-position: 0% -3%;
}

.aprl-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 15px;
  background-image: url('../images/Aprl-Hero.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.aprl-header.bud {
  background-image: url('../images/budler-CAse-study.png');
  background-position: 0% -3%;
}

.paragraph-16 {
  margin-top: 16px;
}

.column-14 {
  padding-left: 0px;
}

.column-15 {
  padding-left: 0px;
}

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

.slide-7 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.20.12-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  display: block;
  width: 340px;
  height: 570px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: -37px;
}

.slide-8 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.20.48-AM.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.20.58-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.26.44-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.28.40-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Screen-Shot-2018-08-29-at-11.20.33-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-30 {
  box-shadow: 8px 8px 20px -2px rgba(0, 0, 0, 0.21);
}

.image-31 {
  box-shadow: 8px 8px 20px -2px rgba(0, 0, 0, 0.21);
}

.image-32 {
  box-shadow: 8px 8px 20px -2px #000;
}

.div-block-55 {
  margin-bottom: 39px;
}

.image-33 {
  display: block;
  margin: 16px auto 15px;
}

.image-34 {
  display: block;
  width: 100%;
  margin: 16px auto;
}

.div-block-56 {
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #000;
  color: #000;
}

.subheader-1 {
  margin-top: 16px;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}

.image-35 {
  margin-top: 24px;
}

.image-47 {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.image-37 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.big-number {
  font-family: Avenirnext, sans-serif;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
}

.text-block-18 {
  margin-top: 32px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
}

.row-5 {
  margin-top: 68px;
}

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

.background-video-4 {
  position: relative;
  display: inline-block;
  overflow: scroll;
  margin-top: 40px;
  margin-right: -122px;
  margin-left: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57 {
  width: 400px;
  height: 700px;
}

.div-block-58 {
  display: block;
  width: 250px;
  height: 405px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
}

.image-38 {
  margin-top: 15px;
}

.image-39 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.link-6 {
  color: #333;
}

.link-7 {
  color: #333;
}

.link-8 {
  color: #333;
}

.link-9 {
  color: #333;
}

.bold-text-7 {
  font-weight: 700;
}

.employee-div {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.employee-div:hover {
  -webkit-transform: translate(10px, 0px) translate(0px, 0px);
  -ms-transform: translate(10px, 0px) translate(0px, 0px);
  transform: translate(10px, 0px) translate(0px, 0px);
  color: #000;
  font-weight: 700;
}

.client-list-class {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  cursor: default;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.text-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.contact-text {
  display: block;
  margin-bottom: 10px;
  font-family: Avenirnext, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #333;
  opacity: 0.2;
  color: #333;
  font-weight: 700;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.close-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  float: right;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #333;
}

.success-message-2 {
  background-color: #2bab68;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.contact-overlay:active {
  display: none;
}

.form-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  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-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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.container-9 {
  height: 90%;
  padding-bottom: 0px;
}

.employee-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.div-block-59 {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.william-grogram-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.liam-grogan-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.robert-mckenna-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.nancy-mattingly-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.david-huber-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.brian-tinley-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.heading-17 {
  margin-top: 20px;
  font-family: Avenirnext, sans-serif;
  font-size: 20px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto minmax(auto, 0.25fr);
  grid-template-rows: auto minmax(auto, 0.25fr);
}

.image-40 {
  position: relative;
  right: 0px;
  display: block;
  margin-left: 0px;
  box-shadow: -6px 6px 26px -1px #969696;
  text-align: left;
}

.column-16 {
  padding-left: 0px;
}

.pre-construction-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.pre-construction-text {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 15px;
}

.bulleted-list-box {
  padding: 5px 20px 5px 27px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.pre-construction-text-bottom {
  display: block;
  padding: 5px 20px 20px;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 15px;
}

.divider-line-1 {
  display: block;
  width: 160px;
  height: 2px;
  margin: 10px auto;
  border: 2px none #fff;
  background-color: #fff;
  opacity: 0.2;
  font-family: Acme, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.buttonclass {
  display: inline-block;
  min-width: 140px;
  margin-top: 23px;
  margin-left: 10px;
  padding: 18px 25px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.buttonclass:hover {
  padding: 15px 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  text-decoration: none;
}

.buttonclass.outline {
  position: static;
  margin-right: 11px;
  margin-left: 69px;
  padding-top: 25px;
  float: right;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.buttonclass.outline:hover {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.buttonclass.outline.left {
  margin-left: 10px;
}

.buttonclass.whitebutton {
  float: right;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.buttonclass.whitebutton:hover {
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  background-color: #000;
  color: #fff;
}

.buttonclass.whitebutton.testimonial-button {
  display: none;
}

.construction-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.post-construction-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.maintenance-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.contact-heading-2 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.contact-text-2 {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.small-divider-2 {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.close-link-2 {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link-2:hover {
  opacity: 1;
  color: #fff;
}

.form-wrapper-3 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.container-10 {
  padding-bottom: 0px;
}

.footer-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #2a2a2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #55acee;
}

.text-block-19 {
  display: block;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footerlink {
  color: #777474;
}

.footerlink:hover {
  color: #e0e0e0;
}

.employee-div-background {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
}

.employee-name-class {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #333;
  font-size: 20px;
  line-height: 32px;
}

.close-link-employees {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  float: right;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Avenirnext, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.close-link-employees:hover {
  opacity: 1;
  color: #333;
}

.image-41 {
  padding-top: 15px;
}

.iailogo {
  margin-top: 20px;
  padding-bottom: 10px;
}

.body {
  overflow: visible;
}

.innerworkings-heading-shrink {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Avenirnext, sans-serif;
  font-size: 41px;
  font-weight: 700;
  text-align: left;
}

.innerworkings-heading-shrink.center {
  font-size: 48px;
  text-align: center;
}

.accordion-item {
  position: relative;
  z-index: 1;
  font-family: Kollektif, sans-serif;
  font-size: 22px;
}

.menu-item-main {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-right: 14px;
  padding-left: 14px;
  float: left;
  clear: both;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-item-main:hover {
  -webkit-transform: scale3d(1.19, 1.19, 1.17);
  transform: scale3d(1.19, 1.19, 1.17);
}

.menu-item-main.grow {
  padding-right: 10px;
  padding-left: 10px;
}

.accordion-item-content {
  display: block;
  padding-top: 10px;
}

.accordion-item-content.project-accordion-stuff {
  display: inline;
  padding-top: 0px;
}

.project-link-block-class {
  position: static;
  z-index: 1;
  height: 48px;
  margin-top: 74px;
  float: none;
  clear: none;
}

.project-accordion-link-text {
  display: inline;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-accordion-link-text:hover {
  -webkit-transform: scale3d(1.19, 1.19, 1.17);
  transform: scale3d(1.19, 1.19, 1.17);
}

.project-accordion-link-text.grow {
  padding-right: 10px;
  padding-left: 10px;
}

.link-10 {
  color: #333;
}

.project-link-class {
  color: #333;
}

.project-accordion-link-text-top {
  display: inline;
  margin-top: 0px;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-accordion-link-text-top:hover {
  -webkit-transform: scale3d(1.19, 1.19, 1.17);
  transform: scale3d(1.19, 1.19, 1.17);
}

.project-accordion-link-text-top.grow {
  padding-right: 10px;
  padding-left: 10px;
}

.link-block-bottom {
  position: static;
  z-index: 1;
  height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
}

.image-42 {
  max-height: 50%;
  max-width: 50%;
}

.div-block-60 {
  display: inline-block;
  float: none;
}

.image-43 {
  margin-left: 0px;
  float: none;
}

.bill-grogan {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.bill-grogan.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.bill-grogan.employee-list-class:hover {
  color: #212121;
  font-weight: 700;
}

.robert-mckenna {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.robert-mckenna.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.robert-mckenna.employee-list-class:hover {
  font-weight: 700;
}

.david-huber {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.david-huber.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.david-huber.employee-list-class:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  font-weight: 700;
}

.liam-grogan {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.liam-grogan.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.liam-grogan.employee-list-class:hover {
  font-weight: 700;
}

.michael-robinson {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.michael-robinson.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.michael-robinson.employee-list-class:hover {
  font-weight: 700;
}

.chris-kliewer {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.chris-kliewer.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.chris-kliewer.employee-list-class:hover {
  font-weight: 700;
}

.brian-tinley {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.brian-tinley.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.brian-tinley.employee-list-class:hover {
  font-weight: 700;
}

.ryan-mckenna {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.ryan-mckenna.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.ryan-mckenna.employee-list-class:hover {
  font-weight: 700;
}

.bryan-sink {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.bryan-sink.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.bryan-sink.employee-list-class:hover {
  font-weight: 700;
}

.rocco-guerra {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.rocco-guerra.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.rocco-guerra.employee-list-class:hover {
  font-weight: 700;
}

.jim-pecante {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.jim-pecante.employee-list-class {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.jim-pecante.employee-list-class:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-weight: 700;
}

.nancy-mattingly {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.nancy-mattingly.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.nancy-mattingly.employee-list-class:hover {
  font-weight: 700;
}

.aida-acosta {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.aida-acosta.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.aida-acosta.employee-list-class:hover {
  font-weight: 700;
}

.norma-leanos {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.norma-leanos.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.norma-leanos.employee-list-class:hover {
  font-weight: 700;
}

.katie-redinger {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.katie-redinger.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.katie-redinger.employee-list-class:hover {
  font-weight: 700;
}

.desiree-beuder {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.desiree-beuder.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.desiree-beuder.employee-list-class:hover {
  font-weight: 700;
}

.glenda-johnson {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.glenda-johnson.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.glenda-johnson.employee-list-class:hover {
  font-weight: 700;
}

.brittany-williams {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.brittany-williams.employee-list-class {
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
  font-size: 14px;
  line-height: 22px;
}

.brittany-williams.employee-list-class:hover {
  font-weight: 700;
}

.michael-robinson-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.chris-kliewer-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.ryan-mckenna-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.bryan-sink-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.rocco-guerra-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.jim-pecante-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.aida-acosta-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.norma-leanos-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.katie-redinger-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.desiree-beuder-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.glenda-johnson-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.brittany-williams-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.paragraph-17 {
  margin-bottom: 0px;
  color: #a8a8a8;
  font-size: 12px;
}

.employee-title {
  margin-bottom: 0px;
  color: #a8a8a8;
  font-size: 12px;
}

.employee-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 7px auto;
  background-color: #333;
  opacity: 0.2;
  color: #333;
  font-weight: 700;
}

.desktop-image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.intro-paragraph {
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-right: 94px;
  padding-left: 0px;
  float: left;
  font-family: Avenirnext, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.intro-paragraph.bot {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.main-heading-home-page {
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
}

.horizontal-line {
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #000;
  color: #000;
}

.bottom-text-bumper {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.line-on-mobile {
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #000;
  color: #000;
}

.final-thoughts-bumper {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.home-buttons {
  display: inline-block;
  min-width: 140px;
  margin-top: 23px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 18px 25px;
  float: none;
  border: 3px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-buttons:hover {
  padding: 18px 25px;
  border: 3px solid #2e2e2e;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}

.home-buttons.outline {
  position: static;
  margin-right: 11px;
  margin-left: 69px;
  padding-top: 25px;
  float: right;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.home-buttons.outline:hover {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.home-buttons.outline.left {
  margin-left: 10px;
}

.home-buttons.whitebutton {
  float: right;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.home-buttons.whitebutton:hover {
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  background-color: #000;
  color: #fff;
}

.home-buttons.whitebutton.testimonial-button {
  display: none;
}

.home-buttons.sub-page-class {
  margin-right: 0px;
  float: right;
}

.home-buttons-mobile {
  display: inline-block;
  min-width: 140px;
  margin-top: 23px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 18px 25px;
  float: none;
  border: 3px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-buttons-mobile:hover {
  padding: 18px 25px;
  border: 3px solid #2e2e2e;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}

.home-buttons-mobile.outline {
  position: static;
  margin-right: 11px;
  margin-left: 69px;
  padding-top: 25px;
  float: right;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.home-buttons-mobile.outline:hover {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.home-buttons-mobile.outline.left {
  margin-left: 10px;
}

.home-buttons-mobile.whitebutton {
  float: right;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.home-buttons-mobile.whitebutton:hover {
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  background-color: #000;
  color: #fff;
}

.home-buttons-mobile.whitebutton.testimonial-button {
  display: none;
}

.home-buttons-mobile.sub-page-class {
  margin-right: 0px;
  float: right;
}

.hover-effect:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.div-block-14-mobile {
  min-height: 480px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.text-block-20 {
  padding-top: 5px;
  font-family: Kollektif, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.text-block-21 {
  padding-top: 30px;
  font-family: Kollektif, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.div-block-62 {
  display: inline-block;
}

.text-block-22 {
  font-family: Kollektif, sans-serif;
  font-size: 22px;
}

.project-fonts {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 22px;
}

.project-fonts:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bullet-point-div {
  display: inline;
  font-size: 22px;
}

.project-list {
  padding-top: 5px;
}

.spec-suite-heading {
  padding-top: 15px;
}

.spec-suite-list {
  padding-top: 14px;
}

.text-block-23 {
  display: block;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 24px;
}

.link-11 {
  display: inline;
}

.link-12 {
  display: inline;
}

.accordion-item-content-mobile {
  overflow: hidden;
}

.project-link-class-2 {
  padding-right: 5px;
  padding-left: 5px;
  color: #333;
  line-height: 22px;
}

.project-link-class-2:hover {
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #333;
  font-size: 23px;
  text-shadow: 1px 1px 1px #000;
}

.text-block-24 {
  display: inline;
  font-size: 22px;
  text-align: center;
}

.bullet-point {
  display: inline;
  font-size: 22px;
  text-align: center;
}

.middle-blank-separator {
  display: block;
  color: transparent;
  font-size: 8px;
  line-height: 8px;
  text-align: center;
}

.accordion-item-content-2 {
  overflow: hidden;
}

.menu-item-div {
  margin-top: 40px;
  margin-bottom: 0px;
}

.menu-item-accordion {
  position: relative;
  z-index: 1;
  display: inline;
  margin-top: 0px;
  padding-right: 14px;
  padding-left: 14px;
  float: left;
  clear: both;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Kollektif, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-item-accordion:hover {
  -webkit-transform: scale3d(1.19, 1.19, 1.17);
  transform: scale3d(1.19, 1.19, 1.17);
}

.menu-item-accordion.grow {
  padding-right: 10px;
  padding-left: 10px;
}

.menu-item-div-bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.menu-item-div-projects {
  margin-top: 40px;
  margin-bottom: 20px;
}

.menu-item-div-about {
  margin-top: 20px;
  margin-bottom: 0px;
}

.div-block-63 {
  display: block;
}

.accordion-item-content-desktop {
  overflow: hidden;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="initial-appearance-macbook"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-down-hero-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="move-up-hero-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-william-grogan"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-robert-mckenna"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-david-huber"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-liam-grogan"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-michael-robinson"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-chris-kliewer"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-brian-tinley"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-ryan-mckenna"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-bryan-sink"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-rocco-guerra"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-jim-pecante"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-nancy-mattingly"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-aida-acosta"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-norma-leanos"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-katie-redinger"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-desiree-beuder"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-glenda-johnson"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-brittany-williams"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-pre-construction-overlay"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-construction-overlay"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-post-construction-overlay"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-maintenance-overlay"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="show-contact-overlay"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 15px;
  }

  .navigation-link.white {
    text-align: center;
  }

  .navigation-bar.dark {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    margin-right: 20px;
    background-color: transparent;
    color: #fff;
  }

  .hamburger-button.white.w--open:active {
    background-color: #fff;
  }

  .navigation-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: hsla(0, 0%, 100%, 0.95);
    box-shadow: 0 4px 22px 2px #616161;
  }

  .brand-text {
    margin-left: 20px;
  }

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

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .paragraph {
    padding-left: 0px;
    font-size: 18px;
  }

  .div-block-2 {
    width: 100%;
  }

  .icon {
    color: #000;
  }

  .burger-menu {
    margin-top: 10px;
  }

  .link-block {
    margin-top: 0px;
  }

  .content-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .content-wrapper.narrow.overlaping {
    width: 90%;
    margin-top: 0px;
    padding-top: 35px;
  }

  .credit-box {
    font-size: 12px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .paragraph-3.big {
    font-size: 24px;
    line-height: 45px;
  }

  .paragraph-3.left-align {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-3.big {
    font-size: 26px;
    line-height: 45px;
  }

  .credits-box {
    width: 90%;
  }

  .paragraph-7 {
    padding-right: 3%;
    padding-left: 0%;
  }

  .text-block-8 {
    padding-bottom: 25px;
    font-size: 16px;
  }

  .title {
    font-size: 42px;
  }

  .box-button {
    margin-bottom: 22px;
    padding-top: 15px;
  }

  .apple-devices-box {
    overflow: hidden;
  }

  .paragraph-8 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .heading-3bud {
    padding-right: 103px;
    padding-left: 103px;
    font-weight: 400;
  }

  .title-big {
    font-size: 42px;
  }

  .title-big.medium.dark.big {
    margin-top: 0px;
  }

  .box-button-body {
    margin-bottom: 22px;
    padding-top: 15px;
  }

  .paragraph-11 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .heading-5 {
    font-family: Kollektif, sans-serif;
  }

  .paragraph-4 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-1-body {
    font-size: 40px;
  }

  .social-icons-box {
    padding-right: 11%;
    padding-left: 11%;
  }

  .header-box {
    width: 90%;
  }

  .box-button-hero {
    margin-bottom: 22px;
    padding-top: 15px;
  }

  .heading-home {
    font-size: 48px;
  }

  .description-box {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 0px;
    float: none;
  }

  .social-icons-in-black {
    display: block;
  }

  .post-content {
    border-width: 0px;
  }

  .new-heading {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  .post-preview-box {
    margin-bottom: 0px;
  }

  .div-block-14 {
    min-height: 400px;
    background-image: url('../images/office1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: url('../images/office1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .button-2.outline {
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2.outline.left {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2.outline.left:hover {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2-copy.outline {
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 25px;
  }

  .button-2-copy.outline.left {
    margin-right: 107px;
    margin-left: 2px;
  }

  .container-2 {
    margin-top: 40px;
    margin-bottom: 211px;
  }

  .paragraph-7-centered {
    padding-right: 3%;
    padding-left: 3%;
  }

  .image-13 {
    left: 600px;
    top: -250px;
    z-index: 0;
  }

  .section-3 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .section-4 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .bold-text-4 {
    margin-bottom: 1px;
  }

  .hero-section-bud {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Canva---Carpenters-Tools.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Canva---Carpenters-Tools.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .content-wrapper-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-2.hero {
    margin-top: 30px;
    padding-right: 0px;
  }

  .content-wrapper-2.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .content-wrapper-2.narrow.overlaping {
    width: 90%;
    margin-top: -150px;
    padding-top: 35px;
  }

  .header-box-2 {
    width: 90%;
  }

  .hero-title {
    font-size: 40px;
    line-height: 43px;
  }

  .hero-title.medium {
    font-size: 32px;
  }

  .social-button-2.border {
    width: 70px;
    height: 70px;
  }

  .image-19 {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-left: 2px;
  }

  .image-18 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 7px;
    margin-left: 2px;
    padding: 0px;
  }

  .image-20 {
    top: 72px;
    right: 0px;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper-2 {
    width: 70%;
  }

  .employee-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .william-grogram-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .liam-grogan-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .robert-mckenna-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .nancy-mattingly-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .david-huber-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .brian-tinley-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .pre-construction-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .buttonclass.outline {
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 25px;
  }

  .buttonclass.outline.left {
    margin-right: 107px;
    margin-left: 2px;
  }

  .buttonclass.whitebutton {
    width: 100%;
    margin-left: 0px;
  }

  .construction-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .post-construction-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .maintenance-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper-3 {
    width: 70%;
  }

  .menu-item-main {
    margin-top: 0px;
  }

  .link-block-bottom {
    margin-top: 0px;
  }

  .michael-robinson-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .chris-kliewer-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .ryan-mckenna-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .bryan-sink-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .rocco-guerra-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .jim-pecante-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .aida-acosta-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .norma-leanos-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .katie-redinger-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .desiree-beuder-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .glenda-johnson-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .brittany-williams-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

  .tablet-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .intro-paragraph {
    padding-left: 0px;
    font-size: 18px;
  }

  .main-heading-home-page {
    font-size: 48px;
  }

  .bottom-text-bumper {
    padding-bottom: 25px;
    font-size: 16px;
  }

  .final-thoughts-bumper {
    padding-bottom: 25px;
    font-size: 16px;
  }

  .home-buttons {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }

  .home-buttons.outline {
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 25px;
  }

  .home-buttons.outline.left {
    margin-right: 107px;
    margin-left: 2px;
  }

  .home-buttons.whitebutton {
    width: 100%;
    margin-left: 0px;
  }

  .home-buttons-mobile {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }

  .home-buttons-mobile.outline {
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 25px;
  }

  .home-buttons-mobile.outline.left {
    margin-right: 107px;
    margin-left: 2px;
  }

  .home-buttons-mobile.whitebutton {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-14-mobile {
    min-height: 300px;
  }

  .menu-item-div {
    margin-bottom: 20px;
  }

  .menu-item-accordion {
    margin-top: 25px;
  }

  .menu-item-div-bottom {
    padding-bottom: 25px;
  }

  .menu-item-div-projects {
    margin-bottom: 20px;
  }

  .menu-item-div-about {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-button.w--open {
    background-color: transparent;
  }

  .navigation-menu {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .section {
    margin-top: 90px;
    padding: 30px 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .hero-section {
    margin-top: 0px;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-image {
    width: auto;
    height: auto;
  }

  .grid-fours {
    width: 33.33%;
  }

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

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

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

  .paragraph {
    padding-right: 73px;
    padding-left: 0px;
    font-size: 18px;
  }

  .burger-menu {
    margin-top: 10px;
  }

  .link-block {
    margin-top: 0px;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper.narrow.overlaping {
    padding-right: 4%;
    padding-left: 4%;
  }

  .content-wrapper.white.loose {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .credit-box {
    width: 31%;
  }

  .paragraph-3 {
    font-size: 21px;
  }

  .credits-box {
    width: 100%;
  }

  .paragraph-7 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .text-block-8 {
    padding-bottom: 25px;
  }

  .title {
    font-size: 38px;
  }

  .apple-devices-box {
    margin-top: 40px;
  }

  .title-big {
    font-size: 38px;
  }

  .paragraph-11 {
    font-size: 21px;
  }

  .social-icons-box {
    padding-right: 5%;
    padding-left: 5%;
  }

  .content-section-2.intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-home {
    padding-right: 88px;
    font-size: 43px;
  }

  .post-preview {
    width: 100%;
  }

  .description-box {
    padding-right: 0px;
  }

  .blog-right-column {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    float: none;
  }

  .social-icons-in-black {
    text-align: center;
  }

  .post-content {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .post-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .button-2.outline {
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 35px;
  }

  .button-2.outline.left {
    margin-right: 0px;
    margin-left: 5px;
  }

  .button-2-copy {
    margin-right: 10px;
  }

  .button-2-copy.outline {
    margin-left: 45px;
    padding-right: 36px;
  }

  .button-2-copy.outline.left {
    margin-right: 111px;
    margin-left: 3px;
  }

  .image-13 {
    left: 400px;
  }

  .section-3 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .content-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-2.hero {
    width: 90%;
    padding-right: 0px;
  }

  .content-wrapper-2.narrow.overlaping {
    padding-right: 4%;
    padding-left: 4%;
  }

  .credit-box-2 {
    width: 31%;
  }

  .heading-8.medium {
    font-size: 70px;
    line-height: 70px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 35px;
  }

  .hero-title.medium {
    font-size: 30px;
    line-height: 35px;
  }

  .image-20 {
    top: 73px;
    right: 0px;
  }

  .column-4 {
    padding-left: 44px;
  }

  .image-21 {
    padding-left: 0px;
  }

  .column-5 {
    margin-top: -55px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .container-8 {
    padding-left: 3%;
  }

  .text-block-18 {
    margin-bottom: 41px;
    padding-right: 78px;
    padding-left: 78px;
    font-size: 14px;
  }

  .video-4 {
    margin-top: -39px;
  }

  .form-wrapper-2 {
    width: 80%;
  }

  .buttonclass {
    margin-right: 10px;
  }

  .buttonclass.outline {
    margin-left: 45px;
    padding-right: 36px;
  }

  .buttonclass.outline.left {
    margin-right: 111px;
    margin-left: 3px;
  }

  .buttonclass.whitebutton {
    margin-right: 0px;
  }

  .form-wrapper-3 {
    width: 80%;
  }

  .menu-item-main {
    margin-top: 0px;
  }

  .link-block-bottom {
    margin-top: 0px;
  }

  .mobile-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .intro-paragraph {
    padding-right: 73px;
    padding-left: 0px;
    font-size: 18px;
  }

  .main-heading-home-page {
    padding-right: 88px;
    font-size: 43px;
  }

  .bottom-text-bumper {
    padding-bottom: 25px;
  }

  .final-thoughts-bumper {
    padding-bottom: 25px;
  }

  .home-buttons {
    margin-right: 10px;
  }

  .home-buttons.outline {
    margin-left: 45px;
    padding-right: 36px;
  }

  .home-buttons.outline.left {
    margin-right: 111px;
    margin-left: 3px;
  }

  .home-buttons.whitebutton {
    margin-right: 0px;
  }

  .home-buttons-mobile {
    margin-right: 10px;
  }

  .home-buttons-mobile.outline {
    margin-left: 45px;
    padding-right: 36px;
  }

  .home-buttons-mobile.outline.left {
    margin-right: 111px;
    margin-left: 3px;
  }

  .home-buttons-mobile.whitebutton {
    margin-right: 0px;
  }

  .div-block-14-mobile {
    min-height: 400px;
    background-image: url('../images/office1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: url('../images/office1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .menu-item-div {
    margin-bottom: 20px;
  }

  .menu-item-div-bottom {
    padding-bottom: 15px;
  }

  .menu-item-div-projects {
    margin-bottom: 20px;
  }

  .menu-item-div-about {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    position: relative;
    display: inline-block;
    margin-left: 25%;
    padding-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button.tab {
    margin-bottom: 9px;
  }

  .navigation-bar.dark {
    overflow: visible;
  }

  .hamburger-button.white {
    overflow: visible;
    margin-top: 10px;
    padding: 15px;
    background-color: #fff;
  }

  .hamburger-button.white:active {
    background-color: #fff;
  }

  .navigation-menu {
    overflow: visible;
    background-color: hsla(0, 0%, 100%, 0.91);
  }

  .brand-text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .brand-link.left-spacing.w--current {
    overflow: visible;
    height: 50px;
    margin-left: 15px;
  }

  .section {
    overflow: hidden;
    margin-top: 0px;
    padding: 4px 0px 0px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    overflow: visible;
    width: 100%;
    margin: 76px 0% 0px;
    padding-top: 0px;
  }

  .section-heading.centered {
    margin-top: 40px;
  }

  .grid-image {
    margin-top: 1px;
    margin-bottom: 33px;
  }

  .grid-fours {
    width: 50%;
  }

  .content-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    margin-left: 4px;
    padding-left: 2%;
    font-size: 32px;
  }

  .paragraph {
    margin-top: 19px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Kollektif, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 2px;
  }

  .paragraph.bot {
    margin-bottom: 9px;
    font-family: Avenirnext, sans-serif;
  }

  .div-block {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    max-height: 300px;
    max-width: 400px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-2 {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .nav-progress-line {
    width: 40px;
    margin-top: 7px;
    margin-left: 1px;
  }

  .burger-menu {
    margin-top: 10px;
  }

  .link-block {
    position: static;
    display: inline-block;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .link-block.w--current {
    margin-top: 35px;
  }

  .text-block {
    position: relative;
    font-size: 28px;
  }

  .arpl-heading {
    margin: 5px 5% 0px;
    font-size: 14px;
  }

  .heading-1 {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 33px;
  }

  .div-block-9-givemo {
    position: relative;
    overflow: visible;
    margin-top: 68px;
    margin-left: 0px;
    background-position: -166px 0px;
  }

  .content-wrapper {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper.narrow {
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .content-wrapper.narrow.overlaping {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .content-wrapper.white.loose {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .credit-box {
    display: block;
    width: 90%;
    margin: 11px auto 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: none;
  }

  .paragraph-3 {
    margin-bottom: 0px;
  }

  .paragraph-3.big {
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-3.left-align {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 3%;
    padding-left: 3%;
    text-align: center;
  }

  .paragraph-3.big {
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .narrow-section-box {
    margin-top: 27px;
  }

  .title-box {
    margin-bottom: 13px;
  }

  .info-text-box {
    margin-bottom: 10px;
  }

  .heading-4.big {
    font-size: 44px;
  }

  .heading-4.big {
    padding-right: 3%;
    padding-left: 3%;
  }

  .bold-text-3 {
    margin-left: 5%;
    text-align: center;
  }

  .text-block-7 {
    position: static;
  }

  .paragraph-7 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 0%;
    padding-bottom: 10px;
    padding-left: 0%;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
  }

  .text-block-8 {
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 25px;
    font-size: 16px;
    text-align: left;
  }

  .title {
    font-size: 34px;
    letter-spacing: 4px;
  }

  .title.medium.dark {
    left: 0px;
    margin-top: 53px;
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .title.medium.dark {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .column-3 {
    margin-top: 30px;
  }

  .box-button {
    width: 95%;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .box-button.title-box {
    margin-top: 30px;
  }

  .apple-devices-box {
    margin-top: 20px;
  }

  .image-9 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-11 {
    min-height: 400px;
    margin: -80px auto;
    background-image: url('../images/old-guy_1.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .work-brief-box.cs-block {
    margin-right: 3%;
    margin-left: 3%;
  }

  .heading-3bud.bud {
    padding-right: 2px;
    padding-left: 2px;
  }

  .title-big {
    font-size: 34px;
    letter-spacing: 4px;
  }

  .title-big.medium.dark {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .box-button-body.title-box {
    margin-top: 30px;
    padding-top: 15px;
  }

  .paragraph-9-bud.bud {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-11.bold {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .image-8 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .image-7 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .image-5 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .heading-1-body {
    font-size: 25px;
  }

  .social-icons-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-section-2 {
    padding-bottom: 40px;
  }

  .content-section-2.no-top-border {
    padding-bottom: 20px;
  }

  .content-section-2.gray {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section-2.intro {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .mini-title-3.footer {
    position: static;
    margin-left: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .mini-title-3.footer {
    position: static;
    margin-left: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .box-button-hero {
    margin-top: 40px;
    margin-bottom: 27px;
    margin-left: auto;
  }

  .box-button-hero.title-box {
    margin-top: 30px;
  }

  .heading-home {
    margin-top: 36px;
    padding-right: 0px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
  }

  .description-box {
    position: static;
    margin: -30px auto 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .blog-right-column {
    width: 100%;
  }

  .social-icons-in-black {
    display: block;
    text-align: center;
  }

  .post-content {
    padding-right: 3%;
    padding-left: 3%;
  }

  .new-heading {
    font-family: Avenirnext, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph-6 {
    margin-right: -20px;
    margin-left: -20px;
    font-size: 18px;
  }

  .post-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .div-block-14 {
    min-height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 131, 123, 0.1)), to(rgba(102, 131, 123, 0.1))), url('../images/group-shot-small.jpg');
    background-image: linear-gradient(180deg, rgba(102, 131, 123, 0.1), rgba(102, 131, 123, 0.1)), url('../images/group-shot-small.jpg');
    background-position: 0px 0px, 50% 35%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .button-2.outline {
    min-width: 50%;
    margin-top: 40px;
    margin-right: 38px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
    float: left;
  }

  .button-2.outline.left {
    min-width: 50%;
    margin-top: 40px;
    margin-right: 38px;
    margin-left: 0px;
    padding-right: 41px;
    padding-left: 41px;
  }

  .button-2.outline.left:hover {
    padding-right: 41px;
    padding-left: 41px;
  }

  .button-2-copy {
    margin-top: 2px;
    margin-left: 0px;
  }

  .button-2-copy.outline {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    float: left;
  }

  .button-2-copy.outline.left {
    margin-right: 20px;
    margin-left: 0px;
  }

  .container-2 {
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 138px;
  }

  .text-block-split {
    margin-top: 41px;
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .paragraph-7-centered {
    margin-right: 5%;
    margin-left: 5%;
    font-family: Lato, sans-serif;
    line-height: 32px;
    font-weight: 300;
    text-align: left;
  }

  .image-13 {
    left: 250px;
    top: -500px;
  }

  .heading-7 {
    margin-bottom: 0px;
    font-size: 23px;
  }

  .image-14 {
    margin-top: 20px;
    margin-left: 0%;
    padding: 0px;
  }

  .section-3 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .div-block-17 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .section-4 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .hero-header-box-2 {
    margin-top: 56px;
  }

  .div-block-18 {
    min-height: 400px;
    margin: -80px auto;
    background-image: url('../images/old-guy.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-section-bud {
    min-height: 350px;
    background-image: url('../images/Canva---Carpenters-Tools.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Canva---Carpenters-Tools.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 54% 100%, 0px 0px;
    background-size: cover, auto;
  }

  .hero-section-bud.horses {
    background-position: 34% 50%;
    background-size: cover;
  }

  .image-6 {
    max-height: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .image-16 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-wrapper-2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-2.hero {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
  }

  .content-wrapper-2.narrow {
    padding-right: 0%;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .content-wrapper-2.narrow.overlaping {
    margin-top: -256px;
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .credit-box-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .arrow.more-bottom-border {
    margin-bottom: 20%;
  }

  .image-17 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-title-box {
    margin-bottom: 20%;
  }

  .heading-8 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
  }

  .heading-8.big {
    padding-right: 3%;
    padding-left: 3%;
  }

  .heading-8.big {
    font-size: 44px;
  }

  .heading-8.medium.black {
    font-size: 64px;
  }

  .hero-title {
    font-size: 29px;
  }

  .hero-title.medium {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-9 {
    margin: 5px auto 0px;
    font-size: 20px;
  }

  .div-block-6-give {
    min-height: 400px;
    margin: -80px auto;
    background-image: url('../images/old-guy.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .div-block-9-bud {
    position: relative;
    overflow: visible;
    margin-top: 68px;
    margin-left: 0px;
    background-position: -166px 0px;
  }

  .div-block-9-bud.bud {
    background-position: -142px 63%;
  }

  .image-20 {
    top: 47px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    max-width: 75%;
    min-height: 25%;
    min-width: 25%;
    margin-top: 0px;
  }

  .bold-text-5 {
    margin-right: 20px;
    margin-left: 20px;
    color: #333;
  }

  .div-block-9-bud-copy {
    position: relative;
    overflow: visible;
    margin-top: 68px;
    margin-left: 0px;
    background-position: -166px 0px;
  }

  .div-block-9-bud-copy.bud {
    background-position: -142px 63%;
  }

  .div-block-9-bud-copy-copy {
    position: relative;
    overflow: visible;
    margin-top: 68px;
    margin-left: 0px;
    background-position: -166px 0px;
  }

  .div-block-9-bud-copy-copy.bud {
    background-position: -142px 63%;
  }

  .aprl-header {
    position: relative;
    overflow: visible;
    margin-top: 68px;
    margin-left: 0px;
    background-position: -166px 0px;
  }

  .aprl-header.bud {
    background-position: -142px 63%;
  }

  .div-block-54 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .div-block-56 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .subheader-1 {
    padding-left: 2%;
    text-align: center;
  }

  .big-number {
    margin-top: 33px;
  }

  .text-block-18 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .bold-text-6 {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 24px;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper-2 {
    width: 90%;
  }

  .william-grogram-overlay {
    display: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-17 {
    font-size: 14px;
  }

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

  .column-16 {
    padding-right: 0px;
  }

  .buttonclass {
    overflow: hidden;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 0px;
    background-color: #414141;
    font-family: Avenirnext, sans-serif;
    font-weight: 600;
  }

  .buttonclass.outline {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    float: left;
  }

  .buttonclass.outline.left {
    margin-right: 20px;
    margin-left: 0px;
  }

  .buttonclass.whitebutton {
    margin-top: 15px;
    margin-right: 0px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
  }

  .close-link-2:hover {
    color: #fff;
  }

  .form-wrapper-3 {
    width: 90%;
  }

  .footer-section {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-19 {
    overflow: hidden;
  }

  .footerlink {
    overflow: hidden;
  }

  .close-link-employees:hover {
    color: #fff;
  }

  .iailogo {
    margin-top: 15px;
  }

  .body {
    overflow: visible;
  }

  .container-11 {
    overflow: hidden;
  }

  .innerworkings-heading-shrink {
    margin-top: 40px;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 28px;
  }

  .menu-item-main {
    position: relative;
    margin-top: 0px;
    font-size: 28px;
  }

  .project-link-block-class {
    position: static;
    display: inline-block;
    margin-top: 46px;
    padding-bottom: 0px;
  }

  .project-accordion-link-text {
    position: relative;
    margin-top: -10px;
    font-size: 28px;
  }

  .project-link-class {
    font-size: 18px;
  }

  .project-accordion-link-text-top {
    position: relative;
    margin-top: -15px;
    font-size: 28px;
  }

  .link-block-bottom {
    position: static;
    display: inline-block;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-image {
    overflow: visible;
    width: 100%;
  }

  .intro-paragraph {
    margin-top: 19px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Avenirnext, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 2px;
  }

  .intro-paragraph.bot {
    margin-bottom: 9px;
  }

  .main-heading-home-page {
    margin-top: 36px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0%;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
  }

  .final-thoughts {
    margin-bottom: 20px;
  }

  .horizontal-line {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .bottom-text-bumper {
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }

  .line-on-mobile {
    display: block;
    width: 95%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .final-thoughts-bumper {
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 45px;
    font-size: 16px;
    text-align: left;
  }

  .columns {
    width: 100%;
  }

  .link-block-2 {
    width: 100%;
  }

  .home-buttons {
    overflow: hidden;
    width: 100%;
    margin: 8px 1px 7px;
    border-color: #333;
    background-color: transparent;
    font-family: Avenirnext, sans-serif;
    font-weight: 600;
  }

  .home-buttons.outline {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    float: left;
  }

  .home-buttons.outline.left {
    margin-right: 20px;
    margin-left: 0px;
  }

  .home-buttons.whitebutton {
    margin-top: 15px;
    margin-right: 0px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
  }

  .home-buttons-mobile {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 8px auto 7px;
    border-color: #333;
    background-color: transparent;
    font-family: Avenirnext, sans-serif;
    font-weight: 600;
  }

  .home-buttons-mobile.outline {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    float: left;
  }

  .home-buttons-mobile.outline.left {
    margin-right: 20px;
    margin-left: 0px;
  }

  .home-buttons-mobile.whitebutton {
    margin-top: 15px;
    margin-right: 0px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
  }

  .div-block-14-mobile {
    min-height: 250px;
    background-image: url('../images/office1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(102, 131, 123, 0.1)), to(rgba(102, 131, 123, 0.1)));
    background-image: url('../images/office1.jpg'), linear-gradient(180deg, rgba(102, 131, 123, 0.1), rgba(102, 131, 123, 0.1));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .div-block-61 {
    margin-top: 0px;
  }

  .project-link-class-2 {
    font-size: 18px;
  }

  .menu-item-div {
    margin-bottom: 20px;
  }

  .menu-item-accordion {
    position: relative;
    margin-top: 15px;
    font-size: 28px;
  }

  .menu-item-div-bottom {
    padding-bottom: 10px;
  }

  .menu-item-div-projects {
    margin-bottom: 20px;
  }

  .menu-item-div-about {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46a91df3-43fc-2d44-b409-168b59465baf-59465bae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Hussar3dtwoit';
  src: url('../fonts/Hussar3DTwoIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hussar3dthree';
  src: url('../fonts/Hussar3DThree.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hussar3done';
  src: url('../fonts/Hussar3DOne.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}