@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%;
}

.wpcf7-form {
  position: relative;
  margin: 0.5em 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.wpcf7-form p {
  position: relative;
}
.wpcf7-form .cc-error {
  display: none;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text], .wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form textarea {
  transition: all 0.5s;
  margin: 0;
  border: 0;
  box-shadow: none;
  background-color: #fff;
  z-index: 9;
  padding-left: 0;
  -webkit-appearance: none !important;
}
.wpcf7-form select {
  border: 0;
}
.wpcf7-form label {
  padding: 9px 0.75em 0em 0.75em;
  background: #fff;
  color: #58585b;
  line-height: 1em;
  font-size: 0.95em;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 2px #ececec solid;
}
.wpcf7-form label.focused {
  border-color: #ffb81c;
  color: #8d4f8d;
}

section[class*="8d4f8d"] label, section.purple label, section.bg-purple label,
section[class*="6B316C"] label, section.darkpurple label,
section[class*="2c9199"] label, section.teal label, section.bg-teal label,
section[class*=ffb81c] label, section.gold label, section.bg-gold label,
section[class*=e87722] label, section.orange label, section.bg-orange label {
  border: 2px #fff solid;
}

input[type=submit] {
  -webkit-appearance: none;
  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;
  border: 0;
  padding: 16px 34px;
}
input[type=submit]:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
input[type=submit]:hover {
  background: #e87722;
  transition: all 0.3s ease;
}
input[type=submit]:active {
  background: #9c6b00;
}
@media (max-width: 40em) {
  input[type=submit] {
    width: 90%;
  }
}

div.wpcf7-response-output {
  background-color: #fff;
}

.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;
}

section[class*="8d4f8d"], section.purple, section.bg-purple, section.blog {
  position: relative;
  background-color: #8d4f8d;
}
section[class*="8d4f8d"] h1, section[class*="8d4f8d"] h2, section[class*="8d4f8d"] h3, section[class*="8d4f8d"] h4, section[class*="8d4f8d"] h5, section[class*="8d4f8d"] li, section[class*="8d4f8d"] a, section[class*="8d4f8d"] p, section.purple h1, section.purple h2, section.purple h3, section.purple h4, section.purple h5, section.purple li, section.purple a, section.purple p, section.bg-purple h1, section.bg-purple h2, section.bg-purple h3, section.bg-purple h4, section.bg-purple h5, section.bg-purple li, section.bg-purple a, section.bg-purple p, section.blog h1, section.blog h2, section.blog h3, section.blog h4, section.blog h5, section.blog li, section.blog a, section.blog p {
  color: #fff;
}
section[class*="8d4f8d"].padded, section[class*="8d4f8d"].paddedtop, section.purple.padded, section.purple.paddedtop, section.bg-purple.padded, section.bg-purple.paddedtop, section.blog.padded, section.blog.paddedtop {
  padding-top: 4.5em;
}
section[class*="8d4f8d"].padded, section[class*="8d4f8d"].padded-bottom, section.purple.padded, section.purple.padded-bottom, section.bg-purple.padded, section.bg-purple.padded-bottom, section.blog.padded, section.blog.padded-bottom {
  padding-bottom: 4.5em;
}
@media (max-width: 40em) {
  section[class*="8d4f8d"].handwriting, section.purple.handwriting, section.bg-purple.handwriting, section.blog.handwriting {
    background: #8d4f8d url("../images/text/mobile/purple-text.png") top left no-repeat;
  }
}
@media (min-width: 40em) {
  section[class*="8d4f8d"].handwriting, section.purple.handwriting, section.bg-purple.handwriting, section.blog.handwriting {
    background: #8d4f8d url("../images/text/desktop/purple-text.png") top left no-repeat;
  }
}
section[class*="8d4f8d"].torntop, section[class*="8d4f8d"].torn, section.purple.torntop, section.purple.torn, section.bg-purple.torntop, section.bg-purple.torn, section.blog.torntop, section.blog.torn {
  margin-top: 15px;
}
section[class*="8d4f8d"].torntop:before, section[class*="8d4f8d"].torn:before, section.purple.torntop:before, section.purple.torn:before, section.bg-purple.torntop:before, section.bg-purple.torn:before, section.blog.torntop:before, section.blog.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/purple-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*="8d4f8d"].tornbottom, section[class*="8d4f8d"].torn, section.purple.tornbottom, section.purple.torn, section.bg-purple.tornbottom, section.bg-purple.torn, section.blog.tornbottom, section.blog.torn {
  margin-bottom: 15px;
}
section[class*="8d4f8d"].tornbottom:after, section[class*="8d4f8d"].torn:after, section.purple.tornbottom:after, section.purple.torn:after, section.bg-purple.tornbottom:after, section.bg-purple.torn:after, section.blog.tornbottom:after, section.blog.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/purple-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*="8d4f8d"] blockquote.testimonial, section.purple blockquote.testimonial, section.bg-purple blockquote.testimonial, section.blog blockquote.testimonial {
  background-color: #8d4f8d;
}

section[class*="6B316C"], section.darkpurple {
  position: relative;
  background-color: #6B316C;
}
section[class*="6B316C"] h1, section[class*="6B316C"] h2, section[class*="6B316C"] h3, section[class*="6B316C"] h4, section[class*="6B316C"] h5, section[class*="6B316C"] li, section[class*="6B316C"] a, section[class*="6B316C"] p, section.darkpurple h1, section.darkpurple h2, section.darkpurple h3, section.darkpurple h4, section.darkpurple h5, section.darkpurple li, section.darkpurple a, section.darkpurple p {
  color: #fff;
}
section[class*="6B316C"].padded, section[class*="6B316C"].paddedtop, section.darkpurple.padded, section.darkpurple.paddedtop {
  padding-top: 4.5em;
}
section[class*="6B316C"].padded, section[class*="6B316C"].padded-bottom, section.darkpurple.padded, section.darkpurple.padded-bottom {
  padding-bottom: 4.5em;
}
section[class*="6B316C"].torntop, section[class*="6B316C"].torn, section.darkpurple.torntop, section.darkpurple.torn {
  margin-top: 15px;
}
section[class*="6B316C"].torntop:before, section[class*="6B316C"].torn:before, section.darkpurple.torntop:before, section.darkpurple.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/darkpurple-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*="6B316C"].tornbottom, section[class*="6B316C"].torn, section.darkpurple.tornbottom, section.darkpurple.torn {
  margin-bottom: 15px;
}
section[class*="6B316C"].tornbottom:after, section[class*="6B316C"].torn:after, section.darkpurple.tornbottom:after, section.darkpurple.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/darkpurple-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*="6B316C"] blockquote.testimonial, section.darkpurple blockquote.testimonial {
  background-color: #6B316C;
}

section[class*="2c9199"], section.teal, section.bg-teal {
  background-color: #2c9199;
  position: relative;
}
section[class*="2c9199"].padded, section[class*="2c9199"].paddedtop, section.teal.padded, section.teal.paddedtop, section.bg-teal.padded, section.bg-teal.paddedtop {
  padding-top: 4.5em;
}
section[class*="2c9199"].padded, section[class*="2c9199"].padded-bottom, section.teal.padded, section.teal.padded-bottom, section.bg-teal.padded, section.bg-teal.padded-bottom {
  padding-bottom: 4.5em;
}
section[class*="2c9199"] h1, section[class*="2c9199"] h2, section[class*="2c9199"] h3, section[class*="2c9199"] h4, section[class*="2c9199"] h5, section[class*="2c9199"] li, section[class*="2c9199"] a, section[class*="2c9199"] p, section.teal h1, section.teal h2, section.teal h3, section.teal h4, section.teal h5, section.teal li, section.teal a, section.teal p, section.bg-teal h1, section.bg-teal h2, section.bg-teal h3, section.bg-teal h4, section.bg-teal h5, section.bg-teal li, section.bg-teal a, section.bg-teal p {
  color: #fff;
}
@media (max-width: 40em) {
  section[class*="2c9199"].handwriting, section.teal.handwriting, section.bg-teal.handwriting {
    background: #2c9199 url("../images/text/mobile/teal-text.png") top left no-repeat;
  }
}
@media (min-width: 40em) {
  section[class*="2c9199"].handwriting, section.teal.handwriting, section.bg-teal.handwriting {
    background: #2c9199 url("../images/text/desktop/teal-text.png") top left no-repeat;
  }
}
section[class*="2c9199"].torntop, section[class*="2c9199"].torn, section.teal.torntop, section.teal.torn, section.bg-teal.torntop, section.bg-teal.torn {
  margin-top: 15px;
}
section[class*="2c9199"].torntop:before, section[class*="2c9199"].torn:before, section.teal.torntop:before, section.teal.torn:before, section.bg-teal.torntop:before, section.bg-teal.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/teal-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*="2c9199"].tornbottom, section[class*="2c9199"].torn, section.teal.tornbottom, section.teal.torn, section.bg-teal.tornbottom, section.bg-teal.torn {
  margin-bottom: 15px;
}
section[class*="2c9199"].tornbottom:after, section[class*="2c9199"].torn:after, section.teal.tornbottom:after, section.teal.torn:after, section.bg-teal.tornbottom:after, section.bg-teal.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/teal-bottom.png) top center repeat-x;
  background-size: 40%;
}
section[class*="2c9199"] blockquote.testimonial, section.teal blockquote.testimonial, section.bg-teal blockquote.testimonial {
  background-color: #2c9199;
}

