.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

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

.header {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.header.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/carnival-blimp-ground.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.header.project-atlas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/project-atlas-header.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -50px 50px 0 #000;
}

.header-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-bg.about {
  position: relative;
  background-image: url('../images/3.jpg');
  background-position: 50% 100%;
  background-size: 100%;
}

.transition-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -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;
  box-shadow: 0 0 50px 0 #000;
}

.transition-section.contact {
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.transition-section.other-apps {
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.transition-section.home {
  padding-bottom: 0vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.header-top-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.75);
}

.header-home-link {
  width: 400px;
  height: 100%;
  margin-left: 25px;
  float: left;
  background-image: url('../images/airsign-airship-group-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-top-bar-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top-bar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.menu-container {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10000;
  float: right;
}

.menu-hamburger-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
}

.bottom-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: block;
  height: 7.5vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.bottom-bar-request-more-info {
  position: relative;
  height: 50%;
  margin-right: 25px;
  margin-left: 25px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}

.menu-links-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  padding-top: 75px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.menu-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px 125px 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.menu-entry:hover {
  background-color: #737373;
  color: #fafafa;
}

.menu-close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 75px;
  height: 75px;
  opacity: 0;
}

.form-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.form-container.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50vw;
  padding: 15px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fafafa;
  box-shadow: 0 0 50px 0 #000;
  color: rgba(28, 28, 28, 0.75);
}

.form-header {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.inner-form-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
}

.submit-button {
  padding: 15px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #ffe033;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button.contact {
  margin-top: 10px;
  margin-right: -25px;
  margin-left: -25px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #333;
  border-radius: 0px;
  background-color: #212e47;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-weight: 500;
}

.submit-button.contact:hover {
  background-color: #333;
}

.company-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-label {
  width: 100%;
}

.form-field.third {
  width: 30%;
}

.form-field.third.alt {
  margin-right: 25px;
}

.form-field.long {
  width: 65%;
}

.contact-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.request-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.close-form-block {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
}

.small-arrows {
  position: absolute;
  left: -3vh;
  right: 0px;
  bottom: 0vh;
  z-index: 999999;
  display: block;
  width: 6vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #eef0ef;
  font-size: 16px;
  line-height: 24px;
}

.content-container.transition {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.transition-paragraph {
  max-width: 725px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #737373;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
}

.transition-image {
  width: 40vw;
  max-width: 400px;
}

.tmobile-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 7.5vh;
  background-color: #fff;
}

.dim-gray-h1 {
  display: block;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 10px solid #b8b8b8;
  border-radius: 25px;
  background-color: rgba(51, 64, 160, 0.8);
  background-image: radial-gradient(circle farthest-side at 0% 50%, rgba(0, 0, 0, 0.54), hsla(0, 0%, 100%, 0.57));
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 100;
}

.dim-gray-h1.alt {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.dim-gray-h1.alt.other-apps {
  width: 75vw;
  margin-bottom: 50px;
}

.dim-gray-h1.alt.contact {
  width: 75vw;
}

.dim-gray-h1.two-line {
  margin-top: -95px;
}

.dim-gray-h1.two-line.alt {
  width: 75vw;
  max-width: 1200px;
  margin-top: -69px;
}

.content-paragraph {
  margin-bottom: 25px;
  color: #737373;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.content-paragraph.half {
  width: 45%;
}

.content-image.large {
  display: block;
  width: 50%;
}

.video-embed {
  margin-top: 50px;
  margin-bottom: 50px;
}

.accent-entry-container {
  width: 45%;
}

.accent-img {
  width: 100%;
  margin-bottom: 25px;
}

.bold-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 2vw 7.5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #212e47;
}

.light-heading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.text-container {
  width: 50%;
  margin-right: 75px;
}

.light-paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.red-section-image {
  width: 40%;
}

.red-section-button {
  position: relative;
  display: block;
  height: 4vw;
  max-width: 300px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  cursor: pointer;
}

.red-section-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blimp-pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1500px;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  background-color: #fff;
}

.blimp-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 12vw;
  max-height: 180px;
  max-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: width 500ms ease-in-out, -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: width 500ms ease-in-out, -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 500ms cubic-bezier(.68, -.55, .265, 1.55), width 500ms ease-in-out;
  transition: transform 500ms cubic-bezier(.68, -.55, .265, 1.55), width 500ms ease-in-out, -webkit-transform 500ms cubic-bezier(.68, -.55, .265, 1.55);
}

