:root {
  --663399: #134e4c;
  --white: white;
  --light-sea-green: #25b4ae;
  --navy: #66d338;
  --black: #1a1a1a;
  --lite: #eee;
  --black-2: #0f1417;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #191919;
  background-color: #f8f8f8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

h1 {
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: EB Garamond, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  line-height: 1.6em;
}

p {
  margin-bottom: 10px;
}

li {
  margin-bottom: 7px;
}

label {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.btn {
  background-color: var(--663399);
  color: var(--white);
  text-align: center;
  letter-spacing: .3px;
  cursor: pointer;
  border-width: 3px;
  border-color: #000;
  border-radius: 50px;
  min-width: 120px;
  padding: 8px 25px 5px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.btn.btn-2 {
  border-color: var(--light-sea-green);
}

.btn.btn-2:hover {
  background-color: var(--light-sea-green);
}

.btn.btn-line {
  color: var(--navy);
  background-color: #ffffff26;
}

.btn.btn-form, .btn.btn-subsc {
  padding-right: 25px;
}

.padtop {
  margin-top: 25px;
}

.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}

.btn-sp {
  width: 14px;
  height: 14px;
  display: inline-block;
}

.navlink {
  color: var(--black);
  letter-spacing: .4px;
  cursor: pointer;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.navlink.w--current {
  color: var(--black);
}

.padbot {
  margin-bottom: 25px;
}

.form {
  text-align: left;
}

.msg {
  border: 2px solid var(--lite);
  color: var(--black);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  min-height: 55px;
  margin-bottom: 20px;
  line-height: 20px;
}

.msg.msg-box {
  margin-bottom: 20px;
}

.msg.msg-subs {
  float: left;
  color: #fff;
  border-radius: 0;
  min-height: 44px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.msg.msg-area {
  min-height: 140px;
  margin-bottom: 25px;
  padding-top: 10px;
}

.msg.msg-49 {
  width: 97%;
}

.box {
  float: left;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  width: 18%;
  height: 60px;
  margin-right: 2%;
  padding-top: 19px;
  box-shadow: 0 7px 13px #00000026;
}

.box.bg1 {
  background-color: var(--navy);
}

.box.bg2 {
  background-color: var(--663399);
}

.box.bg3 {
  background-color: var(--light-sea-green);
}

.box.bg4 {
  background-color: #eb0067;
}

.padtopbot {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-video {
  color: #bbb;
  width: 95%;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.img, .row {
  width: 100%;
}

.row.align-r {
  text-align: right;
}

.image {
  filter: invert();
  height: 100%;
  display: block;
}

.brand {
  float: left;
  height: 40px;
  padding: 5px;
  display: inline-block;
}

.nav {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.radio {
  float: left;
  margin-right: 25px;
}

.ul {
  margin-bottom: 35px;
  padding-left: 7px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 300;
}

.bg-vid {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding-top: 25px;
  display: flex;
}

.hero {
  padding: 0 20px 80px;
  position: relative;
}

.sect-grn {
  color: #fff;
  background-color: #53d102;
  background-image: linear-gradient(#0009, #0009), linear-gradient(to right, #00807a, #fff0), linear-gradient(#34b10080, #34b10080), url('../images/LetsSavetheWorld.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-size: auto, auto, auto, cover;
  padding: 80px 20px 125px;
  overflow: hidden;
}

.sect {
  width: 100%;
  padding: 75px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sect.videos {
  background-color: #0a0a0a;
  background-image: linear-gradient(to top, #1a1a1a, #0a0a0a 75%);
  padding: 0 0 100px;
  overflow: visible;
}

.sect.sect-dark {
  background-color: var(--663399);
  color: var(--white);
}

.sect.sect-vv {
  padding-top: 175px;
  padding-bottom: 175px;
}

.sect.sect-wkr {
  padding-left: 40px;
  padding-right: 40px;
}

.sect.set-logos {
  padding: 40px;
}

.sect.sect-img {
  background-image: url('../images/pexels-ninosouza-1870438.jpg');
  background-position: 50% 20%;
  background-size: cover;
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}

.sect.sect-sm {
  border-bottom: 10px solid var(--lite);
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

.sect.sect-best {
  padding-top: 0;
}

.sect.sect-soon {
  overflow: hidden;
}

.foot {
  background-color: var(--black-2);
  padding-top: 75px;
  position: relative;
}

.bot25 {
  margin-bottom: 25px;
}

.col-left {
  text-align: left;
}

.track {
  width: 100%;
  overflow: scroll;
}

.ftlogo {
  height: 50px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot50.top0 {
  margin-top: 0;
}

.ctr {
  text-align: center;
}

.ctr.top25 {
  margin-top: 25px;
}

.list-home {
  align-items: flex-start;
  width: 2150px;
  display: flex;
}

.youtube-2 {
  background-color: #1a1a1a;
  border: 15px solid #1a1a1a;
  margin-top: -50px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 15px 7px #0003;
}

.vid-sm {
  cursor: pointer;
  border-radius: 10px;
  width: 320px;
  max-width: 600px;
  height: 180px;
  margin-bottom: 25px;
  transition: all .5s;
  display: block;
  position: relative;
}

.vid-sm:hover {
  opacity: .85;
  transform: scale(.95);
}

.soc {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 75px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.soc:hover {
  opacity: .75;
}

.block-slide {
  border-radius: 10px;
  width: 320px;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .5s;
  display: block;
}

.block-slide:hover {
  opacity: .85;
}

.vid-title {
  margin-bottom: 5px;
}

.playnow {
  background-color: var(--black);
  opacity: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.playnow.nowon {
  opacity: 1;
}

.greenline {
  background-color: var(--navy);
  background-image: linear-gradient(270deg, var(--navy), var(--663399));
  height: 2px;
  margin-bottom: 25px;
}

.greenline.linemax {
  width: 250px;
  max-width: 100%;
  display: inline-block;
}

.ftlink {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  cursor: pointer;
  font-family: Cinzel, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.ftlink:hover, .ftlink.w--current {
  color: var(--navy);
}

.ftlink.nk {
  color: #999;
  font-size: 11px;
  line-height: 20px;
}

.p-max {
  max-width: 50%;
}

.inl {
  display: inline;
}

.inl.playing {
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.np {
  opacity: .5;
  margin-right: 7px;
  font-size: 13px;
  line-height: 18px;
  display: inline;
}

.foot-ul {
  text-align: left;
  column-count: 2;
  width: 250px;
  max-width: 100%;
  margin-bottom: 0;
}

.logo-feat {
  filter: invert();
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.logo-feat.logo-md {
  height: 60px;
}

.feat-h {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.feat-h.aw-h {
  margin-top: 35px;
  margin-bottom: 25px;
  line-height: 21px;
}

.fa {
  font-family: Fontawesome, sans-serif;
}

.fa.fa-ft {
  width: 13px;
  margin-right: 3px;
  line-height: 12px;
  display: inline-block;
}

.ft-p {
  color: #ccc;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.ft-p.grn {
  color: var(--navy);
  margin-bottom: 20px;
  text-decoration: none;
}

.heading-7 {
  font-weight: 400;
}

.slide-abs {
  z-index: 1;
  flex: 1;
  align-items: center;
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hide {
  display: none;
}

.slide1 {
  background-image: url('../images/Youve-Made-It.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.yout {
  background-image: none;
}

.tabrow {
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border-bottom: 1px solid #33333340;
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.tabrow.w--current {
  background-color: #0000;
  padding-left: 0;
}

.vidl {
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  transition: all .5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.vidl:hover {
  opacity: .85;
}

.vidlist {
  width: 33.3333%;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.rel {
  z-index: 1;
  position: relative;
}

.hero-ov {
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.burger-4 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar1 {
  background-color: var(--navy);
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.b4-bar-2 {
  background-color: var(--navy);
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar3 {
  float: right;
  background-color: var(--navy);
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.success {
  opacity: .5;
  text-align: left;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.flex-ctr {
  align-items: center;
  display: flex;
}

.vid-min {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vid-img {
  z-index: -1;
  width: 100%;
}

.feat-logo {
  height: 100%;
  display: block;
}

.col.align-r {
  text-align: right;
}

.col.col-left {
  padding-right: 50px;
}

.fa-btn {
  color: #fff;
  padding-left: 10px;
  font-family: Fontawesome, sans-serif;
  font-style: normal;
}

.ft-li {
  margin-bottom: 0;
}

.star {
  height: 22px;
  margin-left: 8px;
  margin-right: 8px;
}

.aw {
  font-size: 26px;
}

.sect-cta {
  border-top: 10px solid var(--lite);
  text-align: center;
  width: 100%;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.link-w {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-w:hover {
  color: var(--navy);
}

.star-row {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 45px;
}

.vids {
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.bot100 {
  margin-bottom: 100px;
}

.green {
  color: var(--663399);
}

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

.foot-h {
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-subsc {
  float: right;
  text-align: right;
  width: 330px;
  max-width: 100%;
}

.bot0 {
  margin-bottom: 0;
}

.row-ft {
  border-top: 1px solid var(--black);
  background-color: var(--black);
  margin-top: 90px;
  padding: 35px 20px;
  position: relative;
}

.feat-ico {
  align-items: center;
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feat-row {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.md-pad {
  width: 100%;
}

.light {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.form-2 {
  align-items: center;
  display: flex;
}

.top25 {
  margin-top: 25px;
}

.error {
  color: #fff;
  text-align: left;
  background-color: #222;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12px;
}

.wide {
  max-width: 1280px;
}

.link-2 {
  color: var(--black);
  font-weight: 400;
  line-height: 40px;
  text-decoration: underline;
  display: inline-block;
}

.heading-9 {
  margin-bottom: 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}

.vid-hero {
  border-bottom: 10px solid var(--lite);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-top: 25px;
  display: flex;
}

.fff {
  color: var(--white);
}

.fff.align-r {
  text-align: right;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0%;
}

.colno {
  height: 0;
}

.col-right {
  padding-left: 50px;
}

.image-8 {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vidbox {
  aspect-ratio: 16 / 9;
  background-color: #ddd;
  width: 90%;
}

.paragraph {
  margin-bottom: 75px;
}

.list {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}

.foott {
  border-top: 10px solid var(--lite);
  text-align: center;
  width: 100%;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.header {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.bot40 {
  margin-bottom: 40px;
}

.hplogo {
  filter: invert();
  height: 20px;
  display: inline-block;
}

.heading-10 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em;
}

._1line {
  white-space: nowrap;
}

.wider {
  max-width: 1800px;
}

.head-svc {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.frame-img {
  background-color: #eee;
  background-image: url('../images/Playground.00_01_13_11.Still007.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 480px;
  margin-bottom: 75px;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.top-g {
  background-color: var(--663399);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.bot75 {
  margin-bottom: 75px;
}

.image-9 {
  filter: invert();
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide {
  background-image: url('../images/pexels-ninosouza-1870438.jpg');
  background-position: 50%;
  background-size: cover;
  height: 580px;
  min-height: 540px;
}

.mask, .slider {
  height: auto;
}

.text-span-2 {
  display: block;
}

html.w-mod-js [data-ix="fadein"] {
  opacity: 0;
  transform: translate(-30px);
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: right;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 60px;
  }

  .nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-button {
    width: 40px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navmenu {
    background-color: var(--black);
    margin-top: 0;
  }

  .col.last-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .msg.msg-49 {
    width: 100%;
  }

  .row.ctr-sm {
    text-align: center;
  }

  .row.ctr-sm.bot50-sm {
    margin-bottom: 50px;
  }

  .nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sect.videos {
    padding-bottom: 100px;
  }

  .sect.sect-soon {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .foot {
    text-align: center;
    padding: 50px 0 0;
  }

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

  .ftlogo {
    height: 80px;
    margin-bottom: 15px;
  }

  .ctr {
    order: -1;
  }

  .youtube-2 {
    margin-top: -25px;
  }

  .vid-sm, .block-slide {
    align-items: center;
  }

  .foot-ul {
    text-align: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-feat {
    margin-bottom: 35px;
  }

  .logo-feat.logo-md {
    height: 33px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 32px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabrow {
    text-align: center;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: inline-block;
  }

  .tabrow:hover {
    padding-left: 0;
    padding-right: 0;
  }

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

  .vidl {
    text-align: center;
    align-items: center;
  }

  .vidlist {
    align-items: center;
  }

  .flex-ctr {
    flex-direction: column;
  }

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

  .col.align-r.ctr-sm {
    text-align: center;
  }

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

  .col.last-sm {
    order: 1;
    padding-top: 20px;
  }

  .form-subsc {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .row-ft {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ft-col-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-video {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .feat-ico {
    display: block;
  }

  .feat-row {
    width: 500px;
    max-width: 100%;
  }

  .md-pad {
    padding-left: 25px;
    padding-right: 25px;
  }

  .foott, .header, .head-svc, .frame-img {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

  .btn-sp {
    display: block;
  }

  .navlink {
    text-align: center;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 55px;
  }

  .p-video {
    font-size: 11px;
    line-height: 16px;
  }

  .brand {
    height: 50px;
    padding-top: 9px;
    padding-bottom: 15px;
  }

  .nav {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 2px 9px #00000054;
  }

  .bg-vid {
    height: 90vh;
    min-height: auto;
    max-height: 500px;
  }

  .sect-grn {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sect.videos {
    padding-bottom: 0;
  }

  .sect.sect-soon {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 34px;
  }

  .foot {
    padding-bottom: 0;
  }

  .ftlogo {
    height: 65px;
  }

  .youtube-2 {
    border-width: 6px;
  }

  .vid-title {
    font-size: 14px;
    line-height: 20px;
  }

  .p-max {
    max-width: none;
  }

  .inl.playing {
    display: inline-block;
  }

  .np {
    line-height: 10px;
    display: block;
  }

  .logo-feat {
    height: 25px;
    margin-bottom: 15px;
  }

  .logo-feat.huff {
    height: 18px;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 26px;
  }

  .slide-abs {
    width: 100%;
    height: 220px;
    position: relative;
  }

  .tabrow {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .vidlist {
    padding-left: 8px;
    padding-right: 8px;
  }

  .burger-4 {
    height: 50px;
  }

  .vid-min {
    padding-left: 0;
    padding-right: 0;
  }

  .sect-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .star-row {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .row-ft {
    margin-top: 50px;
  }

  .feat-row {
    margin-bottom: 75px;
  }

  .heading-9 {
    font-size: 1.7em;
  }

  .vid-hero {
    height: 90vh;
    min-height: auto;
    max-height: 500px;
  }

  .foott, .header, .head-svc, .frame-img {
    padding: 25px 25px 50px;
  }

  .image-9 {
    height: 30px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-span-2 {
    display: inline;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}