section[class*=ffb81c], section.gold, section.bg-gold {
  position: relative;
  background-color: #ffb81c;
}
section[class*=ffb81c].padded, section[class*=ffb81c].paddedtop, section.gold.padded, section.gold.paddedtop, section.bg-gold.padded, section.bg-gold.paddedtop {
  padding-top: 4.5em;
}
section[class*=ffb81c].padded, section[class*=ffb81c].padded-bottom, section.gold.padded, section.gold.padded-bottom, section.bg-gold.padded, section.bg-gold.padded-bottom {
  padding-bottom: 4.5em;
}
section[class*=ffb81c] h1, section[class*=ffb81c] h2, section[class*=ffb81c] h3, section[class*=ffb81c] h4, section[class*=ffb81c] h5, section[class*=ffb81c] li, section[class*=ffb81c] a, section[class*=ffb81c] p, section.gold h1, section.gold h2, section.gold h3, section.gold h4, section.gold h5, section.gold li, section.gold a, section.gold p, section.bg-gold h1, section.bg-gold h2, section.bg-gold h3, section.bg-gold h4, section.bg-gold h5, section.bg-gold li, section.bg-gold a, section.bg-gold p {
  color: #fff;
}
@media (max-width: 40em) {
  section[class*=ffb81c].handwriting, section.gold.handwriting, section.bg-gold.handwriting {
    background: #ffb81c url("../images/text/mobile/gold-text.png") top left no-repeat;
  }
}
@media (min-width: 40em) {
  section[class*=ffb81c].handwriting, section.gold.handwriting, section.bg-gold.handwriting {
    background: #ffb81c url("../images/text/desktop/gold-text.png") top left no-repeat;
  }
}
section[class*=ffb81c].torntop, section[class*=ffb81c].torn, section.gold.torntop, section.gold.torn, section.bg-gold.torntop, section.bg-gold.torn {
  margin-top: 15px;
}
section[class*=ffb81c].torntop:before, section[class*=ffb81c].torn:before, section.gold.torntop:before, section.gold.torn:before, section.bg-gold.torntop:before, section.bg-gold.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/gold-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*=ffb81c].tornbottom, section[class*=ffb81c].torn, section.gold.tornbottom, section.gold.torn, section.bg-gold.tornbottom, section.bg-gold.torn {
  margin-bottom: 15px;
}
section[class*=ffb81c].tornbottom:after, section[class*=ffb81c].torn:after, section.gold.tornbottom:after, section.gold.torn:after, section.bg-gold.tornbottom:after, section.bg-gold.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/gold-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*=ffb81c] blockquote.testimonial, section.gold blockquote.testimonial, section.bg-gold blockquote.testimonial {
  background-color: #ffb81c;
}

section[class*=e87722], section.orange, section.bg-orange {
  position: relative;
  background-color: #e87722;
}
section[class*=e87722].padded, section[class*=e87722].paddedtop, section.orange.padded, section.orange.paddedtop, section.bg-orange.padded, section.bg-orange.paddedtop {
  padding-top: 4.5em;
}
section[class*=e87722].padded, section[class*=e87722].padded-bottom, section.orange.padded, section.orange.padded-bottom, section.bg-orange.padded, section.bg-orange.padded-bottom {
  padding-bottom: 4.5em;
}
section[class*=e87722] h1, section[class*=e87722] h2, section[class*=e87722] h3, section[class*=e87722] h4, section[class*=e87722] h5, section[class*=e87722] li, section[class*=e87722] a, section[class*=e87722] p, section.orange h1, section.orange h2, section.orange h3, section.orange h4, section.orange h5, section.orange li, section.orange a, section.orange p, section.bg-orange h1, section.bg-orange h2, section.bg-orange h3, section.bg-orange h4, section.bg-orange h5, section.bg-orange li, section.bg-orange a, section.bg-orange p {
  color: #fff;
}
@media (max-width: 40em) {
  section[class*=e87722].handwriting, section.orange.handwriting, section.bg-orange.handwriting {
    background: #e87722 url("../images/text/mobile/orange-text.png") top left no-repeat;
  }
}
@media (min-width: 40em) {
  section[class*=e87722].handwriting, section.orange.handwriting, section.bg-orange.handwriting {
    background: #e87722 url("../images/text/desktop/orange-text.png") top left no-repeat;
  }
}
section[class*=e87722].torntop, section[class*=e87722].torn, section.orange.torntop, section.orange.torn, section.bg-orange.torntop, section.bg-orange.torn {
  margin-top: 15px;
}
section[class*=e87722].torntop:before, section[class*=e87722].torn:before, section.orange.torntop:before, section.orange.torn:before, section.bg-orange.torntop:before, section.bg-orange.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/orange-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*=e87722].tornbottom, section[class*=e87722].torn, section.orange.tornbottom, section.orange.torn, section.bg-orange.tornbottom, section.bg-orange.torn {
  margin-bottom: 15px;
}
section[class*=e87722].tornbottom:after, section[class*=e87722].torn:after, section.orange.tornbottom:after, section.orange.torn:after, section.bg-orange.tornbottom:after, section.bg-orange.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/orange-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*=e87722] blockquote.testimonial, section.orange blockquote.testimonial, section.bg-orange blockquote.testimonial {
  background-color: #e87722;
}

section[class*="77787b"], section.gray {
  position: relative;
  background-color: #77787b;
}
section[class*="77787b"] h1, section[class*="77787b"] h2, section[class*="77787b"] h3, section[class*="77787b"] h4, section[class*="77787b"] h5, section[class*="77787b"] li, section[class*="77787b"] a, section[class*="77787b"] p, section.gray h1, section.gray h2, section.gray h3, section.gray h4, section.gray h5, section.gray li, section.gray a, section.gray p {
  color: #fff;
}
section[class*="77787b"].torntop, section[class*="77787b"].torn, section.gray.torntop, section.gray.torn {
  margin-top: 15px;
}
section[class*="77787b"].torntop:before, section[class*="77787b"].torn:before, section.gray.torntop:before, section.gray.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/gray-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*="77787b"].tornbottom, section[class*="77787b"].torn, section.gray.tornbottom, section.gray.torn {
  margin-bottom: 15px;
}
section[class*="77787b"].tornbottom:after, section[class*="77787b"].torn:after, section.gray.tornbottom:after, section.gray.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/gray-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*="77787b"] blockquote.testimonial, section.gray blockquote.testimonial {
  background-color: #77787b;
}

section[class*="58585b"], section.text {
  position: relative;
  background-color: #58585b;
}
section[class*="58585b"].padded, section[class*="58585b"].paddedtop, section.text.padded, section.text.paddedtop {
  padding-top: 4.5em;
}
section[class*="58585b"].padded, section[class*="58585b"].padded-bottom, section.text.padded, section.text.padded-bottom {
  padding-bottom: 4.5em;
}
section[class*="58585b"] h1, section[class*="58585b"] h2, section[class*="58585b"] h3, section[class*="58585b"] h4, section[class*="58585b"] h5, section[class*="58585b"] li, section[class*="58585b"] a, section[class*="58585b"] p, section.text h1, section.text h2, section.text h3, section.text h4, section.text h5, section.text li, section.text a, section.text p {
  color: #fff;
}
section[class*="58585b"].torntop, section[class*="58585b"].torn, section.text.torntop, section.text.torn {
  margin-top: 15px;
}
section[class*="58585b"].torntop:before, section[class*="58585b"].torn:before, section.text.torntop:before, section.text.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/text-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*="58585b"].tornbottom, section[class*="58585b"].torn, section.text.tornbottom, section.text.torn {
  margin-bottom: 15px;
}
section[class*="58585b"].tornbottom:after, section[class*="58585b"].torn:after, section.text.tornbottom:after, section.text.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/text-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*="58585b"] blockquote.testimonial, section.text blockquote.testimonial {
  background-color: #58585b;
}

section[class*=F4FAF7], section.lightgreen, div.lightgreen {
  position: relative;
  background-color: #F4FAF7;
}
section[class*=F4FAF7].torntop, section[class*=F4FAF7].torn, section.lightgreen.torntop, section.lightgreen.torn, div.lightgreen.torntop, div.lightgreen.torn {
  margin-top: 15px;
}
section[class*=F4FAF7].torntop:before, section[class*=F4FAF7].torn:before, section.lightgreen.torntop:before, section.lightgreen.torn:before, div.lightgreen.torntop:before, div.lightgreen.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/lightgreen-top.png) center bottom repeat-x;
}
section[class*=F4FAF7].tornbottom, section[class*=F4FAF7].torn, section.lightgreen.tornbottom, section.lightgreen.torn, div.lightgreen.tornbottom, div.lightgreen.torn {
  margin-bottom: 15px;
}
section[class*=F4FAF7].tornbottom:after, section[class*=F4FAF7].torn:after, section.lightgreen.tornbottom:after, section.lightgreen.torn:after, div.lightgreen.tornbottom:after, div.lightgreen.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -14px;
  height: 15px;
  background: transparent url(../images/edges/lightgreen-bottom.png) center top repeat-x;
}
section[class*=F4FAF7] blockquote.testimonial, section.lightgreen blockquote.testimonial, div.lightgreen blockquote.testimonial {
  background-color: #F4FAF7;
}
@media (max-width: 40em) {
  section[class*=F4FAF7].tornedges:after, section.lightgreen.tornedges:after, div.lightgreen.tornedges:after {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    overflow: hidden;
    bottom: -14px;
    height: 15px;
    left: 0;
    background: transparent url(../images/edges/lightgreen-bottom.png) center top repeat-x;
  }
}
@media (min-width: 40em) {
  section[class*=F4FAF7].tornedges:before, section.lightgreen.tornedges:before, div.lightgreen.tornedges:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: -15px;
    background: transparent url(../images/edges/lightgreen-left.png) right top repeat-y;
  }
  section[class*=F4FAF7].tornedges:after, section.lightgreen.tornedges:after, div.lightgreen.tornedges:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    right: -15px;
    top: 0;
    height: 100%;
    background: transparent url(../images/edges/lightgreen-right.png) left top repeat-y;
  }
}

