@charset "UTF-8";
html, body {
  font-family: proxima-nova, sans-serif;
  color: #58585b;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #8d4f8d;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
h1.teal, h2.teal, h3.teal, h4.teal, h5.teal, h6.teal, .h1.teal, .h2.teal, .h3.teal, .h4.teal, .h5.teal, .h6.teal {
  color: #2c9199;
}

p, li {
  font-size: 18px;
}

a.teal, p.teal, .teal {
  color: #2c9199;
}

body {
  font-family: proxima-nova, sans-serif;
  color: #58585b;
}

h1, h2, h3, h4, h5, h5 {
  line-height: 1.1;
  font-family: proxima-nova, sans-serif;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 40em) {
  h1, .h1 {
    font-size: 33px;
  }
}

h2, .h2 {
  font-size: 33px;
  line-height: 1.1;
}
@media (max-width: 40em) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 27px;
  line-height: 1.1;
}
@media (max-width: 40em) {
  h3, .h3 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 0.75em;
  font-size: 18px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.5em;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.3em;
}
@media (max-width: 40em) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  margin-bottom: 0.75em;
}

.padtop {
  padding-top: 1em;
}

@media (min-width: 40em) {
  .padtopdesktop {
    padding-top: 1em;
  }
}

@media (max-width: 40em) {
  .padtopmobile {
    padding-top: 1em;
  }
}

.padall {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 40em) {
  .padalldesktop {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media (max-width: 40em) {
  .padallmobile {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.padbottom {
  padding-bottom: 1em;
}

@media (min-width: 40em) {
  .padbottomdesktop {
    padding-bottom: 1em;
  }
}

@media (max-width: 40em) {
  .padbottommobile {
    padding-bottom: 1em;
  }
}

.text-center {
  text-align: center;
}

@media (max-width: 40em) {
  .mobilecenter {
    text-align: center;
  }
}

@media (min-width: 40em) {
  .desktopcenter {
    text-align: center;
  }
}

a {
  color: #8d4f8d;
  transition: all 0.35s ease-in-out;
}
a.teal {
  color: #2c9199;
  text-decoration: none;
}

p.teal a {
  color: #2c9199 !important;
  text-decoration: none !important;
}

.script {
  font-family: "Northwell";
}

td a, p a {
  text-decoration: underline;
}

.nomargin {
  margin: 0 !important;
}

p.nobottommargin {
  margin-bottom: 0.25em;
}

.right-align {
  text-align: right;
}
.right-align p {
  text-align: right;
}

.center-align {
  text-align: center;
}
.center-align p {
  text-align: center;
}
.center-align img {
  margin: 0 auto;
}

p.eyebrow,
h2.eyebrow,
h3.eyebrow {
  color: #2c9199;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 160% */
  text-transform: uppercase;
}
p.eyebrow.purple,
h2.eyebrow.purple,
h3.eyebrow.purple {
  color: #8d4f8d;
}
p.eyebrow.orange,
h2.eyebrow.orange,
h3.eyebrow.orange {
  color: #e87722;
}

@media (max-width: 40em) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

.wrapper {
  border-top: 4px #D3D7D8 solid;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3.25em;
  line-height: 0.78;
  font-weight: 400;
  margin: 0.075em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Times", serif;
  color: #8d4f8d;
}

img.small {
  max-width: 100px;
  margin: 0 auto;
}

.padded {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
@media (max-width: 40em) {
  .padded {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.paddedtop {
  padding-top: 3.5em;
}
@media (max-width: 40em) {
  .paddedtop {
    padding-top: 2em;
  }
}

.paddedbottom {
  padding-bottom: 3.5em;
}
@media (max-width: 40em) {
  .paddedbottom {
    padding-bottom: 2em;
  }
}

.center-align {
  text-align: center;
}
.center-align img, .center-align .button {
  margin: 0 auto 0.5em auto;
}

.right-align {
  text-align: left;
}
.right-align img, .right-align .button {
  margin: 0 auto 0.5em auto;
}

article {
  position: relative;
}

article ul {
  padding-bottom: 0.25em;
  list-style-type: none;
  margin-left: 0;
}
article ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.5em;
  background: url("../images/heart-bullet.png") 0 5px no-repeat;
  background-size: 15px;
  vertical-align: top;
}

ul.mobile-nav-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
}
ul.mobile-nav-list li {
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-bottom: 1px #e8e8e8 solid;
  background-image: none;
  padding-left: 0;
}
ul.mobile-nav-list li:last-child {
  border-bottom: 0;
}

ol.numbered {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol.numbered li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
}
ol.numbered li:before {
  content: counter(my-awesome-counter) ". ";
  color: #8d4f8d;
  font-weight: bold;
  font-style: italic;
  font-family: proxima-nova, sans-serif;
  position: absolute;
  left: 0;
}

.grid-container .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-quote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #58585b;
}

#backTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffb81c;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  text-align: center;
  height: 35px;
  vertical-align: middle;
  padding-top: 3px;
  transition: all 0.35s ease-in-out;
}
#backTop:hover {
  background-color: #e87722;
}
#backTop.showtop {
  display: block;
}
@media (max-width: 40em) {
  #backTop {
    right: 20px;
  }
}
#backTop img {
  max-width: 55%;
}

