/**
 * 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
 */
.callout-feature.alignfull.copy-on-top {
  padding: 0px;
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img.col-2 .col1 {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img.col-2 .img-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img.col-2 .description-wrap {
    padding-left: 35px;
    width: 60%;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img .content {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img .img-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.has-img .copy-wrap {
    padding-left: 35px;
    width: 60%;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.col-2 .content {
    align-items: center;
    display: flex;
  }
}
.callout-feature.col-2 .col1 {
  flex-grow: 1;
}
@media only screen and (min-width: 980px) {
  .callout-feature.col-2 .col2 {
    border-left: 2px solid #eeeeee;
    margin-left: 40px;
    padding: 20px 0px 20px 40px;
    white-space: nowrap;
  }
}
.callout-feature.col-2 .col2 .link-wrap {
  display: block;
}
@media only screen and (min-width: 980px) {
  .callout-feature.col-2 .col2 .link-wrap a {
    width: 100%;
  }
}
.callout-feature.col-2 .col2 .link-wrap a.btn-alt {
  padding-bottom: 3px;
  padding-top: 3px;
}
.callout-feature h2 {
  margin-top: 10px;
}
.callout-feature .img-wrap {
  /* min-height needed for <=IE11 flex bug issue, see: https://github.com/philipwalton/flexbugs/issues/75 */
  min-height: 1px;
}
.callout-feature .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.callout-feature.copy-on-top.background-color-yellow .content-wrap h2:before,
.callout-feature.copy-on-top-overlay.background-color-yellow .content-wrap h2:before {
  background: #231f20;
}
.callout-feature.copy-on-top .block-wrap,
.callout-feature.copy-on-top-overlay .block-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top.media3x2 .block-wrap,
  .callout-feature.copy-on-top-overlay.media3x2 .block-wrap {
    padding-top: 60.66%;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top.media4x3 .block-wrap,
  .callout-feature.copy-on-top-overlay.media4x3 .block-wrap {
    padding-top: 69%;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top.media16x9 .block-wrap,
  .callout-feature.copy-on-top-overlay.media16x9 .block-wrap {
    padding-top: 50.25%;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top.media21x9 .block-wrap,
  .callout-feature.copy-on-top-overlay.media21x9 .block-wrap {
    padding-top: 36.85%;
  }
}
.callout-feature.copy-on-top .img-wrap,
.callout-feature.copy-on-top-overlay .img-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .img-wrap,
  .callout-feature.copy-on-top-overlay .img-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.callout-feature.copy-on-top .img-wrap:before,
.callout-feature.copy-on-top-overlay .img-wrap:before {
  background: rgba(47, 47, 47, 0.85);
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@supports (object-fit: cover) {
  .callout-feature.copy-on-top .img-wrap img,
  .callout-feature.copy-on-top-overlay .img-wrap img,
  .callout-feature.copy-on-top .img-wrap video,
  .callout-feature.copy-on-top-overlay .img-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.callout-feature.copy-on-top .content-wrap,
.callout-feature.copy-on-top-overlay .content-wrap {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .content-wrap,
  .callout-feature.copy-on-top-overlay .content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
  }
}
.callout-feature.copy-on-top .content-wrap h2,
.callout-feature.copy-on-top-overlay .content-wrap h2 {
  color: #2f2f2f;
  margin: 10px 0px 40px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .content-wrap h2,
  .callout-feature.copy-on-top-overlay .content-wrap h2 {
    color: #ffffff;
  }
}
.callout-feature.copy-on-top .content-wrap h2:before,
.callout-feature.copy-on-top-overlay .content-wrap h2:before {
  background: #efb62a;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0px;
  position: absolute;
  width: 60px;
}
.callout-feature.copy-on-top .content-wrap .content,
.callout-feature.copy-on-top-overlay .content-wrap .content {
  color: #2f2f2f;
  padding: 15px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .content-wrap .content,
  .callout-feature.copy-on-top-overlay .content-wrap .content {
    color: #ffffff;
    max-width: 1110px;
    padding: 25px;
    width: 90%;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.copy-on-top .content-wrap .content,
  .callout-feature.copy-on-top-overlay .content-wrap .content {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 980px) {
  .callout-feature.copy-on-top .content-wrap .copy-wrap,
  .callout-feature.copy-on-top-overlay .content-wrap .copy-wrap {
    padding-left: 0px;
    width: auto;
  }
}
.callout-feature.copy-on-top.col-2 .img-wrap,
.callout-feature.copy-on-top-overlay.col-2 .img-wrap {
  width: auto;
}
.callout-feature.copy-on-top.col-2 .description-wrap,
.callout-feature.copy-on-top-overlay.col-2 .description-wrap {
  padding-left: 0px;
  width: auto;
}
@media only screen and (min-width: 980px) {
  .callout-feature.copy-on-top.col-2 .col2,
  .callout-feature.copy-on-top-overlay.col-2 .col2 {
    border-left-color: #efb62a;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .link-wrap a.btn-alt,
  .callout-feature.copy-on-top-overlay .link-wrap a.btn-alt {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top .link-wrap a:after,
  .callout-feature.copy-on-top-overlay .link-wrap a:after {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top-overlay.alignfull,
  .callout-feature.copy-on-top-overlay.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1170px) {
  .callout-feature.copy-on-top-overlay.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
}
.callout-feature.copy-on-top-overlay.has-curve {
  padding: 0px;
}
.callout-feature.copy-on-top-overlay .overlay-curve {
  position: absolute;
  width: 100%;
  top: -2px;
  left: 0px;
  z-index: 3;
}
.callout-feature.copy-on-top-overlay .overlay-curve img {
  display: block;
}
.callout-feature.copy-on-top-overlay.alignfull .block-wrap,
.callout-feature.copy-on-top-overlay.alignwide .block-wrap {
  max-width: none;
}
.callout-feature.copy-on-top-overlay .block-wrap {
  overflow: hidden;
}
.callout-feature.copy-on-top-overlay .flame-wrap {
  z-index: 3;
}
.callout-feature.copy-on-top-overlay .flame-wrap .flame-overlay {
  bottom: auto;
  height: 60%;
  max-height: 60%;
  opacity: 0.1;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .callout-feature.copy-on-top-overlay .flame-wrap .flame-overlay {
    height: 110%;
    max-height: 110%;
    width: 100%;
  }
}
.callout-feature.copy-on-top-overlay .flame-wrap .flame-overlay.right {
  background-position: top right;
}
@media only screen and (min-width: 980px) {
  .callout-feature.copy-on-top-overlay.col-2 .col2 {
    border: none;
  }
}
.callout-feature.copy-on-top-overlay .content-wrap {
  z-index: 3;
}
.callout-feature.copy-on-top-overlay .col1 {
  font-size: 20px;
}