section[class*=e8dce8], section.lightpurple {
  position: relative;
  background-color: #e8dce8;
}
section[class*=e8dce8].torntop, section[class*=e8dce8].torn, section.lightpurple.torntop, section.lightpurple.torn {
  margin-top: 15px;
}
section[class*=e8dce8].torntop:before, section[class*=e8dce8].torn:before, section.lightpurple.torntop:before, section.lightpurple.torn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  top: -14px;
  height: 15px;
  background: transparent url(../images/edges/lightpurple-top.png) center bottom repeat-x;
  background-size: 40%;
}
section[class*=e8dce8].tornbottom, section[class*=e8dce8].torn, section.lightpurple.tornbottom, section.lightpurple.torn {
  margin-bottom: 15px;
}
section[class*=e8dce8].tornbottom:after, section[class*=e8dce8].torn:after, section.lightpurple.tornbottom:after, section.lightpurple.torn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: -15px;
  height: 14px;
  background: transparent url(../images/edges/lightpurple-bottom.png) center top repeat-x;
  background-size: 40%;
}
section[class*=e8dce8] blockquote.testimonial, section.lightpurple blockquote.testimonial {
  background-color: #e8dce8;
}

.handwriting {
  background-size: 100% !important;
}

section.cup-bottom-left {
  background-image: url(../images/doodles/cup.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28%;
}
section.cup-bottom-left.color-transparent, section.cup-bottom-left.color-white {
  background-image: url(../images/doodles/cup-purple.png);
}

section.cup-bottom-right {
  background-image: url(../images/doodles/cup.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 28%;
}
section.cup-bottom-right.color-transparent, section.cup-bottom-right.color-white {
  background-image: url(../images/doodles/cup-purple.png);
}

section.flower-top-left {
  background-image: url(../images/doodles/flower.png);
  background-repeat: no-repeat;
  background-position: -90px -30px;
  background-size: 25%;
}
section.flower-top-left.color-transparent, section.flower-top-left.color-white {
  background-image: url(../images/doodles/flower-purple.png);
}

section.flower-top-right {
  background-image: url(../images/doodles/flower.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}
section.flower-top-right.color-transparent, section.flower-top-right.color-white {
  background-image: url(../images/doodles/flower-purple.png);
}

section.flower-bottom-left {
  background-image: url(../images/doodles/flower.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 25%;
}
section.flower-bottom-left.color-transparent, section.flower-bottom-left.color-white {
  background-image: url(../images/doodles/flower-purple.png);
}

section.brokenheart-bottom-left {
  background-image: url(../images/doodles/broken-heart.png);
  background-repeat: no-repeat;
  background-position: 0 80%;
  background-size: 49%;
}
section.brokenheart-bottom-left.color-transparent, section.brokenheart-bottom-left.color-white {
  background-image: url(../images/doodles/broken-heart.png);
}

section.flower-bottom-right {
  background-image: url(../images/doodles/flower.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25%;
}
section.flower-bottom-right.color-transparent, section.flower-bottom-right.color-white {
  background-image: url(../images/doodles/flower-purple.png);
}

section.plane-top-left {
  background-image: url(../images/doodles/plane.png);
  background-repeat: no-repeat;
  background-position: -30px -30px;
  background-size: 25%;
}
section.plane-top-left.color-transparent, section.plane-top-left.color-white {
  background-image: url(../images/doodles/plane-purple.png);
}

section.plane-top-right {
  background-image: url(../images/doodles/plane.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}
section.plane-top-right.color-transparent, section.plane-top-right.color-white {
  background-image: url(../images/doodles/plane-purple.png);
}

section.plane-bottom-left {
  background-image: url(../images/doodles/plane.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 25%;
}
section.plane-bottom-left.color-transparent, section.plane-bottom-left.color-white {
  background-image: url(../images/doodles/plane-purple.png);
}

section.plane-bottom-right {
  background-image: url(../images/doodles/plane.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25%;
}
section.plane-bottom-right.color-transparent, section.plane-bottom-right.color-white {
  background-image: url(../images/doodles/plane-purple.png);
}

section.butterfly-top-left {
  background-image: url(../images/doodles/butterfly.png);
  background-repeat: no-repeat;
  background-position: -50px -30px;
  background-size: 25%;
}
section.butterfly-top-left.color-transparent, section.butterfly-top-left.color-white {
  background-image: url(../images/doodles/butterfly-purple.png);
}

section.butterfly-top-right {
  background-image: url(../images/doodles/butterfly.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}
section.butterfly-top-right.color-transparent, section.butterfly-top-right.color-white {
  background-image: url(../images/doodles/butterfly-purple.png);
}

section.butterfly-bottom-left {
  background-image: url(../images/doodles/butterfly.png);
  background-repeat: no-repeat;
  background-position: 0% 90%;
  background-size: 25%;
}
section.butterfly-bottom-left.color-transparent, section.butterfly-bottom-left.color-white {
  background-image: url(../images/doodles/butterfly-purple.png);
}

section.butterfly-bottom-right {
  background-image: url(../images/doodles/butterfly.png);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 25%;
}
section.butterfly-bottom-right.color-transparent, section.butterfly-bottom-right.color-white {
  background-image: url(../images/doodles/butterfly-purple.png);
}

svg[style] {
  font-family: proxima-nova, sans-serif !important;
  max-width: 100% !important;
  height: auto !important;
}
svg[style] text, svg[style] .rtl-13, svg[style] .circle8 {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 600;
}

body {
  opacity: 0;
  width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 40em) {
  header {
    background: url(../images/header-heart.png) top right no-repeat;
    background-size: contain;
    max-width: 85rem;
    margin: 0 auto;
  }
}
.logo-container a img {
  max-width: 100%;
  width: 268px;
}

@media (max-width: 40em) {
  .main-menu .mobile-search-button {
    position: absolute;
    right: 10px;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    margin-top: 13px;
  }
  .main-menu .mobile-search-button img {
    width: 25px;
  }
}

@media (max-width: 40em) {
  .logo-container {
    padding-top: 20px;
  }
}
.utility-nav li a {
  color: #58585b;
  font-size: 0.9em;
}
.utility-nav li a:hover, .utility-nav li a:active, .utility-nav li a:focus {
  color: #8d4f8d;
}
.utility-nav li.is-dropdown-submenu-parent > a:after {
  border-color: #77787b transparent transparent !important;
}
.utility-nav li .is-dropdown-submenu {
  z-index: 90;
}
.utility-nav li .is-dropdown-submenu li {
  list-style-type: none;
}

#primary-nav {
  margin-top: 1.5em;
  position: relative;
}
@media (max-width: 40em) {
  #primary-nav {
    transition: all 0.35s ease-in-out;
    margin-top: 0;
    opacity: 0;
    z-index: -10;
  }
  #primary-nav.menu-open {
    opacity: 1;
    z-index: 90;
  }
}
#primary-nav .photo {
  margin: 20px;
}
#primary-nav .photo img {
  border-width: 5px;
}
#primary-nav .photo.on-bottom-right figcaption {
  right: -40px;
  margin-top: -20%;
}
#primary-nav .toplevel {
  flex-grow: 1;
  text-align: center;
}
#primary-nav .toplevel > a {
  font-weight: 600;
  border-bottom: 6px #fff solid;
}
@media (max-width: 40em) {
  #primary-nav .toplevel > a {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  }
}
#primary-nav .toplevel > a:hover, #primary-nav .toplevel > a:active {
  border-bottom: 6px #8d4f8d solid;
}
#primary-nav .toplevel.is-active > a {
  border-bottom: 6px #8d4f8d solid;
}
#primary-nav .dropdown .menu-item {
  display: none;
}
#primary-nav .is-dropdown-submenu-parent {
  position: static;
}
#primary-nav .is-dropdown-submenu-parent a:after {
  display: none;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu {
  width: 100%;
  border-top: 5px #8d4f8d solid;
  z-index: 99;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li {
  text-align: left;
  display: block;
  width: 100%;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .cell {
  padding: 30px;
  padding-bottom: 60px;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .cell.green {
  background-color: #F4FAF7;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid a {
  padding: 0.25rem 0;
  line-height: 1.25;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.45em;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .h4 a {
  padding-left: 0 !important;
  padding-bottom: 0;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .h4 a:hover {
  color: #8d4f8d;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu {
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 40em) {
  #primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li {
    margin-bottom: 0.25rem;
  }
  #primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li.is-active > a {
    background-color: transparent;
    color: #2c9199;
  }
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li ul.nested {
  display: block !important;
  position: relative !important;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  margin-left: 0.75rem;
  margin-top: 0.5rem;
  background: transparent;
  border: 0;
  opacity: 1;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li ul.nested.is-active > a {
  background-color: transparent;
  color: #2c9199;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li ul.nested li.is-active > a {
  background-color: transparent;
  color: #2c9199;
}
#primary-nav .is-dropdown-submenu-parent ul.is-dropdown-submenu li .megamenugrid .menu li a {
  padding-left: 0;
}

@media (max-width: 40em) {
  #primary-nav {
    width: 100vw;
    position: absolute;
    left: 0;
    background-color: #8d4f8d;
    z-index: -10;
  }
  #primary-nav.menu-open {
    opacity: 1;
    z-index: 90;
  }
  #primary-nav ul.drilldown {
    width: 100%;
    background: #8d4f8d;
  }
  #primary-nav ul.drilldown li {
    text-align: left;
    width: 100%;
  }
  #primary-nav ul.drilldown li .megamenugrid a {
    color: #fff;
    background: #8d4f8d;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    font-size: 18px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #primary-nav ul.drilldown li .megamenugrid a:hover {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    background: #9d589d;
    color: #fff;
  }
  #primary-nav ul.drilldown li .megamenugrid a a {
    padding: 1rem 1rem;
  }
  #primary-nav ul.drilldown li.is-drilldown-submenu-parent a:after {
    border: 0;
    background: url(../images/chevron.png) no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
  }
  #primary-nav ul.drilldown li.is-drilldown-submenu-parent ul {
    margin-left: 0;
  }
  #primary-nav ul.drilldown li.menu-item a {
    font-size: 17px;
  }
  #primary-nav ul.drilldown .is-drilldown-submenu-item {
    padding-left: 15px;
  }
  #primary-nav ul.drilldown .is-drilldown-submenu-item ul.nested {
    position: relative !important;
    top: auto;
    left: auto;
    padding-left: 1rem;
    display: block !important;
    transform: none !important;
    opacity: 1;
    min-height: 1px;
    height: auto !important;
    visibility: visible;
    border: 0;
  }
  #primary-nav ul.drilldown .is-drilldown-submenu-item ul.nested .js-drilldown-back {
    display: none;
  }
  #primary-nav ul.drilldown .js-drilldown-back > a::before {
    border: 0;
    background: url(../images/chevron-left.png) no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
  }
  #primary-nav ul.drilldown .megamenugrid {
    background: #8d4f8d;
    margin: 0 !important;
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
  }
  #primary-nav ul.drilldown .megamenugrid .cell {
    margin-bottom: 15px;
  }
  #primary-nav ul.drilldown .megamenugrid h4, #primary-nav ul.drilldown .megamenugrid a {
    color: #fff;
    border-bottom: 0;
  }
  #primary-nav ul.drilldown .megamenugrid h4 {
    font-weight: 600;
    margin-bottom: 0;
  }
  #primary-nav ul.drilldown .megamenugrid a {
    padding-left: 0;
  }
  #primary-nav ul.drilldown .megamenugrid .menu {
    padding-left: 20px;
    max-width: 90vw;
  }
  #primary-nav ul.is-drilldown-submenu {
    background: #8d4f8d;
  }
}
#nav-icon {
  padding: 20px 10px 40px 10px;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}