.come-in {
  opacity: 0;
  animation: come-in 1s ease forwards;
  -webkit-animation-name: come-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes come-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.already-visible {
  opacity: 1;
  animation: none;
}

figure.wp-block-image picture {
  display: inline-block;
}

.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button {
  background: #8d4f8d;
  border-radius: 8px;
  color: #fff;
  padding: 16px 54px 16px 34px;
  text-align: center;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5em;
}
.button:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.button:hover {
  background: #6B316C;
  transition: all 0.3s ease;
}
.button:active {
  background: #3b213b;
}
@media (max-width: 40em) {
  .button {
    width: 90%;
  }
}
.button.gold {
  background-color: #ffb81c;
}
.button.gold:hover {
  background-color: #e87722;
}
.button.orange {
  background-color: #e87722;
}
.button.orange:hover {
  background-color: #ffb81c;
}
.button.teal {
  background-color: #2c9199;
  color: #fff;
}
.button.teal:hover {
  background-color: #1b595e;
}
.button.inverse-white {
  background-color: transparent;
  border: 1px #fff solid;
  color: #fff;
  padding: 16px 34px;
}
.button.inverse-white:after {
  display: none;
}
.button.inverse-white:hover {
  background-color: #6B316C;
}
.button.inverse-purple {
  background-color: transparent;
  border: 1px #8d4f8d solid;
  color: #8d4f8d;
  padding: 16px 34px;
}
.button.inverse-purple:after {
  display: none;
}
.button.inverse-purple:hover {
  background-color: #8d4f8d;
  color: #fff;
}
.button.inverse-teal {
  background-color: transparent;
  border: 1px #2c9199 solid;
  color: #2c9199;
  padding: 16px 34px;
}
.button.inverse-teal:after {
  display: none;
}
.button.inverse-teal:hover {
  background-color: #2c9199;
  color: #fff;
}
.button.inverse-gold {
  background-color: transparent;
  border: 1px #ffb81c solid;
  color: #ffb81c;
  padding: 16px 34px;
}
.button.inverse-gold:after {
  display: none;
}
.button.inverse-gold:hover {
  background-color: #ffb81c;
  color: #fff;
}
.button.inverse-orange {
  background-color: transparent;
  border: 1px #e87722 solid;
  color: #e87722;
  padding: 16px 34px;
}
.button.inverse-orange:after {
  display: none;
}
.button.inverse-orange:hover {
  background-color: #e87722;
  color: #fff;
}
.button.aligncenter {
  margin: 0 auto;
}

.phone-button {
  padding: 16px 16px !important;
}
.phone-button:after {
  display: none;
}
@media (min-width: 40em) {
  .phone-button {
    min-width: 300px;
  }
}

.wp-core-ui .acf-block-preview .acbutton {
  box-shadow: none;
  border: 0;
  font-size: 20px;
  line-height: 1em;
  height: auto;
  min-height: 40px;
  background: #8d4f8d;
  border-radius: 8px;
  color: #fff;
  padding: 16px 54px 16px 34px;
  text-align: center;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5em;
}
.wp-core-ui .acf-block-preview .acbutton:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.wp-core-ui .acf-block-preview .acbutton:hover {
  background: #6B316C;
  transition: all 0.3s ease;
}
.wp-core-ui .acf-block-preview .acbutton:active {
  background: #3b213b;
}
@media (max-width: 40em) {
  .wp-core-ui .acf-block-preview .acbutton {
    width: 90%;
  }
}
.wp-core-ui .acf-block-preview .acbutton.gold {
  background-color: #ffb81c;
}
.wp-core-ui .acf-block-preview .acbutton.gold:hover {
  background-color: #e87722;
}
.wp-core-ui .acf-block-preview .acbutton.orange {
  background-color: #e87722;
}
.wp-core-ui .acf-block-preview .acbutton.orange:hover {
  background-color: #ffb81c;
}
.wp-core-ui .acf-block-preview .acbutton.teal {
  background-color: #2c9199;
  color: #fff;
}
.wp-core-ui .acf-block-preview .acbutton.teal:hover {
  background-color: #1b595e;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-white {
  background-color: transparent;
  border: 1px #fff solid;
  color: #fff;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-white:hover {
  background-color: #6B316C;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-purple {
  background-color: transparent;
  border: 1px #8d4f8d solid;
  color: #8d4f8d;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-purple:hover {
  background-color: #8d4f8d;
  color: #fff;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-teal {
  background-color: transparent;
  border: 1px #2c9199 solid;
  color: #2c9199;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-teal:hover {
  background-color: #2c9199;
  color: #fff;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-gold {
  background-color: transparent;
  border: 1px #ffb81c solid;
  color: #ffb81c;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-gold:hover {
  background-color: #ffb81c;
  color: #fff;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-orange {
  background-color: transparent;
  border: 1px #e87722 solid;
  color: #e87722;
}
.wp-core-ui .acf-block-preview .acbutton.inverse-orange:hover {
  background-color: #e87722;
  color: #fff;
}

.wp-block-file a {
  font-size: 1rem;
}
.wp-block-file a.wp-block-file__button {
  background: #8d4f8d;
  border-radius: 8px;
  color: #fff;
  padding: 16px 54px 16px 34px;
  text-align: center;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5em;
  background-color: #2c9199;
  color: #fff;
  font-size: 1rem;
}
.wp-block-file a.wp-block-file__button:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.wp-block-file a.wp-block-file__button:hover {
  background: #6B316C;
  transition: all 0.3s ease;
}
.wp-block-file a.wp-block-file__button:active {
  background: #3b213b;
}
@media (max-width: 40em) {
  .wp-block-file a.wp-block-file__button {
    width: 90%;
  }
}
.wp-block-file a.wp-block-file__button:hover {
  background-color: #1b595e;
}

.wp-block-button.has-small-font-size {
  font-size: 0.85rem !important;
}
.wp-block-button.has-small-font-size:after {
  top: 35%;
  width: 16px;
  height: 16px;
}
.wp-block-button.has-medium-font-size {
  font-size: 1.125rem !important;
}
.wp-block-button.has-large-font-size {
  font-size: 1.55rem !important;
}
.wp-block-button.has-large-font-size:after {
  top: 35%;
}
.wp-block-button.has-x-large-font-size {
  font-size: 2rem !important;
}
.wp-block-button.has-x-large-font-size:after {
  top: 35%;
}

.hero-image figure {
  max-width: 100%;
}

figure {
  max-width: 100%;
}

.photo {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 30px;
}
.photo img {
  border: 10px #fff solid;
  background-color: #fff;
}
@media (max-width: 40em) {
  .photo img {
    border: 5px #fff solid;
  }
}
.photo.no-style {
  margin: 0;
}
.photo.no-style img {
  border: 0;
}
@media (max-width: 40em) {
  .photo.no-style img {
    border: 0;
  }
}
.photo figcaption {
  font-family: "Northwell";
  font-size: 2em;
}
.photo figcaption:before {
  content: "— ";
}
.photo.caption-gray figcaption {
  color: #58585b;
}
.photo.caption-white figcaption {
  color: #fff;
}
.photo.caption-purple figcaption {
  color: #8d4f8d;
}
.photo.caption-teal figcaption {
  color: #2c9199;
}
.photo.bottom-right figcaption {
  position: absolute;
  right: 0;
}
.photo.on-top-left figcaption {
  position: absolute;
  left: 15px;
  top: 15px;
}
.photo.on-top-right figcaption {
  position: absolute;
  right: 15px;
  top: 15px;
}
.photo.on-bottom-left figcaption {
  position: absolute;
  left: 20px;
  margin-top: -15%;
}
.photo.on-bottom-right figcaption {
  position: absolute;
  right: 5%;
  margin-top: -13%;
  transform: rotate(-5deg);
}
.photo.no-tape {
  margin: 0 0 1em 0;
}
@media (min-width: 40em) {
  .photo.no-tape {
    width: 90%;
  }
}
.photo.no-tape img {
  border: 2px #8d4f8d solid;
}
@media (max-width: 40em) {
  .photo.no-tape {
    margin-bottom: 3em;
  }
}
.photo.taped-right {
  transform: rotate(4deg);
}
.photo.taped-right img {
  -webkit-box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.42);
  box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.42);
}
.photo.taped-right:before {
  content: "";
  width: 150px;
  height: 250px;
  background: url(../images/tape-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: -41px;
}
.photo.taped-left {
  transform: rotate(-4deg);
}
.photo.taped-left img {
  -webkit-box-shadow: 7px 6px 14px -4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 7px 6px 14px -4px rgba(0, 0, 0, 0.42);
  box-shadow: 7px 6px 14px -4px rgba(0, 0, 0, 0.42);
}
.photo.taped-left:before {
  content: "";
  width: 150px;
  height: 250px;
  background: url(../images/tape-left.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  top: -41px;
}

.medium-1 .photo img, .medium-2 .photo img, .medium-3 .photo img {
  border: 5px #fff solid;
}
.medium-1 .photo.no-style img, .medium-2 .photo.no-style img, .medium-3 .photo.no-style img {
  border: 0;
}

.adminonly {
  display: none;
}

.acf-block-preview .adminonly {
  display: block;
}

.overflow {
  width: 100vw;
  overflow: hidden;
  padding-bottom: 75px;
}

.hero-section {
  position: relative;
  width: 100%;
  padding-top: 60px;
  margin-top: 25px;
  padding-bottom: 75px;
}
.hero-section.photoed {
  min-height: 400px;
}
@media (max-width: 40em) {
  .hero-section {
    margin-bottom: 40px;
    padding-bottom: 75px;
    margin-top: 0;
  }
}
.hero-section.bannered {
  margin-top: 40px;
}
@media (max-width: 40em) {
  .hero-section.bannered {
    margin-top: 0;
  }
}
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section p, .hero-section li, .hero-section a {
  color: #fff;
}
.hero-section h1 {
  font-weight: 600;
}
.hero-section.bg-orange {
  background-color: #e87722;
}
.hero-section.bg-orange p {
  font-weight: 600;
}
.hero-section.bg-teal {
  background-color: #2c9199;
}
.hero-section.bg-purple {
  background-color: #8d4f8d;
}
.hero-section.bg-gold {
  background-color: #ffb81c;
}
.hero-section.bg-gold p {
  font-weight: 600;
}
.hero-section .bg-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero-section .bg-text img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 861px) and (max-width: 1010px) {
  .hero-section .medium-6 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 950px) {
  .hero-section .scripted .hero-text h1 .breaker {
    display: block;
  }
}
@media (max-width: 40em) {
  .hero-section .scripted {
    padding-top: 70px;
  }
  .hero-section .scripted h1 {
    margin-top: -65px;
    font-size: 1.25em;
  }
  .hero-section .scripted .supporting-copy {
    padding-top: 1em;
  }
}
.hero-section .hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 2px #fff solid;
  padding: 30px;
}
@media (min-width: 40em) {
  .hero-section .hero-text {
    padding: 45px 0px 45px 55px;
  }
}
.hero-section .hero-text.purple {
  background: #8d4f8d;
}
.hero-section .hero-text.orange {
  background: #e87722;
}
.hero-section .hero-text.teal {
  background: #2c9199;
}
.hero-section .hero-text.gold {
  background: #ffb81c;
}
@media (max-width: 40em) {
  .hero-section .hero-text {
    text-align: center;
  }
}
.hero-section .hero-text .script {
  font-size: 1.75em;
  font-weight: 400;
  display: inline-block;
  margin-top: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 40em) {
  .hero-section .hero-text .script {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4.5em;
    padding-top: 60px;
    margin-top: -50px;
    margin-bottom: 0;
    line-height: 0.5em;
    margin-left: 18px;
  }
  .hero-section .hero-text .script.gold {
    background: #ffb81c;
  }
  .hero-section .hero-text .script.orange {
    background: #e87722;
  }
  .hero-section .hero-text .script.purple {
    background: #8d4f8d;
  }
  .hero-section .hero-text .script.teal {
    background: #2c9199;
  }
}
@media screen and (max-width: 380px) {
  .hero-section .hero-text .script {
    font-size: 3.25em;
    margin-left: 32px;
  }
}
@media (max-width: 40em) {
  .hero-section .hero-text .breaker {
    display: block;
    height: 20px;
  }
}
@media (min-width: 40em) {
  .hero-section .hero-text .hero-image {
    position: absolute;
    margin-top: -115px;
    max-width: 500px;
    right: -40px;
  }
}
@media screen and (min-width: 40em) and (max-width: 1124px) {
  .hero-section .hero-text .hero-image {
    position: absolute;
    margin-top: 0px;
    max-width: 350px;
    right: -40px;
  }
}
@media (max-width: 40em) {
  .hero-section .hero-text .hero-image {
    margin: 0 auto -170px auto;
    text-align: center;
    width: 100%;
  }
  .hero-section .hero-text .hero-image img {
    width: 75%;
    margin: 0 auto;
  }
  .hero-section .hero-text .hero-image figcaption {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .hero-section.photo-1 .medium-5, .hero-section.photo-1 .medium-6 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 870px) {
  .hero-section.photo-1 {
    margin-bottom: 160px;
  }
}
@media (min-width: 40em) {
  .hero-section.photo-1 .hero-image {
    position: absolute;
    margin-top: -20px;
    max-width: 500px;
    right: 0px;
  }
}
@media screen and (min-width: 1165px) {
  .hero-section.photo-1 .hero-image {
    position: absolute;
    margin-top: -70px;
    max-width: 630px;
    right: -72px;
  }
}
.hero-section .hero-banner {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
  position: relative;
  margin-top: -70px;
  margin-bottom: 45px;
}
@media (max-width: 40em) {
  .hero-section .hero-banner {
    margin-top: -60px;
  }
}
.hero-section .hero-banner p {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  .hero-section .hero-banner.bg-orange {
    background-color: #e87722;
  }
  .hero-section .hero-banner.bg-teal {
    background-color: #2c9199;
  }
  .hero-section .hero-banner.bg-purple {
    background-color: #8d4f8d;
  }
  .hero-section .hero-banner.bg-gold {
    background-color: #ffb81c;
  }
}
.hero-section .hero-banner .cell {
  background: #8d4f8d;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hero-section .hero-banner .cell:after {
    content: ".";
    text-indent: -9999em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 18px;
    position: absolute;
    right: -27px;
    top: 0px;
    display: block;
    z-index: -1;
    border-color: #8d4f8d transparent #8d4f8d #8d4f8d; /* bg color for right side of ribbon */
    left: auto;
  }
  .hero-section .hero-banner .cell.teal:after {
    border-color: #2c9199 transparent #2c9199 #2c9199; /* bg color for right side of ribbon */
  }
  .hero-section .hero-banner .cell.orange:after {
    border-color: #e87722 transparent #e87722 #e87722; /* bg color for right side of ribbon */
  }
  .hero-section .hero-banner .cell.gold:after {
    border-color: #ffb81c transparent #ffb81c #ffb81c; /* bg color for right side of ribbon */
  }
}
@media screen and (max-width: 979px) {
  .hero-section .hero-banner .cell {
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  .hero-section .hero-banner .cell {
    width: 75%;
  }
}
@media screen and (min-width: 1220px) {
  .hero-section .hero-banner .cell {
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  .hero-section .hero-banner:before {
    content: "";
    display: block;
    height: 36px;
    width: 200%;
    position: absolute;
    left: -180%;
    z-index: 0;
    background-color: #8d4f8d;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .hero-banner:before {
    content: "";
    display: block;
    height: 36px;
    width: 300%;
    position: absolute;
    left: -270%;
    z-index: 0;
    background-color: #8d4f8d;
  }
}
.hero-section .hero-banner.bg-gold .cell {
  background: #ffb81c;
}
.hero-section .hero-banner.bg-gold:before {
  background-color: #ffb81c;
}
.hero-section .hero-banner.bg-orange .cell {
  background: #e87722;
}
.hero-section .hero-banner.bg-orange:before {
  background-color: #e87722;
}
.hero-section .hero-banner.bg-teal .cell {
  background: #2c9199;
}
.hero-section .hero-banner.bg-teal:before {
  background-color: #2c9199;
}

.edit-post-layout .hero-section .hero-text .hero-image {
  position: relative;
  margin: 0;
}
.edit-post-layout .hero-section .hero-text .grid-x {
  display: flex;
}
.edit-post-layout .hero-section .hero-text .grid-x .medium-8 {
  width: 60%;
}
.edit-post-layout .hero-section .hero-text .grid-x .medium-4 {
  display: flex;
  width: 40%;
}
.edit-post-layout .hero-section .hero-text .grid-x .medium-4 .hero-image {
  right: auto;
}
.edit-post-layout .hero-section .hero-banner:before {
  display: none;
}
.edit-post-layout .hero-section .hero-banner .cell:after {
  display: none;
}

.overflow + .padded,
.overflow + .paddedtop {
  padding-top: 1em;
}
@media (max-width: 40em) {
  .overflow + .padded,
  .overflow + .paddedtop {
    padding-top: 2em;
  }
}

.home .hero-section {
  padding-bottom: 48px;
}

.overflow + section[class*=F4FAF7] {
  margin-top: -75px;
  padding-top: 91px;
}

@media (min-width: 40em) {
  .show-for-small-only + section[class*=F4FAF7] {
    margin-top: -75px;
    padding-top: 91px;
  }
}

.percentage-container {
  width: 90%;
  height: 100%;
}
@media (max-width: 40em) {
  .percentage-container {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .percentage-container .percentage {
    margin: 0 auto;
  }
}

.percentage {
  background: url(../images/badge.svg) center center no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  padding: 20%;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 350px;
}
@media (max-width: 40em) {
  .percentage {
    max-width: 400px;
    max-height: 400px;
    padding: 30% 20%;
  }
}
.percentage .stat {
  margin-top: 25%;
  font-weight: bold;
  font-size: 3.5em;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .percentage .stat {
    font-size: 2em;
    margin-top: 50%;
  }
}
@media (max-width: 40em) {
  .percentage .stat {
    margin-top: 0;
  }
}
.percentage .percentage-text {
  font-weight: 600;
  line-height: 1;
}

.acf-block-preview .foreditor {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/badge.svg) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}
.acf-block-preview .percentage {
  text-align: center;
  width: 100%;
  color: #58585b;
  padding: 0px;
  border-radius: 0%;
  background: none;
}
.acf-block-preview .percentage .stat {
  font-weight: bold;
  font-size: 2em;
}
.acf-block-preview .percentage .percentage-text {
  line-height: 1em;
}

#road-to-life h4 {
  color: #2c9199;
  font-style: italic;
}
#road-to-life .road-mobile {
  padding: 40px;
}
.acf-block-preview #road-to-life .road-mobile {
  display: none !important;
}

