/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-promo-stack {
  display: flex;
  align-content: center;
  flex-direction: column;
  border-bottom: 10px solid #fff;
}
.g-promo-stack > div {
  margin: 0;
}
.g-promo-stack .g-block-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper {
    flex-direction: column;
  }
}
.g-promo-stack .g-block-wrapper figure {
  position: relative;
  margin: 0;
  width: 50%;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper figure {
    width: 100%;
    margin: 0;
    height: 300px;
  }
}
.g-promo-stack .g-block-wrapper figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.g-promo-stack .g-block-wrapper figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: right;
  padding: 1rem 1rem 0.5rem;
  font-size: 0.75rem;
  color: #fff;
}
.g-promo-stack .g-block-wrapper .g-block-container {
  position: relative;
  z-index: 3;
  padding: 8.438rem 0;
  width: 50%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container {
    padding: 5rem 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container {
    padding: 3rem 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container {
    width: 100%;
    padding: 0;
  }
}
.g-promo-stack .g-block-wrapper .g-block-container .bg-holder {
  position: relative;
  width: 90%;
  max-width: 40rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container .bg-holder {
    width: 90%;
    padding: 2rem 0 0;
  }
}
.g-promo-stack .g-block-wrapper .g-block-container h2 {
  font-size: 3.75rem;
  font-family: "articulat-cf", sans-serif;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.563rem;
  font-weight: 100;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  padding: 0;
  left: auto;
  right: auto;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-promo-stack .g-block-wrapper .g-block-container h2 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container h2 {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container h2 {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem !important;
  }
}
.g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content p:first-of-type {
  margin-top: 0;
}
.g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content p:last-of-type {
  margin-bottom: 0;
}
.g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content .g-action-link {
  margin-top: 3.75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content .g-action-link {
    margin-top: 3.15rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content .g-action-link {
    margin-top: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-stack .g-block-wrapper .g-block-container .g-promo-stack-content .g-action-link {
    margin-top: 2.75rem;
  }
}
.g-promo-stack.g-image-caption figure figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.g-promo-stack.content-left-align {
  text-align: left;
}
.g-promo-stack.content-left-align .g-block-wrapper {
  flex-direction: row-reverse;
}
.g-promo-stack.content-right-align {
  text-align: left;
}
.g-promo-stack.content-right-align .g-block-wrapper {
  flex-direction: row;
}
.g-promo-double {
  display: flex;
  align-content: center;
  flex-direction: column;
  border-bottom: 10px solid #fff;
}
.g-promo-double > div {
  margin: 0;
}
.g-promo-double .g-block-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper {
    flex-direction: column-reverse;
  }
}
.g-promo-double .g-block-wrapper .large-img {
  width: 100%;
  border-bottom: 10px solid #fff;
  position: relative;
  height: 46.875rem;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-promo-double .g-block-wrapper .large-img {
    height: 40rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-double .g-block-wrapper .large-img {
    height: 35rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-double .g-block-wrapper .large-img {
    height: 30rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .large-img {
    height: 18.75rem;
    border: 0;
  }
}
.g-promo-double .g-block-wrapper .large-img figure:after {
  z-index: 2;
  width: 100%;
  content: "";
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .large-img figure:after {
    display: none;
  }
}
.g-promo-double .g-block-wrapper .small-img {
  width: 100%;
  position: relative;
  height: 38.438rem;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-promo-double .g-block-wrapper .small-img {
    height: 32rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-double .g-block-wrapper .small-img {
    height: 27rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-double .g-block-wrapper .small-img {
    height: 22rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .small-img {
    display: none;
  }
}
.g-promo-double .g-block-wrapper figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.g-promo-double .g-block-wrapper figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: right;
  padding: 1rem 1rem 0.5rem;
  font-size: 0.75rem;
  color: #fff;
}
.g-promo-double .g-block-wrapper .g-block-container {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container {
    position: relative;
    top: auto;
    transform: none;
    background: #F59D16;
    color: #000;
  }
}
.g-promo-double .g-block-wrapper .g-block-container .bg-holder {
  border: 10px solid #fff;
  border-radius: 0 25px 0 0;
  background: #ea743e;
  box-sizing: border-box;
  width: 80%;
  max-width: 60rem;
  padding: 3.125rem 7rem;
  margin: 0 auto;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .bg-holder {
    padding: 3rem 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .bg-holder {
    padding: 2rem 1rem;
    width: 90%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .bg-holder {
    background: none;
    width: 90%;
    padding: 0 0 2.5rem 0;
    border: 0;
    border-radius: 0;
  }
}
.g-promo-double .g-block-wrapper .g-block-container .bg-holder p {
  margin: 0;
}
.g-promo-double .g-block-wrapper .g-block-container .bg-holder .g-action-link {
  margin-top: 3.125rem;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .bg-holder .g-action-link {
    margin-top: 1.5rem;
  }
}
.g-promo-double .g-block-wrapper .g-block-container .bg-holder .readon {
  background: #2E6056;
  border-color: #ea743e;
  color: #fff;
  box-shadow: 5px 5px 0 #2E6056;
}
.g-promo-double .g-block-wrapper .g-block-container .bg-holder .readon:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 #2E6056;
}
.g-promo-double .g-block-wrapper .g-block-container .title-holder {
  width: 95%;
  margin: 0 auto 4.688rem;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder {
    margin-bottom: 3.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder {
    margin-bottom: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder {
    margin-bottom: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder {
    margin-bottom: 0.5rem;
    padding-top: 2.5rem;
  }
}
.g-promo-double .g-block-wrapper .g-block-container .title-holder h2 {
  font-size: 7.813rem;
  text-transform: uppercase;
  margin: 0;
  font-family: "articulat-cf", sans-serif;
  font-weight: 100;
  line-height: 1;
  width: 100%;
  padding: 0;
  left: auto;
  right: auto;
  color: #fff;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder h2 {
    font-size: 5.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder h2 {
    font-size: 4.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder h2 {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double .g-block-wrapper .g-block-container .title-holder h2 {
    font-size: 9vw;
    color: #000;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double.blue .g-block-wrapper .g-block-container {
    color: #fff;
    background: #2E6056;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double.blue .g-block-wrapper .g-block-container .title-holder h2 {
    color: #fff;
  }
}
.g-promo-double.blue .g-block-wrapper .g-block-container .bg-holder {
  color: #fff;
  background: #2E6056;
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double.blue .g-block-wrapper .g-block-container .bg-holder {
    background: none;
  }
}
.g-promo-double.blue .g-block-wrapper .g-block-container .bg-holder .readon {
  background: #ea743e;
  border-color: #2E6056;
  color: #000;
  box-shadow: 5px 5px 0 #ea743e;
}
.g-promo-double.blue .g-block-wrapper .g-block-container .bg-holder .readon:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 #ea743e;
}
.g-promo-double.btm .g-block-wrapper {
  flex-direction: column-reverse;
}
.g-promo-double.btm .g-block-wrapper .g-block-container {
  top: 35%;
  transform: translateY(-35%);
}
@media only all and (max-width: 47.99rem) {
  .g-promo-double.btm .g-block-wrapper .g-block-container {
    top: auto;
    transform: none;
  }
}
.g-promo-double.btm .g-block-wrapper .small-img {
  border-bottom: 10px solid #fff;
}
.g-promo-double.btm .g-block-wrapper .small-img figure:after {
  z-index: 2;
  width: 100%;
  content: "";
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.g-promo-double.btm .g-block-wrapper .large-img {
  border-bottom: 0;
}
.g-promo-double.btm .g-block-wrapper .large-img figure:after {
  display: none;
}
.g-feature-hero {
  position: relative;
  height: 80vh;
  min-height: 35rem;
  border-bottom: 10px solid #fff;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-feature-hero {
    min-height: 30rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-feature-hero {
    min-height: 25rem;
    height: 65vh;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-feature-hero {
    min-height: 20rem;
    height: 50vh;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-feature-hero {
    min-height: 15rem;
    max-height: 20rem;
  }
}
.g-feature-hero .int-back {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.g-feature-hero .int-back img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.g-feature-hero .gradient {
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.g-feature-hero .g-feature-hero-content {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.g-feature-hero .g-feature-hero-content h1 {
  font-size: 7.813rem;
  text-transform: uppercase;
  margin: 0;
  font-family: "articulat-cf", sans-serif;
  font-weight: 100;
  line-height: 1;
}
@media only all and (min-width: 75rem) and (max-width: 93.75rem) {
  .g-feature-hero .g-feature-hero-content h1 {
    font-size: 6.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-feature-hero .g-feature-hero-content h1 {
    font-size: 5.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-feature-hero .g-feature-hero-content h1 {
    font-size: 4.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-feature-hero .g-feature-hero-content h1 {
    font-size: 10vw;
  }
}
.g-feature-hero .video-background-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
}
.g-feature-hero .video-wrap {
  position: absolute;
  z-index: -999;
  width: 150%;
  height: 100%;
  padding-bottom: 56.25%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-feature-hero .video-wrap {
    width: 200%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-feature-hero .video-wrap {
    width: 300%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-feature-hero .video-wrap {
    width: 400%;
  }
}
.g-feature-hero .video-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}
.g-feature-hero .w-embed:before, .g-feature-hero .w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.g-feature-hero .w-embed:after {
  clear: both;
}
.g-feature-hero .video-wrap-vimeo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.g-feature-hero .video-wrap-vimeo iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
}
/*# sourceMappingURL=custom_home.css.map */