#nav-icon svg {
  display: block;
  transition: all 0.35s ease-in-out;
  width: 30px;
  margin-bottom: 3px;
  fill: #8d4f8d;
}
#nav-icon.nav-icon-open {
  background: #8d4f8d;
}
#nav-icon.nav-icon-open svg {
  fill: #fff;
}
#nav-icon.nav-icon-open svg:nth-child(2) {
  opacity: 0;
}
#nav-icon.nav-icon-open svg:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 15px;
}
#nav-icon.nav-icon-open svg:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -20px;
}

#main {
  position: relative;
  z-index: 89;
}
#main.menu-open {
  z-index: 1;
}

@media screen and (min-width: 40em) and (max-width: 1060px) {
  .logo-container .medium-3 {
    width: 100%;
  }
  .logo-container .medium-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .logo-container .medium-9 a {
    font-size: 0.85em;
  }
}
@media (max-width: 40em) {
  .drilldown a {
    background: #8d4f8d;
    color: #fff;
    padding: 1rem;
  }
}
footer {
  background-color: #8d4f8d;
}
footer .footer-container {
  padding-top: 5em;
  padding-bottom: 2.5em;
}
@media (max-width: 40em) {
  footer .footer-container {
    padding-top: 2em;
  }
  footer .footer-container .grid-container .cell {
    margin: 0;
    width: 100%;
  }
}
footer p, footer li, footer a {
  color: #fff;
}
footer a:hover {
  color: #ffb81c;
}
footer .footernav {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 40em) {
  footer .footernav {
    padding-top: 35px;
  }
}
footer .footernav li:first-of-type a {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
footer .footernav a {
  padding-left: 0;
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 16px;
  display: inline-block;
}
footer .footernav a:hover {
  color: #ffb81c;
}
@media (max-width: 40em) {
  footer .footernav {
    text-align: center;
  }
}
footer .footernav .sub-menu {
  list-style-type: none;
  margin-left: 0.25em;
}
@media (max-width: 40em) {
  footer .contact-cell {
    background: url(../images/footer-heart.png) 130% 40px no-repeat;
    background-size: 280px;
    padding-top: 60px;
  }
}
footer .contact-info h4 {
  color: #fff;
  font-size: 1.7em;
  font-weight: normal;
}
footer .contact-info .phones {
  font-weight: 400;
}
footer .contact-info .phones p {
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}
@media (max-width: 40em) {
  footer .contact-info .phones p {
    display: block;
  }
}
footer .contact-info .phones p a {
  color: #fff;
}
footer .contact-info .phones .pipe {
  display: inline-block;
}
@media (min-width: 40em) {
  footer .contact-info .phones .pipe {
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
  }
}
@media (max-width: 40em) {
  footer .contact-info .phones .pipe {
    display: none;
  }
}
footer .contact-info .officeaddress {
  padding-top: 1.5em;
}
@media (min-width: 40em) {
  footer .contact-info .officeaddress {
    display: flex;
  }
}
@media (min-width: 40em) {
  footer .contact-info .officeaddress .office {
    padding-right: 40px;
  }
}
footer .contact-info .officeaddress .office p {
  font-size: 16px;
}
footer .contact-info .social {
  margin-top: 8px;
}
footer .contact-info .social a {
  padding-left: 0;
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  padding-left: 5px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}
footer .contact-info .social a svg {
  width: 24px;
}
footer .contact-info .social a svg.instagram, footer .contact-info .social a svg.twitter {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
footer .contact-info .social a svg path {
  transition: all 0.35s ease-in-out;
}
footer .contact-info .social a:hover svg path {
  fill: #ffb81c;
}
footer .contact-info .social svg {
  width: 30px;
  margin: 0 auto;
  height: 30px;
}
@media (max-width: 40em) {
  footer .contact-info {
    border: 1px #fff solid;
    width: 80%;
    margin: 0 auto;
    padding: 0 25px 25px 25px;
  }
  footer .contact-info h4 {
    background-color: #8d4f8d;
    display: inline-block;
    padding: 0px 15px 18px 15px;
    margin-top: -40px;
    margin-left: -15px;
  }
}
footer .credits {
  padding-top: 4em;
}
footer .credits p {
  font-size: 0.85em;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 40em) {
  footer .credits p {
    text-align: center;
  }
  footer .credits p span {
    display: block;
  }
}
@media (max-width: 640px) {
  footer .credits {
    padding-top: 3em;
  }
}

@media (min-width: 40em) {
  .footer-container {
    background: #8d4f8d url(../images/footer-heart.png) top right no-repeat;
    background-size: contain;
    max-width: 80rem;
    margin: 0 auto;
  }
}
.hero-text.blog .date {
  color: #fff;
}
.hero-text .meta p {
  font-size: 0.85em;
  color: #fff;
}
@media (min-width: 40em) {
  .hero-text .meta {
    padding-right: 50px;
    padding-left: 50px;
    border-left: 1px #fff solid;
  }
}

.blogcard .date {
  display: block;
  color: #58585b;
  font-size: 0.85em;
  margin-bottom: 0.25em;
}

.custom-blog-cards .blogcard .card-section {
  padding: 2rem 1rem;
}

.pagination {
  display: flex;
}
.pagination .current {
  background: #8d4f8d;
}

form.search {
  display: flex;
}
form.search .search-submit {
  background: #8d4f8d;
  color: #fff;
  height: 2.4375rem;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section.bg- form.search .search-submit {
  background: #2c9199;
}

@media (max-width: 40em) {
  .searchandfilter {
    padded-top: 2rem;
  }
}
@media (min-width: 40em) {
  .searchandfilter {
    padding-right: 30px;
  }
}
.searchandfilter ul {
  width: 100%;
}
@media (max-width: 40em) {
  .searchandfilter ul {
    width: 80%;
  }
}
.searchandfilter ul li {
  display: block;
}

#filter {
  width: 100% !important;
  margin-bottom: 1rem;
  background: #e87722;
  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;
}
#filter:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../images/chevron.png") top left no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
#filter:hover {
  background: #2c9199;
  transition: all 0.3s ease;
}
#filter:active {
  background: #7d3d0d;
}
@media (max-width: 40em) {
  #filter {
    width: 90%;
  }
}
#filter:after {
  display: none;
}

body.filters-open-mobile {
  overflow: hidden;
}

#filters h4 {
  margin-bottom: 0.25rem;
}
#filters label, #filters select {
  font-size: 1rem;
}
@media (max-width: 40em) {
  #filters {
    padding: 40px 10px 100px 10px;
    width: 90vw;
    background-color: #fff;
    height: 100vh;
    z-index: 30;
    position: fixed;
    top: 0;
    left: -90vw;
    transition: all 0.35s ease-in-out;
    overflow: scroll;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  #filters.filters-open-mobile {
    left: 0;
  }
  #filters #close-filters {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    font-size: 1.25rem;
    color: #2c9199;
    display: block;
  }
  #filters #close-filters img {
    transform: rotate(45deg);
  }
}

.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;
}

.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;
  }
}