.lightbox-gallery .hidden-until-click .cell {
  display: none;
}
.lightbox-gallery .hidden-until-click .cell:first-child {
  display: block;
}

.for-editor-only {
  display: none;
}

.acf-block-preview .lightbox-gallery .for-editor-only {
  display: block;
}
.acf-block-preview .lightbox-gallery .hidden-until-click {
  display: none;
}

.sponsor-grid .sponsor-cell {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 40em) {
  .sponsor-grid .sponsor-cell {
    min-height: 140px;
  }
}
.sponsor-grid .sponsor-cell a, .sponsor-grid .sponsor-cell img, .sponsor-grid .sponsor-cell picture, .sponsor-grid .sponsor-cell figure {
  margin: 0 auto;
  vertical-align: middle;
  display: inline;
}
.sponsor-grid .sponsor-cell a {
  padding: 10px;
}
.sponsor-grid .sponsor-cell img {
  max-height: 150px;
}
.sponsor-grid .sponsor-cell.nologo {
  background: url(../images/header-heart.png) bottom right no-repeat;
  background-size: 90px;
  padding: 15px;
}
@media (max-width: 40em) {
  .sponsor-grid .sponsor-cell.nologo {
    background-size: contain;
    background-position: 80% 0;
  }
}
.sponsor-grid .sponsor-cell .sponsor-link {
  font-size: 1.25em;
}

