/* IMPORT THE FRAMEWORK */
.bullet-list li, .mce .row, .mce {
  position: relative;
}

.bullet-list li:before, .alt-style:after {
  position: absolute;
}

.bullet-list li:before, .image_two figure img, .image figure img, .alt-style:after {
  display: block;
}

.alt-style .bullet-list li, .mce .col {
  box-sizing: border-box;
}

.alt-style:after {
  content: "";
}

.mce .row {
  text-align: left;
}

.mce, .image_two, .mce {
  display: flex;
  flex-wrap: wrap;
}

.mce {
  justify-content: flex-end;
}

.image_two {
  justify-content: space-between;
}

.mce h2, .hero-text p, .mce h1, .hero-text h1 {
  font-family: "bodoni_72", sans-serif;
}

.mce {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  .mce {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media screen and (max-width: 760px) {
  .mce {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}

.mce .row {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (min-width: 600px) and (max-width: 1440px) {
  .mce .row {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .mce .row {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.mce {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .mce {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 450px) {
  .mce {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.hero-text {
  border-left: 8px solid #b9e95a;
  border-radius: 5px;
}

.mce h1, .hero-text h1 {
  font-size: 3.3em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .mce h1, .hero-text h1 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .mce h1, .hero-text h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 450px) {
  .mce h1, .hero-text h1 {
    font-size: 1.3em;
  }
}

.mce h2, .hero-text p {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .mce h2, .hero-text p {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .mce h2, .hero-text p {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .mce h2, .hero-text p {
    font-size: 1.5em;
  }
}

.bullet-list li, .heading_text p, .text p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .bullet-list li, .heading_text p, .text p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .bullet-list li, .heading_text p, .text p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .bullet-list li, .heading_text p, .text p {
    font-size: 0.9em;
  }
}

.image_two figure figcaption, .image figure figcaption {
  font-size: 0.9em;
}
@media screen and (max-width: 450px) {
  .image_two figure figcaption, .image figure figcaption {
    font-size: 0.8em;
  }
}

.mce h2, .hero-text p, .mce h1, .hero-text h1 {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.8em;
}

.image_two figure figcaption, .image figure figcaption, .bullet-list li, .heading_text p, .text p {
  font-weight: normal;
  line-height: 1.65em;
  margin-bottom: 1.5em;
}

.hero {
  background-image: none;
  background-color: #022212;
}

.webp .hero {
  background-image: none;
}

.no-webp .hero {
  background-image: none;
}

.hero-text {
  width: 80%;
  padding-left: 8.33%;
}
.hero-text h1 {
  border-left: none;
  padding-left: 0;
  padding-bottom: 0;
}
.mce {
  background-color: #f7f3eb;
}
.mce .row {
  margin-bottom: 3em;
}
.mce .col.half {
  width: 48%;
}
@media screen and (max-width: 760px) {
  .mce .col.half {
    width: 100%;
  }
}
.mce figure {
  margin: 0.5em 0px !important;
}
.text {
  width: 60%;
  padding-left: 10%;
  margin-bottom: 2em;
}
@media screen and (max-width: 760px) {
  .text {
    width: 100%;
    padding-left: 5%;
  }
}
.heading_text {
  padding-left: 10%;
  color: #000000;
}
.heading_text h2 {
  color: #99cc33;
}
@media screen and (max-width: 760px) {
  .heading_text {
    width: 100%;
    padding-left: 5%;
  }
}
.image figure {
  width: 100%;
}
.image figure img {
  width: 100%;
  margin-bottom: 2em;
}
.image figure figcaption {
  color: #000000;
  margin-top: 0.5em;
}

.image_two figure {
  width: 48%;
}
.image_two figure img {
  width: 100%;
}
.image_two figure figcaption {
  color: #000000;
  margin-top: 0.5em;
}

.alt-style {
  margin-left: 7%;
}
.alt-style:after {
  width: 100%;
  height: 15px;
  background: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.join-row {
  padding-bottom: 0;
}

.bullet-list {
  width: 95%;
  overflow: auto;
  margin: 0.8em auto;
}
.bullet-list li {
  color: #FFFFFF;
}
.bullet-list li:before {
  content: " ";
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #084628;
}

.alt-style .bullet-list li {
  background: url("/app/images/global/plus.png") left center no-repeat;
  background-size: 20px;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1.3em 0 1.3em 3em;
}
.alt-style .bullet-list li:last-of-type {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.row:not(.alt-style) .bullet-list li {
  background: url("/app/images/global/plus.png") left center no-repeat;
  border: none;
  background-size: 20px;
  padding-left: 60px;
  margin-bottom: 0.75em;
}

.text-light {
  color: #FFFFFF;
}

.text-dark {
  color: #000000;
}

.row p a {
  color: #99cc33;
  text-decoration: underline;
}