blockquote.testimonial {
  border: 2px #fff solid;
  position: relative;
  min-height: 250px;
  margin: 50px 20px 90px 20px;
  color: #fff;
}
@media (max-width: 40em) {
  blockquote.testimonial {
    margin-bottom: 200px;
  }
}
blockquote.testimonial p, blockquote.testimonial a {
  color: #fff;
}
@media (max-width: 640px) {
  blockquote.testimonial.align-left {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
blockquote.testimonial .quote-text-container {
  display: table;
  height: 100%;
  min-height: 200px;
}
blockquote.testimonial .quote-text {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
blockquote.testimonial .quote-text p + .attribution {
  margin-top: -0.5em;
}
@media (max-width: 40em) {
  blockquote.testimonial .quote-text {
    padding-bottom: 3em;
    padding-top: 3em;
  }
}
blockquote.testimonial .quote-image {
  position: relative;
  width: 100%;
}
@media (min-width: 40em) {
  blockquote.testimonial .quote-image {
    width: 90%;
  }
}
blockquote.testimonial .quote-image img {
  width: auto !important;
  max-height: 400px;
}
@media (max-width: 40em) {
  blockquote.testimonial .quote-image .taped-left {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }
  blockquote.testimonial .quote-image .taped-left img {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 40em) {
  blockquote.testimonial .quote-image .taped-left {
    margin-top: -83px;
    left: -50px;
    position: absolute;
  }
}
@media (max-width: 40em) {
  blockquote.testimonial .quote-image .taped-right {
    margin: 0 auto -170px 20px;
    text-align: center;
    width: 80%;
  }
  blockquote.testimonial .quote-image .taped-right img {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 40em) {
  blockquote.testimonial .quote-image .taped-right {
    margin-top: -20px;
    right: -50px;
    position: absolute;
  }
}
blockquote.testimonial .quote-image img {
  width: 100%;
}
blockquote.testimonial .small-order-1 {
  padding-top: 60px;
}
@media (max-width: 40em) {
  blockquote.testimonial .small-order-1 .quote-image {
    margin-top: -103px;
    text-align: center;
  }
}

@media (min-width: 40em) {
  .large-order-2 .quote-text {
    padding-left: 0;
    margin-left: -15px;
  }
}

.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;
}

section .simple-card,
section .card,
section .horizontal-card {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1.5em;
}
section .simple-card.border-1,
section .card.border-1,
section .horizontal-card.border-1 {
  border: 1px #ccc solid;
}
section .simple-card h1, section .simple-card h2, section .simple-card h3, section .simple-card h4, section .simple-card h5, section .simple-card h6, section .simple-card a,
section .card h1,
section .card h2,
section .card h3,
section .card h4,
section .card h5,
section .card h6,
section .card a,
section .horizontal-card h1,
section .horizontal-card h2,
section .horizontal-card h3,
section .horizontal-card h4,
section .horizontal-card h5,
section .horizontal-card h6,
section .horizontal-card a {
  color: #8d4f8d;
}
section .simple-card p, section .simple-card li,
section .card p,
section .card li,
section .horizontal-card p,
section .horizontal-card li {
  color: #58585b;
}

.simple-card, .natural-height {
  padding: 20px;
}
@media (min-width: 40em) {
  .simple-card, .natural-height {
    padding: 25px 30px;
  }
}
.simple-card .event-date, .natural-height .event-date {
  margin-bottom: 1.25em;
}
.simple-card .event-date .icon, .natural-height .event-date .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/calendar-icon.svg) center center no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.simple-card h3 + .event-date, .natural-height h3 + .event-date {
  margin-top: -0.5rem;
}
.simple-card .card-event-image, .natural-height .card-event-image {
  margin-bottom: 1.5em;
  text-align: center;
}
.simple-card .card-event-image img, .natural-height .card-event-image img {
  margin: 0 auto;
}

.horizontal-card {
  min-height: 250px;
}
.horizontal-card .card-content {
  padding: 35px 30px;
}
.horizontal-card .has-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 8px 8px 0;
  background-position: center center;
}
@media (max-width: 40em) {
  .horizontal-card .has-background-image {
    min-height: 200px;
    border-radius: 0 0 8px 8px;
  }
}
.horizontal-card .has-background-image.small-order-1 {
  border-radius: 8px 0px 0px 8px;
}

.custom-blogcard a.view-article {
  display: none;
}

.custom-event-card {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 1em;
  padding: 25px;
}
@media (max-width: 40em) {
  .custom-event-card {
    padding: 0;
  }
}
.custom-event-card .custom-event-card-content {
  background-color: #fff;
  z-index: 4;
  position: relative;
  border-radius: 8px;
  padding: 25px 30px;
  transition: all 0.35s ease-in-out;
}
.custom-event-card .custom-event-card-content.border-1 {
  border: 1px #ccc solid;
}
.custom-event-card .custom-event-card-content.border-1 .border-1 {
  border: 0;
}
.custom-event-card .custom-event-card-content .simple-card {
  padding: 0;
}
@media (min-width: 40em) {
  .custom-event-card:after {
    content: "";
    display: block;
    width: 97%;
    height: 97%;
    position: absolute;
    top: 8px;
    left: 4px;
    background: url(../images/postcard.jpg) top left no-repeat;
    background-size: contain;
    z-index: 0;
  }
}

.card-cell {
  height: 100%;
}

.card, .simple-card {
  padding: 1.2rem;
}
.card:not(.natural-height), .simple-card:not(.natural-height) {
  height: 100%;
}
@media (min-width: 40em) {
  .card, .simple-card {
    margin-bottom: 0;
  }
}

.simple-all-card-content {
  height: 100%;
}

.all-card-content, .simple-all-card-content {
  margin-bottom: 0.75em;
  font-size: 18px;
  color: #58585b;
}
@media (min-width: 40em) {
  .all-card-content, .simple-all-card-content {
    display: flex;
    flex-direction: column;
  }
  .all-card-content .top, .simple-all-card-content .top {
    padding-bottom: 3rem;
    flex-grow: 1;
  }
  .all-card-content .bottom, .simple-all-card-content .bottom {
    align-self: flex-end;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}
.all-card-content .event-date, .simple-all-card-content .event-date {
  font-size: 0.85rem;
}

.tag {
  padding-bottom: 2rem;
}
.tag .tag-badge {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 12px;
  background-color: #E8DCE8;
  color: #8d4f8d;
}
.tag .tag-badge.yellow, .tag .tag-badge.Event, .tag .tag-badge.Webinar, .tag .tag-badge.event, .tag .tag-badge.webinar {
  background-color: #FFF1D2;
  color: #e87722;
}
.tag .tag-badge.green, .tag .tag-badge.Workshop, .tag .tag-badge.workshop, .tag .tag-badge.Class, .tag .tag-badge.class {
  background-color: #D5E9EB;
  color: #2c9199;
}
.tag .tag-badge.orange, .tag .tag-badge.Support, .tag .tag-badge.support {
  background-color: #FAE4D3;
  color: #e87722;
}
.tag ul {
  list-style-type: none;
}
.tag ul li:before {
  display: none;
}

.blogcard .card-section .tag {
  margin-bottom: 1rem;
}

.wp-block-cgb-block-foundations-cell .event-cards:not(.stylized) {
  height: 100%;
}
.wp-block-cgb-block-foundations-cell .event-cards:not(.stylized) .grid-x, .wp-block-cgb-block-foundations-cell .event-cards:not(.stylized) .grid-margin-x {
  height: 100%;
}

#offormat {
  margin-top: 1rem;
}

.category .card .all-card-content .tag, .archive .card .all-card-content .tag {
  padding-bottom: 0.5rem;
}
.category .card .all-card-content .top, .archive .card .all-card-content .top {
  padding-bottom: 1rem;
}

.natural-height {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.one-link-cards .simple-all-card-content {
  margin-bottom: 0;
}
.one-link-cards .simple-all-card-content p {
  margin-bottom: 0;
}

.event-cards {
  position: relative;
}
@media (max-width: 40em) {
  .event-cards .bottomlink {
    float: none !important;
    margin-top: 1em;
    display: inline-block;
  }
}
@media (min-width: 40em) {
  .event-cards .bottomlink {
    margin-right: 25px;
  }
}
.event-cards .event-card {
  margin-bottom: 1em;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 1px #fff solid;
  padding: 25px 30px;
  transition: all 0.35s ease-in-out;
}
.event-cards .event-card:hover {
  border: 1px solid #e6e6e6;
}
.event-cards .event-card h1, .event-cards .event-card h2, .event-cards .event-card h3, .event-cards .event-card h4, .event-cards .event-card h5, .event-cards .event-card h6 {
  color: #8d4f8d;
}
.event-cards .event-card p, .event-cards .event-card li {
  color: #58585b;
}
.event-cards .event-card h4 {
  margin-bottom: 0;
}
.event-cards .event-card .tribe-events-event-image {
  margin-bottom: 1.5em;
}
.event-cards .event-card .event-date {
  margin-bottom: 1.25em;
  color: #58585b;
}
.event-cards .event-card .event-date .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/calendar-icon.svg) center center no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.event-cards.bordered .event-card {
  border: 1px solid #e6e6e6;
}
.event-cards.stylized {
  padding: 0;
}
@media (min-width: 40em) {
  .event-cards.stylized {
    margin-top: 1em;
  }
}
.event-cards.stylized .top .photo {
  margin-top: -1rem;
  margin-left: -1rem;
  position: relative;
  padding: 13px;
  width: 100%;
  background: url(../images/postcard2.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
  transform: rotate(-1.5deg);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.event-cards.stylized .top .photo img {
  border: 0 !important;
  border-radius: 3px;
}
.event-cards.stylized .top .photo picture {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  box-sizing: border-box;
}
.event-cards.stylized .top .photo picture img {
  width: 100%;
  height: auto;
  border: 0 !important;
  background-color: transparent !important;
}
.event-cards.stylized .event-card {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  /* @include breakpoint(medium) {
    &:after {
      content: '';
      display: block;
      width: 97%;
      height: 97%;
      position: absolute;
      top: 8px;
      left: 4px;
      background: url(../images/postcard.jpg) top left no-repeat;
      background-size: contain;
      z-index: 0;
    }
  } */
}
@media (max-width: 40em) {
  .event-cards.stylized .event-card {
    padding: 0;
  }
}
.event-cards.stylized .event-card .event-card {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 4;
  position: relative;
  border-radius: 8px;
  padding: 25px 30px;
  transition: all 0.35s ease-in-out;
}
.event-cards.stylized .event-card .event-card .recurring-info {
  display: inline;
}
.event-cards.stylized .event-card .event-card .recurring-info-tooltip {
  display: none;
}

div:not(.acf-block-preview) a.event-card-link {
  display: block;
}

section.color-transparent .event-card,
section.color-white .event-card {
  border: 1px solid #e6e6e6;
}

.category-the-power-of-knowing #offormat {
  display: none;
}
.category-the-power-of-knowing .card .card-section .tag {
  display: none;
}

#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;
}

.accordion {
  margin-top: 1.5em;
}
.accordion li.accordion {
  padding: 0;
  margin: 0;
}
.accordion .accordion-title {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  padding: 20px 10px 20px 30px;
  color: #8d4f8d;
  position: relative;
}
.accordion .accordion-title:before {
  display: none;
}
.accordion .accordion-title:hover, .accordion .accordion-title:focus {
  background-color: #F4FAF7;
}
.accordion .accordion-title:after {
  content: "";
  background: url(../images/plus.png) top center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 20px;
}
.accordion .accordion-title[aria-expanded=true]:after {
  background: url(../images/minus.png) top center no-repeat;
  background-size: 80%;
  top: 25px;
}
.accordion .accordion-content {
  border: 0;
}

section.color-#F4FAF7 .accordion {
  bakcground-color: transparent;
}

.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%;
}

