h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.section.center {
  height: 100vh;
  background-color: #f36208;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/newtom-copy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.section.wide.img {
  padding-bottom: 5vh;
}

.section.wide.purple {
  background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 0 0;
  background-size: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: none;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
  position: static;
}

.image-2 {
  flex: none;
  display: block;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-wrap {
  font-weight: 300;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #f36208;
}

.hero-image {
  height: 85vh;
  display: none;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.black-text {
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-top: 95px;
  padding-left: 10vw;
  padding-right: 40vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  align-self: center;
  padding: 5vh 0;
  display: block;
}

.feature-wrap.icons {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
  font-weight: 300;
}

.hero-subhead {
  max-width: 60%;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  display: block;
}

.slider-arrow {
  color: #d6d6d6;
}

.slide-nav {
  font-size: 7px;
}

.nav-logo-wrap {
  flex: none;
  margin-left: -15px;
  padding-left: 0;
}

.heading-3 {
  font-weight: 100;
}

.heading-4 {
  color: #fff;
  font-weight: 300;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide {
  background-image: url('../images/TLPIGO.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 0;
}

.slide-2 {
  background-image: url('../images/TNFVS.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-titles {
  z-index: auto;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 425px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 49px;
  font-size: 22px;
  display: flex;
  position: static;
  top: 525px;
  left: auto;
  right: 0%;
}

.slider-titles:hover {
  text-decoration: underline;
}

.link-3 {
  text-align: center;
  text-decoration: none;
  display: block;
}

.slide-3 {
  background-image: url('../images/SA.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/VB1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.link-3-white {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline;
}

.link-3-white:hover {
  text-decoration: underline;
}

.slide-5 {
  background-image: url('../images/mariners.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.social-media-icons {
  padding-left: 10px;
  padding-right: 30px;
}

.link-block {
  display: none;
}

.text-block-3 {
  color: #000;
  justify-content: center;
  font-size: 38px;
  font-weight: 300;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-self: center;
  padding-top: 40px;
  display: flex;
}

.heading-5 {
  font-size: 24px;
  font-weight: 300;
}

.text-block-4 {
  display: none;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  max-width: 50%;
  text-align: center;
  margin-bottom: 0;
}

.image-4 {
  padding-top: 20px;
  display: block;
}

.slide-nav-copy {
  font-size: 7px;
}

.paragraph-copy {
  max-width: 67%;
  text-align: center;
}

.link-block-2 {
  display: none;
}

.text-block-5 {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    background-image: linear-gradient(to bottom, null, null), url('../images/newtom-copy.png');
    background-attachment: scroll, scroll;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section.wide.img {
    padding-top: 5vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
    margin-bottom: 151px;
    display: block;
  }

  .nav-inner {
    width: 100vw;
  }

  .image-2 {
    flex: none;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    max-width: 100%;
    padding-bottom: 49px;
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-logo-wrap {
    margin-left: 0;
    padding-left: 5px;
  }

  .menu-button.w--open {
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, .95);
  }

  .nav-menu-2 {
    min-width: 240px;
    background-color: rgba(0, 0, 0, .9);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    margin-top: -87px;
    font-size: 8vw;
  }

  .slide {
    background-position: 100%;
  }

  .slide-2, .slide-4 {
    background-position: 0 100%;
  }

  .text-block-3 {
    color: #000;
    margin-bottom: -5px;
  }

  .paragraph {
    max-width: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-3 {
    padding-right: 51px;
  }

  .image-4 {
    padding-top: 40px;
  }

  .paragraph-copy {
    max-width: none;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.wide {
    padding-top: 0;
  }

  .section.wide.img {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 10vh;
  }

  .feature-content {
    width: auto;
    max-width: none;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link {
    padding-top: 0;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .black-text {
    padding-bottom: 25px;
  }

  .hero-content {
    margin-bottom: 5vh;
    padding-top: 148px;
  }

  .feature-wrap {
    flex-direction: row;
    margin-top: 0;
    display: block;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-image {
    width: auto;
  }

  .hero-subhead {
    font-size: 18px;
  }

  .feature-icon {
    margin-bottom: 10px;
  }

  .footer {
    display: block;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .menu-button.w--open {
    border: 1px solid rgba(0, 0, 0, .95);
  }

  .nav-menu-2 {
    padding-top: 20px;
  }

  .form-block {
    width: 100%;
  }

  .slide-4 {
    background-position: 11% 100%;
  }

  .slide-5 {
    background-position: 43% 100%;
  }

  .social-media-icons {
    padding-top: 30px;
  }

  .text-block-3 {
    color: #000;
    margin-bottom: 0;
    font-weight: 300;
  }

  .div-block-13 {
    flex-wrap: wrap;
    display: block;
  }

  .paragraph {
    max-width: none;
  }

  .image-3 {
    padding-right: 60px;
  }

  .paragraph-copy {
    max-width: none;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    margin-top: -10px;
    padding-top: 0;
  }

  .section.center {
    background-color: #f36208;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/newtom-copy.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding-bottom: 19vh;
    display: block;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
  }

  .black-text {
    padding-bottom: 20px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    line-height: 28px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .nav-logo-wrap {
    margin-left: -10px;
  }

  .heading-3 {
    margin-top: -120px;
    font-size: 42px;
    line-height: 56px;
  }

  .slide {
    background-position: 85%;
  }

  .slide-2 {
    background-position: 14% 100%;
  }

  .slider-titles {
    font-size: 12px;
  }

  .slide-3 {
    background-image: url('../images/SA.jpg');
    background-position: 55%;
  }

  .slide-4 {
    background-position: 24% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .link-3-white {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-3 {
    padding-right: 80px;
    display: block;
  }

  .slide-6 {
    background-image: url('../images/SA.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}


