  :root {
  --color-5: #151232;
  --color-3: #f06f22;
  --color-6: white;
  --color-4: #499b9a;
  --color: #122d50;
  --color-2: #0773b4;
  --black: black;
}

body {
  color: #333;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: #0374bb;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.ty-header-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.hero-line-2 {
  color: var(--color-6);
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.h3-light {
  color: var(--color-6);
  font-size: 1.5em;
  font-weight: 300;
}

.video-header {
  background-image: linear-gradient(115deg, var(--color-4), #234f67 29%, var(--color) 55%, var(--color-5));
  justify-content: space-between;
  height: 35vh;
  padding: 10% 5% 5%;
  display: flex;
  position: relative;
}

.video-holder {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1325px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-gallery-holder {
  padding-top: 5%;
  padding-bottom: 5%;
}

.video-text-holder {
  width: 30%;
  margin-bottom:30px;
}

.slider {
  background-color: #ddd0;
  width: 65%;
  height: 550px;
  padding-bottom: 50px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  padding-left: 1%;
  display: flex;
}

.video-slide {
  width: 31%;
  height: 100%;
  margin-left: 1%;
  margin-right: 1%;
}

.heading {
  color: #f06f22;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .ty-header-text {
    width: auto;
  }

  .hero-line-2 {
    font-size: 3em;
  }

  .video-header {
    height: 25vh;
  }

  .video-holder {
    flex-flow: column;
  }

  .video-text-holder, .slider {
    width: 100%;
  }

  .video-slide {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    letter-spacing: 2px;
    font-size: .9em;
  }

  .hero-line-2 {
    font-size: 2em;
  }

  .h3-light {
    font-size: 1em;
  }

  .video-header {
    height: auto;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .slider {
    height: 650px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .h3-light {
    letter-spacing: 0;
    font-size: .9em;
  }

  .video-header {
    padding-top: 25%;
  }

  .slider {
    height: 700px;
  }

  .video-slide {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}