.blimp-image:hover {
  z-index: 2;
  width: auto;
  background-image: none;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.blimp-pic {
  position: relative;
  display: block;
  width: 20vw;
  max-width: 300px;
  padding: 5px;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.blimp-pic:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 2vw 10vh;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #333;
  color: #fff;
}

.footer-image {
  margin-right: 10px;
}

.footer-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.copyright-block {
  width: 100%;
  font-size: 12px;
}

.bottom-bar-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7.5vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #ffe033;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.phone-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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-weight: 300;
}

.phone-number-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.bottom-bar-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blimp-inner-liner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  box-shadow: inset 0 0 0 15px #fafafa;
}

.h1 {
  width: 100%;
  margin-bottom: 0px;
  color: #737373;
  font-size: 40px;
  line-height: 40px;
}

.intro {
  display: inline-block;
  margin-bottom: 50px;
  color: #737373;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.case-study-preview {
  width: 10vw;
  margin-top: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.carnival-container {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  margin-bottom: 8vh;
  margin-left: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carnival-header {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #92b9ff, rgba(2, 35, 83, 0.86) 99%);
  box-shadow: 7px -7px 15px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.8vw;
  line-height: 1.1vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.text-span {
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}

.carnival-airship-image {
  width: 75%;
}

.carnival-airship-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.project-atlas-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.5vh;
  padding-bottom: 7.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #e4e9e8;
}

.project-atlas-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-atlas-content-container.no-margin {
  margin-bottom: 0px;
}

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

.project-atlas-content-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history-image {
  width: 150px;
}

.project-atlas-history-dot-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1200px;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-right: 65px;
  padding-left: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.project-atlas-history-dot-line {
  width: 100%;
  height: 5px;
  margin-top: -23px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #e5e9e8;
}

.project-atlas-history-dot {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #e5e9e8;
}

.project-atlas-heading {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #a0a0a0;
  font-weight: 100;
  text-transform: uppercase;
}

.project-atlas-history-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.third-text-container {
  width: 33%;
  padding-right: 75px;
}

.traditional-aerostat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-weight: 100;
}

.traditional-aerostat-image {
  width: 100%;
  margin-bottom: 25px;
}

.traditional-aerostat-name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
}

.traditional-aerostat-name.centered {
  text-align: center;
}

.half-content-container {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
}

.capabilities-list {
  margin-top: 25px;
  margin-right: 25px;
}

.paragraph {
  margin-right: 25px;
  padding-left: 40px;
}

.image-caption {
  position: relative;
  margin-top: -100px;
  padding: 25px;
  background-image: linear-gradient(108deg, rgba(16, 20, 37, 0.83), rgba(148, 189, 209, 0.62));
}

.hybrid-advantages-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-weight: 100;
}

.hybrid-advantages-entry._2 {
  border-top: 25px solid #2885ff;
}

.hybrid-advantages-entry._4 {
  border-top: 25px solid #9b3030;
}

.hybrid-advantages-entry.no-pad {
  padding: 0px;
}

.image {
  width: 33%;
}

.hybrid-advantages-info {
  margin-top: 5px;
  margin-bottom: 75px;
  line-height: 16px;
  font-weight: 300;
}

.hybrid-advantage-small-block {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hybrid-advantage-small-block.blue {
  background-color: #2985ff;
}

.hybrid-advantage-small-block.red {
  background-color: #9b302f;
}

.contact-image {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-image-caption {
  margin-top: 10px;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
}

.gray-h2 {
  margin-top: 50px;
  color: #b8b8b8;
}

.centered-image {
  width: 100%;
}

.capnav-button {
  position: absolute;
  right: 0%;
  margin-right: 25px;
  padding-right: 41px;
  padding-left: 41px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#092b58), to(#538cc9));
  background-image: linear-gradient(90deg, #092b58, #538cc9);
}

.blimp-icon-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 75px;
  -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;
}

.capnav-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.capnav-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capnav-logo-complete {
  margin-left: 10px;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
}

.blimp-icon-loop {
  position: absolute;
}

.capnav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  height: 75px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.capnav-logo-img {
  height: 20px;
}

.container {
  overflow: hidden;
  width: 80vw;
  max-width: 2000px;
  min-width: 992px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.container.capnav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.blimp-icon-build {
  position: absolute;
}

.capnav-logo-tagline {
  margin-top: 5px;
  font-weight: 700;
}

.capnav-logo-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.capnav-hamburger-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212e47;
}

.hamburger-line {
  width: 50px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: -500px;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #212e47;
}

.menu-link {
  position: relative;
  height: 75px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #333;
  color: #b8b8b8;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link.hide {
  display: none;
}

.menu-link-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-left: 50px solid #b8b8b8;
  -webkit-transition: border 200ms cubic-bezier(.455, .03, .515, .955);
  transition: border 200ms cubic-bezier(.455, .03, .515, .955);
}

.menu-link-text:hover {
  border-left: 5px solid #b8b8b8;
}

.close-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -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;
}

