/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
.version_2.block.feature {
  padding: 0px;
}
.version_2.block.feature .container-fluid {
  position: relative;
}
.version_2.block.feature .container-fluid .col-image {
  min-height: 500px;
}
@media (max-width: 576px) {
  .version_2.block.feature .container-fluid .col-image {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature .container-fluid .col-image {
    min-height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature .container-fluid .col-image {
    min-height: auto;
  }
}
.version_2.block.feature .container-fluid .col-image:before {
  padding-top: 0px !important;
}
.version_2.block.feature .container-fluid .copy-overlay {
  min-height: 350px;
}
.version_2.block.feature .container-fluid .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  min-height: 350px;
}
@media (max-width: 576px) {
  .version_2.block.feature .container-fluid .background-overlay {
    position: relative;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature .container-fluid .background-overlay {
    position: relative;
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature .container-fluid .background-overlay {
    position: relative;
    display: none;
  }
}
.version_2.block.feature .container-fluid .background-overlay .row {
  height: 100%;
}
.version_2.block.feature .col-copy {
  z-index: 2;
}
.version_2.block.feature .col-copy .copy-wrapper {
  width: 100%;
}
.version_2.block.feature .col-copy .copy-wrapper .kicker {
  text-transform: uppercase;
}
.version_2.block.feature .col-image picture:before {
  padding-top: 0 !important;
}
.version_2.block.feature .anchor-img-wrapper {
  z-index: 1;
}
@media (max-width: 576px) {
  .version_2.block.feature .anchor-img-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature .anchor-img-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature .anchor-img-wrapper {
    margin-bottom: 2.5rem;
  }
}
.version_2.block.feature .anchor-img-wrapper .anchor-img picture img {
  width: 100%;
}
.version_2.block.feature .anchor-video-wrapper {
  width: 100% !important;
}
@media (max-width: 576px) {
  .version_2.block.feature .anchor-video-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature .anchor-video-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature .anchor-video-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.version_2.block.feature .anchor-video-wrapper .wp-video, .version_2.block.feature .anchor-video-wrapper .mejs-container {
  width: 100% !important;
}
.version_2.block.feature .anchor-video-wrapper iframe {
  width: 100% !important;
}

@media (max-width: 576px) {
  .version_2.block.feature.display_inline_xs picture {
    position: relative;
  }
  .version_2.block.feature.display_inline_xs picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_inline_xs picture > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_inline_xs picture > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_inline_xs picture > .content span:after {
    content: "${height}";
  }
  .version_2.block.feature.display_cover_xs .col-image {
    position: relative;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_xs .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_xs .col-image > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_cover_xs .col-image > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_cover_xs .col-image > .content span:after {
    content: "${height}";
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature.display_inline_sm picture {
    position: relative;
  }
  .version_2.block.feature.display_inline_sm picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_inline_sm picture > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_inline_sm picture > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_inline_sm picture > .content span:after {
    content: "${height}";
  }
  .version_2.block.feature.display_cover_sm .col-image {
    position: relative;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_sm .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_sm .col-image > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_cover_sm .col-image > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_cover_sm .col-image > .content span:after {
    content: "${height}";
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature.display_inline_md picture {
    position: relative;
  }
  .version_2.block.feature.display_inline_md picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_inline_md picture > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_inline_md picture > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_inline_md picture > .content span:after {
    content: "${height}";
  }
  .version_2.block.feature.display_cover_md .col-image {
    position: relative;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_md .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_md .col-image > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_cover_md .col-image > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_cover_md .col-image > .content span:after {
    content: "${height}";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .version_2.block.feature.display_inline_lg picture {
    position: relative;
  }
  .version_2.block.feature.display_inline_lg picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_inline_lg picture > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_inline_lg picture > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_inline_lg picture > .content span:after {
    content: "${height}";
  }
  .version_2.block.feature.display_cover_lg .col-image {
    position: relative;
  }
  .version_2.block.feature.display_cover_lg .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_lg .col-image > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_cover_lg .col-image > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_cover_lg .col-image > .content span:after {
    content: "${height}";
  }
}
@media only screen and (min-width: 1200px) {
  .version_2.block.feature.display_inline_xl picture {
    position: relative;
  }
  .version_2.block.feature.display_inline_xl picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_inline_xl picture > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_inline_xl picture > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_inline_xl picture > .content span:after {
    content: "${height}";
  }
  .version_2.block.feature.display_cover_xl .col-image {
    position: relative;
  }
  .version_2.block.feature.display_cover_xl .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .version_2.block.feature.display_cover_xl .col-image > .content {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .version_2.block.feature.display_cover_xl .col-image > .content span:before {
    content: "${width}";
  }
  .version_2.block.feature.display_cover_xl .col-image > .content span:after {
    content: "${height}";
  }
}
/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   SITE SPECIFIC STYLES
   =================================== */
.version_2.block.feature .col-copy .copy-wrapper {
  border-radius: 8px;
}
.version_2.block.feature .col-copy .copy-wrapper .kicker {
  margin-bottom: 15px;
}
.version_2.block.feature .col-copy .copy-wrapper .title {
  margin-bottom: 30px;
}
.version_2.block.feature .col-copy .copy-wrapper .wp-block-buttons {
  margin-top: 2rem;
}
.version_2.block.feature .col-copy .copy-wrapper .anchor-img picture:before {
  padding-top: 0px !important;
}

/* OFFSET BACKGROUND COLOR */
.version_2.block.feature::before, .block.feature::after {
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}
@media (max-width: 576px) {
  .version_2.block.feature::before, .block.feature::after {
    height: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.feature::before, .block.feature::after {
    height: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.feature::before, .block.feature::after {
    height: 0px;
  }
}
.version_2.block.feature::before {
  top: 0px;
}
@media (max-width: 576px) {
  .version_2.block.feature::before {
    background: none;
  }
}

.version_2.block.feature::after {
  bottom: 0px;
}
@media (max-width: 576px) {
  .version_2.block.feature::after {
    background: none;
  }
}

/* Custom Blocks */
.version_2.block.feature.form {
  /* form */
}
.version_2.block.feature.form .gform_wrapper textarea {
  max-height: 150px !important;
}
.version_2.block.feature.form .gform_wrapper input[type=submit] {
  background: #D50032;
  color: #ffffff;
  width: 100%;
  border: none;
  padding: 0.5rem 2.25rem;
}
.version_2.block.feature.form .gform_wrapper .gform_footer {
  padding: 0px;
}/*# sourceMappingURL=feature.css.map */