.product-landing-page-container #page-content{
  padding: 0 !important
}

#page-content .container, #product-landing-slot-header .container{
  margin-top: 60px;
  margin-bottom: 60px;
}


.product-landing-page-container .landing-secondary-nav .secondary-nav-links a.active {
  border-bottom:none !important
}
.overlay-box {
  margin: -30px 30px 0;
  padding: 40px 30px;
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-yellow {
  background: #E9B343;
  color: #000;
}


.landing-secondary-nav {
  background: #3C8895 !important;
}

.product-landing-page-container .landing-secondary-nav .secondary-nav-links a:hover, .product-landing-page-container .landing-secondary-nav .secondary-nav-links a.active {
  box-shadow: inset 0 -4px #B34334 !important;
}

i.far.fa-chevron-right {
  margin-top: 0;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
}

#page-content p + .btn {
  margin-top: 10px;
}

#programs .icon {
  width: 50px;
  padding-bottom: 20px;
}

.card {
  padding: 20px;
  margin: 15px;
}

.card img {
  max-width: 225px;
  width: 50%;
}

#page-content h2, h3, h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  #testimonials .slick-list.draggable {
    overflow: initial;
  }
}

@media (max-width: 576px) {
  div#testimonials > div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnspan {
  text-decoration: none !important;
}

#content-container .form-group * {
  margin: 10px;
}

@media (min-width: 768px) {
  .form-group.job-form {
    flex-direction: row;
  }
}

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

.btn-black, .btn-white, .btn-yellow {
  min-width: auto;
  padding: 10px 30px;
}

@media (max-width: 575px) {
  .fw-xs {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
  #testimonials .slick-arrow {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .card {
    padding: 30px;
  }

  div#hero h1 {
    font-size: 72px;
    line-height: initial;
}
}


.ratio-img {
  aspect-ratio: 1.5 / 1;
  padding: 0;
  position: relative;
}

img {
}

.ratio-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.card img {
  border-radius: 100%;
}


@media (min-width: 768px) {
  .ratio-img {
    aspect-ratio: auto;
  }
}