.close-menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #b8b8b8;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 90vw;
  margin-top: -75px;
  margin-right: -75px;
  margin-bottom: -50px;
  padding: 25px 25px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 5px 10px;
  border-color: #212e47;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.39);
  color: #737373;
}

.contact-form-entry-container {
  width: 48%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form-entry-container.full {
  width: 100%;
}

.contact-form-entry-container.checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-text-field {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #b8b8b8;
  border-radius: 5px;
  background-color: hsla(0, 0%, 72%, 0.16);
}

.checkboxes-label {
  margin-bottom: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-right: 10px;
}

.checkbox-label {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 15px;
}

.submit-button-2 {
  margin-right: auto;
  margin-left: auto;
}

.contact-page-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 1500px;
  min-width: 975px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.contact-content-image {
  width: 500px;
}

.contact-page-content-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-text-block {
  margin-bottom: 10px;
}

.contact-info-text-container {
  padding-top: 25px;
  border-top: 2px solid #b8b8b8;
}

.contact-info-text-entry {
  margin-bottom: 10px;
  color: #737373;
  font-size: 15px;
  line-height: 25px;
}

.contact-link {
  color: #737373;
}

.recaptcha {
  margin-top: 25px;
}

.success-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-message {
  width: 100%;
  text-align: center;
}

.applications-list {
  color: #333;
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}

.hero-image {
  width: 100vw;
  margin-top: -25px;
}

.hero-image.carnival {
  height: 50vw;
  max-height: 750px;
  background-image: url('../images/carnival-blimp-ground.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.hero-image.contact {
  position: relative;
  z-index: 1;
  height: 750px;
  margin-bottom: -400px;
}

.home-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 800px;
  -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;
}

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

.hero-slide {
  box-shadow: 1px 1px 3px 0 #000;
}

.contact-hero-video {
  width: 100%;
  height: 100%;
}

.hero-bg-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -25px 50px 0 #000;
}

.home-hero-image {
  position: relative;
  z-index: 2;
  width: 60vw;
  max-width: 1200px;
  margin-top: 101px;
  margin-bottom: 101px;
  box-shadow: none;
}

.shark-week-button {
  position: relative;
  z-index: 4;
  min-width: 300px;
  margin-top: 25px;
  padding: 13px 25px;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: #001e38;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.home-hero-text-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-left: -75px;
  padding: 25px 25px 10px;
  -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;
  background-color: rgba(36, 48, 73, 0.84);
  box-shadow: 0 10px 25px 0 #000;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.home-hero-h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
}

.no-wrap {
  display: inline-block;
}

.home-hero-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  text-indent: 25px;
}

.home-hero-link {
  height: 200px;
  background-image: url('../images/shark-week-case-study.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.effectiveness-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 600px;
  -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;
}

.effectiveness-hero-bg-video {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -25px 50px 0 rgba(0, 0, 0, 0.5);
}

.white-content-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 7.5vh;
}

.dim-gray-h2 {
  position: relative;
  z-index: 9997;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: 25px;
  margin-bottom: 50px;
  margin-left: 25px;
  padding-top: 25px;
  padding-right: 250px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 25px solid #212e47;
  font-family: Oswald, sans-serif;
  color: #212e47;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.dim-gray-h2.alt {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.dim-gray-h2.alt.other-apps {
  width: 75vw;
  max-width: 1200px;
  margin-bottom: 50px;
}

.dim-gray-h2.smalltext {
  line-height: 40px;
}