.quality-care {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
@media (min-width: 40em) {
  .quality-care .column.one {
    width: 50%;
  }
  .quality-care .column.two, .quality-care .column.three {
    width: 25%;
  }
}
@media (max-width: 40em) {
  .quality-care {
    flex-wrap: wrap;
  }
  .quality-care .column {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 40em) {
  .quality-care .testimonial {
    padding-top: 20px;
  }
}
@media (max-width: 40em) {
  .quality-care .testimonial.align-left {
    margin-top: 0;
  }
}
.quality-care .testimonial ul.orbit-container {
  margin: 0;
  list-style-type: none;
  height: 100%;
}
.quality-care .testimonial ul.orbit-container li {
  background: none !important;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.quality-care .testimonial ul.orbit-container li.is-active[style] {
  display: flex !important;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
@media (min-width: 40em) {
  .quality-care .testimonial .quote-text-container-container {
    position: relative;
  }
}
.quality-care .testimonial .quote-text-container {
  display: flex;
  height: 100%;
}
@media (min-width: 40em) {
  .quality-care .testimonial .quote-text-container {
    padding-left: 27%;
    padding-bottom: 25px;
  }
}
@media (max-width: 40em) {
  .quality-care .testimonial .quote-image {
    display: none;
  }
}
.quality-care .testimonial .quote-image .taped-left {
  position: absolute;
}
@media (max-width: 40em) {
  .quality-care .testimonial .quote-image .taped-left {
    display: none;
  }
}
@media (min-width: 40em) {
  .quality-care .testimonial .quote-image .taped-left {
    width: 37%;
    left: -74px;
    margin-top: -32px;
  }
}
.quality-care .star-rating {
  padding: 15px;
  color: #fff;
  text-align: center;
}
.quality-care .star-rating .stars {
  display: block;
  width: 100%;
}
.quality-care .star-rating .star-headline {
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  width: 100%;
}
.quality-care .star-rating .count {
  width: 100%;
  font-size: 0.95rem;
  font-weight: bold;
}
.quality-care .percentage-container {
  width: 100%;
}
.quality-care .percentage-container .percentage {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}
.quality-care .percentage-container .percentage .stat {
  margin-top: 0;
}
.quality-care .percentage-container .percentage .percentage-text {
  font-weight: bold;
}
.quality-care .percentage-container .percentage .percentage-text .subtext {
  padding-top: 0.25rem;
  font-size: 0.85rem;
  display: block;
  width: 100%;
}

.interactive-quiz .quiz-answers button {
  display: flex;
  color: #58585b;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
.interactive-quiz .quiz-answers button .graphic {
  display: inline-flex;
  border: 1px gray solid;
  height: 30px;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 2px;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
}
.interactive-quiz .quiz-answers button .copy {
  text-align: left;
}
.interactive-quiz .quiz-answers button.selected .graphic {
  background-color: #8d4f8d;
}
.interactive-quiz .quiz-answers button.selected .graphic:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.interactive-quiz .quiz-feedback {
  color: #58585b;
  font-size: 18px;
  line-height: 28.8px;
}
.interactive-quiz .quiz-feedback .callout {
  color: #58585b;
}
.interactive-quiz .quiz-feedback.yes {
  display: none;
}
.interactive-quiz .quiz-feedback.yes .callout {
  padding: 2.5rem 1rem;
  border-radius: 12px;
  background-color: #F4FAF7;
}
.interactive-quiz .quiz-feedback.no {
  display: block;
}

article ul.quiz-answers {
  list-style-type: none;
}
article ul.quiz-answers li {
  background: none;
  padding-left: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-align: left;
}

section[class*=F4FAF7] .interactive-quiz .quiz-feedback .callout, section.lightgreen .interactive-quiz .quiz-feedback .callout, div.lightgreen .interactive-quiz .quiz-feedback .callout {
  background-color: white;
  border: 0;
}

.tribe-events-notices {
  background: #e8dce8;
  border-radius: 4px;
  border: 1px solid white;
  color: #8d4f8d;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
}

.tribe-events-calendar .tribe-event-description p {
  font-size: 16px;
  line-height: normal;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background: #2c9199;
}

.tribe-events-sub-nav li {
  backround-image: none;
  background: transparent;
  padding-left: 0;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
  color: #8d4f8d;
}

.tribe-events-calendar-list__month-separator {
  padding: 0;
  background-color: transparent;
  color: #2c9199;
  margin-bottom: 1.5em !important;
  padding-bottom: 0.5em !important;
  font-size: 1em;
  border-bottom: 1px #2c9199 solid !important;
}

.tribe-events-tooltip {
  padding: 20px;
}

.event-hero .organizer-address,
.event-hero .meta {
  color: #fff;
}

.events-back .tribe-events-back {
  padding-bottom: 0;
  margin-bottom: 0;
}

.event-hero {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #8d4f8d;
}
.event-hero h1, .event-hero h2, .event-hero h3, .event-hero h4, .event-hero h5, .event-hero a, .event-hero li, .event-hero p {
  color: #fff;
}
@media (max-width: 40em) {
  .event-hero {
    text-align: center;
  }
}
.event-hero .event.icon {
  display: inline-block;
  width: 50px;
  margin-right: 15px;
  vertical-align: top;
  margin-left: -40px;
  background-color: #8d4f8d;
  padding: 5px 10px 5px 10px;
}
.event-hero .event.icon svg {
  width: 100%;
}
@media (max-width: 40em) {
  .event-hero .event.icon {
    display: block;
    margin: -40px auto 30px auto;
  }
}
.event-hero .event-header-text {
  display: inline-block;
}
.event-hero .event-header-text h2 {
  display: inline-block;
}
.event-hero .tribe-events-schedule {
  backround-color: transparent !important;
}
@media (max-width: 40em) {
  .event-hero .tribe-events-schedule {
    backround-color: transparent !important;
  }
}
.event-hero .single-event-title {
  padding: 20px 30px 60px 15px;
  background-color: #8d4f8d;
  border: 2px #fff solid;
}
.event-hero .single-event-title.organizer {
  padding-bottom: 30px;
}
.event-hero .single-event-title.organizer .event-header-text {
  display: block;
}
.event-hero .single-event-title h1 {
  font-size: 2em;
}
.event-hero .single-event-title h2 {
  font-size: 1.25em;
}
.event-hero.gold .single-event-title {
  background-color: #ffb81c;
}
.event-hero.gold .icon {
  background-color: #ffb81c;
}
.event-hero.orange .single-event-title {
  background-color: #e87722;
}
.event-hero.orange .icon {
  background-color: #e87722;
}
.event-hero.teal .single-event-title {
  background-color: #2c9199;
}
.event-hero.teal .single-event-title .icon {
  background-color: #2c9199;
}
.event-hero .tribe-events-schedule {
  margin: 0 0 0.5em;
  padding: 0;
}
.event-hero .tribe-events-schedule h2 {
  font-size: 1.2em;
}

.tribe-events-event-meta {
  backround-color: #F4FAF7;
  border-radius: 8px;
  font-size: 18px;
}
.tribe-events-event-meta dd {
  font-size: 18px;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 18px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #8d4f8d;
}
#tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:hover:hover, #tribe_events_filters_wrapper input[type=submit]:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-inactive:hover, .tribe-events-button:hover:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover {
  background-color: #6B316C;
}

.event-hero .event-is-recurring {
  color: #fff;
}

.tribe-events-tooltip p, .tribe-events-tooltip li {
  color: #58585b;
  font-size: 0.85em;
}
.tribe-events-tooltip h1, .tribe-events-tooltip h2, .tribe-events-tooltip h3, .tribe-events-tooltip h4, .tribe-events-tooltip h5, .tribe-events-tooltip h6, .tribe-events-tooltip a {
  color: #8d4f8d;
}

.tribe-events-divider {
  padding-right: 5px;
  margin-left: 5px;
}

.tribe-events .tribe-events-calendar-list__event-details {
  flex: auto;
}

.tribe-events-calendar-list__event-venue-title {
  color: #2c9199;
  text-transform: none;
  font-weight: 600;
}

.tribe-events-calendar-list__event-venue-address {
  display: none;
}

.event-hero.month-view .event-title h1 {
  font-size: 1.75em;
}
.event-hero.month-view .event-header-text {
  display: inline-block;
  width: 90%;
  text-align: left;
}
.event-hero.month-view .tribe-events-page-title {
  text-align: left;
}
.event-hero.month-view #tribe-bar-form,
.event-hero.month-view #tribe-events-bar,
.event-hero.month-view .tribe-events-header__events-bar {
  vertical-align: top;
  width: 100%;
  background-color: transparent;
}
.event-hero.month-view #tribe-bar-form h1,
.event-hero.month-view #tribe-events-bar h1,
.event-hero.month-view .tribe-events-header__events-bar h1 {
  margin-bottom: 1rem !important;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
  border: 1px dashed #fff;
  padding: 10px;
}
@media (min-width: 40em) {
  .event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap,
  .event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container,
  .event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap,
  .event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container,
  .event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap,
  .event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
    display: flex;
    vertical-align: top;
    width: 50%;
    margin-right: 5px;
  }
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap input,
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap label,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container input,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container label,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap input,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap label,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container input,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container label,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap input,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap label,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container input,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container label {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap input::placeholder,
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap label::placeholder,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container input::placeholder,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container label::placeholder,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap input::placeholder,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap label::placeholder,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container input::placeholder,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container label::placeholder,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap input::placeholder,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap label::placeholder,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container input::placeholder,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container label::placeholder {
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap label,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container label,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap label,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container label,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap label,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container label {
  border: 0;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap input,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container input,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap input,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container input,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap input,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container input {
  background: 0;
  border: none;
  border-bottom: 1px dashed #b9b9b9;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 5px;
  width: 90%;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap .tribe-events-button,
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap .tribe-common-c-btn,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container .tribe-events-button,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container .tribe-common-c-btn,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap .tribe-events-button,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap .tribe-common-c-btn,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container .tribe-events-button,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap .tribe-events-button,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap .tribe-common-c-btn,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-button,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn {
  background-color: #ffb81c;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 34px;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap .tribe-events-button:hover,
.event-hero.month-view #tribe-bar-form #tribe-bar-filters-wrap .tribe-common-c-btn:hover,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container .tribe-events-button:hover,
.event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__search-container .tribe-common-c-btn:hover,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap .tribe-events-button:hover,
.event-hero.month-view #tribe-events-bar #tribe-bar-filters-wrap .tribe-common-c-btn:hover,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container .tribe-events-button:hover,
.event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn:hover,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap .tribe-events-button:hover,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-filters-wrap .tribe-common-c-btn:hover,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-button:hover,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn:hover {
  background-color: #e87722;
}
@media (min-width: 40em) {
  .event-hero.month-view #tribe-bar-form .tribe-events-c-events-bar__view,
  .event-hero.month-view #tribe-events-bar .tribe-events-c-events-bar__view,
  .event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-events-bar__view {
    width: 30%;
  }
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector,
.event-hero.month-view #tribe-events-bar #tribe-bar-views,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector {
  border: 1px dashed #fff;
  padding: 10px;
}
@media (max-width: 40em) {
  .event-hero.month-view #tribe-bar-form #tribe-bar-views,
  .event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector,
  .event-hero.month-view #tribe-events-bar #tribe-bar-views,
  .event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector,
  .event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views,
  .event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector {
    padding: 10px 24px;
    width: 100px;
  }
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views button,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector button,
.event-hero.month-view #tribe-events-bar #tribe-bar-views button,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector button,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views button,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector button {
  align-items: center;
  display: flex !important;
  justify-content: flex-start;
  text-align: left;
  visibility: visible !important;
  position: relative;
  width: 100%;
  height: 35px;
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views button svg,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector button svg,
.event-hero.month-view #tribe-events-bar #tribe-bar-views button svg,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector button svg,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views button svg,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector button svg {
  width: 15px !important;
  display: block !important;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views button svg path,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector button svg path,
.event-hero.month-view #tribe-events-bar #tribe-bar-views button svg path,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector button svg path,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views button svg path,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector button svg path {
  fill: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views button.view-selector-open svg,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector button.view-selector-open svg,
.event-hero.month-view #tribe-events-bar #tribe-bar-views button.view-selector-open svg,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector button.view-selector-open svg,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views button.view-selector-open svg,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector button.view-selector-open svg {
  transform: rotate(180deg);
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content {
  display: none;
  position: absolute;
  z-index: 20;
  margin-top: -2px;
  top: 100%;
  left: auto;
  height: auto;
  right: 0;
  background-color: #8d4f8d;
  color: #fff;
  width: 100%;
  border: 1px #fff dashed;
  border-top: 2px #8d4f8d solid;
}
@media (max-width: 40em) {
  .event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content,
  .event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content,
  .event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content,
  .event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content,
  .event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content,
  .event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content {
    top: 70%;
  }
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content ul,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul {
  display: flex;
  flex-direction: column;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content ul li,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li {
  width: 100%;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content ul li a,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li a,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li a,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li a,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li a,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li a {
  padding: 5px 24px;
  font-size: 1rem;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active {
  display: none;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-inner,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-inner,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-inner,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-inner {
  background: transparent;
  border: 1px dashed #fff;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner:hover,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-inner:hover,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner:hover,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-inner:hover,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-inner:hover,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-inner:hover {
  background-color: #a966a9;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views input,
.event-hero.month-view #tribe-bar-form #tribe-bar-views label,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector input,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector label,
.event-hero.month-view #tribe-events-bar #tribe-bar-views input,
.event-hero.month-view #tribe-events-bar #tribe-bar-views label,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector input,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector label,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views input,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views label,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector input,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector label {
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views input::placeholder,
.event-hero.month-view #tribe-bar-form #tribe-bar-views label::placeholder,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector input::placeholder,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector label::placeholder,
.event-hero.month-view #tribe-events-bar #tribe-bar-views input::placeholder,
.event-hero.month-view #tribe-events-bar #tribe-bar-views label::placeholder,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector input::placeholder,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector label::placeholder,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views input::placeholder,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views label::placeholder,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector input::placeholder,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector label::placeholder {
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views label,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector label,
.event-hero.month-view #tribe-events-bar #tribe-bar-views label,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector label,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views label,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector label {
  border: 0;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-icon-month,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-icon-month,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-icon-month,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-icon-month,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-icon-month,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-icon-month {
  color: #fff;
  background-image: url("../images/events/month.png");
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-icon-list,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-icon-list,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-icon-list,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-icon-list,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-icon-list,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-icon-list {
  color: #fff;
  background-image: url("../images/events/list.png");
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-icon-day,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-icon-day,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-icon-day,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-icon-day,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-icon-day,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-icon-day {
  color: #fff;
  background-image: url("../images/events/day.png");
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views #tribe-bar-views-toggle,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector #tribe-bar-views-toggle,
.event-hero.month-view #tribe-events-bar #tribe-bar-views #tribe-bar-views-toggle,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector #tribe-bar-views-toggle,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views #tribe-bar-views-toggle,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector #tribe-bar-views-toggle {
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views #tribe-bar-views-toggle:hover,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector #tribe-bar-views-toggle:hover,
.event-hero.month-view #tribe-events-bar #tribe-bar-views #tribe-bar-views-toggle:hover,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector #tribe-bar-views-toggle:hover,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views #tribe-bar-views-toggle:hover,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector #tribe-bar-views-toggle:hover {
  background-color: transparent;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-list,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-list,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-list,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-list,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-list,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-list {
  background-color: #a966a9;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-option,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-option,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-option,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-option,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-option,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-option {
  color: #fff;
}
.event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-option.tribe-bar-active, .event-hero.month-view #tribe-bar-form #tribe-bar-views .tribe-bar-views-option:hover,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-option.tribe-bar-active,
.event-hero.month-view #tribe-bar-form .tribe-events-c-view-selector .tribe-bar-views-option:hover,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
.event-hero.month-view #tribe-events-bar #tribe-bar-views .tribe-bar-views-option:hover,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-option.tribe-bar-active,
.event-hero.month-view #tribe-events-bar .tribe-events-c-view-selector .tribe-bar-views-option:hover,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
.event-hero.month-view .tribe-events-header__events-bar #tribe-bar-views .tribe-bar-views-option:hover,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-option.tribe-bar-active,
.event-hero.month-view .tribe-events-header__events-bar .tribe-events-c-view-selector .tribe-bar-views-option:hover {
  background-color: #834a83;
}

.tribe-events .tribe-events-c-events-bar__views {
  justify-content: flex-start;
}
@media (min-width: 40em) {
  .tribe-events .tribe-events-c-events-bar__views {
    width: 30%;
  }
  .tribe-events .tribe-events-c-events-bar__views .tribe-events-c-view-selector {
    width: 100%;
  }
}
.tribe-events .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list li {
  background-image: none;
}
.tribe-events .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list li a {
  display: block;
  padding: 6px;
}

#tribe-events-content table thead {
  background: #2c9199;
}

.tribe-events-calendar thead th {
  background: #2c9199;
}

.tribe-events-calendar-month__calendar-event-details h3,
.tribe-events-calendar-month__multiday-event-wrapper h3 {
  font-size: 1rem !important;
}

.tooltipster-base {
  background-color: #8d4f8d !important;
}
.tooltipster-base div {
  background: transparent !important;
  border: 0 !important;
}
.tooltipster-base div h3, .tooltipster-base div h3 a, .tooltipster-base div a {
  color: #fff !important;
}

.tribe-events-calendar-month__calendar-event-details {
  font-size: 0.85rem;
  line-height: 1rem;
}

.tribe-events-list .tribe-events-loop {
  max-width: 75rem;
}

.tribe-filter-bar__form .tribe-common-h5 {
  color: #2c9199 !important;
  font-family: "Proxima Nova";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tribe-filter-bar__form .tribe-filter-bar-c-filter__toggle {
  color: #58585b;
  border-bottom: 1px #D7D6D6 solid;
}
.tribe-filter-bar__form .tribe-filter-bar-c-filter__toggle .tribe-filter-bar-c-filter__toggle-label {
  color: #8d4f8d;
  font-weight: 600;
}

@media (min-width: 40em) {
  .tribe-events-calendar-list {
    padding-left: 4rem !important;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #58585b !important;
}

.tribe-filter-bar-c-pill__pill.tribe-common-b2.tribe-common-b3--min-medium {
  background-color: #FFF1D2;
  color: #e87722;
  border: 0;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 4px;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
  background-color: #E8DCE8;
  border: none;
  border-radius: 14px;
  color: #8d4f8d;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  transition: all 0.35s ease-in-out;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection .select2-selection__choice__text {
  color: #8d4f8d;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection .select2-selection__arrow {
  display: none;
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  color: #8d4f8d;
}

.select2-search select2-search--dropdown {
  display: none;
}

.tribe-common .tribe-common-form-control-checkbox__input,
.tribe-common .tribe-common-form-control-radio__input {
  appearance: none;
  cursor: pointer;
  flex: none;
  margin: 1px 0 0;
  appearance: none;
  background-color: white;
  border: 1px solid #58585b;
  height: 20px;
  position: relative;
  width: 20px;
  border-radius: 4px;
}

.tribe-common .tribe-common-form-control-checkbox__input:checked, .tribe-common .tribe-common-form-control-radio__input:checked {
  background-color: #8d4f8d;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__container {
  margin-top: 1rem;
}

.tribe-common .tribe-common-form-control-checkbox__label,
.tribe-common .tribe-common-form-control-radio__label {
  font-size: 1rem;
  color: #58585b;
}

.tribe-common .tribe-common-form-control-checkbox__input:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tribe-filter-bar .tribe-events-c-top-bar__nav-list li, .tribe-filter-bar .tribe-events-c-nav__list li, .tribe-filter-bar .tribe-common ul li {
  font-size: 1rem;
}

.tribe-events-calendar-series-archive__container {
  display: none;
}

.hidedate {
  background: url("../images/calendar.png") center top no-repeat;
  background-size: 45px;
}
.hidedate .tribe-events-calendar-list__event-date-tag-weekday,
.hidedate .tribe-events-calendar-list__event-date-tag-daynum {
  display: none;
}

.tribe-common .grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 40em) {
  .tribe-common .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.tribe-common .event-hero {
  margin-top: 1.5rem !important;
  padding-top: 2em !important;
  padding-bottom: 1em !important;
}
.tribe-common .comments {
  display: none !important;
}

.padded .tribe-connom-l-container {
  padding-bottom: 2rem !important;
}

.tribe-events-c-top-bar__nav-list li,
.tribe-events-c-nav__list li,
.tribe-common ul li {
  background-image: none;
}

.tribe-common-l-container header {
  background-image: none;
}

.tribe-events-c-top-bar__datepicker,
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  color: #fff;
}
@media (max-width: 40em) {
  .tribe-events-c-top-bar__datepicker,
  .tribe-events .tribe-events-c-top-bar__datepicker-button {
    margin-top: 1rem;
  }
}

@media (max-width: 40em) {
  .tribe-events .tribe-events-c-events-bar__search-button {
    border: 1px dashed #fff;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tribe-events .tribe-events-c-events-bar__search-button svg path {
    fill: #fff !important;
  }
}
.tribe-events .tribe-common-h5 {
  color: #8d4f8d;
  font-size: 27px;
  font-weight: 600;
}
.tribe-events .tribe-common-h5:visited, .tribe-events .tribe-common-h5:active {
  color: #8d4f8d;
}

#tribe-events-pg-template {
  max-width: 100vw;
  padding: 0;
}

.comments {
  display: none !important;
}

@media (min-width: 40em) {
  .tribe-events-single ul.tribe-related-events li {
    max-width: 33%;
  }
}

#search-nav button {
  background-color: transparent;
  border-radius: 0;
  padding-top: 8px;
}
#search-nav button:after {
  display: none;
}
#search-nav button img {
  width: 22px;
}
#search-nav button .hover {
  display: none;
}
#search-nav button:active .default, #search-nav button:focus .default, #search-nav button:hover .default {
  display: none;
}
#search-nav button:active .hover, #search-nav button:focus .hover, #search-nav button:hover .hover {
  display: block;
}

#algolia-top-search {
  z-index: 130;
  width: 600px;
  max-width: 100%;
  border-top: 5px #8d4f8d solid;
  padding: 25px 40px;
}
@media (max-width: 40em) {
  #algolia-top-search {
    width: 100%;
    left: 0 !important;
  }
}

#algolia-top-search-mobile {
  padding: 40px;
}
#algolia-top-search-mobile p.small {
  font-size: 0.85em;
}

mark {
  background: #ffb81c;
}

@media (max-width: 40em) {
  .search-hero {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .search-hero .hero-text {
    padding: 10px;
  }
}

@media (max-width: 40em) {
  .search-results-container .side-filters {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}
.search-results-container .side-filters #mobile-filters {
  width: 100%;
}
.search-results-container .side-filters #mobile-filters:after {
  display: none;
}
.search-results-container .side-filters #mobile-filters .hidef {
  display: none;
}
.search-results-container .side-filters #mobile-filters.filters-open .show {
  display: none;
}
.search-results-container .side-filters #mobile-filters.filters-open .hidef {
  display: inline;
}
@media (min-width: 40em) {
  .search-results-container .side-filters .padded {
    padding: 60px 30px;
  }
}
@media (max-width: 40em) {
  .search-results-container .side-filters .padded {
    display: none;
  }
}
.search-results-container .side-filters .padded #clear-all {
  font-weight: 600;
}
.search-results-container .side-filters .padded .ais-RefinementList-showMore {
  color: #8d4f8d;
}
.search-results-container .side-filters .padded .ais-RefinementList-showMore.ais-RefinementList-showMore--disabled {
  display: none;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list {
  background-color: transparent !important;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 30;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item label {
  font-weight: normal;
  padding-bottom: 8px;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px #DBDBDC solid;
  transition: all 0.35s ease-in-out;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected label:before {
  background: #8d4f8d;
}
.search-results-container .side-filters .padded .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.search-results-container .search-results {
  padding-top: 60px;
}
@media (min-width: 40em) {
  .search-results-container .search-results {
    padding-left: 60px;
  }
}
@media (max-width: 40em) {
  .search-results-container .search-results {
    padding: 60px 20px;
  }
}

@media (max-width: 40em) {
  .home-page h2.h1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 1em;
  }
}
@media (min-width: 40em) {
  .home-page .simple-card {
    min-height: 233px;
  }
}
@media (max-width: 40em) {
  .home-page .tornbottom {
    padding-top: 2em;
  }
  .home-page .tornbottom:before {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    top: -14px;
    height: 15px;
    background: transparent url(../images/edges/lightgreen-top.png) center bottom repeat-x;
  }
}

@media (max-width: 40em) {
  #authoracare-image-block_5dfb8c3ee618c {
    text-align: center;
    width: 100%;
  }
  #authoracare-image-block_5dfb8c3ee618c img {
    margin: 0 auto;
  }
}

#authoracare-image-block_5dfcd6cf65ab8 {
  padding-bottom: 1em;
}

.page-id-10320 table.wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-id-10320 table.wp-block-table tr:first-child td {
  color: #2c9199;
  font-size: 1.5em;
}
@media (max-width: 40em) {
  .page-id-10320 table.wp-block-table tr:first-child td {
    font-size: 1em;
  }
}
@media (max-width: 40em) {
  .page-id-10320 table.wp-block-table tr {
    display: block;
    width: 100%;
  }
  .page-id-10320 table.wp-block-table tr td:first-child {
    display: block;
    width: 100%;
  }
  .page-id-10320 table.wp-block-table tr td:nth-child(2), .page-id-10320 table.wp-block-table tr td:nth-child(3), .page-id-10320 table.wp-block-table tr td:nth-child(4) {
    width: 33%;
  }
}

.search-results .blogcard.card {
  border: 0;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 1.5em;
  border-radius: 0;
}
.search-results .blogcard.card .date {
  display: none;
}
.search-results .blogcard.card .card-section {
  padding: 0;
}

.ais-SearchBox-form {
  display: none;
}

.ais-ClearRefinements-button {
  color: #8d4f8d;
  font-weight: bold;
}

.ais-ClearRefinements-button--disabled {
  color: #999999;
}

#letter-list {
  margin: 30px 0;
}
#letter-list .ais-RefinementList-list {
  list-style: none;
  margin: 0;
  text-align: center;
}
#letter-list .ais-RefinementList-list .ais-RefinementList-item {
  display: inline-block;
  margin: 0 5px;
}
#letter-list .ais-RefinementList-list .ais-RefinementList-item span {
  font-size: 0.75rem;
}

#date-list {
  margin: 30px 0;
}
#date-list .ais-RefinementList {
  display: inline-block;
}
#date-list .ais-RefinementList .ais-RefinementList-list {
  list-style: none;
  margin: 0;
  padding: 10px;
}

#tags-list {
  margin: 30px 0;
}
#tags-list .ais-RefinementList {
  display: inline-block;
}
#tags-list .ais-RefinementList .ais-RefinementList-list {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.ais-Hits-list {
  list-style: none;
  margin: 0;
}
.ais-Hits-list .ais-Hits-item .card {
  border: 0;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 1.5em;
  border-radius: 0;
}
.ais-Hits-list .ais-Hits-item .card .card-section {
  padding: 1rem 0;
}

.ais-Pagination {
  margin: 30px 0;
}
.ais-Pagination .ais-Pagination-list {
  list-style: none;
  margin: 0;
  text-align: center;
}
.ais-Pagination .ais-Pagination-list .ais-Pagination-item {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ CSS styles go here */
  #circle-of-care, #road-to-life {
    width: 50%;
    height: 0;
    padding-top: 48%;
    position: relative;
  }
  svg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mobile-cta {
  transition: all 0.35s ease-in-out;
}

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