.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.intro-bar-section {
  z-index: 1;
  height: 40px;
  background-color: #ffef00;
  border-bottom: 4px #ee3124;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar-section {
  z-index: 3;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-hero-section {
  z-index: 0;
  width: auto;
  height: 770px;
  background-color: #16244c;
  background-image: url('../images/hero-home.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  width: 940px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.image {
  max-width: 140px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: transform .5s;
}

.nav-link:hover {
  color: #ffef00;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translate(0, -8px);
}

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

.main-content {
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #16244c;
  background-clip: border-box;
  border-top: 3px solid #003b7a;
  border-bottom: 1px #000;
  margin-top: 0;
  padding-top: 100px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.blue-button {
  color: #ffef00;
  text-transform: uppercase;
  background-color: #004fa3;
  border-radius: 130px;
  padding: 10px 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .5s, transform .5s;
}

.blue-button:hover {
  background-color: #003b7a;
  transform: translate(0, -8px);
}

.blue-button.tablet {
  display: none;
}

.brand {
  text-decoration: none;
}

.brand.w--current {
  flex: 1;
}

.text-block {
  width: 940px;
  color: #004fa3;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.body {
  font-family: Lato, sans-serif;
}

.nav-bar-background {
  z-index: 0;
  background-color: #16244c;
  border-bottom: 3px solid #003b7a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-info-wrapper {
  width: 940px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 160px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.yellow-pre-sub {
  color: #ffef00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}

.white-h1-headline {
  width: 650px;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 59px;
  font-weight: 900;
  line-height: 57px;
}

.heading {
  color: #ffef00;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}

.yellow-button {
  width: 180px;
  color: #004fa3;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffef00;
  border-radius: 130px;
  margin-top: 10px;
  padding: 10px 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .5s, transform .5s;
}

.yellow-button:hover {
  background-color: #ffd900;
  transform: translate(0, -8px);
}

.link-block-5 {
  z-index: 999;
  opacity: 1;
  background-image: linear-gradient(rgba(214, 211, 211, .91), rgba(214, 211, 211, .91));
  border: 0 solid #000;
  border-radius: 10px 0 0 10px;
  padding: 12px 16px 8px 10px;
  transition: background-color .3s;
  position: fixed;
  top: 62%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.back-to-top-link {
  z-index: 10;
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: #ffef00;
  background-image: none;
  border: 1px solid #ee3124;
  border-radius: 50px;
  margin-right: 0;
  padding: 5px 0 0;
  transition-property: none;
  display: block;
  top: 73%;
  bottom: 0%;
  left: auto;
  right: 1%;
}

.back-to-top-link.w--current {
  background-image: none;
  border-color: #fff;
}

.to-top-arrow-a {
  width: 17px;
  height: auto;
  color: #ee3124;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.to-top-arrow-b {
  width: 17px;
  height: auto;
  opacity: .7;
  color: #ee3124;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.to-top-arrow-c {
  width: 17px;
  height: auto;
  opacity: .4;
  color: #ee3124;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 3;
  width: 500px;
  height: 80px;
  text-align: center;
  letter-spacing: .5px;
  background-color: #ee3124;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .5s, transform .5s;
  position: fixed;
  top: auto;
  bottom: -40px;
  left: 0%;
  right: 0%;
}

.button:hover {
  background-color: #b4261b;
  transform: translate(0, -8px);
}

.main-services-hooks {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.hook-box {
  width: 32%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hook-image-circle {
  width: 220px;
  height: 220px;
  max-width: none;
  border: 2px #ffef00;
  border-radius: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
}

.hook-image-circle:hover {
  transform: rotate(360deg);
}

.h3-hook-header-white {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  margin-top: 0;
  font-size: 20px;
}

.intro-section {
  width: 940px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blue-bg-headline {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

.paragraph-copy-blue-bg {
  color: #c4c4c4;
  text-align: justify;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 28px;
}

.copy-block {
  width: 590px;
  margin-right: 25px;
}

.copy-block.full {
  width: 100%;
}

._4-image-block {
  width: 325px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 34px;
  display: flex;
}

.lightbox-link {
  width: 48%;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.big-image-wrapper {
  height: 440px;
  background-image: url('../images/spacer-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #003b7a;
  border-bottom: 3px solid #004fa3;
  margin-top: -83px;
}

.big-image-wrapper.no-overlap {
  background-image: url('../images/spacer-image-4.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.big-image-wrapper.bottom-overlap {
  background-image: url('../images/spacer-image-6.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  margin-top: 0;
}

.white-float-box {
  width: 940px;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  position: relative;
}

.white-float-box.top {
  z-index: 1;
  margin-top: -83px;
  padding-bottom: 100px;
}

.yellow-box-headline {
  color: #003b7a;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

.paragraph-copy-yellow-bg {
  width: auto;
  color: #16244c;
  text-align: justify;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 28px;
}

.lineup {
  margin-top: 0;
  margin-bottom: 0;
}

.animated-red-line {
  width: 42%;
  height: 4px;
  background-color: #ee3124;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.animation-container {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-3 {
  width: 110px;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.service-section {
  width: 940px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: block;
  position: relative;
}

.copy-block-2 {
  width: 500px;
  margin-right: 25px;
}

.tabs-menu {
  width: 500px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 25px;
  display: flex;
}

.service-tab {
  width: 32%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .5s;
}

.service-tab:hover {
  color: #ffef00;
  text-transform: uppercase;
  border-top: 3px #000;
  transform: translate(0, -8px);
}

.service-tab.w--current {
  width: 32%;
  color: #ffef00;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-2 {
  height: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.tabs-content-2 {
  width: 415px;
  height: auto;
  top: -345px;
  overflow: visible;
}

.service-content-box {
  height: 450px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

.text-block-4 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
}

.heading-2 {
  width: 160px;
  color: #ee3124;
  letter-spacing: .1px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 31px;
}

.tab-content-circle-image {
  width: 220px;
  height: 220px;
  max-width: none;
  border: 2px #ffef00;
  border-radius: 210px;
  transition: transform 1s;
  position: absolute;
  top: -52px;
  bottom: 0%;
  left: auto;
  right: -47px;
}

.tab-content-circle-image:hover {
  transform: rotate(360deg);
}

.service-tab-content-copy {
  width: 238px;
  color: #16244c;
  text-align: left;
  letter-spacing: .1px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.service-tab-content-copy.long {
  width: 365px;
}

.service-tab-content-bullets {
  width: auto;
  color: #16244c;
  text-align: left;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.service-logo-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paint-logo {
  width: 100px;
  max-width: none;
}

.paint-logo.bigger {
  width: 120px;
}

.services-video-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.video-box {
  z-index: 2;
  width: 500px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.video-headline {
  width: auto;
  min-width: 400px;
  float: right;
  direction: rtl;
  color: #fff;
  text-align: right;
  letter-spacing: .5px;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 54px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.video-text-wrapper {
  width: 400px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}

.blind-nav-anchor {
  width: 10px;
  height: 100px;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blind-nav-anchor.about {
  top: -105px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blind-nav-anchor.services, .blind-nav-anchor.faq {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.part-logo-carousel-wrapper {
  z-index: 1;
  width: 860px;
  height: 120px;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.part-logo-container {
  width: 20%;
  height: auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.part-logo-box {
  width: 180px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.part-logo-color {
  z-index: 0;
  width: 140px;
  height: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.red-post-sub {
  color: #ee3124;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
}

._3-image-section {
  z-index: 2;
  width: 860px;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: -62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.three-image-container {
  z-index: 1;
  width: 34%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  width: 940px;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.questions-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.question-wrapper {
  width: 30%;
  margin-bottom: 100px;
}

.icons-heading {
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

.question-icon {
  width: 44px;
  height: 44px;
  max-width: none;
  margin-right: 14px;
}

.faq-question {
  height: 74px;
  color: #fff;
  margin-top: 4px;
  font-size: 18px;
  line-height: 25px;
}

.faq-answer-wrapper {
  height: auto;
  overflow: hidden;
}

.faq-answer-copy {
  color: #c4c4c4;
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}

.faq-answer-switch {
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.faq-answer-switch:hover {
  background-color: rgba(0, 0, 0, 0);
}

.faq-switch-line {
  width: 110px;
  height: 3px;
  background-color: #fff;
}

.blind-nav-anchor-two {
  width: 10px;
  height: 100px;
  position: absolute;
  top: -99px;
  left: 0;
}

.link {
  color: #16244c;
  text-decoration: none;
}

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

.field-wrapper {
  width: 49%;
}

.field-wrapper.long {
  width: 100%;
}

.form {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field-label {
  height: auto;
  color: #16244c;
}

.text-field-lowered {
  margin-top: 25px;
}

.textarea {
  min-height: 70px;
}

.form-upload-container {
  width: 100%;
  height: 106px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.form-small-copy {
  width: 400px;
  color: #636363;
  margin-top: 19px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 18px;
}

.form-small-copy.close {
  margin-top: -4px;
}

.form-subhead {
  color: #636363;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  display: none;
  transform: translate(0);
}

.upload-image {
  width: 340px;
  max-width: none;
  margin-top: 6px;
  margin-left: -5px;
  display: none;
}

.recaptcha {
  float: none;
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  top: -29px;
}

.full-location-map-container {
  width: 100%;
  border: 3px #ee3124;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.collision-map-embed {
  height: auto;
}

.big-map-wrapper {
  z-index: 0;
  height: 480px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 3px solid #003b7a;
  border-bottom: 3px solid #004fa3;
  margin-top: 0;
  position: relative;
}

.footer {
  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: #16244c;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.image-4 {
  width: 260px;
}

.link-block-6 {
  margin-top: -57px;
  margin-bottom: -61px;
  position: relative;
}

.footer-copy-block {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-links {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.social-icons-links, .contact-copy-block {
  width: 50%;
}

.phone-number-link {
  color: #fff;
  text-align: right;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 36px;
  font-weight: 900;
}

.address-copy {
  color: #ffef00;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.text-block-7 {
  color: #c4c4c4;
}

.social-links {
  z-index: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.social-link {
  margin-right: 4px;
  display: block;
}

.social-container {
  margin-left: 0;
  margin-right: auto;
}

.html-embed {
  width: 46px;
  height: auto;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
}

.html-embed:hover {
  opacity: 1;
  color: #ffef00;
  border-radius: 0;
}

.main-site-links {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-linksys {
  color: #ffef00;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2 {
  width: 2px;
  height: 20px;
  background-color: #ffef00;
  margin-left: 10px;
  margin-right: 10px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.nav-container {
  display: flex;
  position: static;
}

.switch-arrow-box {
  width: 60px;
  height: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.html-embed-2 {
  width: 32px;
  height: 21px;
  max-width: 32px;
  color: #fff;
}

.hiring-block-wrapper {
  z-index: 100;
  width: auto;
  background-color: #ee3124;
  border-radius: 290px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  position: static;
  top: 100px;
}

.hiring-call-out-text {
  color: #ffef00;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.button-2 {
  background-color: #003b7a;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .5s, background-color .5s;
}

.button-2:hover {
  background-color: #16244c;
  transform: translate(-20px);
}

.div-block-3 {
  z-index: 100;
  width: 940px;
  text-align: center;
  margin-bottom: -107px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

@media screen and (min-width: 1280px) {
  .main-hero-section {
    height: 740px;
    margin-top: 0;
  }

  .main-info-wrapper {
    top: 160px;
  }

  .form-small-copy.close {
    margin-top: 0;
  }

  .form-subhead {
    font-size: 26px;
  }

  .social-links {
    width: 77%;
    max-width: 501px;
    min-width: 437px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .main-hero-section {
    background-size: auto;
  }

  .main-info-wrapper {
    top: 210px;
  }

  .full-location-map-container {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .main-hero-section {
    background-position: 50% 0;
    background-size: auto;
    margin-top: 0;
  }

  .main-info-wrapper {
    top: 300px;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar-section {
    justify-content: flex-start;
    display: flex;
  }

  .navbar {
    width: 90%;
    max-width: 820px;
    flex: 0 auto;
    padding-right: 0;
  }

  .image {
    max-width: 150px;
  }

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

  .nav-menu {
    width: 248px;
    max-width: none;
    background-color: #004fa3;
    border-top: 3px solid #ffef00;
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    top: 81px;
    left: 0;
    right: 0;
  }

  .blue-button {
    display: none;
  }

  .blue-button.tablet {
    margin-right: 0;
    display: block;
  }

  .brand.w--current {
    flex: 0 auto;
    position: relative;
  }

  .main-info-wrapper {
    width: 90%;
    max-width: 820px;
  }

  .back-to-top-link {
    width: 42px;
    height: 42px;
    padding-top: 1px;
    right: 2%;
  }

  .to-top-arrow-a, .to-top-arrow-b {
    margin-bottom: -13px;
  }

  .button {
    border-radius: 20px;
  }

  .hook-image-circle {
    width: 200px;
    height: 200px;
  }

  .intro-section {
    width: 90%;
    max-width: 820px;
    flex-direction: column;
  }

  .copy-block {
    width: 100%;
  }

  .copy-block.full {
    margin-right: 0;
  }

  ._4-image-block {
    width: 100%;
    flex-direction: row;
  }

  .lightbox-link {
    width: 24%;
  }

  .big-image-wrapper {
    background-position: 59%;
  }

  .big-image-wrapper.no-overlap {
    background-position: 40%;
  }

  .white-float-box, .service-section {
    width: 90%;
    max-width: 820px;
  }

  .copy-block-2 {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
    margin-right: 0;
  }

  .service-tab:hover {
    transform: none;
  }

  .tabs-2 {
    height: auto;
    display: block;
  }

  .tabs-content-2 {
    width: 100%;
    position: static;
  }

  .service-content-box {
    height: 435px;
  }

  .text-block-4 {
    width: 118px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-content-circle-image {
    top: 29px;
    right: 37px;
  }

  .service-tab-content-copy {
    width: 380px;
  }

  .service-logo-box {
    width: 400px;
    justify-content: space-between;
  }

  .services-video-wrapper {
    margin-top: 40px;
  }

  .video-box {
    width: 630px;
  }

  .video-headline {
    max-width: 254px;
    min-width: 0;
    white-space: normal;
    line-height: 40px;
  }

  .video-text-wrapper {
    width: 320px;
  }

  .blind-nav-anchor {
    top: -100px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .part-logo-carousel-wrapper {
    width: 590px;
    max-width: none;
    justify-content: flex-start;
  }

  .part-logo-container {
    width: 25%;
  }

  .part-logo-color {
    z-index: 1;
    width: 139px;
  }

  .red-post-sub {
    letter-spacing: 1px;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  ._3-image-section {
    width: 81%;
    margin-top: -49px;
  }

  .three-image-container {
    height: auto;
  }

  .faq-wrapper {
    width: 90%;
    max-width: 820px;
  }

  .question-wrapper {
    width: 47%;
    margin-bottom: 40px;
  }

  .faq-question {
    width: 210px;
  }

  .faq-switch-line {
    width: 43%;
  }

  .blind-nav-anchor-two {
    top: -98px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .full-location-map-container {
    margin-top: 0;
  }

  .big-map-wrapper {
    height: auto;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-6 {
    margin-bottom: 20px;
  }

  .footer-container {
    width: 90%;
    max-width: 820px;
  }

  .icon {
    color: #fff;
    font-size: 32px;
    transition: transform .5s;
  }

  .icon:hover {
    color: #ffef00;
    transform: translate(0, -8px);
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    position: relative;
    right: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .mobile-elements-wrapper {
    align-items: center;
    display: flex;
  }

  .hiring-call-out-text {
    font-size: 25px;
  }

  .div-block-3 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-hero-section {
    height: 760px;
  }

  .navbar {
    max-width: 620px;
  }

  .nav-menu {
    width: 190px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .text-block {
    width: 100%;
    font-size: 18px;
  }

  .main-info-wrapper {
    max-width: 620px;
    top: 178px;
  }

  .yellow-pre-sub {
    width: 310px;
  }

  .white-h1-headline {
    width: 390px;
    font-size: 53px;
    line-height: 54px;
  }

  .heading {
    width: 340px;
  }

  .yellow-button {
    margin-top: 20px;
  }

  .link-block-5 {
    display: block;
    top: 80%;
  }

  .button {
    width: 400px;
    border-radius: 20px;
    font-size: 17px;
  }

  .main-services-hooks {
    margin-top: 40px;
  }

  .hook-image-circle {
    width: 120px;
    height: 120px;
  }

  .h3-hook-header-white {
    font-size: 16px;
  }

  .intro-section {
    max-width: 620px;
  }

  .blue-bg-headline {
    width: 340px;
    font-size: 34px;
  }

  .lightbox-link {
    width: 49%;
  }

  .big-image-wrapper {
    background-position: 62%;
  }

  .big-image-wrapper.no-overlap {
    background-position: 40%;
  }

  .big-image-wrapper.bottom-overlap {
    height: 730px;
    background-size: auto;
  }

  .white-float-box {
    max-width: 620px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lineup {
    max-width: 100%;
  }

  .service-section {
    max-width: 620px;
  }

  .tabs-menu {
    margin-bottom: 10px;
  }

  .service-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-box {
    height: 480px;
  }

  .text-block-4 {
    width: 90px;
    font-size: 12px;
  }

  .tab-content-circle-image {
    width: 200px;
    height: 200px;
    top: -12px;
    right: -14px;
  }

  .service-tab-content-copy {
    width: 220px;
  }

  .service-logo-box {
    width: 380px;
  }

  .services-video-wrapper {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .video-box {
    width: 100%;
  }

  .video-headline {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-top: 0;
  }

  .video-text-wrapper {
    width: 100%;
    text-align: center;
  }

  .part-logo-carousel-wrapper {
    height: 100px;
    max-width: 620px;
    display: block;
    overflow: hidden;
  }

  .part-logo-container {
    height: 100px;
  }

  .part-logo-box {
    width: 200px;
    height: 100px;
  }

  .part-logo-color {
    width: 200px;
    height: auto;
  }

  .red-post-sub {
    width: 372px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-image-section {
    width: 73%;
  }

  .faq-wrapper {
    max-width: 620px;
  }

  .questions-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .question-wrapper {
    width: 100%;
  }

  .faq-question {
    width: 100%;
    height: 48px;
  }

  .faq-switch-line {
    width: 45%;
  }

  .full-location-map-container {
    width: 100%;
    margin-top: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .link-block-6 {
    margin-top: -50px;
  }

  .footer-copy-block {
    width: auto;
    font-size: 13px;
  }

  .footer-container {
    max-width: 620px;
    margin-top: -42px;
  }

  .contact-info-links {
    flex-direction: column;
    align-items: center;
  }

  .social-icons-links {
    width: 100%;
    margin-bottom: 8px;
  }

  .contact-copy-block {
    width: 100%;
  }

  .phone-number-link, .address-copy {
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .html-embed {
    width: 43px;
  }

  .main-site-links {
    justify-content: center;
  }

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

  .hiring-block-wrapper {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .hiring-call-out-text {
    width: 49%;
    font-size: 22px;
    line-height: 21px;
  }

  .button-2 {
    width: 49%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 9px 0;
    font-size: 13px;
    display: flex;
    position: static;
  }

  .div-block-3 {
    width: 432px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-section {
    height: 205px;
    background-color: #16244c;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 10px;
    top: -134px;
  }

  .main-hero-section {
    height: 1070px;
    margin-top: -3px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .navbar {
    width: 80%;
    max-width: none;
    position: static;
  }

  .image {
    max-width: 256px;
  }

  .nav-link {
    background-color: #004fa3;
  }

  .main-content {
    padding-top: 100px;
  }

  .nav-menu {
    width: auto;
    max-width: 30px;
    top: 210px;
  }

  .blue-button.tablet {
    width: 150px;
    padding: 5px 20px;
    font-size: 13px;
  }

  .text-block {
    width: 90%;
    font-size: 12px;
    line-height: 19px;
  }

  .nav-bar-background {
    height: 205px;
  }

  .main-info-wrapper {
    width: 80%;
    height: auto;
    max-width: none;
    position: static;
    top: 0;
  }

  .yellow-pre-sub {
    width: auto;
    font-size: 15px;
    line-height: 16px;
  }

  .white-h1-headline {
    width: auto;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 31px;
  }

  .heading {
    width: 256px;
    margin-top: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .yellow-button {
    width: 150px;
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 13px;
  }

  .link-block-5 {
    width: 48px;
    height: 48px;
    display: block;
    top: auto;
    bottom: 100px;
  }

  .back-to-top-link {
    width: 35px;
    height: 35px;
  }

  .to-top-arrow-a {
    width: 13px;
    margin-top: -1px;
    margin-bottom: -14px;
  }

  .to-top-arrow-b {
    width: 13px;
    margin-bottom: -14px;
  }

  .to-top-arrow-c {
    width: 13px;
  }

  .button {
    width: 256px;
    height: 80px;
    border-radius: 20px;
    font-size: 11px;
  }

  .main-services-hooks {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .hook-box {
    width: 100%;
  }

  .hook-image-circle {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
  }

  .h3-hook-header-white {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .intro-section {
    width: 80%;
    max-width: none;
  }

  .blue-bg-headline {
    width: 268px;
    font-size: 30px;
    line-height: 31px;
  }

  .paragraph-copy-blue-bg {
    text-align: left;
    font-size: 15px;
  }

  .big-image-wrapper {
    background-position: 66%;
  }

  .big-image-wrapper.no-overlap {
    background-position: 41%;
  }

  .big-image-wrapper.bottom-overlap {
    height: 647px;
  }

  .white-float-box {
    width: 80%;
    max-width: none;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .yellow-box-headline {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
  }

  .paragraph-copy-yellow-bg {
    text-align: center;
    font-size: 15px;
  }

  .animated-red-line {
    width: 42%;
  }

  .service-section {
    width: 80%;
    max-width: none;
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .tabs-menu {
    height: 170px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
  }

  .service-tab {
    width: 48%;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .service-tab:hover {
    transform: none;
  }

  .service-tab.w--current {
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .service-content-box {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 15px 20px;
  }

  .text-block-4 {
    width: auto;
    font-size: 15px;
  }

  .tab-content-circle-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: -100px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .service-tab-content-copy {
    width: auto;
    font-size: 15px;
  }

  .service-tab-content-copy.long {
    width: auto;
  }

  .service-tab-content-bullets {
    font-size: 15px;
  }

  .service-logo-box {
    width: auto;
    flex-direction: column;
  }

  .video-headline {
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .video-text-wrapper {
    object-fit: fill;
    overflow: visible;
  }

  .blind-nav-anchor {
    height: 70px;
    top: -70px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .blind-nav-anchor.about {
    height: 70px;
    top: -100px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .blind-nav-anchor.services {
    height: 70px;
    top: 0;
  }

  .blind-nav-anchor.faq {
    height: 70px;
    top: -8px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .part-logo-carousel-wrapper {
    width: 80%;
    max-width: none;
  }

  .part-logo-container {
    height: 84px;
  }

  .part-logo-box {
    width: 165px;
    height: 83px;
  }

  .part-logo-color {
    width: 165px;
    margin-left: auto;
    margin-right: auto;
  }

  .red-post-sub {
    width: auto;
    padding-bottom: 10px;
  }

  ._3-image-section {
    flex-direction: column;
  }

  .three-image-container {
    width: 100%;
  }

  .faq-wrapper {
    width: 80%;
    max-width: none;
    padding-top: 80px;
  }

  .questions-container {
    margin-top: 40px;
  }

  .faq-question {
    width: auto;
    height: auto;
  }

  .blind-nav-anchor-two {
    height: 70px;
    top: -70px;
  }

  .field-wrapper {
    width: 100%;
  }

  .text-field-lowered {
    margin-top: 0;
  }

  .form-small-copy.close {
    width: 200px;
    margin-left: 0;
    margin-right: auto;
  }

  .form-subhead {
    font-size: 17px;
    line-height: 26px;
  }

  .upload-image {
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .full-location-map-container {
    margin-top: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-6 {
    margin: -93px auto 10px;
    display: block;
  }

  .footer-container {
    width: 92%;
    max-width: none;
  }

  .address-copy {
    width: 257.594px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .text-block-7 {
    width: 246px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    line-height: 15px;
  }

  .social-container {
    width: 100%;
  }

  .html-embed {
    width: 32px;
  }

  .footer-linksys {
    font-size: 12px;
  }

  .icon {
    float: none;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-container {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mobile-elements-wrapper {
    width: 100%;
    max-width: 262.398px;
    justify-content: space-between;
    margin-top: 3px;
  }

  .hiring-block-wrapper {
    border-radius: 90px;
    flex-direction: column;
  }

  .hiring-call-out-text {
    width: auto;
    text-align: center;
    font-size: 20px;
  }

  .button-2 {
    width: 93%;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    width: 290px;
    margin-bottom: -150px;
    padding-top: 20px;
    top: 50px;
  }
}