.subtext {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 25px;
  background-color: #212e47;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.narrow-text-column {
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.effectiveness-hero-image {
  width: 60vw;
  max-width: 800px;
  margin-left: -250px;
}

html.w-mod-js *[data-ix="menu-links-container"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="menu-close-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

@media screen and (max-width: 991px) {
  .transition-section.contact {
    position: static;
    padding-bottom: 0px;
  }

  .transition-section.other-apps {
    position: static;
    padding-bottom: 0px;
  }

  .transition-section.home {
    padding-top: 100px;
  }

  .header-home-link {
    width: 30%;
  }

  .small-arrows {
    bottom: 10vh;
  }

  .content-container.transition {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .transition-paragraph {
    width: 50vw;
  }

  .transition-image {
    width: 40vw;
  }

  .dim-gray-h1 {
    width: 95vw;
    min-width: 0px;
  }

  .content-image.large {
    width: 90%;
  }

  .bold-section {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .text-container {
    width: 95%;
    margin-right: 0px;
  }

  .red-section-image {
    width: 75%;
    margin-top: 25px;
  }

  .red-section-button {
    height: 50px;
  }

  .bottom-bar-contact-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .carnival-container {
    width: 30vw;
  }

  .carnival-header {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .project-atlas-content-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .third-text-container {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .half-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hybrid-advantages-entry {
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hybrid-advantages-entry.no-pad {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image {
    width: 50%;
  }

  .contact-image {
    display: none;
  }

  .container {
    max-width: 768px;
    min-width: 768px;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    border-width: 0px;
  }

  .contact-page-content {
    width: 95vw;
    min-width: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-page-content-info-container {
    width: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-hero-section {
    padding-bottom: 25px;
    -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;
  }

  .home-hero-image {
    width: 90vw;
    margin-bottom: -50px;
  }

  .home-hero-text-container {
    width: 85vw;
    margin-left: 0px;
  }

  .effectiveness-hero-section {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dim-gray-h2 {
    width: 95vw;
    min-width: 0px;
  }

  .dim-gray-h2.smalltext {
    padding-left: 10px;
  }

  .effectiveness-hero-image {
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header.about-us {
    height: 100vh;
  }

  .header.project-atlas {
    height: 100vh;
  }

  .header-bg {
    position: relative;
    height: 80%;
    background-position: 22% 50%;
    background-attachment: scroll;
  }

  .transition-section {
    padding-bottom: 0vh;
  }

  .transition-section.contact {
    padding-top: 0px;
  }

  .transition-section.other-apps {
    position: relative;
    padding-top: 0px;
  }

  .transition-section.home {
    padding-top: 25px;
  }

  .header-top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-home-link {
    width: 250px;
    margin-left: 0px;
  }

  .header-top-bar-link {
    font-size: 3vw;
    line-height: 3vw;
  }

  .bottom-bar.short.contact {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .submit-button.contact {
    margin-bottom: 50px;
  }

  .small-arrows {
    bottom: 7vh;
    z-index: 9999;
  }

  .content-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .transition-paragraph {
    width: 95vw;
    margin-top: 25px;
    margin-left: 0px;
    text-align: left;
    letter-spacing: 0px;
  }

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

  .tmobile-section {
    margin-top: 0px;
    padding-bottom: 0vh;
  }

  .dim-gray-h1 {
    max-width: 90vw;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
    text-align: center;
  }

  .dim-gray-h1.alt {
    max-width: 95vw;
  }

  .content-paragraph.half {
    width: 100%;
  }

  .content-image.large {
    width: 100%;
  }

  .bold-section {
    padding-bottom: 2vh;
  }

  .text-container {
    width: 95vw;
    margin-right: 0vw;
    margin-bottom: 25px;
  }

  .red-section-image {
    width: 95vw;
  }

  .blimp-pictures {
    overflow: hidden;
  }

  .footer {
    padding-bottom: 2vh;
  }

  .copyright-block {
    margin-top: 10px;
    line-height: 14px;
  }

  .bottom-bar-contact-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro {
    text-align: left;
  }

  .carnival-container {
    position: absolute;
    display: none;
    width: 40vw;
  }

  .carnival-header {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .project-atlas-section {
    padding-bottom: 0vh;
  }

  .project-atlas-content-container.no-margin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .history-image {
    width: 35%;
  }

  .capnav-button {
    position: relative;
    margin-top: 27px;
    margin-right: 0px;
    margin-bottom: 27px;
  }

  .blimp-icon-container {
    width: 75%;
    height: 100px;
    margin-top: 30px;
  }

  .capnav-logo-wrapper {
    width: 100%;
    height: auto;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .capnav {
    position: relative;
    height: auto;
    padding-bottom: 25px;
  }

  .container {
    max-width: 480px;
    min-width: 480px;
  }

  .container.capnav-container {
    -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;
  }

  .capnav-logo-outer-wrapper {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capnav-hamburger-container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.51);
  }

  .hamburger-line {
    width: 40px;
  }

  .menu {
    right: -500px;
    padding-top: 75px;
  }

  .contact-form-wrapper {
    box-shadow: none;
  }

  .checkbox-field {
    margin-right: 7px;
    margin-left: 7px;
  }

  .contact-page-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-info-text-container {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .hero-image {
    margin-top: 0px;
  }

  .hero-image.carnival {
    margin-bottom: 0px;
  }

  .home-hero-section {
    min-height: 0px;
  }

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

  .home-hero-text-container {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-hero-h1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .home-hero-p {
    margin-right: 10px;
    margin-left: 10px;
  }

  .effectiveness-hero-section {
    height: 300px;
    min-height: 0px;
    padding-bottom: 0px;
  }

  .white-content-section {
    padding-bottom: 0vh;
  }

  .dim-gray-h2 {
    width: 100%;
    max-width: 95vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 35px;
  }

  .dim-gray-h2.alt {
    max-width: 95vw;
  }
}

@media screen and (max-width: 479px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header.project-atlas {
    height: auto;
    background-color: #000;
    background-position: 50% 50%;
    background-size: 150vw;
  }

  .header-bg {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    height: 80%;
    background-position: 22% 44%;
  }

  .transition-section {
    padding-top: 0vw;
  }

  .transition-section.contact {
    position: relative;
  }

  .transition-section.other-apps {
    position: relative;
    padding-bottom: 100px;
  }

  .header-top-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bottom-bar {
    height: 12.5vh;
  }

  .bottom-bar.short {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 28vh;
  }

  .bottom-bar-request-more-info {
    height: 40%;
  }

  .menu-links-container {
    margin-right: 0px;
  }

  .form-block {
    width: 95vw;
  }

  .submit-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .submit-button.contact {
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-field.third {
    width: 45%;
  }

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

  .small-arrows {
    left: auto;
    top: auto;
    right: 3vh;
    bottom: 9vh;
  }

  .content-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-container.transition {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .transition-paragraph {
    width: 100%;
    max-width: none;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .dim-gray-h1 {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .content-paragraph {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .content-paragraph.half {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .accent-entry-container {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-section {
    min-height: 0vh;
    padding: 25px 10px 10px;
  }

  .light-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .red-section-image {
    width: 100%;
  }

  .red-section-button {
    margin-bottom: 25px;
  }

  .blimp-image {
    width: 50vw;
    height: 30vw;
  }

  .blimp-pic {
    width: 50vw;
  }

  .bottom-bar-contact-container {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .phone-number {
    margin-right: 0px;
  }

  .phone-number-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .intro {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .carnival-header {
    margin-bottom: 13vh;
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .gray-h2 {
    margin-top: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .capnav-button {
    width: 50vw;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .blimp-icon-container {
    width: 100%;
  }

  .capnav-logo-wrapper {
    width: auto;
    margin-left: 0px;
  }

  .capnav-logo-container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .capnav-logo-complete {
    font-size: 4vw;
    line-height: 4vw;
  }

  .blimp-icon-loop {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .capnav-logo-img {
    width: 30vw;
    height: auto;
  }

  .container {
    width: 95vw;
    max-width: none;
    min-width: 360px;
  }

  .container.capnav-container {
    width: 95vw;
    height: auto;
    max-width: none;
    min-width: 0px;
  }

  .blimp-icon-build {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .capnav-logo-tagline {
    font-size: 3.3vw;
    line-height: 3.5vw;
  }

  .menu {
    width: 100vw;
  }

  .contact-form-wrapper {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    box-shadow: none;
  }

  .contact-form-entry-container {
    width: 100%;
  }

  .contact-form-entry-container.checkboxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkboxes-label {
    width: 100%;
  }

  .checkbox-field {
    margin-top: 5px;
  }

  .contact-page-content {
    margin-bottom: 0px;
    padding-top: 0px;
    border-top-width: 0px;
  }

  .contact-info-text-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-image {
    margin-bottom: 25px;
  }

  .hero-image.carnival {
    margin-bottom: 10px;
  }

  .home-hero-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-hero-h1 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 25px;
    line-height: 30px;
  }

  .no-wrap {
    display: inline;
  }

  .home-hero-p {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .home-hero-link {
    height: 150px;
    margin-top: 25px;
  }

  .effectiveness-hero-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dim-gray-h2 {
    max-width: 95vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 0px;
    border-radius: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .dim-gray-h2.smalltext {
    padding-left: 0px;
  }
}

