/**
 * Media Queries
 */
/**
 * Standard Colors
 */
/**
 * Brand Colors
 */
/*
 * Fonts - https://use.typekit.net/hnh0qhi.css
 *
 * Futura PT
 * Book:    font-weight: 400;
 * Medium:  font-weight: 500;
 * Demi:    font-weight: 600;
 * Heavy:   font-weight: 700;
 *
 * Lora
 * Regular: font-weight: 400;
 * Bold:    font-weight: 700;
 */
/**
 * Max Width Mixin
 */
/**
 * Disable CSS Transitions (used to avoid transitions on page load)
 */
.disable-transitions * {
  transition: none !important;
}
/**
 * CSS Animation: Icon Push
 */
@keyframes iconpushin {
  50% {
    transform: scale(0.75);
  }
}
/**
 * CSS Animation: Underline Effect
 */
.hero {
  padding: 0px;
  /**
	 * Top
	 */
  /**
	 * Center
	 */
  /**
	 * Bottom
	 */
}
@media only screen and (min-width: 768px) {
  .hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
body.home .hero:first-child {
  padding-top: 0px;
}
.hero .block-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero.has-curve .block-wrap,
  .hero.media3x2 .block-wrap {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.has-curve .block-wrap,
  .hero.media3x2 .block-wrap {
    padding-top: 0px;
  }
}
.hero.has-curve .block-wrap .media-wrap,
.hero.media3x2 .block-wrap .media-wrap {
  max-height: none;
}
@media only screen and (min-width: 768px) {
  .hero.has-curve .block-wrap,
  .hero.media4x3 .block-wrap {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.has-curve .block-wrap,
  .hero.media4x3 .block-wrap {
    padding-top: 0px;
  }
}
.hero.has-curve .block-wrap .media-wrap,
.hero.media4x3 .block-wrap .media-wrap {
  max-height: none;
}
@media only screen and (min-width: 768px) {
  .hero.has-curve .block-wrap,
  .hero.media16x9 .block-wrap {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.has-curve .block-wrap,
  .hero.media16x9 .block-wrap {
    padding-top: 0px;
  }
}
.hero.has-curve .block-wrap .media-wrap,
.hero.media16x9 .block-wrap .media-wrap {
  max-height: none;
}
@media only screen and (min-width: 768px) {
  .hero.has-curve .block-wrap,
  .hero.media21x9 .block-wrap {
    padding-top: 42.85%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.has-curve .block-wrap,
  .hero.media21x9 .block-wrap {
    padding-top: 0px;
  }
}
.hero.has-curve .block-wrap .media-wrap,
.hero.media21x9 .block-wrap .media-wrap {
  max-height: none;
}
@media only screen and (max-width: 782px) {
  .hero.background-color-yellow .link-wrap a {
    background: #231f20;
    border: 1px solid #231f20;
    color: #efb62a;
  }
}
@media only screen and (max-width: 782px) {
  .hero.background-color-yellow .link-wrap a:hover {
    color: #efb62a;
  }
}
@media only screen and (max-width: 782px) {
  .hero.background-color-yellow .link-wrap a:hover:before {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 782px) {
  .hero.background-color-yellow .link-wrap a:before {
    background: #000000;
    border-color: #000000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 51%;
    position: absolute;
    right: 51%;
    transition: 0.1s left ease-out, 0.1s right ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-left,
  .hero.top-middle,
  .hero.top-right {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-left .content-wrap,
  .hero.top-middle .content-wrap,
  .hero.top-right .content-wrap {
    top: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-left .content-wrap {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-middle .content-wrap {
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-right .content-wrap {
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-right .content-wrap .content {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero.center-left .content-wrap {
    align-items: center;
    height: 100%;
    left: 25px;
    top: 0px;
  }
}
.hero.center-middle .content-wrap {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero.center-right .content-wrap {
    align-items: center;
    height: 100%;
    right: 25px;
    top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.center-right .content-wrap .content {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-left,
  .hero.bottom-middle,
  .hero.bottom-right {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-left .content-wrap,
  .hero.bottom-middle .content-wrap,
  .hero.bottom-right .content-wrap {
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-left .content-wrap {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-middle .content-wrap {
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-right .content-wrap {
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-right .content {
    margin-left: auto;
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .media-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .hero .media-wrap {
    bottom: auto;
    left: auto;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    right: auto;
    top: auto;
  }
}
@supports (object-fit: cover) {
  .hero .media-wrap img,
  .hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
    width: 100% !important;
  }
}
.hero .video-play-pause-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  bottom: 50px;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  right: 3%;
  z-index: 5;
}
@media only screen and (min-width: 980px) {
  .hero .video-play-pause-button {
    bottom: 15px;
    right: 15px;
  }
}
.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #efb62a;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  fill: #efb62a;
  height: 8px;
  width: 7px;
}
.hero .content-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
  }
}
.hero .content-wrap .content {
  color: #2f2f2f;
  padding: 30px 0px 0px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    background: #231f20;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #ffffff;
    max-width: 1110px;
    padding: 25px 25px 15px 25px;
    width: 94%;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content {
    align-items: center;
    display: flex;
    padding: 45px 45px 35px 45px;
    width: 80%;
  }
}
.hero .content-wrap .flame-icon {
  background: #231f20;
  border-radius: 50%;
  height: 40px;
  left: 50%;
  margin: -20px 0px 0px -20px;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 40px;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .flame-icon {
    height: 60px;
    margin: -30px 0px 0px -30px;
    padding: 12px;
    width: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .col1 {
    flex-grow: 1;
    padding-right: 30px;
  }
}
.hero .content-wrap .col2 {
  padding-top: 10px;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .col2 {
    min-width: 250px;
    padding-top: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .col2 .link-wrap {
    margin: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .col2 .link-wrap a {
    font-size: 20px;
    padding: 14px 30px;
  }
}
.hero .content-wrap h2 {
  color: #2f2f2f;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap h2 {
    color: #ffffff;
  }
}
.hero .content-wrap h2:before {
  display: none;
}
.hero .content-wrap .description-wrap p {
  margin: 5px 0px;
}
.hero .content-wrap .description-wrap .link-wrap {
  margin-top: 15px;
}
.hero .down-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero .down-arrow {
    animation: 1s ease-in-out infinite alternate levitate;
    background: #efb62a;
    border-radius: 50px;
    border: none;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 50px;
  }
}
.hero .down-arrow:hover:before {
  left: 0;
  right: 0;
}
.hero .down-arrow:before {
  background: #f9e2aa;
  border-color: #f9e2aa;
  bottom: 0;
  height: 100%;
  left: 51%;
  position: absolute;
  right: 51%;
  transition: 0.1s left ease-out, 0.1s right ease-out;
  content: "";
}
.hero .down-arrow svg {
  fill: #2f2f2f;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 18px;
}
.hero .down-arrow span {
  display: none;
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
