*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px; }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 22px; } }

h1, h2.large {
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  color: #FEF6E3;
  border-bottom: 6px solid #447b70;
  text-align: center;
  text-transform: initial;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    h1, h2.large {
      text-align: center;
      display: inline-block;
      font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    h1, h2.large {
      font-size: 4.5rem; } }

h2 {
  font-size: 1rem;
  color: #3a3e40;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 6px solid #F37A22;
  padding-bottom: 5px; }

h3 {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4, h5, h6 {
  font-size: 1.5rem;
  font-weight: 700; }

p {
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    p {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    p {
      font-size: 1.5rem; } }

a {
  text-decoration: none;
  color: #F37A22; }
  a:hover {
    color: #BE4C2D; }

.container {
  background-color: #FFFFFF;
  overflow: hidden; }
  .container.nav-container {
    background-color: #1D2E2E;
    position: relative;
    height: 3rem;
    overflow: initial; }
  .container.footer-container {
    background-color: #1D2E2E; }
    .container.footer-container p {
      color: #3d6167;
      text-align: center;
      font-size: 0.9rem;
      padding: 0 0 1rem; }
      @media (min-width: 768px) {
        .container.footer-container p {
          font-size: 1rem;
          padding: 0 0 4rem; } }
      @media (min-width: 1200px) {
        .container.footer-container p {
          font-size: 1.1rem; } }
  .container.contact-container, .container.action-container {
    padding: 2.5rem 2.5rem 3.75rem; }
    @media (min-width: 768px) {
      .container.contact-container, .container.action-container {
        padding: 4rem 6rem 6rem; } }
    @media (min-width: 1200px) {
      .container.contact-container, .container.action-container {
        padding: 6rem 6rem 7.5rem; } }
    .container.contact-container p, .container.action-container p {
      text-align: left;
      color: #FEF6E3; }
      @media (min-width: 768px) {
        .container.contact-container p, .container.action-container p {
          margin-top: 1rem;
          margin-bottom: 4rem; } }
      @media (min-width: 1200px) {
        .container.contact-container p, .container.action-container p {
          margin-top: 2rem;
          margin-bottom: 4rem; } }
      .container.contact-container p a, .container.action-container p a {
        color: #FEF6E3;
        border-bottom: 1px dashed #3b6a61; }
        .container.contact-container p a:hover, .container.action-container p a:hover {
          color: #F37A22;
          border-bottom-color: #F37A22; }
  .container.contact-container {
    background-color: #1D2E2E; }
    .container.contact-container p {
      margin-bottom: 0; }
      .container.contact-container p + p {
        margin-top: 2rem; }
  .container.action-container {
    background-color: #2A4347; }

@media (min-width: 1200px) {
  .block {
    max-width: 1150px;
    margin: auto; } }

@media (min-width: 1200px) {
  .full-width .block {
    max-width: none; } }

@media (min-width: 768px) {
  .block.contact-block, .block.action-block {
    text-align: center; } }

.block.thin-divider-block {
  text-align: center; }

.logo {
  background-image: url("/assets/media/logo.svg");
  width: 7.5rem;
  height: 7.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 1; }
  .logo span {
    display: none; }

.thin-divider-container {
  padding: 1.75rem 1rem 1.5rem;
  background-color: #f1f1f1; }
  @media (min-width: 768px) {
    .thin-divider-container {
      padding: 5rem 2rem 3rem; } }
  .thin-divider-container.thin-divider-video-header-container {
    padding-top: 1rem; }
    @media (min-width: 768px) {
      .thin-divider-container.thin-divider-video-header-container {
        padding-top: 3rem; } }

.grid-container {
  padding: 0 1rem 1rem;
  background-color: #f1f1f1; }
  @media (min-width: 768px) {
    .grid-container {
      padding: 0 2rem 3rem; } }
  @media (min-width: 768px) {
    .grid-container {
      padding: 0 2rem 6rem; } }

.video-container,
.featured-container {
  padding: 0 1rem 1rem;
  background-color: #f1f1f1; }
  @media (min-width: 768px) {
    .video-container,
    .featured-container {
      padding: 0 2rem 0; } }

.airship-container {
  background-color: #1D2E2E;
  padding: 2rem;
  border-top: 1px solid #335257; }
  @media (min-width: 768px) {
    .airship-container {
      padding: 4rem; } }

.video-block {
  max-width: 640px;
  margin: auto; }

.items-container {
  margin: 0 -1rem; }

.items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 1rem; }

.item {
  flex: 0 0 48%;
  margin-bottom: 2rem;
  position: relative; }
  .item.featured-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .item.featured-item {
        margin-bottom: 2rem; } }
    .item.featured-item .item-text {
      margin-top: 0; }
    .item.featured-item h3 {
      background-color: transparent;
      padding: 0;
      font-size: 1.3rem;
      margin-top: 0.75rem; }
      @media (min-width: 768px) {
        .item.featured-item h3 {
          font-size: 1.7rem; } }
      @media (min-width: 1200px) {
        .item.featured-item h3 {
          font-size: 1.9rem; } }
    .item.featured-item p {
      margin-top: 0; }
      @media (min-width: 768px) {
        .item.featured-item p {
          font-size: 1.2rem; } }
      @media (min-width: 1200px) {
        .item.featured-item p {
          font-size: 1.5rem; } }
  .item .item-image {
    z-index: 1; }
  .item .item-text {
    margin-top: -35px;
    z-index: 2; }
    @media (min-width: 768px) {
      .item .item-text {
        margin-top: -42px; } }
    @media (min-width: 768px) {
      .item .item-text {
        margin-top: -46px; } }
  .item h3 {
    margin-bottom: 0.5rem;
    color: #F37A22;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: inline-block;
    padding: 0 0.75rem;
    line-height: 30px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .item h3 {
        font-size: 1.2rem;
        line-height: 36px; } }
    @media (min-width: 1200px) {
      .item h3 {
        font-size: 1.4rem;
        line-height: 40px; } }
    .item h3 a {
      border-bottom: none; }
      .item h3 a:hover {
        color: #FFFFFF; }
  .item p {
    color: #464b4e;
    margin-top: 0.25rem; }
    @media (min-width: 768px) {
      .item p {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .item p {
        font-size: 1.1rem; } }

.people {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .people {
      padding: 0;
      margin-top: 2rem; } }

.people-item {
  flex: 0 0 100%;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .people-item {
      flex: 0 0 33.3333%;
      margin-bottom: 0; } }
  .people-item.jon .people-item-image {
    background-image: url("/assets/media/jon.svg"); }
  .people-item.kelli .people-item-image {
    background-image: url("/assets/media/kelli.svg"); }
  .people-item.te .people-item-image {
    background-image: url("/assets/media/te.svg"); }
  .people-item .people-item-image {
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .people-item .people-item-text {
    padding: 0 1rem; }
  .people-item h3 {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
    color: #F37A22; }
    .people-item h3 a {
      border-bottom: 1px dashed #F37A22; }
  @media (min-width: 768px) {
    .people-item p {
      font-size: 1.1rem; } }
  @media (min-width: 1200px) {
    .people-item p {
      font-size: 1.1rem; } }

.container.action-container .people-item-text h3 {
  text-align: center; }

.container.action-container .people-item-text p {
  text-align: center;
  margin-bottom: 0; }

.button {
  background-color: #F37A22;
  padding: 1rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #FEF6E3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .button {
      max-width: 500px;
      padding: 1.25rem 2rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .button {
      padding: 1.5rem 2rem; } }
  .button:hover {
    background-color: #BE4C2D;
    color: #FEF6E3; }

.slideshow {
  position: relative; }
  .slideshow .slide img {
    max-width: 100%; }
  .slideshow ul.slick-dots {
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    padding-bottom: 0.75rem; }
    .slideshow ul.slick-dots li {
      display: inline-block;
      margin: 0 3px; }
      .slideshow ul.slick-dots li button {
        background-color: transparent;
        border: 2px solid #FFFFFF;
        border-radius: 100%;
        color: transparent;
        width: 12px;
        height: 12px;
        overflow: hidden;
        display: inline-block;
        padding: 0;
        outline: none; }
      .slideshow ul.slick-dots li:active button, .slideshow ul.slick-dots li:focus button, .slideshow ul.slick-dots li:hover button, .slideshow ul.slick-dots li.slick-active button {
        background-color: #FFFFFF;
        outline: none;
        cursor: pointer; }

a.airship-logo {
  display: block; }
  a.airship-logo .airship-graphic {
    margin: auto;
    width: 160px;
    height: 40px; }
  a.airship-logo svg {
    margin: auto;
    width: 160px;
    height: 40px; }
    a.airship-logo svg path {
      fill: #507f87; }
  a.airship-logo:hover svg path {
    fill: #F37A22; }
  a.airship-logo:hover p.airship-text {
    color: #F37A22; }
  a.airship-logo p.airship-text {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #507f87; }

p.airship-description {
  font-size: 0.75rem;
  color: #507f87;
  max-width: 700px;
  margin: 1rem auto 0;
  text-align: center; }

.toefu-banner-container {
  background-color: #2A4347; }
  .toefu-banner-container .block {
    background-color: transparent;
    position: relative;
    height: 300px;
    background-image: url("/assets/media/stripes.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 500px) {
      .toefu-banner-container .block {
        height: 400px; } }
    @media (min-width: 768px) {
      .toefu-banner-container .block {
        height: 450px;
        max-width: none; } }
    @media (min-width: 1200px) {
      .toefu-banner-container .block {
        height: 600px; } }
    .toefu-banner-container .block span {
      display: none; }

.toefu-banner-container .block {
  position: relative; }
  .toefu-banner-container .block .caption {
    display: none; }
    @media (min-width: 768px) {
      .toefu-banner-container .block .caption {
        bottom: 0;
        color: #9EA5A8;
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 0.45rem 0.75rem;
        right: 0;
        width: auto; }
        .toefu-banner-container .block .caption p {
          font-size: 0.95rem;
          line-height: 1.2; }
          .toefu-banner-container .block .caption p:before {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 5px;
            border-top: 2px solid #9EA5A8;
            border-left: 2px solid #9EA5A8;
            transform: rotate(45deg) translateX(-5px) translateY(5px); } }

.fireball1 {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  position: absolute;
  top: -9rem;
  left: 1vw;
  background-image: url("/assets/media/fireball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: fireball1 1s infinite normal ease-in forwards; }
  @media (min-width: 768px) {
    .fireball1 {
      width: 6rem;
      height: 6rem; } }
  @media (min-width: 1200px) {
    .fireball1 {
      width: 9rem;
      height: 9rem; } }

@keyframes fireball1 {
  0% {
    transform: translateX(0) translateY(0); }
  100% {
    transform: translateX(250px) translateY(550px); }
  @media (min-width: 768px) {
    100% {
      transform: translateX(250px) translateY(750px); } } }

.fireball2 {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: -7.5rem;
  left: 10vw;
  background-image: url("/assets/media/fireball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: fireball1 1.15s infinite normal ease-in forwards; }
  @media (min-width: 768px) {
    .fireball2 {
      width: 7.5rem;
      height: 7.5rem; } }

.fireball3 {
  width: 5.25rem;
  height: 5.25rem;
  display: block;
  position: absolute;
  top: -10.5rem;
  left: 30vw;
  background-image: url("/assets/media/fireball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: fireball1 1.25s 0.5s infinite normal ease-in forwards; }
  @media (min-width: 768px) {
    .fireball3 {
      width: 10.5rem;
      height: 10.5rem;
      left: 50vw; } }

.fireball4 {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  position: absolute;
  top: -9rem;
  left: 45vw;
  background-image: url("/assets/media/fireball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: fireball1 1.5s 0.25s infinite normal ease-in forwards; }
  @media (min-width: 768px) {
    .fireball4 {
      width: 9rem;
      height: 9rem;
      left: 75vw; } }

.fireball5 {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  position: absolute;
  top: -11.25rem;
  left: 50vw;
  background-image: url("/assets/media/fireball.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: fireball1 0.9s infinite normal ease-in forwards; }
  @media (min-width: 768px) {
    .fireball5 {
      width: 9rem;
      height: 9rem; } }

.cloud1 {
  width: 4.5rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50px;
  left: -9.75rem;
  background-image: url("/assets/media/cloud.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: cloud1 150s -40s infinite normal linear forwards; }
  @media (min-width: 768px) {
    .cloud1 {
      width: 9rem;
      height: 6rem;
      top: 80px; } }

@keyframes cloud1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(150vw); } }

.cloud2 {
  width: 6rem;
  height: 4.5rem;
  left: -12.75rem;
  display: block;
  position: absolute;
  top: 130px;
  background-image: url("/assets/media/cloud.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: cloud1 150s -60s infinite normal linear forwards; }
  @media (min-width: 768px) {
    .cloud2 {
      width: 12rem;
      height: 9rem;
      top: 290px; } }

.cloud3 {
  width: 4.5rem;
  height: 3.75rem;
  left: -9.75rem;
  display: block;
  position: absolute;
  top: 20px;
  background-image: url("/assets/media/cloud.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: cloud1 150s -80s infinite normal linear forwards; }
  @media (min-width: 768px) {
    .cloud3 {
      width: 9rem;
      height: 7.5rem; } }

.cloud4 {
  width: 7.5rem;
  height: 6rem;
  left: -15.75rem;
  display: block;
  position: absolute;
  top: 160px;
  background-image: url("/assets/media/cloud.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: cloud1 80s -140s infinite normal linear forwards; }
  @media (min-width: 768px) {
    .cloud4 {
      width: 15rem;
      height: 12rem;
      top: 280px; } }

.cloud5 {
  width: 8.25rem;
  height: 6rem;
  left: -17.25rem;
  display: block;
  position: absolute;
  top: 75px;
  background-image: url("/assets/media/cloud.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: cloud1 80s -75s infinite normal linear forwards; }
  @media (min-width: 768px) {
    .cloud5 {
      width: 16.5rem;
      height: 12rem;
      top: 200px; } }

.title {
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  background-image: url("/assets/media/title.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -150px;
  width: 300px;
  height: 90px; }
  @media (min-width: 500px) {
    .title {
      top: 30%; } }
  @media (min-width: 768px) {
    .title {
      top: 35%;
      margin-left: -240px;
      width: 480px;
      height: 100px; } }

.ground {
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/assets/media/ground.svg");
  background-size: 800px auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .ground {
      height: 120px;
      background-size: 1400px auto; } }

.foreground {
  height: 300px;
  margin: auto;
  display: block;
  position: relative; }
  @media (min-width: 500px) {
    .foreground {
      height: 400px; } }
  @media (min-width: 768px) {
    .foreground {
      height: 450px; } }
  @media (min-width: 1200px) {
    .foreground {
      max-width: 1300px;
      height: 600px; } }

.tofu {
  width: 150px;
  height: 165px;
  top: 100px;
  right: 20px;
  display: block;
  position: absolute;
  background-image: url("/assets/media/tofu-red.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: tofu 0.18s infinite normal linear both; }
  @media (min-width: 500px) {
    .tofu {
      width: 200px;
      height: 215px;
      top: 150px;
      right: 40px; } }
  @media (min-width: 768px) {
    .tofu {
      width: 240px;
      height: 250px;
      top: 150px;
      right: 100px; } }
  @media (min-width: 1200px) {
    .tofu {
      width: 360px;
      height: 390px;
      top: 150px;
      right: 100px; } }

@keyframes tofu {
  0% {
    transform: translateX(0) translateY(-2); }
  20% {
    transform: translateX(5px) translateY(-5px); }
  40% {
    transform: translateX(-3px) translateY(2px); }
  60% {
    transform: translateX(4px) translateY(7px); }
  80% {
    transform: translateX(-3px) translateY(2px); }
  100% {
    transform: translateX(2px) translateY(0px); } }

.explode {
  width: 175px;
  height: 150px;
  bottom: 15px;
  left: 30px;
  display: block;
  position: absolute;
  background-image: url("/assets/media/explode.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 500px) {
    .explode {
      left: 50px;
      width: 225px;
      height: 200px; } }
  @media (min-width: 768px) {
    .explode {
      width: 300px;
      height: 250px;
      bottom: 20px;
      left: 80px; } }
  @media (min-width: 1200px) {
    .explode {
      width: 350px;
      height: 300px;
      bottom: 10px;
      left: 90px; } }