.acf-block-preview .sponsor-grid .grid-margin-x, .acf-block-preview .sponsor-grid .grid-padding-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.acf-block-preview .sponsor-grid .grid-margin-x .cell, .acf-block-preview .sponsor-grid .grid-padding-x .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}
.acf-block-preview .sponsor-grid .large-up-1 > .cell {
  width: 100%;
}
.acf-block-preview .sponsor-grid .large-up-2 > .cell {
  width: 50%;
}
.acf-block-preview .sponsor-grid .large-up-3 > .cell {
  width: 33.33333%;
}
.acf-block-preview .sponsor-grid .large-up-4 > .cell {
  width: 25%;
}
.acf-block-preview .sponsor-grid .large-up-5 > .cell {
  width: 20%;
}
.acf-block-preview .sponsor-grid .large-up-6 > .cell {
  width: 16.66667%;
}
.acf-block-preview .sponsor-grid .large-up-7 > .cell {
  width: 14.28571%;
}
.acf-block-preview .sponsor-grid .large-up-8 > .cell {
  width: 12.5%;
}

.wp-block-columns, .wp-block-media-text {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 40em) {
  .wp-block-columns, .wp-block-media-text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.block-editor-block-list__block.wp-block-buttons {
  border: 1px #ccc dashed;
  padding: 10px;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-cgb-block-foundations-grid .wp-block.cell {
  box-sizing: border-box;
}
.wp-block-cgb-block-foundations-grid .wp-block.cell .block-editor-block-list__layout {
  flex-direction: column;
}
.wp-block-cgb-block-foundations-grid .wp-block.cell .block-editor-block-list__layout .wp-block {
  width: 100%;
}

div[data-type="core/spacer"] {
  background-color: whitesmoke;
}

.wp-block-button .wp-block-button__link {
  background: #ffb81c;
  border-radius: 8px;
  color: #fff;
  padding: 16px 54px 16px 34px;
  text-align: center;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5em;
}
.wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.wp-block-button .wp-block-button__link:hover {
  background: #e87722;
  transition: all 0.3s ease;
}
.wp-block-button .wp-block-button__link:active {
  background: #9c6b00;
}
@media (max-width: 40em) {
  .wp-block-button .wp-block-button__link {
    width: 90%;
  }
}
.wp-block-button .wp-block-button__link.has-darkpurple-background-color {
  background-color: #6B316C;
}
.wp-block-button .wp-block-button__link.has-darkpurple-background-color:hover, .wp-block-button .wp-block-button__link.has-darkpurple-background-color:focus, .wp-block-button .wp-block-button__link.has-darkpurple-background-color:active {
  background-color: #e87722;
}
.wp-block-button .wp-block-button__link.has-purple-background-color {
  background-color: #8d4f8d;
}
.wp-block-button .wp-block-button__link.has-purple-background-color:hover, .wp-block-button .wp-block-button__link.has-purple-background-color:focus, .wp-block-button .wp-block-button__link.has-purple-background-color:active {
  background-color: #e87722;
}
.wp-block-button .wp-block-button__link.has-teal-background-color {
  background-color: #2c9199;
}
.wp-block-button .wp-block-button__link.has-teal-background-color:hover, .wp-block-button .wp-block-button__link.has-teal-background-color:focus, .wp-block-button .wp-block-button__link.has-teal-background-color:active {
  background-color: #e87722;
}
.wp-block-button .wp-block-button__link.has-orange-background-color {
  background-color: #e87722;
}
.wp-block-button .wp-block-button__link.has-orange-background-color:hover, .wp-block-button .wp-block-button__link.has-orange-background-color:focus, .wp-block-button .wp-block-button__link.has-orange-background-color:active {
  background-color: #ffb81c;
}
.wp-block-button .wp-block-button__link.has-gray-background-color {
  background-color: #77787b;
}
.wp-block-button .wp-block-button__link.has-gray-background-color:hover, .wp-block-button .wp-block-button__link.has-gray-background-color:focus, .wp-block-button .wp-block-button__link.has-gray-background-color:active {
  background-color: #e87722;
}
.wp-block-button .wp-block-button__link.has-light-green-color {
  background-color: #F4FAF7;
  border: 1px #6B316C solid;
  color: #6B316C;
}
.wp-block-button .wp-block-button__link.has-light-green-color:hover, .wp-block-button .wp-block-button__link.has-light-green-color:focus, .wp-block-button .wp-block-button__link.has-light-green-color:active {
  background-color: #6B316C;
  color: #fff;
}

.wp-block-file__button {
  background: #8d4f8d;
  border-radius: 8px;
  color: #fff;
  padding: 16px 54px 16px 34px;
  text-align: center;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5em;
  background-color: #2c9199;
  color: #fff;
  font-size: 1rem;
}
.wp-block-file__button:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.wp-block-file__button:hover {
  background: #6B316C;
  transition: all 0.3s ease;
}
.wp-block-file__button:active {
  background: #3b213b;
}
@media (max-width: 40em) {
  .wp-block-file__button {
    width: 90%;
  }
}
.wp-block-file__button:hover {
  background-color: #1b595e;
}

.wp-block {
  max-width: 1100px;
}

.acf-block-preview .testimonial .large-order-2 {
  order: 2;
}
.acf-block-preview .testimonial .large-order-1 {
  order: 1;
}

div[class*="6B316C"] h1, div[class*="6B316C"] h2, div[class*="6B316C"] h3, div[class*="6B316C"] h4, div[class*="6B316C"] h5, div[class*="6B316C"] h6, div[class*="6B316C"] p, div[class*="6B316C"] a, div[class*="6B316C"] li,
div[class*="8d4f8d"] h1,
div[class*="8d4f8d"] h2,
div[class*="8d4f8d"] h3,
div[class*="8d4f8d"] h4,
div[class*="8d4f8d"] h5,
div[class*="8d4f8d"] h6,
div[class*="8d4f8d"] p,
div[class*="8d4f8d"] a,
div[class*="8d4f8d"] li {
  color: #fff;
}

.css-1n451hs {
  height: auto !important;
}

/*# sourceMappingURL=editor.css.map */
