@import "font-awesome.css";
/* spin infinite animation 360deg*/
/* infinite animation*/
@keyframes spinR {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinL {
  100% {
    transform: rotate(-360deg);
  }
}
/* infinite animation vertical*/
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* infinite animation horizontal*/
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes bounceXR {
  0%, 40%, 60%, 100% {
    background-position: center;
  }
  40% {
    background-position: left;
  }
  60% {
    background-position: right;
  }
}
@keyframes bounceXL {
  0%, 40%, 60%, 100% {
    background-position: center;
  }
  40% {
    background-position: right;
  }
  60% {
    background-position: left;
  }
}
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*used Colors*/
/*used Colors*/
/*Others Colors*/
@font-face {
  font-family: "sanchez";
  src: url("../webfonts/Sanchezregular.otf");
}
/*START Buttons------------------------------------------ */
a.btn-1, button.btn-1, li.btn-1 {
  background-color: transparent;
  border-radius: 0 !important;
  border: 2px solid transparent;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "calluna", serif;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  letter-spacing: 0.1px !important;
  line-height: 1 !important;
  margin: 0;
  min-width: 160px;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 20px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
a.btn-1 strong, a.btn-1 span, a.btn-1 em, button.btn-1 strong, button.btn-1 span, button.btn-1 em, li.btn-1 strong, li.btn-1 span, li.btn-1 em {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  a.btn-1, button.btn-1, li.btn-1 {
    font-size: 18px;
    padding: 20 10px;
  }
}
a.btn-1.primary, button.btn-1.primary, li.btn-1.primary {
  background-color: #242B58;
  border: 2px solid #242B58;
  font-weight: 700;
}
a.btn-1.primarylight, button.btn-1.primarylight, li.btn-1.primarylight {
  background-color: #2E3770;
  border: 2px solid #2E3770;
  font-weight: 700;
}
a.btn-1.primarydark, button.btn-1.primarydark, li.btn-1.primarydark {
  background-color: #353962;
  border: 2px solid #2E3770;
}
a.btn-1.secondary, button.btn-1.secondary, li.btn-1.secondary {
  background-color: #BC5017 !important;
  border: 2px solid #BC5017 !important;
  font-weight: 700;
}
a.btn-1.secondary:hover, a.btn-1.secondary:active, a.btn-1.secondary:focus, button.btn-1.secondary:hover, button.btn-1.secondary:active, button.btn-1.secondary:focus, li.btn-1.secondary:hover, li.btn-1.secondary:active, li.btn-1.secondary:focus {
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  color: #ffffff !important;
}
a.btn-1.secondary2, button.btn-1.secondary2, li.btn-1.secondary2 {
  background-color: #BC5017 !important;
  border: 2px solid #BC5017 !important;
  font-weight: 700;
}
a.btn-1.secondary2:hover, a.btn-1.secondary2:active, a.btn-1.secondary2:focus, button.btn-1.secondary2:hover, button.btn-1.secondary2:active, button.btn-1.secondary2:focus, li.btn-1.secondary2:hover, li.btn-1.secondary2:active, li.btn-1.secondary2:focus {
  background-color: #C0B5F4 !important;
  border-color: #C0B5F4 !important;
  color: #242B58 !important;
}
a.btn-1.tertiary, button.btn-1.tertiary, li.btn-1.tertiary {
  background-color: #C0B5F4 !important;
  border: 2px solid #C0B5F4 !important;
  font-weight: 700;
  color: #242B58;
}
a.btn-1.tertiary:hover, a.btn-1.tertiary:active, a.btn-1.tertiary:focus, button.btn-1.tertiary:hover, button.btn-1.tertiary:active, button.btn-1.tertiary:focus, li.btn-1.tertiary:hover, li.btn-1.tertiary:active, li.btn-1.tertiary:focus {
  background-color: #6D6A95 !important;
  border-color: #6D6A95 !important;
  color: #ffffff !important;
}
a.btn-1.white, button.btn-1.white, li.btn-1.white {
  background-color: #ffffff;
  color: #2E3770;
  font-weight: 700;
}
a.btn-1.outline.white, button.btn-1.outline.white, li.btn-1.outline.white {
  background-color: transparent;
  border-color: #ffffff !important;
  color: #ffffff;
  font-weight: 700;
}
a.btn-1.outline.primarylight, button.btn-1.outline.primarylight, li.btn-1.outline.primarylight {
  background-color: transparent;
  border-color: #2E3770;
  color: #2E3770;
  font-weight: 700;
}
a.btn-1.btn-donate, button.btn-1.btn-donate, li.btn-1.btn-donate {
  background-color: #BC5017;
  border-color: #BC5017;
  color: #ffffff;
  display: block;
  padding-bottom: 11px;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 11px;
}
a.btn-1.btn-donate::after, button.btn-1.btn-donate::after, li.btn-1.btn-donate::after {
  content: "";
  transform: translate(0, -50%);
  background-image: url("../images/icons/icon-heart-white.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: unset;
  right: unset;
  position: absolute;
  left: 29px;
  top: 50%;
  transition: background-image 0.2s ease;
  width: 15px;
  height: 20px;
}
a.btn-1.btn-donate:hover::after, a.btn-1.btn-donate:focus::after, a.btn-1.btn-donate:active::after, button.btn-1.btn-donate:hover::after, button.btn-1.btn-donate:focus::after, button.btn-1.btn-donate:active::after, li.btn-1.btn-donate:hover::after, li.btn-1.btn-donate:focus::after, li.btn-1.btn-donate:active::after {
  background-image: url("../images/icons/icon-heart-grey.svg") !important;
}
a.btn-1::-moz-selection, button.btn-1::-moz-selection, li.btn-1::-moz-selection {
  background-color: #2E3770;
  color: white;
}
a.btn-1::selection, button.btn-1::selection, li.btn-1::selection {
  background-color: #2E3770;
  color: white;
}
a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, li.btn-1:hover, li.btn-1:focus, li.btn-1:active {
  color: #242B58 !important;
  background-color: #6D6A95 !important;
  border-color: #6D6A95 !important;
}
a.btn-2, button.btn-2, li.btn-2 {
  background-color: transparent !important;
  border: none;
  color: #242B58;
  font-family: "sanchez", serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 19px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
a.btn-2::-moz-selection, button.btn-2::-moz-selection, li.btn-2::-moz-selection {
  background-color: #2E3770;
  color: white;
}
a.btn-2::selection, button.btn-2::selection, li.btn-2::selection {
  background-color: #2E3770;
  color: white;
}
a.btn-2.arrow, button.btn-2.arrow, li.btn-2.arrow {
  margin-right: 38px !important;
}
a.btn-2.arrow::after, button.btn-2.arrow::after, li.btn-2.arrow::after {
  content: "";
  transform: translate(0, -50%);
  position: absolute;
  bottom: unset;
  left: unset;
  right: -40px;
  top: 50%;
  background-image: url("../images/icons/arrow-icon-secondary.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease, background-image 0.2s ease, background-position 0.4s ease-in-out;
  width: 27px;
  height: 20px;
  opacity: 1;
}
a.btn-2.arrow::before, button.btn-2.arrow::before, li.btn-2.arrow::before {
  content: "";
  transform: translate(0, -50%);
  position: absolute;
  bottom: unset;
  left: unset;
  right: -40px;
  top: 50%;
  background-image: url("../images/icons/arrow-icon-primary.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease, background-image 0.2s ease, background-position 0.4s ease-in-out;
  width: 27px;
  height: 20px;
  opacity: 0;
}
a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, li.btn-2:hover, li.btn-2:focus, li.btn-2:active {
  background-color: transparent !important;
  text-decoration: none !important;
}
a.btn-2:hover.arrow::after, a.btn-2:focus.arrow::after, a.btn-2:active.arrow::after, button.btn-2:hover.arrow::after, button.btn-2:focus.arrow::after, button.btn-2:active.arrow::after, li.btn-2:hover.arrow::after, li.btn-2:focus.arrow::after, li.btn-2:active.arrow::after {
  opacity: 0;
}
a.btn-2:hover.arrow::before, a.btn-2:focus.arrow::before, a.btn-2:active.arrow::before, button.btn-2:hover.arrow::before, button.btn-2:focus.arrow::before, button.btn-2:active.arrow::before, li.btn-2:hover.arrow::before, li.btn-2:focus.arrow::before, li.btn-2:active.arrow::before {
  opacity: 1;
  animation: bounceX 2s infinite;
  top: -1px;
}

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  background-color: #242B58;
}
footer.footer::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  height: 35px;
  width: 105vw;
  background-image: url("../images/curve-footer-mobile.svg");
  background-size: cover;
}
@media (min-width: 566px) {
  footer.footer::before {
    background-image: url("../images/curve-footer.svg");
    height: 41px;
  }
}
footer.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 430px;
  background-image: url("../images/footer-bg2.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  footer.footer::after {
    background-image: url("../images/footer-bg.svg");
    height: 418px;
    width: 309px;
    right: 0;
    bottom: 90px;
  }
}
@media (min-width: 1200px) {
  footer.footer::after {
    bottom: 0 !important;
  }
}
footer.footer .footer-content {
  position: relative;
  padding-top: 35px;
  z-index: 2;
}
footer.footer .footer-content .footer-social {
  position: relative;
  z-index: 2;
  order: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 30px;
}
footer.footer .footer-content .footer-social .social-network {
  z-index: 2;
  gap: 8px;
}
footer.footer .footer-content .footer-social .social-network li a {
  margin: 0 !important;
}
@media (min-width: 768px) {
  footer.footer .footer-content .footer-social {
    justify-content: flex-start;
    margin: 15px 0 29px;
  }
}
@media (min-width: 1200px) {
  footer.footer .footer-content .footer-social {
    justify-content: center !important;
    align-items: center !important;
    margin: 0;
  }
}
footer.footer .footer-content .content-row {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  footer.footer .footer-content .content-row {
    align-items: flex-start;
    justify-content: space-between;
  }
}
footer.footer .footer-content .content-row .footer-contact {
  order: 3;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 47px;
}
footer.footer .footer-content .content-row .footer-contact a {
  font-family: "sanchez", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  z-index: 2;
  margin-bottom: 9px;
}
footer.footer .footer-content .content-row .footer-contact a:hover {
  text-decoration: underline;
  transform: scale(1);
}
footer.footer .footer-content .content-row .footer-contact a:hover > img {
  transform: scale(1);
}
@media (min-width: 768px) {
  footer.footer .footer-content .content-row .footer-contact {
    margin-top: 0;
    order: 4;
    text-align: left;
  }
}
footer.footer .footer-content .content-row .footer-logo {
  position: relative;
  z-index: 2;
  text-align: center;
  order: 1;
  padding-bottom: 39px;
  margin-bottom: 43px;
  border-bottom: 1px solid rgba(220, 218, 255, 0.2);
}
footer.footer .footer-content .content-row .footer-logo::after {
  content: none;
  display: none;
}
@media (min-width: 768px) {
  footer.footer .footer-content .content-row .footer-logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer.footer .footer-content .content-row .footer-logo {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  footer.footer .footer-content .content-row .footer-logo::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 1px;
    width: 76%;
    background: rgba(220, 218, 255, 0.2);
    z-index: 3;
  }
}
footer.footer .footer-content .content-row .footer-address {
  order: 2;
  text-align: center;
}
footer.footer .footer-content .content-row .footer-address span {
  font-family: "sanchez", serif;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer .footer-content .content-row .footer-address {
    text-align: left;
    margin-bottom: 40px;
    order: 2;
  }
  footer.footer .footer-content .content-row .footer-address span {
    text-align: left;
  }
}
footer.footer .footer-content .content-row .footer-logos {
  margin-top: 44px;
  order: 3;
}
footer.footer .footer-content .content-row .footer-logos .row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
footer.footer .footer-content .content-row .footer-logos .row .logo-part {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer .footer-content .content-row .footer-logos {
    margin: 0;
  }
  footer.footer .footer-content .content-row .footer-logos .row {
    flex-direction: row;
    justify-content: flex-start;
  }
  footer.footer .footer-content .content-row .footer-logos .row .logo-part {
    display: block;
    text-align: left;
  }
}
footer.footer .footer-content .row-terms {
  border-top: 1px solid rgba(220, 218, 255, 0.2);
  justify-content: center;
  align-items: flex-start;
  border-bottom: 0;
}
footer.footer .footer-content .row-terms .copy-r, footer.footer .footer-content .row-terms .copy-r a, footer.footer .footer-content .row-terms .terms, footer.footer .footer-content .row-terms .terms a {
  color: #ffffff;
  font-family: "sanchez", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  z-index: 2;
  position: relative;
  text-align: center;
}
footer.footer .footer-content .row-terms .copy-r a:hover, footer.footer .footer-content .row-terms .copy-r a a:hover, footer.footer .footer-content .row-terms .terms a:hover, footer.footer .footer-content .row-terms .terms a a:hover {
  text-decoration: underline;
}
footer.footer .footer-content .row-terms .terms {
  padding-top: 15px;
}
@media (min-width: 768px) {
  footer.footer .footer-content .row-terms .terms {
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
footer.footer .footer-content .row-terms .copy-r {
  padding: 10px 0 20px 0;
  text-align: center;
  order: 6;
}
footer.footer .footer-content .row-terms .copy-r a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer.footer .footer-content .row-terms .copy-r {
    text-align: right;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  footer.footer .footer-content .row-terms {
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 5px solid #9992CC;
  }
}
@media (min-width: 1200px) {
  footer.footer .footer-content .row-terms {
    margin-bottom: 0 !important;
  }
}

/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
header.header .header-middle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
header.header .header-middle .search-menu #open-search {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  font-weight: normal;
  padding: 0;
  position: relative;
  text-align: center;
}
header.header .header-middle .search-menu #open-search .search-icon {
  background-image: url("../images/icons/search-icon-primarydark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(1, 1);
  align-self: center;
  display: inline-block;
  transition: transform 0.4s ease;
  width: 20px;
  height: 21.35px;
}
header.header .header-middle .search-menu #open-search:hover, header.header .header-middle .search-menu #open-search:focus, header.header .header-middle .search-menu #open-search:active {
  box-shadow: none;
  outline: none !important;
  transition: all 0.4s ease;
}
header.header .header-middle .search-menu #open-search:hover .search-icon, header.header .header-middle .search-menu #open-search:focus .search-icon, header.header .header-middle .search-menu #open-search:active .search-icon {
  transform: scale(1.2, 1.2);
}
@media (max-width: 1199.98px) {
  header.header .header-middle .search-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: 0 !important;
    margin-top: 20px !important;
  }
  header.header .header-middle .search-menu .search-icon {
    background-image: url("../images/icons/search-icon-primarydark.svg") !important;
  }
}
@media (min-width: 1200px) {
  header.header .header-middle {
    flex-direction: row;
  }
  header.header .header-middle .search-menu {
    margin-left: 15px;
  }
}

body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
@keyframes hanimation {
  0% {
    top: -100%;
  }
  100% {
    top: 0px;
  }
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header::after, body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header::before {
  content: none;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header .navbar {
  padding: 0;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header .navbar .navbar-header .navbar-brand {
  margin: 10px 0;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header .navbar .navbar-header .navbar-brand .navbar-brand-desktop {
  display: none;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header .navbar .navbar-header .navbar-brand .navbar-brand-fixed {
  display: block;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li > a,
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.open > a {
  color: #242B58;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.btn-menu-1,
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.open.btn-menu-1 {
  border: 0 !important;
  display: flex;
  flex-direction: column;
  height: 38;
  padding: 20px;
  background-color: #BC5017;
  color: #ffffff;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.btn-menu-1:hover,
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.open.btn-menu-1:hover {
  background-color: #C0B5F4;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.btn-menu-1 a,
body.fixed:not(.page-template-no_banner):not(.page-template-donate) header.header #NavDropdown ul li.open.btn-menu-1 a {
  color: #242B58;
  margin: auto;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top #gtranslate_selector {
  color: #353962 !important;
  background: url("../images/icons/chevron-dropdown-primarydark.svg") 95%/10px no-repeat transparent;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top.contact-menu .contact {
  color: #353962 !important;
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top.contact-menu .contact::after {
  background-image: url("../images/icons/contact-us_icon-primarydark.svg") !important;
}
@media (max-width: 1199.98px) {
  body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top.contact-menu .contact::after {
    background-image: url("../images/icons/contact-us_icon-white.svg") !important;
  }
}
body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top.tablet-view {
  display: none;
}
@media (max-width: 1199.98px) {
  body.fixed:not(.page-template-no_banner):not(.page-template-donate) .header-top .column-heder-top.tablet-view {
    display: flex;
  }
}

/*End Sticky header*/
header.header {
  font-family: "sanchez", serif;
  background: #ffffff;
  transition: top 0.4s ease-in;
  box-shadow: none;
  width: 100%;
  z-index: 1030;
}
header.header p {
  margin-bottom: 0 !important;
}
header.header #NavDropdown ul.nav > li > a,
header.header .mobile-padding {
  z-index: 2;
}

/*END header-------------------------------------*/
.header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 100%;
  font-size: 0;
  padding: 20px 0 15px 0;
  position: relative;
}
.header-top .column-heder-top {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 20px;
  position: relative;
}
.header-top .column-heder-top:last-child .header-top-link::after {
  content: none;
}
.header-top .column-heder-top .header-top-link {
  position: relative;
}
.header-top .column-heder-top .header-top-link::after {
  content: "";
  transform: translate(0%, -50%);
  background-color: rgba(239, 239, 239, 0.39);
  bottom: unset;
  height: 10px;
  left: unset;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
}
@media (max-width: 1199.98px) {
  .header-top .column-heder-top .header-top-link::after {
    content: none;
  }
}
.header-top .column-heder-top .header-top-link a {
  font-family: "sanchez", serif;
  color: #ffffff;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.header-top .column-heder-top .header-top-link a:hover {
  text-decoration: none !important;
  color: #2E3770;
}
.header-top .column-heder-top.contact-menu .header-top-link a.contact {
  color: #ffffff;
  padding-right: 25px;
  position: relative;
}
.header-top .column-heder-top.contact-menu .header-top-link a.contact::after {
  content: "";
  transform: translate(0%, -50%);
  background-image: url("../images/icons/contact-us_icon-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: unset;
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}
@media (max-width: 1199.98px) {
  .header-top .column-heder-top.contact-menu .header-top-link a.contact::after {
    background-image: url("../images/icons/contact-us_icon-primarydark.svg");
  }
}

.col-middle {
  height: 100%;
  flex-basis: calc(100% - 250px);
}

.height-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

/*START Main Navigation------------------------------------------*/
.navbar,
.navbar.navbar-expand-xl {
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-header,
.navbar.navbar-expand-xl .navbar-header {
  display: flex;
  margin-right: 15px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.navbar .navbar-header .navbar-brand,
.navbar.navbar-expand-xl .navbar-header .navbar-brand {
  align-self: center;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: none;
  display: block;
  margin: 13px 0 10px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  transition: all 0.4s ease;
  width: 212px;
  height: 102px;
}
.navbar .navbar-header .navbar-brand img,
.navbar.navbar-expand-xl .navbar-header .navbar-brand img {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .navbar .navbar-header .navbar-brand img,
  .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
    width: 100%;
    height: 100%;
  }
}
.navbar .navbar-header .navbar-brand .navbar-brand-fixed,
.navbar.navbar-expand-xl .navbar-header .navbar-brand .navbar-brand-fixed {
  display: none;
}
.navbar .navbar-header .mobile-view,
.navbar .navbar-header .mobile-view-1,
.navbar.navbar-expand-xl .navbar-header .mobile-view,
.navbar.navbar-expand-xl .navbar-header .mobile-view-1 {
  display: none;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-header .mobile-view,
  .navbar .navbar-header .mobile-view-1,
  .navbar.navbar-expand-xl .navbar-header .mobile-view,
  .navbar.navbar-expand-xl .navbar-header .mobile-view-1 {
    display: block;
  }
}

#NavDropdown {
  font-size: 13px;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
}
#NavDropdown ul.nav {
  justify-content: end;
  align-items: center;
  flex-flow: row nowrap;
}
#NavDropdown ul.nav > li,
#NavDropdown ul.nav > li.open {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#NavDropdown ul.nav > li:hover a::after, #NavDropdown ul.nav > li:focus a::after, #NavDropdown ul.nav > li:active a::after,
#NavDropdown ul.nav > li.open:hover a::after,
#NavDropdown ul.nav > li.open:focus a::after,
#NavDropdown ul.nav > li.open:active a::after {
  width: calc(100% - 34px) !important;
  opacity: 1;
}
#NavDropdown ul.nav > li:last-child ul.dropdown-menu,
#NavDropdown ul.nav > li.open:last-child ul.dropdown-menu {
  transform: translate(0, 0) !important;
  right: 0;
  left: unset !important;
}
#NavDropdown ul.nav > li.only-mobile,
#NavDropdown ul.nav > li.open.only-mobile {
  display: none;
}
#NavDropdown ul.nav > li.active > a,
#NavDropdown ul.nav > li.open.active > a {
  background: transparent;
  color: #D9D7FF !important;
  text-decoration: none;
}
#NavDropdown ul.nav > li.active > a:after,
#NavDropdown ul.nav > li.open.active > a:after {
  width: calc(100% - 34px);
  opacity: 1;
}
#NavDropdown ul.nav > li.active > a:hover, #NavDropdown ul.nav > li.active > a:focus, #NavDropdown ul.nav > li.active > a:active,
#NavDropdown ul.nav > li.open.active > a:hover,
#NavDropdown ul.nav > li.open.active > a:focus,
#NavDropdown ul.nav > li.open.active > a:active {
  text-decoration: none;
}
#NavDropdown ul.nav > li a,
#NavDropdown ul.nav > li.open a {
  font-family: "calluna", serif;
  background: transparent;
  border-radius: 0;
  border: none;
  color: #242B58;
  display: block;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 20px;
  padding: 12px 34px 8px 0;
  position: relative;
  text-align: left;
  text-shadow: none;
  text-transform: capitalize;
  transition: all 0.4s ease;
  white-space: normal;
}
#NavDropdown ul.nav > li a::before,
#NavDropdown ul.nav > li.open a::before {
  content: none;
}
#NavDropdown ul.nav > li a::after,
#NavDropdown ul.nav > li.open a::after {
  content: "";
  background: #D9D7FF !important;
  border-radius: 0;
  border: none;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
  opacity: 0;
  transition-property: width, opacity;
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0s;
  transition-timing-function: ease-in-out, ease-in;
  width: 0;
  height: 2px;
  z-index: 5;
}
#NavDropdown ul.nav > li a:hover, #NavDropdown ul.nav > li a:focus, #NavDropdown ul.nav > li a:active,
#NavDropdown ul.nav > li.open a:hover,
#NavDropdown ul.nav > li.open a:focus,
#NavDropdown ul.nav > li.open a:active {
  text-decoration: none;
  color: #D9D7FF !important;
  outline: none;
}
#NavDropdown ul.nav > li a:hover::after, #NavDropdown ul.nav > li a:focus::after, #NavDropdown ul.nav > li a:active::after,
#NavDropdown ul.nav > li.open a:hover::after,
#NavDropdown ul.nav > li.open a:focus::after,
#NavDropdown ul.nav > li.open a:active::after {
  width: calc(100% - 34px) !important;
  opacity: 1;
}
#NavDropdown ul.nav > li.translate-tool select,
#NavDropdown ul.nav > li.open.translate-tool select {
  margin-right: 15px;
}
#NavDropdown ul.nav > li.search-menu #open-search,
#NavDropdown ul.nav > li.open.search-menu #open-search {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  font-weight: normal;
  padding: 0;
  position: relative;
  text-align: center;
}
#NavDropdown ul.nav > li.search-menu #open-search .search-icon,
#NavDropdown ul.nav > li.open.search-menu #open-search .search-icon {
  background-image: url("../images/icons/search-icon-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(1, 1);
  align-self: center;
  display: inline-block;
  transition: transform 0.4s ease;
  width: 20px;
  height: 21.35px;
}
#NavDropdown ul.nav > li.search-menu #open-search:hover, #NavDropdown ul.nav > li.search-menu #open-search:focus, #NavDropdown ul.nav > li.search-menu #open-search:active,
#NavDropdown ul.nav > li.open.search-menu #open-search:hover,
#NavDropdown ul.nav > li.open.search-menu #open-search:focus,
#NavDropdown ul.nav > li.open.search-menu #open-search:active {
  box-shadow: none;
  outline: none !important;
  transition: all 0.4s ease;
}
#NavDropdown ul.nav > li.search-menu #open-search:hover .search-icon, #NavDropdown ul.nav > li.search-menu #open-search:focus .search-icon, #NavDropdown ul.nav > li.search-menu #open-search:active .search-icon,
#NavDropdown ul.nav > li.open.search-menu #open-search:hover .search-icon,
#NavDropdown ul.nav > li.open.search-menu #open-search:focus .search-icon,
#NavDropdown ul.nav > li.open.search-menu #open-search:active .search-icon {
  transform: scale(1.2, 1.2);
}
@media (max-width: 1199.98px) {
  #NavDropdown ul.nav > li.search-menu,
  #NavDropdown ul.nav > li.open.search-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: 0 !important;
    margin-top: 20px !important;
  }
  #NavDropdown ul.nav > li.search-menu .search-icon,
  #NavDropdown ul.nav > li.open.search-menu .search-icon {
    background-image: url("../images/icons/search-icon-primarydark.svg") !important;
  }
}
#NavDropdown ul.nav > li.btn-menu-1,
#NavDropdown ul.nav > li.open.btn-menu-1 {
  border-radius: 0;
  background-color: #BC5017;
  border: 0;
  margin-left: 0;
  padding: 0 !important;
  transition: all 0.4s ease;
  margin-right: 20px;
}
#NavDropdown ul.nav > li.btn-menu-1 > a,
#NavDropdown ul.nav > li.open.btn-menu-1 > a {
  border-radius: 0;
  border: 0;
  color: #ffffff;
  max-width: 100%;
  padding: 12.5px 19px !important;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease;
  min-width: 99px;
  font-family: "calluna", serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
#NavDropdown ul.nav > li.btn-menu-1 > a::after,
#NavDropdown ul.nav > li.open.btn-menu-1 > a::after {
  content: none;
}
#NavDropdown ul.nav > li.btn-menu-1 > a:hover,
#NavDropdown ul.nav > li.open.btn-menu-1 > a:hover {
  background-color: #C0B5F4;
}
#NavDropdown ul.nav > li.btn-menu-1 > a:hover > a,
#NavDropdown ul.nav > li.open.btn-menu-1 > a:hover > a {
  color: #242B58;
}
#NavDropdown ul.nav > li ul,
#NavDropdown ul.nav > li.open ul {
  background: #D9D7FF;
  border: none;
  display: none;
  height: unset;
  left: 0;
  min-height: 0;
  padding: 0 !important;
  text-align: left;
}
#NavDropdown ul.nav > li ul li,
#NavDropdown ul.nav > li.open ul li {
  display: block;
  margin: 0 !important;
  width: auto;
}
#NavDropdown ul.nav > li ul li.dropdown > a::before,
#NavDropdown ul.nav > li.open ul li.dropdown > a::before {
  content: "" !important;
  background: transparent url("../images/icons/dropdown-arrow-menu.svg") no-repeat center;
  background-size: contain;
  border: none;
  height: 7px;
  opacity: 1;
  position: absolute;
  top: 45%;
  right: 14px;
  transition: 0.4s;
  width: 5px;
}
#NavDropdown ul.nav > li ul li.dropdown > a:hover::before,
#NavDropdown ul.nav > li.open ul li.dropdown > a:hover::before {
  background: transparent url("../images/icons/dropdown-arrow-menu-white.svg") no-repeat center !important;
}
#NavDropdown ul.nav > li ul li:first-child a,
#NavDropdown ul.nav > li.open ul li:first-child a {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#NavDropdown ul.nav > li ul li:last-child a,
#NavDropdown ul.nav > li.open ul li:last-child a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#NavDropdown ul.nav > li ul li:last-child a::before, #NavDropdown ul.nav > li ul li:last-child a::after,
#NavDropdown ul.nav > li.open ul li:last-child a::before,
#NavDropdown ul.nav > li.open ul li:last-child a::after {
  content: none !important;
}
#NavDropdown ul.nav > li ul li.active > a,
#NavDropdown ul.nav > li.open ul li.active > a {
  background: #2E3770 !important;
  color: #ffffff !important;
}
#NavDropdown ul.nav > li ul li.active > a::before, #NavDropdown ul.nav > li ul li.active > a::after,
#NavDropdown ul.nav > li.open ul li.active > a::before,
#NavDropdown ul.nav > li.open ul li.active > a::after {
  content: none !important;
}
#NavDropdown ul.nav > li ul li::before, #NavDropdown ul.nav > li ul li::after,
#NavDropdown ul.nav > li.open ul li::before,
#NavDropdown ul.nav > li.open ul li::after {
  content: none !important;
}
#NavDropdown ul.nav > li ul li a,
#NavDropdown ul.nav > li.open ul li a {
  border: none;
  color: #353962 !important;
  font-family: "calluna", serif;
  font-size: 15px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 18px;
  margin-top: 0;
  padding: 17px 22px 17px 22px;
  text-align: left;
  text-transform: capitalize;
}
#NavDropdown ul.nav > li ul li a::before, #NavDropdown ul.nav > li ul li a::after,
#NavDropdown ul.nav > li.open ul li a::before,
#NavDropdown ul.nav > li.open ul li a::after {
  content: none !important;
}
#NavDropdown ul.nav > li ul li a:hover, #NavDropdown ul.nav > li ul li a:focus, #NavDropdown ul.nav > li ul li a:active,
#NavDropdown ul.nav > li.open ul li a:hover,
#NavDropdown ul.nav > li.open ul li a:focus,
#NavDropdown ul.nav > li.open ul li a:active {
  background-color: #2E3770 !important;
  color: #ffffff !important;
}
#NavDropdown ul.nav > li ul li a:hover::after, #NavDropdown ul.nav > li ul li a:focus::after, #NavDropdown ul.nav > li ul li a:active::after,
#NavDropdown ul.nav > li.open ul li a:hover::after,
#NavDropdown ul.nav > li.open ul li a:focus::after,
#NavDropdown ul.nav > li.open ul li a:active::after {
  width: 0;
}
#NavDropdown ul.nav > li ul li:last-child ul,
#NavDropdown ul.nav > li.open ul li:last-child ul {
  left: 100%;
  top: 0;
  right: auto;
}
#NavDropdown ul.nav > li ul li ul,
#NavDropdown ul.nav > li.open ul li ul {
  background-color: #D9D7FF;
  border-radius: 0;
  margin-top: 0;
}
#NavDropdown ul.nav > li ul li ul li a,
#NavDropdown ul.nav > li.open ul li ul li a {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 13px !important;
  font-weight: normal !important;
  letter-spacing: 0.8px;
  text-align: left;
}
#NavDropdown ul.nav > li ul li ul li a:hover,
#NavDropdown ul.nav > li.open ul li ul li a:hover {
  background-color: #353962 !important;
  color: #ffffff !important;
}
#NavDropdown ul.nav > li ul.menu-hide,
#NavDropdown ul.nav > li.open ul.menu-hide {
  display: none;
}

.display_dropdown {
  border-radius: 0;
}
.display_dropdown li:first-child::before {
  transition-property: top, opacity;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0.1s, 0s;
  top: 0 !important;
  opacity: 1 !important;
}

.dropdown-menu {
  transform: translate(0, 0);
  display: block;
  top: 50px !important;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  border-radius: 0 !important;
  min-width: 250px !important;
}
.dropdown-menu .dropdown-menu {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  display: block;
  left: 100% !important;
  top: 0;
}
.dropdown-menu li a {
  border-bottom: 1px solid #e3e2ff;
}
.dropdown-menu li:last-child {
  border-bottom: 0 !important;
}

.dropdown-btn {
  display: none;
}

.dropdown-btn {
  background-size: 8px;
  border-radius: 0;
  border: none;
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 45px;
}
.dropdown-btn span {
  content: "\f061";
}
.dropdown-btn .fa-caret-right.open::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-toggle .dropdown-menu::before {
  content: "" !important;
  background: transparent url("../images/icons/dropdown-arrow-menu.svg") no-repeat center;
  background-size: contain;
  border: none;
  height: 10px;
  opacity: 1;
  position: absolute;
  top: 40%;
  right: 6px;
  transition: 0.4s;
  width: 10px;
}

@media only screen and (max-width: 1199.98px) {
  body.fixed {
    transition: none !important;
  }
  body.fixed header.header .navbar .navbar-header .navbar-brand {
    margin: 8px 0 8px 6px !important;
  }
  body.fixed header.header .navbar .navbar-header .navbar-brand img {
    width: 181px;
  }
  body.fixed .mobile-view a.btn-donate {
    color: #2E3770 !important;
  }
  body.fixed section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/menu-icon.svg");
  }
  body.fixed header.header {
    margin-top: 0 !important;
    transition: none !important;
  }
  body.fixed header.header .mega-menu {
    max-height: 100vh !important;
  }
  body.fixed header.header section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/menu-icon.svg");
  }
  body.fixed header.header #NavDropdown ul {
    align-items: flex-start;
  }
  section.header-navigation .container,
  section.header-navigation .container-fluid {
    width: 100vw;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  section.header-navigation .navbar .navbar-header {
    background-color: transparent;
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    margin-right: 0 !important;
    position: relative;
    z-index: 1040;
  }
  section.header-navigation .navbar .navbar-header .navbar-brand {
    margin: 8px 0 8px 6px;
    width: auto;
  }
  section.header-navigation .navbar .navbar-header .navbar-brand img {
    width: 212px !important;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler {
    margin-right: 15px !important;
    border: none !important;
    box-shadow: none;
    align-self: center;
    z-index: 1051;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/menu-icon.svg");
    background-size: contain;
    width: 44px;
    height: 44px;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler.active {
    padding: 0 !important;
    align-self: flex-start !important;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler.active .navbar-toggler-icon {
    background-image: url("../images/icons/close-menu.svg") !important;
    background-size: 24px;
  }
  section.header-navigation .navbar .navbar-header .mobile-view {
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 11px;
  }
  section.header-navigation .navbar .navbar-header .mobile-view.active {
    opacity: 0;
  }
  section.header-navigation .navbar a.btn-donate {
    font-family: "sanchez", serif;
    background-color: #ffffff;
    border-radius: 0;
    color: #242B58 !important;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 0.1px !important;
    line-height: 1.1;
    margin-left: 10px;
    vertical-align: middle;
    padding: 12.5px 19px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 123px;
  }
  section.header-navigation .navbar a.btn-donate::after {
    content: none;
  }
  section.header-navigation .navbar a.btn-donate:hover {
    background-color: #C0B5F4;
    color: #242B58;
  }
  section.header-navigation .navbar a.btn-help {
    font-family: "sanchez", serif;
    background-color: #BC5017;
    border-radius: 0;
    color: #ffffff !important;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 0.1px !important;
    line-height: 1.1;
    margin-left: 10px;
    vertical-align: middle;
    padding: 12.5px 19px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 123px;
  }
  section.header-navigation .navbar a.btn-help::after {
    content: none;
  }
  section.header-navigation .navbar a.btn-help:hover {
    background-color: #C0B5F4;
  }
  section.header-navigation #NavDropdown {
    background: transparent;
    display: none;
    height: 100vh;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 0px;
    z-index: 1050;
    margin-top: 60px;
  }
  section.header-navigation #NavDropdown .height-wrap {
    flex-flow: wrap row !important;
    background-color: #ffffff;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0px 0px 0px;
    margin-left: auto;
    overflow-y: scroll;
    height: 100vh;
    width: 370px;
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  section.header-navigation #NavDropdown .height-wrap {
    width: 100vw;
  }
}
@media only screen and (max-width: 1199.98px) {
  section.header-navigation #NavDropdown .height-wrap::-webkit-scrollbar {
    width: 8px;
  }
  section.header-navigation #NavDropdown .height-wrap::-webkit-scrollbar-track {
    border-radius: 0;
  }
  section.header-navigation #NavDropdown .height-wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(242, 244, 254, 0.4);
  }
  section.header-navigation #NavDropdown .height-wrap::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(242, 244, 254, 0.2);
  }
  section.header-navigation #NavDropdown .height-wrap::before {
    content: none;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    order: 1;
    padding: 0 15px 0 30px;
    width: 100%;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top::after, section.header-navigation #NavDropdown .height-wrap .header-top::before {
    content: none;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top::after, section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top::before {
    content: none;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 100%;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .row-social {
    text-align: center;
    margin-bottom: 30px;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .row-social .title {
    font-family: "sanchez", serif;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -1.8px;
    text-align: center;
    color: #242B58;
    display: block;
    margin-bottom: 10px;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .row-social ul.social-network {
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .row-social ul.social-network li {
    margin-right: 8px !important;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .row-social ul.social-network li a i {
    font-size: 25px;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .tablet-show .header-tablet-contact a {
    margin-bottom: 7px;
    font-size: 14px;
    font-family: "sanchez", serif;
    line-height: 17px;
    font-weight: 500;
    color: #242B58;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top.mobile-view-1 {
    margin-top: 50px;
    text-align: left;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top.mobile-view-1 a.btn-donate {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top #gtranslate_selector {
    color: #353962 !important;
    background: url("../images/icons/chevron-dropdown-primarydark.svg") 95%/10px no-repeat transparent;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .header-top-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .header-top-link a {
    color: #353962;
    display: inline-table;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .header-top-link a:hover, section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .header-top-link a:active, section.header-navigation #NavDropdown .height-wrap .header-top .column-heder-top .header-top-link a:focus {
    color: #2E3770;
  }
  section.header-navigation #NavDropdown .height-wrap #open-search {
    align-self: flex-start;
    flex: 0 1 auto;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
  }
  section.header-navigation #NavDropdown .height-wrap #open-search span.label {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap #open-search::after {
    background-image: url("../images/icons/search-icon-primarydark.svg") !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 100%;
    justify-content: flex-start;
    width: 100%;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e3e2ff;
    background-color: #D9D7FF !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li a {
    font-family: "calluna", serif;
    color: #353962 !important;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 70px 15px 20px;
    text-decoration: none !important;
    text-align: left;
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  section.header-navigation #NavDropdown .height-wrap ul.nav li a {
    padding: 15px 50px 15px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  section.header-navigation #NavDropdown .height-wrap ul.nav li a::before, section.header-navigation #NavDropdown .height-wrap ul.nav li a::after {
    content: none;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li:active a, section.header-navigation #NavDropdown .height-wrap ul.nav li:hover a, section.header-navigation #NavDropdown .height-wrap ul.nav li:focus a {
    color: #ffffff !important;
    background-color: #2E3770 !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li:active button.dropdown-btn, section.header-navigation #NavDropdown .height-wrap ul.nav li:hover button.dropdown-btn, section.header-navigation #NavDropdown .height-wrap ul.nav li:focus button.dropdown-btn {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn {
    background-color: transparent;
    color: #353962;
    display: block;
    font-size: 9px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    z-index: 5;
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn {
    right: 5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn::after {
    content: none;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn span {
    font-size: 9px;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn span.open {
    transform: rotate(90deg);
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn:active, section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn:focus, section.header-navigation #NavDropdown .height-wrap ul.nav li button.dropdown-btn:hover {
    outline: none;
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.current-menu-ancestor.active, section.header-navigation #NavDropdown .height-wrap ul.nav li.current_page_item {
    background-color: #353962;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.current-menu-ancestor.active > a, section.header-navigation #NavDropdown .height-wrap ul.nav li.current_page_item > a {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.current-menu-ancestor.active > button.dropdown-btn, section.header-navigation #NavDropdown .height-wrap ul.nav li.current_page_item > button.dropdown-btn {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.only-mobile {
    display: block;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.only-mobile::after {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    color: #353962;
    position: absolute;
    font-size: 16px;
    right: 12px;
    top: 12px;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.btn-menu-1 {
    display: flex;
    flex: 0 0 123px;
    flex-direction: column;
    background-color: transparent;
    border: 0 !important;
    margin-bottom: 10px;
    margin: 30px auto 10px !important;
    text-align: center;
    padding: 0;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.btn-menu-1 a {
    margin: auto;
    background-color: #BC5017;
    color: #ffffff !important;
    display: block;
    padding: 12.5px 19px !important;
    text-align: center;
    width: 123px !important;
    font-family: "sanchez", serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.1px;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li.btn-menu-1 a:hover, section.header-navigation #NavDropdown .height-wrap ul.nav li.btn-menu-1 a:focus, section.header-navigation #NavDropdown .height-wrap ul.nav li.btn-menu-1 a:active {
    text-decoration: none;
    background-color: #C0B5F4;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul {
    background-color: #ffffff;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li {
    width: 100%;
    border-bottom: 1px solid #e3e2ff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li::after {
    content: "" !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li:last-child {
    border-bottom: 0;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li button.dropdown-btn {
    top: 5px;
    color: #353962 !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li.menu-item-has-children {
    background-color: #BC5017;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li.menu-item-has-children a {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li.menu-item-has-children .dropdown-btn {
    color: #ffffff !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li.active {
    background-color: #D9D7FF !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li.active a {
    color: #ffffff !important;
    font-weight: normal;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li a {
    font-family: "calluna", serif;
    background-color: transparent !important;
    color: #242B58 !important;
    font-size: 15px !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: normal;
    line-height: 18px;
    padding: 18px 0px 18px 30px !important;
    margin-left: 21px;
    width: 100% !important;
    text-transform: capitalize !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li a::before, section.header-navigation #NavDropdown .height-wrap ul.nav li ul li a::after {
    content: none !important;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li a:hover {
    background-color: #BC5017;
    opacity: 0.84;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li ul {
    background-color: #ffffff;
  }
  section.header-navigation #NavDropdown .height-wrap ul.nav li ul li ul li a {
    color: #242B58 !important;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 1.1;
    padding: 15px 20px;
    text-align: left;
    margin-left: 41px;
  }
  section.header-navigation #NavDropdown .height-wrap .dropdown-toggle::before {
    content: none !important;
  }
}
@media (max-width: 568px) {
  section.header-navigation .navbar .navbar-header .navbar-brand {
    width: 135px;
    margin: 8px 0 8px 6px;
  }
  section.header-navigation .navbar .navbar-header .navbar-brand.active img {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 767.98px) {
  section.header-navigation .navbar .navbar-header .navbar-brand {
    width: 135px;
    margin: 8px 0 8px 6px;
  }
  section.header-navigation .navbar .navbar-header .navbar-brand img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100% !important;
    height: 100%;
    transition-delay: 0.8s;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
  }
  section.header-navigation .navbar .navbar-header .mobile-view {
    display: none;
  }
  section.header-navigation .navbar .navbar-header .navbar-toggler {
    padding-top: 12px;
    margin-right: 0 !important;
  }
}
/*END Main Navigation------------------------------------- */
/*START Helper Classes------------------------------------------*/
.gt_white_content .gt_languages {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100vw;
}
.entry-content .alignfull img {
  width: 100%;
}
.entry-content div[class*=""]:last-child .block-content {
  margin-bottom: 0 !important;
}

/*loader animation*/
.loader-container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 2050;
  top: 0;
}
.loader-container.exit {
  animation: fade-out 1s ease-out 0s both;
}
.loader-container::before {
  content: "";
  background: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loader {
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  height: 120px;
  width: 120px;
}
.loader .loading-spinner {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(36, 43, 88, 0.2);
  border-top-color: #242B58;
  animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
}
.loader .loading-logo {
  background: transparent url("../images/icons/favicon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 110px;
  width: 110px;
  margin: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*loader animation*/
/*Limit Excerpt Text*/
.line-clamp-6, .line-clamp-6 p, .line-clamp-6 span {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5, .line-clamp-5 p, .line-clamp-5 span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4, .line-clamp-4 p, .line-clamp-4 span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3, .line-clamp-3 p, .line-clamp-3 span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2, .line-clamp-2 p, .line-clamp-2 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1, .line-clamp-1 p, .line-clamp-1 span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*Limit Excerpt Text*/
.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none;
}

body .addtoany_content .addtoany_header {
  font-family: "sanchez", serif;
  color: #353962;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  vertical-align: middle;
}
body .addtoany_content .a2a_kit a {
  border-bottom: none !important;
}
body .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #353962 !important;
}
body .addtoany_content .a2a_kit a span svg path {
  fill: #353962 !important;
}
body .addtoany_shortcode .a2a_kit {
  line-height: inherit !important;
}
body .addtoany_shortcode a.addtoany_share {
  color: #F2F4FE !important;
  display: block;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: 1.1px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
  width: auto;
}
body .addtoany_shortcode a.addtoany_share::before {
  content: none;
}
body .addtoany_shortcode a.addtoany_share span, body .addtoany_shortcode a.addtoany_share .a2a_svg, body .addtoany_shortcode a.addtoany_share .a2a_s__default, body .addtoany_shortcode a.addtoany_share .a2a_s_a2a {
  display: none !important;
  margin: 0 !important;
}
body .addtoany_shortcode a.addtoany_share:hover {
  text-decoration: underline !important;
}
body #a2apage_dropdown {
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  width: 140px;
  min-width: 140px;
  padding: 10px 0 0;
  margin-top: 12px;
}
body #a2apage_dropdown a, body #a2apage_dropdown a.a2a_i, body #a2apage_dropdown a.a2a_i:visited, body #a2apage_dropdown a.a2a_more, body #a2apage_dropdown i.a2a_i {
  font: 14px "Montserrat", sans-serif;
  border-color: transparent !important;
  color: #fff !important;
  text-transform: none;
  width: 100%;
  border: none !important;
  float: none;
  border-radius: 0 !important;
  transition: all 0.4s ease;
}
body #a2apage_dropdown a span.a2a_svg, body #a2apage_dropdown a.a2a_i span.a2a_svg, body #a2apage_dropdown a.a2a_i:visited span.a2a_svg, body #a2apage_dropdown a.a2a_more span.a2a_svg, body #a2apage_dropdown i.a2a_i span.a2a_svg {
  margin-top: -3px;
}
body #a2apage_dropdown a:hover, body #a2apage_dropdown a.a2a_i:hover, body #a2apage_dropdown a.a2a_i:visited:hover, body #a2apage_dropdown a.a2a_more:hover, body #a2apage_dropdown i.a2a_i:hover {
  color: #eaeaea !important;
  background-color: transparent !important;
  text-decoration: underline;
}
body #a2apage_dropdown a:hover span.a2a_svg, body #a2apage_dropdown a.a2a_i:hover span.a2a_svg, body #a2apage_dropdown a.a2a_i:visited:hover span.a2a_svg, body #a2apage_dropdown a.a2a_more:hover span.a2a_svg, body #a2apage_dropdown i.a2a_i:hover span.a2a_svg {
  color: #eaeaea !important;
}
body #a2apage_dropdown a:hover span.a2a_svg svg, body #a2apage_dropdown a.a2a_i:hover span.a2a_svg svg, body #a2apage_dropdown a.a2a_i:visited:hover span.a2a_svg svg, body #a2apage_dropdown a.a2a_more:hover span.a2a_svg svg, body #a2apage_dropdown i.a2a_i:hover span.a2a_svg svg {
  fill: #eaeaea !important;
}
body .a2a_menu i.a2a_i {
  border-color: transparent !important;
}
body .a2a_menu_find_container {
  border-color: #074d89 !important;
  background-color: #074d89 !important;
}
body .a2a_menu a.a2a_i:active, body .a2a_menu a.a2a_i:focus, body .a2a_menu a.a2a_i:hover, body .a2a_menu a.a2a_more:active, body .a2a_menu a.a2a_more:focus, body .a2a_menu a.a2a_more:hover, body .a2a_menu_find_container {
  background-color: #2E3770 !important;
  border-color: #2E3770 !important;
}
body .a2a_menu {
  border-color: #242B58 !important;
  background-color: #242B58 !important;
}
body .a2a_menu a, body .a2a_menu a.a2a_i, body .a2a_menu a.a2a_i:visited, body .a2a_menu a.a2a_more, body .a2a_menu i.a2a_i {
  color: #ffffff !important;
}

.col-align-vertical {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.alignleft {
  margin: 0 15px 15px 0;
}

.alignright {
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}
.img-wrap img {
  transform: translate(-50%, -50%);
  left: 50%;
  max-height: inherit;
  min-width: inherit;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.img-wrap.w-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .img-wrap.w-40 {
    width: 100%;
  }
}
.img-wrap.left-float {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 767.98px) {
  .img-wrap.left-float {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.img-wrap.right-float {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767.98px) {
  .img-wrap.right-float {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.wp-caption.alignright {
  float: right;
}

.wp-caption.alignleft {
  float: left;
}

.sbi_no_avatar .sbi_header_img {
  background: #242B58 !important;
}

#sb_instagram .sbi_follow_btn a {
  background-color: #2E3770 !important;
  color: #242B58 !important;
}
#sb_instagram .sbi_follow_btn a:hover {
  background-color: #BC5017;
  color: #ffffff !important;
  box-shadow: inset 0 0 10px 20px #BC5017;
}

#sb_instagram #sbi_load .sbi_load_btn {
  background: #242B58 !important;
}

.wp-block-gallery ul.blocks-gallery-grid, .blocks-gallery-grid ul.blocks-gallery-grid {
  align-items: stretch;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item {
  padding: 5px !important;
  margin: 0 !important;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure img, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption {
  color: #ffffff !important;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::-moz-selection, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::selection, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::selection {
  background-color: #2E3770;
  color: white;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item::before, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item::before {
  content: none !important;
}

#cd-timeline {
  height: auto !important;
}
#cd-timeline .cd-timeline-content .cd-timeline-title-container h2, #cd-timeline .cd-timeline-content .the-excerpt p, #cd-timeline .cd-timeline-content .the-excerpt {
  color: #ffffff !important;
}
#cd-timeline .cd-timeline-content .the-excerpt .addtoany_list {
  display: none !important;
}
#cd-timeline .cd-timeline-content .the-excerpt .addtoany_list a {
  color: #ffffff;
}

.bg-primary {
  background-color: #242B58 !important;
}

a.fe_btn_navigation {
  background-color: #242B58 !important;
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 7px;
  padding: 16px 28px;
  line-height: 1;
  text-transform: none;
}
a.fe_btn_navigation:hover {
  background-color: #BC5017 !important;
}

.wpcw_fe_navigation_box {
  padding: 20px;
}
.wpcw_fe_navigation_box a {
  margin: 0 10px;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none;
}

.job_filters {
  background-color: #2E3770 !important;
}
.job_filters .search_jobs {
  padding: 2em;
}
.job_filters .search_jobs input {
  font-family: "Open Sans", sans-serif !important;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  color: #181B33;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: normal;
  min-height: 43px;
  padding: 10px 17px !important;
  /* firefox 19+ */
  /* ie */
}
.job_filters .search_jobs input::-webkit-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.job_filters .search_jobs input::-moz-placeholder {
  color: #181B33;
  opacity: 1;
}
.job_filters .search_jobs input:-ms-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.job_filters .search_jobs input:active, .job_filters .search_jobs input:focus {
  box-shadow: none;
  border-color: #242B58;
  outline: none;
  color: #242B58;
  /* firefox 19+ */
  /* ie */
}
.job_filters .search_jobs input:active::-webkit-input-placeholder, .job_filters .search_jobs input:focus::-webkit-input-placeholder {
  color: #242B58;
  opacity: 1;
}
.job_filters .search_jobs input:active::-moz-placeholder, .job_filters .search_jobs input:focus::-moz-placeholder {
  color: #242B58;
  opacity: 1;
}
.job_filters .search_jobs input:active:-ms-input-placeholder, .job_filters .search_jobs input:focus:-ms-input-placeholder {
  color: #242B58;
  opacity: 1;
}
.job_filters .search_jobs div.search_submit input {
  background-color: #353962 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 0.1px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 13px 24px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.job_filters .search_jobs div.search_submit input:hover, .job_filters .search_jobs div.search_submit input:focus, .job_filters .search_jobs div.search_submit input:active {
  background-color: #353962 !important;
}

.single_job_listing .application input[type=submit],
.single_job_listing .application input.application_button, .single_job_listing .application .wp_job_manager_send_application_button {
  background-color: #242B58 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 0.1px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 13px 24px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.single_job_listing .application input[type=submit]:hover, .single_job_listing .application input[type=submit]:focus, .single_job_listing .application input[type=submit]:active,
.single_job_listing .application input.application_button:hover,
.single_job_listing .application input.application_button:focus,
.single_job_listing .application input.application_button:active, .single_job_listing .application .wp_job_manager_send_application_button:hover, .single_job_listing .application .wp_job_manager_send_application_button:focus, .single_job_listing .application .wp_job_manager_send_application_button:active {
  background-color: #353962 !important;
}
.single_job_listing .application .wp_job_manager_send_application_button {
  margin-bottom: 15px;
}
.single_job_listing .application .apply_with_resume {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .wp-block-spacer {
    height: 20px !important;
  }
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto 20px;
  }
}
/*END Helper Classes-------------------------------------*/
#button-play-popup {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  z-index: 3;
}
#button-play-popup.center {
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
}
#button-play-popup.left {
  transform: translate(0%, -50%);
  position: absolute;
  bottom: unset;
  left: 40px;
  top: 50%;
}
#button-play-popup.left-bottom {
  transform: translate(0%, 0%);
  position: absolute;
  bottom: 40px;
  left: 40px;
  top: unset;
}
@media (max-width: 991.98px) {
  #button-play-popup.left-bottom {
    bottom: 20px;
  }
}
#button-play-popup.right {
  transform: translate(0%, -50%);
  position: absolute;
  bottom: unset;
  left: unset;
  right: 40px;
  top: 50%;
}
#button-play-popup.right-bottom {
  transform: translate(0%, 0%);
  position: absolute;
  bottom: 40px;
  right: 40px;
  top: unset;
}
@media (max-width: 991.98px) {
  #button-play-popup.right-bottom {
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #button-play-popup.center, #button-play-popup.left, #button-play-popup.left-bottom, #button-play-popup.right, #button-play-popup.right-bottom {
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: unset;
    left: 50%;
    top: 50%;
  }
}
#button-play-popup .playIframe {
  background-image: url("../images/icons/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  transform: scale(1, 1);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  height: 72px;
  margin: 0;
  transition: all 0.4s ease;
  width: 72px;
  z-index: 1;
}
#button-play-popup .play-label {
  color: #fff;
  display: none;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.36px;
  line-height: 2.17;
  text-align: left;
  margin-left: 21px;
}
@media (max-width: 575.98px) {
  #button-play-popup .play-label {
    display: none;
  }
}
#button-play-popup:hover, #button-play-popup:focus {
  outline: none;
}
#button-play-popup:hover .playIframe, #button-play-popup:focus .playIframe {
  background-image: url("../images/icons/play-button-hover.svg");
  transform: scale(1.1, 1.1);
}

.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(119, 119, 118, 0.76);
}

body.admin-bar div[id*=myVideoModal] .modal-content, body.admin-bar #videoTextBlockModal .modal-content {
  margin-top: 40px !important;
}

div[id*=myVideoModal], #videoTextBlockModal {
  padding-right: 0 !important;
}
div[id*=myVideoModal] .modal-xl, div[id*=myVideoModal] .modal-lg, #videoTextBlockModal .modal-xl, #videoTextBlockModal .modal-lg {
  margin: 0 auto !important;
  max-width: 80vw;
}
div[id*=myVideoModal] .modal-xl:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl.active .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg.active .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-xl.active .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-lg.active .modal-content .modal-header .close {
  top: 5%;
  border: none;
}
@media (max-width: 1199.98px) {
  div[id*=myVideoModal] .modal-xl:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl.active .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg.active .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-xl.active .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-lg.active .modal-content .modal-header .close {
    top: -10vh;
  }
}
@media (max-width: 767.98px) {
  div[id*=myVideoModal] .modal-xl:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-xl.active .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:hover .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg:focus .modal-content .modal-header .close, div[id*=myVideoModal] .modal-lg.active .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-xl:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-xl.active .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:hover .modal-content .modal-header .close, #videoTextBlockModal .modal-lg:focus .modal-content .modal-header .close, #videoTextBlockModal .modal-lg.active .modal-content .modal-header .close {
    top: 10vh;
  }
}
div[id*=myVideoModal] .modal-content, #videoTextBlockModal .modal-content {
  background-color: #000;
  margin-top: 0;
}
div[id*=myVideoModal] .modal-content .modal-header, #videoTextBlockModal .modal-content .modal-header {
  border-bottom: none;
  padding: 0 !important;
}
div[id*=myVideoModal] .modal-content .modal-header .close, #videoTextBlockModal .modal-content .modal-header .close {
  background: #ffffff;
  border-radius: 50%;
  color: #000000;
  float: none !important;
  font-size: 50px;
  left: 0;
  margin: 0 auto !important;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: -25%;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  z-index: 99;
}
div[id*=myVideoModal] .modal-content .modal-header .close span, #videoTextBlockModal .modal-content .modal-header .close span {
  transform: translate(-50%, -50%);
  bottom: unset;
  display: block;
  font-size: 0;
  font-weight: 500;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 25px;
}
div[id*=myVideoModal] .modal-content .modal-header .close span::after, #videoTextBlockModal .modal-content .modal-header .close span::after {
  content: "";
  background-image: url("../images/icons/close-menu.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
}
div[id*=myVideoModal] .modal-content .modal-header .close:hover, div[id*=myVideoModal] .modal-content .modal-header .close:focus, div[id*=myVideoModal] .modal-content .modal-header .close.active, #videoTextBlockModal .modal-content .modal-header .close:hover, #videoTextBlockModal .modal-content .modal-header .close:focus, #videoTextBlockModal .modal-content .modal-header .close.active {
  background: white;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
  opacity: 1;
  outline: none !important;
}
div[id*=myVideoModal] .modal-content .modal-body, #videoTextBlockModal .modal-content .modal-body {
  padding: 0 !important;
}
div[id*=myVideoModal] .modal-content .modal-footer, #videoTextBlockModal .modal-content .modal-footer {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.home .block-sponsor-container {
  border-top: none;
}

.block-sponsor-container .container {
  padding: 0;
}
.block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
  text-align: center;
}
.block-sponsor-container.aligncenter .single-sponsor {
  justify-content: center;
}
.block-sponsor-container.aligncenter .single-sponsor .sponsor-info {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.block-sponsor-container.aligncenter .sponsors-vGrid .row {
  justify-content: center;
}
.block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
  text-align: right;
}
.block-sponsor-container.alignright .single-sponsor {
  justify-content: flex-end;
}
.block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
  text-align: left;
}
.block-sponsor-container.alignleft .single-sponsor {
  justify-content: flex-start;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor.column-1, .block-sponsor-container .sponsors-vList .single-sponsor.column-1 {
  flex-basis: 100%;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor.column-2, .block-sponsor-container .sponsors-vList .single-sponsor.column-2 {
  flex-basis: 50%;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor.column-3, .block-sponsor-container .sponsors-vList .single-sponsor.column-3 {
  flex-basis: 33.3333333333%;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor.column-4, .block-sponsor-container .sponsors-vList .single-sponsor.column-4 {
  flex-basis: 25%;
}
@media (max-width: 767.98px) {
  .block-sponsor-container .sponsors-vGrid .single-sponsor, .block-sponsor-container .sponsors-vList .single-sponsor {
    flex-basis: 50% !important;
  }
}
@media (max-width: 575.98px) {
  .block-sponsor-container .sponsors-vGrid .single-sponsor, .block-sponsor-container .sponsors-vList .single-sponsor {
    flex-basis: 100% !important;
    margin: 0 auto 20px;
  }
}
.block-sponsor-container .sponsors-vGrid .single-sponsor a, .block-sponsor-container .sponsors-vList .single-sponsor a, .block-sponsor-container .sponsor-vCarousel .single-sponsor a {
  align-items: center;
  border: none !important;
  color: #242B58 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
  width: 100%;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor a .featured-sponsor-images, .block-sponsor-container .sponsors-vList .single-sponsor a .featured-sponsor-images, .block-sponsor-container .sponsor-vCarousel .single-sponsor a .featured-sponsor-images {
  transition: transform 0.3s ease-in-out;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor a:hover .featured-sponsor-images, .block-sponsor-container .sponsors-vList .single-sponsor a:hover .featured-sponsor-images, .block-sponsor-container .sponsor-vCarousel .single-sponsor a:hover .featured-sponsor-images {
  transform: scale(1.086) !important;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor .sponsor-info, .block-sponsor-container .sponsors-vList .single-sponsor .sponsor-info, .block-sponsor-container .sponsor-vCarousel .single-sponsor .sponsor-info {
  padding: 10px 0;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor .sponsor-info .sponsors_name, .block-sponsor-container .sponsors-vList .single-sponsor .sponsor-info .sponsors_name, .block-sponsor-container .sponsor-vCarousel .single-sponsor .sponsor-info .sponsors_name {
  font-family: "sanchez", serif;
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor .sponsor-info .sponsors_name p:last-of-type, .block-sponsor-container .sponsors-vList .single-sponsor .sponsor-info .sponsors_name p:last-of-type, .block-sponsor-container .sponsor-vCarousel .single-sponsor .sponsor-info .sponsors_name p:last-of-type {
  margin-bottom: 0 !important;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor .sponsor-info figcaption, .block-sponsor-container .sponsors-vList .single-sponsor .sponsor-info figcaption, .block-sponsor-container .sponsor-vCarousel .single-sponsor .sponsor-info figcaption {
  font-weight: normal;
  font-size: 18px;
}
.block-sponsor-container .sponsors-vGrid .single-sponsor .sponsor-info figcaption img, .block-sponsor-container .sponsors-vList .single-sponsor .sponsor-info figcaption img, .block-sponsor-container .sponsor-vCarousel .single-sponsor .sponsor-info figcaption img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.sponsors-vGrid {
  padding: 0 15px;
}
.sponsors-vGrid .single-sponsor {
  margin: 20px 0;
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
}
.sponsors-vGrid .single-sponsor .featured-sponsor-images {
  align-self: center;
}
.sponsors-vGrid .single-sponsor .featured-sponsor-images img {
  width: 85%;
}

/*sponsors Carousel view*/
.sponsors-vCarousel {
  padding: 0 !important;
  position: relative;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .swiper-pagination {
  left: 0;
  right: 0;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .swiper-pagination span {
  width: 9px;
  height: 9px;
  margin: 0 8.5px 0;
  opacity: 0.26;
  background: #2CB9EC;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .single-sponsor {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .single-sponsor .featured-sponsor-images {
  height: 200px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .single-sponsor .featured-sponsor-images img {
  height: 80% !important;
  left: 50%;
  top: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%) scale(1) !important;
  transition: all 0.4s ease-in-out;
  width: 80%;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .single-sponsor a {
  border: none !important;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.sponsors-vCarousel div[id*=carousel__sponsors_] .single-sponsor a:hover .featured-sponsor-images img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}

.sponsors-vList {
  padding: 0;
}
@media (max-width: 767.98px) {
  .sponsors-vList {
    padding: 30px 20px;
  }
}
.sponsors-vList .single-sponsor {
  margin: 0 0 20px 0;
  max-width: 100%;
  padding: 0;
}
.sponsors-vList .single-sponsor .featured-sponsor-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between !important;
}
.sponsors-vList .single-sponsor .featured-sponsor-images img {
  flex: 0 0 300px;
  width: 300px !important;
}
@media (max-width: 767.98px) {
  .sponsors-vList .single-sponsor .featured-sponsor-images img {
    flex: 0 0 100% !important;
  }
}
.sponsors-vList .single-sponsor .featured-sponsor-images .image-fit-none {
  width: initial !important;
  height: initial !important;
  -o-object-fit: none !important;
     object-fit: none !important;
}
.sponsors-vList .single-sponsor .featured-sponsor-images .image-fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sponsors-vList .single-sponsor .featured-sponsor-images .image-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sponsors-vList .single-sponsor .featured-sponsor-images .sponsor-info {
  flex: 1 0 calc(100% - 320px);
  padding: 0;
  align-self: center;
}
.sponsors-vList .single-sponsor .featured-sponsor-images .sponsor-info .sponsors_name {
  margin-bottom: 15px;
}

.before-footer-banner {
  position: relative;
  padding: 70px 0 68px;
}
.before-footer-banner .content-block {
  position: relative;
  z-index: 10;
}
.before-footer-banner .content-block .title-block {
  text-transform: none;
}
.before-footer-banner .content-block .title-block::after {
  content: none !important;
}
.before-footer-banner .content-block .btn-container {
  margin-top: 0;
}

.boxes-interior-footer {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 5;
  width: 100%;
}
.boxes-interior-footer .container-boxes {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .boxes-interior-footer .container-boxes {
    flex-direction: column;
  }
}
.boxes-interior-footer .item-col {
  background-color: transparent;
  border: none;
  flex: 1 0 33.3333333333%;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .boxes-interior-footer .item-col {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
.boxes-interior-footer .item-col .box-page-link {
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.4s ease;
}
.boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
  text-decoration: none;
  transition: all 0.4s ease;
}
.boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.boxes-interior-footer .item-col .box-page-link .featured-box-images {
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto !important;
  overflow: hidden;
  padding-bottom: 40%;
  min-height: 230px;
  position: relative;
  z-index: 0;
}
.boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
@media (max-width: 575.98px) {
  .boxes-interior-footer .item-col .box-page-link .featured-box-images {
    padding-bottom: unset;
  }
}
.boxes-interior-footer .item-col .box-page-link .content-box {
  transform: translate(-50%, -50%);
  background-color: transparent;
  left: 50%;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease;
  width: calc(100% - 30px);
  z-index: 10;
}
.boxes-interior-footer .item-col .box-page-link .content-box .title-box {
  font-family: "calluna", serif;
  color: #ffffff;
  display: block;
  font-size: 43.5px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
  z-index: 20;
}
.boxes-interior-footer .item-col .box-page-link .content-box p, .boxes-interior-footer .item-col .box-page-link .content-box div {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}

.accordion-effect-block {
  position: relative;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .title-section h2, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .title-section h3, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .title-section h4, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .title-section h5, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .title-section h6, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .title-section h2, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .title-section h3, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .title-section h4, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .title-section h5, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .title-section h6, .accordion-effect-block.bg--color .container .row .col-xl-12 .title-section h2, .accordion-effect-block.bg--color .container .row .col-xl-12 .title-section h3, .accordion-effect-block.bg--color .container .row .col-xl-12 .title-section h4, .accordion-effect-block.bg--color .container .row .col-xl-12 .title-section h5, .accordion-effect-block.bg--color .container .row .col-xl-12 .title-section h6, .accordion-effect-block.bg--color .container .row .col-xl-10 .title-section h2, .accordion-effect-block.bg--color .container .row .col-xl-10 .title-section h3, .accordion-effect-block.bg--color .container .row .col-xl-10 .title-section h4, .accordion-effect-block.bg--color .container .row .col-xl-10 .title-section h5, .accordion-effect-block.bg--color .container .row .col-xl-10 .title-section h6 {
  color: #181B33;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item {
  border-top: solid 1px rgba(24, 27, 51, 0.3) !important;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item:last-child, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item:last-child, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item:last-child, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item:last-child {
  border-bottom: solid 1px rgba(24, 27, 51, 0.3) !important;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn {
  color: #181B33 !important;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true]::before, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true]::before, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true]::before, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true]::before {
  background-image: url("../images/icons/accordion-arrow-on-grey.svg");
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=false]::before, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=false]::before, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=false]::before, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=false]::before {
  background-image: url("../images/icons/accordion-arrow-off-grey.svg");
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body {
  color: #181B33 !important;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr {
  color: #181B33 !important;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a::-moz-selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a::-moz-selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a::selection, .accordion-effect-block.bg-white-color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h2::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h3::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h4::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h5::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body h6::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body p::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body strong::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body em::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body a::selection, .accordion-effect-block.bg--color .container .row .col-xl-12 .accordionBlock .accordion-item .accordion-body hr::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h2::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h3::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h4::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h5::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body h6::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body p::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body strong::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body em::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body a::selection, .accordion-effect-block.bg--color .container .row .col-xl-10 .accordionBlock .accordion-item .accordion-body hr::selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .container {
  position: relative;
  z-index: 1;
}
.accordion-effect-block .accordionBlock .accordion-item {
  background: transparent;
  border-color: transparent;
  border-radius: 0 !important;
  border-top: solid 1px rgba(255, 255, 255, 0.3) !important;
  box-shadow: none;
  margin-bottom: 0 !important;
  padding: 0;
  /*.card.header*/
}
.accordion-effect-block .accordionBlock .accordion-item:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3) !important;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header {
  font-family: "sanchez", serif;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 !important;
  color: unset;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0 !important;
  margin: 0 !important;
  padding: 0;
  position: relative;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn {
  font-family: "sanchez", serif;
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  color: #ffffff;
  display: block;
  font-size: inherit;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 !important;
  overflow-wrap: break-word;
  padding: 23px 100px 23px 0;
  position: relative;
  text-align: left;
  transition: padding-bottom 0.2s ease;
  white-space: normal;
  width: 100%;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn {
    padding-left: 20px;
    padding-right: 60px;
  }
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true] {
  padding-bottom: 14px;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=true]::before {
  background-image: url("../images/icons/accordion-arrow-on.svg");
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn[aria-expanded^=false]::before {
  background-image: url("../images/icons/accordion-arrow-off.svg");
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn::after {
  content: none;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn::before {
  content: "" !important;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0 !important;
  transition: all 0.4s ease;
  width: 100px;
}
@media (max-width: 767.98px) {
  .accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn::before {
    width: 60px;
  }
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn:hover, .accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn:focus, .accordion-effect-block .accordionBlock .accordion-item .accordion-header button.accordion-btn:active {
  box-shadow: unset;
  text-decoration: none;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body {
  background-color: transparent;
  padding: 0 100px 35px 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .accordion-effect-block .accordionBlock .accordion-item .accordion-body {
    padding: 0 50px 35px 0;
  }
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body h2, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h3, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h4, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h5, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h6 {
  font-family: "sanchez", serif;
  color: #ffffff;
  letter-spacing: -0.2px;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body h2::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h3::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h4::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h5::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h6::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body h2::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h3::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h4::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h5::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body h6::selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body p, .accordion-effect-block .accordionBlock .accordion-item .accordion-body strong, .accordion-effect-block .accordionBlock .accordion-item .accordion-body em, .accordion-effect-block .accordionBlock .accordion-item .accordion-body a {
  font-family: "sanchez", serif;
  color: #ffffff !important;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: -0.18px;
  line-height: 1.4;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body p::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body strong::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body em::-moz-selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body a::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body p::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body strong::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body em::selection, .accordion-effect-block .accordionBlock .accordion-item .accordion-body a::selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body p {
  font-style: normal;
  font-weight: 500;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body em {
  font-style: italic !important;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body strong {
  font-weight: bold !important;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body hr {
  border-color: #ffffff !important;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.accordion-effect-block .accordionBlock .accordion-item .accordion-body::selection {
  background-color: #2E3770;
  color: white;
}

.custom-default-sponsors-block h1,
.custom-default-sponsors-block h2,
.custom-default-sponsors-block h3,
.custom-default-sponsors-block h4,
.custom-default-sponsors-block h5,
.custom-default-sponsors-block h6 {
  margin-bottom: 50px;
  text-align: center;
}
.custom-default-sponsors-block .sponsors-container {
  overflow: hidden;
}
.custom-default-sponsors-block .sponsors-container img.img-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.custom-default-sponsors-block .sponsors-container img.img-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  width: auto !important;
  display: block;
}
.custom-default-sponsors-block .img-container {
  display: flex;
  justify-content: center;
}
.custom-default-sponsors-block .swiper-wrapper {
  align-items: center;
}
.custom-default-sponsors-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.custom-default-sponsors-block .arrows-container {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .custom-default-sponsors-block .arrows-container {
    margin-right: 30px;
  }
}
.custom-default-sponsors-block .swiper-button-next,
.custom-default-sponsors-block .swiper-button-prev {
  flex: 0 0 auto;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%231C1B21' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  width: 21px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
}
.custom-default-sponsors-block .swiper-button-next::after,
.custom-default-sponsors-block .swiper-button-prev::after {
  display: none;
}
.custom-default-sponsors-block .swiper-button-next:hover,
.custom-default-sponsors-block .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%231C1B21' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}
.custom-default-sponsors-block .swiper-button-prev {
  margin-right: 39px;
}
.custom-default-sponsors-block .swiper-button-next {
  transform: scaleX(-1);
  margin-left: 39px;
}
.custom-default-sponsors-block .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: unset !important;
}
.custom-default-sponsors-block .swiper-pagination .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  color: #181B33 !important;
  opacity: 0.4;
}
.custom-default-sponsors-block .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #181B33 !important;
  background: currentColor;
}
.custom-default-sponsors-block .swiper-scrollbar {
  width: 100%;
  background: transparent;
}
.custom-default-sponsors-block .swiper-scrollbar::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1.5px;
  background: #242B58;
}

.banner-home {
  height: 60vh;
  width: 100%;
  position: relative;
  display: block;
  min-height: 600px;
  top: 120px;
}
.banner-home .banner-wrapping {
  height: 100%;
  padding-top: inherit !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .banner-home .banner-wrapping {
    width: 100%;
  }
}
.banner-home .banner-wrapping img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}
.banner-home .banner-wrapping img.top {
  -o-object-position: top;
     object-position: top;
}
.banner-home .banner-wrapping img.center {
  -o-object-position: center;
     object-position: center;
}
.banner-home .banner-wrapping img.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.banner-home .banner-wrapping::before {
  content: "";
  background: rgba(36, 43, 88, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-home .banner-wrapping::after {
  content: none;
  height: 100%;
  opacity: 0.18;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-home .video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.banner-home .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home .video-container::before {
  content: "";
  background: rgba(36, 43, 88, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-home .banner-content {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.banner-home .banner-content .banner-container {
  height: 100%;
  position: relative;
}
.banner-home .banner-content .banner-container .row-banner {
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.banner-home .banner-content .banner-container .row-banner h1 {
  font-family: "calluna", serif;
  font-size: 40px;
  line-height: 0.94;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}
.banner-home .banner-content .banner-container .row-banner h1 span {
  display: block;
  font-family: "calluna", serif;
  font-size: 40px;
  line-height: 0.94;
  color: #C0B5F4 !important;
  font-weight: 400;
  letter-spacing: -1.8px;
  text-align: center;
  text-transform: capitalize;
}
.banner-home .banner-content .banner-container .row-banner p {
  color: #ffffff;
  font-family: "sanchez", serif;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
}
@media (min-width: 768px) {
  .banner-home .banner-content .banner-container .row-banner {
    padding-bottom: 50px;
  }
  .banner-home .banner-content .banner-container .row-banner h1, .banner-home .banner-content .banner-container .row-banner h1 span {
    font-size: 70px !important;
  }
}

.section-equality {
  padding: 70px 0 150px;
  position: relative;
  z-index: 0;
  background-color: #F2F4FE;
}
.section-equality::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 256px;
  height: 348px;
  background-size: cover;
  background-image: url("../images/logo-grey.svg");
  top: 50%;
  transform: translate(0%, -50%);
}
@media (min-width: 768px) {
  .section-equality::after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 1200px) {
  .section-equality::after {
    width: 286px;
    height: 385px;
  }
}
.section-equality .equality-quote {
  position: relative;
  z-index: 2;
}
.section-equality .equality-quote span {
  display: block;
  text-align: center;
}
.section-equality .equality-quote .quote, .section-equality .equality-quote .quote > span {
  font-family: "calluna", serif;
  font-size: 34px;
  letter-spacing: -1.8px;
  line-height: 1.15;
  font-weight: 600;
}
.section-equality .equality-quote .quote.primary, .section-equality .equality-quote .quote > span.primary {
  color: #242B58 !important;
}
.section-equality .equality-quote .quote.secondary, .section-equality .equality-quote .quote > span.secondary {
  color: #BC5017 !important;
}
.section-equality .equality-quote .quote > span {
  padding-top: 10px;
}
.section-equality .equality-quote .quote-sig {
  font-family: "sanchez", serif;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.56;
  color: #181B33;
}
@media (min-width: 768px) {
  .section-equality .equality-quote .quote, .section-equality .equality-quote .quote > span {
    font-family: "calluna", serif;
    font-size: 46px;
    line-height: 1.13;
    font-weight: 600;
  }
  .section-equality .equality-quote .quote > span {
    padding-top: 0px;
  }
  .section-equality .equality-quote .quote-sig {
    font-family: "sanchez", serif;
    padding-top: 11px !important;
    font-size: 22px !important;
    line-height: 1.27 !important;
    margin: auto !important;
    max-width: 466px;
  }
}

.section-statistics {
  padding: 100px 0 0;
  position: relative;
  background: #242B58;
}
@media (min-width: 1200px) {
  .section-statistics {
    background: linear-gradient(to right, #242B58 0% 50%, #2E3770 50% 100%);
    padding: 100px 0 90px;
  }
}
.section-statistics .statistics-content {
  position: relative;
  padding-bottom: 60px;
}
.section-statistics .statistics-content .statistics-title, .section-statistics .statistics-content .section-title span {
  font-family: "calluna", serif;
  font-size: 35px;
  line-height: 1.17;
  text-align: center;
  display: block;
  text-transform: none !important;
}
.section-statistics .statistics-content .statistics-title {
  color: #ffffff;
}
.section-statistics .statistics-content .statistics-title span {
  color: #C0B5F4;
}
.section-statistics .statistics-content p {
  font-family: "sanchez", serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px !important;
}
.section-statistics .statistics-content .btn-container {
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.section-statistics .statistics-content .btn-container .btn-1 {
  min-width: 90%;
}
@media (min-width: 768px) {
  .section-statistics .statistics-content .statistics-title, .section-statistics .statistics-content .section-title span {
    font-size: 46px;
  }
  .section-statistics .statistics-content .btn-1 {
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  .section-statistics .statistics-content .statistics-title, .section-statistics .statistics-content .section-title span {
    text-align: left;
  }
  .section-statistics .statistics-content p {
    font-family: "sanchez", serif;
    color: #ffffff;
    text-align: left;
    padding-right: 30px;
  }
  .section-statistics .statistics-content .btn-container {
    justify-content: flex-start;
  }
  .section-statistics .statistics-content .btn-container .btn-1 {
    min-width: unset;
  }
}
.section-statistics .statistics-data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 60px;
}
.section-statistics .statistics-data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #2E3770;
}
.section-statistics .statistics-data .statistics-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  z-index: 1;
}
.section-statistics .statistics-data .statistics-item .stat-img {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 11px;
}
.section-statistics .statistics-data .statistics-item .stat-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-statistics .statistics-data .statistics-item .counter-value {
  font-family: "calluna", serif;
  font-size: 51px;
  line-height: 52px;
  letter-spacing: -1.8px;
  color: #ffffff;
  margin-bottom: 20px;
}
.section-statistics .statistics-data .statistics-item .stat-text {
  font-family: "sanchez", serif;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #C0B5F4;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .section-statistics .statistics-data .statistics-item {
    margin-top: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .section-statistics .statistics-data {
    padding-bottom: 0;
  }
  .section-statistics .statistics-data::after {
    content: none;
    display: none;
  }
}

.section-approach {
  position: relative;
  background-color: #6D6A95;
  padding: 40px 0;
  overflow: visible;
}
.section-approach .container {
  position: relative;
  z-index: 3;
}
.section-approach .container .approach-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-approach .container .approach-row .approach-title {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  letter-spacing: -1.8px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-approach .container .approach-row .approach-title {
    font-size: 46px;
    line-height: 52px;
  }
}
.section-approach .container .approach-row .approach-text {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.section-approach .container .approach-items {
  justify-content: space-evenly;
  row-gap: 40px;
  align-items: start;
}
.section-approach .container .approach-items .approach-item-image {
  width: 163px;
  height: 163px;
  text-align: center;
}
.section-approach .container .approach-items .approach-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 163px;
  height: 163px;
}
.section-approach .container .approach-items .approach-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 0 0 auto;
  max-width: 356px;
  row-gap: 17px;
}
.section-approach .container .approach-items .approach-item .approach-item-title {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #ffffff;
}
.section-approach .container .approach-items .approach-item .approach-item-text {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.section-approach .container .btn-container {
  justify-content: center;
  margin: 53px 0 270px;
}
@media (min-width: 768px) {
  .section-approach .container .btn-container {
    margin: 52px 0 400px;
  }
}
@media (min-width: 1200px) {
  .section-approach .container .btn-container {
    margin: 80px 0 120px;
  }
}
.section-approach .approach-img {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 1200px;
}
.section-approach .approach-img img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: auto;
  max-height: calc(100% + 42px);
  z-index: 1;
}

.section-approach.blue {
  background-color: #272361;
}

.section-spotlights {
  position: relative;
  background-color: #F2F4FE;
  padding: 90px 0;
}
.section-spotlights::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 453px;
  height: 640px;
  background-image: url("../images/logo-grey2.svg");
  background-size: cover;
  z-index: 0;
}
.section-spotlights .content-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-spotlights .content-bg {
    width: 74%;
    left: unset;
    transform: translate(0, -50%);
    right: 0;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .content-bg {
    width: 78%;
  }
}
.section-spotlights .container {
  position: relative;
}
.section-spotlights .container *:not(.content-bg) {
  z-index: 2;
}
.section-spotlights .spotlights-title h2 {
  font-family: "calluna", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  color: #353962;
  letter-spacing: -1.8px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-spotlights .spotlights-title h2 {
    font-size: 46px;
    line-height: 56px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .spotlights-title h2 {
    margin-left: 51px;
  }
}
.section-spotlights .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-spotlights .swiper-pagination {
    justify-content: start !important;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .swiper-pagination {
    padding-left: 51px;
  }
}
.section-spotlights .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 0;
  margin: 38px 21px 0 0;
  background: #BC5017;
}
.section-spotlights .swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #242B58;
  width: 13px;
  height: 13px;
}
.section-spotlights .swiper-controls {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  left: 15px;
  position: relative;
}
.section-spotlights .swiper-container-spotlight {
  position: relative;
}
.section-spotlights .swiper-container-spotlight .swiper-wrapper {
  padding: 20px 0;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .row-slider {
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .row-slider {
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .row-slider {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img {
  position: relative;
  overflow: visible;
  width: 191px;
  height: 191px;
  display: block;
  margin: auto;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img img {
  width: 191px;
  height: 191px;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  display: block;
  z-index: 1;
  width: 191px;
  height: 191px;
  border: 4px solid #BC5017;
  border-radius: 100%;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -6px;
  display: block;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #BC5017;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img {
    margin: 0;
    width: 261px;
    height: 261px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::before {
    width: 261px;
    height: 261px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::after {
    width: 62px;
    height: 62px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img img {
    width: 261px;
    height: 261px;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img {
    margin: 0;
    width: 305px;
    height: 305px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::before {
    width: 305px;
    height: 305px;
    top: -10px;
    left: -10px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img::after {
    width: 72px;
    height: 72px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container .spotlight-img img {
    width: 305px;
    height: 305px;
  }
}
@media (min-width: 768px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-img-container {
    flex: 0 1 auto;
  }
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content {
  margin-top: 30px;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name, .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .uni {
  display: block;
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  text-align: center;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name {
  color: #353962;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .uni {
  color: #BC5017;
}
.section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .quote {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content {
    flex: 1 1 auto;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .spotlight-content-header {
    text-align: left;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name, .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .uni, .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .quote {
    text-align: left;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name, .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .uni {
    display: inline-block;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name {
    padding-right: 15px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content span.uni:last-child {
    display: block;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .name {
    padding-right: 10px;
    border-right: 1px solid #EDEDED;
    margin-right: 10px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content .uni {
    display: inline-block;
    padding-right: 8px;
    border-right: 2px solid #BC5017;
    margin-right: 8px;
  }
  .section-spotlights .swiper-container-spotlight .box-spotlight .spotlight-content span.uni:last-child {
    display: inline-block;
    border: 0 !important;
    padding: 0 !important;
  }
}
.section-spotlights .btn-container {
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-spotlights .btn-container {
    justify-content: start;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .section-spotlights .btn-container {
    margin-top: 40px;
    margin-left: 51px;
  }
}

.section-volunteer {
  position: relative;
  background-color: #fff;
}
.section-volunteer .volunteer-content {
  background-color: #F2F4FE;
  padding: 60px 0;
  z-index: 1;
  position: relative;
}
.section-volunteer .volunteer-content::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background-color: #F2F4FE;
  z-index: 0;
  height: 200px;
  bottom: -200px;
}
.section-volunteer .volunteer-content .row {
  justify-content: center;
}
.section-volunteer .volunteer-content .volunteer-title {
  font-family: "calluna", serif;
  margin-bottom: 22px !important;
  color: #353962;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -1.8px;
}
@media (min-width: 768px) {
  .section-volunteer .volunteer-content .volunteer-title {
    font-size: 46px;
    line-height: 53px;
  }
}
.section-volunteer .volunteer-content p {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #181B33;
  margin-bottom: 32px;
}
.section-volunteer .volunteer-content .btn-container {
  justify-content: center;
}
.section-volunteer .volunteer-img {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}
.section-volunteer .volunteer-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.section-news {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(180deg, #ffffff 0 50%, #F2F4FE 50% 100%);
}
.section-news .image-wrapping {
  margin-bottom: 0 !important;
}
.section-news .row-news {
  position: relative;
}
.section-news .row-news::before {
  content: "";
  transform: translate(-50%, 0);
  background-color: #ffffff;
  border-radius: 6px;
  bottom: unset;
  height: 115px;
  left: 50%;
  position: absolute;
  top: -57px;
  width: calc(100% + 140px);
  z-index: -1;
}
.section-news .top-news {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-news .top-news {
    text-align: left;
    padding-top: 0;
  }
}
.section-news .top-news .title {
  color: #353962;
}
.section-news .top-news .title span {
  color: #BC5017;
}
.section-news .top-news .title, .section-news .top-news .title span {
  font-family: "calluna", serif;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -1.8px;
}
@media (min-width: 768px) {
  .section-news .top-news .title, .section-news .top-news .title span {
    display: inline-block;
    font-size: 46px;
    line-height: 53px;
  }
}
@media (min-width: 1200px) {
  .section-news .top-news .title, .section-news .top-news .title span {
    text-align: left;
  }
}
.section-news .top-news p {
  font-family: "sanchez", serif;
  color: #181B33;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-news .top-news p {
    text-align: left;
  }
}
.section-news .top-news .btn-container {
  margin: 25px 0 70px;
  justify-content: center;
}
.section-news .top-news .btn-container a {
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0.1px !important;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .section-news .top-news .btn-container {
    justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .section-news .right-side {
    order: 1;
    margin-bottom: 40px;
  }
}
.section-news .right-side .featured-post .image-wrapping {
  padding-top: unset;
  height: 250px;
}
@media (min-width: 768px) {
  .section-news .right-side .featured-post .image-wrapping {
    height: 686px;
  }
}
@media (min-width: 1208px) {
  .section-news .right-side .featured-post .image-wrapping {
    height: 462px;
  }
}
.section-news .right-side .featured-post .body-post {
  background-color: #242B58;
}
.section-news .right-side .featured-post .body-post .title-post, .section-news .right-side .featured-post .body-post .title-post a, .section-news .right-side .featured-post .body-post .excerpt, .section-news .right-side .featured-post .body-post span {
  color: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-news .right-side .featured-post .body-post {
    padding: 20px 20px 110px !important;
  }
}
@media (min-width: 1200px) {
  .section-news .right-side .featured-post .body-post {
    padding: 46px 20px 74px !important;
  }
}
.section-news .left-side {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: 2;
}
@media (max-width: 991.98px) {
  .section-news .left-side {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-news .left-side {
    margin-bottom: 0;
  }
}
.section-news .grid-posts {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 27px;
}
@media (max-width: 991.98px) {
  .section-news .grid-posts {
    position: relative;
    top: unset;
  }
}
@media (min-width: 768px) {
  .section-news .grid-posts {
    row-gap: 5px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.section-news .grid-posts .single-post {
  flex-wrap: wrap;
  row-gap: 27px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section-news .grid-posts .single-post {
    flex: 1 0 350px;
  }
}
.section-news .grid-posts .single-post .image-wrapping {
  height: 250px;
  padding-top: unset !important;
}
@media (max-width: 767.98px) {
  .section-news .grid-posts .single-post .image-wrapping {
    height: 240px;
  }
}
.section-news .grid-posts .single-post:hover .body-post {
  background-color: #242B58;
}
.section-news .grid-posts .single-post:hover .body-post .title-post, .section-news .grid-posts .single-post:hover .body-post .title-post a, .section-news .grid-posts .single-post:hover .body-post .excerpt, .section-news .grid-posts .single-post:hover .body-post span, .section-news .grid-posts .single-post:hover .body-post .btn-3 {
  color: #ffffff !important;
}
.section-news .grid-posts .single-post:hover .body-post .btn-3 {
  border-color: #ffffff !important;
}
.section-news .body-post {
  background-color: transparent;
  margin: 0 auto;
  padding: 20px 20px 46px;
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
}
.section-news .body-post .post-info {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.section-news .body-post .post-info .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.section-news .body-post .post-info .categories .category {
  transition: all 0.4s ease;
  color: #ffffff !important;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 2px 5px;
  background-color: #BC5017;
}
.section-news .body-post .post-info .categories .category:hover {
  background-color: #C0B5F4;
  color: #242B58;
}
.section-news .body-post .post-info .date {
  flex: 1 0 auto;
  font-family: "calluna", serif;
  color: #242B58;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: right;
}
.section-news .body-post .title-post {
  margin: 10px 0;
  height: 60px;
  color: #353962;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  overflow: hidden;
}
.section-news .body-post .title-post a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #353962;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}
.section-news .body-post .title-post a:hover {
  text-decoration: underline !important;
}
.section-news .body-post .excerpt-post {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #181B33;
}

.text-photo-block + .text-photo-block {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
}

.text-photo-block + .text-photo-block-2 {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
}

.text-photo-block + p, .text-photo-block-2 + p {
  margin-top: 20px;
}

.padding-vertical {
  padding: 75px 0;
}
@media (max-width: 1199.98px) {
  .padding-vertical {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .padding-vertical {
    padding: 25px 0;
  }
}

.entry-content,
.text-photo-block,
.text-photo-block-2,
.text-only-block,
.video-text-block,
.text-list-block,
.image-carousel-block,
.detail-call-out-block,
.accordion-effect-block,
.donate-text-only-block {
  /*Light Color Paragraph*/
  /*end Light Color Paragraph*/
}
@media (max-width: 991.98px) {
  .entry-content.alignfull,
  .text-photo-block.alignfull,
  .text-photo-block-2.alignfull,
  .text-only-block.alignfull,
  .video-text-block.alignfull,
  .text-list-block.alignfull,
  .image-carousel-block.alignfull,
  .detail-call-out-block.alignfull,
  .accordion-effect-block.alignfull,
  .donate-text-only-block.alignfull {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw;
    padding: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .entry-content.alignfull .row,
  .text-photo-block.alignfull .row,
  .text-photo-block-2.alignfull .row,
  .text-only-block.alignfull .row,
  .video-text-block.alignfull .row,
  .text-list-block.alignfull .row,
  .image-carousel-block.alignfull .row,
  .detail-call-out-block.alignfull .row,
  .accordion-effect-block.alignfull .row,
  .donate-text-only-block.alignfull .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .entry-content.alignfull .side-text, .entry-content.alignfull .side-image,
  .text-photo-block.alignfull .side-text,
  .text-photo-block.alignfull .side-image,
  .text-photo-block-2.alignfull .side-text,
  .text-photo-block-2.alignfull .side-image,
  .text-only-block.alignfull .side-text,
  .text-only-block.alignfull .side-image,
  .video-text-block.alignfull .side-text,
  .video-text-block.alignfull .side-image,
  .text-list-block.alignfull .side-text,
  .text-list-block.alignfull .side-image,
  .image-carousel-block.alignfull .side-text,
  .image-carousel-block.alignfull .side-image,
  .detail-call-out-block.alignfull .side-text,
  .detail-call-out-block.alignfull .side-image,
  .accordion-effect-block.alignfull .side-text,
  .accordion-effect-block.alignfull .side-image,
  .donate-text-only-block.alignfull .side-text,
  .donate-text-only-block.alignfull .side-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.entry-content .bg-primary-color,
.text-photo-block .bg-primary-color,
.text-photo-block-2 .bg-primary-color,
.text-only-block .bg-primary-color,
.video-text-block .bg-primary-color,
.text-list-block .bg-primary-color,
.image-carousel-block .bg-primary-color,
.detail-call-out-block .bg-primary-color,
.accordion-effect-block .bg-primary-color,
.donate-text-only-block .bg-primary-color {
  background-color: #242B58 !important;
}
.entry-content .bg-primarylight-color,
.text-photo-block .bg-primarylight-color,
.text-photo-block-2 .bg-primarylight-color,
.text-only-block .bg-primarylight-color,
.video-text-block .bg-primarylight-color,
.text-list-block .bg-primarylight-color,
.image-carousel-block .bg-primarylight-color,
.detail-call-out-block .bg-primarylight-color,
.accordion-effect-block .bg-primarylight-color,
.donate-text-only-block .bg-primarylight-color {
  background-color: #2E3770 !important;
}
.entry-content .bg-primarydark-color,
.text-photo-block .bg-primarydark-color,
.text-photo-block-2 .bg-primarydark-color,
.text-only-block .bg-primarydark-color,
.video-text-block .bg-primarydark-color,
.text-list-block .bg-primarydark-color,
.image-carousel-block .bg-primarydark-color,
.detail-call-out-block .bg-primarydark-color,
.accordion-effect-block .bg-primarydark-color,
.donate-text-only-block .bg-primarydark-color {
  background-color: #242B58 !important;
}
.entry-content .bg-secondary-color,
.text-photo-block .bg-secondary-color,
.text-photo-block-2 .bg-secondary-color,
.text-only-block .bg-secondary-color,
.video-text-block .bg-secondary-color,
.text-list-block .bg-secondary-color,
.image-carousel-block .bg-secondary-color,
.detail-call-out-block .bg-secondary-color,
.accordion-effect-block .bg-secondary-color,
.donate-text-only-block .bg-secondary-color {
  background-color: #BC5017 !important;
}
.entry-content .bg-secondarylight-color,
.text-photo-block .bg-secondarylight-color,
.text-photo-block-2 .bg-secondarylight-color,
.text-only-block .bg-secondarylight-color,
.video-text-block .bg-secondarylight-color,
.text-list-block .bg-secondarylight-color,
.image-carousel-block .bg-secondarylight-color,
.detail-call-out-block .bg-secondarylight-color,
.accordion-effect-block .bg-secondarylight-color,
.donate-text-only-block .bg-secondarylight-color {
  background-color: #BC5017 !important;
}
.entry-content .bg-tertiary-color,
.text-photo-block .bg-tertiary-color,
.text-photo-block-2 .bg-tertiary-color,
.text-only-block .bg-tertiary-color,
.video-text-block .bg-tertiary-color,
.text-list-block .bg-tertiary-color,
.image-carousel-block .bg-tertiary-color,
.detail-call-out-block .bg-tertiary-color,
.accordion-effect-block .bg-tertiary-color,
.donate-text-only-block .bg-tertiary-color {
  background-color: #C0B5F4 !important;
}
.entry-content .bg-tertiarylight-color,
.text-photo-block .bg-tertiarylight-color,
.text-photo-block-2 .bg-tertiarylight-color,
.text-only-block .bg-tertiarylight-color,
.video-text-block .bg-tertiarylight-color,
.text-list-block .bg-tertiarylight-color,
.image-carousel-block .bg-tertiarylight-color,
.detail-call-out-block .bg-tertiarylight-color,
.accordion-effect-block .bg-tertiarylight-color,
.donate-text-only-block .bg-tertiarylight-color {
  background-color: #C0B5F4 !important;
}
.entry-content .bg-quaternary-color,
.text-photo-block .bg-quaternary-color,
.text-photo-block-2 .bg-quaternary-color,
.text-only-block .bg-quaternary-color,
.video-text-block .bg-quaternary-color,
.text-list-block .bg-quaternary-color,
.image-carousel-block .bg-quaternary-color,
.detail-call-out-block .bg-quaternary-color,
.accordion-effect-block .bg-quaternary-color,
.donate-text-only-block .bg-quaternary-color {
  background-color: #93BB33 !important;
}
.entry-content .bg-grey-color,
.text-photo-block .bg-grey-color,
.text-photo-block-2 .bg-grey-color,
.text-only-block .bg-grey-color,
.video-text-block .bg-grey-color,
.text-list-block .bg-grey-color,
.image-carousel-block .bg-grey-color,
.detail-call-out-block .bg-grey-color,
.accordion-effect-block .bg-grey-color,
.donate-text-only-block .bg-grey-color {
  background-color: #F2F4FE !important;
}
.entry-content .bg-white-color,
.text-photo-block .bg-white-color,
.text-photo-block-2 .bg-white-color,
.text-only-block .bg-white-color,
.video-text-block .bg-white-color,
.text-list-block .bg-white-color,
.image-carousel-block .bg-white-color,
.detail-call-out-block .bg-white-color,
.accordion-effect-block .bg-white-color,
.donate-text-only-block .bg-white-color {
  background-color: #ffffff !important;
}
.entry-content .bg-black-color,
.text-photo-block .bg-black-color,
.text-photo-block-2 .bg-black-color,
.text-only-block .bg-black-color,
.video-text-block .bg-black-color,
.text-list-block .bg-black-color,
.image-carousel-block .bg-black-color,
.detail-call-out-block .bg-black-color,
.accordion-effect-block .bg-black-color,
.donate-text-only-block .bg-black-color {
  background-color: #181B33 !important;
}
.entry-content.bg-primary-color h2, .entry-content.bg-primary-color h3, .entry-content.bg-primary-color h4, .entry-content.bg-primary-color h5, .entry-content.bg-primary-color h6, .entry-content.bg-primary-color p, .entry-content.bg-primary-color em, .entry-content.bg-primary-color ul, .entry-content.bg-primary-color ul > li, .entry-content.bg-primary-color ol, .entry-content.bg-primary-color ol > li, .entry-content.bg-primary-color span, .entry-content.bg-primary-color blockquote, .entry-content.bg-primary-color a:not([class*=btn]), .entry-content.bg-primarylight-color h2, .entry-content.bg-primarylight-color h3, .entry-content.bg-primarylight-color h4, .entry-content.bg-primarylight-color h5, .entry-content.bg-primarylight-color h6, .entry-content.bg-primarylight-color p, .entry-content.bg-primarylight-color em, .entry-content.bg-primarylight-color ul, .entry-content.bg-primarylight-color ul > li, .entry-content.bg-primarylight-color ol, .entry-content.bg-primarylight-color ol > li, .entry-content.bg-primarylight-color span, .entry-content.bg-primarylight-color blockquote, .entry-content.bg-primarylight-color a:not([class*=btn]), .entry-content.bg-primarydark-color h2, .entry-content.bg-primarydark-color h3, .entry-content.bg-primarydark-color h4, .entry-content.bg-primarydark-color h5, .entry-content.bg-primarydark-color h6, .entry-content.bg-primarydark-color p, .entry-content.bg-primarydark-color em, .entry-content.bg-primarydark-color ul, .entry-content.bg-primarydark-color ul > li, .entry-content.bg-primarydark-color ol, .entry-content.bg-primarydark-color ol > li, .entry-content.bg-primarydark-color span, .entry-content.bg-primarydark-color blockquote, .entry-content.bg-primarydark-color a:not([class*=btn]), .entry-content.bg-tertiarylight-color h2, .entry-content.bg-tertiarylight-color h3, .entry-content.bg-tertiarylight-color h4, .entry-content.bg-tertiarylight-color h5, .entry-content.bg-tertiarylight-color h6, .entry-content.bg-tertiarylight-color p, .entry-content.bg-tertiarylight-color em, .entry-content.bg-tertiarylight-color ul, .entry-content.bg-tertiarylight-color ul > li, .entry-content.bg-tertiarylight-color ol, .entry-content.bg-tertiarylight-color ol > li, .entry-content.bg-tertiarylight-color span, .entry-content.bg-tertiarylight-color blockquote, .entry-content.bg-tertiarylight-color a:not([class*=btn]), .entry-content.bg-black-color h2, .entry-content.bg-black-color h3, .entry-content.bg-black-color h4, .entry-content.bg-black-color h5, .entry-content.bg-black-color h6, .entry-content.bg-black-color p, .entry-content.bg-black-color em, .entry-content.bg-black-color ul, .entry-content.bg-black-color ul > li, .entry-content.bg-black-color ol, .entry-content.bg-black-color ol > li, .entry-content.bg-black-color span, .entry-content.bg-black-color blockquote, .entry-content.bg-black-color a:not([class*=btn]),
.text-photo-block.bg-primary-color h2,
.text-photo-block.bg-primary-color h3,
.text-photo-block.bg-primary-color h4,
.text-photo-block.bg-primary-color h5,
.text-photo-block.bg-primary-color h6,
.text-photo-block.bg-primary-color p,
.text-photo-block.bg-primary-color em,
.text-photo-block.bg-primary-color ul,
.text-photo-block.bg-primary-color ul > li,
.text-photo-block.bg-primary-color ol,
.text-photo-block.bg-primary-color ol > li,
.text-photo-block.bg-primary-color span,
.text-photo-block.bg-primary-color blockquote,
.text-photo-block.bg-primary-color a:not([class*=btn]),
.text-photo-block.bg-primarylight-color h2,
.text-photo-block.bg-primarylight-color h3,
.text-photo-block.bg-primarylight-color h4,
.text-photo-block.bg-primarylight-color h5,
.text-photo-block.bg-primarylight-color h6,
.text-photo-block.bg-primarylight-color p,
.text-photo-block.bg-primarylight-color em,
.text-photo-block.bg-primarylight-color ul,
.text-photo-block.bg-primarylight-color ul > li,
.text-photo-block.bg-primarylight-color ol,
.text-photo-block.bg-primarylight-color ol > li,
.text-photo-block.bg-primarylight-color span,
.text-photo-block.bg-primarylight-color blockquote,
.text-photo-block.bg-primarylight-color a:not([class*=btn]),
.text-photo-block.bg-primarydark-color h2,
.text-photo-block.bg-primarydark-color h3,
.text-photo-block.bg-primarydark-color h4,
.text-photo-block.bg-primarydark-color h5,
.text-photo-block.bg-primarydark-color h6,
.text-photo-block.bg-primarydark-color p,
.text-photo-block.bg-primarydark-color em,
.text-photo-block.bg-primarydark-color ul,
.text-photo-block.bg-primarydark-color ul > li,
.text-photo-block.bg-primarydark-color ol,
.text-photo-block.bg-primarydark-color ol > li,
.text-photo-block.bg-primarydark-color span,
.text-photo-block.bg-primarydark-color blockquote,
.text-photo-block.bg-primarydark-color a:not([class*=btn]),
.text-photo-block.bg-tertiarylight-color h2,
.text-photo-block.bg-tertiarylight-color h3,
.text-photo-block.bg-tertiarylight-color h4,
.text-photo-block.bg-tertiarylight-color h5,
.text-photo-block.bg-tertiarylight-color h6,
.text-photo-block.bg-tertiarylight-color p,
.text-photo-block.bg-tertiarylight-color em,
.text-photo-block.bg-tertiarylight-color ul,
.text-photo-block.bg-tertiarylight-color ul > li,
.text-photo-block.bg-tertiarylight-color ol,
.text-photo-block.bg-tertiarylight-color ol > li,
.text-photo-block.bg-tertiarylight-color span,
.text-photo-block.bg-tertiarylight-color blockquote,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]),
.text-photo-block.bg-black-color h2,
.text-photo-block.bg-black-color h3,
.text-photo-block.bg-black-color h4,
.text-photo-block.bg-black-color h5,
.text-photo-block.bg-black-color h6,
.text-photo-block.bg-black-color p,
.text-photo-block.bg-black-color em,
.text-photo-block.bg-black-color ul,
.text-photo-block.bg-black-color ul > li,
.text-photo-block.bg-black-color ol,
.text-photo-block.bg-black-color ol > li,
.text-photo-block.bg-black-color span,
.text-photo-block.bg-black-color blockquote,
.text-photo-block.bg-black-color a:not([class*=btn]),
.text-photo-block-2.bg-primary-color h2,
.text-photo-block-2.bg-primary-color h3,
.text-photo-block-2.bg-primary-color h4,
.text-photo-block-2.bg-primary-color h5,
.text-photo-block-2.bg-primary-color h6,
.text-photo-block-2.bg-primary-color p,
.text-photo-block-2.bg-primary-color em,
.text-photo-block-2.bg-primary-color ul,
.text-photo-block-2.bg-primary-color ul > li,
.text-photo-block-2.bg-primary-color ol,
.text-photo-block-2.bg-primary-color ol > li,
.text-photo-block-2.bg-primary-color span,
.text-photo-block-2.bg-primary-color blockquote,
.text-photo-block-2.bg-primary-color a:not([class*=btn]),
.text-photo-block-2.bg-primarylight-color h2,
.text-photo-block-2.bg-primarylight-color h3,
.text-photo-block-2.bg-primarylight-color h4,
.text-photo-block-2.bg-primarylight-color h5,
.text-photo-block-2.bg-primarylight-color h6,
.text-photo-block-2.bg-primarylight-color p,
.text-photo-block-2.bg-primarylight-color em,
.text-photo-block-2.bg-primarylight-color ul,
.text-photo-block-2.bg-primarylight-color ul > li,
.text-photo-block-2.bg-primarylight-color ol,
.text-photo-block-2.bg-primarylight-color ol > li,
.text-photo-block-2.bg-primarylight-color span,
.text-photo-block-2.bg-primarylight-color blockquote,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]),
.text-photo-block-2.bg-primarydark-color h2,
.text-photo-block-2.bg-primarydark-color h3,
.text-photo-block-2.bg-primarydark-color h4,
.text-photo-block-2.bg-primarydark-color h5,
.text-photo-block-2.bg-primarydark-color h6,
.text-photo-block-2.bg-primarydark-color p,
.text-photo-block-2.bg-primarydark-color em,
.text-photo-block-2.bg-primarydark-color ul,
.text-photo-block-2.bg-primarydark-color ul > li,
.text-photo-block-2.bg-primarydark-color ol,
.text-photo-block-2.bg-primarydark-color ol > li,
.text-photo-block-2.bg-primarydark-color span,
.text-photo-block-2.bg-primarydark-color blockquote,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]),
.text-photo-block-2.bg-tertiarylight-color h2,
.text-photo-block-2.bg-tertiarylight-color h3,
.text-photo-block-2.bg-tertiarylight-color h4,
.text-photo-block-2.bg-tertiarylight-color h5,
.text-photo-block-2.bg-tertiarylight-color h6,
.text-photo-block-2.bg-tertiarylight-color p,
.text-photo-block-2.bg-tertiarylight-color em,
.text-photo-block-2.bg-tertiarylight-color ul,
.text-photo-block-2.bg-tertiarylight-color ul > li,
.text-photo-block-2.bg-tertiarylight-color ol,
.text-photo-block-2.bg-tertiarylight-color ol > li,
.text-photo-block-2.bg-tertiarylight-color span,
.text-photo-block-2.bg-tertiarylight-color blockquote,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]),
.text-photo-block-2.bg-black-color h2,
.text-photo-block-2.bg-black-color h3,
.text-photo-block-2.bg-black-color h4,
.text-photo-block-2.bg-black-color h5,
.text-photo-block-2.bg-black-color h6,
.text-photo-block-2.bg-black-color p,
.text-photo-block-2.bg-black-color em,
.text-photo-block-2.bg-black-color ul,
.text-photo-block-2.bg-black-color ul > li,
.text-photo-block-2.bg-black-color ol,
.text-photo-block-2.bg-black-color ol > li,
.text-photo-block-2.bg-black-color span,
.text-photo-block-2.bg-black-color blockquote,
.text-photo-block-2.bg-black-color a:not([class*=btn]),
.text-only-block.bg-primary-color h2,
.text-only-block.bg-primary-color h3,
.text-only-block.bg-primary-color h4,
.text-only-block.bg-primary-color h5,
.text-only-block.bg-primary-color h6,
.text-only-block.bg-primary-color p,
.text-only-block.bg-primary-color em,
.text-only-block.bg-primary-color ul,
.text-only-block.bg-primary-color ul > li,
.text-only-block.bg-primary-color ol,
.text-only-block.bg-primary-color ol > li,
.text-only-block.bg-primary-color span,
.text-only-block.bg-primary-color blockquote,
.text-only-block.bg-primary-color a:not([class*=btn]),
.text-only-block.bg-primarylight-color h2,
.text-only-block.bg-primarylight-color h3,
.text-only-block.bg-primarylight-color h4,
.text-only-block.bg-primarylight-color h5,
.text-only-block.bg-primarylight-color h6,
.text-only-block.bg-primarylight-color p,
.text-only-block.bg-primarylight-color em,
.text-only-block.bg-primarylight-color ul,
.text-only-block.bg-primarylight-color ul > li,
.text-only-block.bg-primarylight-color ol,
.text-only-block.bg-primarylight-color ol > li,
.text-only-block.bg-primarylight-color span,
.text-only-block.bg-primarylight-color blockquote,
.text-only-block.bg-primarylight-color a:not([class*=btn]),
.text-only-block.bg-primarydark-color h2,
.text-only-block.bg-primarydark-color h3,
.text-only-block.bg-primarydark-color h4,
.text-only-block.bg-primarydark-color h5,
.text-only-block.bg-primarydark-color h6,
.text-only-block.bg-primarydark-color p,
.text-only-block.bg-primarydark-color em,
.text-only-block.bg-primarydark-color ul,
.text-only-block.bg-primarydark-color ul > li,
.text-only-block.bg-primarydark-color ol,
.text-only-block.bg-primarydark-color ol > li,
.text-only-block.bg-primarydark-color span,
.text-only-block.bg-primarydark-color blockquote,
.text-only-block.bg-primarydark-color a:not([class*=btn]),
.text-only-block.bg-tertiarylight-color h2,
.text-only-block.bg-tertiarylight-color h3,
.text-only-block.bg-tertiarylight-color h4,
.text-only-block.bg-tertiarylight-color h5,
.text-only-block.bg-tertiarylight-color h6,
.text-only-block.bg-tertiarylight-color p,
.text-only-block.bg-tertiarylight-color em,
.text-only-block.bg-tertiarylight-color ul,
.text-only-block.bg-tertiarylight-color ul > li,
.text-only-block.bg-tertiarylight-color ol,
.text-only-block.bg-tertiarylight-color ol > li,
.text-only-block.bg-tertiarylight-color span,
.text-only-block.bg-tertiarylight-color blockquote,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]),
.text-only-block.bg-black-color h2,
.text-only-block.bg-black-color h3,
.text-only-block.bg-black-color h4,
.text-only-block.bg-black-color h5,
.text-only-block.bg-black-color h6,
.text-only-block.bg-black-color p,
.text-only-block.bg-black-color em,
.text-only-block.bg-black-color ul,
.text-only-block.bg-black-color ul > li,
.text-only-block.bg-black-color ol,
.text-only-block.bg-black-color ol > li,
.text-only-block.bg-black-color span,
.text-only-block.bg-black-color blockquote,
.text-only-block.bg-black-color a:not([class*=btn]),
.video-text-block.bg-primary-color h2,
.video-text-block.bg-primary-color h3,
.video-text-block.bg-primary-color h4,
.video-text-block.bg-primary-color h5,
.video-text-block.bg-primary-color h6,
.video-text-block.bg-primary-color p,
.video-text-block.bg-primary-color em,
.video-text-block.bg-primary-color ul,
.video-text-block.bg-primary-color ul > li,
.video-text-block.bg-primary-color ol,
.video-text-block.bg-primary-color ol > li,
.video-text-block.bg-primary-color span,
.video-text-block.bg-primary-color blockquote,
.video-text-block.bg-primary-color a:not([class*=btn]),
.video-text-block.bg-primarylight-color h2,
.video-text-block.bg-primarylight-color h3,
.video-text-block.bg-primarylight-color h4,
.video-text-block.bg-primarylight-color h5,
.video-text-block.bg-primarylight-color h6,
.video-text-block.bg-primarylight-color p,
.video-text-block.bg-primarylight-color em,
.video-text-block.bg-primarylight-color ul,
.video-text-block.bg-primarylight-color ul > li,
.video-text-block.bg-primarylight-color ol,
.video-text-block.bg-primarylight-color ol > li,
.video-text-block.bg-primarylight-color span,
.video-text-block.bg-primarylight-color blockquote,
.video-text-block.bg-primarylight-color a:not([class*=btn]),
.video-text-block.bg-primarydark-color h2,
.video-text-block.bg-primarydark-color h3,
.video-text-block.bg-primarydark-color h4,
.video-text-block.bg-primarydark-color h5,
.video-text-block.bg-primarydark-color h6,
.video-text-block.bg-primarydark-color p,
.video-text-block.bg-primarydark-color em,
.video-text-block.bg-primarydark-color ul,
.video-text-block.bg-primarydark-color ul > li,
.video-text-block.bg-primarydark-color ol,
.video-text-block.bg-primarydark-color ol > li,
.video-text-block.bg-primarydark-color span,
.video-text-block.bg-primarydark-color blockquote,
.video-text-block.bg-primarydark-color a:not([class*=btn]),
.video-text-block.bg-tertiarylight-color h2,
.video-text-block.bg-tertiarylight-color h3,
.video-text-block.bg-tertiarylight-color h4,
.video-text-block.bg-tertiarylight-color h5,
.video-text-block.bg-tertiarylight-color h6,
.video-text-block.bg-tertiarylight-color p,
.video-text-block.bg-tertiarylight-color em,
.video-text-block.bg-tertiarylight-color ul,
.video-text-block.bg-tertiarylight-color ul > li,
.video-text-block.bg-tertiarylight-color ol,
.video-text-block.bg-tertiarylight-color ol > li,
.video-text-block.bg-tertiarylight-color span,
.video-text-block.bg-tertiarylight-color blockquote,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]),
.video-text-block.bg-black-color h2,
.video-text-block.bg-black-color h3,
.video-text-block.bg-black-color h4,
.video-text-block.bg-black-color h5,
.video-text-block.bg-black-color h6,
.video-text-block.bg-black-color p,
.video-text-block.bg-black-color em,
.video-text-block.bg-black-color ul,
.video-text-block.bg-black-color ul > li,
.video-text-block.bg-black-color ol,
.video-text-block.bg-black-color ol > li,
.video-text-block.bg-black-color span,
.video-text-block.bg-black-color blockquote,
.video-text-block.bg-black-color a:not([class*=btn]),
.text-list-block.bg-primary-color h2,
.text-list-block.bg-primary-color h3,
.text-list-block.bg-primary-color h4,
.text-list-block.bg-primary-color h5,
.text-list-block.bg-primary-color h6,
.text-list-block.bg-primary-color p,
.text-list-block.bg-primary-color em,
.text-list-block.bg-primary-color ul,
.text-list-block.bg-primary-color ul > li,
.text-list-block.bg-primary-color ol,
.text-list-block.bg-primary-color ol > li,
.text-list-block.bg-primary-color span,
.text-list-block.bg-primary-color blockquote,
.text-list-block.bg-primary-color a:not([class*=btn]),
.text-list-block.bg-primarylight-color h2,
.text-list-block.bg-primarylight-color h3,
.text-list-block.bg-primarylight-color h4,
.text-list-block.bg-primarylight-color h5,
.text-list-block.bg-primarylight-color h6,
.text-list-block.bg-primarylight-color p,
.text-list-block.bg-primarylight-color em,
.text-list-block.bg-primarylight-color ul,
.text-list-block.bg-primarylight-color ul > li,
.text-list-block.bg-primarylight-color ol,
.text-list-block.bg-primarylight-color ol > li,
.text-list-block.bg-primarylight-color span,
.text-list-block.bg-primarylight-color blockquote,
.text-list-block.bg-primarylight-color a:not([class*=btn]),
.text-list-block.bg-primarydark-color h2,
.text-list-block.bg-primarydark-color h3,
.text-list-block.bg-primarydark-color h4,
.text-list-block.bg-primarydark-color h5,
.text-list-block.bg-primarydark-color h6,
.text-list-block.bg-primarydark-color p,
.text-list-block.bg-primarydark-color em,
.text-list-block.bg-primarydark-color ul,
.text-list-block.bg-primarydark-color ul > li,
.text-list-block.bg-primarydark-color ol,
.text-list-block.bg-primarydark-color ol > li,
.text-list-block.bg-primarydark-color span,
.text-list-block.bg-primarydark-color blockquote,
.text-list-block.bg-primarydark-color a:not([class*=btn]),
.text-list-block.bg-tertiarylight-color h2,
.text-list-block.bg-tertiarylight-color h3,
.text-list-block.bg-tertiarylight-color h4,
.text-list-block.bg-tertiarylight-color h5,
.text-list-block.bg-tertiarylight-color h6,
.text-list-block.bg-tertiarylight-color p,
.text-list-block.bg-tertiarylight-color em,
.text-list-block.bg-tertiarylight-color ul,
.text-list-block.bg-tertiarylight-color ul > li,
.text-list-block.bg-tertiarylight-color ol,
.text-list-block.bg-tertiarylight-color ol > li,
.text-list-block.bg-tertiarylight-color span,
.text-list-block.bg-tertiarylight-color blockquote,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]),
.text-list-block.bg-black-color h2,
.text-list-block.bg-black-color h3,
.text-list-block.bg-black-color h4,
.text-list-block.bg-black-color h5,
.text-list-block.bg-black-color h6,
.text-list-block.bg-black-color p,
.text-list-block.bg-black-color em,
.text-list-block.bg-black-color ul,
.text-list-block.bg-black-color ul > li,
.text-list-block.bg-black-color ol,
.text-list-block.bg-black-color ol > li,
.text-list-block.bg-black-color span,
.text-list-block.bg-black-color blockquote,
.text-list-block.bg-black-color a:not([class*=btn]),
.image-carousel-block.bg-primary-color h2,
.image-carousel-block.bg-primary-color h3,
.image-carousel-block.bg-primary-color h4,
.image-carousel-block.bg-primary-color h5,
.image-carousel-block.bg-primary-color h6,
.image-carousel-block.bg-primary-color p,
.image-carousel-block.bg-primary-color em,
.image-carousel-block.bg-primary-color ul,
.image-carousel-block.bg-primary-color ul > li,
.image-carousel-block.bg-primary-color ol,
.image-carousel-block.bg-primary-color ol > li,
.image-carousel-block.bg-primary-color span,
.image-carousel-block.bg-primary-color blockquote,
.image-carousel-block.bg-primary-color a:not([class*=btn]),
.image-carousel-block.bg-primarylight-color h2,
.image-carousel-block.bg-primarylight-color h3,
.image-carousel-block.bg-primarylight-color h4,
.image-carousel-block.bg-primarylight-color h5,
.image-carousel-block.bg-primarylight-color h6,
.image-carousel-block.bg-primarylight-color p,
.image-carousel-block.bg-primarylight-color em,
.image-carousel-block.bg-primarylight-color ul,
.image-carousel-block.bg-primarylight-color ul > li,
.image-carousel-block.bg-primarylight-color ol,
.image-carousel-block.bg-primarylight-color ol > li,
.image-carousel-block.bg-primarylight-color span,
.image-carousel-block.bg-primarylight-color blockquote,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]),
.image-carousel-block.bg-primarydark-color h2,
.image-carousel-block.bg-primarydark-color h3,
.image-carousel-block.bg-primarydark-color h4,
.image-carousel-block.bg-primarydark-color h5,
.image-carousel-block.bg-primarydark-color h6,
.image-carousel-block.bg-primarydark-color p,
.image-carousel-block.bg-primarydark-color em,
.image-carousel-block.bg-primarydark-color ul,
.image-carousel-block.bg-primarydark-color ul > li,
.image-carousel-block.bg-primarydark-color ol,
.image-carousel-block.bg-primarydark-color ol > li,
.image-carousel-block.bg-primarydark-color span,
.image-carousel-block.bg-primarydark-color blockquote,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]),
.image-carousel-block.bg-tertiarylight-color h2,
.image-carousel-block.bg-tertiarylight-color h3,
.image-carousel-block.bg-tertiarylight-color h4,
.image-carousel-block.bg-tertiarylight-color h5,
.image-carousel-block.bg-tertiarylight-color h6,
.image-carousel-block.bg-tertiarylight-color p,
.image-carousel-block.bg-tertiarylight-color em,
.image-carousel-block.bg-tertiarylight-color ul,
.image-carousel-block.bg-tertiarylight-color ul > li,
.image-carousel-block.bg-tertiarylight-color ol,
.image-carousel-block.bg-tertiarylight-color ol > li,
.image-carousel-block.bg-tertiarylight-color span,
.image-carousel-block.bg-tertiarylight-color blockquote,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]),
.image-carousel-block.bg-black-color h2,
.image-carousel-block.bg-black-color h3,
.image-carousel-block.bg-black-color h4,
.image-carousel-block.bg-black-color h5,
.image-carousel-block.bg-black-color h6,
.image-carousel-block.bg-black-color p,
.image-carousel-block.bg-black-color em,
.image-carousel-block.bg-black-color ul,
.image-carousel-block.bg-black-color ul > li,
.image-carousel-block.bg-black-color ol,
.image-carousel-block.bg-black-color ol > li,
.image-carousel-block.bg-black-color span,
.image-carousel-block.bg-black-color blockquote,
.image-carousel-block.bg-black-color a:not([class*=btn]),
.detail-call-out-block.bg-primary-color h2,
.detail-call-out-block.bg-primary-color h3,
.detail-call-out-block.bg-primary-color h4,
.detail-call-out-block.bg-primary-color h5,
.detail-call-out-block.bg-primary-color h6,
.detail-call-out-block.bg-primary-color p,
.detail-call-out-block.bg-primary-color em,
.detail-call-out-block.bg-primary-color ul,
.detail-call-out-block.bg-primary-color ul > li,
.detail-call-out-block.bg-primary-color ol,
.detail-call-out-block.bg-primary-color ol > li,
.detail-call-out-block.bg-primary-color span,
.detail-call-out-block.bg-primary-color blockquote,
.detail-call-out-block.bg-primary-color a:not([class*=btn]),
.detail-call-out-block.bg-primarylight-color h2,
.detail-call-out-block.bg-primarylight-color h3,
.detail-call-out-block.bg-primarylight-color h4,
.detail-call-out-block.bg-primarylight-color h5,
.detail-call-out-block.bg-primarylight-color h6,
.detail-call-out-block.bg-primarylight-color p,
.detail-call-out-block.bg-primarylight-color em,
.detail-call-out-block.bg-primarylight-color ul,
.detail-call-out-block.bg-primarylight-color ul > li,
.detail-call-out-block.bg-primarylight-color ol,
.detail-call-out-block.bg-primarylight-color ol > li,
.detail-call-out-block.bg-primarylight-color span,
.detail-call-out-block.bg-primarylight-color blockquote,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]),
.detail-call-out-block.bg-primarydark-color h2,
.detail-call-out-block.bg-primarydark-color h3,
.detail-call-out-block.bg-primarydark-color h4,
.detail-call-out-block.bg-primarydark-color h5,
.detail-call-out-block.bg-primarydark-color h6,
.detail-call-out-block.bg-primarydark-color p,
.detail-call-out-block.bg-primarydark-color em,
.detail-call-out-block.bg-primarydark-color ul,
.detail-call-out-block.bg-primarydark-color ul > li,
.detail-call-out-block.bg-primarydark-color ol,
.detail-call-out-block.bg-primarydark-color ol > li,
.detail-call-out-block.bg-primarydark-color span,
.detail-call-out-block.bg-primarydark-color blockquote,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]),
.detail-call-out-block.bg-tertiarylight-color h2,
.detail-call-out-block.bg-tertiarylight-color h3,
.detail-call-out-block.bg-tertiarylight-color h4,
.detail-call-out-block.bg-tertiarylight-color h5,
.detail-call-out-block.bg-tertiarylight-color h6,
.detail-call-out-block.bg-tertiarylight-color p,
.detail-call-out-block.bg-tertiarylight-color em,
.detail-call-out-block.bg-tertiarylight-color ul,
.detail-call-out-block.bg-tertiarylight-color ul > li,
.detail-call-out-block.bg-tertiarylight-color ol,
.detail-call-out-block.bg-tertiarylight-color ol > li,
.detail-call-out-block.bg-tertiarylight-color span,
.detail-call-out-block.bg-tertiarylight-color blockquote,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]),
.detail-call-out-block.bg-black-color h2,
.detail-call-out-block.bg-black-color h3,
.detail-call-out-block.bg-black-color h4,
.detail-call-out-block.bg-black-color h5,
.detail-call-out-block.bg-black-color h6,
.detail-call-out-block.bg-black-color p,
.detail-call-out-block.bg-black-color em,
.detail-call-out-block.bg-black-color ul,
.detail-call-out-block.bg-black-color ul > li,
.detail-call-out-block.bg-black-color ol,
.detail-call-out-block.bg-black-color ol > li,
.detail-call-out-block.bg-black-color span,
.detail-call-out-block.bg-black-color blockquote,
.detail-call-out-block.bg-black-color a:not([class*=btn]),
.accordion-effect-block.bg-primary-color h2,
.accordion-effect-block.bg-primary-color h3,
.accordion-effect-block.bg-primary-color h4,
.accordion-effect-block.bg-primary-color h5,
.accordion-effect-block.bg-primary-color h6,
.accordion-effect-block.bg-primary-color p,
.accordion-effect-block.bg-primary-color em,
.accordion-effect-block.bg-primary-color ul,
.accordion-effect-block.bg-primary-color ul > li,
.accordion-effect-block.bg-primary-color ol,
.accordion-effect-block.bg-primary-color ol > li,
.accordion-effect-block.bg-primary-color span,
.accordion-effect-block.bg-primary-color blockquote,
.accordion-effect-block.bg-primary-color a:not([class*=btn]),
.accordion-effect-block.bg-primarylight-color h2,
.accordion-effect-block.bg-primarylight-color h3,
.accordion-effect-block.bg-primarylight-color h4,
.accordion-effect-block.bg-primarylight-color h5,
.accordion-effect-block.bg-primarylight-color h6,
.accordion-effect-block.bg-primarylight-color p,
.accordion-effect-block.bg-primarylight-color em,
.accordion-effect-block.bg-primarylight-color ul,
.accordion-effect-block.bg-primarylight-color ul > li,
.accordion-effect-block.bg-primarylight-color ol,
.accordion-effect-block.bg-primarylight-color ol > li,
.accordion-effect-block.bg-primarylight-color span,
.accordion-effect-block.bg-primarylight-color blockquote,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]),
.accordion-effect-block.bg-primarydark-color h2,
.accordion-effect-block.bg-primarydark-color h3,
.accordion-effect-block.bg-primarydark-color h4,
.accordion-effect-block.bg-primarydark-color h5,
.accordion-effect-block.bg-primarydark-color h6,
.accordion-effect-block.bg-primarydark-color p,
.accordion-effect-block.bg-primarydark-color em,
.accordion-effect-block.bg-primarydark-color ul,
.accordion-effect-block.bg-primarydark-color ul > li,
.accordion-effect-block.bg-primarydark-color ol,
.accordion-effect-block.bg-primarydark-color ol > li,
.accordion-effect-block.bg-primarydark-color span,
.accordion-effect-block.bg-primarydark-color blockquote,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]),
.accordion-effect-block.bg-tertiarylight-color h2,
.accordion-effect-block.bg-tertiarylight-color h3,
.accordion-effect-block.bg-tertiarylight-color h4,
.accordion-effect-block.bg-tertiarylight-color h5,
.accordion-effect-block.bg-tertiarylight-color h6,
.accordion-effect-block.bg-tertiarylight-color p,
.accordion-effect-block.bg-tertiarylight-color em,
.accordion-effect-block.bg-tertiarylight-color ul,
.accordion-effect-block.bg-tertiarylight-color ul > li,
.accordion-effect-block.bg-tertiarylight-color ol,
.accordion-effect-block.bg-tertiarylight-color ol > li,
.accordion-effect-block.bg-tertiarylight-color span,
.accordion-effect-block.bg-tertiarylight-color blockquote,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]),
.accordion-effect-block.bg-black-color h2,
.accordion-effect-block.bg-black-color h3,
.accordion-effect-block.bg-black-color h4,
.accordion-effect-block.bg-black-color h5,
.accordion-effect-block.bg-black-color h6,
.accordion-effect-block.bg-black-color p,
.accordion-effect-block.bg-black-color em,
.accordion-effect-block.bg-black-color ul,
.accordion-effect-block.bg-black-color ul > li,
.accordion-effect-block.bg-black-color ol,
.accordion-effect-block.bg-black-color ol > li,
.accordion-effect-block.bg-black-color span,
.accordion-effect-block.bg-black-color blockquote,
.accordion-effect-block.bg-black-color a:not([class*=btn]),
.donate-text-only-block.bg-primary-color h2,
.donate-text-only-block.bg-primary-color h3,
.donate-text-only-block.bg-primary-color h4,
.donate-text-only-block.bg-primary-color h5,
.donate-text-only-block.bg-primary-color h6,
.donate-text-only-block.bg-primary-color p,
.donate-text-only-block.bg-primary-color em,
.donate-text-only-block.bg-primary-color ul,
.donate-text-only-block.bg-primary-color ul > li,
.donate-text-only-block.bg-primary-color ol,
.donate-text-only-block.bg-primary-color ol > li,
.donate-text-only-block.bg-primary-color span,
.donate-text-only-block.bg-primary-color blockquote,
.donate-text-only-block.bg-primary-color a:not([class*=btn]),
.donate-text-only-block.bg-primarylight-color h2,
.donate-text-only-block.bg-primarylight-color h3,
.donate-text-only-block.bg-primarylight-color h4,
.donate-text-only-block.bg-primarylight-color h5,
.donate-text-only-block.bg-primarylight-color h6,
.donate-text-only-block.bg-primarylight-color p,
.donate-text-only-block.bg-primarylight-color em,
.donate-text-only-block.bg-primarylight-color ul,
.donate-text-only-block.bg-primarylight-color ul > li,
.donate-text-only-block.bg-primarylight-color ol,
.donate-text-only-block.bg-primarylight-color ol > li,
.donate-text-only-block.bg-primarylight-color span,
.donate-text-only-block.bg-primarylight-color blockquote,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]),
.donate-text-only-block.bg-primarydark-color h2,
.donate-text-only-block.bg-primarydark-color h3,
.donate-text-only-block.bg-primarydark-color h4,
.donate-text-only-block.bg-primarydark-color h5,
.donate-text-only-block.bg-primarydark-color h6,
.donate-text-only-block.bg-primarydark-color p,
.donate-text-only-block.bg-primarydark-color em,
.donate-text-only-block.bg-primarydark-color ul,
.donate-text-only-block.bg-primarydark-color ul > li,
.donate-text-only-block.bg-primarydark-color ol,
.donate-text-only-block.bg-primarydark-color ol > li,
.donate-text-only-block.bg-primarydark-color span,
.donate-text-only-block.bg-primarydark-color blockquote,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]),
.donate-text-only-block.bg-tertiarylight-color h2,
.donate-text-only-block.bg-tertiarylight-color h3,
.donate-text-only-block.bg-tertiarylight-color h4,
.donate-text-only-block.bg-tertiarylight-color h5,
.donate-text-only-block.bg-tertiarylight-color h6,
.donate-text-only-block.bg-tertiarylight-color p,
.donate-text-only-block.bg-tertiarylight-color em,
.donate-text-only-block.bg-tertiarylight-color ul,
.donate-text-only-block.bg-tertiarylight-color ul > li,
.donate-text-only-block.bg-tertiarylight-color ol,
.donate-text-only-block.bg-tertiarylight-color ol > li,
.donate-text-only-block.bg-tertiarylight-color span,
.donate-text-only-block.bg-tertiarylight-color blockquote,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]),
.donate-text-only-block.bg-black-color h2,
.donate-text-only-block.bg-black-color h3,
.donate-text-only-block.bg-black-color h4,
.donate-text-only-block.bg-black-color h5,
.donate-text-only-block.bg-black-color h6,
.donate-text-only-block.bg-black-color p,
.donate-text-only-block.bg-black-color em,
.donate-text-only-block.bg-black-color ul,
.donate-text-only-block.bg-black-color ul > li,
.donate-text-only-block.bg-black-color ol,
.donate-text-only-block.bg-black-color ol > li,
.donate-text-only-block.bg-black-color span,
.donate-text-only-block.bg-black-color blockquote,
.donate-text-only-block.bg-black-color a:not([class*=btn]) {
  color: #ffffff !important;
}
.entry-content.bg-primary-color h2 a, .entry-content.bg-primary-color h3 a, .entry-content.bg-primary-color h4 a, .entry-content.bg-primary-color h5 a, .entry-content.bg-primary-color h6 a, .entry-content.bg-primary-color p a, .entry-content.bg-primary-color em a, .entry-content.bg-primary-color ul a, .entry-content.bg-primary-color ul > li a, .entry-content.bg-primary-color ol a, .entry-content.bg-primary-color ol > li a, .entry-content.bg-primary-color span a, .entry-content.bg-primary-color blockquote a, .entry-content.bg-primary-color a:not([class*=btn]) a, .entry-content.bg-primarylight-color h2 a, .entry-content.bg-primarylight-color h3 a, .entry-content.bg-primarylight-color h4 a, .entry-content.bg-primarylight-color h5 a, .entry-content.bg-primarylight-color h6 a, .entry-content.bg-primarylight-color p a, .entry-content.bg-primarylight-color em a, .entry-content.bg-primarylight-color ul a, .entry-content.bg-primarylight-color ul > li a, .entry-content.bg-primarylight-color ol a, .entry-content.bg-primarylight-color ol > li a, .entry-content.bg-primarylight-color span a, .entry-content.bg-primarylight-color blockquote a, .entry-content.bg-primarylight-color a:not([class*=btn]) a, .entry-content.bg-primarydark-color h2 a, .entry-content.bg-primarydark-color h3 a, .entry-content.bg-primarydark-color h4 a, .entry-content.bg-primarydark-color h5 a, .entry-content.bg-primarydark-color h6 a, .entry-content.bg-primarydark-color p a, .entry-content.bg-primarydark-color em a, .entry-content.bg-primarydark-color ul a, .entry-content.bg-primarydark-color ul > li a, .entry-content.bg-primarydark-color ol a, .entry-content.bg-primarydark-color ol > li a, .entry-content.bg-primarydark-color span a, .entry-content.bg-primarydark-color blockquote a, .entry-content.bg-primarydark-color a:not([class*=btn]) a, .entry-content.bg-tertiarylight-color h2 a, .entry-content.bg-tertiarylight-color h3 a, .entry-content.bg-tertiarylight-color h4 a, .entry-content.bg-tertiarylight-color h5 a, .entry-content.bg-tertiarylight-color h6 a, .entry-content.bg-tertiarylight-color p a, .entry-content.bg-tertiarylight-color em a, .entry-content.bg-tertiarylight-color ul a, .entry-content.bg-tertiarylight-color ul > li a, .entry-content.bg-tertiarylight-color ol a, .entry-content.bg-tertiarylight-color ol > li a, .entry-content.bg-tertiarylight-color span a, .entry-content.bg-tertiarylight-color blockquote a, .entry-content.bg-tertiarylight-color a:not([class*=btn]) a, .entry-content.bg-black-color h2 a, .entry-content.bg-black-color h3 a, .entry-content.bg-black-color h4 a, .entry-content.bg-black-color h5 a, .entry-content.bg-black-color h6 a, .entry-content.bg-black-color p a, .entry-content.bg-black-color em a, .entry-content.bg-black-color ul a, .entry-content.bg-black-color ul > li a, .entry-content.bg-black-color ol a, .entry-content.bg-black-color ol > li a, .entry-content.bg-black-color span a, .entry-content.bg-black-color blockquote a, .entry-content.bg-black-color a:not([class*=btn]) a,
.text-photo-block.bg-primary-color h2 a,
.text-photo-block.bg-primary-color h3 a,
.text-photo-block.bg-primary-color h4 a,
.text-photo-block.bg-primary-color h5 a,
.text-photo-block.bg-primary-color h6 a,
.text-photo-block.bg-primary-color p a,
.text-photo-block.bg-primary-color em a,
.text-photo-block.bg-primary-color ul a,
.text-photo-block.bg-primary-color ul > li a,
.text-photo-block.bg-primary-color ol a,
.text-photo-block.bg-primary-color ol > li a,
.text-photo-block.bg-primary-color span a,
.text-photo-block.bg-primary-color blockquote a,
.text-photo-block.bg-primary-color a:not([class*=btn]) a,
.text-photo-block.bg-primarylight-color h2 a,
.text-photo-block.bg-primarylight-color h3 a,
.text-photo-block.bg-primarylight-color h4 a,
.text-photo-block.bg-primarylight-color h5 a,
.text-photo-block.bg-primarylight-color h6 a,
.text-photo-block.bg-primarylight-color p a,
.text-photo-block.bg-primarylight-color em a,
.text-photo-block.bg-primarylight-color ul a,
.text-photo-block.bg-primarylight-color ul > li a,
.text-photo-block.bg-primarylight-color ol a,
.text-photo-block.bg-primarylight-color ol > li a,
.text-photo-block.bg-primarylight-color span a,
.text-photo-block.bg-primarylight-color blockquote a,
.text-photo-block.bg-primarylight-color a:not([class*=btn]) a,
.text-photo-block.bg-primarydark-color h2 a,
.text-photo-block.bg-primarydark-color h3 a,
.text-photo-block.bg-primarydark-color h4 a,
.text-photo-block.bg-primarydark-color h5 a,
.text-photo-block.bg-primarydark-color h6 a,
.text-photo-block.bg-primarydark-color p a,
.text-photo-block.bg-primarydark-color em a,
.text-photo-block.bg-primarydark-color ul a,
.text-photo-block.bg-primarydark-color ul > li a,
.text-photo-block.bg-primarydark-color ol a,
.text-photo-block.bg-primarydark-color ol > li a,
.text-photo-block.bg-primarydark-color span a,
.text-photo-block.bg-primarydark-color blockquote a,
.text-photo-block.bg-primarydark-color a:not([class*=btn]) a,
.text-photo-block.bg-tertiarylight-color h2 a,
.text-photo-block.bg-tertiarylight-color h3 a,
.text-photo-block.bg-tertiarylight-color h4 a,
.text-photo-block.bg-tertiarylight-color h5 a,
.text-photo-block.bg-tertiarylight-color h6 a,
.text-photo-block.bg-tertiarylight-color p a,
.text-photo-block.bg-tertiarylight-color em a,
.text-photo-block.bg-tertiarylight-color ul a,
.text-photo-block.bg-tertiarylight-color ul > li a,
.text-photo-block.bg-tertiarylight-color ol a,
.text-photo-block.bg-tertiarylight-color ol > li a,
.text-photo-block.bg-tertiarylight-color span a,
.text-photo-block.bg-tertiarylight-color blockquote a,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]) a,
.text-photo-block.bg-black-color h2 a,
.text-photo-block.bg-black-color h3 a,
.text-photo-block.bg-black-color h4 a,
.text-photo-block.bg-black-color h5 a,
.text-photo-block.bg-black-color h6 a,
.text-photo-block.bg-black-color p a,
.text-photo-block.bg-black-color em a,
.text-photo-block.bg-black-color ul a,
.text-photo-block.bg-black-color ul > li a,
.text-photo-block.bg-black-color ol a,
.text-photo-block.bg-black-color ol > li a,
.text-photo-block.bg-black-color span a,
.text-photo-block.bg-black-color blockquote a,
.text-photo-block.bg-black-color a:not([class*=btn]) a,
.text-photo-block-2.bg-primary-color h2 a,
.text-photo-block-2.bg-primary-color h3 a,
.text-photo-block-2.bg-primary-color h4 a,
.text-photo-block-2.bg-primary-color h5 a,
.text-photo-block-2.bg-primary-color h6 a,
.text-photo-block-2.bg-primary-color p a,
.text-photo-block-2.bg-primary-color em a,
.text-photo-block-2.bg-primary-color ul a,
.text-photo-block-2.bg-primary-color ul > li a,
.text-photo-block-2.bg-primary-color ol a,
.text-photo-block-2.bg-primary-color ol > li a,
.text-photo-block-2.bg-primary-color span a,
.text-photo-block-2.bg-primary-color blockquote a,
.text-photo-block-2.bg-primary-color a:not([class*=btn]) a,
.text-photo-block-2.bg-primarylight-color h2 a,
.text-photo-block-2.bg-primarylight-color h3 a,
.text-photo-block-2.bg-primarylight-color h4 a,
.text-photo-block-2.bg-primarylight-color h5 a,
.text-photo-block-2.bg-primarylight-color h6 a,
.text-photo-block-2.bg-primarylight-color p a,
.text-photo-block-2.bg-primarylight-color em a,
.text-photo-block-2.bg-primarylight-color ul a,
.text-photo-block-2.bg-primarylight-color ul > li a,
.text-photo-block-2.bg-primarylight-color ol a,
.text-photo-block-2.bg-primarylight-color ol > li a,
.text-photo-block-2.bg-primarylight-color span a,
.text-photo-block-2.bg-primarylight-color blockquote a,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]) a,
.text-photo-block-2.bg-primarydark-color h2 a,
.text-photo-block-2.bg-primarydark-color h3 a,
.text-photo-block-2.bg-primarydark-color h4 a,
.text-photo-block-2.bg-primarydark-color h5 a,
.text-photo-block-2.bg-primarydark-color h6 a,
.text-photo-block-2.bg-primarydark-color p a,
.text-photo-block-2.bg-primarydark-color em a,
.text-photo-block-2.bg-primarydark-color ul a,
.text-photo-block-2.bg-primarydark-color ul > li a,
.text-photo-block-2.bg-primarydark-color ol a,
.text-photo-block-2.bg-primarydark-color ol > li a,
.text-photo-block-2.bg-primarydark-color span a,
.text-photo-block-2.bg-primarydark-color blockquote a,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]) a,
.text-photo-block-2.bg-tertiarylight-color h2 a,
.text-photo-block-2.bg-tertiarylight-color h3 a,
.text-photo-block-2.bg-tertiarylight-color h4 a,
.text-photo-block-2.bg-tertiarylight-color h5 a,
.text-photo-block-2.bg-tertiarylight-color h6 a,
.text-photo-block-2.bg-tertiarylight-color p a,
.text-photo-block-2.bg-tertiarylight-color em a,
.text-photo-block-2.bg-tertiarylight-color ul a,
.text-photo-block-2.bg-tertiarylight-color ul > li a,
.text-photo-block-2.bg-tertiarylight-color ol a,
.text-photo-block-2.bg-tertiarylight-color ol > li a,
.text-photo-block-2.bg-tertiarylight-color span a,
.text-photo-block-2.bg-tertiarylight-color blockquote a,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]) a,
.text-photo-block-2.bg-black-color h2 a,
.text-photo-block-2.bg-black-color h3 a,
.text-photo-block-2.bg-black-color h4 a,
.text-photo-block-2.bg-black-color h5 a,
.text-photo-block-2.bg-black-color h6 a,
.text-photo-block-2.bg-black-color p a,
.text-photo-block-2.bg-black-color em a,
.text-photo-block-2.bg-black-color ul a,
.text-photo-block-2.bg-black-color ul > li a,
.text-photo-block-2.bg-black-color ol a,
.text-photo-block-2.bg-black-color ol > li a,
.text-photo-block-2.bg-black-color span a,
.text-photo-block-2.bg-black-color blockquote a,
.text-photo-block-2.bg-black-color a:not([class*=btn]) a,
.text-only-block.bg-primary-color h2 a,
.text-only-block.bg-primary-color h3 a,
.text-only-block.bg-primary-color h4 a,
.text-only-block.bg-primary-color h5 a,
.text-only-block.bg-primary-color h6 a,
.text-only-block.bg-primary-color p a,
.text-only-block.bg-primary-color em a,
.text-only-block.bg-primary-color ul a,
.text-only-block.bg-primary-color ul > li a,
.text-only-block.bg-primary-color ol a,
.text-only-block.bg-primary-color ol > li a,
.text-only-block.bg-primary-color span a,
.text-only-block.bg-primary-color blockquote a,
.text-only-block.bg-primary-color a:not([class*=btn]) a,
.text-only-block.bg-primarylight-color h2 a,
.text-only-block.bg-primarylight-color h3 a,
.text-only-block.bg-primarylight-color h4 a,
.text-only-block.bg-primarylight-color h5 a,
.text-only-block.bg-primarylight-color h6 a,
.text-only-block.bg-primarylight-color p a,
.text-only-block.bg-primarylight-color em a,
.text-only-block.bg-primarylight-color ul a,
.text-only-block.bg-primarylight-color ul > li a,
.text-only-block.bg-primarylight-color ol a,
.text-only-block.bg-primarylight-color ol > li a,
.text-only-block.bg-primarylight-color span a,
.text-only-block.bg-primarylight-color blockquote a,
.text-only-block.bg-primarylight-color a:not([class*=btn]) a,
.text-only-block.bg-primarydark-color h2 a,
.text-only-block.bg-primarydark-color h3 a,
.text-only-block.bg-primarydark-color h4 a,
.text-only-block.bg-primarydark-color h5 a,
.text-only-block.bg-primarydark-color h6 a,
.text-only-block.bg-primarydark-color p a,
.text-only-block.bg-primarydark-color em a,
.text-only-block.bg-primarydark-color ul a,
.text-only-block.bg-primarydark-color ul > li a,
.text-only-block.bg-primarydark-color ol a,
.text-only-block.bg-primarydark-color ol > li a,
.text-only-block.bg-primarydark-color span a,
.text-only-block.bg-primarydark-color blockquote a,
.text-only-block.bg-primarydark-color a:not([class*=btn]) a,
.text-only-block.bg-tertiarylight-color h2 a,
.text-only-block.bg-tertiarylight-color h3 a,
.text-only-block.bg-tertiarylight-color h4 a,
.text-only-block.bg-tertiarylight-color h5 a,
.text-only-block.bg-tertiarylight-color h6 a,
.text-only-block.bg-tertiarylight-color p a,
.text-only-block.bg-tertiarylight-color em a,
.text-only-block.bg-tertiarylight-color ul a,
.text-only-block.bg-tertiarylight-color ul > li a,
.text-only-block.bg-tertiarylight-color ol a,
.text-only-block.bg-tertiarylight-color ol > li a,
.text-only-block.bg-tertiarylight-color span a,
.text-only-block.bg-tertiarylight-color blockquote a,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]) a,
.text-only-block.bg-black-color h2 a,
.text-only-block.bg-black-color h3 a,
.text-only-block.bg-black-color h4 a,
.text-only-block.bg-black-color h5 a,
.text-only-block.bg-black-color h6 a,
.text-only-block.bg-black-color p a,
.text-only-block.bg-black-color em a,
.text-only-block.bg-black-color ul a,
.text-only-block.bg-black-color ul > li a,
.text-only-block.bg-black-color ol a,
.text-only-block.bg-black-color ol > li a,
.text-only-block.bg-black-color span a,
.text-only-block.bg-black-color blockquote a,
.text-only-block.bg-black-color a:not([class*=btn]) a,
.video-text-block.bg-primary-color h2 a,
.video-text-block.bg-primary-color h3 a,
.video-text-block.bg-primary-color h4 a,
.video-text-block.bg-primary-color h5 a,
.video-text-block.bg-primary-color h6 a,
.video-text-block.bg-primary-color p a,
.video-text-block.bg-primary-color em a,
.video-text-block.bg-primary-color ul a,
.video-text-block.bg-primary-color ul > li a,
.video-text-block.bg-primary-color ol a,
.video-text-block.bg-primary-color ol > li a,
.video-text-block.bg-primary-color span a,
.video-text-block.bg-primary-color blockquote a,
.video-text-block.bg-primary-color a:not([class*=btn]) a,
.video-text-block.bg-primarylight-color h2 a,
.video-text-block.bg-primarylight-color h3 a,
.video-text-block.bg-primarylight-color h4 a,
.video-text-block.bg-primarylight-color h5 a,
.video-text-block.bg-primarylight-color h6 a,
.video-text-block.bg-primarylight-color p a,
.video-text-block.bg-primarylight-color em a,
.video-text-block.bg-primarylight-color ul a,
.video-text-block.bg-primarylight-color ul > li a,
.video-text-block.bg-primarylight-color ol a,
.video-text-block.bg-primarylight-color ol > li a,
.video-text-block.bg-primarylight-color span a,
.video-text-block.bg-primarylight-color blockquote a,
.video-text-block.bg-primarylight-color a:not([class*=btn]) a,
.video-text-block.bg-primarydark-color h2 a,
.video-text-block.bg-primarydark-color h3 a,
.video-text-block.bg-primarydark-color h4 a,
.video-text-block.bg-primarydark-color h5 a,
.video-text-block.bg-primarydark-color h6 a,
.video-text-block.bg-primarydark-color p a,
.video-text-block.bg-primarydark-color em a,
.video-text-block.bg-primarydark-color ul a,
.video-text-block.bg-primarydark-color ul > li a,
.video-text-block.bg-primarydark-color ol a,
.video-text-block.bg-primarydark-color ol > li a,
.video-text-block.bg-primarydark-color span a,
.video-text-block.bg-primarydark-color blockquote a,
.video-text-block.bg-primarydark-color a:not([class*=btn]) a,
.video-text-block.bg-tertiarylight-color h2 a,
.video-text-block.bg-tertiarylight-color h3 a,
.video-text-block.bg-tertiarylight-color h4 a,
.video-text-block.bg-tertiarylight-color h5 a,
.video-text-block.bg-tertiarylight-color h6 a,
.video-text-block.bg-tertiarylight-color p a,
.video-text-block.bg-tertiarylight-color em a,
.video-text-block.bg-tertiarylight-color ul a,
.video-text-block.bg-tertiarylight-color ul > li a,
.video-text-block.bg-tertiarylight-color ol a,
.video-text-block.bg-tertiarylight-color ol > li a,
.video-text-block.bg-tertiarylight-color span a,
.video-text-block.bg-tertiarylight-color blockquote a,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]) a,
.video-text-block.bg-black-color h2 a,
.video-text-block.bg-black-color h3 a,
.video-text-block.bg-black-color h4 a,
.video-text-block.bg-black-color h5 a,
.video-text-block.bg-black-color h6 a,
.video-text-block.bg-black-color p a,
.video-text-block.bg-black-color em a,
.video-text-block.bg-black-color ul a,
.video-text-block.bg-black-color ul > li a,
.video-text-block.bg-black-color ol a,
.video-text-block.bg-black-color ol > li a,
.video-text-block.bg-black-color span a,
.video-text-block.bg-black-color blockquote a,
.video-text-block.bg-black-color a:not([class*=btn]) a,
.text-list-block.bg-primary-color h2 a,
.text-list-block.bg-primary-color h3 a,
.text-list-block.bg-primary-color h4 a,
.text-list-block.bg-primary-color h5 a,
.text-list-block.bg-primary-color h6 a,
.text-list-block.bg-primary-color p a,
.text-list-block.bg-primary-color em a,
.text-list-block.bg-primary-color ul a,
.text-list-block.bg-primary-color ul > li a,
.text-list-block.bg-primary-color ol a,
.text-list-block.bg-primary-color ol > li a,
.text-list-block.bg-primary-color span a,
.text-list-block.bg-primary-color blockquote a,
.text-list-block.bg-primary-color a:not([class*=btn]) a,
.text-list-block.bg-primarylight-color h2 a,
.text-list-block.bg-primarylight-color h3 a,
.text-list-block.bg-primarylight-color h4 a,
.text-list-block.bg-primarylight-color h5 a,
.text-list-block.bg-primarylight-color h6 a,
.text-list-block.bg-primarylight-color p a,
.text-list-block.bg-primarylight-color em a,
.text-list-block.bg-primarylight-color ul a,
.text-list-block.bg-primarylight-color ul > li a,
.text-list-block.bg-primarylight-color ol a,
.text-list-block.bg-primarylight-color ol > li a,
.text-list-block.bg-primarylight-color span a,
.text-list-block.bg-primarylight-color blockquote a,
.text-list-block.bg-primarylight-color a:not([class*=btn]) a,
.text-list-block.bg-primarydark-color h2 a,
.text-list-block.bg-primarydark-color h3 a,
.text-list-block.bg-primarydark-color h4 a,
.text-list-block.bg-primarydark-color h5 a,
.text-list-block.bg-primarydark-color h6 a,
.text-list-block.bg-primarydark-color p a,
.text-list-block.bg-primarydark-color em a,
.text-list-block.bg-primarydark-color ul a,
.text-list-block.bg-primarydark-color ul > li a,
.text-list-block.bg-primarydark-color ol a,
.text-list-block.bg-primarydark-color ol > li a,
.text-list-block.bg-primarydark-color span a,
.text-list-block.bg-primarydark-color blockquote a,
.text-list-block.bg-primarydark-color a:not([class*=btn]) a,
.text-list-block.bg-tertiarylight-color h2 a,
.text-list-block.bg-tertiarylight-color h3 a,
.text-list-block.bg-tertiarylight-color h4 a,
.text-list-block.bg-tertiarylight-color h5 a,
.text-list-block.bg-tertiarylight-color h6 a,
.text-list-block.bg-tertiarylight-color p a,
.text-list-block.bg-tertiarylight-color em a,
.text-list-block.bg-tertiarylight-color ul a,
.text-list-block.bg-tertiarylight-color ul > li a,
.text-list-block.bg-tertiarylight-color ol a,
.text-list-block.bg-tertiarylight-color ol > li a,
.text-list-block.bg-tertiarylight-color span a,
.text-list-block.bg-tertiarylight-color blockquote a,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]) a,
.text-list-block.bg-black-color h2 a,
.text-list-block.bg-black-color h3 a,
.text-list-block.bg-black-color h4 a,
.text-list-block.bg-black-color h5 a,
.text-list-block.bg-black-color h6 a,
.text-list-block.bg-black-color p a,
.text-list-block.bg-black-color em a,
.text-list-block.bg-black-color ul a,
.text-list-block.bg-black-color ul > li a,
.text-list-block.bg-black-color ol a,
.text-list-block.bg-black-color ol > li a,
.text-list-block.bg-black-color span a,
.text-list-block.bg-black-color blockquote a,
.text-list-block.bg-black-color a:not([class*=btn]) a,
.image-carousel-block.bg-primary-color h2 a,
.image-carousel-block.bg-primary-color h3 a,
.image-carousel-block.bg-primary-color h4 a,
.image-carousel-block.bg-primary-color h5 a,
.image-carousel-block.bg-primary-color h6 a,
.image-carousel-block.bg-primary-color p a,
.image-carousel-block.bg-primary-color em a,
.image-carousel-block.bg-primary-color ul a,
.image-carousel-block.bg-primary-color ul > li a,
.image-carousel-block.bg-primary-color ol a,
.image-carousel-block.bg-primary-color ol > li a,
.image-carousel-block.bg-primary-color span a,
.image-carousel-block.bg-primary-color blockquote a,
.image-carousel-block.bg-primary-color a:not([class*=btn]) a,
.image-carousel-block.bg-primarylight-color h2 a,
.image-carousel-block.bg-primarylight-color h3 a,
.image-carousel-block.bg-primarylight-color h4 a,
.image-carousel-block.bg-primarylight-color h5 a,
.image-carousel-block.bg-primarylight-color h6 a,
.image-carousel-block.bg-primarylight-color p a,
.image-carousel-block.bg-primarylight-color em a,
.image-carousel-block.bg-primarylight-color ul a,
.image-carousel-block.bg-primarylight-color ul > li a,
.image-carousel-block.bg-primarylight-color ol a,
.image-carousel-block.bg-primarylight-color ol > li a,
.image-carousel-block.bg-primarylight-color span a,
.image-carousel-block.bg-primarylight-color blockquote a,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]) a,
.image-carousel-block.bg-primarydark-color h2 a,
.image-carousel-block.bg-primarydark-color h3 a,
.image-carousel-block.bg-primarydark-color h4 a,
.image-carousel-block.bg-primarydark-color h5 a,
.image-carousel-block.bg-primarydark-color h6 a,
.image-carousel-block.bg-primarydark-color p a,
.image-carousel-block.bg-primarydark-color em a,
.image-carousel-block.bg-primarydark-color ul a,
.image-carousel-block.bg-primarydark-color ul > li a,
.image-carousel-block.bg-primarydark-color ol a,
.image-carousel-block.bg-primarydark-color ol > li a,
.image-carousel-block.bg-primarydark-color span a,
.image-carousel-block.bg-primarydark-color blockquote a,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]) a,
.image-carousel-block.bg-tertiarylight-color h2 a,
.image-carousel-block.bg-tertiarylight-color h3 a,
.image-carousel-block.bg-tertiarylight-color h4 a,
.image-carousel-block.bg-tertiarylight-color h5 a,
.image-carousel-block.bg-tertiarylight-color h6 a,
.image-carousel-block.bg-tertiarylight-color p a,
.image-carousel-block.bg-tertiarylight-color em a,
.image-carousel-block.bg-tertiarylight-color ul a,
.image-carousel-block.bg-tertiarylight-color ul > li a,
.image-carousel-block.bg-tertiarylight-color ol a,
.image-carousel-block.bg-tertiarylight-color ol > li a,
.image-carousel-block.bg-tertiarylight-color span a,
.image-carousel-block.bg-tertiarylight-color blockquote a,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]) a,
.image-carousel-block.bg-black-color h2 a,
.image-carousel-block.bg-black-color h3 a,
.image-carousel-block.bg-black-color h4 a,
.image-carousel-block.bg-black-color h5 a,
.image-carousel-block.bg-black-color h6 a,
.image-carousel-block.bg-black-color p a,
.image-carousel-block.bg-black-color em a,
.image-carousel-block.bg-black-color ul a,
.image-carousel-block.bg-black-color ul > li a,
.image-carousel-block.bg-black-color ol a,
.image-carousel-block.bg-black-color ol > li a,
.image-carousel-block.bg-black-color span a,
.image-carousel-block.bg-black-color blockquote a,
.image-carousel-block.bg-black-color a:not([class*=btn]) a,
.detail-call-out-block.bg-primary-color h2 a,
.detail-call-out-block.bg-primary-color h3 a,
.detail-call-out-block.bg-primary-color h4 a,
.detail-call-out-block.bg-primary-color h5 a,
.detail-call-out-block.bg-primary-color h6 a,
.detail-call-out-block.bg-primary-color p a,
.detail-call-out-block.bg-primary-color em a,
.detail-call-out-block.bg-primary-color ul a,
.detail-call-out-block.bg-primary-color ul > li a,
.detail-call-out-block.bg-primary-color ol a,
.detail-call-out-block.bg-primary-color ol > li a,
.detail-call-out-block.bg-primary-color span a,
.detail-call-out-block.bg-primary-color blockquote a,
.detail-call-out-block.bg-primary-color a:not([class*=btn]) a,
.detail-call-out-block.bg-primarylight-color h2 a,
.detail-call-out-block.bg-primarylight-color h3 a,
.detail-call-out-block.bg-primarylight-color h4 a,
.detail-call-out-block.bg-primarylight-color h5 a,
.detail-call-out-block.bg-primarylight-color h6 a,
.detail-call-out-block.bg-primarylight-color p a,
.detail-call-out-block.bg-primarylight-color em a,
.detail-call-out-block.bg-primarylight-color ul a,
.detail-call-out-block.bg-primarylight-color ul > li a,
.detail-call-out-block.bg-primarylight-color ol a,
.detail-call-out-block.bg-primarylight-color ol > li a,
.detail-call-out-block.bg-primarylight-color span a,
.detail-call-out-block.bg-primarylight-color blockquote a,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]) a,
.detail-call-out-block.bg-primarydark-color h2 a,
.detail-call-out-block.bg-primarydark-color h3 a,
.detail-call-out-block.bg-primarydark-color h4 a,
.detail-call-out-block.bg-primarydark-color h5 a,
.detail-call-out-block.bg-primarydark-color h6 a,
.detail-call-out-block.bg-primarydark-color p a,
.detail-call-out-block.bg-primarydark-color em a,
.detail-call-out-block.bg-primarydark-color ul a,
.detail-call-out-block.bg-primarydark-color ul > li a,
.detail-call-out-block.bg-primarydark-color ol a,
.detail-call-out-block.bg-primarydark-color ol > li a,
.detail-call-out-block.bg-primarydark-color span a,
.detail-call-out-block.bg-primarydark-color blockquote a,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]) a,
.detail-call-out-block.bg-tertiarylight-color h2 a,
.detail-call-out-block.bg-tertiarylight-color h3 a,
.detail-call-out-block.bg-tertiarylight-color h4 a,
.detail-call-out-block.bg-tertiarylight-color h5 a,
.detail-call-out-block.bg-tertiarylight-color h6 a,
.detail-call-out-block.bg-tertiarylight-color p a,
.detail-call-out-block.bg-tertiarylight-color em a,
.detail-call-out-block.bg-tertiarylight-color ul a,
.detail-call-out-block.bg-tertiarylight-color ul > li a,
.detail-call-out-block.bg-tertiarylight-color ol a,
.detail-call-out-block.bg-tertiarylight-color ol > li a,
.detail-call-out-block.bg-tertiarylight-color span a,
.detail-call-out-block.bg-tertiarylight-color blockquote a,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]) a,
.detail-call-out-block.bg-black-color h2 a,
.detail-call-out-block.bg-black-color h3 a,
.detail-call-out-block.bg-black-color h4 a,
.detail-call-out-block.bg-black-color h5 a,
.detail-call-out-block.bg-black-color h6 a,
.detail-call-out-block.bg-black-color p a,
.detail-call-out-block.bg-black-color em a,
.detail-call-out-block.bg-black-color ul a,
.detail-call-out-block.bg-black-color ul > li a,
.detail-call-out-block.bg-black-color ol a,
.detail-call-out-block.bg-black-color ol > li a,
.detail-call-out-block.bg-black-color span a,
.detail-call-out-block.bg-black-color blockquote a,
.detail-call-out-block.bg-black-color a:not([class*=btn]) a,
.accordion-effect-block.bg-primary-color h2 a,
.accordion-effect-block.bg-primary-color h3 a,
.accordion-effect-block.bg-primary-color h4 a,
.accordion-effect-block.bg-primary-color h5 a,
.accordion-effect-block.bg-primary-color h6 a,
.accordion-effect-block.bg-primary-color p a,
.accordion-effect-block.bg-primary-color em a,
.accordion-effect-block.bg-primary-color ul a,
.accordion-effect-block.bg-primary-color ul > li a,
.accordion-effect-block.bg-primary-color ol a,
.accordion-effect-block.bg-primary-color ol > li a,
.accordion-effect-block.bg-primary-color span a,
.accordion-effect-block.bg-primary-color blockquote a,
.accordion-effect-block.bg-primary-color a:not([class*=btn]) a,
.accordion-effect-block.bg-primarylight-color h2 a,
.accordion-effect-block.bg-primarylight-color h3 a,
.accordion-effect-block.bg-primarylight-color h4 a,
.accordion-effect-block.bg-primarylight-color h5 a,
.accordion-effect-block.bg-primarylight-color h6 a,
.accordion-effect-block.bg-primarylight-color p a,
.accordion-effect-block.bg-primarylight-color em a,
.accordion-effect-block.bg-primarylight-color ul a,
.accordion-effect-block.bg-primarylight-color ul > li a,
.accordion-effect-block.bg-primarylight-color ol a,
.accordion-effect-block.bg-primarylight-color ol > li a,
.accordion-effect-block.bg-primarylight-color span a,
.accordion-effect-block.bg-primarylight-color blockquote a,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]) a,
.accordion-effect-block.bg-primarydark-color h2 a,
.accordion-effect-block.bg-primarydark-color h3 a,
.accordion-effect-block.bg-primarydark-color h4 a,
.accordion-effect-block.bg-primarydark-color h5 a,
.accordion-effect-block.bg-primarydark-color h6 a,
.accordion-effect-block.bg-primarydark-color p a,
.accordion-effect-block.bg-primarydark-color em a,
.accordion-effect-block.bg-primarydark-color ul a,
.accordion-effect-block.bg-primarydark-color ul > li a,
.accordion-effect-block.bg-primarydark-color ol a,
.accordion-effect-block.bg-primarydark-color ol > li a,
.accordion-effect-block.bg-primarydark-color span a,
.accordion-effect-block.bg-primarydark-color blockquote a,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]) a,
.accordion-effect-block.bg-tertiarylight-color h2 a,
.accordion-effect-block.bg-tertiarylight-color h3 a,
.accordion-effect-block.bg-tertiarylight-color h4 a,
.accordion-effect-block.bg-tertiarylight-color h5 a,
.accordion-effect-block.bg-tertiarylight-color h6 a,
.accordion-effect-block.bg-tertiarylight-color p a,
.accordion-effect-block.bg-tertiarylight-color em a,
.accordion-effect-block.bg-tertiarylight-color ul a,
.accordion-effect-block.bg-tertiarylight-color ul > li a,
.accordion-effect-block.bg-tertiarylight-color ol a,
.accordion-effect-block.bg-tertiarylight-color ol > li a,
.accordion-effect-block.bg-tertiarylight-color span a,
.accordion-effect-block.bg-tertiarylight-color blockquote a,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]) a,
.accordion-effect-block.bg-black-color h2 a,
.accordion-effect-block.bg-black-color h3 a,
.accordion-effect-block.bg-black-color h4 a,
.accordion-effect-block.bg-black-color h5 a,
.accordion-effect-block.bg-black-color h6 a,
.accordion-effect-block.bg-black-color p a,
.accordion-effect-block.bg-black-color em a,
.accordion-effect-block.bg-black-color ul a,
.accordion-effect-block.bg-black-color ul > li a,
.accordion-effect-block.bg-black-color ol a,
.accordion-effect-block.bg-black-color ol > li a,
.accordion-effect-block.bg-black-color span a,
.accordion-effect-block.bg-black-color blockquote a,
.accordion-effect-block.bg-black-color a:not([class*=btn]) a,
.donate-text-only-block.bg-primary-color h2 a,
.donate-text-only-block.bg-primary-color h3 a,
.donate-text-only-block.bg-primary-color h4 a,
.donate-text-only-block.bg-primary-color h5 a,
.donate-text-only-block.bg-primary-color h6 a,
.donate-text-only-block.bg-primary-color p a,
.donate-text-only-block.bg-primary-color em a,
.donate-text-only-block.bg-primary-color ul a,
.donate-text-only-block.bg-primary-color ul > li a,
.donate-text-only-block.bg-primary-color ol a,
.donate-text-only-block.bg-primary-color ol > li a,
.donate-text-only-block.bg-primary-color span a,
.donate-text-only-block.bg-primary-color blockquote a,
.donate-text-only-block.bg-primary-color a:not([class*=btn]) a,
.donate-text-only-block.bg-primarylight-color h2 a,
.donate-text-only-block.bg-primarylight-color h3 a,
.donate-text-only-block.bg-primarylight-color h4 a,
.donate-text-only-block.bg-primarylight-color h5 a,
.donate-text-only-block.bg-primarylight-color h6 a,
.donate-text-only-block.bg-primarylight-color p a,
.donate-text-only-block.bg-primarylight-color em a,
.donate-text-only-block.bg-primarylight-color ul a,
.donate-text-only-block.bg-primarylight-color ul > li a,
.donate-text-only-block.bg-primarylight-color ol a,
.donate-text-only-block.bg-primarylight-color ol > li a,
.donate-text-only-block.bg-primarylight-color span a,
.donate-text-only-block.bg-primarylight-color blockquote a,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]) a,
.donate-text-only-block.bg-primarydark-color h2 a,
.donate-text-only-block.bg-primarydark-color h3 a,
.donate-text-only-block.bg-primarydark-color h4 a,
.donate-text-only-block.bg-primarydark-color h5 a,
.donate-text-only-block.bg-primarydark-color h6 a,
.donate-text-only-block.bg-primarydark-color p a,
.donate-text-only-block.bg-primarydark-color em a,
.donate-text-only-block.bg-primarydark-color ul a,
.donate-text-only-block.bg-primarydark-color ul > li a,
.donate-text-only-block.bg-primarydark-color ol a,
.donate-text-only-block.bg-primarydark-color ol > li a,
.donate-text-only-block.bg-primarydark-color span a,
.donate-text-only-block.bg-primarydark-color blockquote a,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]) a,
.donate-text-only-block.bg-tertiarylight-color h2 a,
.donate-text-only-block.bg-tertiarylight-color h3 a,
.donate-text-only-block.bg-tertiarylight-color h4 a,
.donate-text-only-block.bg-tertiarylight-color h5 a,
.donate-text-only-block.bg-tertiarylight-color h6 a,
.donate-text-only-block.bg-tertiarylight-color p a,
.donate-text-only-block.bg-tertiarylight-color em a,
.donate-text-only-block.bg-tertiarylight-color ul a,
.donate-text-only-block.bg-tertiarylight-color ul > li a,
.donate-text-only-block.bg-tertiarylight-color ol a,
.donate-text-only-block.bg-tertiarylight-color ol > li a,
.donate-text-only-block.bg-tertiarylight-color span a,
.donate-text-only-block.bg-tertiarylight-color blockquote a,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]) a,
.donate-text-only-block.bg-black-color h2 a,
.donate-text-only-block.bg-black-color h3 a,
.donate-text-only-block.bg-black-color h4 a,
.donate-text-only-block.bg-black-color h5 a,
.donate-text-only-block.bg-black-color h6 a,
.donate-text-only-block.bg-black-color p a,
.donate-text-only-block.bg-black-color em a,
.donate-text-only-block.bg-black-color ul a,
.donate-text-only-block.bg-black-color ul > li a,
.donate-text-only-block.bg-black-color ol a,
.donate-text-only-block.bg-black-color ol > li a,
.donate-text-only-block.bg-black-color span a,
.donate-text-only-block.bg-black-color blockquote a,
.donate-text-only-block.bg-black-color a:not([class*=btn]) a {
  color: #ffffff !important;
}
.entry-content.bg-primary-color h2 a strong, .entry-content.bg-primary-color h3 a strong, .entry-content.bg-primary-color h4 a strong, .entry-content.bg-primary-color h5 a strong, .entry-content.bg-primary-color h6 a strong, .entry-content.bg-primary-color p a strong, .entry-content.bg-primary-color em a strong, .entry-content.bg-primary-color ul a strong, .entry-content.bg-primary-color ul > li a strong, .entry-content.bg-primary-color ol a strong, .entry-content.bg-primary-color ol > li a strong, .entry-content.bg-primary-color span a strong, .entry-content.bg-primary-color blockquote a strong, .entry-content.bg-primary-color a:not([class*=btn]) a strong, .entry-content.bg-primarylight-color h2 a strong, .entry-content.bg-primarylight-color h3 a strong, .entry-content.bg-primarylight-color h4 a strong, .entry-content.bg-primarylight-color h5 a strong, .entry-content.bg-primarylight-color h6 a strong, .entry-content.bg-primarylight-color p a strong, .entry-content.bg-primarylight-color em a strong, .entry-content.bg-primarylight-color ul a strong, .entry-content.bg-primarylight-color ul > li a strong, .entry-content.bg-primarylight-color ol a strong, .entry-content.bg-primarylight-color ol > li a strong, .entry-content.bg-primarylight-color span a strong, .entry-content.bg-primarylight-color blockquote a strong, .entry-content.bg-primarylight-color a:not([class*=btn]) a strong, .entry-content.bg-primarydark-color h2 a strong, .entry-content.bg-primarydark-color h3 a strong, .entry-content.bg-primarydark-color h4 a strong, .entry-content.bg-primarydark-color h5 a strong, .entry-content.bg-primarydark-color h6 a strong, .entry-content.bg-primarydark-color p a strong, .entry-content.bg-primarydark-color em a strong, .entry-content.bg-primarydark-color ul a strong, .entry-content.bg-primarydark-color ul > li a strong, .entry-content.bg-primarydark-color ol a strong, .entry-content.bg-primarydark-color ol > li a strong, .entry-content.bg-primarydark-color span a strong, .entry-content.bg-primarydark-color blockquote a strong, .entry-content.bg-primarydark-color a:not([class*=btn]) a strong, .entry-content.bg-tertiarylight-color h2 a strong, .entry-content.bg-tertiarylight-color h3 a strong, .entry-content.bg-tertiarylight-color h4 a strong, .entry-content.bg-tertiarylight-color h5 a strong, .entry-content.bg-tertiarylight-color h6 a strong, .entry-content.bg-tertiarylight-color p a strong, .entry-content.bg-tertiarylight-color em a strong, .entry-content.bg-tertiarylight-color ul a strong, .entry-content.bg-tertiarylight-color ul > li a strong, .entry-content.bg-tertiarylight-color ol a strong, .entry-content.bg-tertiarylight-color ol > li a strong, .entry-content.bg-tertiarylight-color span a strong, .entry-content.bg-tertiarylight-color blockquote a strong, .entry-content.bg-tertiarylight-color a:not([class*=btn]) a strong, .entry-content.bg-black-color h2 a strong, .entry-content.bg-black-color h3 a strong, .entry-content.bg-black-color h4 a strong, .entry-content.bg-black-color h5 a strong, .entry-content.bg-black-color h6 a strong, .entry-content.bg-black-color p a strong, .entry-content.bg-black-color em a strong, .entry-content.bg-black-color ul a strong, .entry-content.bg-black-color ul > li a strong, .entry-content.bg-black-color ol a strong, .entry-content.bg-black-color ol > li a strong, .entry-content.bg-black-color span a strong, .entry-content.bg-black-color blockquote a strong, .entry-content.bg-black-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primary-color h2 a strong,
.text-photo-block.bg-primary-color h3 a strong,
.text-photo-block.bg-primary-color h4 a strong,
.text-photo-block.bg-primary-color h5 a strong,
.text-photo-block.bg-primary-color h6 a strong,
.text-photo-block.bg-primary-color p a strong,
.text-photo-block.bg-primary-color em a strong,
.text-photo-block.bg-primary-color ul a strong,
.text-photo-block.bg-primary-color ul > li a strong,
.text-photo-block.bg-primary-color ol a strong,
.text-photo-block.bg-primary-color ol > li a strong,
.text-photo-block.bg-primary-color span a strong,
.text-photo-block.bg-primary-color blockquote a strong,
.text-photo-block.bg-primary-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primarylight-color h2 a strong,
.text-photo-block.bg-primarylight-color h3 a strong,
.text-photo-block.bg-primarylight-color h4 a strong,
.text-photo-block.bg-primarylight-color h5 a strong,
.text-photo-block.bg-primarylight-color h6 a strong,
.text-photo-block.bg-primarylight-color p a strong,
.text-photo-block.bg-primarylight-color em a strong,
.text-photo-block.bg-primarylight-color ul a strong,
.text-photo-block.bg-primarylight-color ul > li a strong,
.text-photo-block.bg-primarylight-color ol a strong,
.text-photo-block.bg-primarylight-color ol > li a strong,
.text-photo-block.bg-primarylight-color span a strong,
.text-photo-block.bg-primarylight-color blockquote a strong,
.text-photo-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primarydark-color h2 a strong,
.text-photo-block.bg-primarydark-color h3 a strong,
.text-photo-block.bg-primarydark-color h4 a strong,
.text-photo-block.bg-primarydark-color h5 a strong,
.text-photo-block.bg-primarydark-color h6 a strong,
.text-photo-block.bg-primarydark-color p a strong,
.text-photo-block.bg-primarydark-color em a strong,
.text-photo-block.bg-primarydark-color ul a strong,
.text-photo-block.bg-primarydark-color ul > li a strong,
.text-photo-block.bg-primarydark-color ol a strong,
.text-photo-block.bg-primarydark-color ol > li a strong,
.text-photo-block.bg-primarydark-color span a strong,
.text-photo-block.bg-primarydark-color blockquote a strong,
.text-photo-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-photo-block.bg-tertiarylight-color h2 a strong,
.text-photo-block.bg-tertiarylight-color h3 a strong,
.text-photo-block.bg-tertiarylight-color h4 a strong,
.text-photo-block.bg-tertiarylight-color h5 a strong,
.text-photo-block.bg-tertiarylight-color h6 a strong,
.text-photo-block.bg-tertiarylight-color p a strong,
.text-photo-block.bg-tertiarylight-color em a strong,
.text-photo-block.bg-tertiarylight-color ul a strong,
.text-photo-block.bg-tertiarylight-color ul > li a strong,
.text-photo-block.bg-tertiarylight-color ol a strong,
.text-photo-block.bg-tertiarylight-color ol > li a strong,
.text-photo-block.bg-tertiarylight-color span a strong,
.text-photo-block.bg-tertiarylight-color blockquote a strong,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-photo-block.bg-black-color h2 a strong,
.text-photo-block.bg-black-color h3 a strong,
.text-photo-block.bg-black-color h4 a strong,
.text-photo-block.bg-black-color h5 a strong,
.text-photo-block.bg-black-color h6 a strong,
.text-photo-block.bg-black-color p a strong,
.text-photo-block.bg-black-color em a strong,
.text-photo-block.bg-black-color ul a strong,
.text-photo-block.bg-black-color ul > li a strong,
.text-photo-block.bg-black-color ol a strong,
.text-photo-block.bg-black-color ol > li a strong,
.text-photo-block.bg-black-color span a strong,
.text-photo-block.bg-black-color blockquote a strong,
.text-photo-block.bg-black-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primary-color h2 a strong,
.text-photo-block-2.bg-primary-color h3 a strong,
.text-photo-block-2.bg-primary-color h4 a strong,
.text-photo-block-2.bg-primary-color h5 a strong,
.text-photo-block-2.bg-primary-color h6 a strong,
.text-photo-block-2.bg-primary-color p a strong,
.text-photo-block-2.bg-primary-color em a strong,
.text-photo-block-2.bg-primary-color ul a strong,
.text-photo-block-2.bg-primary-color ul > li a strong,
.text-photo-block-2.bg-primary-color ol a strong,
.text-photo-block-2.bg-primary-color ol > li a strong,
.text-photo-block-2.bg-primary-color span a strong,
.text-photo-block-2.bg-primary-color blockquote a strong,
.text-photo-block-2.bg-primary-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primarylight-color h2 a strong,
.text-photo-block-2.bg-primarylight-color h3 a strong,
.text-photo-block-2.bg-primarylight-color h4 a strong,
.text-photo-block-2.bg-primarylight-color h5 a strong,
.text-photo-block-2.bg-primarylight-color h6 a strong,
.text-photo-block-2.bg-primarylight-color p a strong,
.text-photo-block-2.bg-primarylight-color em a strong,
.text-photo-block-2.bg-primarylight-color ul a strong,
.text-photo-block-2.bg-primarylight-color ul > li a strong,
.text-photo-block-2.bg-primarylight-color ol a strong,
.text-photo-block-2.bg-primarylight-color ol > li a strong,
.text-photo-block-2.bg-primarylight-color span a strong,
.text-photo-block-2.bg-primarylight-color blockquote a strong,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primarydark-color h2 a strong,
.text-photo-block-2.bg-primarydark-color h3 a strong,
.text-photo-block-2.bg-primarydark-color h4 a strong,
.text-photo-block-2.bg-primarydark-color h5 a strong,
.text-photo-block-2.bg-primarydark-color h6 a strong,
.text-photo-block-2.bg-primarydark-color p a strong,
.text-photo-block-2.bg-primarydark-color em a strong,
.text-photo-block-2.bg-primarydark-color ul a strong,
.text-photo-block-2.bg-primarydark-color ul > li a strong,
.text-photo-block-2.bg-primarydark-color ol a strong,
.text-photo-block-2.bg-primarydark-color ol > li a strong,
.text-photo-block-2.bg-primarydark-color span a strong,
.text-photo-block-2.bg-primarydark-color blockquote a strong,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-tertiarylight-color h2 a strong,
.text-photo-block-2.bg-tertiarylight-color h3 a strong,
.text-photo-block-2.bg-tertiarylight-color h4 a strong,
.text-photo-block-2.bg-tertiarylight-color h5 a strong,
.text-photo-block-2.bg-tertiarylight-color h6 a strong,
.text-photo-block-2.bg-tertiarylight-color p a strong,
.text-photo-block-2.bg-tertiarylight-color em a strong,
.text-photo-block-2.bg-tertiarylight-color ul a strong,
.text-photo-block-2.bg-tertiarylight-color ul > li a strong,
.text-photo-block-2.bg-tertiarylight-color ol a strong,
.text-photo-block-2.bg-tertiarylight-color ol > li a strong,
.text-photo-block-2.bg-tertiarylight-color span a strong,
.text-photo-block-2.bg-tertiarylight-color blockquote a strong,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-black-color h2 a strong,
.text-photo-block-2.bg-black-color h3 a strong,
.text-photo-block-2.bg-black-color h4 a strong,
.text-photo-block-2.bg-black-color h5 a strong,
.text-photo-block-2.bg-black-color h6 a strong,
.text-photo-block-2.bg-black-color p a strong,
.text-photo-block-2.bg-black-color em a strong,
.text-photo-block-2.bg-black-color ul a strong,
.text-photo-block-2.bg-black-color ul > li a strong,
.text-photo-block-2.bg-black-color ol a strong,
.text-photo-block-2.bg-black-color ol > li a strong,
.text-photo-block-2.bg-black-color span a strong,
.text-photo-block-2.bg-black-color blockquote a strong,
.text-photo-block-2.bg-black-color a:not([class*=btn]) a strong,
.text-only-block.bg-primary-color h2 a strong,
.text-only-block.bg-primary-color h3 a strong,
.text-only-block.bg-primary-color h4 a strong,
.text-only-block.bg-primary-color h5 a strong,
.text-only-block.bg-primary-color h6 a strong,
.text-only-block.bg-primary-color p a strong,
.text-only-block.bg-primary-color em a strong,
.text-only-block.bg-primary-color ul a strong,
.text-only-block.bg-primary-color ul > li a strong,
.text-only-block.bg-primary-color ol a strong,
.text-only-block.bg-primary-color ol > li a strong,
.text-only-block.bg-primary-color span a strong,
.text-only-block.bg-primary-color blockquote a strong,
.text-only-block.bg-primary-color a:not([class*=btn]) a strong,
.text-only-block.bg-primarylight-color h2 a strong,
.text-only-block.bg-primarylight-color h3 a strong,
.text-only-block.bg-primarylight-color h4 a strong,
.text-only-block.bg-primarylight-color h5 a strong,
.text-only-block.bg-primarylight-color h6 a strong,
.text-only-block.bg-primarylight-color p a strong,
.text-only-block.bg-primarylight-color em a strong,
.text-only-block.bg-primarylight-color ul a strong,
.text-only-block.bg-primarylight-color ul > li a strong,
.text-only-block.bg-primarylight-color ol a strong,
.text-only-block.bg-primarylight-color ol > li a strong,
.text-only-block.bg-primarylight-color span a strong,
.text-only-block.bg-primarylight-color blockquote a strong,
.text-only-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-only-block.bg-primarydark-color h2 a strong,
.text-only-block.bg-primarydark-color h3 a strong,
.text-only-block.bg-primarydark-color h4 a strong,
.text-only-block.bg-primarydark-color h5 a strong,
.text-only-block.bg-primarydark-color h6 a strong,
.text-only-block.bg-primarydark-color p a strong,
.text-only-block.bg-primarydark-color em a strong,
.text-only-block.bg-primarydark-color ul a strong,
.text-only-block.bg-primarydark-color ul > li a strong,
.text-only-block.bg-primarydark-color ol a strong,
.text-only-block.bg-primarydark-color ol > li a strong,
.text-only-block.bg-primarydark-color span a strong,
.text-only-block.bg-primarydark-color blockquote a strong,
.text-only-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-only-block.bg-tertiarylight-color h2 a strong,
.text-only-block.bg-tertiarylight-color h3 a strong,
.text-only-block.bg-tertiarylight-color h4 a strong,
.text-only-block.bg-tertiarylight-color h5 a strong,
.text-only-block.bg-tertiarylight-color h6 a strong,
.text-only-block.bg-tertiarylight-color p a strong,
.text-only-block.bg-tertiarylight-color em a strong,
.text-only-block.bg-tertiarylight-color ul a strong,
.text-only-block.bg-tertiarylight-color ul > li a strong,
.text-only-block.bg-tertiarylight-color ol a strong,
.text-only-block.bg-tertiarylight-color ol > li a strong,
.text-only-block.bg-tertiarylight-color span a strong,
.text-only-block.bg-tertiarylight-color blockquote a strong,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-only-block.bg-black-color h2 a strong,
.text-only-block.bg-black-color h3 a strong,
.text-only-block.bg-black-color h4 a strong,
.text-only-block.bg-black-color h5 a strong,
.text-only-block.bg-black-color h6 a strong,
.text-only-block.bg-black-color p a strong,
.text-only-block.bg-black-color em a strong,
.text-only-block.bg-black-color ul a strong,
.text-only-block.bg-black-color ul > li a strong,
.text-only-block.bg-black-color ol a strong,
.text-only-block.bg-black-color ol > li a strong,
.text-only-block.bg-black-color span a strong,
.text-only-block.bg-black-color blockquote a strong,
.text-only-block.bg-black-color a:not([class*=btn]) a strong,
.video-text-block.bg-primary-color h2 a strong,
.video-text-block.bg-primary-color h3 a strong,
.video-text-block.bg-primary-color h4 a strong,
.video-text-block.bg-primary-color h5 a strong,
.video-text-block.bg-primary-color h6 a strong,
.video-text-block.bg-primary-color p a strong,
.video-text-block.bg-primary-color em a strong,
.video-text-block.bg-primary-color ul a strong,
.video-text-block.bg-primary-color ul > li a strong,
.video-text-block.bg-primary-color ol a strong,
.video-text-block.bg-primary-color ol > li a strong,
.video-text-block.bg-primary-color span a strong,
.video-text-block.bg-primary-color blockquote a strong,
.video-text-block.bg-primary-color a:not([class*=btn]) a strong,
.video-text-block.bg-primarylight-color h2 a strong,
.video-text-block.bg-primarylight-color h3 a strong,
.video-text-block.bg-primarylight-color h4 a strong,
.video-text-block.bg-primarylight-color h5 a strong,
.video-text-block.bg-primarylight-color h6 a strong,
.video-text-block.bg-primarylight-color p a strong,
.video-text-block.bg-primarylight-color em a strong,
.video-text-block.bg-primarylight-color ul a strong,
.video-text-block.bg-primarylight-color ul > li a strong,
.video-text-block.bg-primarylight-color ol a strong,
.video-text-block.bg-primarylight-color ol > li a strong,
.video-text-block.bg-primarylight-color span a strong,
.video-text-block.bg-primarylight-color blockquote a strong,
.video-text-block.bg-primarylight-color a:not([class*=btn]) a strong,
.video-text-block.bg-primarydark-color h2 a strong,
.video-text-block.bg-primarydark-color h3 a strong,
.video-text-block.bg-primarydark-color h4 a strong,
.video-text-block.bg-primarydark-color h5 a strong,
.video-text-block.bg-primarydark-color h6 a strong,
.video-text-block.bg-primarydark-color p a strong,
.video-text-block.bg-primarydark-color em a strong,
.video-text-block.bg-primarydark-color ul a strong,
.video-text-block.bg-primarydark-color ul > li a strong,
.video-text-block.bg-primarydark-color ol a strong,
.video-text-block.bg-primarydark-color ol > li a strong,
.video-text-block.bg-primarydark-color span a strong,
.video-text-block.bg-primarydark-color blockquote a strong,
.video-text-block.bg-primarydark-color a:not([class*=btn]) a strong,
.video-text-block.bg-tertiarylight-color h2 a strong,
.video-text-block.bg-tertiarylight-color h3 a strong,
.video-text-block.bg-tertiarylight-color h4 a strong,
.video-text-block.bg-tertiarylight-color h5 a strong,
.video-text-block.bg-tertiarylight-color h6 a strong,
.video-text-block.bg-tertiarylight-color p a strong,
.video-text-block.bg-tertiarylight-color em a strong,
.video-text-block.bg-tertiarylight-color ul a strong,
.video-text-block.bg-tertiarylight-color ul > li a strong,
.video-text-block.bg-tertiarylight-color ol a strong,
.video-text-block.bg-tertiarylight-color ol > li a strong,
.video-text-block.bg-tertiarylight-color span a strong,
.video-text-block.bg-tertiarylight-color blockquote a strong,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.video-text-block.bg-black-color h2 a strong,
.video-text-block.bg-black-color h3 a strong,
.video-text-block.bg-black-color h4 a strong,
.video-text-block.bg-black-color h5 a strong,
.video-text-block.bg-black-color h6 a strong,
.video-text-block.bg-black-color p a strong,
.video-text-block.bg-black-color em a strong,
.video-text-block.bg-black-color ul a strong,
.video-text-block.bg-black-color ul > li a strong,
.video-text-block.bg-black-color ol a strong,
.video-text-block.bg-black-color ol > li a strong,
.video-text-block.bg-black-color span a strong,
.video-text-block.bg-black-color blockquote a strong,
.video-text-block.bg-black-color a:not([class*=btn]) a strong,
.text-list-block.bg-primary-color h2 a strong,
.text-list-block.bg-primary-color h3 a strong,
.text-list-block.bg-primary-color h4 a strong,
.text-list-block.bg-primary-color h5 a strong,
.text-list-block.bg-primary-color h6 a strong,
.text-list-block.bg-primary-color p a strong,
.text-list-block.bg-primary-color em a strong,
.text-list-block.bg-primary-color ul a strong,
.text-list-block.bg-primary-color ul > li a strong,
.text-list-block.bg-primary-color ol a strong,
.text-list-block.bg-primary-color ol > li a strong,
.text-list-block.bg-primary-color span a strong,
.text-list-block.bg-primary-color blockquote a strong,
.text-list-block.bg-primary-color a:not([class*=btn]) a strong,
.text-list-block.bg-primarylight-color h2 a strong,
.text-list-block.bg-primarylight-color h3 a strong,
.text-list-block.bg-primarylight-color h4 a strong,
.text-list-block.bg-primarylight-color h5 a strong,
.text-list-block.bg-primarylight-color h6 a strong,
.text-list-block.bg-primarylight-color p a strong,
.text-list-block.bg-primarylight-color em a strong,
.text-list-block.bg-primarylight-color ul a strong,
.text-list-block.bg-primarylight-color ul > li a strong,
.text-list-block.bg-primarylight-color ol a strong,
.text-list-block.bg-primarylight-color ol > li a strong,
.text-list-block.bg-primarylight-color span a strong,
.text-list-block.bg-primarylight-color blockquote a strong,
.text-list-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-list-block.bg-primarydark-color h2 a strong,
.text-list-block.bg-primarydark-color h3 a strong,
.text-list-block.bg-primarydark-color h4 a strong,
.text-list-block.bg-primarydark-color h5 a strong,
.text-list-block.bg-primarydark-color h6 a strong,
.text-list-block.bg-primarydark-color p a strong,
.text-list-block.bg-primarydark-color em a strong,
.text-list-block.bg-primarydark-color ul a strong,
.text-list-block.bg-primarydark-color ul > li a strong,
.text-list-block.bg-primarydark-color ol a strong,
.text-list-block.bg-primarydark-color ol > li a strong,
.text-list-block.bg-primarydark-color span a strong,
.text-list-block.bg-primarydark-color blockquote a strong,
.text-list-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-list-block.bg-tertiarylight-color h2 a strong,
.text-list-block.bg-tertiarylight-color h3 a strong,
.text-list-block.bg-tertiarylight-color h4 a strong,
.text-list-block.bg-tertiarylight-color h5 a strong,
.text-list-block.bg-tertiarylight-color h6 a strong,
.text-list-block.bg-tertiarylight-color p a strong,
.text-list-block.bg-tertiarylight-color em a strong,
.text-list-block.bg-tertiarylight-color ul a strong,
.text-list-block.bg-tertiarylight-color ul > li a strong,
.text-list-block.bg-tertiarylight-color ol a strong,
.text-list-block.bg-tertiarylight-color ol > li a strong,
.text-list-block.bg-tertiarylight-color span a strong,
.text-list-block.bg-tertiarylight-color blockquote a strong,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-list-block.bg-black-color h2 a strong,
.text-list-block.bg-black-color h3 a strong,
.text-list-block.bg-black-color h4 a strong,
.text-list-block.bg-black-color h5 a strong,
.text-list-block.bg-black-color h6 a strong,
.text-list-block.bg-black-color p a strong,
.text-list-block.bg-black-color em a strong,
.text-list-block.bg-black-color ul a strong,
.text-list-block.bg-black-color ul > li a strong,
.text-list-block.bg-black-color ol a strong,
.text-list-block.bg-black-color ol > li a strong,
.text-list-block.bg-black-color span a strong,
.text-list-block.bg-black-color blockquote a strong,
.text-list-block.bg-black-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primary-color h2 a strong,
.image-carousel-block.bg-primary-color h3 a strong,
.image-carousel-block.bg-primary-color h4 a strong,
.image-carousel-block.bg-primary-color h5 a strong,
.image-carousel-block.bg-primary-color h6 a strong,
.image-carousel-block.bg-primary-color p a strong,
.image-carousel-block.bg-primary-color em a strong,
.image-carousel-block.bg-primary-color ul a strong,
.image-carousel-block.bg-primary-color ul > li a strong,
.image-carousel-block.bg-primary-color ol a strong,
.image-carousel-block.bg-primary-color ol > li a strong,
.image-carousel-block.bg-primary-color span a strong,
.image-carousel-block.bg-primary-color blockquote a strong,
.image-carousel-block.bg-primary-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primarylight-color h2 a strong,
.image-carousel-block.bg-primarylight-color h3 a strong,
.image-carousel-block.bg-primarylight-color h4 a strong,
.image-carousel-block.bg-primarylight-color h5 a strong,
.image-carousel-block.bg-primarylight-color h6 a strong,
.image-carousel-block.bg-primarylight-color p a strong,
.image-carousel-block.bg-primarylight-color em a strong,
.image-carousel-block.bg-primarylight-color ul a strong,
.image-carousel-block.bg-primarylight-color ul > li a strong,
.image-carousel-block.bg-primarylight-color ol a strong,
.image-carousel-block.bg-primarylight-color ol > li a strong,
.image-carousel-block.bg-primarylight-color span a strong,
.image-carousel-block.bg-primarylight-color blockquote a strong,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primarydark-color h2 a strong,
.image-carousel-block.bg-primarydark-color h3 a strong,
.image-carousel-block.bg-primarydark-color h4 a strong,
.image-carousel-block.bg-primarydark-color h5 a strong,
.image-carousel-block.bg-primarydark-color h6 a strong,
.image-carousel-block.bg-primarydark-color p a strong,
.image-carousel-block.bg-primarydark-color em a strong,
.image-carousel-block.bg-primarydark-color ul a strong,
.image-carousel-block.bg-primarydark-color ul > li a strong,
.image-carousel-block.bg-primarydark-color ol a strong,
.image-carousel-block.bg-primarydark-color ol > li a strong,
.image-carousel-block.bg-primarydark-color span a strong,
.image-carousel-block.bg-primarydark-color blockquote a strong,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-tertiarylight-color h2 a strong,
.image-carousel-block.bg-tertiarylight-color h3 a strong,
.image-carousel-block.bg-tertiarylight-color h4 a strong,
.image-carousel-block.bg-tertiarylight-color h5 a strong,
.image-carousel-block.bg-tertiarylight-color h6 a strong,
.image-carousel-block.bg-tertiarylight-color p a strong,
.image-carousel-block.bg-tertiarylight-color em a strong,
.image-carousel-block.bg-tertiarylight-color ul a strong,
.image-carousel-block.bg-tertiarylight-color ul > li a strong,
.image-carousel-block.bg-tertiarylight-color ol a strong,
.image-carousel-block.bg-tertiarylight-color ol > li a strong,
.image-carousel-block.bg-tertiarylight-color span a strong,
.image-carousel-block.bg-tertiarylight-color blockquote a strong,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-black-color h2 a strong,
.image-carousel-block.bg-black-color h3 a strong,
.image-carousel-block.bg-black-color h4 a strong,
.image-carousel-block.bg-black-color h5 a strong,
.image-carousel-block.bg-black-color h6 a strong,
.image-carousel-block.bg-black-color p a strong,
.image-carousel-block.bg-black-color em a strong,
.image-carousel-block.bg-black-color ul a strong,
.image-carousel-block.bg-black-color ul > li a strong,
.image-carousel-block.bg-black-color ol a strong,
.image-carousel-block.bg-black-color ol > li a strong,
.image-carousel-block.bg-black-color span a strong,
.image-carousel-block.bg-black-color blockquote a strong,
.image-carousel-block.bg-black-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primary-color h2 a strong,
.detail-call-out-block.bg-primary-color h3 a strong,
.detail-call-out-block.bg-primary-color h4 a strong,
.detail-call-out-block.bg-primary-color h5 a strong,
.detail-call-out-block.bg-primary-color h6 a strong,
.detail-call-out-block.bg-primary-color p a strong,
.detail-call-out-block.bg-primary-color em a strong,
.detail-call-out-block.bg-primary-color ul a strong,
.detail-call-out-block.bg-primary-color ul > li a strong,
.detail-call-out-block.bg-primary-color ol a strong,
.detail-call-out-block.bg-primary-color ol > li a strong,
.detail-call-out-block.bg-primary-color span a strong,
.detail-call-out-block.bg-primary-color blockquote a strong,
.detail-call-out-block.bg-primary-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primarylight-color h2 a strong,
.detail-call-out-block.bg-primarylight-color h3 a strong,
.detail-call-out-block.bg-primarylight-color h4 a strong,
.detail-call-out-block.bg-primarylight-color h5 a strong,
.detail-call-out-block.bg-primarylight-color h6 a strong,
.detail-call-out-block.bg-primarylight-color p a strong,
.detail-call-out-block.bg-primarylight-color em a strong,
.detail-call-out-block.bg-primarylight-color ul a strong,
.detail-call-out-block.bg-primarylight-color ul > li a strong,
.detail-call-out-block.bg-primarylight-color ol a strong,
.detail-call-out-block.bg-primarylight-color ol > li a strong,
.detail-call-out-block.bg-primarylight-color span a strong,
.detail-call-out-block.bg-primarylight-color blockquote a strong,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primarydark-color h2 a strong,
.detail-call-out-block.bg-primarydark-color h3 a strong,
.detail-call-out-block.bg-primarydark-color h4 a strong,
.detail-call-out-block.bg-primarydark-color h5 a strong,
.detail-call-out-block.bg-primarydark-color h6 a strong,
.detail-call-out-block.bg-primarydark-color p a strong,
.detail-call-out-block.bg-primarydark-color em a strong,
.detail-call-out-block.bg-primarydark-color ul a strong,
.detail-call-out-block.bg-primarydark-color ul > li a strong,
.detail-call-out-block.bg-primarydark-color ol a strong,
.detail-call-out-block.bg-primarydark-color ol > li a strong,
.detail-call-out-block.bg-primarydark-color span a strong,
.detail-call-out-block.bg-primarydark-color blockquote a strong,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-tertiarylight-color h2 a strong,
.detail-call-out-block.bg-tertiarylight-color h3 a strong,
.detail-call-out-block.bg-tertiarylight-color h4 a strong,
.detail-call-out-block.bg-tertiarylight-color h5 a strong,
.detail-call-out-block.bg-tertiarylight-color h6 a strong,
.detail-call-out-block.bg-tertiarylight-color p a strong,
.detail-call-out-block.bg-tertiarylight-color em a strong,
.detail-call-out-block.bg-tertiarylight-color ul a strong,
.detail-call-out-block.bg-tertiarylight-color ul > li a strong,
.detail-call-out-block.bg-tertiarylight-color ol a strong,
.detail-call-out-block.bg-tertiarylight-color ol > li a strong,
.detail-call-out-block.bg-tertiarylight-color span a strong,
.detail-call-out-block.bg-tertiarylight-color blockquote a strong,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-black-color h2 a strong,
.detail-call-out-block.bg-black-color h3 a strong,
.detail-call-out-block.bg-black-color h4 a strong,
.detail-call-out-block.bg-black-color h5 a strong,
.detail-call-out-block.bg-black-color h6 a strong,
.detail-call-out-block.bg-black-color p a strong,
.detail-call-out-block.bg-black-color em a strong,
.detail-call-out-block.bg-black-color ul a strong,
.detail-call-out-block.bg-black-color ul > li a strong,
.detail-call-out-block.bg-black-color ol a strong,
.detail-call-out-block.bg-black-color ol > li a strong,
.detail-call-out-block.bg-black-color span a strong,
.detail-call-out-block.bg-black-color blockquote a strong,
.detail-call-out-block.bg-black-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primary-color h2 a strong,
.accordion-effect-block.bg-primary-color h3 a strong,
.accordion-effect-block.bg-primary-color h4 a strong,
.accordion-effect-block.bg-primary-color h5 a strong,
.accordion-effect-block.bg-primary-color h6 a strong,
.accordion-effect-block.bg-primary-color p a strong,
.accordion-effect-block.bg-primary-color em a strong,
.accordion-effect-block.bg-primary-color ul a strong,
.accordion-effect-block.bg-primary-color ul > li a strong,
.accordion-effect-block.bg-primary-color ol a strong,
.accordion-effect-block.bg-primary-color ol > li a strong,
.accordion-effect-block.bg-primary-color span a strong,
.accordion-effect-block.bg-primary-color blockquote a strong,
.accordion-effect-block.bg-primary-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primarylight-color h2 a strong,
.accordion-effect-block.bg-primarylight-color h3 a strong,
.accordion-effect-block.bg-primarylight-color h4 a strong,
.accordion-effect-block.bg-primarylight-color h5 a strong,
.accordion-effect-block.bg-primarylight-color h6 a strong,
.accordion-effect-block.bg-primarylight-color p a strong,
.accordion-effect-block.bg-primarylight-color em a strong,
.accordion-effect-block.bg-primarylight-color ul a strong,
.accordion-effect-block.bg-primarylight-color ul > li a strong,
.accordion-effect-block.bg-primarylight-color ol a strong,
.accordion-effect-block.bg-primarylight-color ol > li a strong,
.accordion-effect-block.bg-primarylight-color span a strong,
.accordion-effect-block.bg-primarylight-color blockquote a strong,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primarydark-color h2 a strong,
.accordion-effect-block.bg-primarydark-color h3 a strong,
.accordion-effect-block.bg-primarydark-color h4 a strong,
.accordion-effect-block.bg-primarydark-color h5 a strong,
.accordion-effect-block.bg-primarydark-color h6 a strong,
.accordion-effect-block.bg-primarydark-color p a strong,
.accordion-effect-block.bg-primarydark-color em a strong,
.accordion-effect-block.bg-primarydark-color ul a strong,
.accordion-effect-block.bg-primarydark-color ul > li a strong,
.accordion-effect-block.bg-primarydark-color ol a strong,
.accordion-effect-block.bg-primarydark-color ol > li a strong,
.accordion-effect-block.bg-primarydark-color span a strong,
.accordion-effect-block.bg-primarydark-color blockquote a strong,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-tertiarylight-color h2 a strong,
.accordion-effect-block.bg-tertiarylight-color h3 a strong,
.accordion-effect-block.bg-tertiarylight-color h4 a strong,
.accordion-effect-block.bg-tertiarylight-color h5 a strong,
.accordion-effect-block.bg-tertiarylight-color h6 a strong,
.accordion-effect-block.bg-tertiarylight-color p a strong,
.accordion-effect-block.bg-tertiarylight-color em a strong,
.accordion-effect-block.bg-tertiarylight-color ul a strong,
.accordion-effect-block.bg-tertiarylight-color ul > li a strong,
.accordion-effect-block.bg-tertiarylight-color ol a strong,
.accordion-effect-block.bg-tertiarylight-color ol > li a strong,
.accordion-effect-block.bg-tertiarylight-color span a strong,
.accordion-effect-block.bg-tertiarylight-color blockquote a strong,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-black-color h2 a strong,
.accordion-effect-block.bg-black-color h3 a strong,
.accordion-effect-block.bg-black-color h4 a strong,
.accordion-effect-block.bg-black-color h5 a strong,
.accordion-effect-block.bg-black-color h6 a strong,
.accordion-effect-block.bg-black-color p a strong,
.accordion-effect-block.bg-black-color em a strong,
.accordion-effect-block.bg-black-color ul a strong,
.accordion-effect-block.bg-black-color ul > li a strong,
.accordion-effect-block.bg-black-color ol a strong,
.accordion-effect-block.bg-black-color ol > li a strong,
.accordion-effect-block.bg-black-color span a strong,
.accordion-effect-block.bg-black-color blockquote a strong,
.accordion-effect-block.bg-black-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primary-color h2 a strong,
.donate-text-only-block.bg-primary-color h3 a strong,
.donate-text-only-block.bg-primary-color h4 a strong,
.donate-text-only-block.bg-primary-color h5 a strong,
.donate-text-only-block.bg-primary-color h6 a strong,
.donate-text-only-block.bg-primary-color p a strong,
.donate-text-only-block.bg-primary-color em a strong,
.donate-text-only-block.bg-primary-color ul a strong,
.donate-text-only-block.bg-primary-color ul > li a strong,
.donate-text-only-block.bg-primary-color ol a strong,
.donate-text-only-block.bg-primary-color ol > li a strong,
.donate-text-only-block.bg-primary-color span a strong,
.donate-text-only-block.bg-primary-color blockquote a strong,
.donate-text-only-block.bg-primary-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primarylight-color h2 a strong,
.donate-text-only-block.bg-primarylight-color h3 a strong,
.donate-text-only-block.bg-primarylight-color h4 a strong,
.donate-text-only-block.bg-primarylight-color h5 a strong,
.donate-text-only-block.bg-primarylight-color h6 a strong,
.donate-text-only-block.bg-primarylight-color p a strong,
.donate-text-only-block.bg-primarylight-color em a strong,
.donate-text-only-block.bg-primarylight-color ul a strong,
.donate-text-only-block.bg-primarylight-color ul > li a strong,
.donate-text-only-block.bg-primarylight-color ol a strong,
.donate-text-only-block.bg-primarylight-color ol > li a strong,
.donate-text-only-block.bg-primarylight-color span a strong,
.donate-text-only-block.bg-primarylight-color blockquote a strong,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primarydark-color h2 a strong,
.donate-text-only-block.bg-primarydark-color h3 a strong,
.donate-text-only-block.bg-primarydark-color h4 a strong,
.donate-text-only-block.bg-primarydark-color h5 a strong,
.donate-text-only-block.bg-primarydark-color h6 a strong,
.donate-text-only-block.bg-primarydark-color p a strong,
.donate-text-only-block.bg-primarydark-color em a strong,
.donate-text-only-block.bg-primarydark-color ul a strong,
.donate-text-only-block.bg-primarydark-color ul > li a strong,
.donate-text-only-block.bg-primarydark-color ol a strong,
.donate-text-only-block.bg-primarydark-color ol > li a strong,
.donate-text-only-block.bg-primarydark-color span a strong,
.donate-text-only-block.bg-primarydark-color blockquote a strong,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-tertiarylight-color h2 a strong,
.donate-text-only-block.bg-tertiarylight-color h3 a strong,
.donate-text-only-block.bg-tertiarylight-color h4 a strong,
.donate-text-only-block.bg-tertiarylight-color h5 a strong,
.donate-text-only-block.bg-tertiarylight-color h6 a strong,
.donate-text-only-block.bg-tertiarylight-color p a strong,
.donate-text-only-block.bg-tertiarylight-color em a strong,
.donate-text-only-block.bg-tertiarylight-color ul a strong,
.donate-text-only-block.bg-tertiarylight-color ul > li a strong,
.donate-text-only-block.bg-tertiarylight-color ol a strong,
.donate-text-only-block.bg-tertiarylight-color ol > li a strong,
.donate-text-only-block.bg-tertiarylight-color span a strong,
.donate-text-only-block.bg-tertiarylight-color blockquote a strong,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-black-color h2 a strong,
.donate-text-only-block.bg-black-color h3 a strong,
.donate-text-only-block.bg-black-color h4 a strong,
.donate-text-only-block.bg-black-color h5 a strong,
.donate-text-only-block.bg-black-color h6 a strong,
.donate-text-only-block.bg-black-color p a strong,
.donate-text-only-block.bg-black-color em a strong,
.donate-text-only-block.bg-black-color ul a strong,
.donate-text-only-block.bg-black-color ul > li a strong,
.donate-text-only-block.bg-black-color ol a strong,
.donate-text-only-block.bg-black-color ol > li a strong,
.donate-text-only-block.bg-black-color span a strong,
.donate-text-only-block.bg-black-color blockquote a strong,
.donate-text-only-block.bg-black-color a:not([class*=btn]) a strong {
  font-weight: 500 !important;
  color: initial !important;
}
.entry-content.bg-primary-color h2 a strong, .entry-content.bg-primary-color h2 a em, .entry-content.bg-primary-color h2 a strong em, .entry-content.bg-primary-color h3 a strong, .entry-content.bg-primary-color h3 a em, .entry-content.bg-primary-color h3 a strong em, .entry-content.bg-primary-color h4 a strong, .entry-content.bg-primary-color h4 a em, .entry-content.bg-primary-color h4 a strong em, .entry-content.bg-primary-color h5 a strong, .entry-content.bg-primary-color h5 a em, .entry-content.bg-primary-color h5 a strong em, .entry-content.bg-primary-color h6 a strong, .entry-content.bg-primary-color h6 a em, .entry-content.bg-primary-color h6 a strong em, .entry-content.bg-primary-color p a strong, .entry-content.bg-primary-color p a em, .entry-content.bg-primary-color p a strong em, .entry-content.bg-primary-color em a strong, .entry-content.bg-primary-color em a em, .entry-content.bg-primary-color em a strong em, .entry-content.bg-primary-color ul a strong, .entry-content.bg-primary-color ul a em, .entry-content.bg-primary-color ul a strong em, .entry-content.bg-primary-color ul > li a strong, .entry-content.bg-primary-color ul > li a em, .entry-content.bg-primary-color ul > li a strong em, .entry-content.bg-primary-color ol a strong, .entry-content.bg-primary-color ol a em, .entry-content.bg-primary-color ol a strong em, .entry-content.bg-primary-color ol > li a strong, .entry-content.bg-primary-color ol > li a em, .entry-content.bg-primary-color ol > li a strong em, .entry-content.bg-primary-color span a strong, .entry-content.bg-primary-color span a em, .entry-content.bg-primary-color span a strong em, .entry-content.bg-primary-color blockquote a strong, .entry-content.bg-primary-color blockquote a em, .entry-content.bg-primary-color blockquote a strong em, .entry-content.bg-primary-color a:not([class*=btn]) a strong, .entry-content.bg-primary-color a:not([class*=btn]) a em, .entry-content.bg-primary-color a:not([class*=btn]) a strong em, .entry-content.bg-primarylight-color h2 a strong, .entry-content.bg-primarylight-color h2 a em, .entry-content.bg-primarylight-color h2 a strong em, .entry-content.bg-primarylight-color h3 a strong, .entry-content.bg-primarylight-color h3 a em, .entry-content.bg-primarylight-color h3 a strong em, .entry-content.bg-primarylight-color h4 a strong, .entry-content.bg-primarylight-color h4 a em, .entry-content.bg-primarylight-color h4 a strong em, .entry-content.bg-primarylight-color h5 a strong, .entry-content.bg-primarylight-color h5 a em, .entry-content.bg-primarylight-color h5 a strong em, .entry-content.bg-primarylight-color h6 a strong, .entry-content.bg-primarylight-color h6 a em, .entry-content.bg-primarylight-color h6 a strong em, .entry-content.bg-primarylight-color p a strong, .entry-content.bg-primarylight-color p a em, .entry-content.bg-primarylight-color p a strong em, .entry-content.bg-primarylight-color em a strong, .entry-content.bg-primarylight-color em a em, .entry-content.bg-primarylight-color em a strong em, .entry-content.bg-primarylight-color ul a strong, .entry-content.bg-primarylight-color ul a em, .entry-content.bg-primarylight-color ul a strong em, .entry-content.bg-primarylight-color ul > li a strong, .entry-content.bg-primarylight-color ul > li a em, .entry-content.bg-primarylight-color ul > li a strong em, .entry-content.bg-primarylight-color ol a strong, .entry-content.bg-primarylight-color ol a em, .entry-content.bg-primarylight-color ol a strong em, .entry-content.bg-primarylight-color ol > li a strong, .entry-content.bg-primarylight-color ol > li a em, .entry-content.bg-primarylight-color ol > li a strong em, .entry-content.bg-primarylight-color span a strong, .entry-content.bg-primarylight-color span a em, .entry-content.bg-primarylight-color span a strong em, .entry-content.bg-primarylight-color blockquote a strong, .entry-content.bg-primarylight-color blockquote a em, .entry-content.bg-primarylight-color blockquote a strong em, .entry-content.bg-primarylight-color a:not([class*=btn]) a strong, .entry-content.bg-primarylight-color a:not([class*=btn]) a em, .entry-content.bg-primarylight-color a:not([class*=btn]) a strong em, .entry-content.bg-primarydark-color h2 a strong, .entry-content.bg-primarydark-color h2 a em, .entry-content.bg-primarydark-color h2 a strong em, .entry-content.bg-primarydark-color h3 a strong, .entry-content.bg-primarydark-color h3 a em, .entry-content.bg-primarydark-color h3 a strong em, .entry-content.bg-primarydark-color h4 a strong, .entry-content.bg-primarydark-color h4 a em, .entry-content.bg-primarydark-color h4 a strong em, .entry-content.bg-primarydark-color h5 a strong, .entry-content.bg-primarydark-color h5 a em, .entry-content.bg-primarydark-color h5 a strong em, .entry-content.bg-primarydark-color h6 a strong, .entry-content.bg-primarydark-color h6 a em, .entry-content.bg-primarydark-color h6 a strong em, .entry-content.bg-primarydark-color p a strong, .entry-content.bg-primarydark-color p a em, .entry-content.bg-primarydark-color p a strong em, .entry-content.bg-primarydark-color em a strong, .entry-content.bg-primarydark-color em a em, .entry-content.bg-primarydark-color em a strong em, .entry-content.bg-primarydark-color ul a strong, .entry-content.bg-primarydark-color ul a em, .entry-content.bg-primarydark-color ul a strong em, .entry-content.bg-primarydark-color ul > li a strong, .entry-content.bg-primarydark-color ul > li a em, .entry-content.bg-primarydark-color ul > li a strong em, .entry-content.bg-primarydark-color ol a strong, .entry-content.bg-primarydark-color ol a em, .entry-content.bg-primarydark-color ol a strong em, .entry-content.bg-primarydark-color ol > li a strong, .entry-content.bg-primarydark-color ol > li a em, .entry-content.bg-primarydark-color ol > li a strong em, .entry-content.bg-primarydark-color span a strong, .entry-content.bg-primarydark-color span a em, .entry-content.bg-primarydark-color span a strong em, .entry-content.bg-primarydark-color blockquote a strong, .entry-content.bg-primarydark-color blockquote a em, .entry-content.bg-primarydark-color blockquote a strong em, .entry-content.bg-primarydark-color a:not([class*=btn]) a strong, .entry-content.bg-primarydark-color a:not([class*=btn]) a em, .entry-content.bg-primarydark-color a:not([class*=btn]) a strong em, .entry-content.bg-tertiarylight-color h2 a strong, .entry-content.bg-tertiarylight-color h2 a em, .entry-content.bg-tertiarylight-color h2 a strong em, .entry-content.bg-tertiarylight-color h3 a strong, .entry-content.bg-tertiarylight-color h3 a em, .entry-content.bg-tertiarylight-color h3 a strong em, .entry-content.bg-tertiarylight-color h4 a strong, .entry-content.bg-tertiarylight-color h4 a em, .entry-content.bg-tertiarylight-color h4 a strong em, .entry-content.bg-tertiarylight-color h5 a strong, .entry-content.bg-tertiarylight-color h5 a em, .entry-content.bg-tertiarylight-color h5 a strong em, .entry-content.bg-tertiarylight-color h6 a strong, .entry-content.bg-tertiarylight-color h6 a em, .entry-content.bg-tertiarylight-color h6 a strong em, .entry-content.bg-tertiarylight-color p a strong, .entry-content.bg-tertiarylight-color p a em, .entry-content.bg-tertiarylight-color p a strong em, .entry-content.bg-tertiarylight-color em a strong, .entry-content.bg-tertiarylight-color em a em, .entry-content.bg-tertiarylight-color em a strong em, .entry-content.bg-tertiarylight-color ul a strong, .entry-content.bg-tertiarylight-color ul a em, .entry-content.bg-tertiarylight-color ul a strong em, .entry-content.bg-tertiarylight-color ul > li a strong, .entry-content.bg-tertiarylight-color ul > li a em, .entry-content.bg-tertiarylight-color ul > li a strong em, .entry-content.bg-tertiarylight-color ol a strong, .entry-content.bg-tertiarylight-color ol a em, .entry-content.bg-tertiarylight-color ol a strong em, .entry-content.bg-tertiarylight-color ol > li a strong, .entry-content.bg-tertiarylight-color ol > li a em, .entry-content.bg-tertiarylight-color ol > li a strong em, .entry-content.bg-tertiarylight-color span a strong, .entry-content.bg-tertiarylight-color span a em, .entry-content.bg-tertiarylight-color span a strong em, .entry-content.bg-tertiarylight-color blockquote a strong, .entry-content.bg-tertiarylight-color blockquote a em, .entry-content.bg-tertiarylight-color blockquote a strong em, .entry-content.bg-tertiarylight-color a:not([class*=btn]) a strong, .entry-content.bg-tertiarylight-color a:not([class*=btn]) a em, .entry-content.bg-tertiarylight-color a:not([class*=btn]) a strong em, .entry-content.bg-black-color h2 a strong, .entry-content.bg-black-color h2 a em, .entry-content.bg-black-color h2 a strong em, .entry-content.bg-black-color h3 a strong, .entry-content.bg-black-color h3 a em, .entry-content.bg-black-color h3 a strong em, .entry-content.bg-black-color h4 a strong, .entry-content.bg-black-color h4 a em, .entry-content.bg-black-color h4 a strong em, .entry-content.bg-black-color h5 a strong, .entry-content.bg-black-color h5 a em, .entry-content.bg-black-color h5 a strong em, .entry-content.bg-black-color h6 a strong, .entry-content.bg-black-color h6 a em, .entry-content.bg-black-color h6 a strong em, .entry-content.bg-black-color p a strong, .entry-content.bg-black-color p a em, .entry-content.bg-black-color p a strong em, .entry-content.bg-black-color em a strong, .entry-content.bg-black-color em a em, .entry-content.bg-black-color em a strong em, .entry-content.bg-black-color ul a strong, .entry-content.bg-black-color ul a em, .entry-content.bg-black-color ul a strong em, .entry-content.bg-black-color ul > li a strong, .entry-content.bg-black-color ul > li a em, .entry-content.bg-black-color ul > li a strong em, .entry-content.bg-black-color ol a strong, .entry-content.bg-black-color ol a em, .entry-content.bg-black-color ol a strong em, .entry-content.bg-black-color ol > li a strong, .entry-content.bg-black-color ol > li a em, .entry-content.bg-black-color ol > li a strong em, .entry-content.bg-black-color span a strong, .entry-content.bg-black-color span a em, .entry-content.bg-black-color span a strong em, .entry-content.bg-black-color blockquote a strong, .entry-content.bg-black-color blockquote a em, .entry-content.bg-black-color blockquote a strong em, .entry-content.bg-black-color a:not([class*=btn]) a strong, .entry-content.bg-black-color a:not([class*=btn]) a em, .entry-content.bg-black-color a:not([class*=btn]) a strong em,
.text-photo-block.bg-primary-color h2 a strong,
.text-photo-block.bg-primary-color h2 a em,
.text-photo-block.bg-primary-color h2 a strong em,
.text-photo-block.bg-primary-color h3 a strong,
.text-photo-block.bg-primary-color h3 a em,
.text-photo-block.bg-primary-color h3 a strong em,
.text-photo-block.bg-primary-color h4 a strong,
.text-photo-block.bg-primary-color h4 a em,
.text-photo-block.bg-primary-color h4 a strong em,
.text-photo-block.bg-primary-color h5 a strong,
.text-photo-block.bg-primary-color h5 a em,
.text-photo-block.bg-primary-color h5 a strong em,
.text-photo-block.bg-primary-color h6 a strong,
.text-photo-block.bg-primary-color h6 a em,
.text-photo-block.bg-primary-color h6 a strong em,
.text-photo-block.bg-primary-color p a strong,
.text-photo-block.bg-primary-color p a em,
.text-photo-block.bg-primary-color p a strong em,
.text-photo-block.bg-primary-color em a strong,
.text-photo-block.bg-primary-color em a em,
.text-photo-block.bg-primary-color em a strong em,
.text-photo-block.bg-primary-color ul a strong,
.text-photo-block.bg-primary-color ul a em,
.text-photo-block.bg-primary-color ul a strong em,
.text-photo-block.bg-primary-color ul > li a strong,
.text-photo-block.bg-primary-color ul > li a em,
.text-photo-block.bg-primary-color ul > li a strong em,
.text-photo-block.bg-primary-color ol a strong,
.text-photo-block.bg-primary-color ol a em,
.text-photo-block.bg-primary-color ol a strong em,
.text-photo-block.bg-primary-color ol > li a strong,
.text-photo-block.bg-primary-color ol > li a em,
.text-photo-block.bg-primary-color ol > li a strong em,
.text-photo-block.bg-primary-color span a strong,
.text-photo-block.bg-primary-color span a em,
.text-photo-block.bg-primary-color span a strong em,
.text-photo-block.bg-primary-color blockquote a strong,
.text-photo-block.bg-primary-color blockquote a em,
.text-photo-block.bg-primary-color blockquote a strong em,
.text-photo-block.bg-primary-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primary-color a:not([class*=btn]) a em,
.text-photo-block.bg-primary-color a:not([class*=btn]) a strong em,
.text-photo-block.bg-primarylight-color h2 a strong,
.text-photo-block.bg-primarylight-color h2 a em,
.text-photo-block.bg-primarylight-color h2 a strong em,
.text-photo-block.bg-primarylight-color h3 a strong,
.text-photo-block.bg-primarylight-color h3 a em,
.text-photo-block.bg-primarylight-color h3 a strong em,
.text-photo-block.bg-primarylight-color h4 a strong,
.text-photo-block.bg-primarylight-color h4 a em,
.text-photo-block.bg-primarylight-color h4 a strong em,
.text-photo-block.bg-primarylight-color h5 a strong,
.text-photo-block.bg-primarylight-color h5 a em,
.text-photo-block.bg-primarylight-color h5 a strong em,
.text-photo-block.bg-primarylight-color h6 a strong,
.text-photo-block.bg-primarylight-color h6 a em,
.text-photo-block.bg-primarylight-color h6 a strong em,
.text-photo-block.bg-primarylight-color p a strong,
.text-photo-block.bg-primarylight-color p a em,
.text-photo-block.bg-primarylight-color p a strong em,
.text-photo-block.bg-primarylight-color em a strong,
.text-photo-block.bg-primarylight-color em a em,
.text-photo-block.bg-primarylight-color em a strong em,
.text-photo-block.bg-primarylight-color ul a strong,
.text-photo-block.bg-primarylight-color ul a em,
.text-photo-block.bg-primarylight-color ul a strong em,
.text-photo-block.bg-primarylight-color ul > li a strong,
.text-photo-block.bg-primarylight-color ul > li a em,
.text-photo-block.bg-primarylight-color ul > li a strong em,
.text-photo-block.bg-primarylight-color ol a strong,
.text-photo-block.bg-primarylight-color ol a em,
.text-photo-block.bg-primarylight-color ol a strong em,
.text-photo-block.bg-primarylight-color ol > li a strong,
.text-photo-block.bg-primarylight-color ol > li a em,
.text-photo-block.bg-primarylight-color ol > li a strong em,
.text-photo-block.bg-primarylight-color span a strong,
.text-photo-block.bg-primarylight-color span a em,
.text-photo-block.bg-primarylight-color span a strong em,
.text-photo-block.bg-primarylight-color blockquote a strong,
.text-photo-block.bg-primarylight-color blockquote a em,
.text-photo-block.bg-primarylight-color blockquote a strong em,
.text-photo-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primarylight-color a:not([class*=btn]) a em,
.text-photo-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.text-photo-block.bg-primarydark-color h2 a strong,
.text-photo-block.bg-primarydark-color h2 a em,
.text-photo-block.bg-primarydark-color h2 a strong em,
.text-photo-block.bg-primarydark-color h3 a strong,
.text-photo-block.bg-primarydark-color h3 a em,
.text-photo-block.bg-primarydark-color h3 a strong em,
.text-photo-block.bg-primarydark-color h4 a strong,
.text-photo-block.bg-primarydark-color h4 a em,
.text-photo-block.bg-primarydark-color h4 a strong em,
.text-photo-block.bg-primarydark-color h5 a strong,
.text-photo-block.bg-primarydark-color h5 a em,
.text-photo-block.bg-primarydark-color h5 a strong em,
.text-photo-block.bg-primarydark-color h6 a strong,
.text-photo-block.bg-primarydark-color h6 a em,
.text-photo-block.bg-primarydark-color h6 a strong em,
.text-photo-block.bg-primarydark-color p a strong,
.text-photo-block.bg-primarydark-color p a em,
.text-photo-block.bg-primarydark-color p a strong em,
.text-photo-block.bg-primarydark-color em a strong,
.text-photo-block.bg-primarydark-color em a em,
.text-photo-block.bg-primarydark-color em a strong em,
.text-photo-block.bg-primarydark-color ul a strong,
.text-photo-block.bg-primarydark-color ul a em,
.text-photo-block.bg-primarydark-color ul a strong em,
.text-photo-block.bg-primarydark-color ul > li a strong,
.text-photo-block.bg-primarydark-color ul > li a em,
.text-photo-block.bg-primarydark-color ul > li a strong em,
.text-photo-block.bg-primarydark-color ol a strong,
.text-photo-block.bg-primarydark-color ol a em,
.text-photo-block.bg-primarydark-color ol a strong em,
.text-photo-block.bg-primarydark-color ol > li a strong,
.text-photo-block.bg-primarydark-color ol > li a em,
.text-photo-block.bg-primarydark-color ol > li a strong em,
.text-photo-block.bg-primarydark-color span a strong,
.text-photo-block.bg-primarydark-color span a em,
.text-photo-block.bg-primarydark-color span a strong em,
.text-photo-block.bg-primarydark-color blockquote a strong,
.text-photo-block.bg-primarydark-color blockquote a em,
.text-photo-block.bg-primarydark-color blockquote a strong em,
.text-photo-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-photo-block.bg-primarydark-color a:not([class*=btn]) a em,
.text-photo-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.text-photo-block.bg-tertiarylight-color h2 a strong,
.text-photo-block.bg-tertiarylight-color h2 a em,
.text-photo-block.bg-tertiarylight-color h2 a strong em,
.text-photo-block.bg-tertiarylight-color h3 a strong,
.text-photo-block.bg-tertiarylight-color h3 a em,
.text-photo-block.bg-tertiarylight-color h3 a strong em,
.text-photo-block.bg-tertiarylight-color h4 a strong,
.text-photo-block.bg-tertiarylight-color h4 a em,
.text-photo-block.bg-tertiarylight-color h4 a strong em,
.text-photo-block.bg-tertiarylight-color h5 a strong,
.text-photo-block.bg-tertiarylight-color h5 a em,
.text-photo-block.bg-tertiarylight-color h5 a strong em,
.text-photo-block.bg-tertiarylight-color h6 a strong,
.text-photo-block.bg-tertiarylight-color h6 a em,
.text-photo-block.bg-tertiarylight-color h6 a strong em,
.text-photo-block.bg-tertiarylight-color p a strong,
.text-photo-block.bg-tertiarylight-color p a em,
.text-photo-block.bg-tertiarylight-color p a strong em,
.text-photo-block.bg-tertiarylight-color em a strong,
.text-photo-block.bg-tertiarylight-color em a em,
.text-photo-block.bg-tertiarylight-color em a strong em,
.text-photo-block.bg-tertiarylight-color ul a strong,
.text-photo-block.bg-tertiarylight-color ul a em,
.text-photo-block.bg-tertiarylight-color ul a strong em,
.text-photo-block.bg-tertiarylight-color ul > li a strong,
.text-photo-block.bg-tertiarylight-color ul > li a em,
.text-photo-block.bg-tertiarylight-color ul > li a strong em,
.text-photo-block.bg-tertiarylight-color ol a strong,
.text-photo-block.bg-tertiarylight-color ol a em,
.text-photo-block.bg-tertiarylight-color ol a strong em,
.text-photo-block.bg-tertiarylight-color ol > li a strong,
.text-photo-block.bg-tertiarylight-color ol > li a em,
.text-photo-block.bg-tertiarylight-color ol > li a strong em,
.text-photo-block.bg-tertiarylight-color span a strong,
.text-photo-block.bg-tertiarylight-color span a em,
.text-photo-block.bg-tertiarylight-color span a strong em,
.text-photo-block.bg-tertiarylight-color blockquote a strong,
.text-photo-block.bg-tertiarylight-color blockquote a em,
.text-photo-block.bg-tertiarylight-color blockquote a strong em,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.text-photo-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.text-photo-block.bg-black-color h2 a strong,
.text-photo-block.bg-black-color h2 a em,
.text-photo-block.bg-black-color h2 a strong em,
.text-photo-block.bg-black-color h3 a strong,
.text-photo-block.bg-black-color h3 a em,
.text-photo-block.bg-black-color h3 a strong em,
.text-photo-block.bg-black-color h4 a strong,
.text-photo-block.bg-black-color h4 a em,
.text-photo-block.bg-black-color h4 a strong em,
.text-photo-block.bg-black-color h5 a strong,
.text-photo-block.bg-black-color h5 a em,
.text-photo-block.bg-black-color h5 a strong em,
.text-photo-block.bg-black-color h6 a strong,
.text-photo-block.bg-black-color h6 a em,
.text-photo-block.bg-black-color h6 a strong em,
.text-photo-block.bg-black-color p a strong,
.text-photo-block.bg-black-color p a em,
.text-photo-block.bg-black-color p a strong em,
.text-photo-block.bg-black-color em a strong,
.text-photo-block.bg-black-color em a em,
.text-photo-block.bg-black-color em a strong em,
.text-photo-block.bg-black-color ul a strong,
.text-photo-block.bg-black-color ul a em,
.text-photo-block.bg-black-color ul a strong em,
.text-photo-block.bg-black-color ul > li a strong,
.text-photo-block.bg-black-color ul > li a em,
.text-photo-block.bg-black-color ul > li a strong em,
.text-photo-block.bg-black-color ol a strong,
.text-photo-block.bg-black-color ol a em,
.text-photo-block.bg-black-color ol a strong em,
.text-photo-block.bg-black-color ol > li a strong,
.text-photo-block.bg-black-color ol > li a em,
.text-photo-block.bg-black-color ol > li a strong em,
.text-photo-block.bg-black-color span a strong,
.text-photo-block.bg-black-color span a em,
.text-photo-block.bg-black-color span a strong em,
.text-photo-block.bg-black-color blockquote a strong,
.text-photo-block.bg-black-color blockquote a em,
.text-photo-block.bg-black-color blockquote a strong em,
.text-photo-block.bg-black-color a:not([class*=btn]) a strong,
.text-photo-block.bg-black-color a:not([class*=btn]) a em,
.text-photo-block.bg-black-color a:not([class*=btn]) a strong em,
.text-photo-block-2.bg-primary-color h2 a strong,
.text-photo-block-2.bg-primary-color h2 a em,
.text-photo-block-2.bg-primary-color h2 a strong em,
.text-photo-block-2.bg-primary-color h3 a strong,
.text-photo-block-2.bg-primary-color h3 a em,
.text-photo-block-2.bg-primary-color h3 a strong em,
.text-photo-block-2.bg-primary-color h4 a strong,
.text-photo-block-2.bg-primary-color h4 a em,
.text-photo-block-2.bg-primary-color h4 a strong em,
.text-photo-block-2.bg-primary-color h5 a strong,
.text-photo-block-2.bg-primary-color h5 a em,
.text-photo-block-2.bg-primary-color h5 a strong em,
.text-photo-block-2.bg-primary-color h6 a strong,
.text-photo-block-2.bg-primary-color h6 a em,
.text-photo-block-2.bg-primary-color h6 a strong em,
.text-photo-block-2.bg-primary-color p a strong,
.text-photo-block-2.bg-primary-color p a em,
.text-photo-block-2.bg-primary-color p a strong em,
.text-photo-block-2.bg-primary-color em a strong,
.text-photo-block-2.bg-primary-color em a em,
.text-photo-block-2.bg-primary-color em a strong em,
.text-photo-block-2.bg-primary-color ul a strong,
.text-photo-block-2.bg-primary-color ul a em,
.text-photo-block-2.bg-primary-color ul a strong em,
.text-photo-block-2.bg-primary-color ul > li a strong,
.text-photo-block-2.bg-primary-color ul > li a em,
.text-photo-block-2.bg-primary-color ul > li a strong em,
.text-photo-block-2.bg-primary-color ol a strong,
.text-photo-block-2.bg-primary-color ol a em,
.text-photo-block-2.bg-primary-color ol a strong em,
.text-photo-block-2.bg-primary-color ol > li a strong,
.text-photo-block-2.bg-primary-color ol > li a em,
.text-photo-block-2.bg-primary-color ol > li a strong em,
.text-photo-block-2.bg-primary-color span a strong,
.text-photo-block-2.bg-primary-color span a em,
.text-photo-block-2.bg-primary-color span a strong em,
.text-photo-block-2.bg-primary-color blockquote a strong,
.text-photo-block-2.bg-primary-color blockquote a em,
.text-photo-block-2.bg-primary-color blockquote a strong em,
.text-photo-block-2.bg-primary-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primary-color a:not([class*=btn]) a em,
.text-photo-block-2.bg-primary-color a:not([class*=btn]) a strong em,
.text-photo-block-2.bg-primarylight-color h2 a strong,
.text-photo-block-2.bg-primarylight-color h2 a em,
.text-photo-block-2.bg-primarylight-color h2 a strong em,
.text-photo-block-2.bg-primarylight-color h3 a strong,
.text-photo-block-2.bg-primarylight-color h3 a em,
.text-photo-block-2.bg-primarylight-color h3 a strong em,
.text-photo-block-2.bg-primarylight-color h4 a strong,
.text-photo-block-2.bg-primarylight-color h4 a em,
.text-photo-block-2.bg-primarylight-color h4 a strong em,
.text-photo-block-2.bg-primarylight-color h5 a strong,
.text-photo-block-2.bg-primarylight-color h5 a em,
.text-photo-block-2.bg-primarylight-color h5 a strong em,
.text-photo-block-2.bg-primarylight-color h6 a strong,
.text-photo-block-2.bg-primarylight-color h6 a em,
.text-photo-block-2.bg-primarylight-color h6 a strong em,
.text-photo-block-2.bg-primarylight-color p a strong,
.text-photo-block-2.bg-primarylight-color p a em,
.text-photo-block-2.bg-primarylight-color p a strong em,
.text-photo-block-2.bg-primarylight-color em a strong,
.text-photo-block-2.bg-primarylight-color em a em,
.text-photo-block-2.bg-primarylight-color em a strong em,
.text-photo-block-2.bg-primarylight-color ul a strong,
.text-photo-block-2.bg-primarylight-color ul a em,
.text-photo-block-2.bg-primarylight-color ul a strong em,
.text-photo-block-2.bg-primarylight-color ul > li a strong,
.text-photo-block-2.bg-primarylight-color ul > li a em,
.text-photo-block-2.bg-primarylight-color ul > li a strong em,
.text-photo-block-2.bg-primarylight-color ol a strong,
.text-photo-block-2.bg-primarylight-color ol a em,
.text-photo-block-2.bg-primarylight-color ol a strong em,
.text-photo-block-2.bg-primarylight-color ol > li a strong,
.text-photo-block-2.bg-primarylight-color ol > li a em,
.text-photo-block-2.bg-primarylight-color ol > li a strong em,
.text-photo-block-2.bg-primarylight-color span a strong,
.text-photo-block-2.bg-primarylight-color span a em,
.text-photo-block-2.bg-primarylight-color span a strong em,
.text-photo-block-2.bg-primarylight-color blockquote a strong,
.text-photo-block-2.bg-primarylight-color blockquote a em,
.text-photo-block-2.bg-primarylight-color blockquote a strong em,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]) a em,
.text-photo-block-2.bg-primarylight-color a:not([class*=btn]) a strong em,
.text-photo-block-2.bg-primarydark-color h2 a strong,
.text-photo-block-2.bg-primarydark-color h2 a em,
.text-photo-block-2.bg-primarydark-color h2 a strong em,
.text-photo-block-2.bg-primarydark-color h3 a strong,
.text-photo-block-2.bg-primarydark-color h3 a em,
.text-photo-block-2.bg-primarydark-color h3 a strong em,
.text-photo-block-2.bg-primarydark-color h4 a strong,
.text-photo-block-2.bg-primarydark-color h4 a em,
.text-photo-block-2.bg-primarydark-color h4 a strong em,
.text-photo-block-2.bg-primarydark-color h5 a strong,
.text-photo-block-2.bg-primarydark-color h5 a em,
.text-photo-block-2.bg-primarydark-color h5 a strong em,
.text-photo-block-2.bg-primarydark-color h6 a strong,
.text-photo-block-2.bg-primarydark-color h6 a em,
.text-photo-block-2.bg-primarydark-color h6 a strong em,
.text-photo-block-2.bg-primarydark-color p a strong,
.text-photo-block-2.bg-primarydark-color p a em,
.text-photo-block-2.bg-primarydark-color p a strong em,
.text-photo-block-2.bg-primarydark-color em a strong,
.text-photo-block-2.bg-primarydark-color em a em,
.text-photo-block-2.bg-primarydark-color em a strong em,
.text-photo-block-2.bg-primarydark-color ul a strong,
.text-photo-block-2.bg-primarydark-color ul a em,
.text-photo-block-2.bg-primarydark-color ul a strong em,
.text-photo-block-2.bg-primarydark-color ul > li a strong,
.text-photo-block-2.bg-primarydark-color ul > li a em,
.text-photo-block-2.bg-primarydark-color ul > li a strong em,
.text-photo-block-2.bg-primarydark-color ol a strong,
.text-photo-block-2.bg-primarydark-color ol a em,
.text-photo-block-2.bg-primarydark-color ol a strong em,
.text-photo-block-2.bg-primarydark-color ol > li a strong,
.text-photo-block-2.bg-primarydark-color ol > li a em,
.text-photo-block-2.bg-primarydark-color ol > li a strong em,
.text-photo-block-2.bg-primarydark-color span a strong,
.text-photo-block-2.bg-primarydark-color span a em,
.text-photo-block-2.bg-primarydark-color span a strong em,
.text-photo-block-2.bg-primarydark-color blockquote a strong,
.text-photo-block-2.bg-primarydark-color blockquote a em,
.text-photo-block-2.bg-primarydark-color blockquote a strong em,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]) a em,
.text-photo-block-2.bg-primarydark-color a:not([class*=btn]) a strong em,
.text-photo-block-2.bg-tertiarylight-color h2 a strong,
.text-photo-block-2.bg-tertiarylight-color h2 a em,
.text-photo-block-2.bg-tertiarylight-color h2 a strong em,
.text-photo-block-2.bg-tertiarylight-color h3 a strong,
.text-photo-block-2.bg-tertiarylight-color h3 a em,
.text-photo-block-2.bg-tertiarylight-color h3 a strong em,
.text-photo-block-2.bg-tertiarylight-color h4 a strong,
.text-photo-block-2.bg-tertiarylight-color h4 a em,
.text-photo-block-2.bg-tertiarylight-color h4 a strong em,
.text-photo-block-2.bg-tertiarylight-color h5 a strong,
.text-photo-block-2.bg-tertiarylight-color h5 a em,
.text-photo-block-2.bg-tertiarylight-color h5 a strong em,
.text-photo-block-2.bg-tertiarylight-color h6 a strong,
.text-photo-block-2.bg-tertiarylight-color h6 a em,
.text-photo-block-2.bg-tertiarylight-color h6 a strong em,
.text-photo-block-2.bg-tertiarylight-color p a strong,
.text-photo-block-2.bg-tertiarylight-color p a em,
.text-photo-block-2.bg-tertiarylight-color p a strong em,
.text-photo-block-2.bg-tertiarylight-color em a strong,
.text-photo-block-2.bg-tertiarylight-color em a em,
.text-photo-block-2.bg-tertiarylight-color em a strong em,
.text-photo-block-2.bg-tertiarylight-color ul a strong,
.text-photo-block-2.bg-tertiarylight-color ul a em,
.text-photo-block-2.bg-tertiarylight-color ul a strong em,
.text-photo-block-2.bg-tertiarylight-color ul > li a strong,
.text-photo-block-2.bg-tertiarylight-color ul > li a em,
.text-photo-block-2.bg-tertiarylight-color ul > li a strong em,
.text-photo-block-2.bg-tertiarylight-color ol a strong,
.text-photo-block-2.bg-tertiarylight-color ol a em,
.text-photo-block-2.bg-tertiarylight-color ol a strong em,
.text-photo-block-2.bg-tertiarylight-color ol > li a strong,
.text-photo-block-2.bg-tertiarylight-color ol > li a em,
.text-photo-block-2.bg-tertiarylight-color ol > li a strong em,
.text-photo-block-2.bg-tertiarylight-color span a strong,
.text-photo-block-2.bg-tertiarylight-color span a em,
.text-photo-block-2.bg-tertiarylight-color span a strong em,
.text-photo-block-2.bg-tertiarylight-color blockquote a strong,
.text-photo-block-2.bg-tertiarylight-color blockquote a em,
.text-photo-block-2.bg-tertiarylight-color blockquote a strong em,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]) a em,
.text-photo-block-2.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.text-photo-block-2.bg-black-color h2 a strong,
.text-photo-block-2.bg-black-color h2 a em,
.text-photo-block-2.bg-black-color h2 a strong em,
.text-photo-block-2.bg-black-color h3 a strong,
.text-photo-block-2.bg-black-color h3 a em,
.text-photo-block-2.bg-black-color h3 a strong em,
.text-photo-block-2.bg-black-color h4 a strong,
.text-photo-block-2.bg-black-color h4 a em,
.text-photo-block-2.bg-black-color h4 a strong em,
.text-photo-block-2.bg-black-color h5 a strong,
.text-photo-block-2.bg-black-color h5 a em,
.text-photo-block-2.bg-black-color h5 a strong em,
.text-photo-block-2.bg-black-color h6 a strong,
.text-photo-block-2.bg-black-color h6 a em,
.text-photo-block-2.bg-black-color h6 a strong em,
.text-photo-block-2.bg-black-color p a strong,
.text-photo-block-2.bg-black-color p a em,
.text-photo-block-2.bg-black-color p a strong em,
.text-photo-block-2.bg-black-color em a strong,
.text-photo-block-2.bg-black-color em a em,
.text-photo-block-2.bg-black-color em a strong em,
.text-photo-block-2.bg-black-color ul a strong,
.text-photo-block-2.bg-black-color ul a em,
.text-photo-block-2.bg-black-color ul a strong em,
.text-photo-block-2.bg-black-color ul > li a strong,
.text-photo-block-2.bg-black-color ul > li a em,
.text-photo-block-2.bg-black-color ul > li a strong em,
.text-photo-block-2.bg-black-color ol a strong,
.text-photo-block-2.bg-black-color ol a em,
.text-photo-block-2.bg-black-color ol a strong em,
.text-photo-block-2.bg-black-color ol > li a strong,
.text-photo-block-2.bg-black-color ol > li a em,
.text-photo-block-2.bg-black-color ol > li a strong em,
.text-photo-block-2.bg-black-color span a strong,
.text-photo-block-2.bg-black-color span a em,
.text-photo-block-2.bg-black-color span a strong em,
.text-photo-block-2.bg-black-color blockquote a strong,
.text-photo-block-2.bg-black-color blockquote a em,
.text-photo-block-2.bg-black-color blockquote a strong em,
.text-photo-block-2.bg-black-color a:not([class*=btn]) a strong,
.text-photo-block-2.bg-black-color a:not([class*=btn]) a em,
.text-photo-block-2.bg-black-color a:not([class*=btn]) a strong em,
.text-only-block.bg-primary-color h2 a strong,
.text-only-block.bg-primary-color h2 a em,
.text-only-block.bg-primary-color h2 a strong em,
.text-only-block.bg-primary-color h3 a strong,
.text-only-block.bg-primary-color h3 a em,
.text-only-block.bg-primary-color h3 a strong em,
.text-only-block.bg-primary-color h4 a strong,
.text-only-block.bg-primary-color h4 a em,
.text-only-block.bg-primary-color h4 a strong em,
.text-only-block.bg-primary-color h5 a strong,
.text-only-block.bg-primary-color h5 a em,
.text-only-block.bg-primary-color h5 a strong em,
.text-only-block.bg-primary-color h6 a strong,
.text-only-block.bg-primary-color h6 a em,
.text-only-block.bg-primary-color h6 a strong em,
.text-only-block.bg-primary-color p a strong,
.text-only-block.bg-primary-color p a em,
.text-only-block.bg-primary-color p a strong em,
.text-only-block.bg-primary-color em a strong,
.text-only-block.bg-primary-color em a em,
.text-only-block.bg-primary-color em a strong em,
.text-only-block.bg-primary-color ul a strong,
.text-only-block.bg-primary-color ul a em,
.text-only-block.bg-primary-color ul a strong em,
.text-only-block.bg-primary-color ul > li a strong,
.text-only-block.bg-primary-color ul > li a em,
.text-only-block.bg-primary-color ul > li a strong em,
.text-only-block.bg-primary-color ol a strong,
.text-only-block.bg-primary-color ol a em,
.text-only-block.bg-primary-color ol a strong em,
.text-only-block.bg-primary-color ol > li a strong,
.text-only-block.bg-primary-color ol > li a em,
.text-only-block.bg-primary-color ol > li a strong em,
.text-only-block.bg-primary-color span a strong,
.text-only-block.bg-primary-color span a em,
.text-only-block.bg-primary-color span a strong em,
.text-only-block.bg-primary-color blockquote a strong,
.text-only-block.bg-primary-color blockquote a em,
.text-only-block.bg-primary-color blockquote a strong em,
.text-only-block.bg-primary-color a:not([class*=btn]) a strong,
.text-only-block.bg-primary-color a:not([class*=btn]) a em,
.text-only-block.bg-primary-color a:not([class*=btn]) a strong em,
.text-only-block.bg-primarylight-color h2 a strong,
.text-only-block.bg-primarylight-color h2 a em,
.text-only-block.bg-primarylight-color h2 a strong em,
.text-only-block.bg-primarylight-color h3 a strong,
.text-only-block.bg-primarylight-color h3 a em,
.text-only-block.bg-primarylight-color h3 a strong em,
.text-only-block.bg-primarylight-color h4 a strong,
.text-only-block.bg-primarylight-color h4 a em,
.text-only-block.bg-primarylight-color h4 a strong em,
.text-only-block.bg-primarylight-color h5 a strong,
.text-only-block.bg-primarylight-color h5 a em,
.text-only-block.bg-primarylight-color h5 a strong em,
.text-only-block.bg-primarylight-color h6 a strong,
.text-only-block.bg-primarylight-color h6 a em,
.text-only-block.bg-primarylight-color h6 a strong em,
.text-only-block.bg-primarylight-color p a strong,
.text-only-block.bg-primarylight-color p a em,
.text-only-block.bg-primarylight-color p a strong em,
.text-only-block.bg-primarylight-color em a strong,
.text-only-block.bg-primarylight-color em a em,
.text-only-block.bg-primarylight-color em a strong em,
.text-only-block.bg-primarylight-color ul a strong,
.text-only-block.bg-primarylight-color ul a em,
.text-only-block.bg-primarylight-color ul a strong em,
.text-only-block.bg-primarylight-color ul > li a strong,
.text-only-block.bg-primarylight-color ul > li a em,
.text-only-block.bg-primarylight-color ul > li a strong em,
.text-only-block.bg-primarylight-color ol a strong,
.text-only-block.bg-primarylight-color ol a em,
.text-only-block.bg-primarylight-color ol a strong em,
.text-only-block.bg-primarylight-color ol > li a strong,
.text-only-block.bg-primarylight-color ol > li a em,
.text-only-block.bg-primarylight-color ol > li a strong em,
.text-only-block.bg-primarylight-color span a strong,
.text-only-block.bg-primarylight-color span a em,
.text-only-block.bg-primarylight-color span a strong em,
.text-only-block.bg-primarylight-color blockquote a strong,
.text-only-block.bg-primarylight-color blockquote a em,
.text-only-block.bg-primarylight-color blockquote a strong em,
.text-only-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-only-block.bg-primarylight-color a:not([class*=btn]) a em,
.text-only-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.text-only-block.bg-primarydark-color h2 a strong,
.text-only-block.bg-primarydark-color h2 a em,
.text-only-block.bg-primarydark-color h2 a strong em,
.text-only-block.bg-primarydark-color h3 a strong,
.text-only-block.bg-primarydark-color h3 a em,
.text-only-block.bg-primarydark-color h3 a strong em,
.text-only-block.bg-primarydark-color h4 a strong,
.text-only-block.bg-primarydark-color h4 a em,
.text-only-block.bg-primarydark-color h4 a strong em,
.text-only-block.bg-primarydark-color h5 a strong,
.text-only-block.bg-primarydark-color h5 a em,
.text-only-block.bg-primarydark-color h5 a strong em,
.text-only-block.bg-primarydark-color h6 a strong,
.text-only-block.bg-primarydark-color h6 a em,
.text-only-block.bg-primarydark-color h6 a strong em,
.text-only-block.bg-primarydark-color p a strong,
.text-only-block.bg-primarydark-color p a em,
.text-only-block.bg-primarydark-color p a strong em,
.text-only-block.bg-primarydark-color em a strong,
.text-only-block.bg-primarydark-color em a em,
.text-only-block.bg-primarydark-color em a strong em,
.text-only-block.bg-primarydark-color ul a strong,
.text-only-block.bg-primarydark-color ul a em,
.text-only-block.bg-primarydark-color ul a strong em,
.text-only-block.bg-primarydark-color ul > li a strong,
.text-only-block.bg-primarydark-color ul > li a em,
.text-only-block.bg-primarydark-color ul > li a strong em,
.text-only-block.bg-primarydark-color ol a strong,
.text-only-block.bg-primarydark-color ol a em,
.text-only-block.bg-primarydark-color ol a strong em,
.text-only-block.bg-primarydark-color ol > li a strong,
.text-only-block.bg-primarydark-color ol > li a em,
.text-only-block.bg-primarydark-color ol > li a strong em,
.text-only-block.bg-primarydark-color span a strong,
.text-only-block.bg-primarydark-color span a em,
.text-only-block.bg-primarydark-color span a strong em,
.text-only-block.bg-primarydark-color blockquote a strong,
.text-only-block.bg-primarydark-color blockquote a em,
.text-only-block.bg-primarydark-color blockquote a strong em,
.text-only-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-only-block.bg-primarydark-color a:not([class*=btn]) a em,
.text-only-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.text-only-block.bg-tertiarylight-color h2 a strong,
.text-only-block.bg-tertiarylight-color h2 a em,
.text-only-block.bg-tertiarylight-color h2 a strong em,
.text-only-block.bg-tertiarylight-color h3 a strong,
.text-only-block.bg-tertiarylight-color h3 a em,
.text-only-block.bg-tertiarylight-color h3 a strong em,
.text-only-block.bg-tertiarylight-color h4 a strong,
.text-only-block.bg-tertiarylight-color h4 a em,
.text-only-block.bg-tertiarylight-color h4 a strong em,
.text-only-block.bg-tertiarylight-color h5 a strong,
.text-only-block.bg-tertiarylight-color h5 a em,
.text-only-block.bg-tertiarylight-color h5 a strong em,
.text-only-block.bg-tertiarylight-color h6 a strong,
.text-only-block.bg-tertiarylight-color h6 a em,
.text-only-block.bg-tertiarylight-color h6 a strong em,
.text-only-block.bg-tertiarylight-color p a strong,
.text-only-block.bg-tertiarylight-color p a em,
.text-only-block.bg-tertiarylight-color p a strong em,
.text-only-block.bg-tertiarylight-color em a strong,
.text-only-block.bg-tertiarylight-color em a em,
.text-only-block.bg-tertiarylight-color em a strong em,
.text-only-block.bg-tertiarylight-color ul a strong,
.text-only-block.bg-tertiarylight-color ul a em,
.text-only-block.bg-tertiarylight-color ul a strong em,
.text-only-block.bg-tertiarylight-color ul > li a strong,
.text-only-block.bg-tertiarylight-color ul > li a em,
.text-only-block.bg-tertiarylight-color ul > li a strong em,
.text-only-block.bg-tertiarylight-color ol a strong,
.text-only-block.bg-tertiarylight-color ol a em,
.text-only-block.bg-tertiarylight-color ol a strong em,
.text-only-block.bg-tertiarylight-color ol > li a strong,
.text-only-block.bg-tertiarylight-color ol > li a em,
.text-only-block.bg-tertiarylight-color ol > li a strong em,
.text-only-block.bg-tertiarylight-color span a strong,
.text-only-block.bg-tertiarylight-color span a em,
.text-only-block.bg-tertiarylight-color span a strong em,
.text-only-block.bg-tertiarylight-color blockquote a strong,
.text-only-block.bg-tertiarylight-color blockquote a em,
.text-only-block.bg-tertiarylight-color blockquote a strong em,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.text-only-block.bg-black-color h2 a strong,
.text-only-block.bg-black-color h2 a em,
.text-only-block.bg-black-color h2 a strong em,
.text-only-block.bg-black-color h3 a strong,
.text-only-block.bg-black-color h3 a em,
.text-only-block.bg-black-color h3 a strong em,
.text-only-block.bg-black-color h4 a strong,
.text-only-block.bg-black-color h4 a em,
.text-only-block.bg-black-color h4 a strong em,
.text-only-block.bg-black-color h5 a strong,
.text-only-block.bg-black-color h5 a em,
.text-only-block.bg-black-color h5 a strong em,
.text-only-block.bg-black-color h6 a strong,
.text-only-block.bg-black-color h6 a em,
.text-only-block.bg-black-color h6 a strong em,
.text-only-block.bg-black-color p a strong,
.text-only-block.bg-black-color p a em,
.text-only-block.bg-black-color p a strong em,
.text-only-block.bg-black-color em a strong,
.text-only-block.bg-black-color em a em,
.text-only-block.bg-black-color em a strong em,
.text-only-block.bg-black-color ul a strong,
.text-only-block.bg-black-color ul a em,
.text-only-block.bg-black-color ul a strong em,
.text-only-block.bg-black-color ul > li a strong,
.text-only-block.bg-black-color ul > li a em,
.text-only-block.bg-black-color ul > li a strong em,
.text-only-block.bg-black-color ol a strong,
.text-only-block.bg-black-color ol a em,
.text-only-block.bg-black-color ol a strong em,
.text-only-block.bg-black-color ol > li a strong,
.text-only-block.bg-black-color ol > li a em,
.text-only-block.bg-black-color ol > li a strong em,
.text-only-block.bg-black-color span a strong,
.text-only-block.bg-black-color span a em,
.text-only-block.bg-black-color span a strong em,
.text-only-block.bg-black-color blockquote a strong,
.text-only-block.bg-black-color blockquote a em,
.text-only-block.bg-black-color blockquote a strong em,
.text-only-block.bg-black-color a:not([class*=btn]) a strong,
.text-only-block.bg-black-color a:not([class*=btn]) a em,
.text-only-block.bg-black-color a:not([class*=btn]) a strong em,
.video-text-block.bg-primary-color h2 a strong,
.video-text-block.bg-primary-color h2 a em,
.video-text-block.bg-primary-color h2 a strong em,
.video-text-block.bg-primary-color h3 a strong,
.video-text-block.bg-primary-color h3 a em,
.video-text-block.bg-primary-color h3 a strong em,
.video-text-block.bg-primary-color h4 a strong,
.video-text-block.bg-primary-color h4 a em,
.video-text-block.bg-primary-color h4 a strong em,
.video-text-block.bg-primary-color h5 a strong,
.video-text-block.bg-primary-color h5 a em,
.video-text-block.bg-primary-color h5 a strong em,
.video-text-block.bg-primary-color h6 a strong,
.video-text-block.bg-primary-color h6 a em,
.video-text-block.bg-primary-color h6 a strong em,
.video-text-block.bg-primary-color p a strong,
.video-text-block.bg-primary-color p a em,
.video-text-block.bg-primary-color p a strong em,
.video-text-block.bg-primary-color em a strong,
.video-text-block.bg-primary-color em a em,
.video-text-block.bg-primary-color em a strong em,
.video-text-block.bg-primary-color ul a strong,
.video-text-block.bg-primary-color ul a em,
.video-text-block.bg-primary-color ul a strong em,
.video-text-block.bg-primary-color ul > li a strong,
.video-text-block.bg-primary-color ul > li a em,
.video-text-block.bg-primary-color ul > li a strong em,
.video-text-block.bg-primary-color ol a strong,
.video-text-block.bg-primary-color ol a em,
.video-text-block.bg-primary-color ol a strong em,
.video-text-block.bg-primary-color ol > li a strong,
.video-text-block.bg-primary-color ol > li a em,
.video-text-block.bg-primary-color ol > li a strong em,
.video-text-block.bg-primary-color span a strong,
.video-text-block.bg-primary-color span a em,
.video-text-block.bg-primary-color span a strong em,
.video-text-block.bg-primary-color blockquote a strong,
.video-text-block.bg-primary-color blockquote a em,
.video-text-block.bg-primary-color blockquote a strong em,
.video-text-block.bg-primary-color a:not([class*=btn]) a strong,
.video-text-block.bg-primary-color a:not([class*=btn]) a em,
.video-text-block.bg-primary-color a:not([class*=btn]) a strong em,
.video-text-block.bg-primarylight-color h2 a strong,
.video-text-block.bg-primarylight-color h2 a em,
.video-text-block.bg-primarylight-color h2 a strong em,
.video-text-block.bg-primarylight-color h3 a strong,
.video-text-block.bg-primarylight-color h3 a em,
.video-text-block.bg-primarylight-color h3 a strong em,
.video-text-block.bg-primarylight-color h4 a strong,
.video-text-block.bg-primarylight-color h4 a em,
.video-text-block.bg-primarylight-color h4 a strong em,
.video-text-block.bg-primarylight-color h5 a strong,
.video-text-block.bg-primarylight-color h5 a em,
.video-text-block.bg-primarylight-color h5 a strong em,
.video-text-block.bg-primarylight-color h6 a strong,
.video-text-block.bg-primarylight-color h6 a em,
.video-text-block.bg-primarylight-color h6 a strong em,
.video-text-block.bg-primarylight-color p a strong,
.video-text-block.bg-primarylight-color p a em,
.video-text-block.bg-primarylight-color p a strong em,
.video-text-block.bg-primarylight-color em a strong,
.video-text-block.bg-primarylight-color em a em,
.video-text-block.bg-primarylight-color em a strong em,
.video-text-block.bg-primarylight-color ul a strong,
.video-text-block.bg-primarylight-color ul a em,
.video-text-block.bg-primarylight-color ul a strong em,
.video-text-block.bg-primarylight-color ul > li a strong,
.video-text-block.bg-primarylight-color ul > li a em,
.video-text-block.bg-primarylight-color ul > li a strong em,
.video-text-block.bg-primarylight-color ol a strong,
.video-text-block.bg-primarylight-color ol a em,
.video-text-block.bg-primarylight-color ol a strong em,
.video-text-block.bg-primarylight-color ol > li a strong,
.video-text-block.bg-primarylight-color ol > li a em,
.video-text-block.bg-primarylight-color ol > li a strong em,
.video-text-block.bg-primarylight-color span a strong,
.video-text-block.bg-primarylight-color span a em,
.video-text-block.bg-primarylight-color span a strong em,
.video-text-block.bg-primarylight-color blockquote a strong,
.video-text-block.bg-primarylight-color blockquote a em,
.video-text-block.bg-primarylight-color blockquote a strong em,
.video-text-block.bg-primarylight-color a:not([class*=btn]) a strong,
.video-text-block.bg-primarylight-color a:not([class*=btn]) a em,
.video-text-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.video-text-block.bg-primarydark-color h2 a strong,
.video-text-block.bg-primarydark-color h2 a em,
.video-text-block.bg-primarydark-color h2 a strong em,
.video-text-block.bg-primarydark-color h3 a strong,
.video-text-block.bg-primarydark-color h3 a em,
.video-text-block.bg-primarydark-color h3 a strong em,
.video-text-block.bg-primarydark-color h4 a strong,
.video-text-block.bg-primarydark-color h4 a em,
.video-text-block.bg-primarydark-color h4 a strong em,
.video-text-block.bg-primarydark-color h5 a strong,
.video-text-block.bg-primarydark-color h5 a em,
.video-text-block.bg-primarydark-color h5 a strong em,
.video-text-block.bg-primarydark-color h6 a strong,
.video-text-block.bg-primarydark-color h6 a em,
.video-text-block.bg-primarydark-color h6 a strong em,
.video-text-block.bg-primarydark-color p a strong,
.video-text-block.bg-primarydark-color p a em,
.video-text-block.bg-primarydark-color p a strong em,
.video-text-block.bg-primarydark-color em a strong,
.video-text-block.bg-primarydark-color em a em,
.video-text-block.bg-primarydark-color em a strong em,
.video-text-block.bg-primarydark-color ul a strong,
.video-text-block.bg-primarydark-color ul a em,
.video-text-block.bg-primarydark-color ul a strong em,
.video-text-block.bg-primarydark-color ul > li a strong,
.video-text-block.bg-primarydark-color ul > li a em,
.video-text-block.bg-primarydark-color ul > li a strong em,
.video-text-block.bg-primarydark-color ol a strong,
.video-text-block.bg-primarydark-color ol a em,
.video-text-block.bg-primarydark-color ol a strong em,
.video-text-block.bg-primarydark-color ol > li a strong,
.video-text-block.bg-primarydark-color ol > li a em,
.video-text-block.bg-primarydark-color ol > li a strong em,
.video-text-block.bg-primarydark-color span a strong,
.video-text-block.bg-primarydark-color span a em,
.video-text-block.bg-primarydark-color span a strong em,
.video-text-block.bg-primarydark-color blockquote a strong,
.video-text-block.bg-primarydark-color blockquote a em,
.video-text-block.bg-primarydark-color blockquote a strong em,
.video-text-block.bg-primarydark-color a:not([class*=btn]) a strong,
.video-text-block.bg-primarydark-color a:not([class*=btn]) a em,
.video-text-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.video-text-block.bg-tertiarylight-color h2 a strong,
.video-text-block.bg-tertiarylight-color h2 a em,
.video-text-block.bg-tertiarylight-color h2 a strong em,
.video-text-block.bg-tertiarylight-color h3 a strong,
.video-text-block.bg-tertiarylight-color h3 a em,
.video-text-block.bg-tertiarylight-color h3 a strong em,
.video-text-block.bg-tertiarylight-color h4 a strong,
.video-text-block.bg-tertiarylight-color h4 a em,
.video-text-block.bg-tertiarylight-color h4 a strong em,
.video-text-block.bg-tertiarylight-color h5 a strong,
.video-text-block.bg-tertiarylight-color h5 a em,
.video-text-block.bg-tertiarylight-color h5 a strong em,
.video-text-block.bg-tertiarylight-color h6 a strong,
.video-text-block.bg-tertiarylight-color h6 a em,
.video-text-block.bg-tertiarylight-color h6 a strong em,
.video-text-block.bg-tertiarylight-color p a strong,
.video-text-block.bg-tertiarylight-color p a em,
.video-text-block.bg-tertiarylight-color p a strong em,
.video-text-block.bg-tertiarylight-color em a strong,
.video-text-block.bg-tertiarylight-color em a em,
.video-text-block.bg-tertiarylight-color em a strong em,
.video-text-block.bg-tertiarylight-color ul a strong,
.video-text-block.bg-tertiarylight-color ul a em,
.video-text-block.bg-tertiarylight-color ul a strong em,
.video-text-block.bg-tertiarylight-color ul > li a strong,
.video-text-block.bg-tertiarylight-color ul > li a em,
.video-text-block.bg-tertiarylight-color ul > li a strong em,
.video-text-block.bg-tertiarylight-color ol a strong,
.video-text-block.bg-tertiarylight-color ol a em,
.video-text-block.bg-tertiarylight-color ol a strong em,
.video-text-block.bg-tertiarylight-color ol > li a strong,
.video-text-block.bg-tertiarylight-color ol > li a em,
.video-text-block.bg-tertiarylight-color ol > li a strong em,
.video-text-block.bg-tertiarylight-color span a strong,
.video-text-block.bg-tertiarylight-color span a em,
.video-text-block.bg-tertiarylight-color span a strong em,
.video-text-block.bg-tertiarylight-color blockquote a strong,
.video-text-block.bg-tertiarylight-color blockquote a em,
.video-text-block.bg-tertiarylight-color blockquote a strong em,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.video-text-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.video-text-block.bg-black-color h2 a strong,
.video-text-block.bg-black-color h2 a em,
.video-text-block.bg-black-color h2 a strong em,
.video-text-block.bg-black-color h3 a strong,
.video-text-block.bg-black-color h3 a em,
.video-text-block.bg-black-color h3 a strong em,
.video-text-block.bg-black-color h4 a strong,
.video-text-block.bg-black-color h4 a em,
.video-text-block.bg-black-color h4 a strong em,
.video-text-block.bg-black-color h5 a strong,
.video-text-block.bg-black-color h5 a em,
.video-text-block.bg-black-color h5 a strong em,
.video-text-block.bg-black-color h6 a strong,
.video-text-block.bg-black-color h6 a em,
.video-text-block.bg-black-color h6 a strong em,
.video-text-block.bg-black-color p a strong,
.video-text-block.bg-black-color p a em,
.video-text-block.bg-black-color p a strong em,
.video-text-block.bg-black-color em a strong,
.video-text-block.bg-black-color em a em,
.video-text-block.bg-black-color em a strong em,
.video-text-block.bg-black-color ul a strong,
.video-text-block.bg-black-color ul a em,
.video-text-block.bg-black-color ul a strong em,
.video-text-block.bg-black-color ul > li a strong,
.video-text-block.bg-black-color ul > li a em,
.video-text-block.bg-black-color ul > li a strong em,
.video-text-block.bg-black-color ol a strong,
.video-text-block.bg-black-color ol a em,
.video-text-block.bg-black-color ol a strong em,
.video-text-block.bg-black-color ol > li a strong,
.video-text-block.bg-black-color ol > li a em,
.video-text-block.bg-black-color ol > li a strong em,
.video-text-block.bg-black-color span a strong,
.video-text-block.bg-black-color span a em,
.video-text-block.bg-black-color span a strong em,
.video-text-block.bg-black-color blockquote a strong,
.video-text-block.bg-black-color blockquote a em,
.video-text-block.bg-black-color blockquote a strong em,
.video-text-block.bg-black-color a:not([class*=btn]) a strong,
.video-text-block.bg-black-color a:not([class*=btn]) a em,
.video-text-block.bg-black-color a:not([class*=btn]) a strong em,
.text-list-block.bg-primary-color h2 a strong,
.text-list-block.bg-primary-color h2 a em,
.text-list-block.bg-primary-color h2 a strong em,
.text-list-block.bg-primary-color h3 a strong,
.text-list-block.bg-primary-color h3 a em,
.text-list-block.bg-primary-color h3 a strong em,
.text-list-block.bg-primary-color h4 a strong,
.text-list-block.bg-primary-color h4 a em,
.text-list-block.bg-primary-color h4 a strong em,
.text-list-block.bg-primary-color h5 a strong,
.text-list-block.bg-primary-color h5 a em,
.text-list-block.bg-primary-color h5 a strong em,
.text-list-block.bg-primary-color h6 a strong,
.text-list-block.bg-primary-color h6 a em,
.text-list-block.bg-primary-color h6 a strong em,
.text-list-block.bg-primary-color p a strong,
.text-list-block.bg-primary-color p a em,
.text-list-block.bg-primary-color p a strong em,
.text-list-block.bg-primary-color em a strong,
.text-list-block.bg-primary-color em a em,
.text-list-block.bg-primary-color em a strong em,
.text-list-block.bg-primary-color ul a strong,
.text-list-block.bg-primary-color ul a em,
.text-list-block.bg-primary-color ul a strong em,
.text-list-block.bg-primary-color ul > li a strong,
.text-list-block.bg-primary-color ul > li a em,
.text-list-block.bg-primary-color ul > li a strong em,
.text-list-block.bg-primary-color ol a strong,
.text-list-block.bg-primary-color ol a em,
.text-list-block.bg-primary-color ol a strong em,
.text-list-block.bg-primary-color ol > li a strong,
.text-list-block.bg-primary-color ol > li a em,
.text-list-block.bg-primary-color ol > li a strong em,
.text-list-block.bg-primary-color span a strong,
.text-list-block.bg-primary-color span a em,
.text-list-block.bg-primary-color span a strong em,
.text-list-block.bg-primary-color blockquote a strong,
.text-list-block.bg-primary-color blockquote a em,
.text-list-block.bg-primary-color blockquote a strong em,
.text-list-block.bg-primary-color a:not([class*=btn]) a strong,
.text-list-block.bg-primary-color a:not([class*=btn]) a em,
.text-list-block.bg-primary-color a:not([class*=btn]) a strong em,
.text-list-block.bg-primarylight-color h2 a strong,
.text-list-block.bg-primarylight-color h2 a em,
.text-list-block.bg-primarylight-color h2 a strong em,
.text-list-block.bg-primarylight-color h3 a strong,
.text-list-block.bg-primarylight-color h3 a em,
.text-list-block.bg-primarylight-color h3 a strong em,
.text-list-block.bg-primarylight-color h4 a strong,
.text-list-block.bg-primarylight-color h4 a em,
.text-list-block.bg-primarylight-color h4 a strong em,
.text-list-block.bg-primarylight-color h5 a strong,
.text-list-block.bg-primarylight-color h5 a em,
.text-list-block.bg-primarylight-color h5 a strong em,
.text-list-block.bg-primarylight-color h6 a strong,
.text-list-block.bg-primarylight-color h6 a em,
.text-list-block.bg-primarylight-color h6 a strong em,
.text-list-block.bg-primarylight-color p a strong,
.text-list-block.bg-primarylight-color p a em,
.text-list-block.bg-primarylight-color p a strong em,
.text-list-block.bg-primarylight-color em a strong,
.text-list-block.bg-primarylight-color em a em,
.text-list-block.bg-primarylight-color em a strong em,
.text-list-block.bg-primarylight-color ul a strong,
.text-list-block.bg-primarylight-color ul a em,
.text-list-block.bg-primarylight-color ul a strong em,
.text-list-block.bg-primarylight-color ul > li a strong,
.text-list-block.bg-primarylight-color ul > li a em,
.text-list-block.bg-primarylight-color ul > li a strong em,
.text-list-block.bg-primarylight-color ol a strong,
.text-list-block.bg-primarylight-color ol a em,
.text-list-block.bg-primarylight-color ol a strong em,
.text-list-block.bg-primarylight-color ol > li a strong,
.text-list-block.bg-primarylight-color ol > li a em,
.text-list-block.bg-primarylight-color ol > li a strong em,
.text-list-block.bg-primarylight-color span a strong,
.text-list-block.bg-primarylight-color span a em,
.text-list-block.bg-primarylight-color span a strong em,
.text-list-block.bg-primarylight-color blockquote a strong,
.text-list-block.bg-primarylight-color blockquote a em,
.text-list-block.bg-primarylight-color blockquote a strong em,
.text-list-block.bg-primarylight-color a:not([class*=btn]) a strong,
.text-list-block.bg-primarylight-color a:not([class*=btn]) a em,
.text-list-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.text-list-block.bg-primarydark-color h2 a strong,
.text-list-block.bg-primarydark-color h2 a em,
.text-list-block.bg-primarydark-color h2 a strong em,
.text-list-block.bg-primarydark-color h3 a strong,
.text-list-block.bg-primarydark-color h3 a em,
.text-list-block.bg-primarydark-color h3 a strong em,
.text-list-block.bg-primarydark-color h4 a strong,
.text-list-block.bg-primarydark-color h4 a em,
.text-list-block.bg-primarydark-color h4 a strong em,
.text-list-block.bg-primarydark-color h5 a strong,
.text-list-block.bg-primarydark-color h5 a em,
.text-list-block.bg-primarydark-color h5 a strong em,
.text-list-block.bg-primarydark-color h6 a strong,
.text-list-block.bg-primarydark-color h6 a em,
.text-list-block.bg-primarydark-color h6 a strong em,
.text-list-block.bg-primarydark-color p a strong,
.text-list-block.bg-primarydark-color p a em,
.text-list-block.bg-primarydark-color p a strong em,
.text-list-block.bg-primarydark-color em a strong,
.text-list-block.bg-primarydark-color em a em,
.text-list-block.bg-primarydark-color em a strong em,
.text-list-block.bg-primarydark-color ul a strong,
.text-list-block.bg-primarydark-color ul a em,
.text-list-block.bg-primarydark-color ul a strong em,
.text-list-block.bg-primarydark-color ul > li a strong,
.text-list-block.bg-primarydark-color ul > li a em,
.text-list-block.bg-primarydark-color ul > li a strong em,
.text-list-block.bg-primarydark-color ol a strong,
.text-list-block.bg-primarydark-color ol a em,
.text-list-block.bg-primarydark-color ol a strong em,
.text-list-block.bg-primarydark-color ol > li a strong,
.text-list-block.bg-primarydark-color ol > li a em,
.text-list-block.bg-primarydark-color ol > li a strong em,
.text-list-block.bg-primarydark-color span a strong,
.text-list-block.bg-primarydark-color span a em,
.text-list-block.bg-primarydark-color span a strong em,
.text-list-block.bg-primarydark-color blockquote a strong,
.text-list-block.bg-primarydark-color blockquote a em,
.text-list-block.bg-primarydark-color blockquote a strong em,
.text-list-block.bg-primarydark-color a:not([class*=btn]) a strong,
.text-list-block.bg-primarydark-color a:not([class*=btn]) a em,
.text-list-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.text-list-block.bg-tertiarylight-color h2 a strong,
.text-list-block.bg-tertiarylight-color h2 a em,
.text-list-block.bg-tertiarylight-color h2 a strong em,
.text-list-block.bg-tertiarylight-color h3 a strong,
.text-list-block.bg-tertiarylight-color h3 a em,
.text-list-block.bg-tertiarylight-color h3 a strong em,
.text-list-block.bg-tertiarylight-color h4 a strong,
.text-list-block.bg-tertiarylight-color h4 a em,
.text-list-block.bg-tertiarylight-color h4 a strong em,
.text-list-block.bg-tertiarylight-color h5 a strong,
.text-list-block.bg-tertiarylight-color h5 a em,
.text-list-block.bg-tertiarylight-color h5 a strong em,
.text-list-block.bg-tertiarylight-color h6 a strong,
.text-list-block.bg-tertiarylight-color h6 a em,
.text-list-block.bg-tertiarylight-color h6 a strong em,
.text-list-block.bg-tertiarylight-color p a strong,
.text-list-block.bg-tertiarylight-color p a em,
.text-list-block.bg-tertiarylight-color p a strong em,
.text-list-block.bg-tertiarylight-color em a strong,
.text-list-block.bg-tertiarylight-color em a em,
.text-list-block.bg-tertiarylight-color em a strong em,
.text-list-block.bg-tertiarylight-color ul a strong,
.text-list-block.bg-tertiarylight-color ul a em,
.text-list-block.bg-tertiarylight-color ul a strong em,
.text-list-block.bg-tertiarylight-color ul > li a strong,
.text-list-block.bg-tertiarylight-color ul > li a em,
.text-list-block.bg-tertiarylight-color ul > li a strong em,
.text-list-block.bg-tertiarylight-color ol a strong,
.text-list-block.bg-tertiarylight-color ol a em,
.text-list-block.bg-tertiarylight-color ol a strong em,
.text-list-block.bg-tertiarylight-color ol > li a strong,
.text-list-block.bg-tertiarylight-color ol > li a em,
.text-list-block.bg-tertiarylight-color ol > li a strong em,
.text-list-block.bg-tertiarylight-color span a strong,
.text-list-block.bg-tertiarylight-color span a em,
.text-list-block.bg-tertiarylight-color span a strong em,
.text-list-block.bg-tertiarylight-color blockquote a strong,
.text-list-block.bg-tertiarylight-color blockquote a em,
.text-list-block.bg-tertiarylight-color blockquote a strong em,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.text-list-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.text-list-block.bg-black-color h2 a strong,
.text-list-block.bg-black-color h2 a em,
.text-list-block.bg-black-color h2 a strong em,
.text-list-block.bg-black-color h3 a strong,
.text-list-block.bg-black-color h3 a em,
.text-list-block.bg-black-color h3 a strong em,
.text-list-block.bg-black-color h4 a strong,
.text-list-block.bg-black-color h4 a em,
.text-list-block.bg-black-color h4 a strong em,
.text-list-block.bg-black-color h5 a strong,
.text-list-block.bg-black-color h5 a em,
.text-list-block.bg-black-color h5 a strong em,
.text-list-block.bg-black-color h6 a strong,
.text-list-block.bg-black-color h6 a em,
.text-list-block.bg-black-color h6 a strong em,
.text-list-block.bg-black-color p a strong,
.text-list-block.bg-black-color p a em,
.text-list-block.bg-black-color p a strong em,
.text-list-block.bg-black-color em a strong,
.text-list-block.bg-black-color em a em,
.text-list-block.bg-black-color em a strong em,
.text-list-block.bg-black-color ul a strong,
.text-list-block.bg-black-color ul a em,
.text-list-block.bg-black-color ul a strong em,
.text-list-block.bg-black-color ul > li a strong,
.text-list-block.bg-black-color ul > li a em,
.text-list-block.bg-black-color ul > li a strong em,
.text-list-block.bg-black-color ol a strong,
.text-list-block.bg-black-color ol a em,
.text-list-block.bg-black-color ol a strong em,
.text-list-block.bg-black-color ol > li a strong,
.text-list-block.bg-black-color ol > li a em,
.text-list-block.bg-black-color ol > li a strong em,
.text-list-block.bg-black-color span a strong,
.text-list-block.bg-black-color span a em,
.text-list-block.bg-black-color span a strong em,
.text-list-block.bg-black-color blockquote a strong,
.text-list-block.bg-black-color blockquote a em,
.text-list-block.bg-black-color blockquote a strong em,
.text-list-block.bg-black-color a:not([class*=btn]) a strong,
.text-list-block.bg-black-color a:not([class*=btn]) a em,
.text-list-block.bg-black-color a:not([class*=btn]) a strong em,
.image-carousel-block.bg-primary-color h2 a strong,
.image-carousel-block.bg-primary-color h2 a em,
.image-carousel-block.bg-primary-color h2 a strong em,
.image-carousel-block.bg-primary-color h3 a strong,
.image-carousel-block.bg-primary-color h3 a em,
.image-carousel-block.bg-primary-color h3 a strong em,
.image-carousel-block.bg-primary-color h4 a strong,
.image-carousel-block.bg-primary-color h4 a em,
.image-carousel-block.bg-primary-color h4 a strong em,
.image-carousel-block.bg-primary-color h5 a strong,
.image-carousel-block.bg-primary-color h5 a em,
.image-carousel-block.bg-primary-color h5 a strong em,
.image-carousel-block.bg-primary-color h6 a strong,
.image-carousel-block.bg-primary-color h6 a em,
.image-carousel-block.bg-primary-color h6 a strong em,
.image-carousel-block.bg-primary-color p a strong,
.image-carousel-block.bg-primary-color p a em,
.image-carousel-block.bg-primary-color p a strong em,
.image-carousel-block.bg-primary-color em a strong,
.image-carousel-block.bg-primary-color em a em,
.image-carousel-block.bg-primary-color em a strong em,
.image-carousel-block.bg-primary-color ul a strong,
.image-carousel-block.bg-primary-color ul a em,
.image-carousel-block.bg-primary-color ul a strong em,
.image-carousel-block.bg-primary-color ul > li a strong,
.image-carousel-block.bg-primary-color ul > li a em,
.image-carousel-block.bg-primary-color ul > li a strong em,
.image-carousel-block.bg-primary-color ol a strong,
.image-carousel-block.bg-primary-color ol a em,
.image-carousel-block.bg-primary-color ol a strong em,
.image-carousel-block.bg-primary-color ol > li a strong,
.image-carousel-block.bg-primary-color ol > li a em,
.image-carousel-block.bg-primary-color ol > li a strong em,
.image-carousel-block.bg-primary-color span a strong,
.image-carousel-block.bg-primary-color span a em,
.image-carousel-block.bg-primary-color span a strong em,
.image-carousel-block.bg-primary-color blockquote a strong,
.image-carousel-block.bg-primary-color blockquote a em,
.image-carousel-block.bg-primary-color blockquote a strong em,
.image-carousel-block.bg-primary-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primary-color a:not([class*=btn]) a em,
.image-carousel-block.bg-primary-color a:not([class*=btn]) a strong em,
.image-carousel-block.bg-primarylight-color h2 a strong,
.image-carousel-block.bg-primarylight-color h2 a em,
.image-carousel-block.bg-primarylight-color h2 a strong em,
.image-carousel-block.bg-primarylight-color h3 a strong,
.image-carousel-block.bg-primarylight-color h3 a em,
.image-carousel-block.bg-primarylight-color h3 a strong em,
.image-carousel-block.bg-primarylight-color h4 a strong,
.image-carousel-block.bg-primarylight-color h4 a em,
.image-carousel-block.bg-primarylight-color h4 a strong em,
.image-carousel-block.bg-primarylight-color h5 a strong,
.image-carousel-block.bg-primarylight-color h5 a em,
.image-carousel-block.bg-primarylight-color h5 a strong em,
.image-carousel-block.bg-primarylight-color h6 a strong,
.image-carousel-block.bg-primarylight-color h6 a em,
.image-carousel-block.bg-primarylight-color h6 a strong em,
.image-carousel-block.bg-primarylight-color p a strong,
.image-carousel-block.bg-primarylight-color p a em,
.image-carousel-block.bg-primarylight-color p a strong em,
.image-carousel-block.bg-primarylight-color em a strong,
.image-carousel-block.bg-primarylight-color em a em,
.image-carousel-block.bg-primarylight-color em a strong em,
.image-carousel-block.bg-primarylight-color ul a strong,
.image-carousel-block.bg-primarylight-color ul a em,
.image-carousel-block.bg-primarylight-color ul a strong em,
.image-carousel-block.bg-primarylight-color ul > li a strong,
.image-carousel-block.bg-primarylight-color ul > li a em,
.image-carousel-block.bg-primarylight-color ul > li a strong em,
.image-carousel-block.bg-primarylight-color ol a strong,
.image-carousel-block.bg-primarylight-color ol a em,
.image-carousel-block.bg-primarylight-color ol a strong em,
.image-carousel-block.bg-primarylight-color ol > li a strong,
.image-carousel-block.bg-primarylight-color ol > li a em,
.image-carousel-block.bg-primarylight-color ol > li a strong em,
.image-carousel-block.bg-primarylight-color span a strong,
.image-carousel-block.bg-primarylight-color span a em,
.image-carousel-block.bg-primarylight-color span a strong em,
.image-carousel-block.bg-primarylight-color blockquote a strong,
.image-carousel-block.bg-primarylight-color blockquote a em,
.image-carousel-block.bg-primarylight-color blockquote a strong em,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]) a em,
.image-carousel-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.image-carousel-block.bg-primarydark-color h2 a strong,
.image-carousel-block.bg-primarydark-color h2 a em,
.image-carousel-block.bg-primarydark-color h2 a strong em,
.image-carousel-block.bg-primarydark-color h3 a strong,
.image-carousel-block.bg-primarydark-color h3 a em,
.image-carousel-block.bg-primarydark-color h3 a strong em,
.image-carousel-block.bg-primarydark-color h4 a strong,
.image-carousel-block.bg-primarydark-color h4 a em,
.image-carousel-block.bg-primarydark-color h4 a strong em,
.image-carousel-block.bg-primarydark-color h5 a strong,
.image-carousel-block.bg-primarydark-color h5 a em,
.image-carousel-block.bg-primarydark-color h5 a strong em,
.image-carousel-block.bg-primarydark-color h6 a strong,
.image-carousel-block.bg-primarydark-color h6 a em,
.image-carousel-block.bg-primarydark-color h6 a strong em,
.image-carousel-block.bg-primarydark-color p a strong,
.image-carousel-block.bg-primarydark-color p a em,
.image-carousel-block.bg-primarydark-color p a strong em,
.image-carousel-block.bg-primarydark-color em a strong,
.image-carousel-block.bg-primarydark-color em a em,
.image-carousel-block.bg-primarydark-color em a strong em,
.image-carousel-block.bg-primarydark-color ul a strong,
.image-carousel-block.bg-primarydark-color ul a em,
.image-carousel-block.bg-primarydark-color ul a strong em,
.image-carousel-block.bg-primarydark-color ul > li a strong,
.image-carousel-block.bg-primarydark-color ul > li a em,
.image-carousel-block.bg-primarydark-color ul > li a strong em,
.image-carousel-block.bg-primarydark-color ol a strong,
.image-carousel-block.bg-primarydark-color ol a em,
.image-carousel-block.bg-primarydark-color ol a strong em,
.image-carousel-block.bg-primarydark-color ol > li a strong,
.image-carousel-block.bg-primarydark-color ol > li a em,
.image-carousel-block.bg-primarydark-color ol > li a strong em,
.image-carousel-block.bg-primarydark-color span a strong,
.image-carousel-block.bg-primarydark-color span a em,
.image-carousel-block.bg-primarydark-color span a strong em,
.image-carousel-block.bg-primarydark-color blockquote a strong,
.image-carousel-block.bg-primarydark-color blockquote a em,
.image-carousel-block.bg-primarydark-color blockquote a strong em,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]) a em,
.image-carousel-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.image-carousel-block.bg-tertiarylight-color h2 a strong,
.image-carousel-block.bg-tertiarylight-color h2 a em,
.image-carousel-block.bg-tertiarylight-color h2 a strong em,
.image-carousel-block.bg-tertiarylight-color h3 a strong,
.image-carousel-block.bg-tertiarylight-color h3 a em,
.image-carousel-block.bg-tertiarylight-color h3 a strong em,
.image-carousel-block.bg-tertiarylight-color h4 a strong,
.image-carousel-block.bg-tertiarylight-color h4 a em,
.image-carousel-block.bg-tertiarylight-color h4 a strong em,
.image-carousel-block.bg-tertiarylight-color h5 a strong,
.image-carousel-block.bg-tertiarylight-color h5 a em,
.image-carousel-block.bg-tertiarylight-color h5 a strong em,
.image-carousel-block.bg-tertiarylight-color h6 a strong,
.image-carousel-block.bg-tertiarylight-color h6 a em,
.image-carousel-block.bg-tertiarylight-color h6 a strong em,
.image-carousel-block.bg-tertiarylight-color p a strong,
.image-carousel-block.bg-tertiarylight-color p a em,
.image-carousel-block.bg-tertiarylight-color p a strong em,
.image-carousel-block.bg-tertiarylight-color em a strong,
.image-carousel-block.bg-tertiarylight-color em a em,
.image-carousel-block.bg-tertiarylight-color em a strong em,
.image-carousel-block.bg-tertiarylight-color ul a strong,
.image-carousel-block.bg-tertiarylight-color ul a em,
.image-carousel-block.bg-tertiarylight-color ul a strong em,
.image-carousel-block.bg-tertiarylight-color ul > li a strong,
.image-carousel-block.bg-tertiarylight-color ul > li a em,
.image-carousel-block.bg-tertiarylight-color ul > li a strong em,
.image-carousel-block.bg-tertiarylight-color ol a strong,
.image-carousel-block.bg-tertiarylight-color ol a em,
.image-carousel-block.bg-tertiarylight-color ol a strong em,
.image-carousel-block.bg-tertiarylight-color ol > li a strong,
.image-carousel-block.bg-tertiarylight-color ol > li a em,
.image-carousel-block.bg-tertiarylight-color ol > li a strong em,
.image-carousel-block.bg-tertiarylight-color span a strong,
.image-carousel-block.bg-tertiarylight-color span a em,
.image-carousel-block.bg-tertiarylight-color span a strong em,
.image-carousel-block.bg-tertiarylight-color blockquote a strong,
.image-carousel-block.bg-tertiarylight-color blockquote a em,
.image-carousel-block.bg-tertiarylight-color blockquote a strong em,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.image-carousel-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.image-carousel-block.bg-black-color h2 a strong,
.image-carousel-block.bg-black-color h2 a em,
.image-carousel-block.bg-black-color h2 a strong em,
.image-carousel-block.bg-black-color h3 a strong,
.image-carousel-block.bg-black-color h3 a em,
.image-carousel-block.bg-black-color h3 a strong em,
.image-carousel-block.bg-black-color h4 a strong,
.image-carousel-block.bg-black-color h4 a em,
.image-carousel-block.bg-black-color h4 a strong em,
.image-carousel-block.bg-black-color h5 a strong,
.image-carousel-block.bg-black-color h5 a em,
.image-carousel-block.bg-black-color h5 a strong em,
.image-carousel-block.bg-black-color h6 a strong,
.image-carousel-block.bg-black-color h6 a em,
.image-carousel-block.bg-black-color h6 a strong em,
.image-carousel-block.bg-black-color p a strong,
.image-carousel-block.bg-black-color p a em,
.image-carousel-block.bg-black-color p a strong em,
.image-carousel-block.bg-black-color em a strong,
.image-carousel-block.bg-black-color em a em,
.image-carousel-block.bg-black-color em a strong em,
.image-carousel-block.bg-black-color ul a strong,
.image-carousel-block.bg-black-color ul a em,
.image-carousel-block.bg-black-color ul a strong em,
.image-carousel-block.bg-black-color ul > li a strong,
.image-carousel-block.bg-black-color ul > li a em,
.image-carousel-block.bg-black-color ul > li a strong em,
.image-carousel-block.bg-black-color ol a strong,
.image-carousel-block.bg-black-color ol a em,
.image-carousel-block.bg-black-color ol a strong em,
.image-carousel-block.bg-black-color ol > li a strong,
.image-carousel-block.bg-black-color ol > li a em,
.image-carousel-block.bg-black-color ol > li a strong em,
.image-carousel-block.bg-black-color span a strong,
.image-carousel-block.bg-black-color span a em,
.image-carousel-block.bg-black-color span a strong em,
.image-carousel-block.bg-black-color blockquote a strong,
.image-carousel-block.bg-black-color blockquote a em,
.image-carousel-block.bg-black-color blockquote a strong em,
.image-carousel-block.bg-black-color a:not([class*=btn]) a strong,
.image-carousel-block.bg-black-color a:not([class*=btn]) a em,
.image-carousel-block.bg-black-color a:not([class*=btn]) a strong em,
.detail-call-out-block.bg-primary-color h2 a strong,
.detail-call-out-block.bg-primary-color h2 a em,
.detail-call-out-block.bg-primary-color h2 a strong em,
.detail-call-out-block.bg-primary-color h3 a strong,
.detail-call-out-block.bg-primary-color h3 a em,
.detail-call-out-block.bg-primary-color h3 a strong em,
.detail-call-out-block.bg-primary-color h4 a strong,
.detail-call-out-block.bg-primary-color h4 a em,
.detail-call-out-block.bg-primary-color h4 a strong em,
.detail-call-out-block.bg-primary-color h5 a strong,
.detail-call-out-block.bg-primary-color h5 a em,
.detail-call-out-block.bg-primary-color h5 a strong em,
.detail-call-out-block.bg-primary-color h6 a strong,
.detail-call-out-block.bg-primary-color h6 a em,
.detail-call-out-block.bg-primary-color h6 a strong em,
.detail-call-out-block.bg-primary-color p a strong,
.detail-call-out-block.bg-primary-color p a em,
.detail-call-out-block.bg-primary-color p a strong em,
.detail-call-out-block.bg-primary-color em a strong,
.detail-call-out-block.bg-primary-color em a em,
.detail-call-out-block.bg-primary-color em a strong em,
.detail-call-out-block.bg-primary-color ul a strong,
.detail-call-out-block.bg-primary-color ul a em,
.detail-call-out-block.bg-primary-color ul a strong em,
.detail-call-out-block.bg-primary-color ul > li a strong,
.detail-call-out-block.bg-primary-color ul > li a em,
.detail-call-out-block.bg-primary-color ul > li a strong em,
.detail-call-out-block.bg-primary-color ol a strong,
.detail-call-out-block.bg-primary-color ol a em,
.detail-call-out-block.bg-primary-color ol a strong em,
.detail-call-out-block.bg-primary-color ol > li a strong,
.detail-call-out-block.bg-primary-color ol > li a em,
.detail-call-out-block.bg-primary-color ol > li a strong em,
.detail-call-out-block.bg-primary-color span a strong,
.detail-call-out-block.bg-primary-color span a em,
.detail-call-out-block.bg-primary-color span a strong em,
.detail-call-out-block.bg-primary-color blockquote a strong,
.detail-call-out-block.bg-primary-color blockquote a em,
.detail-call-out-block.bg-primary-color blockquote a strong em,
.detail-call-out-block.bg-primary-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primary-color a:not([class*=btn]) a em,
.detail-call-out-block.bg-primary-color a:not([class*=btn]) a strong em,
.detail-call-out-block.bg-primarylight-color h2 a strong,
.detail-call-out-block.bg-primarylight-color h2 a em,
.detail-call-out-block.bg-primarylight-color h2 a strong em,
.detail-call-out-block.bg-primarylight-color h3 a strong,
.detail-call-out-block.bg-primarylight-color h3 a em,
.detail-call-out-block.bg-primarylight-color h3 a strong em,
.detail-call-out-block.bg-primarylight-color h4 a strong,
.detail-call-out-block.bg-primarylight-color h4 a em,
.detail-call-out-block.bg-primarylight-color h4 a strong em,
.detail-call-out-block.bg-primarylight-color h5 a strong,
.detail-call-out-block.bg-primarylight-color h5 a em,
.detail-call-out-block.bg-primarylight-color h5 a strong em,
.detail-call-out-block.bg-primarylight-color h6 a strong,
.detail-call-out-block.bg-primarylight-color h6 a em,
.detail-call-out-block.bg-primarylight-color h6 a strong em,
.detail-call-out-block.bg-primarylight-color p a strong,
.detail-call-out-block.bg-primarylight-color p a em,
.detail-call-out-block.bg-primarylight-color p a strong em,
.detail-call-out-block.bg-primarylight-color em a strong,
.detail-call-out-block.bg-primarylight-color em a em,
.detail-call-out-block.bg-primarylight-color em a strong em,
.detail-call-out-block.bg-primarylight-color ul a strong,
.detail-call-out-block.bg-primarylight-color ul a em,
.detail-call-out-block.bg-primarylight-color ul a strong em,
.detail-call-out-block.bg-primarylight-color ul > li a strong,
.detail-call-out-block.bg-primarylight-color ul > li a em,
.detail-call-out-block.bg-primarylight-color ul > li a strong em,
.detail-call-out-block.bg-primarylight-color ol a strong,
.detail-call-out-block.bg-primarylight-color ol a em,
.detail-call-out-block.bg-primarylight-color ol a strong em,
.detail-call-out-block.bg-primarylight-color ol > li a strong,
.detail-call-out-block.bg-primarylight-color ol > li a em,
.detail-call-out-block.bg-primarylight-color ol > li a strong em,
.detail-call-out-block.bg-primarylight-color span a strong,
.detail-call-out-block.bg-primarylight-color span a em,
.detail-call-out-block.bg-primarylight-color span a strong em,
.detail-call-out-block.bg-primarylight-color blockquote a strong,
.detail-call-out-block.bg-primarylight-color blockquote a em,
.detail-call-out-block.bg-primarylight-color blockquote a strong em,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]) a em,
.detail-call-out-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.detail-call-out-block.bg-primarydark-color h2 a strong,
.detail-call-out-block.bg-primarydark-color h2 a em,
.detail-call-out-block.bg-primarydark-color h2 a strong em,
.detail-call-out-block.bg-primarydark-color h3 a strong,
.detail-call-out-block.bg-primarydark-color h3 a em,
.detail-call-out-block.bg-primarydark-color h3 a strong em,
.detail-call-out-block.bg-primarydark-color h4 a strong,
.detail-call-out-block.bg-primarydark-color h4 a em,
.detail-call-out-block.bg-primarydark-color h4 a strong em,
.detail-call-out-block.bg-primarydark-color h5 a strong,
.detail-call-out-block.bg-primarydark-color h5 a em,
.detail-call-out-block.bg-primarydark-color h5 a strong em,
.detail-call-out-block.bg-primarydark-color h6 a strong,
.detail-call-out-block.bg-primarydark-color h6 a em,
.detail-call-out-block.bg-primarydark-color h6 a strong em,
.detail-call-out-block.bg-primarydark-color p a strong,
.detail-call-out-block.bg-primarydark-color p a em,
.detail-call-out-block.bg-primarydark-color p a strong em,
.detail-call-out-block.bg-primarydark-color em a strong,
.detail-call-out-block.bg-primarydark-color em a em,
.detail-call-out-block.bg-primarydark-color em a strong em,
.detail-call-out-block.bg-primarydark-color ul a strong,
.detail-call-out-block.bg-primarydark-color ul a em,
.detail-call-out-block.bg-primarydark-color ul a strong em,
.detail-call-out-block.bg-primarydark-color ul > li a strong,
.detail-call-out-block.bg-primarydark-color ul > li a em,
.detail-call-out-block.bg-primarydark-color ul > li a strong em,
.detail-call-out-block.bg-primarydark-color ol a strong,
.detail-call-out-block.bg-primarydark-color ol a em,
.detail-call-out-block.bg-primarydark-color ol a strong em,
.detail-call-out-block.bg-primarydark-color ol > li a strong,
.detail-call-out-block.bg-primarydark-color ol > li a em,
.detail-call-out-block.bg-primarydark-color ol > li a strong em,
.detail-call-out-block.bg-primarydark-color span a strong,
.detail-call-out-block.bg-primarydark-color span a em,
.detail-call-out-block.bg-primarydark-color span a strong em,
.detail-call-out-block.bg-primarydark-color blockquote a strong,
.detail-call-out-block.bg-primarydark-color blockquote a em,
.detail-call-out-block.bg-primarydark-color blockquote a strong em,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]) a em,
.detail-call-out-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.detail-call-out-block.bg-tertiarylight-color h2 a strong,
.detail-call-out-block.bg-tertiarylight-color h2 a em,
.detail-call-out-block.bg-tertiarylight-color h2 a strong em,
.detail-call-out-block.bg-tertiarylight-color h3 a strong,
.detail-call-out-block.bg-tertiarylight-color h3 a em,
.detail-call-out-block.bg-tertiarylight-color h3 a strong em,
.detail-call-out-block.bg-tertiarylight-color h4 a strong,
.detail-call-out-block.bg-tertiarylight-color h4 a em,
.detail-call-out-block.bg-tertiarylight-color h4 a strong em,
.detail-call-out-block.bg-tertiarylight-color h5 a strong,
.detail-call-out-block.bg-tertiarylight-color h5 a em,
.detail-call-out-block.bg-tertiarylight-color h5 a strong em,
.detail-call-out-block.bg-tertiarylight-color h6 a strong,
.detail-call-out-block.bg-tertiarylight-color h6 a em,
.detail-call-out-block.bg-tertiarylight-color h6 a strong em,
.detail-call-out-block.bg-tertiarylight-color p a strong,
.detail-call-out-block.bg-tertiarylight-color p a em,
.detail-call-out-block.bg-tertiarylight-color p a strong em,
.detail-call-out-block.bg-tertiarylight-color em a strong,
.detail-call-out-block.bg-tertiarylight-color em a em,
.detail-call-out-block.bg-tertiarylight-color em a strong em,
.detail-call-out-block.bg-tertiarylight-color ul a strong,
.detail-call-out-block.bg-tertiarylight-color ul a em,
.detail-call-out-block.bg-tertiarylight-color ul a strong em,
.detail-call-out-block.bg-tertiarylight-color ul > li a strong,
.detail-call-out-block.bg-tertiarylight-color ul > li a em,
.detail-call-out-block.bg-tertiarylight-color ul > li a strong em,
.detail-call-out-block.bg-tertiarylight-color ol a strong,
.detail-call-out-block.bg-tertiarylight-color ol a em,
.detail-call-out-block.bg-tertiarylight-color ol a strong em,
.detail-call-out-block.bg-tertiarylight-color ol > li a strong,
.detail-call-out-block.bg-tertiarylight-color ol > li a em,
.detail-call-out-block.bg-tertiarylight-color ol > li a strong em,
.detail-call-out-block.bg-tertiarylight-color span a strong,
.detail-call-out-block.bg-tertiarylight-color span a em,
.detail-call-out-block.bg-tertiarylight-color span a strong em,
.detail-call-out-block.bg-tertiarylight-color blockquote a strong,
.detail-call-out-block.bg-tertiarylight-color blockquote a em,
.detail-call-out-block.bg-tertiarylight-color blockquote a strong em,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.detail-call-out-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.detail-call-out-block.bg-black-color h2 a strong,
.detail-call-out-block.bg-black-color h2 a em,
.detail-call-out-block.bg-black-color h2 a strong em,
.detail-call-out-block.bg-black-color h3 a strong,
.detail-call-out-block.bg-black-color h3 a em,
.detail-call-out-block.bg-black-color h3 a strong em,
.detail-call-out-block.bg-black-color h4 a strong,
.detail-call-out-block.bg-black-color h4 a em,
.detail-call-out-block.bg-black-color h4 a strong em,
.detail-call-out-block.bg-black-color h5 a strong,
.detail-call-out-block.bg-black-color h5 a em,
.detail-call-out-block.bg-black-color h5 a strong em,
.detail-call-out-block.bg-black-color h6 a strong,
.detail-call-out-block.bg-black-color h6 a em,
.detail-call-out-block.bg-black-color h6 a strong em,
.detail-call-out-block.bg-black-color p a strong,
.detail-call-out-block.bg-black-color p a em,
.detail-call-out-block.bg-black-color p a strong em,
.detail-call-out-block.bg-black-color em a strong,
.detail-call-out-block.bg-black-color em a em,
.detail-call-out-block.bg-black-color em a strong em,
.detail-call-out-block.bg-black-color ul a strong,
.detail-call-out-block.bg-black-color ul a em,
.detail-call-out-block.bg-black-color ul a strong em,
.detail-call-out-block.bg-black-color ul > li a strong,
.detail-call-out-block.bg-black-color ul > li a em,
.detail-call-out-block.bg-black-color ul > li a strong em,
.detail-call-out-block.bg-black-color ol a strong,
.detail-call-out-block.bg-black-color ol a em,
.detail-call-out-block.bg-black-color ol a strong em,
.detail-call-out-block.bg-black-color ol > li a strong,
.detail-call-out-block.bg-black-color ol > li a em,
.detail-call-out-block.bg-black-color ol > li a strong em,
.detail-call-out-block.bg-black-color span a strong,
.detail-call-out-block.bg-black-color span a em,
.detail-call-out-block.bg-black-color span a strong em,
.detail-call-out-block.bg-black-color blockquote a strong,
.detail-call-out-block.bg-black-color blockquote a em,
.detail-call-out-block.bg-black-color blockquote a strong em,
.detail-call-out-block.bg-black-color a:not([class*=btn]) a strong,
.detail-call-out-block.bg-black-color a:not([class*=btn]) a em,
.detail-call-out-block.bg-black-color a:not([class*=btn]) a strong em,
.accordion-effect-block.bg-primary-color h2 a strong,
.accordion-effect-block.bg-primary-color h2 a em,
.accordion-effect-block.bg-primary-color h2 a strong em,
.accordion-effect-block.bg-primary-color h3 a strong,
.accordion-effect-block.bg-primary-color h3 a em,
.accordion-effect-block.bg-primary-color h3 a strong em,
.accordion-effect-block.bg-primary-color h4 a strong,
.accordion-effect-block.bg-primary-color h4 a em,
.accordion-effect-block.bg-primary-color h4 a strong em,
.accordion-effect-block.bg-primary-color h5 a strong,
.accordion-effect-block.bg-primary-color h5 a em,
.accordion-effect-block.bg-primary-color h5 a strong em,
.accordion-effect-block.bg-primary-color h6 a strong,
.accordion-effect-block.bg-primary-color h6 a em,
.accordion-effect-block.bg-primary-color h6 a strong em,
.accordion-effect-block.bg-primary-color p a strong,
.accordion-effect-block.bg-primary-color p a em,
.accordion-effect-block.bg-primary-color p a strong em,
.accordion-effect-block.bg-primary-color em a strong,
.accordion-effect-block.bg-primary-color em a em,
.accordion-effect-block.bg-primary-color em a strong em,
.accordion-effect-block.bg-primary-color ul a strong,
.accordion-effect-block.bg-primary-color ul a em,
.accordion-effect-block.bg-primary-color ul a strong em,
.accordion-effect-block.bg-primary-color ul > li a strong,
.accordion-effect-block.bg-primary-color ul > li a em,
.accordion-effect-block.bg-primary-color ul > li a strong em,
.accordion-effect-block.bg-primary-color ol a strong,
.accordion-effect-block.bg-primary-color ol a em,
.accordion-effect-block.bg-primary-color ol a strong em,
.accordion-effect-block.bg-primary-color ol > li a strong,
.accordion-effect-block.bg-primary-color ol > li a em,
.accordion-effect-block.bg-primary-color ol > li a strong em,
.accordion-effect-block.bg-primary-color span a strong,
.accordion-effect-block.bg-primary-color span a em,
.accordion-effect-block.bg-primary-color span a strong em,
.accordion-effect-block.bg-primary-color blockquote a strong,
.accordion-effect-block.bg-primary-color blockquote a em,
.accordion-effect-block.bg-primary-color blockquote a strong em,
.accordion-effect-block.bg-primary-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primary-color a:not([class*=btn]) a em,
.accordion-effect-block.bg-primary-color a:not([class*=btn]) a strong em,
.accordion-effect-block.bg-primarylight-color h2 a strong,
.accordion-effect-block.bg-primarylight-color h2 a em,
.accordion-effect-block.bg-primarylight-color h2 a strong em,
.accordion-effect-block.bg-primarylight-color h3 a strong,
.accordion-effect-block.bg-primarylight-color h3 a em,
.accordion-effect-block.bg-primarylight-color h3 a strong em,
.accordion-effect-block.bg-primarylight-color h4 a strong,
.accordion-effect-block.bg-primarylight-color h4 a em,
.accordion-effect-block.bg-primarylight-color h4 a strong em,
.accordion-effect-block.bg-primarylight-color h5 a strong,
.accordion-effect-block.bg-primarylight-color h5 a em,
.accordion-effect-block.bg-primarylight-color h5 a strong em,
.accordion-effect-block.bg-primarylight-color h6 a strong,
.accordion-effect-block.bg-primarylight-color h6 a em,
.accordion-effect-block.bg-primarylight-color h6 a strong em,
.accordion-effect-block.bg-primarylight-color p a strong,
.accordion-effect-block.bg-primarylight-color p a em,
.accordion-effect-block.bg-primarylight-color p a strong em,
.accordion-effect-block.bg-primarylight-color em a strong,
.accordion-effect-block.bg-primarylight-color em a em,
.accordion-effect-block.bg-primarylight-color em a strong em,
.accordion-effect-block.bg-primarylight-color ul a strong,
.accordion-effect-block.bg-primarylight-color ul a em,
.accordion-effect-block.bg-primarylight-color ul a strong em,
.accordion-effect-block.bg-primarylight-color ul > li a strong,
.accordion-effect-block.bg-primarylight-color ul > li a em,
.accordion-effect-block.bg-primarylight-color ul > li a strong em,
.accordion-effect-block.bg-primarylight-color ol a strong,
.accordion-effect-block.bg-primarylight-color ol a em,
.accordion-effect-block.bg-primarylight-color ol a strong em,
.accordion-effect-block.bg-primarylight-color ol > li a strong,
.accordion-effect-block.bg-primarylight-color ol > li a em,
.accordion-effect-block.bg-primarylight-color ol > li a strong em,
.accordion-effect-block.bg-primarylight-color span a strong,
.accordion-effect-block.bg-primarylight-color span a em,
.accordion-effect-block.bg-primarylight-color span a strong em,
.accordion-effect-block.bg-primarylight-color blockquote a strong,
.accordion-effect-block.bg-primarylight-color blockquote a em,
.accordion-effect-block.bg-primarylight-color blockquote a strong em,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]) a em,
.accordion-effect-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.accordion-effect-block.bg-primarydark-color h2 a strong,
.accordion-effect-block.bg-primarydark-color h2 a em,
.accordion-effect-block.bg-primarydark-color h2 a strong em,
.accordion-effect-block.bg-primarydark-color h3 a strong,
.accordion-effect-block.bg-primarydark-color h3 a em,
.accordion-effect-block.bg-primarydark-color h3 a strong em,
.accordion-effect-block.bg-primarydark-color h4 a strong,
.accordion-effect-block.bg-primarydark-color h4 a em,
.accordion-effect-block.bg-primarydark-color h4 a strong em,
.accordion-effect-block.bg-primarydark-color h5 a strong,
.accordion-effect-block.bg-primarydark-color h5 a em,
.accordion-effect-block.bg-primarydark-color h5 a strong em,
.accordion-effect-block.bg-primarydark-color h6 a strong,
.accordion-effect-block.bg-primarydark-color h6 a em,
.accordion-effect-block.bg-primarydark-color h6 a strong em,
.accordion-effect-block.bg-primarydark-color p a strong,
.accordion-effect-block.bg-primarydark-color p a em,
.accordion-effect-block.bg-primarydark-color p a strong em,
.accordion-effect-block.bg-primarydark-color em a strong,
.accordion-effect-block.bg-primarydark-color em a em,
.accordion-effect-block.bg-primarydark-color em a strong em,
.accordion-effect-block.bg-primarydark-color ul a strong,
.accordion-effect-block.bg-primarydark-color ul a em,
.accordion-effect-block.bg-primarydark-color ul a strong em,
.accordion-effect-block.bg-primarydark-color ul > li a strong,
.accordion-effect-block.bg-primarydark-color ul > li a em,
.accordion-effect-block.bg-primarydark-color ul > li a strong em,
.accordion-effect-block.bg-primarydark-color ol a strong,
.accordion-effect-block.bg-primarydark-color ol a em,
.accordion-effect-block.bg-primarydark-color ol a strong em,
.accordion-effect-block.bg-primarydark-color ol > li a strong,
.accordion-effect-block.bg-primarydark-color ol > li a em,
.accordion-effect-block.bg-primarydark-color ol > li a strong em,
.accordion-effect-block.bg-primarydark-color span a strong,
.accordion-effect-block.bg-primarydark-color span a em,
.accordion-effect-block.bg-primarydark-color span a strong em,
.accordion-effect-block.bg-primarydark-color blockquote a strong,
.accordion-effect-block.bg-primarydark-color blockquote a em,
.accordion-effect-block.bg-primarydark-color blockquote a strong em,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]) a em,
.accordion-effect-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.accordion-effect-block.bg-tertiarylight-color h2 a strong,
.accordion-effect-block.bg-tertiarylight-color h2 a em,
.accordion-effect-block.bg-tertiarylight-color h2 a strong em,
.accordion-effect-block.bg-tertiarylight-color h3 a strong,
.accordion-effect-block.bg-tertiarylight-color h3 a em,
.accordion-effect-block.bg-tertiarylight-color h3 a strong em,
.accordion-effect-block.bg-tertiarylight-color h4 a strong,
.accordion-effect-block.bg-tertiarylight-color h4 a em,
.accordion-effect-block.bg-tertiarylight-color h4 a strong em,
.accordion-effect-block.bg-tertiarylight-color h5 a strong,
.accordion-effect-block.bg-tertiarylight-color h5 a em,
.accordion-effect-block.bg-tertiarylight-color h5 a strong em,
.accordion-effect-block.bg-tertiarylight-color h6 a strong,
.accordion-effect-block.bg-tertiarylight-color h6 a em,
.accordion-effect-block.bg-tertiarylight-color h6 a strong em,
.accordion-effect-block.bg-tertiarylight-color p a strong,
.accordion-effect-block.bg-tertiarylight-color p a em,
.accordion-effect-block.bg-tertiarylight-color p a strong em,
.accordion-effect-block.bg-tertiarylight-color em a strong,
.accordion-effect-block.bg-tertiarylight-color em a em,
.accordion-effect-block.bg-tertiarylight-color em a strong em,
.accordion-effect-block.bg-tertiarylight-color ul a strong,
.accordion-effect-block.bg-tertiarylight-color ul a em,
.accordion-effect-block.bg-tertiarylight-color ul a strong em,
.accordion-effect-block.bg-tertiarylight-color ul > li a strong,
.accordion-effect-block.bg-tertiarylight-color ul > li a em,
.accordion-effect-block.bg-tertiarylight-color ul > li a strong em,
.accordion-effect-block.bg-tertiarylight-color ol a strong,
.accordion-effect-block.bg-tertiarylight-color ol a em,
.accordion-effect-block.bg-tertiarylight-color ol a strong em,
.accordion-effect-block.bg-tertiarylight-color ol > li a strong,
.accordion-effect-block.bg-tertiarylight-color ol > li a em,
.accordion-effect-block.bg-tertiarylight-color ol > li a strong em,
.accordion-effect-block.bg-tertiarylight-color span a strong,
.accordion-effect-block.bg-tertiarylight-color span a em,
.accordion-effect-block.bg-tertiarylight-color span a strong em,
.accordion-effect-block.bg-tertiarylight-color blockquote a strong,
.accordion-effect-block.bg-tertiarylight-color blockquote a em,
.accordion-effect-block.bg-tertiarylight-color blockquote a strong em,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.accordion-effect-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.accordion-effect-block.bg-black-color h2 a strong,
.accordion-effect-block.bg-black-color h2 a em,
.accordion-effect-block.bg-black-color h2 a strong em,
.accordion-effect-block.bg-black-color h3 a strong,
.accordion-effect-block.bg-black-color h3 a em,
.accordion-effect-block.bg-black-color h3 a strong em,
.accordion-effect-block.bg-black-color h4 a strong,
.accordion-effect-block.bg-black-color h4 a em,
.accordion-effect-block.bg-black-color h4 a strong em,
.accordion-effect-block.bg-black-color h5 a strong,
.accordion-effect-block.bg-black-color h5 a em,
.accordion-effect-block.bg-black-color h5 a strong em,
.accordion-effect-block.bg-black-color h6 a strong,
.accordion-effect-block.bg-black-color h6 a em,
.accordion-effect-block.bg-black-color h6 a strong em,
.accordion-effect-block.bg-black-color p a strong,
.accordion-effect-block.bg-black-color p a em,
.accordion-effect-block.bg-black-color p a strong em,
.accordion-effect-block.bg-black-color em a strong,
.accordion-effect-block.bg-black-color em a em,
.accordion-effect-block.bg-black-color em a strong em,
.accordion-effect-block.bg-black-color ul a strong,
.accordion-effect-block.bg-black-color ul a em,
.accordion-effect-block.bg-black-color ul a strong em,
.accordion-effect-block.bg-black-color ul > li a strong,
.accordion-effect-block.bg-black-color ul > li a em,
.accordion-effect-block.bg-black-color ul > li a strong em,
.accordion-effect-block.bg-black-color ol a strong,
.accordion-effect-block.bg-black-color ol a em,
.accordion-effect-block.bg-black-color ol a strong em,
.accordion-effect-block.bg-black-color ol > li a strong,
.accordion-effect-block.bg-black-color ol > li a em,
.accordion-effect-block.bg-black-color ol > li a strong em,
.accordion-effect-block.bg-black-color span a strong,
.accordion-effect-block.bg-black-color span a em,
.accordion-effect-block.bg-black-color span a strong em,
.accordion-effect-block.bg-black-color blockquote a strong,
.accordion-effect-block.bg-black-color blockquote a em,
.accordion-effect-block.bg-black-color blockquote a strong em,
.accordion-effect-block.bg-black-color a:not([class*=btn]) a strong,
.accordion-effect-block.bg-black-color a:not([class*=btn]) a em,
.accordion-effect-block.bg-black-color a:not([class*=btn]) a strong em,
.donate-text-only-block.bg-primary-color h2 a strong,
.donate-text-only-block.bg-primary-color h2 a em,
.donate-text-only-block.bg-primary-color h2 a strong em,
.donate-text-only-block.bg-primary-color h3 a strong,
.donate-text-only-block.bg-primary-color h3 a em,
.donate-text-only-block.bg-primary-color h3 a strong em,
.donate-text-only-block.bg-primary-color h4 a strong,
.donate-text-only-block.bg-primary-color h4 a em,
.donate-text-only-block.bg-primary-color h4 a strong em,
.donate-text-only-block.bg-primary-color h5 a strong,
.donate-text-only-block.bg-primary-color h5 a em,
.donate-text-only-block.bg-primary-color h5 a strong em,
.donate-text-only-block.bg-primary-color h6 a strong,
.donate-text-only-block.bg-primary-color h6 a em,
.donate-text-only-block.bg-primary-color h6 a strong em,
.donate-text-only-block.bg-primary-color p a strong,
.donate-text-only-block.bg-primary-color p a em,
.donate-text-only-block.bg-primary-color p a strong em,
.donate-text-only-block.bg-primary-color em a strong,
.donate-text-only-block.bg-primary-color em a em,
.donate-text-only-block.bg-primary-color em a strong em,
.donate-text-only-block.bg-primary-color ul a strong,
.donate-text-only-block.bg-primary-color ul a em,
.donate-text-only-block.bg-primary-color ul a strong em,
.donate-text-only-block.bg-primary-color ul > li a strong,
.donate-text-only-block.bg-primary-color ul > li a em,
.donate-text-only-block.bg-primary-color ul > li a strong em,
.donate-text-only-block.bg-primary-color ol a strong,
.donate-text-only-block.bg-primary-color ol a em,
.donate-text-only-block.bg-primary-color ol a strong em,
.donate-text-only-block.bg-primary-color ol > li a strong,
.donate-text-only-block.bg-primary-color ol > li a em,
.donate-text-only-block.bg-primary-color ol > li a strong em,
.donate-text-only-block.bg-primary-color span a strong,
.donate-text-only-block.bg-primary-color span a em,
.donate-text-only-block.bg-primary-color span a strong em,
.donate-text-only-block.bg-primary-color blockquote a strong,
.donate-text-only-block.bg-primary-color blockquote a em,
.donate-text-only-block.bg-primary-color blockquote a strong em,
.donate-text-only-block.bg-primary-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primary-color a:not([class*=btn]) a em,
.donate-text-only-block.bg-primary-color a:not([class*=btn]) a strong em,
.donate-text-only-block.bg-primarylight-color h2 a strong,
.donate-text-only-block.bg-primarylight-color h2 a em,
.donate-text-only-block.bg-primarylight-color h2 a strong em,
.donate-text-only-block.bg-primarylight-color h3 a strong,
.donate-text-only-block.bg-primarylight-color h3 a em,
.donate-text-only-block.bg-primarylight-color h3 a strong em,
.donate-text-only-block.bg-primarylight-color h4 a strong,
.donate-text-only-block.bg-primarylight-color h4 a em,
.donate-text-only-block.bg-primarylight-color h4 a strong em,
.donate-text-only-block.bg-primarylight-color h5 a strong,
.donate-text-only-block.bg-primarylight-color h5 a em,
.donate-text-only-block.bg-primarylight-color h5 a strong em,
.donate-text-only-block.bg-primarylight-color h6 a strong,
.donate-text-only-block.bg-primarylight-color h6 a em,
.donate-text-only-block.bg-primarylight-color h6 a strong em,
.donate-text-only-block.bg-primarylight-color p a strong,
.donate-text-only-block.bg-primarylight-color p a em,
.donate-text-only-block.bg-primarylight-color p a strong em,
.donate-text-only-block.bg-primarylight-color em a strong,
.donate-text-only-block.bg-primarylight-color em a em,
.donate-text-only-block.bg-primarylight-color em a strong em,
.donate-text-only-block.bg-primarylight-color ul a strong,
.donate-text-only-block.bg-primarylight-color ul a em,
.donate-text-only-block.bg-primarylight-color ul a strong em,
.donate-text-only-block.bg-primarylight-color ul > li a strong,
.donate-text-only-block.bg-primarylight-color ul > li a em,
.donate-text-only-block.bg-primarylight-color ul > li a strong em,
.donate-text-only-block.bg-primarylight-color ol a strong,
.donate-text-only-block.bg-primarylight-color ol a em,
.donate-text-only-block.bg-primarylight-color ol a strong em,
.donate-text-only-block.bg-primarylight-color ol > li a strong,
.donate-text-only-block.bg-primarylight-color ol > li a em,
.donate-text-only-block.bg-primarylight-color ol > li a strong em,
.donate-text-only-block.bg-primarylight-color span a strong,
.donate-text-only-block.bg-primarylight-color span a em,
.donate-text-only-block.bg-primarylight-color span a strong em,
.donate-text-only-block.bg-primarylight-color blockquote a strong,
.donate-text-only-block.bg-primarylight-color blockquote a em,
.donate-text-only-block.bg-primarylight-color blockquote a strong em,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]) a em,
.donate-text-only-block.bg-primarylight-color a:not([class*=btn]) a strong em,
.donate-text-only-block.bg-primarydark-color h2 a strong,
.donate-text-only-block.bg-primarydark-color h2 a em,
.donate-text-only-block.bg-primarydark-color h2 a strong em,
.donate-text-only-block.bg-primarydark-color h3 a strong,
.donate-text-only-block.bg-primarydark-color h3 a em,
.donate-text-only-block.bg-primarydark-color h3 a strong em,
.donate-text-only-block.bg-primarydark-color h4 a strong,
.donate-text-only-block.bg-primarydark-color h4 a em,
.donate-text-only-block.bg-primarydark-color h4 a strong em,
.donate-text-only-block.bg-primarydark-color h5 a strong,
.donate-text-only-block.bg-primarydark-color h5 a em,
.donate-text-only-block.bg-primarydark-color h5 a strong em,
.donate-text-only-block.bg-primarydark-color h6 a strong,
.donate-text-only-block.bg-primarydark-color h6 a em,
.donate-text-only-block.bg-primarydark-color h6 a strong em,
.donate-text-only-block.bg-primarydark-color p a strong,
.donate-text-only-block.bg-primarydark-color p a em,
.donate-text-only-block.bg-primarydark-color p a strong em,
.donate-text-only-block.bg-primarydark-color em a strong,
.donate-text-only-block.bg-primarydark-color em a em,
.donate-text-only-block.bg-primarydark-color em a strong em,
.donate-text-only-block.bg-primarydark-color ul a strong,
.donate-text-only-block.bg-primarydark-color ul a em,
.donate-text-only-block.bg-primarydark-color ul a strong em,
.donate-text-only-block.bg-primarydark-color ul > li a strong,
.donate-text-only-block.bg-primarydark-color ul > li a em,
.donate-text-only-block.bg-primarydark-color ul > li a strong em,
.donate-text-only-block.bg-primarydark-color ol a strong,
.donate-text-only-block.bg-primarydark-color ol a em,
.donate-text-only-block.bg-primarydark-color ol a strong em,
.donate-text-only-block.bg-primarydark-color ol > li a strong,
.donate-text-only-block.bg-primarydark-color ol > li a em,
.donate-text-only-block.bg-primarydark-color ol > li a strong em,
.donate-text-only-block.bg-primarydark-color span a strong,
.donate-text-only-block.bg-primarydark-color span a em,
.donate-text-only-block.bg-primarydark-color span a strong em,
.donate-text-only-block.bg-primarydark-color blockquote a strong,
.donate-text-only-block.bg-primarydark-color blockquote a em,
.donate-text-only-block.bg-primarydark-color blockquote a strong em,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]) a em,
.donate-text-only-block.bg-primarydark-color a:not([class*=btn]) a strong em,
.donate-text-only-block.bg-tertiarylight-color h2 a strong,
.donate-text-only-block.bg-tertiarylight-color h2 a em,
.donate-text-only-block.bg-tertiarylight-color h2 a strong em,
.donate-text-only-block.bg-tertiarylight-color h3 a strong,
.donate-text-only-block.bg-tertiarylight-color h3 a em,
.donate-text-only-block.bg-tertiarylight-color h3 a strong em,
.donate-text-only-block.bg-tertiarylight-color h4 a strong,
.donate-text-only-block.bg-tertiarylight-color h4 a em,
.donate-text-only-block.bg-tertiarylight-color h4 a strong em,
.donate-text-only-block.bg-tertiarylight-color h5 a strong,
.donate-text-only-block.bg-tertiarylight-color h5 a em,
.donate-text-only-block.bg-tertiarylight-color h5 a strong em,
.donate-text-only-block.bg-tertiarylight-color h6 a strong,
.donate-text-only-block.bg-tertiarylight-color h6 a em,
.donate-text-only-block.bg-tertiarylight-color h6 a strong em,
.donate-text-only-block.bg-tertiarylight-color p a strong,
.donate-text-only-block.bg-tertiarylight-color p a em,
.donate-text-only-block.bg-tertiarylight-color p a strong em,
.donate-text-only-block.bg-tertiarylight-color em a strong,
.donate-text-only-block.bg-tertiarylight-color em a em,
.donate-text-only-block.bg-tertiarylight-color em a strong em,
.donate-text-only-block.bg-tertiarylight-color ul a strong,
.donate-text-only-block.bg-tertiarylight-color ul a em,
.donate-text-only-block.bg-tertiarylight-color ul a strong em,
.donate-text-only-block.bg-tertiarylight-color ul > li a strong,
.donate-text-only-block.bg-tertiarylight-color ul > li a em,
.donate-text-only-block.bg-tertiarylight-color ul > li a strong em,
.donate-text-only-block.bg-tertiarylight-color ol a strong,
.donate-text-only-block.bg-tertiarylight-color ol a em,
.donate-text-only-block.bg-tertiarylight-color ol a strong em,
.donate-text-only-block.bg-tertiarylight-color ol > li a strong,
.donate-text-only-block.bg-tertiarylight-color ol > li a em,
.donate-text-only-block.bg-tertiarylight-color ol > li a strong em,
.donate-text-only-block.bg-tertiarylight-color span a strong,
.donate-text-only-block.bg-tertiarylight-color span a em,
.donate-text-only-block.bg-tertiarylight-color span a strong em,
.donate-text-only-block.bg-tertiarylight-color blockquote a strong,
.donate-text-only-block.bg-tertiarylight-color blockquote a em,
.donate-text-only-block.bg-tertiarylight-color blockquote a strong em,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]) a em,
.donate-text-only-block.bg-tertiarylight-color a:not([class*=btn]) a strong em,
.donate-text-only-block.bg-black-color h2 a strong,
.donate-text-only-block.bg-black-color h2 a em,
.donate-text-only-block.bg-black-color h2 a strong em,
.donate-text-only-block.bg-black-color h3 a strong,
.donate-text-only-block.bg-black-color h3 a em,
.donate-text-only-block.bg-black-color h3 a strong em,
.donate-text-only-block.bg-black-color h4 a strong,
.donate-text-only-block.bg-black-color h4 a em,
.donate-text-only-block.bg-black-color h4 a strong em,
.donate-text-only-block.bg-black-color h5 a strong,
.donate-text-only-block.bg-black-color h5 a em,
.donate-text-only-block.bg-black-color h5 a strong em,
.donate-text-only-block.bg-black-color h6 a strong,
.donate-text-only-block.bg-black-color h6 a em,
.donate-text-only-block.bg-black-color h6 a strong em,
.donate-text-only-block.bg-black-color p a strong,
.donate-text-only-block.bg-black-color p a em,
.donate-text-only-block.bg-black-color p a strong em,
.donate-text-only-block.bg-black-color em a strong,
.donate-text-only-block.bg-black-color em a em,
.donate-text-only-block.bg-black-color em a strong em,
.donate-text-only-block.bg-black-color ul a strong,
.donate-text-only-block.bg-black-color ul a em,
.donate-text-only-block.bg-black-color ul a strong em,
.donate-text-only-block.bg-black-color ul > li a strong,
.donate-text-only-block.bg-black-color ul > li a em,
.donate-text-only-block.bg-black-color ul > li a strong em,
.donate-text-only-block.bg-black-color ol a strong,
.donate-text-only-block.bg-black-color ol a em,
.donate-text-only-block.bg-black-color ol a strong em,
.donate-text-only-block.bg-black-color ol > li a strong,
.donate-text-only-block.bg-black-color ol > li a em,
.donate-text-only-block.bg-black-color ol > li a strong em,
.donate-text-only-block.bg-black-color span a strong,
.donate-text-only-block.bg-black-color span a em,
.donate-text-only-block.bg-black-color span a strong em,
.donate-text-only-block.bg-black-color blockquote a strong,
.donate-text-only-block.bg-black-color blockquote a em,
.donate-text-only-block.bg-black-color blockquote a strong em,
.donate-text-only-block.bg-black-color a:not([class*=btn]) a strong,
.donate-text-only-block.bg-black-color a:not([class*=btn]) a em,
.donate-text-only-block.bg-black-color a:not([class*=btn]) a strong em {
  color: #ffffff !important;
}
.entry-content.bg-primary-color blockquote, .entry-content.bg-primarylight-color blockquote, .entry-content.bg-primarydark-color blockquote, .entry-content.bg-tertiarylight-color blockquote, .entry-content.bg-black-color blockquote,
.text-photo-block.bg-primary-color blockquote,
.text-photo-block.bg-primarylight-color blockquote,
.text-photo-block.bg-primarydark-color blockquote,
.text-photo-block.bg-tertiarylight-color blockquote,
.text-photo-block.bg-black-color blockquote,
.text-photo-block-2.bg-primary-color blockquote,
.text-photo-block-2.bg-primarylight-color blockquote,
.text-photo-block-2.bg-primarydark-color blockquote,
.text-photo-block-2.bg-tertiarylight-color blockquote,
.text-photo-block-2.bg-black-color blockquote,
.text-only-block.bg-primary-color blockquote,
.text-only-block.bg-primarylight-color blockquote,
.text-only-block.bg-primarydark-color blockquote,
.text-only-block.bg-tertiarylight-color blockquote,
.text-only-block.bg-black-color blockquote,
.video-text-block.bg-primary-color blockquote,
.video-text-block.bg-primarylight-color blockquote,
.video-text-block.bg-primarydark-color blockquote,
.video-text-block.bg-tertiarylight-color blockquote,
.video-text-block.bg-black-color blockquote,
.text-list-block.bg-primary-color blockquote,
.text-list-block.bg-primarylight-color blockquote,
.text-list-block.bg-primarydark-color blockquote,
.text-list-block.bg-tertiarylight-color blockquote,
.text-list-block.bg-black-color blockquote,
.image-carousel-block.bg-primary-color blockquote,
.image-carousel-block.bg-primarylight-color blockquote,
.image-carousel-block.bg-primarydark-color blockquote,
.image-carousel-block.bg-tertiarylight-color blockquote,
.image-carousel-block.bg-black-color blockquote,
.detail-call-out-block.bg-primary-color blockquote,
.detail-call-out-block.bg-primarylight-color blockquote,
.detail-call-out-block.bg-primarydark-color blockquote,
.detail-call-out-block.bg-tertiarylight-color blockquote,
.detail-call-out-block.bg-black-color blockquote,
.accordion-effect-block.bg-primary-color blockquote,
.accordion-effect-block.bg-primarylight-color blockquote,
.accordion-effect-block.bg-primarydark-color blockquote,
.accordion-effect-block.bg-tertiarylight-color blockquote,
.accordion-effect-block.bg-black-color blockquote,
.donate-text-only-block.bg-primary-color blockquote,
.donate-text-only-block.bg-primarylight-color blockquote,
.donate-text-only-block.bg-primarydark-color blockquote,
.donate-text-only-block.bg-tertiarylight-color blockquote,
.donate-text-only-block.bg-black-color blockquote {
  border-color: #ffffff !important;
}
.entry-content.bg-primary-color blockquote p, .entry-content.bg-primarylight-color blockquote p, .entry-content.bg-primarydark-color blockquote p, .entry-content.bg-tertiarylight-color blockquote p, .entry-content.bg-black-color blockquote p,
.text-photo-block.bg-primary-color blockquote p,
.text-photo-block.bg-primarylight-color blockquote p,
.text-photo-block.bg-primarydark-color blockquote p,
.text-photo-block.bg-tertiarylight-color blockquote p,
.text-photo-block.bg-black-color blockquote p,
.text-photo-block-2.bg-primary-color blockquote p,
.text-photo-block-2.bg-primarylight-color blockquote p,
.text-photo-block-2.bg-primarydark-color blockquote p,
.text-photo-block-2.bg-tertiarylight-color blockquote p,
.text-photo-block-2.bg-black-color blockquote p,
.text-only-block.bg-primary-color blockquote p,
.text-only-block.bg-primarylight-color blockquote p,
.text-only-block.bg-primarydark-color blockquote p,
.text-only-block.bg-tertiarylight-color blockquote p,
.text-only-block.bg-black-color blockquote p,
.video-text-block.bg-primary-color blockquote p,
.video-text-block.bg-primarylight-color blockquote p,
.video-text-block.bg-primarydark-color blockquote p,
.video-text-block.bg-tertiarylight-color blockquote p,
.video-text-block.bg-black-color blockquote p,
.text-list-block.bg-primary-color blockquote p,
.text-list-block.bg-primarylight-color blockquote p,
.text-list-block.bg-primarydark-color blockquote p,
.text-list-block.bg-tertiarylight-color blockquote p,
.text-list-block.bg-black-color blockquote p,
.image-carousel-block.bg-primary-color blockquote p,
.image-carousel-block.bg-primarylight-color blockquote p,
.image-carousel-block.bg-primarydark-color blockquote p,
.image-carousel-block.bg-tertiarylight-color blockquote p,
.image-carousel-block.bg-black-color blockquote p,
.detail-call-out-block.bg-primary-color blockquote p,
.detail-call-out-block.bg-primarylight-color blockquote p,
.detail-call-out-block.bg-primarydark-color blockquote p,
.detail-call-out-block.bg-tertiarylight-color blockquote p,
.detail-call-out-block.bg-black-color blockquote p,
.accordion-effect-block.bg-primary-color blockquote p,
.accordion-effect-block.bg-primarylight-color blockquote p,
.accordion-effect-block.bg-primarydark-color blockquote p,
.accordion-effect-block.bg-tertiarylight-color blockquote p,
.accordion-effect-block.bg-black-color blockquote p,
.donate-text-only-block.bg-primary-color blockquote p,
.donate-text-only-block.bg-primarylight-color blockquote p,
.donate-text-only-block.bg-primarydark-color blockquote p,
.donate-text-only-block.bg-tertiarylight-color blockquote p,
.donate-text-only-block.bg-black-color blockquote p {
  color: #ffffff !important;
}
.entry-content.bg-primary-color ul li::before, .entry-content.bg-primary-color ul.list li::before, .entry-content.bg-primarylight-color ul li::before, .entry-content.bg-primarylight-color ul.list li::before, .entry-content.bg-primarydark-color ul li::before, .entry-content.bg-primarydark-color ul.list li::before, .entry-content.bg-tertiarylight-color ul li::before, .entry-content.bg-tertiarylight-color ul.list li::before, .entry-content.bg-black-color ul li::before, .entry-content.bg-black-color ul.list li::before,
.text-photo-block.bg-primary-color ul li::before,
.text-photo-block.bg-primary-color ul.list li::before,
.text-photo-block.bg-primarylight-color ul li::before,
.text-photo-block.bg-primarylight-color ul.list li::before,
.text-photo-block.bg-primarydark-color ul li::before,
.text-photo-block.bg-primarydark-color ul.list li::before,
.text-photo-block.bg-tertiarylight-color ul li::before,
.text-photo-block.bg-tertiarylight-color ul.list li::before,
.text-photo-block.bg-black-color ul li::before,
.text-photo-block.bg-black-color ul.list li::before,
.text-photo-block-2.bg-primary-color ul li::before,
.text-photo-block-2.bg-primary-color ul.list li::before,
.text-photo-block-2.bg-primarylight-color ul li::before,
.text-photo-block-2.bg-primarylight-color ul.list li::before,
.text-photo-block-2.bg-primarydark-color ul li::before,
.text-photo-block-2.bg-primarydark-color ul.list li::before,
.text-photo-block-2.bg-tertiarylight-color ul li::before,
.text-photo-block-2.bg-tertiarylight-color ul.list li::before,
.text-photo-block-2.bg-black-color ul li::before,
.text-photo-block-2.bg-black-color ul.list li::before,
.text-only-block.bg-primary-color ul li::before,
.text-only-block.bg-primary-color ul.list li::before,
.text-only-block.bg-primarylight-color ul li::before,
.text-only-block.bg-primarylight-color ul.list li::before,
.text-only-block.bg-primarydark-color ul li::before,
.text-only-block.bg-primarydark-color ul.list li::before,
.text-only-block.bg-tertiarylight-color ul li::before,
.text-only-block.bg-tertiarylight-color ul.list li::before,
.text-only-block.bg-black-color ul li::before,
.text-only-block.bg-black-color ul.list li::before,
.video-text-block.bg-primary-color ul li::before,
.video-text-block.bg-primary-color ul.list li::before,
.video-text-block.bg-primarylight-color ul li::before,
.video-text-block.bg-primarylight-color ul.list li::before,
.video-text-block.bg-primarydark-color ul li::before,
.video-text-block.bg-primarydark-color ul.list li::before,
.video-text-block.bg-tertiarylight-color ul li::before,
.video-text-block.bg-tertiarylight-color ul.list li::before,
.video-text-block.bg-black-color ul li::before,
.video-text-block.bg-black-color ul.list li::before,
.text-list-block.bg-primary-color ul li::before,
.text-list-block.bg-primary-color ul.list li::before,
.text-list-block.bg-primarylight-color ul li::before,
.text-list-block.bg-primarylight-color ul.list li::before,
.text-list-block.bg-primarydark-color ul li::before,
.text-list-block.bg-primarydark-color ul.list li::before,
.text-list-block.bg-tertiarylight-color ul li::before,
.text-list-block.bg-tertiarylight-color ul.list li::before,
.text-list-block.bg-black-color ul li::before,
.text-list-block.bg-black-color ul.list li::before,
.image-carousel-block.bg-primary-color ul li::before,
.image-carousel-block.bg-primary-color ul.list li::before,
.image-carousel-block.bg-primarylight-color ul li::before,
.image-carousel-block.bg-primarylight-color ul.list li::before,
.image-carousel-block.bg-primarydark-color ul li::before,
.image-carousel-block.bg-primarydark-color ul.list li::before,
.image-carousel-block.bg-tertiarylight-color ul li::before,
.image-carousel-block.bg-tertiarylight-color ul.list li::before,
.image-carousel-block.bg-black-color ul li::before,
.image-carousel-block.bg-black-color ul.list li::before,
.detail-call-out-block.bg-primary-color ul li::before,
.detail-call-out-block.bg-primary-color ul.list li::before,
.detail-call-out-block.bg-primarylight-color ul li::before,
.detail-call-out-block.bg-primarylight-color ul.list li::before,
.detail-call-out-block.bg-primarydark-color ul li::before,
.detail-call-out-block.bg-primarydark-color ul.list li::before,
.detail-call-out-block.bg-tertiarylight-color ul li::before,
.detail-call-out-block.bg-tertiarylight-color ul.list li::before,
.detail-call-out-block.bg-black-color ul li::before,
.detail-call-out-block.bg-black-color ul.list li::before,
.accordion-effect-block.bg-primary-color ul li::before,
.accordion-effect-block.bg-primary-color ul.list li::before,
.accordion-effect-block.bg-primarylight-color ul li::before,
.accordion-effect-block.bg-primarylight-color ul.list li::before,
.accordion-effect-block.bg-primarydark-color ul li::before,
.accordion-effect-block.bg-primarydark-color ul.list li::before,
.accordion-effect-block.bg-tertiarylight-color ul li::before,
.accordion-effect-block.bg-tertiarylight-color ul.list li::before,
.accordion-effect-block.bg-black-color ul li::before,
.accordion-effect-block.bg-black-color ul.list li::before,
.donate-text-only-block.bg-primary-color ul li::before,
.donate-text-only-block.bg-primary-color ul.list li::before,
.donate-text-only-block.bg-primarylight-color ul li::before,
.donate-text-only-block.bg-primarylight-color ul.list li::before,
.donate-text-only-block.bg-primarydark-color ul li::before,
.donate-text-only-block.bg-primarydark-color ul.list li::before,
.donate-text-only-block.bg-tertiarylight-color ul li::before,
.donate-text-only-block.bg-tertiarylight-color ul.list li::before,
.donate-text-only-block.bg-black-color ul li::before,
.donate-text-only-block.bg-black-color ul.list li::before {
  background: #ffffff !important;
}
.entry-content.bg-primary-color ol li::before, .entry-content.bg-primary-color ol.list li::before, .entry-content.bg-primary-color ul li::marker, .entry-content.bg-primarylight-color ol li::before, .entry-content.bg-primarylight-color ol.list li::before, .entry-content.bg-primarylight-color ul li::marker, .entry-content.bg-primarydark-color ol li::before, .entry-content.bg-primarydark-color ol.list li::before, .entry-content.bg-primarydark-color ul li::marker, .entry-content.bg-tertiarylight-color ol li::before, .entry-content.bg-tertiarylight-color ol.list li::before, .entry-content.bg-tertiarylight-color ul li::marker, .entry-content.bg-black-color ol li::before, .entry-content.bg-black-color ol.list li::before, .entry-content.bg-black-color ul li::marker,
.text-photo-block.bg-primary-color ol li::before,
.text-photo-block.bg-primary-color ol.list li::before,
.text-photo-block.bg-primary-color ul li::marker,
.text-photo-block.bg-primarylight-color ol li::before,
.text-photo-block.bg-primarylight-color ol.list li::before,
.text-photo-block.bg-primarylight-color ul li::marker,
.text-photo-block.bg-primarydark-color ol li::before,
.text-photo-block.bg-primarydark-color ol.list li::before,
.text-photo-block.bg-primarydark-color ul li::marker,
.text-photo-block.bg-tertiarylight-color ol li::before,
.text-photo-block.bg-tertiarylight-color ol.list li::before,
.text-photo-block.bg-tertiarylight-color ul li::marker,
.text-photo-block.bg-black-color ol li::before,
.text-photo-block.bg-black-color ol.list li::before,
.text-photo-block.bg-black-color ul li::marker,
.text-photo-block-2.bg-primary-color ol li::before,
.text-photo-block-2.bg-primary-color ol.list li::before,
.text-photo-block-2.bg-primary-color ul li::marker,
.text-photo-block-2.bg-primarylight-color ol li::before,
.text-photo-block-2.bg-primarylight-color ol.list li::before,
.text-photo-block-2.bg-primarylight-color ul li::marker,
.text-photo-block-2.bg-primarydark-color ol li::before,
.text-photo-block-2.bg-primarydark-color ol.list li::before,
.text-photo-block-2.bg-primarydark-color ul li::marker,
.text-photo-block-2.bg-tertiarylight-color ol li::before,
.text-photo-block-2.bg-tertiarylight-color ol.list li::before,
.text-photo-block-2.bg-tertiarylight-color ul li::marker,
.text-photo-block-2.bg-black-color ol li::before,
.text-photo-block-2.bg-black-color ol.list li::before,
.text-photo-block-2.bg-black-color ul li::marker,
.text-only-block.bg-primary-color ol li::before,
.text-only-block.bg-primary-color ol.list li::before,
.text-only-block.bg-primary-color ul li::marker,
.text-only-block.bg-primarylight-color ol li::before,
.text-only-block.bg-primarylight-color ol.list li::before,
.text-only-block.bg-primarylight-color ul li::marker,
.text-only-block.bg-primarydark-color ol li::before,
.text-only-block.bg-primarydark-color ol.list li::before,
.text-only-block.bg-primarydark-color ul li::marker,
.text-only-block.bg-tertiarylight-color ol li::before,
.text-only-block.bg-tertiarylight-color ol.list li::before,
.text-only-block.bg-tertiarylight-color ul li::marker,
.text-only-block.bg-black-color ol li::before,
.text-only-block.bg-black-color ol.list li::before,
.text-only-block.bg-black-color ul li::marker,
.video-text-block.bg-primary-color ol li::before,
.video-text-block.bg-primary-color ol.list li::before,
.video-text-block.bg-primary-color ul li::marker,
.video-text-block.bg-primarylight-color ol li::before,
.video-text-block.bg-primarylight-color ol.list li::before,
.video-text-block.bg-primarylight-color ul li::marker,
.video-text-block.bg-primarydark-color ol li::before,
.video-text-block.bg-primarydark-color ol.list li::before,
.video-text-block.bg-primarydark-color ul li::marker,
.video-text-block.bg-tertiarylight-color ol li::before,
.video-text-block.bg-tertiarylight-color ol.list li::before,
.video-text-block.bg-tertiarylight-color ul li::marker,
.video-text-block.bg-black-color ol li::before,
.video-text-block.bg-black-color ol.list li::before,
.video-text-block.bg-black-color ul li::marker,
.text-list-block.bg-primary-color ol li::before,
.text-list-block.bg-primary-color ol.list li::before,
.text-list-block.bg-primary-color ul li::marker,
.text-list-block.bg-primarylight-color ol li::before,
.text-list-block.bg-primarylight-color ol.list li::before,
.text-list-block.bg-primarylight-color ul li::marker,
.text-list-block.bg-primarydark-color ol li::before,
.text-list-block.bg-primarydark-color ol.list li::before,
.text-list-block.bg-primarydark-color ul li::marker,
.text-list-block.bg-tertiarylight-color ol li::before,
.text-list-block.bg-tertiarylight-color ol.list li::before,
.text-list-block.bg-tertiarylight-color ul li::marker,
.text-list-block.bg-black-color ol li::before,
.text-list-block.bg-black-color ol.list li::before,
.text-list-block.bg-black-color ul li::marker,
.image-carousel-block.bg-primary-color ol li::before,
.image-carousel-block.bg-primary-color ol.list li::before,
.image-carousel-block.bg-primary-color ul li::marker,
.image-carousel-block.bg-primarylight-color ol li::before,
.image-carousel-block.bg-primarylight-color ol.list li::before,
.image-carousel-block.bg-primarylight-color ul li::marker,
.image-carousel-block.bg-primarydark-color ol li::before,
.image-carousel-block.bg-primarydark-color ol.list li::before,
.image-carousel-block.bg-primarydark-color ul li::marker,
.image-carousel-block.bg-tertiarylight-color ol li::before,
.image-carousel-block.bg-tertiarylight-color ol.list li::before,
.image-carousel-block.bg-tertiarylight-color ul li::marker,
.image-carousel-block.bg-black-color ol li::before,
.image-carousel-block.bg-black-color ol.list li::before,
.image-carousel-block.bg-black-color ul li::marker,
.detail-call-out-block.bg-primary-color ol li::before,
.detail-call-out-block.bg-primary-color ol.list li::before,
.detail-call-out-block.bg-primary-color ul li::marker,
.detail-call-out-block.bg-primarylight-color ol li::before,
.detail-call-out-block.bg-primarylight-color ol.list li::before,
.detail-call-out-block.bg-primarylight-color ul li::marker,
.detail-call-out-block.bg-primarydark-color ol li::before,
.detail-call-out-block.bg-primarydark-color ol.list li::before,
.detail-call-out-block.bg-primarydark-color ul li::marker,
.detail-call-out-block.bg-tertiarylight-color ol li::before,
.detail-call-out-block.bg-tertiarylight-color ol.list li::before,
.detail-call-out-block.bg-tertiarylight-color ul li::marker,
.detail-call-out-block.bg-black-color ol li::before,
.detail-call-out-block.bg-black-color ol.list li::before,
.detail-call-out-block.bg-black-color ul li::marker,
.accordion-effect-block.bg-primary-color ol li::before,
.accordion-effect-block.bg-primary-color ol.list li::before,
.accordion-effect-block.bg-primary-color ul li::marker,
.accordion-effect-block.bg-primarylight-color ol li::before,
.accordion-effect-block.bg-primarylight-color ol.list li::before,
.accordion-effect-block.bg-primarylight-color ul li::marker,
.accordion-effect-block.bg-primarydark-color ol li::before,
.accordion-effect-block.bg-primarydark-color ol.list li::before,
.accordion-effect-block.bg-primarydark-color ul li::marker,
.accordion-effect-block.bg-tertiarylight-color ol li::before,
.accordion-effect-block.bg-tertiarylight-color ol.list li::before,
.accordion-effect-block.bg-tertiarylight-color ul li::marker,
.accordion-effect-block.bg-black-color ol li::before,
.accordion-effect-block.bg-black-color ol.list li::before,
.accordion-effect-block.bg-black-color ul li::marker,
.donate-text-only-block.bg-primary-color ol li::before,
.donate-text-only-block.bg-primary-color ol.list li::before,
.donate-text-only-block.bg-primary-color ul li::marker,
.donate-text-only-block.bg-primarylight-color ol li::before,
.donate-text-only-block.bg-primarylight-color ol.list li::before,
.donate-text-only-block.bg-primarylight-color ul li::marker,
.donate-text-only-block.bg-primarydark-color ol li::before,
.donate-text-only-block.bg-primarydark-color ol.list li::before,
.donate-text-only-block.bg-primarydark-color ul li::marker,
.donate-text-only-block.bg-tertiarylight-color ol li::before,
.donate-text-only-block.bg-tertiarylight-color ol.list li::before,
.donate-text-only-block.bg-tertiarylight-color ul li::marker,
.donate-text-only-block.bg-black-color ol li::before,
.donate-text-only-block.bg-black-color ol.list li::before,
.donate-text-only-block.bg-black-color ul li::marker {
  color: #ffffff !important;
}
.entry-content.bg-primary-color p strong, .entry-content.bg-primary-color p em, .entry-content.bg-primary-color p ul, .entry-content.bg-primarylight-color p strong, .entry-content.bg-primarylight-color p em, .entry-content.bg-primarylight-color p ul, .entry-content.bg-primarydark-color p strong, .entry-content.bg-primarydark-color p em, .entry-content.bg-primarydark-color p ul, .entry-content.bg-tertiarylight-color p strong, .entry-content.bg-tertiarylight-color p em, .entry-content.bg-tertiarylight-color p ul, .entry-content.bg-black-color p strong, .entry-content.bg-black-color p em, .entry-content.bg-black-color p ul,
.text-photo-block.bg-primary-color p strong,
.text-photo-block.bg-primary-color p em,
.text-photo-block.bg-primary-color p ul,
.text-photo-block.bg-primarylight-color p strong,
.text-photo-block.bg-primarylight-color p em,
.text-photo-block.bg-primarylight-color p ul,
.text-photo-block.bg-primarydark-color p strong,
.text-photo-block.bg-primarydark-color p em,
.text-photo-block.bg-primarydark-color p ul,
.text-photo-block.bg-tertiarylight-color p strong,
.text-photo-block.bg-tertiarylight-color p em,
.text-photo-block.bg-tertiarylight-color p ul,
.text-photo-block.bg-black-color p strong,
.text-photo-block.bg-black-color p em,
.text-photo-block.bg-black-color p ul,
.text-photo-block-2.bg-primary-color p strong,
.text-photo-block-2.bg-primary-color p em,
.text-photo-block-2.bg-primary-color p ul,
.text-photo-block-2.bg-primarylight-color p strong,
.text-photo-block-2.bg-primarylight-color p em,
.text-photo-block-2.bg-primarylight-color p ul,
.text-photo-block-2.bg-primarydark-color p strong,
.text-photo-block-2.bg-primarydark-color p em,
.text-photo-block-2.bg-primarydark-color p ul,
.text-photo-block-2.bg-tertiarylight-color p strong,
.text-photo-block-2.bg-tertiarylight-color p em,
.text-photo-block-2.bg-tertiarylight-color p ul,
.text-photo-block-2.bg-black-color p strong,
.text-photo-block-2.bg-black-color p em,
.text-photo-block-2.bg-black-color p ul,
.text-only-block.bg-primary-color p strong,
.text-only-block.bg-primary-color p em,
.text-only-block.bg-primary-color p ul,
.text-only-block.bg-primarylight-color p strong,
.text-only-block.bg-primarylight-color p em,
.text-only-block.bg-primarylight-color p ul,
.text-only-block.bg-primarydark-color p strong,
.text-only-block.bg-primarydark-color p em,
.text-only-block.bg-primarydark-color p ul,
.text-only-block.bg-tertiarylight-color p strong,
.text-only-block.bg-tertiarylight-color p em,
.text-only-block.bg-tertiarylight-color p ul,
.text-only-block.bg-black-color p strong,
.text-only-block.bg-black-color p em,
.text-only-block.bg-black-color p ul,
.video-text-block.bg-primary-color p strong,
.video-text-block.bg-primary-color p em,
.video-text-block.bg-primary-color p ul,
.video-text-block.bg-primarylight-color p strong,
.video-text-block.bg-primarylight-color p em,
.video-text-block.bg-primarylight-color p ul,
.video-text-block.bg-primarydark-color p strong,
.video-text-block.bg-primarydark-color p em,
.video-text-block.bg-primarydark-color p ul,
.video-text-block.bg-tertiarylight-color p strong,
.video-text-block.bg-tertiarylight-color p em,
.video-text-block.bg-tertiarylight-color p ul,
.video-text-block.bg-black-color p strong,
.video-text-block.bg-black-color p em,
.video-text-block.bg-black-color p ul,
.text-list-block.bg-primary-color p strong,
.text-list-block.bg-primary-color p em,
.text-list-block.bg-primary-color p ul,
.text-list-block.bg-primarylight-color p strong,
.text-list-block.bg-primarylight-color p em,
.text-list-block.bg-primarylight-color p ul,
.text-list-block.bg-primarydark-color p strong,
.text-list-block.bg-primarydark-color p em,
.text-list-block.bg-primarydark-color p ul,
.text-list-block.bg-tertiarylight-color p strong,
.text-list-block.bg-tertiarylight-color p em,
.text-list-block.bg-tertiarylight-color p ul,
.text-list-block.bg-black-color p strong,
.text-list-block.bg-black-color p em,
.text-list-block.bg-black-color p ul,
.image-carousel-block.bg-primary-color p strong,
.image-carousel-block.bg-primary-color p em,
.image-carousel-block.bg-primary-color p ul,
.image-carousel-block.bg-primarylight-color p strong,
.image-carousel-block.bg-primarylight-color p em,
.image-carousel-block.bg-primarylight-color p ul,
.image-carousel-block.bg-primarydark-color p strong,
.image-carousel-block.bg-primarydark-color p em,
.image-carousel-block.bg-primarydark-color p ul,
.image-carousel-block.bg-tertiarylight-color p strong,
.image-carousel-block.bg-tertiarylight-color p em,
.image-carousel-block.bg-tertiarylight-color p ul,
.image-carousel-block.bg-black-color p strong,
.image-carousel-block.bg-black-color p em,
.image-carousel-block.bg-black-color p ul,
.detail-call-out-block.bg-primary-color p strong,
.detail-call-out-block.bg-primary-color p em,
.detail-call-out-block.bg-primary-color p ul,
.detail-call-out-block.bg-primarylight-color p strong,
.detail-call-out-block.bg-primarylight-color p em,
.detail-call-out-block.bg-primarylight-color p ul,
.detail-call-out-block.bg-primarydark-color p strong,
.detail-call-out-block.bg-primarydark-color p em,
.detail-call-out-block.bg-primarydark-color p ul,
.detail-call-out-block.bg-tertiarylight-color p strong,
.detail-call-out-block.bg-tertiarylight-color p em,
.detail-call-out-block.bg-tertiarylight-color p ul,
.detail-call-out-block.bg-black-color p strong,
.detail-call-out-block.bg-black-color p em,
.detail-call-out-block.bg-black-color p ul,
.accordion-effect-block.bg-primary-color p strong,
.accordion-effect-block.bg-primary-color p em,
.accordion-effect-block.bg-primary-color p ul,
.accordion-effect-block.bg-primarylight-color p strong,
.accordion-effect-block.bg-primarylight-color p em,
.accordion-effect-block.bg-primarylight-color p ul,
.accordion-effect-block.bg-primarydark-color p strong,
.accordion-effect-block.bg-primarydark-color p em,
.accordion-effect-block.bg-primarydark-color p ul,
.accordion-effect-block.bg-tertiarylight-color p strong,
.accordion-effect-block.bg-tertiarylight-color p em,
.accordion-effect-block.bg-tertiarylight-color p ul,
.accordion-effect-block.bg-black-color p strong,
.accordion-effect-block.bg-black-color p em,
.accordion-effect-block.bg-black-color p ul,
.donate-text-only-block.bg-primary-color p strong,
.donate-text-only-block.bg-primary-color p em,
.donate-text-only-block.bg-primary-color p ul,
.donate-text-only-block.bg-primarylight-color p strong,
.donate-text-only-block.bg-primarylight-color p em,
.donate-text-only-block.bg-primarylight-color p ul,
.donate-text-only-block.bg-primarydark-color p strong,
.donate-text-only-block.bg-primarydark-color p em,
.donate-text-only-block.bg-primarydark-color p ul,
.donate-text-only-block.bg-tertiarylight-color p strong,
.donate-text-only-block.bg-tertiarylight-color p em,
.donate-text-only-block.bg-tertiarylight-color p ul,
.donate-text-only-block.bg-black-color p strong,
.donate-text-only-block.bg-black-color p em,
.donate-text-only-block.bg-black-color p ul {
  color: #ffffff !important;
}
.entry-content .has-white-color,
.text-photo-block .has-white-color,
.text-photo-block-2 .has-white-color,
.text-only-block .has-white-color,
.video-text-block .has-white-color,
.text-list-block .has-white-color,
.image-carousel-block .has-white-color,
.detail-call-out-block .has-white-color,
.accordion-effect-block .has-white-color,
.donate-text-only-block .has-white-color {
  color: #ffffff !important;
}
.entry-content .has-white-color p, .entry-content .has-white-color span, .entry-content .has-white-color strong, .entry-content .has-white-color a:not([class*=btn]), .entry-content .has-white-color h2, .entry-content .has-white-color h3, .entry-content .has-white-color h4, .entry-content .has-white-color h5, .entry-content .has-white-color h6, .entry-content .has-white-color ul > li, .entry-content .has-white-color ul li > p, .entry-content .has-white-color ol > li, .entry-content .has-white-color ol li > p,
.text-photo-block .has-white-color p,
.text-photo-block .has-white-color span,
.text-photo-block .has-white-color strong,
.text-photo-block .has-white-color a:not([class*=btn]),
.text-photo-block .has-white-color h2,
.text-photo-block .has-white-color h3,
.text-photo-block .has-white-color h4,
.text-photo-block .has-white-color h5,
.text-photo-block .has-white-color h6,
.text-photo-block .has-white-color ul > li,
.text-photo-block .has-white-color ul li > p,
.text-photo-block .has-white-color ol > li,
.text-photo-block .has-white-color ol li > p,
.text-photo-block-2 .has-white-color p,
.text-photo-block-2 .has-white-color span,
.text-photo-block-2 .has-white-color strong,
.text-photo-block-2 .has-white-color a:not([class*=btn]),
.text-photo-block-2 .has-white-color h2,
.text-photo-block-2 .has-white-color h3,
.text-photo-block-2 .has-white-color h4,
.text-photo-block-2 .has-white-color h5,
.text-photo-block-2 .has-white-color h6,
.text-photo-block-2 .has-white-color ul > li,
.text-photo-block-2 .has-white-color ul li > p,
.text-photo-block-2 .has-white-color ol > li,
.text-photo-block-2 .has-white-color ol li > p,
.text-only-block .has-white-color p,
.text-only-block .has-white-color span,
.text-only-block .has-white-color strong,
.text-only-block .has-white-color a:not([class*=btn]),
.text-only-block .has-white-color h2,
.text-only-block .has-white-color h3,
.text-only-block .has-white-color h4,
.text-only-block .has-white-color h5,
.text-only-block .has-white-color h6,
.text-only-block .has-white-color ul > li,
.text-only-block .has-white-color ul li > p,
.text-only-block .has-white-color ol > li,
.text-only-block .has-white-color ol li > p,
.video-text-block .has-white-color p,
.video-text-block .has-white-color span,
.video-text-block .has-white-color strong,
.video-text-block .has-white-color a:not([class*=btn]),
.video-text-block .has-white-color h2,
.video-text-block .has-white-color h3,
.video-text-block .has-white-color h4,
.video-text-block .has-white-color h5,
.video-text-block .has-white-color h6,
.video-text-block .has-white-color ul > li,
.video-text-block .has-white-color ul li > p,
.video-text-block .has-white-color ol > li,
.video-text-block .has-white-color ol li > p,
.text-list-block .has-white-color p,
.text-list-block .has-white-color span,
.text-list-block .has-white-color strong,
.text-list-block .has-white-color a:not([class*=btn]),
.text-list-block .has-white-color h2,
.text-list-block .has-white-color h3,
.text-list-block .has-white-color h4,
.text-list-block .has-white-color h5,
.text-list-block .has-white-color h6,
.text-list-block .has-white-color ul > li,
.text-list-block .has-white-color ul li > p,
.text-list-block .has-white-color ol > li,
.text-list-block .has-white-color ol li > p,
.image-carousel-block .has-white-color p,
.image-carousel-block .has-white-color span,
.image-carousel-block .has-white-color strong,
.image-carousel-block .has-white-color a:not([class*=btn]),
.image-carousel-block .has-white-color h2,
.image-carousel-block .has-white-color h3,
.image-carousel-block .has-white-color h4,
.image-carousel-block .has-white-color h5,
.image-carousel-block .has-white-color h6,
.image-carousel-block .has-white-color ul > li,
.image-carousel-block .has-white-color ul li > p,
.image-carousel-block .has-white-color ol > li,
.image-carousel-block .has-white-color ol li > p,
.detail-call-out-block .has-white-color p,
.detail-call-out-block .has-white-color span,
.detail-call-out-block .has-white-color strong,
.detail-call-out-block .has-white-color a:not([class*=btn]),
.detail-call-out-block .has-white-color h2,
.detail-call-out-block .has-white-color h3,
.detail-call-out-block .has-white-color h4,
.detail-call-out-block .has-white-color h5,
.detail-call-out-block .has-white-color h6,
.detail-call-out-block .has-white-color ul > li,
.detail-call-out-block .has-white-color ul li > p,
.detail-call-out-block .has-white-color ol > li,
.detail-call-out-block .has-white-color ol li > p,
.accordion-effect-block .has-white-color p,
.accordion-effect-block .has-white-color span,
.accordion-effect-block .has-white-color strong,
.accordion-effect-block .has-white-color a:not([class*=btn]),
.accordion-effect-block .has-white-color h2,
.accordion-effect-block .has-white-color h3,
.accordion-effect-block .has-white-color h4,
.accordion-effect-block .has-white-color h5,
.accordion-effect-block .has-white-color h6,
.accordion-effect-block .has-white-color ul > li,
.accordion-effect-block .has-white-color ul li > p,
.accordion-effect-block .has-white-color ol > li,
.accordion-effect-block .has-white-color ol li > p,
.donate-text-only-block .has-white-color p,
.donate-text-only-block .has-white-color span,
.donate-text-only-block .has-white-color strong,
.donate-text-only-block .has-white-color a:not([class*=btn]),
.donate-text-only-block .has-white-color h2,
.donate-text-only-block .has-white-color h3,
.donate-text-only-block .has-white-color h4,
.donate-text-only-block .has-white-color h5,
.donate-text-only-block .has-white-color h6,
.donate-text-only-block .has-white-color ul > li,
.donate-text-only-block .has-white-color ul li > p,
.donate-text-only-block .has-white-color ol > li,
.donate-text-only-block .has-white-color ol li > p {
  color: #ffffff !important;
}
.entry-content .has-white-color a:not([class*=btn]),
.text-photo-block .has-white-color a:not([class*=btn]),
.text-photo-block-2 .has-white-color a:not([class*=btn]),
.text-only-block .has-white-color a:not([class*=btn]),
.video-text-block .has-white-color a:not([class*=btn]),
.text-list-block .has-white-color a:not([class*=btn]),
.image-carousel-block .has-white-color a:not([class*=btn]),
.detail-call-out-block .has-white-color a:not([class*=btn]),
.accordion-effect-block .has-white-color a:not([class*=btn]),
.donate-text-only-block .has-white-color a:not([class*=btn]) {
  text-decoration: underline !important;
  color: #BC5017;
}
.entry-content .has-white-color ol li::before, .entry-content .has-white-color ol.list li::before,
.text-photo-block .has-white-color ol li::before,
.text-photo-block .has-white-color ol.list li::before,
.text-photo-block-2 .has-white-color ol li::before,
.text-photo-block-2 .has-white-color ol.list li::before,
.text-only-block .has-white-color ol li::before,
.text-only-block .has-white-color ol.list li::before,
.video-text-block .has-white-color ol li::before,
.video-text-block .has-white-color ol.list li::before,
.text-list-block .has-white-color ol li::before,
.text-list-block .has-white-color ol.list li::before,
.image-carousel-block .has-white-color ol li::before,
.image-carousel-block .has-white-color ol.list li::before,
.detail-call-out-block .has-white-color ol li::before,
.detail-call-out-block .has-white-color ol.list li::before,
.accordion-effect-block .has-white-color ol li::before,
.accordion-effect-block .has-white-color ol.list li::before,
.donate-text-only-block .has-white-color ol li::before,
.donate-text-only-block .has-white-color ol.list li::before {
  color: #ffffff !important;
}
.entry-content .has-white-color ol li a, .entry-content .has-white-color ol.list li a,
.text-photo-block .has-white-color ol li a,
.text-photo-block .has-white-color ol.list li a,
.text-photo-block-2 .has-white-color ol li a,
.text-photo-block-2 .has-white-color ol.list li a,
.text-only-block .has-white-color ol li a,
.text-only-block .has-white-color ol.list li a,
.video-text-block .has-white-color ol li a,
.video-text-block .has-white-color ol.list li a,
.text-list-block .has-white-color ol li a,
.text-list-block .has-white-color ol.list li a,
.image-carousel-block .has-white-color ol li a,
.image-carousel-block .has-white-color ol.list li a,
.detail-call-out-block .has-white-color ol li a,
.detail-call-out-block .has-white-color ol.list li a,
.accordion-effect-block .has-white-color ol li a,
.accordion-effect-block .has-white-color ol.list li a,
.donate-text-only-block .has-white-color ol li a,
.donate-text-only-block .has-white-color ol.list li a {
  color: #ffffff !important;
}
.entry-content .has-white-color ul li::marker,
.text-photo-block .has-white-color ul li::marker,
.text-photo-block-2 .has-white-color ul li::marker,
.text-only-block .has-white-color ul li::marker,
.video-text-block .has-white-color ul li::marker,
.text-list-block .has-white-color ul li::marker,
.image-carousel-block .has-white-color ul li::marker,
.detail-call-out-block .has-white-color ul li::marker,
.accordion-effect-block .has-white-color ul li::marker,
.donate-text-only-block .has-white-color ul li::marker {
  color: #ffffff !important;
}
.entry-content .has-white-color ul li, .entry-content .has-white-color ul.list li,
.text-photo-block .has-white-color ul li,
.text-photo-block .has-white-color ul.list li,
.text-photo-block-2 .has-white-color ul li,
.text-photo-block-2 .has-white-color ul.list li,
.text-only-block .has-white-color ul li,
.text-only-block .has-white-color ul.list li,
.video-text-block .has-white-color ul li,
.video-text-block .has-white-color ul.list li,
.text-list-block .has-white-color ul li,
.text-list-block .has-white-color ul.list li,
.image-carousel-block .has-white-color ul li,
.image-carousel-block .has-white-color ul.list li,
.detail-call-out-block .has-white-color ul li,
.detail-call-out-block .has-white-color ul.list li,
.accordion-effect-block .has-white-color ul li,
.accordion-effect-block .has-white-color ul.list li,
.donate-text-only-block .has-white-color ul li,
.donate-text-only-block .has-white-color ul.list li {
  color: #ffffff !important;
}
.entry-content .has-white-color ul li::before, .entry-content .has-white-color ul.list li::before,
.text-photo-block .has-white-color ul li::before,
.text-photo-block .has-white-color ul.list li::before,
.text-photo-block-2 .has-white-color ul li::before,
.text-photo-block-2 .has-white-color ul.list li::before,
.text-only-block .has-white-color ul li::before,
.text-only-block .has-white-color ul.list li::before,
.video-text-block .has-white-color ul li::before,
.video-text-block .has-white-color ul.list li::before,
.text-list-block .has-white-color ul li::before,
.text-list-block .has-white-color ul.list li::before,
.image-carousel-block .has-white-color ul li::before,
.image-carousel-block .has-white-color ul.list li::before,
.detail-call-out-block .has-white-color ul li::before,
.detail-call-out-block .has-white-color ul.list li::before,
.accordion-effect-block .has-white-color ul li::before,
.accordion-effect-block .has-white-color ul.list li::before,
.donate-text-only-block .has-white-color ul li::before,
.donate-text-only-block .has-white-color ul.list li::before {
  background: #BC5017 !important;
}
.entry-content .has-white-color ul li a, .entry-content .has-white-color ul.list li a,
.text-photo-block .has-white-color ul li a,
.text-photo-block .has-white-color ul.list li a,
.text-photo-block-2 .has-white-color ul li a,
.text-photo-block-2 .has-white-color ul.list li a,
.text-only-block .has-white-color ul li a,
.text-only-block .has-white-color ul.list li a,
.video-text-block .has-white-color ul li a,
.video-text-block .has-white-color ul.list li a,
.text-list-block .has-white-color ul li a,
.text-list-block .has-white-color ul.list li a,
.image-carousel-block .has-white-color ul li a,
.image-carousel-block .has-white-color ul.list li a,
.detail-call-out-block .has-white-color ul li a,
.detail-call-out-block .has-white-color ul.list li a,
.accordion-effect-block .has-white-color ul li a,
.accordion-effect-block .has-white-color ul.list li a,
.donate-text-only-block .has-white-color ul li a,
.donate-text-only-block .has-white-color ul.list li a {
  color: #ffffff !important;
}
.entry-content .has-white-color blockquote p, .entry-content .has-white-color blockquote span, .entry-content .has-white-color blockquote em, .entry-content .has-white-color blockquote ul, .entry-content .has-white-color blockquote li, .entry-content .has-white-color blockquote a, .entry-content .has-white-color blockquote dl.list > dd, .entry-content .has-white-color blockquote dl.list > dt, .entry-content .has-white-color blockquote cite, .entry-content .has-white-color .wp-block-quote p, .entry-content .has-white-color .wp-block-quote span, .entry-content .has-white-color .wp-block-quote em, .entry-content .has-white-color .wp-block-quote ul, .entry-content .has-white-color .wp-block-quote li, .entry-content .has-white-color .wp-block-quote a, .entry-content .has-white-color .wp-block-quote dl.list > dd, .entry-content .has-white-color .wp-block-quote dl.list > dt, .entry-content .has-white-color .wp-block-quote cite,
.text-photo-block .has-white-color blockquote p,
.text-photo-block .has-white-color blockquote span,
.text-photo-block .has-white-color blockquote em,
.text-photo-block .has-white-color blockquote ul,
.text-photo-block .has-white-color blockquote li,
.text-photo-block .has-white-color blockquote a,
.text-photo-block .has-white-color blockquote dl.list > dd,
.text-photo-block .has-white-color blockquote dl.list > dt,
.text-photo-block .has-white-color blockquote cite,
.text-photo-block .has-white-color .wp-block-quote p,
.text-photo-block .has-white-color .wp-block-quote span,
.text-photo-block .has-white-color .wp-block-quote em,
.text-photo-block .has-white-color .wp-block-quote ul,
.text-photo-block .has-white-color .wp-block-quote li,
.text-photo-block .has-white-color .wp-block-quote a,
.text-photo-block .has-white-color .wp-block-quote dl.list > dd,
.text-photo-block .has-white-color .wp-block-quote dl.list > dt,
.text-photo-block .has-white-color .wp-block-quote cite,
.text-photo-block-2 .has-white-color blockquote p,
.text-photo-block-2 .has-white-color blockquote span,
.text-photo-block-2 .has-white-color blockquote em,
.text-photo-block-2 .has-white-color blockquote ul,
.text-photo-block-2 .has-white-color blockquote li,
.text-photo-block-2 .has-white-color blockquote a,
.text-photo-block-2 .has-white-color blockquote dl.list > dd,
.text-photo-block-2 .has-white-color blockquote dl.list > dt,
.text-photo-block-2 .has-white-color blockquote cite,
.text-photo-block-2 .has-white-color .wp-block-quote p,
.text-photo-block-2 .has-white-color .wp-block-quote span,
.text-photo-block-2 .has-white-color .wp-block-quote em,
.text-photo-block-2 .has-white-color .wp-block-quote ul,
.text-photo-block-2 .has-white-color .wp-block-quote li,
.text-photo-block-2 .has-white-color .wp-block-quote a,
.text-photo-block-2 .has-white-color .wp-block-quote dl.list > dd,
.text-photo-block-2 .has-white-color .wp-block-quote dl.list > dt,
.text-photo-block-2 .has-white-color .wp-block-quote cite,
.text-only-block .has-white-color blockquote p,
.text-only-block .has-white-color blockquote span,
.text-only-block .has-white-color blockquote em,
.text-only-block .has-white-color blockquote ul,
.text-only-block .has-white-color blockquote li,
.text-only-block .has-white-color blockquote a,
.text-only-block .has-white-color blockquote dl.list > dd,
.text-only-block .has-white-color blockquote dl.list > dt,
.text-only-block .has-white-color blockquote cite,
.text-only-block .has-white-color .wp-block-quote p,
.text-only-block .has-white-color .wp-block-quote span,
.text-only-block .has-white-color .wp-block-quote em,
.text-only-block .has-white-color .wp-block-quote ul,
.text-only-block .has-white-color .wp-block-quote li,
.text-only-block .has-white-color .wp-block-quote a,
.text-only-block .has-white-color .wp-block-quote dl.list > dd,
.text-only-block .has-white-color .wp-block-quote dl.list > dt,
.text-only-block .has-white-color .wp-block-quote cite,
.video-text-block .has-white-color blockquote p,
.video-text-block .has-white-color blockquote span,
.video-text-block .has-white-color blockquote em,
.video-text-block .has-white-color blockquote ul,
.video-text-block .has-white-color blockquote li,
.video-text-block .has-white-color blockquote a,
.video-text-block .has-white-color blockquote dl.list > dd,
.video-text-block .has-white-color blockquote dl.list > dt,
.video-text-block .has-white-color blockquote cite,
.video-text-block .has-white-color .wp-block-quote p,
.video-text-block .has-white-color .wp-block-quote span,
.video-text-block .has-white-color .wp-block-quote em,
.video-text-block .has-white-color .wp-block-quote ul,
.video-text-block .has-white-color .wp-block-quote li,
.video-text-block .has-white-color .wp-block-quote a,
.video-text-block .has-white-color .wp-block-quote dl.list > dd,
.video-text-block .has-white-color .wp-block-quote dl.list > dt,
.video-text-block .has-white-color .wp-block-quote cite,
.text-list-block .has-white-color blockquote p,
.text-list-block .has-white-color blockquote span,
.text-list-block .has-white-color blockquote em,
.text-list-block .has-white-color blockquote ul,
.text-list-block .has-white-color blockquote li,
.text-list-block .has-white-color blockquote a,
.text-list-block .has-white-color blockquote dl.list > dd,
.text-list-block .has-white-color blockquote dl.list > dt,
.text-list-block .has-white-color blockquote cite,
.text-list-block .has-white-color .wp-block-quote p,
.text-list-block .has-white-color .wp-block-quote span,
.text-list-block .has-white-color .wp-block-quote em,
.text-list-block .has-white-color .wp-block-quote ul,
.text-list-block .has-white-color .wp-block-quote li,
.text-list-block .has-white-color .wp-block-quote a,
.text-list-block .has-white-color .wp-block-quote dl.list > dd,
.text-list-block .has-white-color .wp-block-quote dl.list > dt,
.text-list-block .has-white-color .wp-block-quote cite,
.image-carousel-block .has-white-color blockquote p,
.image-carousel-block .has-white-color blockquote span,
.image-carousel-block .has-white-color blockquote em,
.image-carousel-block .has-white-color blockquote ul,
.image-carousel-block .has-white-color blockquote li,
.image-carousel-block .has-white-color blockquote a,
.image-carousel-block .has-white-color blockquote dl.list > dd,
.image-carousel-block .has-white-color blockquote dl.list > dt,
.image-carousel-block .has-white-color blockquote cite,
.image-carousel-block .has-white-color .wp-block-quote p,
.image-carousel-block .has-white-color .wp-block-quote span,
.image-carousel-block .has-white-color .wp-block-quote em,
.image-carousel-block .has-white-color .wp-block-quote ul,
.image-carousel-block .has-white-color .wp-block-quote li,
.image-carousel-block .has-white-color .wp-block-quote a,
.image-carousel-block .has-white-color .wp-block-quote dl.list > dd,
.image-carousel-block .has-white-color .wp-block-quote dl.list > dt,
.image-carousel-block .has-white-color .wp-block-quote cite,
.detail-call-out-block .has-white-color blockquote p,
.detail-call-out-block .has-white-color blockquote span,
.detail-call-out-block .has-white-color blockquote em,
.detail-call-out-block .has-white-color blockquote ul,
.detail-call-out-block .has-white-color blockquote li,
.detail-call-out-block .has-white-color blockquote a,
.detail-call-out-block .has-white-color blockquote dl.list > dd,
.detail-call-out-block .has-white-color blockquote dl.list > dt,
.detail-call-out-block .has-white-color blockquote cite,
.detail-call-out-block .has-white-color .wp-block-quote p,
.detail-call-out-block .has-white-color .wp-block-quote span,
.detail-call-out-block .has-white-color .wp-block-quote em,
.detail-call-out-block .has-white-color .wp-block-quote ul,
.detail-call-out-block .has-white-color .wp-block-quote li,
.detail-call-out-block .has-white-color .wp-block-quote a,
.detail-call-out-block .has-white-color .wp-block-quote dl.list > dd,
.detail-call-out-block .has-white-color .wp-block-quote dl.list > dt,
.detail-call-out-block .has-white-color .wp-block-quote cite,
.accordion-effect-block .has-white-color blockquote p,
.accordion-effect-block .has-white-color blockquote span,
.accordion-effect-block .has-white-color blockquote em,
.accordion-effect-block .has-white-color blockquote ul,
.accordion-effect-block .has-white-color blockquote li,
.accordion-effect-block .has-white-color blockquote a,
.accordion-effect-block .has-white-color blockquote dl.list > dd,
.accordion-effect-block .has-white-color blockquote dl.list > dt,
.accordion-effect-block .has-white-color blockquote cite,
.accordion-effect-block .has-white-color .wp-block-quote p,
.accordion-effect-block .has-white-color .wp-block-quote span,
.accordion-effect-block .has-white-color .wp-block-quote em,
.accordion-effect-block .has-white-color .wp-block-quote ul,
.accordion-effect-block .has-white-color .wp-block-quote li,
.accordion-effect-block .has-white-color .wp-block-quote a,
.accordion-effect-block .has-white-color .wp-block-quote dl.list > dd,
.accordion-effect-block .has-white-color .wp-block-quote dl.list > dt,
.accordion-effect-block .has-white-color .wp-block-quote cite,
.donate-text-only-block .has-white-color blockquote p,
.donate-text-only-block .has-white-color blockquote span,
.donate-text-only-block .has-white-color blockquote em,
.donate-text-only-block .has-white-color blockquote ul,
.donate-text-only-block .has-white-color blockquote li,
.donate-text-only-block .has-white-color blockquote a,
.donate-text-only-block .has-white-color blockquote dl.list > dd,
.donate-text-only-block .has-white-color blockquote dl.list > dt,
.donate-text-only-block .has-white-color blockquote cite,
.donate-text-only-block .has-white-color .wp-block-quote p,
.donate-text-only-block .has-white-color .wp-block-quote span,
.donate-text-only-block .has-white-color .wp-block-quote em,
.donate-text-only-block .has-white-color .wp-block-quote ul,
.donate-text-only-block .has-white-color .wp-block-quote li,
.donate-text-only-block .has-white-color .wp-block-quote a,
.donate-text-only-block .has-white-color .wp-block-quote dl.list > dd,
.donate-text-only-block .has-white-color .wp-block-quote dl.list > dt,
.donate-text-only-block .has-white-color .wp-block-quote cite {
  color: #C0B5F4 !important;
}
.entry-content .has-black-color,
.text-photo-block .has-black-color,
.text-photo-block-2 .has-black-color,
.text-only-block .has-black-color,
.video-text-block .has-black-color,
.text-list-block .has-black-color,
.image-carousel-block .has-black-color,
.detail-call-out-block .has-black-color,
.accordion-effect-block .has-black-color,
.donate-text-only-block .has-black-color {
  color: #000000 !important;
}
.entry-content .has-black-color p, .entry-content .has-black-color span, .entry-content .has-black-color strong, .entry-content .has-black-color a:not([class*=btn]), .entry-content .has-black-color blockquote, .entry-content .has-black-color h2, .entry-content .has-black-color h3, .entry-content .has-black-color h4, .entry-content .has-black-color h5, .entry-content .has-black-color h6, .entry-content .has-black-color ul > li, .entry-content .has-black-color ul li > p, .entry-content .has-black-color ol > li, .entry-content .has-black-color ol li > p,
.text-photo-block .has-black-color p,
.text-photo-block .has-black-color span,
.text-photo-block .has-black-color strong,
.text-photo-block .has-black-color a:not([class*=btn]),
.text-photo-block .has-black-color blockquote,
.text-photo-block .has-black-color h2,
.text-photo-block .has-black-color h3,
.text-photo-block .has-black-color h4,
.text-photo-block .has-black-color h5,
.text-photo-block .has-black-color h6,
.text-photo-block .has-black-color ul > li,
.text-photo-block .has-black-color ul li > p,
.text-photo-block .has-black-color ol > li,
.text-photo-block .has-black-color ol li > p,
.text-photo-block-2 .has-black-color p,
.text-photo-block-2 .has-black-color span,
.text-photo-block-2 .has-black-color strong,
.text-photo-block-2 .has-black-color a:not([class*=btn]),
.text-photo-block-2 .has-black-color blockquote,
.text-photo-block-2 .has-black-color h2,
.text-photo-block-2 .has-black-color h3,
.text-photo-block-2 .has-black-color h4,
.text-photo-block-2 .has-black-color h5,
.text-photo-block-2 .has-black-color h6,
.text-photo-block-2 .has-black-color ul > li,
.text-photo-block-2 .has-black-color ul li > p,
.text-photo-block-2 .has-black-color ol > li,
.text-photo-block-2 .has-black-color ol li > p,
.text-only-block .has-black-color p,
.text-only-block .has-black-color span,
.text-only-block .has-black-color strong,
.text-only-block .has-black-color a:not([class*=btn]),
.text-only-block .has-black-color blockquote,
.text-only-block .has-black-color h2,
.text-only-block .has-black-color h3,
.text-only-block .has-black-color h4,
.text-only-block .has-black-color h5,
.text-only-block .has-black-color h6,
.text-only-block .has-black-color ul > li,
.text-only-block .has-black-color ul li > p,
.text-only-block .has-black-color ol > li,
.text-only-block .has-black-color ol li > p,
.video-text-block .has-black-color p,
.video-text-block .has-black-color span,
.video-text-block .has-black-color strong,
.video-text-block .has-black-color a:not([class*=btn]),
.video-text-block .has-black-color blockquote,
.video-text-block .has-black-color h2,
.video-text-block .has-black-color h3,
.video-text-block .has-black-color h4,
.video-text-block .has-black-color h5,
.video-text-block .has-black-color h6,
.video-text-block .has-black-color ul > li,
.video-text-block .has-black-color ul li > p,
.video-text-block .has-black-color ol > li,
.video-text-block .has-black-color ol li > p,
.text-list-block .has-black-color p,
.text-list-block .has-black-color span,
.text-list-block .has-black-color strong,
.text-list-block .has-black-color a:not([class*=btn]),
.text-list-block .has-black-color blockquote,
.text-list-block .has-black-color h2,
.text-list-block .has-black-color h3,
.text-list-block .has-black-color h4,
.text-list-block .has-black-color h5,
.text-list-block .has-black-color h6,
.text-list-block .has-black-color ul > li,
.text-list-block .has-black-color ul li > p,
.text-list-block .has-black-color ol > li,
.text-list-block .has-black-color ol li > p,
.image-carousel-block .has-black-color p,
.image-carousel-block .has-black-color span,
.image-carousel-block .has-black-color strong,
.image-carousel-block .has-black-color a:not([class*=btn]),
.image-carousel-block .has-black-color blockquote,
.image-carousel-block .has-black-color h2,
.image-carousel-block .has-black-color h3,
.image-carousel-block .has-black-color h4,
.image-carousel-block .has-black-color h5,
.image-carousel-block .has-black-color h6,
.image-carousel-block .has-black-color ul > li,
.image-carousel-block .has-black-color ul li > p,
.image-carousel-block .has-black-color ol > li,
.image-carousel-block .has-black-color ol li > p,
.detail-call-out-block .has-black-color p,
.detail-call-out-block .has-black-color span,
.detail-call-out-block .has-black-color strong,
.detail-call-out-block .has-black-color a:not([class*=btn]),
.detail-call-out-block .has-black-color blockquote,
.detail-call-out-block .has-black-color h2,
.detail-call-out-block .has-black-color h3,
.detail-call-out-block .has-black-color h4,
.detail-call-out-block .has-black-color h5,
.detail-call-out-block .has-black-color h6,
.detail-call-out-block .has-black-color ul > li,
.detail-call-out-block .has-black-color ul li > p,
.detail-call-out-block .has-black-color ol > li,
.detail-call-out-block .has-black-color ol li > p,
.accordion-effect-block .has-black-color p,
.accordion-effect-block .has-black-color span,
.accordion-effect-block .has-black-color strong,
.accordion-effect-block .has-black-color a:not([class*=btn]),
.accordion-effect-block .has-black-color blockquote,
.accordion-effect-block .has-black-color h2,
.accordion-effect-block .has-black-color h3,
.accordion-effect-block .has-black-color h4,
.accordion-effect-block .has-black-color h5,
.accordion-effect-block .has-black-color h6,
.accordion-effect-block .has-black-color ul > li,
.accordion-effect-block .has-black-color ul li > p,
.accordion-effect-block .has-black-color ol > li,
.accordion-effect-block .has-black-color ol li > p,
.donate-text-only-block .has-black-color p,
.donate-text-only-block .has-black-color span,
.donate-text-only-block .has-black-color strong,
.donate-text-only-block .has-black-color a:not([class*=btn]),
.donate-text-only-block .has-black-color blockquote,
.donate-text-only-block .has-black-color h2,
.donate-text-only-block .has-black-color h3,
.donate-text-only-block .has-black-color h4,
.donate-text-only-block .has-black-color h5,
.donate-text-only-block .has-black-color h6,
.donate-text-only-block .has-black-color ul > li,
.donate-text-only-block .has-black-color ul li > p,
.donate-text-only-block .has-black-color ol > li,
.donate-text-only-block .has-black-color ol li > p {
  color: #000000 !important;
}
.entry-content .has-black-color a:not([class*=btn]),
.text-photo-block .has-black-color a:not([class*=btn]),
.text-photo-block-2 .has-black-color a:not([class*=btn]),
.text-only-block .has-black-color a:not([class*=btn]),
.video-text-block .has-black-color a:not([class*=btn]),
.text-list-block .has-black-color a:not([class*=btn]),
.image-carousel-block .has-black-color a:not([class*=btn]),
.detail-call-out-block .has-black-color a:not([class*=btn]),
.accordion-effect-block .has-black-color a:not([class*=btn]),
.donate-text-only-block .has-black-color a:not([class*=btn]) {
  text-decoration: underline !important;
}
.entry-content .has-black-color ol li::before, .entry-content .has-black-color ol.list li::before,
.text-photo-block .has-black-color ol li::before,
.text-photo-block .has-black-color ol.list li::before,
.text-photo-block-2 .has-black-color ol li::before,
.text-photo-block-2 .has-black-color ol.list li::before,
.text-only-block .has-black-color ol li::before,
.text-only-block .has-black-color ol.list li::before,
.video-text-block .has-black-color ol li::before,
.video-text-block .has-black-color ol.list li::before,
.text-list-block .has-black-color ol li::before,
.text-list-block .has-black-color ol.list li::before,
.image-carousel-block .has-black-color ol li::before,
.image-carousel-block .has-black-color ol.list li::before,
.detail-call-out-block .has-black-color ol li::before,
.detail-call-out-block .has-black-color ol.list li::before,
.accordion-effect-block .has-black-color ol li::before,
.accordion-effect-block .has-black-color ol.list li::before,
.donate-text-only-block .has-black-color ol li::before,
.donate-text-only-block .has-black-color ol.list li::before {
  color: #000000 !important;
}
.entry-content .has-black-color ol li a, .entry-content .has-black-color ol.list li a,
.text-photo-block .has-black-color ol li a,
.text-photo-block .has-black-color ol.list li a,
.text-photo-block-2 .has-black-color ol li a,
.text-photo-block-2 .has-black-color ol.list li a,
.text-only-block .has-black-color ol li a,
.text-only-block .has-black-color ol.list li a,
.video-text-block .has-black-color ol li a,
.video-text-block .has-black-color ol.list li a,
.text-list-block .has-black-color ol li a,
.text-list-block .has-black-color ol.list li a,
.image-carousel-block .has-black-color ol li a,
.image-carousel-block .has-black-color ol.list li a,
.detail-call-out-block .has-black-color ol li a,
.detail-call-out-block .has-black-color ol.list li a,
.accordion-effect-block .has-black-color ol li a,
.accordion-effect-block .has-black-color ol.list li a,
.donate-text-only-block .has-black-color ol li a,
.donate-text-only-block .has-black-color ol.list li a {
  color: #000000 !important;
}
.entry-content .has-black-color ol li a:hover, .entry-content .has-black-color ol.list li a:hover,
.text-photo-block .has-black-color ol li a:hover,
.text-photo-block .has-black-color ol.list li a:hover,
.text-photo-block-2 .has-black-color ol li a:hover,
.text-photo-block-2 .has-black-color ol.list li a:hover,
.text-only-block .has-black-color ol li a:hover,
.text-only-block .has-black-color ol.list li a:hover,
.video-text-block .has-black-color ol li a:hover,
.video-text-block .has-black-color ol.list li a:hover,
.text-list-block .has-black-color ol li a:hover,
.text-list-block .has-black-color ol.list li a:hover,
.image-carousel-block .has-black-color ol li a:hover,
.image-carousel-block .has-black-color ol.list li a:hover,
.detail-call-out-block .has-black-color ol li a:hover,
.detail-call-out-block .has-black-color ol.list li a:hover,
.accordion-effect-block .has-black-color ol li a:hover,
.accordion-effect-block .has-black-color ol.list li a:hover,
.donate-text-only-block .has-black-color ol li a:hover,
.donate-text-only-block .has-black-color ol.list li a:hover {
  border-color: #000000 !important;
}
.entry-content .has-black-color ul li, .entry-content .has-black-color ul.list li,
.text-photo-block .has-black-color ul li,
.text-photo-block .has-black-color ul.list li,
.text-photo-block-2 .has-black-color ul li,
.text-photo-block-2 .has-black-color ul.list li,
.text-only-block .has-black-color ul li,
.text-only-block .has-black-color ul.list li,
.video-text-block .has-black-color ul li,
.video-text-block .has-black-color ul.list li,
.text-list-block .has-black-color ul li,
.text-list-block .has-black-color ul.list li,
.image-carousel-block .has-black-color ul li,
.image-carousel-block .has-black-color ul.list li,
.detail-call-out-block .has-black-color ul li,
.detail-call-out-block .has-black-color ul.list li,
.accordion-effect-block .has-black-color ul li,
.accordion-effect-block .has-black-color ul.list li,
.donate-text-only-block .has-black-color ul li,
.donate-text-only-block .has-black-color ul.list li {
  color: #000000 !important;
}
.entry-content .has-black-color ul li::before, .entry-content .has-black-color ul.list li::before,
.text-photo-block .has-black-color ul li::before,
.text-photo-block .has-black-color ul.list li::before,
.text-photo-block-2 .has-black-color ul li::before,
.text-photo-block-2 .has-black-color ul.list li::before,
.text-only-block .has-black-color ul li::before,
.text-only-block .has-black-color ul.list li::before,
.video-text-block .has-black-color ul li::before,
.video-text-block .has-black-color ul.list li::before,
.text-list-block .has-black-color ul li::before,
.text-list-block .has-black-color ul.list li::before,
.image-carousel-block .has-black-color ul li::before,
.image-carousel-block .has-black-color ul.list li::before,
.detail-call-out-block .has-black-color ul li::before,
.detail-call-out-block .has-black-color ul.list li::before,
.accordion-effect-block .has-black-color ul li::before,
.accordion-effect-block .has-black-color ul.list li::before,
.donate-text-only-block .has-black-color ul li::before,
.donate-text-only-block .has-black-color ul.list li::before {
  background: #000000 !important;
}
.entry-content .has-black-color ul li a, .entry-content .has-black-color ul.list li a,
.text-photo-block .has-black-color ul li a,
.text-photo-block .has-black-color ul.list li a,
.text-photo-block-2 .has-black-color ul li a,
.text-photo-block-2 .has-black-color ul.list li a,
.text-only-block .has-black-color ul li a,
.text-only-block .has-black-color ul.list li a,
.video-text-block .has-black-color ul li a,
.video-text-block .has-black-color ul.list li a,
.text-list-block .has-black-color ul li a,
.text-list-block .has-black-color ul.list li a,
.image-carousel-block .has-black-color ul li a,
.image-carousel-block .has-black-color ul.list li a,
.detail-call-out-block .has-black-color ul li a,
.detail-call-out-block .has-black-color ul.list li a,
.accordion-effect-block .has-black-color ul li a,
.accordion-effect-block .has-black-color ul.list li a,
.donate-text-only-block .has-black-color ul li a,
.donate-text-only-block .has-black-color ul.list li a {
  color: #000000 !important;
}
.entry-content .has-black-color ul li a:hover, .entry-content .has-black-color ul.list li a:hover,
.text-photo-block .has-black-color ul li a:hover,
.text-photo-block .has-black-color ul.list li a:hover,
.text-photo-block-2 .has-black-color ul li a:hover,
.text-photo-block-2 .has-black-color ul.list li a:hover,
.text-only-block .has-black-color ul li a:hover,
.text-only-block .has-black-color ul.list li a:hover,
.video-text-block .has-black-color ul li a:hover,
.video-text-block .has-black-color ul.list li a:hover,
.text-list-block .has-black-color ul li a:hover,
.text-list-block .has-black-color ul.list li a:hover,
.image-carousel-block .has-black-color ul li a:hover,
.image-carousel-block .has-black-color ul.list li a:hover,
.detail-call-out-block .has-black-color ul li a:hover,
.detail-call-out-block .has-black-color ul.list li a:hover,
.accordion-effect-block .has-black-color ul li a:hover,
.accordion-effect-block .has-black-color ul.list li a:hover,
.donate-text-only-block .has-black-color ul li a:hover,
.donate-text-only-block .has-black-color ul.list li a:hover {
  border-color: #000000 !important;
}
.entry-content .has-primary-color,
.text-photo-block .has-primary-color,
.text-photo-block-2 .has-primary-color,
.text-only-block .has-primary-color,
.video-text-block .has-primary-color,
.text-list-block .has-primary-color,
.image-carousel-block .has-primary-color,
.detail-call-out-block .has-primary-color,
.accordion-effect-block .has-primary-color,
.donate-text-only-block .has-primary-color {
  color: #242B58 !important;
}
.entry-content .has-primary-color p, .entry-content .has-primary-color span, .entry-content .has-primary-color strong, .entry-content .has-primary-color a:not([class*=btn]), .entry-content .has-primary-color blockquote, .entry-content .has-primary-color h2, .entry-content .has-primary-color h3, .entry-content .has-primary-color h4, .entry-content .has-primary-color h5, .entry-content .has-primary-color h6, .entry-content .has-primary-color ul > li, .entry-content .has-primary-color ul li > p, .entry-content .has-primary-color ol > li, .entry-content .has-primary-color ol li > p,
.text-photo-block .has-primary-color p,
.text-photo-block .has-primary-color span,
.text-photo-block .has-primary-color strong,
.text-photo-block .has-primary-color a:not([class*=btn]),
.text-photo-block .has-primary-color blockquote,
.text-photo-block .has-primary-color h2,
.text-photo-block .has-primary-color h3,
.text-photo-block .has-primary-color h4,
.text-photo-block .has-primary-color h5,
.text-photo-block .has-primary-color h6,
.text-photo-block .has-primary-color ul > li,
.text-photo-block .has-primary-color ul li > p,
.text-photo-block .has-primary-color ol > li,
.text-photo-block .has-primary-color ol li > p,
.text-photo-block-2 .has-primary-color p,
.text-photo-block-2 .has-primary-color span,
.text-photo-block-2 .has-primary-color strong,
.text-photo-block-2 .has-primary-color a:not([class*=btn]),
.text-photo-block-2 .has-primary-color blockquote,
.text-photo-block-2 .has-primary-color h2,
.text-photo-block-2 .has-primary-color h3,
.text-photo-block-2 .has-primary-color h4,
.text-photo-block-2 .has-primary-color h5,
.text-photo-block-2 .has-primary-color h6,
.text-photo-block-2 .has-primary-color ul > li,
.text-photo-block-2 .has-primary-color ul li > p,
.text-photo-block-2 .has-primary-color ol > li,
.text-photo-block-2 .has-primary-color ol li > p,
.text-only-block .has-primary-color p,
.text-only-block .has-primary-color span,
.text-only-block .has-primary-color strong,
.text-only-block .has-primary-color a:not([class*=btn]),
.text-only-block .has-primary-color blockquote,
.text-only-block .has-primary-color h2,
.text-only-block .has-primary-color h3,
.text-only-block .has-primary-color h4,
.text-only-block .has-primary-color h5,
.text-only-block .has-primary-color h6,
.text-only-block .has-primary-color ul > li,
.text-only-block .has-primary-color ul li > p,
.text-only-block .has-primary-color ol > li,
.text-only-block .has-primary-color ol li > p,
.video-text-block .has-primary-color p,
.video-text-block .has-primary-color span,
.video-text-block .has-primary-color strong,
.video-text-block .has-primary-color a:not([class*=btn]),
.video-text-block .has-primary-color blockquote,
.video-text-block .has-primary-color h2,
.video-text-block .has-primary-color h3,
.video-text-block .has-primary-color h4,
.video-text-block .has-primary-color h5,
.video-text-block .has-primary-color h6,
.video-text-block .has-primary-color ul > li,
.video-text-block .has-primary-color ul li > p,
.video-text-block .has-primary-color ol > li,
.video-text-block .has-primary-color ol li > p,
.text-list-block .has-primary-color p,
.text-list-block .has-primary-color span,
.text-list-block .has-primary-color strong,
.text-list-block .has-primary-color a:not([class*=btn]),
.text-list-block .has-primary-color blockquote,
.text-list-block .has-primary-color h2,
.text-list-block .has-primary-color h3,
.text-list-block .has-primary-color h4,
.text-list-block .has-primary-color h5,
.text-list-block .has-primary-color h6,
.text-list-block .has-primary-color ul > li,
.text-list-block .has-primary-color ul li > p,
.text-list-block .has-primary-color ol > li,
.text-list-block .has-primary-color ol li > p,
.image-carousel-block .has-primary-color p,
.image-carousel-block .has-primary-color span,
.image-carousel-block .has-primary-color strong,
.image-carousel-block .has-primary-color a:not([class*=btn]),
.image-carousel-block .has-primary-color blockquote,
.image-carousel-block .has-primary-color h2,
.image-carousel-block .has-primary-color h3,
.image-carousel-block .has-primary-color h4,
.image-carousel-block .has-primary-color h5,
.image-carousel-block .has-primary-color h6,
.image-carousel-block .has-primary-color ul > li,
.image-carousel-block .has-primary-color ul li > p,
.image-carousel-block .has-primary-color ol > li,
.image-carousel-block .has-primary-color ol li > p,
.detail-call-out-block .has-primary-color p,
.detail-call-out-block .has-primary-color span,
.detail-call-out-block .has-primary-color strong,
.detail-call-out-block .has-primary-color a:not([class*=btn]),
.detail-call-out-block .has-primary-color blockquote,
.detail-call-out-block .has-primary-color h2,
.detail-call-out-block .has-primary-color h3,
.detail-call-out-block .has-primary-color h4,
.detail-call-out-block .has-primary-color h5,
.detail-call-out-block .has-primary-color h6,
.detail-call-out-block .has-primary-color ul > li,
.detail-call-out-block .has-primary-color ul li > p,
.detail-call-out-block .has-primary-color ol > li,
.detail-call-out-block .has-primary-color ol li > p,
.accordion-effect-block .has-primary-color p,
.accordion-effect-block .has-primary-color span,
.accordion-effect-block .has-primary-color strong,
.accordion-effect-block .has-primary-color a:not([class*=btn]),
.accordion-effect-block .has-primary-color blockquote,
.accordion-effect-block .has-primary-color h2,
.accordion-effect-block .has-primary-color h3,
.accordion-effect-block .has-primary-color h4,
.accordion-effect-block .has-primary-color h5,
.accordion-effect-block .has-primary-color h6,
.accordion-effect-block .has-primary-color ul > li,
.accordion-effect-block .has-primary-color ul li > p,
.accordion-effect-block .has-primary-color ol > li,
.accordion-effect-block .has-primary-color ol li > p,
.donate-text-only-block .has-primary-color p,
.donate-text-only-block .has-primary-color span,
.donate-text-only-block .has-primary-color strong,
.donate-text-only-block .has-primary-color a:not([class*=btn]),
.donate-text-only-block .has-primary-color blockquote,
.donate-text-only-block .has-primary-color h2,
.donate-text-only-block .has-primary-color h3,
.donate-text-only-block .has-primary-color h4,
.donate-text-only-block .has-primary-color h5,
.donate-text-only-block .has-primary-color h6,
.donate-text-only-block .has-primary-color ul > li,
.donate-text-only-block .has-primary-color ul li > p,
.donate-text-only-block .has-primary-color ol > li,
.donate-text-only-block .has-primary-color ol li > p {
  color: #242B58 !important;
}
.entry-content .has-primary-color a:not([class*=btn]),
.text-photo-block .has-primary-color a:not([class*=btn]),
.text-photo-block-2 .has-primary-color a:not([class*=btn]),
.text-only-block .has-primary-color a:not([class*=btn]),
.video-text-block .has-primary-color a:not([class*=btn]),
.text-list-block .has-primary-color a:not([class*=btn]),
.image-carousel-block .has-primary-color a:not([class*=btn]),
.detail-call-out-block .has-primary-color a:not([class*=btn]),
.accordion-effect-block .has-primary-color a:not([class*=btn]),
.donate-text-only-block .has-primary-color a:not([class*=btn]) {
  text-decoration: underline !important;
}
.entry-content .has-primary-color ol li::before, .entry-content .has-primary-color ol.list li::before,
.text-photo-block .has-primary-color ol li::before,
.text-photo-block .has-primary-color ol.list li::before,
.text-photo-block-2 .has-primary-color ol li::before,
.text-photo-block-2 .has-primary-color ol.list li::before,
.text-only-block .has-primary-color ol li::before,
.text-only-block .has-primary-color ol.list li::before,
.video-text-block .has-primary-color ol li::before,
.video-text-block .has-primary-color ol.list li::before,
.text-list-block .has-primary-color ol li::before,
.text-list-block .has-primary-color ol.list li::before,
.image-carousel-block .has-primary-color ol li::before,
.image-carousel-block .has-primary-color ol.list li::before,
.detail-call-out-block .has-primary-color ol li::before,
.detail-call-out-block .has-primary-color ol.list li::before,
.accordion-effect-block .has-primary-color ol li::before,
.accordion-effect-block .has-primary-color ol.list li::before,
.donate-text-only-block .has-primary-color ol li::before,
.donate-text-only-block .has-primary-color ol.list li::before {
  color: #ffffff !important;
}
.entry-content .has-primary-color ol li a, .entry-content .has-primary-color ol.list li a,
.text-photo-block .has-primary-color ol li a,
.text-photo-block .has-primary-color ol.list li a,
.text-photo-block-2 .has-primary-color ol li a,
.text-photo-block-2 .has-primary-color ol.list li a,
.text-only-block .has-primary-color ol li a,
.text-only-block .has-primary-color ol.list li a,
.video-text-block .has-primary-color ol li a,
.video-text-block .has-primary-color ol.list li a,
.text-list-block .has-primary-color ol li a,
.text-list-block .has-primary-color ol.list li a,
.image-carousel-block .has-primary-color ol li a,
.image-carousel-block .has-primary-color ol.list li a,
.detail-call-out-block .has-primary-color ol li a,
.detail-call-out-block .has-primary-color ol.list li a,
.accordion-effect-block .has-primary-color ol li a,
.accordion-effect-block .has-primary-color ol.list li a,
.donate-text-only-block .has-primary-color ol li a,
.donate-text-only-block .has-primary-color ol.list li a {
  color: #242B58 !important;
}
.entry-content .has-primary-color ol li a:hover, .entry-content .has-primary-color ol.list li a:hover,
.text-photo-block .has-primary-color ol li a:hover,
.text-photo-block .has-primary-color ol.list li a:hover,
.text-photo-block-2 .has-primary-color ol li a:hover,
.text-photo-block-2 .has-primary-color ol.list li a:hover,
.text-only-block .has-primary-color ol li a:hover,
.text-only-block .has-primary-color ol.list li a:hover,
.video-text-block .has-primary-color ol li a:hover,
.video-text-block .has-primary-color ol.list li a:hover,
.text-list-block .has-primary-color ol li a:hover,
.text-list-block .has-primary-color ol.list li a:hover,
.image-carousel-block .has-primary-color ol li a:hover,
.image-carousel-block .has-primary-color ol.list li a:hover,
.detail-call-out-block .has-primary-color ol li a:hover,
.detail-call-out-block .has-primary-color ol.list li a:hover,
.accordion-effect-block .has-primary-color ol li a:hover,
.accordion-effect-block .has-primary-color ol.list li a:hover,
.donate-text-only-block .has-primary-color ol li a:hover,
.donate-text-only-block .has-primary-color ol.list li a:hover {
  border-color: #242B58 !important;
}
.entry-content .has-primary-color ul li, .entry-content .has-primary-color ul.list li,
.text-photo-block .has-primary-color ul li,
.text-photo-block .has-primary-color ul.list li,
.text-photo-block-2 .has-primary-color ul li,
.text-photo-block-2 .has-primary-color ul.list li,
.text-only-block .has-primary-color ul li,
.text-only-block .has-primary-color ul.list li,
.video-text-block .has-primary-color ul li,
.video-text-block .has-primary-color ul.list li,
.text-list-block .has-primary-color ul li,
.text-list-block .has-primary-color ul.list li,
.image-carousel-block .has-primary-color ul li,
.image-carousel-block .has-primary-color ul.list li,
.detail-call-out-block .has-primary-color ul li,
.detail-call-out-block .has-primary-color ul.list li,
.accordion-effect-block .has-primary-color ul li,
.accordion-effect-block .has-primary-color ul.list li,
.donate-text-only-block .has-primary-color ul li,
.donate-text-only-block .has-primary-color ul.list li {
  color: #242B58 !important;
}
.entry-content .has-primary-color ul li::before, .entry-content .has-primary-color ul.list li::before,
.text-photo-block .has-primary-color ul li::before,
.text-photo-block .has-primary-color ul.list li::before,
.text-photo-block-2 .has-primary-color ul li::before,
.text-photo-block-2 .has-primary-color ul.list li::before,
.text-only-block .has-primary-color ul li::before,
.text-only-block .has-primary-color ul.list li::before,
.video-text-block .has-primary-color ul li::before,
.video-text-block .has-primary-color ul.list li::before,
.text-list-block .has-primary-color ul li::before,
.text-list-block .has-primary-color ul.list li::before,
.image-carousel-block .has-primary-color ul li::before,
.image-carousel-block .has-primary-color ul.list li::before,
.detail-call-out-block .has-primary-color ul li::before,
.detail-call-out-block .has-primary-color ul.list li::before,
.accordion-effect-block .has-primary-color ul li::before,
.accordion-effect-block .has-primary-color ul.list li::before,
.donate-text-only-block .has-primary-color ul li::before,
.donate-text-only-block .has-primary-color ul.list li::before {
  background: #ffffff !important;
}
.entry-content .has-primary-color ul li a, .entry-content .has-primary-color ul.list li a,
.text-photo-block .has-primary-color ul li a,
.text-photo-block .has-primary-color ul.list li a,
.text-photo-block-2 .has-primary-color ul li a,
.text-photo-block-2 .has-primary-color ul.list li a,
.text-only-block .has-primary-color ul li a,
.text-only-block .has-primary-color ul.list li a,
.video-text-block .has-primary-color ul li a,
.video-text-block .has-primary-color ul.list li a,
.text-list-block .has-primary-color ul li a,
.text-list-block .has-primary-color ul.list li a,
.image-carousel-block .has-primary-color ul li a,
.image-carousel-block .has-primary-color ul.list li a,
.detail-call-out-block .has-primary-color ul li a,
.detail-call-out-block .has-primary-color ul.list li a,
.accordion-effect-block .has-primary-color ul li a,
.accordion-effect-block .has-primary-color ul.list li a,
.donate-text-only-block .has-primary-color ul li a,
.donate-text-only-block .has-primary-color ul.list li a {
  color: #242B58 !important;
}
.entry-content .has-primary-color ul li a:hover, .entry-content .has-primary-color ul.list li a:hover,
.text-photo-block .has-primary-color ul li a:hover,
.text-photo-block .has-primary-color ul.list li a:hover,
.text-photo-block-2 .has-primary-color ul li a:hover,
.text-photo-block-2 .has-primary-color ul.list li a:hover,
.text-only-block .has-primary-color ul li a:hover,
.text-only-block .has-primary-color ul.list li a:hover,
.video-text-block .has-primary-color ul li a:hover,
.video-text-block .has-primary-color ul.list li a:hover,
.text-list-block .has-primary-color ul li a:hover,
.text-list-block .has-primary-color ul.list li a:hover,
.image-carousel-block .has-primary-color ul li a:hover,
.image-carousel-block .has-primary-color ul.list li a:hover,
.detail-call-out-block .has-primary-color ul li a:hover,
.detail-call-out-block .has-primary-color ul.list li a:hover,
.accordion-effect-block .has-primary-color ul li a:hover,
.accordion-effect-block .has-primary-color ul.list li a:hover,
.donate-text-only-block .has-primary-color ul li a:hover,
.donate-text-only-block .has-primary-color ul.list li a:hover {
  border-color: #242B58 !important;
}
.entry-content .has-primarylight-color,
.text-photo-block .has-primarylight-color,
.text-photo-block-2 .has-primarylight-color,
.text-only-block .has-primarylight-color,
.video-text-block .has-primarylight-color,
.text-list-block .has-primarylight-color,
.image-carousel-block .has-primarylight-color,
.detail-call-out-block .has-primarylight-color,
.accordion-effect-block .has-primarylight-color,
.donate-text-only-block .has-primarylight-color {
  color: #2E3770 !important;
}
.entry-content .has-primarylight-color p, .entry-content .has-primarylight-color span, .entry-content .has-primarylight-color strong, .entry-content .has-primarylight-color a:not([class*=btn]), .entry-content .has-primarylight-color blockquote, .entry-content .has-primarylight-color h2, .entry-content .has-primarylight-color h3, .entry-content .has-primarylight-color h4, .entry-content .has-primarylight-color h5, .entry-content .has-primarylight-color h6, .entry-content .has-primarylight-color ul > li, .entry-content .has-primarylight-color ul li > p, .entry-content .has-primarylight-color ol > li, .entry-content .has-primarylight-color ol li > p,
.text-photo-block .has-primarylight-color p,
.text-photo-block .has-primarylight-color span,
.text-photo-block .has-primarylight-color strong,
.text-photo-block .has-primarylight-color a:not([class*=btn]),
.text-photo-block .has-primarylight-color blockquote,
.text-photo-block .has-primarylight-color h2,
.text-photo-block .has-primarylight-color h3,
.text-photo-block .has-primarylight-color h4,
.text-photo-block .has-primarylight-color h5,
.text-photo-block .has-primarylight-color h6,
.text-photo-block .has-primarylight-color ul > li,
.text-photo-block .has-primarylight-color ul li > p,
.text-photo-block .has-primarylight-color ol > li,
.text-photo-block .has-primarylight-color ol li > p,
.text-photo-block-2 .has-primarylight-color p,
.text-photo-block-2 .has-primarylight-color span,
.text-photo-block-2 .has-primarylight-color strong,
.text-photo-block-2 .has-primarylight-color a:not([class*=btn]),
.text-photo-block-2 .has-primarylight-color blockquote,
.text-photo-block-2 .has-primarylight-color h2,
.text-photo-block-2 .has-primarylight-color h3,
.text-photo-block-2 .has-primarylight-color h4,
.text-photo-block-2 .has-primarylight-color h5,
.text-photo-block-2 .has-primarylight-color h6,
.text-photo-block-2 .has-primarylight-color ul > li,
.text-photo-block-2 .has-primarylight-color ul li > p,
.text-photo-block-2 .has-primarylight-color ol > li,
.text-photo-block-2 .has-primarylight-color ol li > p,
.text-only-block .has-primarylight-color p,
.text-only-block .has-primarylight-color span,
.text-only-block .has-primarylight-color strong,
.text-only-block .has-primarylight-color a:not([class*=btn]),
.text-only-block .has-primarylight-color blockquote,
.text-only-block .has-primarylight-color h2,
.text-only-block .has-primarylight-color h3,
.text-only-block .has-primarylight-color h4,
.text-only-block .has-primarylight-color h5,
.text-only-block .has-primarylight-color h6,
.text-only-block .has-primarylight-color ul > li,
.text-only-block .has-primarylight-color ul li > p,
.text-only-block .has-primarylight-color ol > li,
.text-only-block .has-primarylight-color ol li > p,
.video-text-block .has-primarylight-color p,
.video-text-block .has-primarylight-color span,
.video-text-block .has-primarylight-color strong,
.video-text-block .has-primarylight-color a:not([class*=btn]),
.video-text-block .has-primarylight-color blockquote,
.video-text-block .has-primarylight-color h2,
.video-text-block .has-primarylight-color h3,
.video-text-block .has-primarylight-color h4,
.video-text-block .has-primarylight-color h5,
.video-text-block .has-primarylight-color h6,
.video-text-block .has-primarylight-color ul > li,
.video-text-block .has-primarylight-color ul li > p,
.video-text-block .has-primarylight-color ol > li,
.video-text-block .has-primarylight-color ol li > p,
.text-list-block .has-primarylight-color p,
.text-list-block .has-primarylight-color span,
.text-list-block .has-primarylight-color strong,
.text-list-block .has-primarylight-color a:not([class*=btn]),
.text-list-block .has-primarylight-color blockquote,
.text-list-block .has-primarylight-color h2,
.text-list-block .has-primarylight-color h3,
.text-list-block .has-primarylight-color h4,
.text-list-block .has-primarylight-color h5,
.text-list-block .has-primarylight-color h6,
.text-list-block .has-primarylight-color ul > li,
.text-list-block .has-primarylight-color ul li > p,
.text-list-block .has-primarylight-color ol > li,
.text-list-block .has-primarylight-color ol li > p,
.image-carousel-block .has-primarylight-color p,
.image-carousel-block .has-primarylight-color span,
.image-carousel-block .has-primarylight-color strong,
.image-carousel-block .has-primarylight-color a:not([class*=btn]),
.image-carousel-block .has-primarylight-color blockquote,
.image-carousel-block .has-primarylight-color h2,
.image-carousel-block .has-primarylight-color h3,
.image-carousel-block .has-primarylight-color h4,
.image-carousel-block .has-primarylight-color h5,
.image-carousel-block .has-primarylight-color h6,
.image-carousel-block .has-primarylight-color ul > li,
.image-carousel-block .has-primarylight-color ul li > p,
.image-carousel-block .has-primarylight-color ol > li,
.image-carousel-block .has-primarylight-color ol li > p,
.detail-call-out-block .has-primarylight-color p,
.detail-call-out-block .has-primarylight-color span,
.detail-call-out-block .has-primarylight-color strong,
.detail-call-out-block .has-primarylight-color a:not([class*=btn]),
.detail-call-out-block .has-primarylight-color blockquote,
.detail-call-out-block .has-primarylight-color h2,
.detail-call-out-block .has-primarylight-color h3,
.detail-call-out-block .has-primarylight-color h4,
.detail-call-out-block .has-primarylight-color h5,
.detail-call-out-block .has-primarylight-color h6,
.detail-call-out-block .has-primarylight-color ul > li,
.detail-call-out-block .has-primarylight-color ul li > p,
.detail-call-out-block .has-primarylight-color ol > li,
.detail-call-out-block .has-primarylight-color ol li > p,
.accordion-effect-block .has-primarylight-color p,
.accordion-effect-block .has-primarylight-color span,
.accordion-effect-block .has-primarylight-color strong,
.accordion-effect-block .has-primarylight-color a:not([class*=btn]),
.accordion-effect-block .has-primarylight-color blockquote,
.accordion-effect-block .has-primarylight-color h2,
.accordion-effect-block .has-primarylight-color h3,
.accordion-effect-block .has-primarylight-color h4,
.accordion-effect-block .has-primarylight-color h5,
.accordion-effect-block .has-primarylight-color h6,
.accordion-effect-block .has-primarylight-color ul > li,
.accordion-effect-block .has-primarylight-color ul li > p,
.accordion-effect-block .has-primarylight-color ol > li,
.accordion-effect-block .has-primarylight-color ol li > p,
.donate-text-only-block .has-primarylight-color p,
.donate-text-only-block .has-primarylight-color span,
.donate-text-only-block .has-primarylight-color strong,
.donate-text-only-block .has-primarylight-color a:not([class*=btn]),
.donate-text-only-block .has-primarylight-color blockquote,
.donate-text-only-block .has-primarylight-color h2,
.donate-text-only-block .has-primarylight-color h3,
.donate-text-only-block .has-primarylight-color h4,
.donate-text-only-block .has-primarylight-color h5,
.donate-text-only-block .has-primarylight-color h6,
.donate-text-only-block .has-primarylight-color ul > li,
.donate-text-only-block .has-primarylight-color ul li > p,
.donate-text-only-block .has-primarylight-color ol > li,
.donate-text-only-block .has-primarylight-color ol li > p {
  color: #2E3770 !important;
}
.entry-content .has-primarylight-color a:not([class*=btn]),
.text-photo-block .has-primarylight-color a:not([class*=btn]),
.text-photo-block-2 .has-primarylight-color a:not([class*=btn]),
.text-only-block .has-primarylight-color a:not([class*=btn]),
.video-text-block .has-primarylight-color a:not([class*=btn]),
.text-list-block .has-primarylight-color a:not([class*=btn]),
.image-carousel-block .has-primarylight-color a:not([class*=btn]),
.detail-call-out-block .has-primarylight-color a:not([class*=btn]),
.accordion-effect-block .has-primarylight-color a:not([class*=btn]),
.donate-text-only-block .has-primarylight-color a:not([class*=btn]) {
  text-decoration: underline !important;
}
.entry-content .has-primarylight-color ol li::before, .entry-content .has-primarylight-color ol.list li::before,
.text-photo-block .has-primarylight-color ol li::before,
.text-photo-block .has-primarylight-color ol.list li::before,
.text-photo-block-2 .has-primarylight-color ol li::before,
.text-photo-block-2 .has-primarylight-color ol.list li::before,
.text-only-block .has-primarylight-color ol li::before,
.text-only-block .has-primarylight-color ol.list li::before,
.video-text-block .has-primarylight-color ol li::before,
.video-text-block .has-primarylight-color ol.list li::before,
.text-list-block .has-primarylight-color ol li::before,
.text-list-block .has-primarylight-color ol.list li::before,
.image-carousel-block .has-primarylight-color ol li::before,
.image-carousel-block .has-primarylight-color ol.list li::before,
.detail-call-out-block .has-primarylight-color ol li::before,
.detail-call-out-block .has-primarylight-color ol.list li::before,
.accordion-effect-block .has-primarylight-color ol li::before,
.accordion-effect-block .has-primarylight-color ol.list li::before,
.donate-text-only-block .has-primarylight-color ol li::before,
.donate-text-only-block .has-primarylight-color ol.list li::before {
  color: #ffffff !important;
}
.entry-content .has-primarylight-color ol li a, .entry-content .has-primarylight-color ol.list li a,
.text-photo-block .has-primarylight-color ol li a,
.text-photo-block .has-primarylight-color ol.list li a,
.text-photo-block-2 .has-primarylight-color ol li a,
.text-photo-block-2 .has-primarylight-color ol.list li a,
.text-only-block .has-primarylight-color ol li a,
.text-only-block .has-primarylight-color ol.list li a,
.video-text-block .has-primarylight-color ol li a,
.video-text-block .has-primarylight-color ol.list li a,
.text-list-block .has-primarylight-color ol li a,
.text-list-block .has-primarylight-color ol.list li a,
.image-carousel-block .has-primarylight-color ol li a,
.image-carousel-block .has-primarylight-color ol.list li a,
.detail-call-out-block .has-primarylight-color ol li a,
.detail-call-out-block .has-primarylight-color ol.list li a,
.accordion-effect-block .has-primarylight-color ol li a,
.accordion-effect-block .has-primarylight-color ol.list li a,
.donate-text-only-block .has-primarylight-color ol li a,
.donate-text-only-block .has-primarylight-color ol.list li a {
  color: #2E3770 !important;
}
.entry-content .has-primarylight-color ol li a:hover, .entry-content .has-primarylight-color ol.list li a:hover,
.text-photo-block .has-primarylight-color ol li a:hover,
.text-photo-block .has-primarylight-color ol.list li a:hover,
.text-photo-block-2 .has-primarylight-color ol li a:hover,
.text-photo-block-2 .has-primarylight-color ol.list li a:hover,
.text-only-block .has-primarylight-color ol li a:hover,
.text-only-block .has-primarylight-color ol.list li a:hover,
.video-text-block .has-primarylight-color ol li a:hover,
.video-text-block .has-primarylight-color ol.list li a:hover,
.text-list-block .has-primarylight-color ol li a:hover,
.text-list-block .has-primarylight-color ol.list li a:hover,
.image-carousel-block .has-primarylight-color ol li a:hover,
.image-carousel-block .has-primarylight-color ol.list li a:hover,
.detail-call-out-block .has-primarylight-color ol li a:hover,
.detail-call-out-block .has-primarylight-color ol.list li a:hover,
.accordion-effect-block .has-primarylight-color ol li a:hover,
.accordion-effect-block .has-primarylight-color ol.list li a:hover,
.donate-text-only-block .has-primarylight-color ol li a:hover,
.donate-text-only-block .has-primarylight-color ol.list li a:hover {
  border-color: #2E3770 !important;
}
.entry-content .has-primarylight-color ul li, .entry-content .has-primarylight-color ul.list li,
.text-photo-block .has-primarylight-color ul li,
.text-photo-block .has-primarylight-color ul.list li,
.text-photo-block-2 .has-primarylight-color ul li,
.text-photo-block-2 .has-primarylight-color ul.list li,
.text-only-block .has-primarylight-color ul li,
.text-only-block .has-primarylight-color ul.list li,
.video-text-block .has-primarylight-color ul li,
.video-text-block .has-primarylight-color ul.list li,
.text-list-block .has-primarylight-color ul li,
.text-list-block .has-primarylight-color ul.list li,
.image-carousel-block .has-primarylight-color ul li,
.image-carousel-block .has-primarylight-color ul.list li,
.detail-call-out-block .has-primarylight-color ul li,
.detail-call-out-block .has-primarylight-color ul.list li,
.accordion-effect-block .has-primarylight-color ul li,
.accordion-effect-block .has-primarylight-color ul.list li,
.donate-text-only-block .has-primarylight-color ul li,
.donate-text-only-block .has-primarylight-color ul.list li {
  color: #2E3770 !important;
}
.entry-content .has-primarylight-color ul li::before, .entry-content .has-primarylight-color ul.list li::before,
.text-photo-block .has-primarylight-color ul li::before,
.text-photo-block .has-primarylight-color ul.list li::before,
.text-photo-block-2 .has-primarylight-color ul li::before,
.text-photo-block-2 .has-primarylight-color ul.list li::before,
.text-only-block .has-primarylight-color ul li::before,
.text-only-block .has-primarylight-color ul.list li::before,
.video-text-block .has-primarylight-color ul li::before,
.video-text-block .has-primarylight-color ul.list li::before,
.text-list-block .has-primarylight-color ul li::before,
.text-list-block .has-primarylight-color ul.list li::before,
.image-carousel-block .has-primarylight-color ul li::before,
.image-carousel-block .has-primarylight-color ul.list li::before,
.detail-call-out-block .has-primarylight-color ul li::before,
.detail-call-out-block .has-primarylight-color ul.list li::before,
.accordion-effect-block .has-primarylight-color ul li::before,
.accordion-effect-block .has-primarylight-color ul.list li::before,
.donate-text-only-block .has-primarylight-color ul li::before,
.donate-text-only-block .has-primarylight-color ul.list li::before {
  background: #ffffff !important;
}
.entry-content .has-primarylight-color ul li a, .entry-content .has-primarylight-color ul.list li a,
.text-photo-block .has-primarylight-color ul li a,
.text-photo-block .has-primarylight-color ul.list li a,
.text-photo-block-2 .has-primarylight-color ul li a,
.text-photo-block-2 .has-primarylight-color ul.list li a,
.text-only-block .has-primarylight-color ul li a,
.text-only-block .has-primarylight-color ul.list li a,
.video-text-block .has-primarylight-color ul li a,
.video-text-block .has-primarylight-color ul.list li a,
.text-list-block .has-primarylight-color ul li a,
.text-list-block .has-primarylight-color ul.list li a,
.image-carousel-block .has-primarylight-color ul li a,
.image-carousel-block .has-primarylight-color ul.list li a,
.detail-call-out-block .has-primarylight-color ul li a,
.detail-call-out-block .has-primarylight-color ul.list li a,
.accordion-effect-block .has-primarylight-color ul li a,
.accordion-effect-block .has-primarylight-color ul.list li a,
.donate-text-only-block .has-primarylight-color ul li a,
.donate-text-only-block .has-primarylight-color ul.list li a {
  color: #2E3770 !important;
}
.entry-content .has-primarylight-color ul li a:hover, .entry-content .has-primarylight-color ul.list li a:hover,
.text-photo-block .has-primarylight-color ul li a:hover,
.text-photo-block .has-primarylight-color ul.list li a:hover,
.text-photo-block-2 .has-primarylight-color ul li a:hover,
.text-photo-block-2 .has-primarylight-color ul.list li a:hover,
.text-only-block .has-primarylight-color ul li a:hover,
.text-only-block .has-primarylight-color ul.list li a:hover,
.video-text-block .has-primarylight-color ul li a:hover,
.video-text-block .has-primarylight-color ul.list li a:hover,
.text-list-block .has-primarylight-color ul li a:hover,
.text-list-block .has-primarylight-color ul.list li a:hover,
.image-carousel-block .has-primarylight-color ul li a:hover,
.image-carousel-block .has-primarylight-color ul.list li a:hover,
.detail-call-out-block .has-primarylight-color ul li a:hover,
.detail-call-out-block .has-primarylight-color ul.list li a:hover,
.accordion-effect-block .has-primarylight-color ul li a:hover,
.accordion-effect-block .has-primarylight-color ul.list li a:hover,
.donate-text-only-block .has-primarylight-color ul li a:hover,
.donate-text-only-block .has-primarylight-color ul.list li a:hover {
  border-color: #2E3770 !important;
}
.entry-content .has-primarydark-color,
.text-photo-block .has-primarydark-color,
.text-photo-block-2 .has-primarydark-color,
.text-only-block .has-primarydark-color,
.video-text-block .has-primarydark-color,
.text-list-block .has-primarydark-color,
.image-carousel-block .has-primarydark-color,
.detail-call-out-block .has-primarydark-color,
.accordion-effect-block .has-primarydark-color,
.donate-text-only-block .has-primarydark-color {
  color: #353962 !important;
}
.entry-content .has-primarydark-color p, .entry-content .has-primarydark-color span, .entry-content .has-primarydark-color strong, .entry-content .has-primarydark-color a:not([class*=btn]), .entry-content .has-primarydark-color blockquote, .entry-content .has-primarydark-color h2, .entry-content .has-primarydark-color h3, .entry-content .has-primarydark-color h4, .entry-content .has-primarydark-color h5, .entry-content .has-primarydark-color h6, .entry-content .has-primarydark-color ul > li, .entry-content .has-primarydark-color ul li > p, .entry-content .has-primarydark-color ol > li, .entry-content .has-primarydark-color ol li > p,
.text-photo-block .has-primarydark-color p,
.text-photo-block .has-primarydark-color span,
.text-photo-block .has-primarydark-color strong,
.text-photo-block .has-primarydark-color a:not([class*=btn]),
.text-photo-block .has-primarydark-color blockquote,
.text-photo-block .has-primarydark-color h2,
.text-photo-block .has-primarydark-color h3,
.text-photo-block .has-primarydark-color h4,
.text-photo-block .has-primarydark-color h5,
.text-photo-block .has-primarydark-color h6,
.text-photo-block .has-primarydark-color ul > li,
.text-photo-block .has-primarydark-color ul li > p,
.text-photo-block .has-primarydark-color ol > li,
.text-photo-block .has-primarydark-color ol li > p,
.text-photo-block-2 .has-primarydark-color p,
.text-photo-block-2 .has-primarydark-color span,
.text-photo-block-2 .has-primarydark-color strong,
.text-photo-block-2 .has-primarydark-color a:not([class*=btn]),
.text-photo-block-2 .has-primarydark-color blockquote,
.text-photo-block-2 .has-primarydark-color h2,
.text-photo-block-2 .has-primarydark-color h3,
.text-photo-block-2 .has-primarydark-color h4,
.text-photo-block-2 .has-primarydark-color h5,
.text-photo-block-2 .has-primarydark-color h6,
.text-photo-block-2 .has-primarydark-color ul > li,
.text-photo-block-2 .has-primarydark-color ul li > p,
.text-photo-block-2 .has-primarydark-color ol > li,
.text-photo-block-2 .has-primarydark-color ol li > p,
.text-only-block .has-primarydark-color p,
.text-only-block .has-primarydark-color span,
.text-only-block .has-primarydark-color strong,
.text-only-block .has-primarydark-color a:not([class*=btn]),
.text-only-block .has-primarydark-color blockquote,
.text-only-block .has-primarydark-color h2,
.text-only-block .has-primarydark-color h3,
.text-only-block .has-primarydark-color h4,
.text-only-block .has-primarydark-color h5,
.text-only-block .has-primarydark-color h6,
.text-only-block .has-primarydark-color ul > li,
.text-only-block .has-primarydark-color ul li > p,
.text-only-block .has-primarydark-color ol > li,
.text-only-block .has-primarydark-color ol li > p,
.video-text-block .has-primarydark-color p,
.video-text-block .has-primarydark-color span,
.video-text-block .has-primarydark-color strong,
.video-text-block .has-primarydark-color a:not([class*=btn]),
.video-text-block .has-primarydark-color blockquote,
.video-text-block .has-primarydark-color h2,
.video-text-block .has-primarydark-color h3,
.video-text-block .has-primarydark-color h4,
.video-text-block .has-primarydark-color h5,
.video-text-block .has-primarydark-color h6,
.video-text-block .has-primarydark-color ul > li,
.video-text-block .has-primarydark-color ul li > p,
.video-text-block .has-primarydark-color ol > li,
.video-text-block .has-primarydark-color ol li > p,
.text-list-block .has-primarydark-color p,
.text-list-block .has-primarydark-color span,
.text-list-block .has-primarydark-color strong,
.text-list-block .has-primarydark-color a:not([class*=btn]),
.text-list-block .has-primarydark-color blockquote,
.text-list-block .has-primarydark-color h2,
.text-list-block .has-primarydark-color h3,
.text-list-block .has-primarydark-color h4,
.text-list-block .has-primarydark-color h5,
.text-list-block .has-primarydark-color h6,
.text-list-block .has-primarydark-color ul > li,
.text-list-block .has-primarydark-color ul li > p,
.text-list-block .has-primarydark-color ol > li,
.text-list-block .has-primarydark-color ol li > p,
.image-carousel-block .has-primarydark-color p,
.image-carousel-block .has-primarydark-color span,
.image-carousel-block .has-primarydark-color strong,
.image-carousel-block .has-primarydark-color a:not([class*=btn]),
.image-carousel-block .has-primarydark-color blockquote,
.image-carousel-block .has-primarydark-color h2,
.image-carousel-block .has-primarydark-color h3,
.image-carousel-block .has-primarydark-color h4,
.image-carousel-block .has-primarydark-color h5,
.image-carousel-block .has-primarydark-color h6,
.image-carousel-block .has-primarydark-color ul > li,
.image-carousel-block .has-primarydark-color ul li > p,
.image-carousel-block .has-primarydark-color ol > li,
.image-carousel-block .has-primarydark-color ol li > p,
.detail-call-out-block .has-primarydark-color p,
.detail-call-out-block .has-primarydark-color span,
.detail-call-out-block .has-primarydark-color strong,
.detail-call-out-block .has-primarydark-color a:not([class*=btn]),
.detail-call-out-block .has-primarydark-color blockquote,
.detail-call-out-block .has-primarydark-color h2,
.detail-call-out-block .has-primarydark-color h3,
.detail-call-out-block .has-primarydark-color h4,
.detail-call-out-block .has-primarydark-color h5,
.detail-call-out-block .has-primarydark-color h6,
.detail-call-out-block .has-primarydark-color ul > li,
.detail-call-out-block .has-primarydark-color ul li > p,
.detail-call-out-block .has-primarydark-color ol > li,
.detail-call-out-block .has-primarydark-color ol li > p,
.accordion-effect-block .has-primarydark-color p,
.accordion-effect-block .has-primarydark-color span,
.accordion-effect-block .has-primarydark-color strong,
.accordion-effect-block .has-primarydark-color a:not([class*=btn]),
.accordion-effect-block .has-primarydark-color blockquote,
.accordion-effect-block .has-primarydark-color h2,
.accordion-effect-block .has-primarydark-color h3,
.accordion-effect-block .has-primarydark-color h4,
.accordion-effect-block .has-primarydark-color h5,
.accordion-effect-block .has-primarydark-color h6,
.accordion-effect-block .has-primarydark-color ul > li,
.accordion-effect-block .has-primarydark-color ul li > p,
.accordion-effect-block .has-primarydark-color ol > li,
.accordion-effect-block .has-primarydark-color ol li > p,
.donate-text-only-block .has-primarydark-color p,
.donate-text-only-block .has-primarydark-color span,
.donate-text-only-block .has-primarydark-color strong,
.donate-text-only-block .has-primarydark-color a:not([class*=btn]),
.donate-text-only-block .has-primarydark-color blockquote,
.donate-text-only-block .has-primarydark-color h2,
.donate-text-only-block .has-primarydark-color h3,
.donate-text-only-block .has-primarydark-color h4,
.donate-text-only-block .has-primarydark-color h5,
.donate-text-only-block .has-primarydark-color h6,
.donate-text-only-block .has-primarydark-color ul > li,
.donate-text-only-block .has-primarydark-color ul li > p,
.donate-text-only-block .has-primarydark-color ol > li,
.donate-text-only-block .has-primarydark-color ol li > p {
  color: #353962 !important;
}
.entry-content .has-primarydark-color a:not([class*=btn]),
.text-photo-block .has-primarydark-color a:not([class*=btn]),
.text-photo-block-2 .has-primarydark-color a:not([class*=btn]),
.text-only-block .has-primarydark-color a:not([class*=btn]),
.video-text-block .has-primarydark-color a:not([class*=btn]),
.text-list-block .has-primarydark-color a:not([class*=btn]),
.image-carousel-block .has-primarydark-color a:not([class*=btn]),
.detail-call-out-block .has-primarydark-color a:not([class*=btn]),
.accordion-effect-block .has-primarydark-color a:not([class*=btn]),
.donate-text-only-block .has-primarydark-color a:not([class*=btn]) {
  text-decoration: underline !important;
}
.entry-content .has-primarydark-color ol li::before, .entry-content .has-primarydark-color ol.list li::before,
.text-photo-block .has-primarydark-color ol li::before,
.text-photo-block .has-primarydark-color ol.list li::before,
.text-photo-block-2 .has-primarydark-color ol li::before,
.text-photo-block-2 .has-primarydark-color ol.list li::before,
.text-only-block .has-primarydark-color ol li::before,
.text-only-block .has-primarydark-color ol.list li::before,
.video-text-block .has-primarydark-color ol li::before,
.video-text-block .has-primarydark-color ol.list li::before,
.text-list-block .has-primarydark-color ol li::before,
.text-list-block .has-primarydark-color ol.list li::before,
.image-carousel-block .has-primarydark-color ol li::before,
.image-carousel-block .has-primarydark-color ol.list li::before,
.detail-call-out-block .has-primarydark-color ol li::before,
.detail-call-out-block .has-primarydark-color ol.list li::before,
.accordion-effect-block .has-primarydark-color ol li::before,
.accordion-effect-block .has-primarydark-color ol.list li::before,
.donate-text-only-block .has-primarydark-color ol li::before,
.donate-text-only-block .has-primarydark-color ol.list li::before {
  color: #ffffff !important;
}
.entry-content .has-primarydark-color ol li a, .entry-content .has-primarydark-color ol.list li a,
.text-photo-block .has-primarydark-color ol li a,
.text-photo-block .has-primarydark-color ol.list li a,
.text-photo-block-2 .has-primarydark-color ol li a,
.text-photo-block-2 .has-primarydark-color ol.list li a,
.text-only-block .has-primarydark-color ol li a,
.text-only-block .has-primarydark-color ol.list li a,
.video-text-block .has-primarydark-color ol li a,
.video-text-block .has-primarydark-color ol.list li a,
.text-list-block .has-primarydark-color ol li a,
.text-list-block .has-primarydark-color ol.list li a,
.image-carousel-block .has-primarydark-color ol li a,
.image-carousel-block .has-primarydark-color ol.list li a,
.detail-call-out-block .has-primarydark-color ol li a,
.detail-call-out-block .has-primarydark-color ol.list li a,
.accordion-effect-block .has-primarydark-color ol li a,
.accordion-effect-block .has-primarydark-color ol.list li a,
.donate-text-only-block .has-primarydark-color ol li a,
.donate-text-only-block .has-primarydark-color ol.list li a {
  color: #353962 !important;
}
.entry-content .has-primarydark-color ol li a:hover, .entry-content .has-primarydark-color ol.list li a:hover,
.text-photo-block .has-primarydark-color ol li a:hover,
.text-photo-block .has-primarydark-color ol.list li a:hover,
.text-photo-block-2 .has-primarydark-color ol li a:hover,
.text-photo-block-2 .has-primarydark-color ol.list li a:hover,
.text-only-block .has-primarydark-color ol li a:hover,
.text-only-block .has-primarydark-color ol.list li a:hover,
.video-text-block .has-primarydark-color ol li a:hover,
.video-text-block .has-primarydark-color ol.list li a:hover,
.text-list-block .has-primarydark-color ol li a:hover,
.text-list-block .has-primarydark-color ol.list li a:hover,
.image-carousel-block .has-primarydark-color ol li a:hover,
.image-carousel-block .has-primarydark-color ol.list li a:hover,
.detail-call-out-block .has-primarydark-color ol li a:hover,
.detail-call-out-block .has-primarydark-color ol.list li a:hover,
.accordion-effect-block .has-primarydark-color ol li a:hover,
.accordion-effect-block .has-primarydark-color ol.list li a:hover,
.donate-text-only-block .has-primarydark-color ol li a:hover,
.donate-text-only-block .has-primarydark-color ol.list li a:hover {
  border-color: #353962 !important;
}
.entry-content .has-primarydark-color ul li, .entry-content .has-primarydark-color ul.list li,
.text-photo-block .has-primarydark-color ul li,
.text-photo-block .has-primarydark-color ul.list li,
.text-photo-block-2 .has-primarydark-color ul li,
.text-photo-block-2 .has-primarydark-color ul.list li,
.text-only-block .has-primarydark-color ul li,
.text-only-block .has-primarydark-color ul.list li,
.video-text-block .has-primarydark-color ul li,
.video-text-block .has-primarydark-color ul.list li,
.text-list-block .has-primarydark-color ul li,
.text-list-block .has-primarydark-color ul.list li,
.image-carousel-block .has-primarydark-color ul li,
.image-carousel-block .has-primarydark-color ul.list li,
.detail-call-out-block .has-primarydark-color ul li,
.detail-call-out-block .has-primarydark-color ul.list li,
.accordion-effect-block .has-primarydark-color ul li,
.accordion-effect-block .has-primarydark-color ul.list li,
.donate-text-only-block .has-primarydark-color ul li,
.donate-text-only-block .has-primarydark-color ul.list li {
  color: #353962 !important;
}
.entry-content .has-primarydark-color ul li::before, .entry-content .has-primarydark-color ul.list li::before,
.text-photo-block .has-primarydark-color ul li::before,
.text-photo-block .has-primarydark-color ul.list li::before,
.text-photo-block-2 .has-primarydark-color ul li::before,
.text-photo-block-2 .has-primarydark-color ul.list li::before,
.text-only-block .has-primarydark-color ul li::before,
.text-only-block .has-primarydark-color ul.list li::before,
.video-text-block .has-primarydark-color ul li::before,
.video-text-block .has-primarydark-color ul.list li::before,
.text-list-block .has-primarydark-color ul li::before,
.text-list-block .has-primarydark-color ul.list li::before,
.image-carousel-block .has-primarydark-color ul li::before,
.image-carousel-block .has-primarydark-color ul.list li::before,
.detail-call-out-block .has-primarydark-color ul li::before,
.detail-call-out-block .has-primarydark-color ul.list li::before,
.accordion-effect-block .has-primarydark-color ul li::before,
.accordion-effect-block .has-primarydark-color ul.list li::before,
.donate-text-only-block .has-primarydark-color ul li::before,
.donate-text-only-block .has-primarydark-color ul.list li::before {
  background: #ffffff !important;
}
.entry-content .has-primarydark-color ul li a, .entry-content .has-primarydark-color ul.list li a,
.text-photo-block .has-primarydark-color ul li a,
.text-photo-block .has-primarydark-color ul.list li a,
.text-photo-block-2 .has-primarydark-color ul li a,
.text-photo-block-2 .has-primarydark-color ul.list li a,
.text-only-block .has-primarydark-color ul li a,
.text-only-block .has-primarydark-color ul.list li a,
.video-text-block .has-primarydark-color ul li a,
.video-text-block .has-primarydark-color ul.list li a,
.text-list-block .has-primarydark-color ul li a,
.text-list-block .has-primarydark-color ul.list li a,
.image-carousel-block .has-primarydark-color ul li a,
.image-carousel-block .has-primarydark-color ul.list li a,
.detail-call-out-block .has-primarydark-color ul li a,
.detail-call-out-block .has-primarydark-color ul.list li a,
.accordion-effect-block .has-primarydark-color ul li a,
.accordion-effect-block .has-primarydark-color ul.list li a,
.donate-text-only-block .has-primarydark-color ul li a,
.donate-text-only-block .has-primarydark-color ul.list li a {
  color: #353962 !important;
}
.entry-content .has-primarydark-color ul li a:hover, .entry-content .has-primarydark-color ul.list li a:hover,
.text-photo-block .has-primarydark-color ul li a:hover,
.text-photo-block .has-primarydark-color ul.list li a:hover,
.text-photo-block-2 .has-primarydark-color ul li a:hover,
.text-photo-block-2 .has-primarydark-color ul.list li a:hover,
.text-only-block .has-primarydark-color ul li a:hover,
.text-only-block .has-primarydark-color ul.list li a:hover,
.video-text-block .has-primarydark-color ul li a:hover,
.video-text-block .has-primarydark-color ul.list li a:hover,
.text-list-block .has-primarydark-color ul li a:hover,
.text-list-block .has-primarydark-color ul.list li a:hover,
.image-carousel-block .has-primarydark-color ul li a:hover,
.image-carousel-block .has-primarydark-color ul.list li a:hover,
.detail-call-out-block .has-primarydark-color ul li a:hover,
.detail-call-out-block .has-primarydark-color ul.list li a:hover,
.accordion-effect-block .has-primarydark-color ul li a:hover,
.accordion-effect-block .has-primarydark-color ul.list li a:hover,
.donate-text-only-block .has-primarydark-color ul li a:hover,
.donate-text-only-block .has-primarydark-color ul.list li a:hover {
  border-color: #353962 !important;
}

.content-block {
  position: relative;
}
.content-block .main-content h2, .content-block .main-content h3, .content-block .main-content h4, .content-block .main-content h5, .content-block .main-content h6 {
  font-family: "calluna", serif;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.content-block .main-content h2::-moz-selection, .content-block .main-content h3::-moz-selection, .content-block .main-content h4::-moz-selection, .content-block .main-content h5::-moz-selection, .content-block .main-content h6::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.content-block .main-content h2::selection, .content-block .main-content h3::selection, .content-block .main-content h4::selection, .content-block .main-content h5::selection, .content-block .main-content h6::selection {
  background-color: #2E3770;
  color: white;
}
.content-block .main-content p, .content-block .main-content strong, .content-block .main-content em, .content-block .main-content ul, .content-block .main-content ul > li, .content-block .main-content ol, .content-block .main-content ol > li, .content-block .main-content span {
  font-family: "sanchez", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.44;
}
.content-block .main-content p strong, .content-block .main-content strong strong, .content-block .main-content em strong, .content-block .main-content ul strong, .content-block .main-content ul > li strong, .content-block .main-content ol strong, .content-block .main-content ol > li strong, .content-block .main-content span strong {
  font-weight: 700;
}
.content-block .main-content p em, .content-block .main-content strong em, .content-block .main-content em em, .content-block .main-content ul em, .content-block .main-content ul > li em, .content-block .main-content ol em, .content-block .main-content ol > li em, .content-block .main-content span em {
  font-style: italic;
}
.content-block .main-content p a, .content-block .main-content strong a, .content-block .main-content em a, .content-block .main-content ul a, .content-block .main-content ul > li a, .content-block .main-content ol a, .content-block .main-content ol > li a, .content-block .main-content span a {
  color: #181B33;
  text-decoration: underline !important;
}
.content-block .main-content p::-moz-selection, .content-block .main-content strong::-moz-selection, .content-block .main-content em::-moz-selection, .content-block .main-content ul::-moz-selection, .content-block .main-content ul > li::-moz-selection, .content-block .main-content ol::-moz-selection, .content-block .main-content ol > li::-moz-selection, .content-block .main-content span::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.content-block .main-content p::selection, .content-block .main-content strong::selection, .content-block .main-content em::selection, .content-block .main-content ul::selection, .content-block .main-content ul > li::selection, .content-block .main-content ol::selection, .content-block .main-content ol > li::selection, .content-block .main-content span::selection {
  background-color: #2E3770;
  color: white;
}
.content-block .main-content strong em {
  font-weight: 700 !important;
}
.content-block .main-content ul::before, .content-block .main-content ul::marker, .content-block .main-content ul > li::before, .content-block .main-content ul > li::marker, .content-block .main-content ol::before, .content-block .main-content ol::marker, .content-block .main-content ol > li::before, .content-block .main-content ol > li::marker {
  background-color: #242B58;
}
.content-block .main-content p:last-of-type {
  margin-bottom: 0;
}
.content-block .main-content:not(.light-color) h2, .content-block .main-content:not(.light-color) h3, .content-block .main-content:not(.light-color) h4, .content-block .main-content:not(.light-color) h5, .content-block .main-content:not(.light-color) h6, .content-block .main-content:not(.light-color) p, .content-block .main-content:not(.light-color) blockquote, .content-block .main-content:not(.light-color) ul > li, .content-block .main-content:not(.light-color) ul li > p, .content-block .main-content:not(.light-color) ol > li, .content-block .main-content:not(.light-color) ol li > p {
  color: #181B33;
}
.content-block .main-content:not(.light-color) h2 strong, .content-block .main-content:not(.light-color) h3 strong, .content-block .main-content:not(.light-color) h4 strong, .content-block .main-content:not(.light-color) h5 strong, .content-block .main-content:not(.light-color) h6 strong, .content-block .main-content:not(.light-color) p strong, .content-block .main-content:not(.light-color) blockquote strong, .content-block .main-content:not(.light-color) ul > li strong, .content-block .main-content:not(.light-color) ul li > p strong, .content-block .main-content:not(.light-color) ol > li strong, .content-block .main-content:not(.light-color) ol li > p strong {
  color: #181B33;
}
.content-block .main-content:not(.light-color) a:not([class*=btn]) {
  color: #181B33;
}
.content-block.light-color p, .content-block.light-color span:not(.top-title-section), .content-block.light-color strong, .content-block.light-color a:not([class*=btn]), .content-block.light-color blockquote, .content-block.light-color h2, .content-block.light-color h3, .content-block.light-color h4, .content-block.light-color h5, .content-block.light-color h6, .content-block.light-color ul > li, .content-block.light-color ul li > p, .content-block.light-color ol > li, .content-block.light-color ol li > p, .content-block.light-color strong em, .content-block.light-color em {
  color: #ffffff !important;
}
.content-block.center {
  text-align: center;
}
.content-block.center .main-content h2, .content-block.center .main-content h3, .content-block.center .main-content h4, .content-block.center .main-content h5, .content-block.center .main-content h6, .content-block.center .main-content p, .content-block.center .main-content a, .content-block.center .main-content strong, .content-block.center .main-content span {
  text-align: center !important;
}
.content-block.right {
  text-align: right;
}
.content-block.right .main-content h2, .content-block.right .main-content h3, .content-block.right .main-content h4, .content-block.right .main-content h5, .content-block.right .main-content h6, .content-block.right .main-content p, .content-block.right .main-content a, .content-block.right .main-content strong, .content-block.right .main-content span {
  text-align: right !important;
}
.content-block .btn-container {
  margin-top: 15px;
}

/*Buttons Container*/
.btn-container {
  text-align: left;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-container.wp-block-acf-button {
  margin-top: 15px;
}
.btn-container a[class^=btn-] {
  margin-right: 15px;
  margin-bottom: 10px;
}
.btn-container.aligncenter, .btn-container.center {
  text-align: center !important;
  justify-content: center;
}
.btn-container.aligncenter a[class^=btn-], .btn-container.center a[class^=btn-] {
  margin-left: 15px;
}
.btn-container.alignright, .btn-container.right {
  text-align: right !important;
  justify-content: end;
}
.btn-container.alignright a[class^=btn-], .btn-container.right a[class^=btn-] {
  margin-left: 15px;
  margin-right: 0;
}

.btn-container.btn-center .btn-1 {
  margin: auto;
}

.wp-block-media-text {
  margin-bottom: 20px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0 !important;
}

.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure {
  position: relative;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption {
  padding-top: 15px;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::-moz-selection, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::selection, .blocks-gallery-grid ul.blocks-gallery-grid li.blocks-gallery-item figure figcaption::selection {
  background-color: #2E3770;
  color: white;
}

@media only screen and (max-width: 991.98px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto;
  }
  .wp-block-media-text {
    display: flex !important;
    flex-direction: column;
    padding: 0 0 30px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0 !important;
  }
  .wp-block-media-text.has-media-on-the-right figure, .wp-block-media-text.has-media-on-the-right figure {
    width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    margin: 20px auto !important;
  }
  .wp-block-media-text .wp-block-media-text__media img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 767.98px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
    text-align: center;
  }
  .wp-block-spacer {
    height: 5vh !important;
  }
  .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-media-text {
    grid-template-columns: 100%;
  }
}
.text-photo-block {
  margin-bottom: 0;
  position: relative;
}
.text-photo-block.padding-vertical {
  padding: 95px 0 50px;
}
@media (max-width: 1199.98px) {
  .text-photo-block.padding-vertical {
    padding: 75px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .text-photo-block.padding-vertical {
    padding: 40px 0;
  }
}
.text-photo-block .align-items-stretch .content-block {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .text-photo-block .align-items-stretch .content-block {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block .align-items-stretch .content-block {
    padding-top: 0;
  }
}
.text-photo-block .align-items-start .content-block {
  padding-top: 11px;
}
.text-photo-block .align-items-end .content-block {
  padding-bottom: 0;
}
.text-photo-block.no-margin {
  margin: 0 !important;
}
.text-photo-block.image_on_left .side-text {
  order: 2;
}
@media (max-width: 991.98px) {
  .text-photo-block.image_on_left .side-text {
    order: 1;
    padding-bottom: 30px;
  }
}
.text-photo-block.image_on_left .side-image {
  order: 1;
}
@media (max-width: 991.98px) {
  .text-photo-block.image_on_left .side-image {
    order: 2;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block.image_on_left .side-image {
    margin-bottom: 0 !important;
  }
}
.text-photo-block.image_on_left .side-image .square-img {
  left: -18px;
  bottom: -28px;
  width: 326px;
  height: 295px;
}
.text-photo-block.image_on_right .side-text {
  order: 1;
}
@media (max-width: 991.98px) {
  .text-photo-block.image_on_right .side-text {
    order: 1;
    padding-bottom: 30px;
  }
}
.text-photo-block.image_on_right .side-image {
  order: 2;
}
@media (max-width: 991.98px) {
  .text-photo-block.image_on_right .side-image {
    order: 2;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block.image_on_right .side-image {
    margin-bottom: 0 !important;
  }
}
.text-photo-block.image_on_right .side-image .image-wrapping .image-fit-contain, .text-photo-block.image_on_right .side-image .wp-block-image .image-fit-contain {
  -o-object-position: left center;
     object-position: left center;
}
.text-photo-block.image_on_right .side-image .image-wrapping figcaption, .text-photo-block.image_on_right .side-image .wp-block-image figcaption {
  text-align: left;
}
.text-photo-block.image_on_right .side-image .square-img {
  right: -14px;
  bottom: -22px;
  width: 264px;
  height: 239px;
}
.text-photo-block .side-image {
  display: flex;
  position: relative;
}
.text-photo-block .side-image .wp-block-image {
  padding-top: unset;
  position: relative;
  width: 100%;
  z-index: 1;
}
.text-photo-block .side-image .wp-block-image.center {
  align-self: center;
}
.text-photo-block .side-image .wp-block-image.top {
  align-self: flex-start;
}
.text-photo-block .side-image .wp-block-image.bottom {
  align-self: flex-end;
}
.text-photo-block .side-image .wp-block-image.right img {
  margin-left: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .text-photo-block .side-image .wp-block-image.right img {
    margin: 0 auto;
  }
}
.text-photo-block .side-image .wp-block-image.center img {
  display: block;
  margin: 0 auto;
}
.text-photo-block .side-image .wp-block-image.left img {
  margin-right: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .text-photo-block .side-image .wp-block-image.left img {
    margin: 0 auto;
  }
}
.text-photo-block .side-image .wp-block-image figcaption {
  font-family: "calluna", serif;
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 10px 0;
  text-align: left;
}
.text-photo-block .side-image .wp-block-image.is-resized {
  width: unset !important;
  max-width: unset !important;
  margin: 0 !important;
}
.text-photo-block .side-image .wp-block-image.is-resized img {
  width: inherit !important;
  max-width: inherit !important;
  height: inherit !important;
}
.text-photo-block .side-image .wp-block-image img.image-fit-cover {
  -o-object-position: center !important;
     object-position: center !important;
  width: 100% !important;
  height: auto !important;
}
.text-photo-block .side-image .wp-block-image img.image-fit-contain {
  width: auto !important;
  height: auto !important;
}
.text-photo-block .side-image .square-img {
  position: absolute;
  border-radius: 3px;
  z-index: 0;
}
.text-photo-block .side-image .square-img.primary {
  background-color: #242B58;
}
.text-photo-block .side-image .square-img.primarylight {
  background-color: #2E3770;
}
.text-photo-block .side-image .square-img.primarydark {
  background-color: #353962;
}
.text-photo-block .side-image .square-img.grey {
  background-color: #F2F4FE;
}
.text-photo-block .side-image .square-img.white {
  background-color: #ffffff;
}
.text-photo-block .side-image .square-img.black {
  background-color: #181B33;
}
@media (max-width: 575.98px) {
  .text-photo-block .side-image .square-img {
    display: none;
  }
}
.text-photo-block .content-block h2.subhead {
  font-size: 15px !important;
  font-weight: normal !important;
  letter-spacing: 0.45px !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}
.text-photo-block .content-block .btn-container {
  margin-top: 17px;
}
.text-photo-block .container {
  position: relative;
  z-index: 1;
}
.text-photo-block .textures-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.text-photo-block .textures-container::after, .text-photo-block .textures-container::before {
  content: "";
  background-repeat: repeat-x;
  background-size: contain;
  height: 57px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.text-photo-block .textures-container::before {
  background-image: url("../images/shape-white-bottom.svg");
  background-position: top bottom;
  top: -10px;
}
@media (max-width: 991.98px) {
  .text-photo-block .textures-container::before {
    height: 100px;
    background-image: url("../images/shape-white-bottom-tablet.svg");
    background-position: right top;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block .textures-container::before {
    background-image: url("../images/shape-white-bottom-mobile.svg");
    height: 50px;
    background-position: right top;
  }
}
.text-photo-block .textures-container::after {
  content: "";
  background-image: url("../images/paper-crop1-top.png");
  background-position: center bottom;
  bottom: -10px;
}

.text-photo-block-2 {
  margin-bottom: 0;
  position: relative;
}
.text-photo-block-2 .align-items-stretch .content-block {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .text-photo-block-2 .align-items-stretch .content-block {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block-2 .align-items-stretch .content-block {
    padding-top: 0;
  }
}
.text-photo-block-2 .align-items-start .content-block {
  padding-top: 11px;
}
.text-photo-block-2 .align-items-end .content-block {
  padding-bottom: 0;
}
.text-photo-block-2.image_on_left .side-text {
  order: 2;
}
@media (max-width: 991.98px) {
  .text-photo-block-2.image_on_left .side-text {
    order: 1;
    padding-bottom: 30px;
  }
}
.text-photo-block-2.image_on_left .side-image {
  order: 1;
}
@media (max-width: 991.98px) {
  .text-photo-block-2.image_on_left .side-image {
    order: 2;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block-2.image_on_left .side-image {
    margin-bottom: 0 !important;
  }
}
.text-photo-block-2.image_on_right .side-text {
  order: 1;
}
@media (max-width: 991.98px) {
  .text-photo-block-2.image_on_right .side-text {
    order: 1;
    padding-bottom: 30px;
  }
}
.text-photo-block-2.image_on_right .side-image {
  order: 2;
}
@media (max-width: 991.98px) {
  .text-photo-block-2.image_on_right .side-image {
    order: 2;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .text-photo-block-2.image_on_right .side-image {
    margin-bottom: 0 !important;
  }
}
.text-photo-block-2.image_on_right .side-image .image-wrapping .image-fit-contain, .text-photo-block-2.image_on_right .side-image .wp-block-image .image-fit-contain {
  -o-object-position: left center;
     object-position: left center;
}
.text-photo-block-2.image_on_right .side-image .image-wrapping figcaption, .text-photo-block-2.image_on_right .side-image .wp-block-image figcaption {
  text-align: left;
}
.text-photo-block-2 .side-image {
  display: flex;
}
.text-photo-block-2 .side-image .wp-block-image {
  padding-top: unset;
  position: relative;
  width: 100%;
}
.text-photo-block-2 .side-image .wp-block-image.center {
  align-self: center;
}
.text-photo-block-2 .side-image .wp-block-image.top {
  align-self: flex-start;
}
.text-photo-block-2 .side-image .wp-block-image.bottom {
  align-self: flex-end;
}
.text-photo-block-2 .side-image .wp-block-image.right img {
  margin-left: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .text-photo-block-2 .side-image .wp-block-image.right img {
    margin: 0 auto;
  }
}
.text-photo-block-2 .side-image .wp-block-image.center img {
  display: block;
  margin: 0 auto;
}
.text-photo-block-2 .side-image .wp-block-image.left img {
  margin-right: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .text-photo-block-2 .side-image .wp-block-image.left img {
    margin: 0 auto;
  }
}
.text-photo-block-2 .side-image .wp-block-image figcaption {
  font-family: "calluna", serif;
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 10px 0;
  text-align: left;
}
.text-photo-block-2 .side-image .wp-block-image.is-resized {
  width: unset !important;
  max-width: unset !important;
  margin: 0 !important;
}
.text-photo-block-2 .side-image .wp-block-image.is-resized img {
  width: inherit !important;
  max-width: inherit !important;
  height: inherit !important;
}
.text-photo-block-2 .side-image .wp-block-image img.image-fit-cover {
  -o-object-position: center !important;
     object-position: center !important;
  width: 100% !important;
  height: auto !important;
}
.text-photo-block-2 .side-image .wp-block-image img.image-fit-contain {
  width: auto !important;
  height: auto !important;
}
.text-photo-block-2 .content-block h2.subhead {
  font-family: "calluna", serif;
  display: block;
  font-size: 15px !important;
  font-weight: normal !important;
  letter-spacing: 0.45px !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}
.text-photo-block-2 .content-block h2, .text-photo-block-2 .content-block h3, .text-photo-block-2 .content-block h4, .text-photo-block-2 .content-block h5, .text-photo-block-2 .content-block h6 {
  color: #353962;
}
.text-photo-block-2 .content-block .btn-container {
  margin-top: 17px;
}
.text-photo-block-2 .container {
  position: relative;
  z-index: 1;
}

.text-only-block {
  position: relative;
  /*Light Color Paragraph*/
  /*end Light Color Paragraph*/
}
.text-only-block.padding-vertical {
  padding: 95px 0 75px;
}
.text-only-block.bg-primary-color {
  background-color: #242B58 !important;
}
.text-only-block.bg-primary-color .bg-mask::before {
  background-color: #242B58 !important;
}
.text-only-block.bg-primarylight-color {
  background-color: #2E3770 !important;
}
.text-only-block.bg-primarylight-color .bg-mask::before {
  background-color: #2E3770 !important;
}
.text-only-block.bg-primarydark-color {
  background-color: #353962 !important;
}
.text-only-block.bg-primarydark-color .bg-mask::before {
  background-color: #353962 !important;
}
.text-only-block.bg-secondary-color {
  background-color: #BC5017 !important;
}
.text-only-block.bg-secondary-color .bg-mask::before {
  background-color: #BC5017 !important;
}
.text-only-block.bg-tertiary-color {
  background-color: #C0B5F4 !important;
}
.text-only-block.bg-tertiary-color .bg-mask::before {
  background-color: #C0B5F4 !important;
}
.text-only-block.bg-tertiarylight-color {
  background-color: #6D6A95 !important;
}
.text-only-block.bg-tertiarylight-color .bg-mask::before {
  background-color: #6D6A95 !important;
}
.text-only-block.bg-tertiarydark-color {
  background-color: #6D6A95 !important;
}
.text-only-block.bg-tertiarydark-color .bg-mask::before {
  background-color: #6D6A95 !important;
}
.text-only-block.bg-white-color {
  background-color: #ffffff !important;
}
.text-only-block.bg-white-color .bg-mask::before {
  background-color: #ffffff !important;
}
.text-only-block.bg-grey-color {
  background-color: #F2F4FE !important;
}
.text-only-block.bg-grey-color .bg-mask::before {
  background-color: #F2F4FE !important;
}
.text-only-block.bg-greydark-color {
  background-color: #F1F3FE !important;
}
.text-only-block.bg-greydark-color .bg-mask::before {
  background-color: #F1F3FE !important;
}
.text-only-block.bg-black-color {
  background-color: #181B33 !important;
}
.text-only-block.bg-black-color .bg-mask::before {
  background-color: #181B33 !important;
}
.text-only-block .bg-mask {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.text-only-block .bg-mask::before {
  content: "";
  background-repeat: repeat;
  height: calc(100% + 110px);
  left: 0;
  position: absolute;
  background-color: #f5f5f5;
  top: 0;
  width: 100%;
  z-index: 1;
}
.text-only-block.bg-primary-color blockquote, .text-only-block.bg-primarylight-color blockquote, .text-only-block.bg-primarydark-color blockquote, .text-only-block.bg-secondary-color blockquote, .text-only-block.bg-black-color blockquote {
  color: #C0B5F4 !important;
  border-color: #ffffff !important;
}
.text-only-block.bg-primary-color blockquote p, .text-only-block.bg-primary-color blockquote li, .text-only-block.bg-primary-color blockquote span, .text-only-block.bg-primary-color blockquote a, .text-only-block.bg-primarylight-color blockquote p, .text-only-block.bg-primarylight-color blockquote li, .text-only-block.bg-primarylight-color blockquote span, .text-only-block.bg-primarylight-color blockquote a, .text-only-block.bg-primarydark-color blockquote p, .text-only-block.bg-primarydark-color blockquote li, .text-only-block.bg-primarydark-color blockquote span, .text-only-block.bg-primarydark-color blockquote a, .text-only-block.bg-secondary-color blockquote p, .text-only-block.bg-secondary-color blockquote li, .text-only-block.bg-secondary-color blockquote span, .text-only-block.bg-secondary-color blockquote a, .text-only-block.bg-black-color blockquote p, .text-only-block.bg-black-color blockquote li, .text-only-block.bg-black-color blockquote span, .text-only-block.bg-black-color blockquote a {
  color: #ffffff !important;
}
.text-only-block.bg-primary-color h2, .text-only-block.bg-primary-color h3, .text-only-block.bg-primary-color h4, .text-only-block.bg-primary-color h5, .text-only-block.bg-primary-color h6, .text-only-block.bg-primary-color p, .text-only-block.bg-primary-color strong, .text-only-block.bg-primary-color em, .text-only-block.bg-primary-color ul, .text-only-block.bg-primary-color ul > li, .text-only-block.bg-primary-color ol, .text-only-block.bg-primary-color ol > li, .text-only-block.bg-primary-color span, .text-only-block.bg-primarylight-color h2, .text-only-block.bg-primarylight-color h3, .text-only-block.bg-primarylight-color h4, .text-only-block.bg-primarylight-color h5, .text-only-block.bg-primarylight-color h6, .text-only-block.bg-primarylight-color p, .text-only-block.bg-primarylight-color strong, .text-only-block.bg-primarylight-color em, .text-only-block.bg-primarylight-color ul, .text-only-block.bg-primarylight-color ul > li, .text-only-block.bg-primarylight-color ol, .text-only-block.bg-primarylight-color ol > li, .text-only-block.bg-primarylight-color span, .text-only-block.bg-primarydark-color h2, .text-only-block.bg-primarydark-color h3, .text-only-block.bg-primarydark-color h4, .text-only-block.bg-primarydark-color h5, .text-only-block.bg-primarydark-color h6, .text-only-block.bg-primarydark-color p, .text-only-block.bg-primarydark-color strong, .text-only-block.bg-primarydark-color em, .text-only-block.bg-primarydark-color ul, .text-only-block.bg-primarydark-color ul > li, .text-only-block.bg-primarydark-color ol, .text-only-block.bg-primarydark-color ol > li, .text-only-block.bg-primarydark-color span, .text-only-block.bg-secondary-color h2, .text-only-block.bg-secondary-color h3, .text-only-block.bg-secondary-color h4, .text-only-block.bg-secondary-color h5, .text-only-block.bg-secondary-color h6, .text-only-block.bg-secondary-color p, .text-only-block.bg-secondary-color strong, .text-only-block.bg-secondary-color em, .text-only-block.bg-secondary-color ul, .text-only-block.bg-secondary-color ul > li, .text-only-block.bg-secondary-color ol, .text-only-block.bg-secondary-color ol > li, .text-only-block.bg-secondary-color span, .text-only-block.bg-black-color h2, .text-only-block.bg-black-color h3, .text-only-block.bg-black-color h4, .text-only-block.bg-black-color h5, .text-only-block.bg-black-color h6, .text-only-block.bg-black-color p, .text-only-block.bg-black-color strong, .text-only-block.bg-black-color em, .text-only-block.bg-black-color ul, .text-only-block.bg-black-color ul > li, .text-only-block.bg-black-color ol, .text-only-block.bg-black-color ol > li, .text-only-block.bg-black-color span {
  color: #ffffff !important;
}
.text-only-block.bg-primary-color h2 a, .text-only-block.bg-primary-color h3 a, .text-only-block.bg-primary-color h4 a, .text-only-block.bg-primary-color h5 a, .text-only-block.bg-primary-color h6 a, .text-only-block.bg-primary-color p a, .text-only-block.bg-primary-color strong a, .text-only-block.bg-primary-color em a, .text-only-block.bg-primary-color ul a, .text-only-block.bg-primary-color ul > li a, .text-only-block.bg-primary-color ol a, .text-only-block.bg-primary-color ol > li a, .text-only-block.bg-primary-color span a, .text-only-block.bg-primarylight-color h2 a, .text-only-block.bg-primarylight-color h3 a, .text-only-block.bg-primarylight-color h4 a, .text-only-block.bg-primarylight-color h5 a, .text-only-block.bg-primarylight-color h6 a, .text-only-block.bg-primarylight-color p a, .text-only-block.bg-primarylight-color strong a, .text-only-block.bg-primarylight-color em a, .text-only-block.bg-primarylight-color ul a, .text-only-block.bg-primarylight-color ul > li a, .text-only-block.bg-primarylight-color ol a, .text-only-block.bg-primarylight-color ol > li a, .text-only-block.bg-primarylight-color span a, .text-only-block.bg-primarydark-color h2 a, .text-only-block.bg-primarydark-color h3 a, .text-only-block.bg-primarydark-color h4 a, .text-only-block.bg-primarydark-color h5 a, .text-only-block.bg-primarydark-color h6 a, .text-only-block.bg-primarydark-color p a, .text-only-block.bg-primarydark-color strong a, .text-only-block.bg-primarydark-color em a, .text-only-block.bg-primarydark-color ul a, .text-only-block.bg-primarydark-color ul > li a, .text-only-block.bg-primarydark-color ol a, .text-only-block.bg-primarydark-color ol > li a, .text-only-block.bg-primarydark-color span a, .text-only-block.bg-secondary-color h2 a, .text-only-block.bg-secondary-color h3 a, .text-only-block.bg-secondary-color h4 a, .text-only-block.bg-secondary-color h5 a, .text-only-block.bg-secondary-color h6 a, .text-only-block.bg-secondary-color p a, .text-only-block.bg-secondary-color strong a, .text-only-block.bg-secondary-color em a, .text-only-block.bg-secondary-color ul a, .text-only-block.bg-secondary-color ul > li a, .text-only-block.bg-secondary-color ol a, .text-only-block.bg-secondary-color ol > li a, .text-only-block.bg-secondary-color span a, .text-only-block.bg-black-color h2 a, .text-only-block.bg-black-color h3 a, .text-only-block.bg-black-color h4 a, .text-only-block.bg-black-color h5 a, .text-only-block.bg-black-color h6 a, .text-only-block.bg-black-color p a, .text-only-block.bg-black-color strong a, .text-only-block.bg-black-color em a, .text-only-block.bg-black-color ul a, .text-only-block.bg-black-color ul > li a, .text-only-block.bg-black-color ol a, .text-only-block.bg-black-color ol > li a, .text-only-block.bg-black-color span a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.text-only-block.bg-primary-color ul, .text-only-block.bg-primary-color ul.list, .text-only-block.bg-primarylight-color ul, .text-only-block.bg-primarylight-color ul.list, .text-only-block.bg-primarydark-color ul, .text-only-block.bg-primarydark-color ul.list, .text-only-block.bg-secondary-color ul, .text-only-block.bg-secondary-color ul.list, .text-only-block.bg-black-color ul, .text-only-block.bg-black-color ul.list {
  padding-left: 15px;
}
.text-only-block.bg-primary-color ul::before, .text-only-block.bg-primary-color ul.list::before, .text-only-block.bg-primarylight-color ul::before, .text-only-block.bg-primarylight-color ul.list::before, .text-only-block.bg-primarydark-color ul::before, .text-only-block.bg-primarydark-color ul.list::before, .text-only-block.bg-secondary-color ul::before, .text-only-block.bg-secondary-color ul.list::before, .text-only-block.bg-black-color ul::before, .text-only-block.bg-black-color ul.list::before {
  background: #ffffff !important;
}
.text-only-block .col-xl-10, .text-only-block .container-block {
  position: relative;
  z-index: 2;
}
.text-only-block .col-xl-10 p:last-of-type, .text-only-block .container-block p:last-of-type {
  margin-bottom: 0 !important;
}
.text-only-block .col-xl-10 h2, .text-only-block .col-xl-10 h3, .text-only-block .col-xl-10 h4, .text-only-block .col-xl-10 h5, .text-only-block .col-xl-10 h6, .text-only-block .container-block h2, .text-only-block .container-block h3, .text-only-block .container-block h4, .text-only-block .container-block h5, .text-only-block .container-block h6 {
  color: #181B33;
}
.text-only-block .col-xl-10 p, .text-only-block .col-xl-10 strong, .text-only-block .col-xl-10 em, .text-only-block .col-xl-10 ul, .text-only-block .col-xl-10 ul > li, .text-only-block .col-xl-10 ol, .text-only-block .col-xl-10 ol > li, .text-only-block .col-xl-10 span, .text-only-block .container-block p, .text-only-block .container-block strong, .text-only-block .container-block em, .text-only-block .container-block ul, .text-only-block .container-block ul > li, .text-only-block .container-block ol, .text-only-block .container-block ol > li, .text-only-block .container-block span {
  font-family: "calluna", serif;
  color: #181B33;
}
.text-only-block .col-xl-10 ul ul, .text-only-block .col-xl-10 ul ol, .text-only-block .col-xl-10 ol ul, .text-only-block .col-xl-10 ol ol, .text-only-block .container-block ul ul, .text-only-block .container-block ul ol, .text-only-block .container-block ol ul, .text-only-block .container-block ol ol {
  margin-top: 10px;
}
.text-only-block .col-xl-10 ul li::before, .text-only-block .col-xl-10 ul.list li::before, .text-only-block .container-block ul li::before, .text-only-block .container-block ul.list li::before {
  background: #181B33 !important;
}
.text-only-block .btn-container {
  margin-top: 15px;
}
.text-only-block .btn-container.left {
  text-align: left !important;
}
.text-only-block .btn-container.center {
  text-align: center !important;
}
.text-only-block .btn-container.right {
  text-align: right !important;
}
.text-only-block.aligncenter {
  text-align: center !important;
}
.text-only-block.aligncenter p, .text-only-block.aligncenter strong, .text-only-block.aligncenter h1, .text-only-block.aligncenter h2, .text-only-block.aligncenter h3, .text-only-block.aligncenter h4, .text-only-block.aligncenter h5, .text-only-block.aligncenter span {
  text-align: center !important;
}
.text-only-block.alignleft {
  text-align: left !important;
  position: relative;
}
.text-only-block.alignleft p, .text-only-block.alignleft strong, .text-only-block.alignleft h1, .text-only-block.alignleft h2, .text-only-block.alignleft h3, .text-only-block.alignleft h4, .text-only-block.alignleft h5, .text-only-block.alignleft span {
  text-align: left !important;
}
.text-only-block.alignright {
  text-align: right !important;
}
.text-only-block.alignright p, .text-only-block.alignright strong, .text-only-block.alignright h1, .text-only-block.alignright h2, .text-only-block.alignright h3, .text-only-block.alignright h4, .text-only-block.alignright h5, .text-only-block.alignright span {
  text-align: right !important;
}

.video-text-block, .video-text-block-column {
  position: relative;
  padding-top: 100px;
}
.video-text-block::after, .video-text-block-column::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background-image: url("../images/logo-grey2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 453px;
  height: 639.18px;
  z-index: 0;
  transform: scaleX(-1);
}
.video-text-block.bg-primary-color, .video-text-block-column.bg-primary-color {
  background-color: #242B58 !important;
}
.video-text-block.bg-primary-color .bg-mask::before, .video-text-block-column.bg-primary-color .bg-mask::before {
  background-color: #242B58 !important;
}
.video-text-block.bg-primarylight-color, .video-text-block-column.bg-primarylight-color {
  background-color: #2E3770 !important;
}
.video-text-block.bg-primarylight-color .bg-mask::before, .video-text-block-column.bg-primarylight-color .bg-mask::before {
  background-color: #2E3770 !important;
}
.video-text-block.bg-primarydark-color, .video-text-block-column.bg-primarydark-color {
  background-color: #353962 !important;
}
.video-text-block.bg-primarydark-color .bg-mask::before, .video-text-block-column.bg-primarydark-color .bg-mask::before {
  background-color: #353962 !important;
}
.video-text-block.bg-secondary-color, .video-text-block-column.bg-secondary-color {
  background-color: #BC5017 !important;
}
.video-text-block.bg-secondary-color .bg-mask::before, .video-text-block-column.bg-secondary-color .bg-mask::before {
  background-color: #BC5017 !important;
}
.video-text-block.bg-tertiary-color, .video-text-block-column.bg-tertiary-color {
  background-color: #C0B5F4 !important;
}
.video-text-block.bg-tertiary-color .bg-mask::before, .video-text-block-column.bg-tertiary-color .bg-mask::before {
  background-color: #C0B5F4 !important;
}
.video-text-block.bg-tertiarylight-color, .video-text-block-column.bg-tertiarylight-color {
  background-color: #6D6A95 !important;
}
.video-text-block.bg-tertiarylight-color .bg-mask::before, .video-text-block-column.bg-tertiarylight-color .bg-mask::before {
  background-color: #6D6A95 !important;
}
.video-text-block.bg-tertiarydark-color, .video-text-block-column.bg-tertiarydark-color {
  background-color: #6D6A95 !important;
}
.video-text-block.bg-tertiarydark-color .bg-mask::before, .video-text-block-column.bg-tertiarydark-color .bg-mask::before {
  background-color: #6D6A95 !important;
}
.video-text-block.bg-white-color, .video-text-block-column.bg-white-color {
  background-color: #ffffff !important;
}
.video-text-block.bg-white-color .bg-mask::before, .video-text-block-column.bg-white-color .bg-mask::before {
  background-color: #ffffff !important;
}
.video-text-block.bg-grey-color, .video-text-block-column.bg-grey-color {
  background-color: #F2F4FE !important;
}
.video-text-block.bg-grey-color .bg-mask::before, .video-text-block-column.bg-grey-color .bg-mask::before {
  background-color: #F2F4FE !important;
}
.video-text-block.bg-greydark-color, .video-text-block-column.bg-greydark-color {
  background-color: #F1F3FE !important;
}
.video-text-block.bg-greydark-color .bg-mask::before, .video-text-block-column.bg-greydark-color .bg-mask::before {
  background-color: #F1F3FE !important;
}
.video-text-block.bg-black-color, .video-text-block-column.bg-black-color {
  background-color: #181B33 !important;
}
.video-text-block.bg-black-color .bg-mask::before, .video-text-block-column.bg-black-color .bg-mask::before {
  background-color: #181B33 !important;
}
.video-text-block .bg-mask, .video-text-block-column .bg-mask {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video-text-block .bg-mask::before, .video-text-block-column .bg-mask::before {
  content: "";
  background-repeat: repeat;
  height: calc(100% + 440px);
  left: 0;
  position: absolute;
  background-color: #f5f5f5;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-text-block.padding-vertical, .video-text-block-column.padding-vertical {
  padding-bottom: 95px;
}
.video-text-block.bg-primary-color blockquote, .video-text-block.bg-primarylight-color blockquote, .video-text-block.bg-primarydark-color blockquote, .video-text-block.bg-secondary-color blockquote, .video-text-block.bg-black-color blockquote, .video-text-block-column.bg-primary-color blockquote, .video-text-block-column.bg-primarylight-color blockquote, .video-text-block-column.bg-primarydark-color blockquote, .video-text-block-column.bg-secondary-color blockquote, .video-text-block-column.bg-black-color blockquote {
  color: #C0B5F4 !important;
  border-color: #ffffff !important;
}
.video-text-block.bg-primary-color blockquote p, .video-text-block.bg-primary-color blockquote li, .video-text-block.bg-primary-color blockquote span, .video-text-block.bg-primary-color blockquote a, .video-text-block.bg-primarylight-color blockquote p, .video-text-block.bg-primarylight-color blockquote li, .video-text-block.bg-primarylight-color blockquote span, .video-text-block.bg-primarylight-color blockquote a, .video-text-block.bg-primarydark-color blockquote p, .video-text-block.bg-primarydark-color blockquote li, .video-text-block.bg-primarydark-color blockquote span, .video-text-block.bg-primarydark-color blockquote a, .video-text-block.bg-secondary-color blockquote p, .video-text-block.bg-secondary-color blockquote li, .video-text-block.bg-secondary-color blockquote span, .video-text-block.bg-secondary-color blockquote a, .video-text-block.bg-black-color blockquote p, .video-text-block.bg-black-color blockquote li, .video-text-block.bg-black-color blockquote span, .video-text-block.bg-black-color blockquote a, .video-text-block-column.bg-primary-color blockquote p, .video-text-block-column.bg-primary-color blockquote li, .video-text-block-column.bg-primary-color blockquote span, .video-text-block-column.bg-primary-color blockquote a, .video-text-block-column.bg-primarylight-color blockquote p, .video-text-block-column.bg-primarylight-color blockquote li, .video-text-block-column.bg-primarylight-color blockquote span, .video-text-block-column.bg-primarylight-color blockquote a, .video-text-block-column.bg-primarydark-color blockquote p, .video-text-block-column.bg-primarydark-color blockquote li, .video-text-block-column.bg-primarydark-color blockquote span, .video-text-block-column.bg-primarydark-color blockquote a, .video-text-block-column.bg-secondary-color blockquote p, .video-text-block-column.bg-secondary-color blockquote li, .video-text-block-column.bg-secondary-color blockquote span, .video-text-block-column.bg-secondary-color blockquote a, .video-text-block-column.bg-black-color blockquote p, .video-text-block-column.bg-black-color blockquote li, .video-text-block-column.bg-black-color blockquote span, .video-text-block-column.bg-black-color blockquote a {
  color: #ffffff !important;
}
.video-text-block.bg-primary-color h2, .video-text-block.bg-primary-color h3, .video-text-block.bg-primary-color h4, .video-text-block.bg-primary-color h5, .video-text-block.bg-primary-color h6, .video-text-block.bg-primary-color p, .video-text-block.bg-primary-color strong, .video-text-block.bg-primary-color em, .video-text-block.bg-primary-color ul, .video-text-block.bg-primary-color ul > li, .video-text-block.bg-primary-color ol, .video-text-block.bg-primary-color ol > li, .video-text-block.bg-primary-color span, .video-text-block.bg-primarylight-color h2, .video-text-block.bg-primarylight-color h3, .video-text-block.bg-primarylight-color h4, .video-text-block.bg-primarylight-color h5, .video-text-block.bg-primarylight-color h6, .video-text-block.bg-primarylight-color p, .video-text-block.bg-primarylight-color strong, .video-text-block.bg-primarylight-color em, .video-text-block.bg-primarylight-color ul, .video-text-block.bg-primarylight-color ul > li, .video-text-block.bg-primarylight-color ol, .video-text-block.bg-primarylight-color ol > li, .video-text-block.bg-primarylight-color span, .video-text-block.bg-primarydark-color h2, .video-text-block.bg-primarydark-color h3, .video-text-block.bg-primarydark-color h4, .video-text-block.bg-primarydark-color h5, .video-text-block.bg-primarydark-color h6, .video-text-block.bg-primarydark-color p, .video-text-block.bg-primarydark-color strong, .video-text-block.bg-primarydark-color em, .video-text-block.bg-primarydark-color ul, .video-text-block.bg-primarydark-color ul > li, .video-text-block.bg-primarydark-color ol, .video-text-block.bg-primarydark-color ol > li, .video-text-block.bg-primarydark-color span, .video-text-block.bg-secondary-color h2, .video-text-block.bg-secondary-color h3, .video-text-block.bg-secondary-color h4, .video-text-block.bg-secondary-color h5, .video-text-block.bg-secondary-color h6, .video-text-block.bg-secondary-color p, .video-text-block.bg-secondary-color strong, .video-text-block.bg-secondary-color em, .video-text-block.bg-secondary-color ul, .video-text-block.bg-secondary-color ul > li, .video-text-block.bg-secondary-color ol, .video-text-block.bg-secondary-color ol > li, .video-text-block.bg-secondary-color span, .video-text-block.bg-black-color h2, .video-text-block.bg-black-color h3, .video-text-block.bg-black-color h4, .video-text-block.bg-black-color h5, .video-text-block.bg-black-color h6, .video-text-block.bg-black-color p, .video-text-block.bg-black-color strong, .video-text-block.bg-black-color em, .video-text-block.bg-black-color ul, .video-text-block.bg-black-color ul > li, .video-text-block.bg-black-color ol, .video-text-block.bg-black-color ol > li, .video-text-block.bg-black-color span, .video-text-block-column.bg-primary-color h2, .video-text-block-column.bg-primary-color h3, .video-text-block-column.bg-primary-color h4, .video-text-block-column.bg-primary-color h5, .video-text-block-column.bg-primary-color h6, .video-text-block-column.bg-primary-color p, .video-text-block-column.bg-primary-color strong, .video-text-block-column.bg-primary-color em, .video-text-block-column.bg-primary-color ul, .video-text-block-column.bg-primary-color ul > li, .video-text-block-column.bg-primary-color ol, .video-text-block-column.bg-primary-color ol > li, .video-text-block-column.bg-primary-color span, .video-text-block-column.bg-primarylight-color h2, .video-text-block-column.bg-primarylight-color h3, .video-text-block-column.bg-primarylight-color h4, .video-text-block-column.bg-primarylight-color h5, .video-text-block-column.bg-primarylight-color h6, .video-text-block-column.bg-primarylight-color p, .video-text-block-column.bg-primarylight-color strong, .video-text-block-column.bg-primarylight-color em, .video-text-block-column.bg-primarylight-color ul, .video-text-block-column.bg-primarylight-color ul > li, .video-text-block-column.bg-primarylight-color ol, .video-text-block-column.bg-primarylight-color ol > li, .video-text-block-column.bg-primarylight-color span, .video-text-block-column.bg-primarydark-color h2, .video-text-block-column.bg-primarydark-color h3, .video-text-block-column.bg-primarydark-color h4, .video-text-block-column.bg-primarydark-color h5, .video-text-block-column.bg-primarydark-color h6, .video-text-block-column.bg-primarydark-color p, .video-text-block-column.bg-primarydark-color strong, .video-text-block-column.bg-primarydark-color em, .video-text-block-column.bg-primarydark-color ul, .video-text-block-column.bg-primarydark-color ul > li, .video-text-block-column.bg-primarydark-color ol, .video-text-block-column.bg-primarydark-color ol > li, .video-text-block-column.bg-primarydark-color span, .video-text-block-column.bg-secondary-color h2, .video-text-block-column.bg-secondary-color h3, .video-text-block-column.bg-secondary-color h4, .video-text-block-column.bg-secondary-color h5, .video-text-block-column.bg-secondary-color h6, .video-text-block-column.bg-secondary-color p, .video-text-block-column.bg-secondary-color strong, .video-text-block-column.bg-secondary-color em, .video-text-block-column.bg-secondary-color ul, .video-text-block-column.bg-secondary-color ul > li, .video-text-block-column.bg-secondary-color ol, .video-text-block-column.bg-secondary-color ol > li, .video-text-block-column.bg-secondary-color span, .video-text-block-column.bg-black-color h2, .video-text-block-column.bg-black-color h3, .video-text-block-column.bg-black-color h4, .video-text-block-column.bg-black-color h5, .video-text-block-column.bg-black-color h6, .video-text-block-column.bg-black-color p, .video-text-block-column.bg-black-color strong, .video-text-block-column.bg-black-color em, .video-text-block-column.bg-black-color ul, .video-text-block-column.bg-black-color ul > li, .video-text-block-column.bg-black-color ol, .video-text-block-column.bg-black-color ol > li, .video-text-block-column.bg-black-color span {
  color: #ffffff !important;
}
.video-text-block.bg-primary-color h2 a, .video-text-block.bg-primary-color h3 a, .video-text-block.bg-primary-color h4 a, .video-text-block.bg-primary-color h5 a, .video-text-block.bg-primary-color h6 a, .video-text-block.bg-primary-color p a, .video-text-block.bg-primary-color strong a, .video-text-block.bg-primary-color em a, .video-text-block.bg-primary-color ul a, .video-text-block.bg-primary-color ul > li a, .video-text-block.bg-primary-color ol a, .video-text-block.bg-primary-color ol > li a, .video-text-block.bg-primary-color span a, .video-text-block.bg-primarylight-color h2 a, .video-text-block.bg-primarylight-color h3 a, .video-text-block.bg-primarylight-color h4 a, .video-text-block.bg-primarylight-color h5 a, .video-text-block.bg-primarylight-color h6 a, .video-text-block.bg-primarylight-color p a, .video-text-block.bg-primarylight-color strong a, .video-text-block.bg-primarylight-color em a, .video-text-block.bg-primarylight-color ul a, .video-text-block.bg-primarylight-color ul > li a, .video-text-block.bg-primarylight-color ol a, .video-text-block.bg-primarylight-color ol > li a, .video-text-block.bg-primarylight-color span a, .video-text-block.bg-primarydark-color h2 a, .video-text-block.bg-primarydark-color h3 a, .video-text-block.bg-primarydark-color h4 a, .video-text-block.bg-primarydark-color h5 a, .video-text-block.bg-primarydark-color h6 a, .video-text-block.bg-primarydark-color p a, .video-text-block.bg-primarydark-color strong a, .video-text-block.bg-primarydark-color em a, .video-text-block.bg-primarydark-color ul a, .video-text-block.bg-primarydark-color ul > li a, .video-text-block.bg-primarydark-color ol a, .video-text-block.bg-primarydark-color ol > li a, .video-text-block.bg-primarydark-color span a, .video-text-block.bg-secondary-color h2 a, .video-text-block.bg-secondary-color h3 a, .video-text-block.bg-secondary-color h4 a, .video-text-block.bg-secondary-color h5 a, .video-text-block.bg-secondary-color h6 a, .video-text-block.bg-secondary-color p a, .video-text-block.bg-secondary-color strong a, .video-text-block.bg-secondary-color em a, .video-text-block.bg-secondary-color ul a, .video-text-block.bg-secondary-color ul > li a, .video-text-block.bg-secondary-color ol a, .video-text-block.bg-secondary-color ol > li a, .video-text-block.bg-secondary-color span a, .video-text-block.bg-black-color h2 a, .video-text-block.bg-black-color h3 a, .video-text-block.bg-black-color h4 a, .video-text-block.bg-black-color h5 a, .video-text-block.bg-black-color h6 a, .video-text-block.bg-black-color p a, .video-text-block.bg-black-color strong a, .video-text-block.bg-black-color em a, .video-text-block.bg-black-color ul a, .video-text-block.bg-black-color ul > li a, .video-text-block.bg-black-color ol a, .video-text-block.bg-black-color ol > li a, .video-text-block.bg-black-color span a, .video-text-block-column.bg-primary-color h2 a, .video-text-block-column.bg-primary-color h3 a, .video-text-block-column.bg-primary-color h4 a, .video-text-block-column.bg-primary-color h5 a, .video-text-block-column.bg-primary-color h6 a, .video-text-block-column.bg-primary-color p a, .video-text-block-column.bg-primary-color strong a, .video-text-block-column.bg-primary-color em a, .video-text-block-column.bg-primary-color ul a, .video-text-block-column.bg-primary-color ul > li a, .video-text-block-column.bg-primary-color ol a, .video-text-block-column.bg-primary-color ol > li a, .video-text-block-column.bg-primary-color span a, .video-text-block-column.bg-primarylight-color h2 a, .video-text-block-column.bg-primarylight-color h3 a, .video-text-block-column.bg-primarylight-color h4 a, .video-text-block-column.bg-primarylight-color h5 a, .video-text-block-column.bg-primarylight-color h6 a, .video-text-block-column.bg-primarylight-color p a, .video-text-block-column.bg-primarylight-color strong a, .video-text-block-column.bg-primarylight-color em a, .video-text-block-column.bg-primarylight-color ul a, .video-text-block-column.bg-primarylight-color ul > li a, .video-text-block-column.bg-primarylight-color ol a, .video-text-block-column.bg-primarylight-color ol > li a, .video-text-block-column.bg-primarylight-color span a, .video-text-block-column.bg-primarydark-color h2 a, .video-text-block-column.bg-primarydark-color h3 a, .video-text-block-column.bg-primarydark-color h4 a, .video-text-block-column.bg-primarydark-color h5 a, .video-text-block-column.bg-primarydark-color h6 a, .video-text-block-column.bg-primarydark-color p a, .video-text-block-column.bg-primarydark-color strong a, .video-text-block-column.bg-primarydark-color em a, .video-text-block-column.bg-primarydark-color ul a, .video-text-block-column.bg-primarydark-color ul > li a, .video-text-block-column.bg-primarydark-color ol a, .video-text-block-column.bg-primarydark-color ol > li a, .video-text-block-column.bg-primarydark-color span a, .video-text-block-column.bg-secondary-color h2 a, .video-text-block-column.bg-secondary-color h3 a, .video-text-block-column.bg-secondary-color h4 a, .video-text-block-column.bg-secondary-color h5 a, .video-text-block-column.bg-secondary-color h6 a, .video-text-block-column.bg-secondary-color p a, .video-text-block-column.bg-secondary-color strong a, .video-text-block-column.bg-secondary-color em a, .video-text-block-column.bg-secondary-color ul a, .video-text-block-column.bg-secondary-color ul > li a, .video-text-block-column.bg-secondary-color ol a, .video-text-block-column.bg-secondary-color ol > li a, .video-text-block-column.bg-secondary-color span a, .video-text-block-column.bg-black-color h2 a, .video-text-block-column.bg-black-color h3 a, .video-text-block-column.bg-black-color h4 a, .video-text-block-column.bg-black-color h5 a, .video-text-block-column.bg-black-color h6 a, .video-text-block-column.bg-black-color p a, .video-text-block-column.bg-black-color strong a, .video-text-block-column.bg-black-color em a, .video-text-block-column.bg-black-color ul a, .video-text-block-column.bg-black-color ul > li a, .video-text-block-column.bg-black-color ol a, .video-text-block-column.bg-black-color ol > li a, .video-text-block-column.bg-black-color span a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.video-text-block.bg-primary-color ul, .video-text-block.bg-primary-color ul.list, .video-text-block.bg-primarylight-color ul, .video-text-block.bg-primarylight-color ul.list, .video-text-block.bg-primarydark-color ul, .video-text-block.bg-primarydark-color ul.list, .video-text-block.bg-secondary-color ul, .video-text-block.bg-secondary-color ul.list, .video-text-block.bg-black-color ul, .video-text-block.bg-black-color ul.list, .video-text-block-column.bg-primary-color ul, .video-text-block-column.bg-primary-color ul.list, .video-text-block-column.bg-primarylight-color ul, .video-text-block-column.bg-primarylight-color ul.list, .video-text-block-column.bg-primarydark-color ul, .video-text-block-column.bg-primarydark-color ul.list, .video-text-block-column.bg-secondary-color ul, .video-text-block-column.bg-secondary-color ul.list, .video-text-block-column.bg-black-color ul, .video-text-block-column.bg-black-color ul.list {
  padding-left: 15px;
}
.video-text-block.bg-primary-color ul::before, .video-text-block.bg-primary-color ul.list::before, .video-text-block.bg-primarylight-color ul::before, .video-text-block.bg-primarylight-color ul.list::before, .video-text-block.bg-primarydark-color ul::before, .video-text-block.bg-primarydark-color ul.list::before, .video-text-block.bg-secondary-color ul::before, .video-text-block.bg-secondary-color ul.list::before, .video-text-block.bg-black-color ul::before, .video-text-block.bg-black-color ul.list::before, .video-text-block-column.bg-primary-color ul::before, .video-text-block-column.bg-primary-color ul.list::before, .video-text-block-column.bg-primarylight-color ul::before, .video-text-block-column.bg-primarylight-color ul.list::before, .video-text-block-column.bg-primarydark-color ul::before, .video-text-block-column.bg-primarydark-color ul.list::before, .video-text-block-column.bg-secondary-color ul::before, .video-text-block-column.bg-secondary-color ul.list::before, .video-text-block-column.bg-black-color ul::before, .video-text-block-column.bg-black-color ul.list::before {
  background: #ffffff !important;
}
.video-text-block .poster-image, .video-text-block-column .poster-image {
  background-color: #000;
  height: 500px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .video-text-block .poster-image, .video-text-block-column .poster-image {
    height: 350px;
  }
}
.video-text-block .poster-image img, .video-text-block-column .poster-image img {
  transform: translate(-50%, -50%);
  bottom: unset;
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.video-text-block .poster-image::before, .video-text-block-column .poster-image::before {
  content: "";
  background-color: rgba(24, 27, 51, 0.37);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.video-text-block .poster-image #button-play-popup, .video-text-block-column .poster-image #button-play-popup {
  align-items: center;
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: unset;
  left: 45px;
  bottom: 33px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 4;
}
.video-text-block .poster-image #button-play-popup .playIframe, .video-text-block-column .poster-image #button-play-popup .playIframe {
  background-image: url("../images/icons/play-button.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1, 1);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  height: 123px;
  margin: 0;
  transition: all 0.4s ease;
  width: 123px;
}
@media (max-width: 575.98px) {
  .video-text-block .poster-image #button-play-popup .playIframe, .video-text-block-column .poster-image #button-play-popup .playIframe {
    width: 50px;
    height: 50px;
  }
}
.video-text-block .poster-image #button-play-popup .play-label, .video-text-block-column .poster-image #button-play-popup .play-label {
  font-family: "sanchez", serif;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.11;
  text-align: left;
}
.video-text-block .poster-image #button-play-popup:hover, .video-text-block .poster-image #button-play-popup:focus, .video-text-block-column .poster-image #button-play-popup:hover, .video-text-block-column .poster-image #button-play-popup:focus {
  outline: none;
}
.video-text-block .poster-image #button-play-popup:hover .playIframe, .video-text-block .poster-image #button-play-popup:focus .playIframe, .video-text-block-column .poster-image #button-play-popup:hover .playIframe, .video-text-block-column .poster-image #button-play-popup:focus .playIframe {
  transform: scale(1.1, 1.1);
}
.video-text-block .text-video-block, .video-text-block-column .text-video-block {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .video-text-block .text-video-block, .video-text-block-column .text-video-block {
    padding: 40px 0;
  }
}
.video-text-block .text-video-block.center, .video-text-block-column .text-video-block.center {
  text-align: center;
}
.video-text-block .text-video-block.right, .video-text-block-column .text-video-block.right {
  text-align: right;
}
.video-text-block .text-video-block h2, .video-text-block .text-video-block h3, .video-text-block .text-video-block h4, .video-text-block .text-video-block h5, .video-text-block .text-video-block h6, .video-text-block-column .text-video-block h2, .video-text-block-column .text-video-block h3, .video-text-block-column .text-video-block h4, .video-text-block-column .text-video-block h5, .video-text-block-column .text-video-block h6 {
  margin-bottom: 13px !important;
  color: #242B58;
}
.video-text-block .text-video-block h2, .video-text-block .text-video-block .h2, .video-text-block-column .text-video-block h2, .video-text-block-column .text-video-block .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -1.8px;
}
.video-text-block .text-video-block p:last-of-type, .video-text-block-column .text-video-block p:last-of-type {
  margin-bottom: 0;
}
.video-text-block .text-video-block .btn-container, .video-text-block-column .text-video-block .btn-container {
  margin-top: 40px;
}

.image-carousel-block {
  background-color: transparent;
  position: relative;
}
.image-carousel-block.padding-vertical {
  padding: 85px 0 40;
}
.image-carousel-block .top-section {
  margin-bottom: 30px;
}
.image-carousel-block .top-section h2, .image-carousel-block .top-section h3, .image-carousel-block .top-section h4, .image-carousel-block .top-section h5, .image-carousel-block .top-section h6 {
  margin-bottom: 0 !important;
}
.image-carousel-block .swiper-container-gallery {
  overflow: hidden;
  padding-bottom: 60px;
  padding: 0;
  position: relative;
  width: calc(100% + (100vw - 1320px) / 2);
}
@media (max-width: 1399.98px) {
  .image-carousel-block .swiper-container-gallery {
    width: calc(100% + (100vw - 1140px) / 2);
  }
}
@media (max-width: 991.98px) {
  .image-carousel-block .swiper-container-gallery {
    width: calc(100% + (100vw - 960px) / 2);
  }
}
@media (max-width: 767.98px) {
  .image-carousel-block .swiper-container-gallery {
    width: 100%;
  }
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper {
  margin-bottom: 27px;
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: auto;
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide figure {
  display: block;
  position: relative;
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide figure::before {
  content: "";
  background-color: rgba(54, 104, 157, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 430px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide figure img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 300px !important;
  }
}
.image-carousel-block .swiper-container-gallery .swiper-wrapper .swiper-slide figure .text-wrap {
  display: none;
  font-family: "sanchez", serif;
  color: #4d4d4f;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.98px;
  line-height: 1.43;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
.image-carousel-block .swiper-container-gallery .container-controls {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.image-carousel-block .swiper-container-gallery .container-controls .swiper-scrollbar {
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0 1px;
}
.image-carousel-block .swiper-container-gallery .container-controls .swiper-scrollbar::after {
  content: "";
  transform: translate(-50%, -50%);
  background-color: #D8D8D8;
  bottom: unset;
  height: 1px;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.image-carousel-block .swiper-container-gallery .container-controls .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #242B58;
  height: 3px;
  border-radius: 5px;
  z-index: 5;
}

.text-list-block {
  position: relative;
}
.text-list-block.padding-vertical {
  padding: 100px 0 70px;
}
@media (max-width: 1199.98px) {
  .text-list-block.padding-vertical {
    padding: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .text-list-block.padding-vertical {
    padding: 40px 0;
  }
}
.text-list-block .row .right-side {
  padding-left: 15px;
}
.text-list-block .row .right-side ul li p a {
  color: #242B58;
}
.text-list-block .row .right-side ul li p strong {
  color: #242B58;
}
.text-list-block .row .right-side ul li p strong a {
  color: #242B58;
}
.text-list-block h2, .text-list-block h3, .text-list-block h4, .text-list-block h5, .text-list-block h6 {
  font-family: "calluna", serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 16px;
}
.text-list-block ul, .text-list-block ol {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .text-list-block ul, .text-list-block ol {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .text-list-block ul, .text-list-block ol {
    margin-top: 20px;
  }
}
.text-list-block ul li, .text-list-block ol li {
  margin-bottom: 35px !important;
  padding-left: 21px !important;
  list-style-type: none !important;
}
.text-list-block ul li::after, .text-list-block ol li::after {
  content: "";
  background-color: #242B58;
  border-radius: 100%;
  display: block;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  position: absolute;
}
.text-list-block ul li::before, .text-list-block ol li::before {
  content: none !important;
}
.text-list-block ul li, .text-list-block ul li p, .text-list-block ol li, .text-list-block ol li p {
  font-family: "sanchez", serif;
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.4;
  position: relative;
}
.text-list-block ul li strong, .text-list-block ul li p strong, .text-list-block ol li strong, .text-list-block ol li p strong {
  font-weight: bold;
  color: #242B58 !important;
}
.text-list-block ul li strong a, .text-list-block ul li p strong a, .text-list-block ol li strong a, .text-list-block ol li p strong a {
  color: #242B58 !important;
}
.text-list-block ul li strong::-moz-selection, .text-list-block ul li p strong::-moz-selection, .text-list-block ol li strong::-moz-selection, .text-list-block ol li p strong::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.text-list-block ul li strong::selection, .text-list-block ul li p strong::selection, .text-list-block ol li strong::selection, .text-list-block ol li p strong::selection {
  background-color: #2E3770;
  color: white;
}
.text-list-block ul li::-moz-selection, .text-list-block ul li p::-moz-selection, .text-list-block ol li::-moz-selection, .text-list-block ol li p::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.text-list-block ul li::selection, .text-list-block ul li p::selection, .text-list-block ol li::selection, .text-list-block ol li p::selection {
  background-color: #2E3770;
  color: white;
}
.text-list-block ul ul, .text-list-block ul ol, .text-list-block ol ul, .text-list-block ol ol {
  margin-top: 20px !important;
}
.text-list-block ul ul li, .text-list-block ol ul li {
  padding-left: 30px !important;
}
.text-list-block ul ul li::after, .text-list-block ol ul li::after {
  width: 20px;
}
.text-list-block .btn-container {
  margin-top: 40px;
  margin-bottom: 20px;
}
.text-list-block.bg-white-color p, .text-list-block.bg-white-color span, .text-list-block.bg-white-color strong, .text-list-block.bg-white-color a:not([class*=btn]), .text-list-block.bg-white-color h2, .text-list-block.bg-white-color h3, .text-list-block.bg-white-color h4, .text-list-block.bg-white-color h5, .text-list-block.bg-white-color h6, .text-list-block.bg-white-color ul > li, .text-list-block.bg-white-color ul li > p, .text-list-block.bg-white-color ol > li, .text-list-block.bg-white-color ol li > p, .text-list-block.bg-grey-color p, .text-list-block.bg-grey-color span, .text-list-block.bg-grey-color strong, .text-list-block.bg-grey-color a:not([class*=btn]), .text-list-block.bg-grey-color h2, .text-list-block.bg-grey-color h3, .text-list-block.bg-grey-color h4, .text-list-block.bg-grey-color h5, .text-list-block.bg-grey-color h6, .text-list-block.bg-grey-color ul > li, .text-list-block.bg-grey-color ul li > p, .text-list-block.bg-grey-color ol > li, .text-list-block.bg-grey-color ol li > p {
  color: #242B58 !important;
}
.text-list-block.bg-white-color ul li::after, .text-list-block.bg-white-color ol li::after, .text-list-block.bg-grey-color ul li::after, .text-list-block.bg-grey-color ol li::after {
  background-color: #242B58 !important;
}
.text-list-block.bg-primary-color p, .text-list-block.bg-primary-color span, .text-list-block.bg-primary-color strong, .text-list-block.bg-primary-color a:not([class*=btn]), .text-list-block.bg-primary-color h2, .text-list-block.bg-primary-color h3, .text-list-block.bg-primary-color h4, .text-list-block.bg-primary-color h5, .text-list-block.bg-primary-color h6, .text-list-block.bg-primary-color ul > li, .text-list-block.bg-primary-color ul li > p, .text-list-block.bg-primary-color ol > li, .text-list-block.bg-primary-color ol li > p, .text-list-block.bg-black-color p, .text-list-block.bg-black-color span, .text-list-block.bg-black-color strong, .text-list-block.bg-black-color a:not([class*=btn]), .text-list-block.bg-black-color h2, .text-list-block.bg-black-color h3, .text-list-block.bg-black-color h4, .text-list-block.bg-black-color h5, .text-list-block.bg-black-color h6, .text-list-block.bg-black-color ul > li, .text-list-block.bg-black-color ul li > p, .text-list-block.bg-black-color ol > li, .text-list-block.bg-black-color ol li > p {
  color: #ffffff !important;
}
.text-list-block.bg-primary-color ul li::after, .text-list-block.bg-primary-color ol li::after, .text-list-block.bg-black-color ul li::after, .text-list-block.bg-black-color ol li::after {
  background-color: #C0B5F4 !important;
}
.text-list-block p, .text-list-block span, .text-list-block strong, .text-list-block a:not([class*=btn]), .text-list-block h2, .text-list-block h3, .text-list-block h4, .text-list-block h5, .text-list-block h6, .text-list-block ul > li, .text-list-block ul li > p, .text-list-block ol > li, .text-list-block ol li > p {
  color: #242B58 !important;
}

.section-impact {
  padding-top: 34px;
  position: relative;
  overflow-x: hidden;
}
.section-impact .impact-title {
  color: #353962;
  text-align: center;
}
.section-impact .impact-text, .section-impact .impact-text em {
  font-family: "sanchez", serif;
  color: text;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.section-impact .img-container {
  margin-top: 77px;
  width: 100%;
}
.section-impact .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.serving {
  position: relative;
}
.serving .serving-content {
  right: 0;
  margin-top: -227px;
  position: relative;
  padding-bottom: 40px;
}
.serving .serving-icon {
  position: absolute;
  display: block;
  top: 95px;
  right: 0;
  width: 217px;
  height: 168px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/serving-icon.png");
  z-index: 1;
}
@media (max-width: 1084px) {
  .serving .serving-icon {
    display: none;
  }
}
.serving .logo {
  position: absolute;
  bottom: 0;
  left: -120px;
  display: none;
}
@media (min-width: 1440px) {
  .serving .logo {
    display: block;
    background-image: url("../images/logo-grey.svg");
    background-size: cover;
    width: 306.17px;
    height: 432px;
  }
}
.serving .serving-container {
  position: relative;
}
.serving .serving-container .serving-title {
  color: #353962;
  margin-top: 63px;
}
.serving .serving-container .serving-description {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #181B33;
}
.serving .serving-container .serving-wrapper {
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100vw;
  top: 0;
  right: 0;
  left: unset;
  display: block;
  left: 0;
  z-index: 0;
}
.serving .serving-container .row {
  position: relative;
  z-index: 2;
}
.serving .serving-container .serving-row {
  row-gap: 88px;
  margin-top: 73px;
  justify-content: space-between;
}
.serving .serving-container .serving-data {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
  justify-content: space-between;
  align-items: center;
}
.serving .serving-container .serving-data .serving-number {
  flex: 0 0 auto;
  font-family: "sanchez", serif;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 52px;
  letter-spacing: -1.8px;
  color: #353962;
  width: 150px;
}
.serving .serving-container .serving-data .serving-text {
  font-family: "calluna", serif;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .serving .serving-content {
    top: 0;
    margin-bottom: 50px;
  }
  .serving .serving-title, .serving .serving-description {
    text-align: center;
  }
  .serving .serving-row {
    row-gap: 40px;
  }
  .serving .serving-row .serving-data {
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }
  .serving .serving-row .serving-data .serving-text {
    text-align: center;
  }
  .serving .serving-row .serving-data .serving-number {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .serving .serving-content {
    margin-bottom: -70px;
    top: -80px;
  }
}

.success {
  padding: 80px 0;
  position: relative;
  background-color: #2E3770;
}
.success .success-content-text p {
  font-family: "sanchez", serif;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  .success .success-content-text p {
    text-align: left;
  }
}
.success .success-title {
  color: #C0B5F4;
  text-align: center;
}
@media (min-width: 768px) {
  .success .success-title {
    text-align: left;
  }
}
.success .success-items {
  margin-top: 32px;
  margin-bottom: 32px;
  row-gap: 30px;
}
.success .success-item {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
@media (min-width: 768px) {
  .success .success-item {
    align-items: flex-start;
  }
}
.success .success-item .success-header {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  justify-content: center;
  align-items: center;
}
.success .success-item .success-header .success-number {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 52px;
  letter-spacing: -1.8px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .success .success-item .success-header {
    justify-content: start;
  }
}
.success .success-item .success-text {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #C0B5F4;
}
.success .success-item .success-text > span {
  font-size: 21px !important;
  line-height: 22px;
  color: #ffffff !important;
}
.success .btn-container {
  justify-content: center;
}
@media (min-width: 576px) {
  .success .btn-container {
    justify-content: start;
  }
}
.success .img-wrapper {
  width: 380px;
  transition: all 0.4s ease;
  margin: auto;
  display: block;
}
.success .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .success .img-wrapper {
    width: 546px;
    height: 521px;
    margin-bottom: -100px;
    margin-top: -130px;
    position: relative;
    z-index: 2;
  }
}

.section-familia {
  position: relative;
  background-color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 1280px) {
  .section-familia {
    padding-bottom: 100px;
  }
}
.section-familia .bg-familia {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100vw;
  left: 50%;
  height: calc(100% - 300px);
  transform: translate(-50%, 0);
  background-color: #F1F3FE;
  background-image: url("../images/Rectangle-118.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  z-index: 0;
}
.section-familia .container {
  position: relative;
  z-index: 2;
}
.section-familia .container .familia-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-familia .container .familia-row .familia-title {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  letter-spacing: -1.8px;
  color: #353962;
}
@media (min-width: 768px) {
  .section-familia .container .familia-row .familia-title {
    font-size: 46px;
    line-height: 52px;
  }
}
.section-familia .container .familia-row .familia-text {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #181B33;
}
.section-familia .container .familia-items {
  justify-content: space-evenly;
  row-gap: 50px;
  position: relative;
  align-items: start;
}
.section-familia .container .familia-items .familia-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 1 1 auto;
  max-width: 400px;
  row-gap: 0;
}
.section-familia .container .familia-items .familia-item .familia-item-image {
  width: 225px;
  height: 225px;
  margin: auto;
}
.section-familia .container .familia-items .familia-item .familia-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.section-familia .container .familia-items .familia-item .familia-item-title {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  color: #353962;
  text-align: center;
  margin-top: 32px;
}
.section-familia .container .familia-items .familia-item .familia-item-caption {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #353962;
  text-align: center;
  margin-bottom: 13px;
}
.section-familia .container .familia-items .familia-item .familia-item-text {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #181B33;
}
.section-familia .container .btn-container {
  justify-content: center;
}

/*START Interior Top (BANNER)--------------------------------------------------*/
.donate-banner {
  overflow: hidden;
  position: relative;
  z-index: 5;
  min-height: 504px;
}
@media (min-width: 991.98px) {
  .donate-banner {
    min-height: 804px;
  }
}
.donate-banner .banner-wrapping {
  height: 100%;
  padding-top: inherit !important;
  position: absolute;
  right: 0;
  top: 130px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .donate-banner .banner-wrapping {
    width: 100%;
  }
}
.donate-banner .banner-wrapping img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  z-index: 1;
}
.donate-banner .banner-wrapping img.top {
  -o-object-position: top;
     object-position: top;
}
.donate-banner .banner-wrapping img.center {
  -o-object-position: center;
     object-position: center;
}
.donate-banner .banner-wrapping img.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.donate-banner .banner-wrapping::before {
  content: "";
  background: linear-gradient(180deg, rgba(36, 43, 88, 0.86) 25.48%, rgba(36, 43, 88, 0) 129.28%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.donate-banner .banner-wrapping::after {
  content: none;
  height: 100%;
  opacity: 0.18;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.donate-banner .title-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  min-width: inherit;
  position: relative;
  text-align: left;
  width: 80%;
  z-index: 10;
  min-height: 504px;
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .donate-banner .title-page {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .donate-banner .title-page {
    width: 100%;
  }
}
.donate-banner .title-page h1, .donate-banner .title-page h2 {
  font-family: "calluna", serif;
  color: #ffffff;
  font-size: 70px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
  display: inline-block !important;
}
.donate-banner .title-page h1::-moz-selection, .donate-banner .title-page h2::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.donate-banner .title-page h1::selection, .donate-banner .title-page h2::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 1199.98px) {
  .donate-banner .title-page h1, .donate-banner .title-page h2 {
    font-size: 40px !important;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .donate-banner .title-page h1, .donate-banner .title-page h2 {
    font-size: 35px !important;
  }
}
.donate-banner .title-page h1 .title-purpule, .donate-banner .title-page h2 .title-purpule {
  font-family: "calluna", serif;
  color: #C0B5F4 !important;
  font-size: 70px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
  display: block !important;
}
.donate-banner .title-page h1 .title-purpule::-moz-selection, .donate-banner .title-page h2 .title-purpule::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.donate-banner .title-page h1 .title-purpule::selection, .donate-banner .title-page h2 .title-purpule::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 1199.98px) {
  .donate-banner .title-page h1 .title-purpule, .donate-banner .title-page h2 .title-purpule {
    font-size: 40px !important;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .donate-banner .title-page h1 .title-purpule, .donate-banner .title-page h2 .title-purpule {
    font-size: 35px !important;
  }
}
.donate-banner .title-page p {
  font-family: "sanchez", serif;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.53;
  margin: 0;
}
.donate-banner .title-page p strong {
  color: #ffffff !important;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: 1.53;
}
.donate-banner .title-page p::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.donate-banner .title-page p::selection {
  background-color: #2E3770;
  color: white;
}
.donate-banner.i-singular-post .title-page h1, .donate-banner.i-single .title-page h1 {
  font-size: 45px !important;
}

/*END Interior Top (BANNER)------------------------------------------*/
.section-giving {
  position: relative;
  background-color: #ffffff;
  padding: 40px 0 40px;
}
.section-giving .container {
  position: relative;
}
.section-giving .container .giving-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-giving .container .giving-row .giving-title {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 51px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -1.8px;
  color: #353962;
}
@media (min-width: 768px) {
  .section-giving .container .giving-row .giving-title {
    font-size: 46px;
    line-height: 52px;
  }
}
.section-giving .container .giving-row .giving-text {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #353962;
}
.section-giving .container .giving-items {
  justify-content: space-evenly;
  row-gap: 50px;
  position: relative;
  align-items: start;
}
.section-giving .container .giving-items .giving-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 1 1 auto;
  max-width: 300px;
  row-gap: 30px;
}
.section-giving .container .giving-items .giving-item .giving-item-image {
  width: 174px;
  height: 174px;
  margin: auto;
}
.section-giving .container .giving-items .giving-item .giving-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.section-giving .container .giving-items .giving-item .giving-item-title {
  font-family: "sanchez", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  color: #353962;
  text-align: center;
}
.section-giving .container .giving-items .giving-item .giving-item-text {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #353962;
}
.section-giving .container .btn-container {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 51px 0 0px;
}
.section-giving .container .img-giving {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-giving .container .img-giving img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.donate-text-section {
  position: relative;
}
.donate-text-section .donate-text-only-block h2, .donate-text-section .donate-text-only-block h3, .donate-text-section .donate-text-only-block h4, .donate-text-section .donate-text-only-block h5 {
  margin-bottom: 15px !important;
}

.filter-category div.ajaxsearchpro[id^=ajaxsearchpro], .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] {
  background-image: radial-gradient(ellipse at center, transparent, transparent) !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border: none;
  flex: 0 0 auto !important;
  font-size: 16px !important;
  font-weight: normal !important;
  max-width: 328px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro].vertical, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro].vertical {
  background-color: #d7d7d7 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox {
  height: 40px !important;
  background: transparent !important;
  box-shadow: none !important;
  border-color: #d7d7d7 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 40px !important;
  height: 40px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon {
  width: 40px !important;
  position: relative;
  height: 40px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon::after {
  content: "";
  background-image: url("../images/icons/search-icon-grey.png");
  background-size: 19px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .promagnifier .innericon svg {
  display: none !important;
  fill: rgb(0, 0, 0) !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput {
  background: transparent !important;
  height: auto !important;
  margin: 0 !important;
  padding-left: 5px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select {
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f2f4fe !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  outline: none !important;
  letter-spacing: -0.25px;
  padding: 10px 15px !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input.autocomplete, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea.autocomplete, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select.autocomplete, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input.autocomplete, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea.autocomplete, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select.autocomplete {
  top: 3px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:active, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:focus, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:active, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:focus, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:active, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:focus, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:active, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:focus, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:active, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:focus, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:active, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:focus {
  border: none !important;
  outline: none !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input::-moz-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:-moz-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select::-moz-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput form select:-moz-placeholder {
  color: #f2f4fe !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: -0.25px;
  opacity: 1 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.autocomplete {
  top: 12px !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig {
  font-size: 14px !important;
  height: 43px !important;
  margin: 0 !important;
  color: #F2F4FE !important;
  padding: 0 20px !important;
  /* firefox 19+ */
  /* ie */
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig::-webkit-input-placeholder {
  color: #F2F4FE !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig::-moz-placeholder {
  color: #F2F4FE !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proinput input.orig:-ms-input-placeholder {
  color: #F2F4FE !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proloading, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proloading {
  align-self: center;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proclose, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .probox .proclose {
  align-self: center;
}
.filter-category div.ajaxsearchpro[id^=ajaxsearchpro] .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] .results .item .asp_content h3 a {
  color: #f2f4fe !important;
}

/*search result ajax pro*/
div[id^=ajaxsearchprores].vertical, div[class^=asp_r_].vertical {
  background: #F2F4FE !important;
}
div[id^=ajaxsearchprores] .resdrg .item h3, div[id^=ajaxsearchprores] .resdrg .item h3 a, div[class^=asp_r_] .resdrg .item h3, div[class^=asp_r_] .resdrg .item h3 a {
  color: #F2F4FE !important;
}

@media only screen and (max-width: 991.98px) {
  #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    flex-basis: auto !important;
  }
  .filter-category div.ajaxsearchpro[id^=ajaxsearchpro], .filter-wrap div.ajaxsearchpro[id^=ajaxsearchpro] {
    flex-basis: auto !important;
  }
}
.tml .tml-action-links li {
  padding: 0 !important;
  margin: 0 !important;
}
.tml .tml-action-links li::before, .tml .tml-action-links li::after {
  content: none !important;
}
.tml .tml-action-links a {
  color: #242B58 !important;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
  max-width: 100%;
}

.tml-login .tml-rememberme-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tml-login .tml-rememberme-wrap #rememberme {
  min-height: 20px;
}

.tml input, .tml textarea, .tml select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important;
}

.pmpro_login_wrap hr {
  margin: 0;
  display: none;
}

#loginform {
  margin-bottom: 70px;
}
#loginform .tml-submit-wrap input[type=submit] {
  background-color: #242B58;
  border-radius: 0;
  border: 2px solid #242B58 !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilda Display", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: normal !important;
  margin: 0 !important;
  max-width: 100%;
  opacity: 1;
  padding: 12px 20px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
#loginform .tml-submit-wrap input[type=submit]:hover, #loginform .tml-submit-wrap input[type=submit]:focus, #loginform .tml-submit-wrap input[type=submit]:active {
  background-color: transparent !important;
  border-color: #242B58 !important;
  color: #ffffff !important;
  text-decoration: none;
}
#loginform .login-username, #loginform .login-password {
  margin-bottom: 10px !important;
}
#loginform .login-username label, #loginform .login-password label {
  font-family: "sanchez", serif;
  display: block;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 15px;
}
#loginform .login-username input, #loginform .login-password input {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  width: calc(50% - 8px);
  padding: 3px 10px !important;
}
#loginform .login-username input:active, #loginform .login-username input:focus, #loginform .login-password input:active, #loginform .login-password input:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  outline: none;
}
#loginform .login-submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 0 !important;
}
#loginform .login-submit #wp-submit, #loginform .login-submit input[type=submit] {
  background-color: #242B58;
  border-radius: 0;
  border: 2px solid #242B58 !important;
  color: #BC5017 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilda Display", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: normal !important;
  margin: 0 !important;
  max-width: 100%;
  opacity: 1;
  padding: 12px 20px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
#loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type=submit]:hover, #loginform .login-submit input[type=submit]:focus, #loginform .login-submit input[type=submit]:active {
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  color: #ffffff !important;
  text-decoration: none;
}

#gtranslate_selector {
  font-family: "calluna", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/chevron-dropdown-primarydark.svg") 95%/10px no-repeat transparent;
  border-radius: 0;
  border: none !important;
  color: #242B58;
  font-size: 17px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900 !important;
  letter-spacing: 0.4px;
  text-transform: uppercase !important;
  line-height: 20px !important;
  padding: 0 15px 0 0 !important;
  text-align: left;
  transition: all 0.4s ease;
  margin: 0;
}
#gtranslate_selector option {
  color: #353962 !important;
}
@media (max-width: 1199.98px) {
  #gtranslate_selector {
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #353962;
    background: url("../images/icons/chevron-dropdown-primarydark.svg") 95%/10px no-repeat transparent;
  }
  #gtranslate_selector option {
    color: #353962;
  }
}

a.glink span {
  font-family: "sanchez", serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.4px;
  text-align: left;
  color: #353962 !important;
  margin-left: 5px;
}

.g-translate {
  position: relative;
}
.g-translate .switcher {
  font-family: "sanchez", serif;
  width: 110px !important;
  position: relative;
  overflow: visible;
}
.g-translate .switcher .selected a {
  background-position-x: 100px !important;
}
.g-translate .switcher .selected a, .g-translate .switcher .selected a:hover {
  width: 110px !important;
  border-color: #fff !important;
  background-color: #fff !important;
  padding: 0 !important;
}
.g-translate .switcher .option {
  background-color: #fff !important;
  border-color: #fff !important;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 110px !important;
}
.g-translate .switcher .option a.selected {
  background: #ffffff !important;
  color: #353962 !important;
}

.gt_white_content .gt_languages {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 1199.98px) {
  .g-translate {
    flex-basis: 100%;
  }
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) {
  /*Error Form Css*/
  /*Error Form*/
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_required_legend {
  display: none;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading {
  margin-bottom: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_title {
  font-family: "calluna", serif;
  color: #353962;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -1.8px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_title::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_title::selection {
  background-color: #2E3770;
  color: white;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_description {
  font-family: "calluna", serif;
  color: #242B58;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1px;
  text-transform: none;
  margin-bottom: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_description::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_heading .gform_description::selection {
  background-color: #2E3770;
  color: white;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form {
  margin-top: 20px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body {
  margin-top: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield {
  padding-left: 0 !important;
  margin-top: 0;
  /*checkbox*/
  /*field address */
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio {
  /*RADIO Button circular style*/
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice {
  margin-bottom: 5px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:checked + label,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:not(:checked) + label {
  font-family: "sanchez", serif;
  color: #181B33;
  cursor: pointer;
  display: inline-block !important;
  font-size: 12px;
  line-height: 26px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 auto;
  max-width: 100%;
  padding: 2px 0 2px 25px !important;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:checked + label::after,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:not(:checked) + label::after {
  content: "";
  background: #C0B5F4;
  border-radius: 4px;
  border: solid 2px #C0B5F4;
  height: 19px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease;
  width: 19px;
  z-index: -1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 11px;
  left: 4px;
  position: absolute;
  top: -2px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:checked,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice [type=radio]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: scale(1);
  background: transparent;
  border: 2px solid #cdcdd5;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  margin-bottom: 5px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:checked + label,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:not(:checked) + label {
  font-family: "sanchez", serif;
  color: #404040;
  cursor: pointer;
  display: inline-block !important;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77;
  margin: 0 auto;
  max-width: 100%;
  padding: 2px 0 2px 25px !important;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:checked + label::after,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #C0B5F4;
  border-radius: 4px;
  border: solid 2px #C0B5F4;
  height: 19px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease;
  width: 19px;
  z-index: -1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:checked,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 12px;
  left: 3px;
  position: absolute;
  top: -2px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice [type=checkbox]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  border: 2px solid #cdcdd5;
  background: transparent;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:checked + label,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:not(:checked) + label {
  font-family: "sanchez", serif;
  color: #181B33;
  cursor: pointer;
  display: inline-block !important;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 100%;
  padding: 2px 0 2px 25px !important;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:checked + label::after,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:not(:checked) + label::after {
  content: "";
  background: #C0B5F4;
  border-radius: 4px;
  border: 2px solid #C0B5F4;
  height: 19px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease;
  width: 19px;
  z-index: -1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:checked,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:checked + label::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  left: 4px;
  position: absolute;
  text-rendering: auto;
  top: 5px;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_consent [type=checkbox]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: scale(1);
  border: 2px solid #cdcdd5;
  background: transparent;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .ginput_container_address .address_country select {
  line-height: 1.2 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_body .gform_fields .gfield .top_label .gfield_label {
  font-family: "sanchez", serif;
  color: #353962;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1px;
  text-transform: none;
  text-align: left;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer {
  display: inline-block;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  width: auto !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input[type=submit],
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input.button {
  font-family: "calluna", serif;
  background-color: #242B58;
  border-radius: 0;
  border: 1px solid rgba(36, 43, 88, 0) !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0.1px;
  margin: 0 !important;
  max-width: 100%;
  min-width: 160px;
  opacity: 1;
  padding: 13px 25px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input[type=submit]:hover, .gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input[type=submit]:focus, .gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input[type=submit]:active,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input.button:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input.button:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) form .gform_footer input.button:active {
  background-color: #C0B5F4 !important;
  text-decoration: none;
  outline: none;
  color: #242B58 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_required,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error legend,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error label {
  color: #ff2222;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_required .gfield_required,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error legend .gfield_required,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error label .gfield_required {
  color: #ff2222 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_validation_errors {
  order: 2;
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 30px 6px !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_validation_errors .gform_submission_error span.gform-icon {
  left: 0;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gform_validation_errors h2 {
  color: #ff2222;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error [aria-invalid=true] {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ff2222 !important;
  border: 1px solid #ff2222 !important;
  /* firefox 19+ */
  /* ie */
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error [aria-invalid=true]::-webkit-input-placeholder {
  color: #ff2222;
  opacity: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error [aria-invalid=true]::-moz-placeholder {
  color: #ff2222;
  opacity: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_error [aria-invalid=true]:-ms-input-placeholder {
  color: #ff2222;
  opacity: 1;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield.gfield_error.gfield_contains_required div.gfield_description {
  background-color: #ff2222;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 9px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.12px;
  letter-spacing: normal;
  line-height: 1.2;
  padding-top: 0;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper).gform_validation_error .gform_body .gform_fields .gfield {
  padding-right: 0 !important;
  margin-top: 5px !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield.gfield_error,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0 !important;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .top_label .gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 5px 0 0;
}
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .gfield_validation_message,
.gform_wrapper:not(.newsletterForm_wrapper):not(.donateSteps_wrapper) .validation_message {
  font-family: "Open Sans", sans-serif !important;
  margin-top: 0 !important;
  padding: 5px 5px !important;
  border-radius: 5px;
  display: inline;
  border: none !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.12px;
  text-align: left;
  font-weight: 500 !important;
  color: #ffffff !important;
  background-color: #ff2222 !important;
}

.interior .gform_confirmation_wrapper {
  font-size: 20px !important;
  color: #2E3770 !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 20px;
  color: #2E3770 !important;
  display: block;
  padding: 0;
  position: relative;
}

/*Global Styles Gform*/
.gform_wrapper .hidden_label input {
  margin-top: 0 !important;
}

.gfield_html_formatted {
  margin-top: 30px;
}

.gform_wrapper .gsection .gsection_title {
  font-size: 20px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0 !important;
}
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important;
}
.gform_wrapper .gfield.field_sublabel_above.field_description_below + .gfield {
  margin-top: 0 !important;
}
.gform_wrapper .gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important;
}
.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea,
.gform_wrapper select {
  font-family: "Open Sans", sans-serif !important;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  color: #181B33;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: normal;
  min-height: 43px;
  padding: 10px 17px !important;
  /* firefox 19+ */
  /* ie */
}
.gform_wrapper input:not([type=submit])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.gform_wrapper input:not([type=submit])::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder {
  color: #181B33;
  opacity: 1;
}
.gform_wrapper input:not([type=submit]):-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.gform_wrapper input:not([type=submit]):active, .gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:active,
.gform_wrapper textarea:focus,
.gform_wrapper select:active,
.gform_wrapper select:focus {
  box-shadow: none;
  border-color: #242B58;
  outline: none;
  color: #242B58;
  /* firefox 19+ */
  /* ie */
}
.gform_wrapper input:not([type=submit]):active::-webkit-input-placeholder, .gform_wrapper input:not([type=submit]):focus::-webkit-input-placeholder,
.gform_wrapper textarea:active::-webkit-input-placeholder,
.gform_wrapper textarea:focus::-webkit-input-placeholder,
.gform_wrapper select:active::-webkit-input-placeholder,
.gform_wrapper select:focus::-webkit-input-placeholder {
  color: #242B58;
  opacity: 1;
}
.gform_wrapper input:not([type=submit]):active::-moz-placeholder, .gform_wrapper input:not([type=submit]):focus::-moz-placeholder,
.gform_wrapper textarea:active::-moz-placeholder,
.gform_wrapper textarea:focus::-moz-placeholder,
.gform_wrapper select:active::-moz-placeholder,
.gform_wrapper select:focus::-moz-placeholder {
  color: #242B58;
  opacity: 1;
}
.gform_wrapper input:not([type=submit]):active:-ms-input-placeholder, .gform_wrapper input:not([type=submit]):focus:-ms-input-placeholder,
.gform_wrapper textarea:active:-ms-input-placeholder,
.gform_wrapper textarea:focus:-ms-input-placeholder,
.gform_wrapper select:active:-ms-input-placeholder,
.gform_wrapper select:focus:-ms-input-placeholder {
  color: #242B58;
  opacity: 1;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.2 !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: #181B33;
}
.gform_wrapper select option {
  height: 47px;
  color: #181B33;
}
.gform_wrapper select:focus, .gform_wrapper select:active {
  border-color: #242B58;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  transition: all 0.4s ease;
  color: #242B58;
}
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%;
}
.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
  height: 30px;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  color: #353962;
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1px;
  text-transform: none;
  margin: 0 0 5px 0 !important;
  text-align: left;
}
.gform_wrapper label.gfield_label .gfield_required,
.gform_wrapper legend.gfield_label .gfield_required {
  color: #353962 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 5px;
  display: block;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important;
}

.gform_wrapper .top_label .gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label .gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 5px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_street input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_street select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_city input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_city select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_state input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_state select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_zip input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_zip select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_country input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_country select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.ginput_container_address input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.ginput_container_address select {
  margin-bottom: 10px !important;
}

/*START Sign Up form-------------------------------*/
#sign_up {
  background-image: linear-gradient(to bottom, #001f39 17%, #003767);
  border-bottom: 4px solid #BC5017;
  margin-left: auto;
  padding: 29px 34px 38px;
  position: relative;
  width: 315px;
  z-index: 10;
}
@media (max-width: 575.98px) {
  #sign_up {
    margin: 0 auto;
    padding: 32px 22px 38px;
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}
#sign_up .title-form {
  font-family: "sanchez", serif;
  color: #fff;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.33;
  margin: 0 0 33px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 575.98px) {
  #sign_up .title-form {
    text-align: center;
  }
}
#sign_up .title-form::-moz-selection {
  background-color: #2E3770;
  color: white;
}
#sign_up .title-form::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 575.98px) {
  #sign_up .title-form {
    font-size: 16px;
  }
}
#sign_up .description-form {
  font-family: "sanchez", serif;
  color: #fff;
  display: block;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  text-transform: none !important;
  width: 100%;
}
@media (max-width: 575.98px) {
  #sign_up .description-form {
    text-align: center;
  }
}
#sign_up .description-form::-moz-selection {
  background-color: #2E3770;
  color: white;
}
#sign_up .description-form::selection {
  background-color: #2E3770;
  color: white;
}
#sign_up .gform_wrapper, #sign_up .newsletterForm_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
#sign_up .gform_wrapper .gform_heading, #sign_up .newsletterForm_wrapper .gform_heading {
  flex: 0 0 100%;
  margin: 0 0 33px 0 !important;
}
#sign_up .gform_wrapper .gform_heading .gform_title, #sign_up .newsletterForm_wrapper .gform_heading .gform_title {
  font-family: "sanchez", serif;
  color: #fff;
  font-size: 18px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.33;
  margin: 0 0 33px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase !important;
}
#sign_up .gform_wrapper .gform_heading .gform_title::-moz-selection, #sign_up .newsletterForm_wrapper .gform_heading .gform_title::-moz-selection {
  background-color: #2E3770;
  color: white;
}
#sign_up .gform_wrapper .gform_heading .gform_title::selection, #sign_up .newsletterForm_wrapper .gform_heading .gform_title::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper .gform_heading .gform_title, #sign_up .newsletterForm_wrapper .gform_heading .gform_title {
    font-size: 16px;
    text-align: center;
  }
}
#sign_up .gform_wrapper .gform_heading h3, #sign_up .newsletterForm_wrapper .gform_heading h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#sign_up .gform_wrapper .gform_heading .gform_description, #sign_up .newsletterForm_wrapper .gform_heading .gform_description {
  font-family: "Open Sans", sans-serif !important;
  color: #fff;
  display: block;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  text-transform: none !important;
  width: 100%;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper .gform_heading .gform_description, #sign_up .newsletterForm_wrapper .gform_heading .gform_description {
    font-size: 16px;
    text-align: center;
  }
}
#sign_up .gform_wrapper .gform_heading .gform_description::-moz-selection, #sign_up .newsletterForm_wrapper .gform_heading .gform_description::-moz-selection {
  background-color: #2E3770;
  color: white;
}
#sign_up .gform_wrapper .gform_heading .gform_description::selection, #sign_up .newsletterForm_wrapper .gform_heading .gform_description::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper form, #sign_up .newsletterForm_wrapper form {
    text-align: center;
  }
}
#sign_up .gform_wrapper .gform_body, #sign_up .newsletterForm_wrapper .gform_body {
  flex: 0 0 100%;
  margin: 0 0 0 !important;
  position: relative;
  max-width: 100% !important;
}
#sign_up .gform_wrapper .gform_body .gform_fields, #sign_up .newsletterForm_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield, #sign_up .gform_wrapper .gform_body .gform_fields li, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100% !important;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .gfield_description, #sign_up .gform_wrapper .gform_body .gform_fields li .gfield_label, #sign_up .gform_wrapper .gform_body .gform_fields li .gfield_description, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .gfield_label, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .gfield_description, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .gfield_label, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .gfield_description {
  display: none;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container {
  margin: 0 !important;
  position: relative;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input {
  background-color: white !important;
  border-radius: 4px !important;
  border: none !important;
  color: #818181;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal;
  font-style: italic;
  font-weight: normal;
  height: 41px;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin-top: 0;
  min-height: auto;
  padding: 10px 14px !important;
  text-align: left;
  width: 100% !important;
  /* firefox 19+ */
  /* ie */
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input::-webkit-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input::-webkit-input-placeholder {
  color: #818181;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input::-moz-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-ms-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-ms-input-placeholder {
  color: #818181;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:-webkit-autofill:focus {
  -webkit-text-fill-color: #818181 !important;
  background: transparent !important;
  border: none;
  color: #818181 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:active, #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:hover, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:active, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:active, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:active, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_container input, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_container input, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_container input {
    text-align: center;
  }
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_recaptcha, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_recaptcha, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_recaptcha, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_recaptcha {
  width: 0;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield .ginput_recaptcha::after, #sign_up .gform_wrapper .gform_body .gform_fields li .ginput_recaptcha::after, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield .ginput_recaptcha::after, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li .ginput_recaptcha::after {
  content: none !important;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield:last-child, #sign_up .gform_wrapper .gform_body .gform_fields li:last-child, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield:last-child, #sign_up .newsletterForm_wrapper .gform_body .gform_fields li:last-child {
  margin-bottom: 0 !important;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container::after, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container::after {
  background-color: #353962 !important;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input {
  color: #353962 !important;
  background-color: rgba(53, 57, 98, 0) !important;
  border: none;
  border-bottom-color: #353962 !important;
  max-width: 100% !important;
  /* firefox 19+ */
  /* ie */
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input::-webkit-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input::-webkit-input-placeholder {
  color: #353962 !important;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input::-moz-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input::-moz-placeholder {
  color: #353962 !important;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-ms-input-placeholder, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-ms-input-placeholder {
  color: #353962;
  opacity: 1;
}
#sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:hover, #sign_up .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:hover, #sign_up .newsletterForm_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:-webkit-autofill:focus {
  background: transparent !important;
  border: none;
  color: #353962 !important;
  -webkit-text-fill-color: #353962 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#sign_up .gform_wrapper .gform_footer, #sign_up .newsletterForm_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  text-align: left;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper .gform_footer, #sign_up .newsletterForm_wrapper .gform_footer {
    width: 100% !important;
    text-align: center;
  }
}
#sign_up .gform_wrapper .gform_footer input.gform_button, #sign_up .newsletterForm_wrapper .gform_footer input.gform_button {
  background-color: #ffffff !important;
  border-radius: 4px;
  border: none !important;
  color: #242B58 !important;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: 41px;
  letter-spacing: normal;
  line-height: 1.1;
  margin: 0;
  padding: 11px 30px !important;
  text-align: center !important;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
@media (max-width: 575.98px) {
  #sign_up .gform_wrapper .gform_footer input.gform_button, #sign_up .newsletterForm_wrapper .gform_footer input.gform_button {
    width: 100%;
  }
}
#sign_up .gform_wrapper .gform_footer input.gform_button:hover, #sign_up .gform_wrapper .gform_footer input.gform_button:focus, #sign_up .newsletterForm_wrapper .gform_footer input.gform_button:hover, #sign_up .newsletterForm_wrapper .gform_footer input.gform_button:focus {
  outline: none;
  text-decoration: none;
  background-color: #353962 !important;
  color: #ffffff !important;
}
#sign_up .gform_wrapper .gform_footer input[name=gform_ajax], #sign_up .newsletterForm_wrapper .gform_footer input[name=gform_ajax] {
  position: absolute;
  bottom: -10px;
}
#sign_up .gform_wrapper .gform_validation_errors, #sign_up .newsletterForm_wrapper .gform_validation_errors {
  background-color: transparent !important;
  border: none;
}
#sign_up .gform_wrapper .gform_validation_errors h2, #sign_up .newsletterForm_wrapper .gform_validation_errors h2 {
  font-family: "sanchez", serif;
  color: #ffffff !important;
  font-size: 10px !important;
  font-style: normal;
  font-weight: bold !important;
  line-height: 12px;
  margin-bottom: 0 !important;
}
#sign_up .gform_wrapper .gform_validation_errors h2 .gform-icon, #sign_up .newsletterForm_wrapper .gform_validation_errors h2 .gform-icon {
  color: #ffffff !important;
}
#sign_up .gform_confirmation_wrapper {
  float: none;
  margin-top: 0;
  text-align: left;
}
#sign_up .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "calluna", serif;
  background: transparent !important;
  border-radius: 0;
  color: #ffffff !important;
  display: inline-block;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  left: 0;
  letter-spacing: -0.12px;
  line-height: 1.29;
  margin: 0;
  max-width: 100%;
  opacity: 1;
  padding: 15px 17px !important;
  position: relative;
  right: 0;
  text-align: center;
  text-transform: none !important;
  width: auto;
  z-index: 10;
}
#sign_up img.gform_ajax_spinner {
  display: none !important;
}

/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  overflow: hidden;
  position: relative;
  z-index: 5;
  min-height: 504px;
}
@media (min-width: 991.98px) {
  .interior-banner {
    min-height: 804px;
  }
}
.interior-banner .banner-wrapping {
  height: 100%;
  padding-top: inherit !important;
  position: absolute;
  right: 0;
  top: 130px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .interior-banner .banner-wrapping {
    width: 100%;
  }
}
.interior-banner .banner-wrapping img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}
.interior-banner .banner-wrapping img.top {
  -o-object-position: top;
     object-position: top;
}
.interior-banner .banner-wrapping img.center {
  -o-object-position: center;
     object-position: center;
}
.interior-banner .banner-wrapping img.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.interior-banner .banner-wrapping::before {
  content: "";
  background: linear-gradient(180deg, rgba(36, 43, 88, 0.86) 25.48%, rgba(36, 43, 88, 0) 129.28%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.interior-banner .banner-wrapping::after {
  content: none;
  height: 100%;
  opacity: 0.18;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.interior-banner .title-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  min-width: inherit;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 10;
  min-height: 504px;
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .interior-banner .title-page {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .interior-banner .title-page {
    width: 100%;
  }
}
.interior-banner .title-page h1, .interior-banner .title-page h2 {
  font-family: "calluna", serif;
  color: #ffffff;
  font-size: 70px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 0.91;
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
  display: inline-block !important;
}
.interior-banner .title-page h1::-moz-selection, .interior-banner .title-page h2::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.interior-banner .title-page h1::selection, .interior-banner .title-page h2::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 1199.98px) {
  .interior-banner .title-page h1, .interior-banner .title-page h2 {
    font-size: 40px !important;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .interior-banner .title-page h1, .interior-banner .title-page h2 {
    font-size: 35px !important;
  }
}
.interior-banner .title-page h1 .title-purpule, .interior-banner .title-page h2 .title-purpule {
  font-family: "calluna", serif;
  color: #C0B5F4 !important;
  font-size: 70px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 0.91;
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
  display: inline-block !important;
}
.interior-banner .title-page h1 .title-purpule::-moz-selection, .interior-banner .title-page h2 .title-purpule::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.interior-banner .title-page h1 .title-purpule::selection, .interior-banner .title-page h2 .title-purpule::selection {
  background-color: #2E3770;
  color: white;
}
@media (max-width: 1199.98px) {
  .interior-banner .title-page h1 .title-purpule, .interior-banner .title-page h2 .title-purpule {
    font-size: 40px !important;
    line-height: 0.91;
  }
}
@media (max-width: 575.98px) {
  .interior-banner .title-page h1 .title-purpule, .interior-banner .title-page h2 .title-purpule {
    font-size: 35px !important;
  }
}
.interior-banner .title-page p {
  font-family: "sanchez", serif;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.53;
  margin: 0;
}
.interior-banner .title-page p strong {
  color: #ffffff !important;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: 1.53;
}
.interior-banner .title-page p::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.interior-banner .title-page p::selection {
  background-color: #2E3770;
  color: white;
}
.interior-banner.i-singular-post .title-page h1, .interior-banner.i-single .title-page h1 {
  font-size: 45px !important;
}

/*END Interior Top (BANNER)------------------------------------------*/
#comments h3#comments, .comments-podcast h3#comments {
  display: none;
}
#comments .comments-title, .comments-podcast .comments-title {
  font-family: "calluna", serif;
  border-bottom: 1px solid rgba(36, 43, 88, 0.3);
  color: #181B33;
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.36;
  padding-bottom: 23px;
  text-transform: none;
  margin-bottom: 0;
}
#comments .count-comments, .comments-podcast .count-comments {
  font-family: "calluna", serif;
  color: #181B33 !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px;
}
#comments ol.commentlist, .comments-podcast ol.commentlist {
  border-bottom: 1px solid rgba(36, 43, 88, 0.3);
  counter-reset: none;
  list-style-type: none;
  margin: 0 0 19px 0;
  padding: 17px 0;
}
#comments ol.commentlist li.comment, .comments-podcast ol.commentlist li.comment {
  counter-increment: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
}
#comments ol.commentlist li.comment::before, .comments-podcast ol.commentlist li.comment::before {
  content: none;
}
#comments ol.commentlist .comment-body, .comments-podcast ol.commentlist .comment-body {
  position: relative;
}
#comments ol.commentlist .comment-body .comment-author.vcard, .comments-podcast ol.commentlist .comment-body .comment-author.vcard {
  display: block;
  margin-bottom: 5px;
}
#comments ol.commentlist .comment-body .comment-author.vcard img, .comments-podcast ol.commentlist .comment-body .comment-author.vcard img {
  border-radius: 50%;
  height: 31px;
  left: 0;
  position: relative;
  top: 0;
  width: 31px;
}
#comments ol.commentlist .comment-body .comment-author.vcard cite.fn, .comments-podcast ol.commentlist .comment-body .comment-author.vcard cite.fn {
  text-transform: none;
  margin-left: 10px;
}
#comments ol.commentlist .comment-body .comment-author.vcard cite, #comments ol.commentlist .comment-body .comment-author.vcard a.url, #comments ol.commentlist .comment-body .comment-author.vcard .says, #comments ol.commentlist .comment-body .comment-author.vcard .fn, .comments-podcast ol.commentlist .comment-body .comment-author.vcard cite, .comments-podcast ol.commentlist .comment-body .comment-author.vcard a.url, .comments-podcast ol.commentlist .comment-body .comment-author.vcard .says, .comments-podcast ol.commentlist .comment-body .comment-author.vcard .fn {
  font-family: "calluna", serif;
  color: #242B58;
  display: inline-block;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.94px;
  line-height: 1.58;
}
#comments ol.commentlist .comment-body .comment-author.vcard .says, .comments-podcast ol.commentlist .comment-body .comment-author.vcard .says {
  text-decoration: none !important;
}
#comments ol.commentlist .comment-body .comment-meta, .comments-podcast ol.commentlist .comment-body .comment-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#comments ol.commentlist .comment-body .comment-meta a, .comments-podcast ol.commentlist .comment-body .comment-meta a {
  font-family: "calluna", serif;
  color: #181B33;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.94px;
  line-height: 1.58;
  position: relative;
  text-decoration: underline;
  text-transform: none;
}
#comments ol.commentlist .comment-body .comment-meta .comment-edit-link, .comments-podcast ol.commentlist .comment-body .comment-meta .comment-edit-link {
  margin-left: 20px;
}
#comments ol.commentlist .comment-body .comment-meta .comment-edit-link::before, .comments-podcast ol.commentlist .comment-body .comment-meta .comment-edit-link::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #aaaaaa;
  font-size: 17px;
  position: relative;
  margin-right: 5px;
}
#comments ol.commentlist .comment-body h1, #comments ol.commentlist .comment-body h2, #comments ol.commentlist .comment-body h3, #comments ol.commentlist .comment-body h4, #comments ol.commentlist .comment-body h5, #comments ol.commentlist .comment-body h6, .comments-podcast ol.commentlist .comment-body h1, .comments-podcast ol.commentlist .comment-body h2, .comments-podcast ol.commentlist .comment-body h3, .comments-podcast ol.commentlist .comment-body h4, .comments-podcast ol.commentlist .comment-body h5, .comments-podcast ol.commentlist .comment-body h6 {
  margin-bottom: 5px;
}
#comments ol.commentlist .comment-body p, #comments ol.commentlist .comment-body p a, #comments ol.commentlist .comment-body p strong, .comments-podcast ol.commentlist .comment-body p, .comments-podcast ol.commentlist .comment-body p a, .comments-podcast ol.commentlist .comment-body p strong {
  font-family: "calluna", serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #F2F4FE;
}
#comments ol.commentlist .comment-body h1, #comments ol.commentlist .comment-body h2, #comments ol.commentlist .comment-body h3, #comments ol.commentlist .comment-body h4, #comments ol.commentlist .comment-body h5, #comments ol.commentlist .comment-body h6, #comments ol.commentlist .comment-body p, #comments ol.commentlist .comment-body a, #comments ol.commentlist .comment-body strong, .comments-podcast ol.commentlist .comment-body h1, .comments-podcast ol.commentlist .comment-body h2, .comments-podcast ol.commentlist .comment-body h3, .comments-podcast ol.commentlist .comment-body h4, .comments-podcast ol.commentlist .comment-body h5, .comments-podcast ol.commentlist .comment-body h6, .comments-podcast ol.commentlist .comment-body p, .comments-podcast ol.commentlist .comment-body a, .comments-podcast ol.commentlist .comment-body strong {
  color: #F2F4FE;
  margin: 0;
}
#comments ol.commentlist .comment-body .reply, .comments-podcast ol.commentlist .comment-body .reply {
  display: block;
  margin-top: 13px;
}
#comments ol.commentlist .comment-body .reply a.comment-reply-link, .comments-podcast ol.commentlist .comment-body .reply a.comment-reply-link {
  font-family: "calluna", serif;
  color: #F2F4FE;
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1;
  position: relative;
  text-decoration: underline;
  text-transform: none;
}
#comments .comment-respond, .comments-podcast .comment-respond {
  /*form Comments*/
}
#comments .comment-respond #reply-title, .comments-podcast .comment-respond #reply-title {
  display: none;
}
#comments .comment-respond .comment-reply-title, .comments-podcast .comment-respond .comment-reply-title {
  font-family: "calluna", serif;
  color: #181B33;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.36;
  margin-bottom: 15px;
  text-transform: none;
}
#comments .comment-respond p.must-log-in, .comments-podcast .comment-respond p.must-log-in {
  font-family: "calluna", serif;
  color: #181B33 !important;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.36;
  margin-bottom: 15px;
}
#comments .comment-respond p.must-log-in a, .comments-podcast .comment-respond p.must-log-in a {
  font-family: "calluna", serif;
  color: #F2F4FE !important;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.36;
  text-decoration: underline;
}
#comments .comment-respond #commentform p.logged-in-as, .comments-podcast .comment-respond #commentform p.logged-in-as {
  margin: 0 0 15px;
  display: block;
}
#comments .comment-respond #commentform p.logged-in-as a, .comments-podcast .comment-respond #commentform p.logged-in-as a {
  font-family: "calluna", serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.1px;
  color: #F2F4FE !important;
  text-decoration: underline;
}
#comments .comment-respond #commentform .comment-form-comment label, #comments .comment-respond #commentform .comment-form-author label, #comments .comment-respond #commentform .comment-form-email label, #comments .comment-respond #commentform .comment-form-url label, .comments-podcast .comment-respond #commentform .comment-form-comment label, .comments-podcast .comment-respond #commentform .comment-form-author label, .comments-podcast .comment-respond #commentform .comment-form-email label, .comments-podcast .comment-respond #commentform .comment-form-url label {
  font-family: "calluna", serif;
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.94px;
  color: #F2F4FE;
}
#comments .comment-respond #commentform .comment-form-comment textarea, #comments .comment-respond #commentform .comment-form-comment input, #comments .comment-respond #commentform .comment-form-author textarea, #comments .comment-respond #commentform .comment-form-author input, #comments .comment-respond #commentform .comment-form-email textarea, #comments .comment-respond #commentform .comment-form-email input, #comments .comment-respond #commentform .comment-form-url textarea, #comments .comment-respond #commentform .comment-form-url input, .comments-podcast .comment-respond #commentform .comment-form-comment textarea, .comments-podcast .comment-respond #commentform .comment-form-comment input, .comments-podcast .comment-respond #commentform .comment-form-author textarea, .comments-podcast .comment-respond #commentform .comment-form-author input, .comments-podcast .comment-respond #commentform .comment-form-email textarea, .comments-podcast .comment-respond #commentform .comment-form-email input, .comments-podcast .comment-respond #commentform .comment-form-url textarea, .comments-podcast .comment-respond #commentform .comment-form-url input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #F2F4FE;
  color: #F2F4FE;
  display: block;
  font-family: "calluna", serif;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  padding: 15px 25px;
  width: 100%;
}
#comments .comment-respond #commentform .comment-form-comment #comment, #comments .comment-respond #commentform .comment-form-author #comment, #comments .comment-respond #commentform .comment-form-email #comment, #comments .comment-respond #commentform .comment-form-url #comment, .comments-podcast .comment-respond #commentform .comment-form-comment #comment, .comments-podcast .comment-respond #commentform .comment-form-author #comment, .comments-podcast .comment-respond #commentform .comment-form-email #comment, .comments-podcast .comment-respond #commentform .comment-form-url #comment {
  height: 120px;
}
#comments .comment-respond #commentform .comment-form-email, .comments-podcast .comment-respond #commentform .comment-form-email {
  display: block;
}
#comments .comment-respond #commentform .comment-form-url, #comments .comment-respond #commentform .comment-form-cookies-consent, .comments-podcast .comment-respond #commentform .comment-form-url, .comments-podcast .comment-respond #commentform .comment-form-cookies-consent {
  display: none;
}
#comments .comment-respond #commentform .form-submit input[type=submit], .comments-podcast .comment-respond #commentform .form-submit input[type=submit] {
  background-color: transparent;
  border-radius: 0 !important;
  border: 1px solid #242b58 !important;
  box-shadow: none;
  color: #242B58 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 18px 25px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
  width: 200px;
}
#comments .comment-respond #commentform .form-submit input[type=submit]:hover, #comments .comment-respond #commentform .form-submit input[type=submit]:focus, #comments .comment-respond #commentform .form-submit input[type=submit]:active, .comments-podcast .comment-respond #commentform .form-submit input[type=submit]:hover, .comments-podcast .comment-respond #commentform .form-submit input[type=submit]:focus, .comments-podcast .comment-respond #commentform .form-submit input[type=submit]:active {
  color: #242B58 !important;
}

.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 40px !important;
}
.filter-category span {
  font-family: "sanchez", serif;
  color: #d8d8d8;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 1.18;
}
.filter-category select {
  font-family: "sanchez", serif;
  background: transparent url("../images/icons/dropdown-select.svg") 95%/11px no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  color: #a5a5a5;
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 35px 0 0;
  max-width: 100% !important;
  min-height: 40px;
  padding: 10px 40px 10px 18px;
  width: 300px;
}
.filter-category select option {
  color: #a5a5a5;
}

/*start container post structure*/
.container-blog-post .card, .container-blog-post .single-post {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px rgba(217, 217, 217, 0.65) !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 15px 32px 0;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  transition: all 0.4s ease;
  width: calc(33.3333333333% - 10px);
}
.container-blog-post .card:nth-child(3n), .container-blog-post .single-post:nth-child(3n) {
  margin-right: 0;
}
.container-blog-post .card:hover, .container-blog-post .single-post:hover {
  border: solid 1px rgba(217, 217, 217, 0.42) !important;
  box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.09);
  text-decoration: none !important;
}
.container-blog-post .card:hover .body-post .card-title, .container-blog-post .card:hover .body-post .card-title a, .container-blog-post .single-post:hover .body-post .card-title, .container-blog-post .single-post:hover .body-post .card-title a {
  color: #353962;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}
.container-blog-post .card:hover .body-post .btn-category::after, .container-blog-post .single-post:hover .body-post .btn-category::after {
  opacity: 1;
  right: 0;
}
.container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
  flex: 0 0 auto;
  border-radius: 0;
  height: 200px;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-top: inherit;
  position: relative;
  width: 100%;
}
.container-blog-post .card .image-wrapping img, .container-blog-post .single-post .image-wrapping img {
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 101%;
}
.container-blog-post .card .card-body, .container-blog-post .card .body-post, .container-blog-post .single-post .card-body, .container-blog-post .single-post .body-post {
  background: #fff;
  overflow: hidden;
  padding: 16px 20px 90px;
  position: relative;
  transition: all 0.4s ease;
}
.container-blog-post .card .card-body .btn-category, .container-blog-post .card .body-post .btn-category, .container-blog-post .single-post .card-body .btn-category, .container-blog-post .single-post .body-post .btn-category {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #BC5017;
  background-color: transparent;
  border: 0;
  margin-top: 7px;
  position: relative;
  padding: 0 26px 0 0;
}
.container-blog-post .card .card-body .btn-category::after, .container-blog-post .card .body-post .btn-category::after, .container-blog-post .single-post .card-body .btn-category::after, .container-blog-post .single-post .body-post .btn-category::after {
  content: "";
  position: absolute;
  display: block;
  right: 4px;
  opacity: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-icon-secondary.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.container-blog-post .card .card-body .row-taxonomy, .container-blog-post .card .body-post .row-taxonomy, .container-blog-post .single-post .card-body .row-taxonomy, .container-blog-post .single-post .body-post .row-taxonomy {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: none;
}
.container-blog-post .card .card-body .row-taxonomy span, .container-blog-post .card .body-post .row-taxonomy span, .container-blog-post .single-post .card-body .row-taxonomy span, .container-blog-post .single-post .body-post .row-taxonomy span {
  font-family: "sanchez", serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #242B58;
  margin: 0 7px 8px 0;
}
.container-blog-post .card .card-body .card-title, .container-blog-post .card .card-body .card-title a, .container-blog-post .card .body-post .card-title, .container-blog-post .card .body-post .card-title a, .container-blog-post .single-post .card-body .card-title, .container-blog-post .single-post .card-body .card-title a, .container-blog-post .single-post .body-post .card-title, .container-blog-post .single-post .body-post .card-title a {
  font-family: "calluna", serif;
  color: #353962;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 28px;
  margin-bottom: 9px;
  text-align: left;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.container-blog-post .card .card-body p.card-text, .container-blog-post .card .card-body .content-post, .container-blog-post .card .card-body .content-post p, .container-blog-post .card .body-post p.card-text, .container-blog-post .card .body-post .content-post, .container-blog-post .card .body-post .content-post p, .container-blog-post .single-post .card-body p.card-text, .container-blog-post .single-post .card-body .content-post, .container-blog-post .single-post .card-body .content-post p, .container-blog-post .single-post .body-post p.card-text, .container-blog-post .single-post .body-post .content-post, .container-blog-post .single-post .body-post .content-post p {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  text-align: left;
}
.container-blog-post .card .card-body button.btn-2, .container-blog-post .card .body-post button.btn-2, .container-blog-post .single-post .card-body button.btn-2, .container-blog-post .single-post .body-post button.btn-2 {
  position: absolute;
  bottom: 65px;
}
.container-blog-post .card .card-body .button-post, .container-blog-post .card .body-post .button-post, .container-blog-post .single-post .card-body .button-post, .container-blog-post .single-post .body-post .button-post {
  align-items: center;
  border-top: 1px solid #d9d9d9;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  left: 0;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}
.container-blog-post .card .card-body .button-post span, .container-blog-post .card .body-post .button-post span, .container-blog-post .single-post .card-body .button-post span, .container-blog-post .single-post .body-post .button-post span {
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  align-items: center;
  color: #353962;
  letter-spacing: 0.1px;
  display: flex;
  margin: 0 !important;
  text-transform: capitalize;
}
.container-blog-post .card .card-body .button-post .date-post, .container-blog-post .card .body-post .button-post .date-post, .container-blog-post .single-post .card-body .button-post .date-post, .container-blog-post .single-post .body-post .button-post .date-post {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.container-blog-post .card .card-body .button-post .date-post::before, .container-blog-post .card .body-post .button-post .date-post::before, .container-blog-post .single-post .card-body .button-post .date-post::before, .container-blog-post .single-post .body-post .button-post .date-post::before {
  content: none;
  display: inline-block;
  background-image: url("../images/icons/clock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 16px;
  position: relative;
  margin-right: 10px;
}
.container-blog-post .card .card-body .button-post .author-post, .container-blog-post .card .body-post .button-post .author-post, .container-blog-post .single-post .card-body .button-post .author-post, .container-blog-post .single-post .body-post .button-post .author-post {
  position: relative;
  margin-left: 15px;
}
.container-blog-post .card .card-body .button-post .author-post::before, .container-blog-post .card .body-post .button-post .author-post::before, .container-blog-post .single-post .card-body .button-post .author-post::before, .container-blog-post .single-post .body-post .button-post .author-post::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  margin: 0 5px;
  width: 3px;
  background: #F2F4FE;
  position: relative;
}
@media (max-width: 1199.98px) {
  .container-blog-post .card, .container-blog-post .single-post {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .container-blog-post .card, .container-blog-post .single-post {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .filter-category {
    flex-flow: wrap row;
    justify-content: space-between;
    width: 400px !important;
    margin: 20px auto 70px !important;
    max-width: 100%;
  }
  .filter-category select#blog-categories {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .interior-category .filter-category select {
    margin-top: 0;
  }
  .interior-category .single-blog-post .info-single-post {
    text-align: center;
  }
  .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
    text-align: center;
  }
  .container-blog-post .card {
    flex-basis: 100%;
  }
  .interior-category .single-blog-post .info-single-post {
    text-align: center;
  }
  .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .interior-category .content-page {
    padding: 0 !important;
  }
}
/*Heading's Size Variables*/
/*
body:not(.page-template-default){
  .page{
    .entry-content{
      //padding: 40px 0 20px;
    }
  }
}
*/
.interior-page:not(.no-padding) .content-page {
  padding: 90px 15px 50px;
}
@media (max-width: 1199.98px) {
  .interior-page:not(.no-padding) .content-page {
    padding: 60px 15px !important;
  }
}
@media (max-width: 575.98px) {
  .interior-page:not(.no-padding) .content-page {
    padding: 30px 15px !important;
  }
}

.interior-page.no-padding {
  padding: 0 !important;
}

.no-banner {
  padding-top: 100px;
}

.tribe-events-single .interior-page,
#tribe-events .interior-page,
body:not(.post-type-archive-tribe_events) .interior-page,
body:not(.single-tribe_events) .interior-page,
body:not(.home) .interior-page,
body.page-template-default:not(.home) .interior-page {
  /*---entry-content----*/
}
.tribe-events-single .interior-page .entry-content, .tribe-events-single .interior-page .content-page,
#tribe-events .interior-page .entry-content,
#tribe-events .interior-page .content-page,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content,
body:not(.post-type-archive-tribe_events) .interior-page .content-page,
body:not(.single-tribe_events) .interior-page .entry-content,
body:not(.single-tribe_events) .interior-page .content-page,
body:not(.home) .interior-page .entry-content,
body:not(.home) .interior-page .content-page,
body.page-template-default:not(.home) .interior-page .entry-content,
body.page-template-default:not(.home) .interior-page .content-page {
  /*--- Images With Caption (wordpress) ---*/
  /*--- Images With Caption (wordpress) ---*/
  /*---- Table Styles ----*/
  /*---- Table Styles ----*/
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */
  /*--- Definition List ---*/
  /*--- Definition List ---*/
}
.tribe-events-single .interior-page .entry-content img, .tribe-events-single .interior-page .content-page img,
#tribe-events .interior-page .entry-content img,
#tribe-events .interior-page .content-page img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page img,
body:not(.single-tribe_events) .interior-page .entry-content img,
body:not(.single-tribe_events) .interior-page .content-page img,
body:not(.home) .interior-page .entry-content img,
body:not(.home) .interior-page .content-page img,
body.page-template-default:not(.home) .interior-page .entry-content img,
body.page-template-default:not(.home) .interior-page .content-page img {
  max-width: 100%;
  height: auto;
}
.tribe-events-single .interior-page .entry-content .title-page, .tribe-events-single .interior-page .entry-content .sub-title, .tribe-events-single .interior-page .content-page .title-page, .tribe-events-single .interior-page .content-page .sub-title,
#tribe-events .interior-page .entry-content .title-page,
#tribe-events .interior-page .entry-content .sub-title,
#tribe-events .interior-page .content-page .title-page,
#tribe-events .interior-page .content-page .sub-title,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .title-page,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .sub-title,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .title-page,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .sub-title,
body:not(.single-tribe_events) .interior-page .entry-content .title-page,
body:not(.single-tribe_events) .interior-page .entry-content .sub-title,
body:not(.single-tribe_events) .interior-page .content-page .title-page,
body:not(.single-tribe_events) .interior-page .content-page .sub-title,
body:not(.home) .interior-page .entry-content .title-page,
body:not(.home) .interior-page .entry-content .sub-title,
body:not(.home) .interior-page .content-page .title-page,
body:not(.home) .interior-page .content-page .sub-title,
body.page-template-default:not(.home) .interior-page .entry-content .title-page,
body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
body.page-template-default:not(.home) .interior-page .content-page .title-page,
body.page-template-default:not(.home) .interior-page .content-page .sub-title {
  font-family: "calluna", serif;
  color: #242B58 !important;
  font-size: 70px;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 0.74;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .tribe-events-single .interior-page .entry-content .title-page, .tribe-events-single .interior-page .entry-content .sub-title, .tribe-events-single .interior-page .content-page .title-page, .tribe-events-single .interior-page .content-page .sub-title,
  #tribe-events .interior-page .entry-content .title-page,
  #tribe-events .interior-page .entry-content .sub-title,
  #tribe-events .interior-page .content-page .title-page,
  #tribe-events .interior-page .content-page .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .sub-title,
  body:not(.single-tribe_events) .interior-page .entry-content .title-page,
  body:not(.single-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.single-tribe_events) .interior-page .content-page .title-page,
  body:not(.single-tribe_events) .interior-page .content-page .sub-title,
  body:not(.home) .interior-page .entry-content .title-page,
  body:not(.home) .interior-page .entry-content .sub-title,
  body:not(.home) .interior-page .content-page .title-page,
  body:not(.home) .interior-page .content-page .sub-title,
  body.page-template-default:not(.home) .interior-page .entry-content .title-page,
  body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
  body.page-template-default:not(.home) .interior-page .content-page .title-page,
  body.page-template-default:not(.home) .interior-page .content-page .sub-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .tribe-events-single .interior-page .entry-content .title-page, .tribe-events-single .interior-page .entry-content .sub-title, .tribe-events-single .interior-page .content-page .title-page, .tribe-events-single .interior-page .content-page .sub-title,
  #tribe-events .interior-page .entry-content .title-page,
  #tribe-events .interior-page .entry-content .sub-title,
  #tribe-events .interior-page .content-page .title-page,
  #tribe-events .interior-page .content-page .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .sub-title,
  body:not(.single-tribe_events) .interior-page .entry-content .title-page,
  body:not(.single-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.single-tribe_events) .interior-page .content-page .title-page,
  body:not(.single-tribe_events) .interior-page .content-page .sub-title,
  body:not(.home) .interior-page .entry-content .title-page,
  body:not(.home) .interior-page .entry-content .sub-title,
  body:not(.home) .interior-page .content-page .title-page,
  body:not(.home) .interior-page .content-page .sub-title,
  body.page-template-default:not(.home) .interior-page .entry-content .title-page,
  body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
  body.page-template-default:not(.home) .interior-page .content-page .title-page,
  body.page-template-default:not(.home) .interior-page .content-page .sub-title {
    font-size: 50px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .tribe-events-single .interior-page .entry-content .title-page, .tribe-events-single .interior-page .entry-content .sub-title, .tribe-events-single .interior-page .content-page .title-page, .tribe-events-single .interior-page .content-page .sub-title,
  #tribe-events .interior-page .entry-content .title-page,
  #tribe-events .interior-page .entry-content .sub-title,
  #tribe-events .interior-page .content-page .title-page,
  #tribe-events .interior-page .content-page .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .title-page,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .sub-title,
  body:not(.single-tribe_events) .interior-page .entry-content .title-page,
  body:not(.single-tribe_events) .interior-page .entry-content .sub-title,
  body:not(.single-tribe_events) .interior-page .content-page .title-page,
  body:not(.single-tribe_events) .interior-page .content-page .sub-title,
  body:not(.home) .interior-page .entry-content .title-page,
  body:not(.home) .interior-page .entry-content .sub-title,
  body:not(.home) .interior-page .content-page .title-page,
  body:not(.home) .interior-page .content-page .sub-title,
  body.page-template-default:not(.home) .interior-page .entry-content .title-page,
  body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
  body.page-template-default:not(.home) .interior-page .content-page .title-page,
  body.page-template-default:not(.home) .interior-page .content-page .sub-title {
    font-size: 35px;
  }
}
.tribe-events-single .interior-page .entry-content h1, .tribe-events-single .interior-page .entry-content h2, .tribe-events-single .interior-page .entry-content h3, .tribe-events-single .interior-page .entry-content h4, .tribe-events-single .interior-page .entry-content h5, .tribe-events-single .interior-page .content-page h1, .tribe-events-single .interior-page .content-page h2, .tribe-events-single .interior-page .content-page h3, .tribe-events-single .interior-page .content-page h4, .tribe-events-single .interior-page .content-page h5,
#tribe-events .interior-page .entry-content h1,
#tribe-events .interior-page .entry-content h2,
#tribe-events .interior-page .entry-content h3,
#tribe-events .interior-page .entry-content h4,
#tribe-events .interior-page .entry-content h5,
#tribe-events .interior-page .content-page h1,
#tribe-events .interior-page .content-page h2,
#tribe-events .interior-page .content-page h3,
#tribe-events .interior-page .content-page h4,
#tribe-events .interior-page .content-page h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5,
body:not(.single-tribe_events) .interior-page .entry-content h1,
body:not(.single-tribe_events) .interior-page .entry-content h2,
body:not(.single-tribe_events) .interior-page .entry-content h3,
body:not(.single-tribe_events) .interior-page .entry-content h4,
body:not(.single-tribe_events) .interior-page .entry-content h5,
body:not(.single-tribe_events) .interior-page .content-page h1,
body:not(.single-tribe_events) .interior-page .content-page h2,
body:not(.single-tribe_events) .interior-page .content-page h3,
body:not(.single-tribe_events) .interior-page .content-page h4,
body:not(.single-tribe_events) .interior-page .content-page h5,
body:not(.home) .interior-page .entry-content h1,
body:not(.home) .interior-page .entry-content h2,
body:not(.home) .interior-page .entry-content h3,
body:not(.home) .interior-page .entry-content h4,
body:not(.home) .interior-page .entry-content h5,
body:not(.home) .interior-page .content-page h1,
body:not(.home) .interior-page .content-page h2,
body:not(.home) .interior-page .content-page h3,
body:not(.home) .interior-page .content-page h4,
body:not(.home) .interior-page .content-page h5,
body.page-template-default:not(.home) .interior-page .entry-content h1,
body.page-template-default:not(.home) .interior-page .entry-content h2,
body.page-template-default:not(.home) .interior-page .entry-content h3,
body.page-template-default:not(.home) .interior-page .entry-content h4,
body.page-template-default:not(.home) .interior-page .entry-content h5,
body.page-template-default:not(.home) .interior-page .content-page h1,
body.page-template-default:not(.home) .interior-page .content-page h2,
body.page-template-default:not(.home) .interior-page .content-page h3,
body.page-template-default:not(.home) .interior-page .content-page h4,
body.page-template-default:not(.home) .interior-page .content-page h5 {
  font-family: "calluna", serif;
  font-stretch: normal;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h1 strong, .tribe-events-single .interior-page .entry-content h2 strong, .tribe-events-single .interior-page .entry-content h3 strong, .tribe-events-single .interior-page .entry-content h4 strong, .tribe-events-single .interior-page .entry-content h5 strong, .tribe-events-single .interior-page .content-page h1 strong, .tribe-events-single .interior-page .content-page h2 strong, .tribe-events-single .interior-page .content-page h3 strong, .tribe-events-single .interior-page .content-page h4 strong, .tribe-events-single .interior-page .content-page h5 strong,
#tribe-events .interior-page .entry-content h1 strong,
#tribe-events .interior-page .entry-content h2 strong,
#tribe-events .interior-page .entry-content h3 strong,
#tribe-events .interior-page .entry-content h4 strong,
#tribe-events .interior-page .entry-content h5 strong,
#tribe-events .interior-page .content-page h1 strong,
#tribe-events .interior-page .content-page h2 strong,
#tribe-events .interior-page .content-page h3 strong,
#tribe-events .interior-page .content-page h4 strong,
#tribe-events .interior-page .content-page h5 strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1 strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2 strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3 strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4 strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5 strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1 strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2 strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3 strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4 strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5 strong,
body:not(.single-tribe_events) .interior-page .entry-content h1 strong,
body:not(.single-tribe_events) .interior-page .entry-content h2 strong,
body:not(.single-tribe_events) .interior-page .entry-content h3 strong,
body:not(.single-tribe_events) .interior-page .entry-content h4 strong,
body:not(.single-tribe_events) .interior-page .entry-content h5 strong,
body:not(.single-tribe_events) .interior-page .content-page h1 strong,
body:not(.single-tribe_events) .interior-page .content-page h2 strong,
body:not(.single-tribe_events) .interior-page .content-page h3 strong,
body:not(.single-tribe_events) .interior-page .content-page h4 strong,
body:not(.single-tribe_events) .interior-page .content-page h5 strong,
body:not(.home) .interior-page .entry-content h1 strong,
body:not(.home) .interior-page .entry-content h2 strong,
body:not(.home) .interior-page .entry-content h3 strong,
body:not(.home) .interior-page .entry-content h4 strong,
body:not(.home) .interior-page .entry-content h5 strong,
body:not(.home) .interior-page .content-page h1 strong,
body:not(.home) .interior-page .content-page h2 strong,
body:not(.home) .interior-page .content-page h3 strong,
body:not(.home) .interior-page .content-page h4 strong,
body:not(.home) .interior-page .content-page h5 strong,
body.page-template-default:not(.home) .interior-page .entry-content h1 strong,
body.page-template-default:not(.home) .interior-page .entry-content h2 strong,
body.page-template-default:not(.home) .interior-page .entry-content h3 strong,
body.page-template-default:not(.home) .interior-page .entry-content h4 strong,
body.page-template-default:not(.home) .interior-page .entry-content h5 strong,
body.page-template-default:not(.home) .interior-page .content-page h1 strong,
body.page-template-default:not(.home) .interior-page .content-page h2 strong,
body.page-template-default:not(.home) .interior-page .content-page h3 strong,
body.page-template-default:not(.home) .interior-page .content-page h4 strong,
body.page-template-default:not(.home) .interior-page .content-page h5 strong {
  font-weight: 700;
}
.tribe-events-single .interior-page .entry-content h1::-moz-selection, .tribe-events-single .interior-page .entry-content h2::-moz-selection, .tribe-events-single .interior-page .entry-content h3::-moz-selection, .tribe-events-single .interior-page .entry-content h4::-moz-selection, .tribe-events-single .interior-page .entry-content h5::-moz-selection, .tribe-events-single .interior-page .content-page h1::-moz-selection, .tribe-events-single .interior-page .content-page h2::-moz-selection, .tribe-events-single .interior-page .content-page h3::-moz-selection, .tribe-events-single .interior-page .content-page h4::-moz-selection, .tribe-events-single .interior-page .content-page h5::-moz-selection, #tribe-events .interior-page .entry-content h1::-moz-selection, #tribe-events .interior-page .entry-content h2::-moz-selection, #tribe-events .interior-page .entry-content h3::-moz-selection, #tribe-events .interior-page .entry-content h4::-moz-selection, #tribe-events .interior-page .entry-content h5::-moz-selection, #tribe-events .interior-page .content-page h1::-moz-selection, #tribe-events .interior-page .content-page h2::-moz-selection, #tribe-events .interior-page .content-page h3::-moz-selection, #tribe-events .interior-page .content-page h4::-moz-selection, #tribe-events .interior-page .content-page h5::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page h1::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page h2::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page h3::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page h4::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page h5::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content h1::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content h2::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content h3::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content h4::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content h5::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page h1::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page h2::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page h3::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page h4::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page h5::-moz-selection, body:not(.home) .interior-page .entry-content h1::-moz-selection, body:not(.home) .interior-page .entry-content h2::-moz-selection, body:not(.home) .interior-page .entry-content h3::-moz-selection, body:not(.home) .interior-page .entry-content h4::-moz-selection, body:not(.home) .interior-page .entry-content h5::-moz-selection, body:not(.home) .interior-page .content-page h1::-moz-selection, body:not(.home) .interior-page .content-page h2::-moz-selection, body:not(.home) .interior-page .content-page h3::-moz-selection, body:not(.home) .interior-page .content-page h4::-moz-selection, body:not(.home) .interior-page .content-page h5::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content h1::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content h2::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content h3::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content h4::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content h5::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page h1::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page h2::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page h3::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page h4::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page h5::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content h1::selection, .tribe-events-single .interior-page .entry-content h2::selection, .tribe-events-single .interior-page .entry-content h3::selection, .tribe-events-single .interior-page .entry-content h4::selection, .tribe-events-single .interior-page .entry-content h5::selection, .tribe-events-single .interior-page .content-page h1::selection, .tribe-events-single .interior-page .content-page h2::selection, .tribe-events-single .interior-page .content-page h3::selection, .tribe-events-single .interior-page .content-page h4::selection, .tribe-events-single .interior-page .content-page h5::selection,
#tribe-events .interior-page .entry-content h1::selection,
#tribe-events .interior-page .entry-content h2::selection,
#tribe-events .interior-page .entry-content h3::selection,
#tribe-events .interior-page .entry-content h4::selection,
#tribe-events .interior-page .entry-content h5::selection,
#tribe-events .interior-page .content-page h1::selection,
#tribe-events .interior-page .content-page h2::selection,
#tribe-events .interior-page .content-page h3::selection,
#tribe-events .interior-page .content-page h4::selection,
#tribe-events .interior-page .content-page h5::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5::selection,
body:not(.single-tribe_events) .interior-page .entry-content h1::selection,
body:not(.single-tribe_events) .interior-page .entry-content h2::selection,
body:not(.single-tribe_events) .interior-page .entry-content h3::selection,
body:not(.single-tribe_events) .interior-page .entry-content h4::selection,
body:not(.single-tribe_events) .interior-page .entry-content h5::selection,
body:not(.single-tribe_events) .interior-page .content-page h1::selection,
body:not(.single-tribe_events) .interior-page .content-page h2::selection,
body:not(.single-tribe_events) .interior-page .content-page h3::selection,
body:not(.single-tribe_events) .interior-page .content-page h4::selection,
body:not(.single-tribe_events) .interior-page .content-page h5::selection,
body:not(.home) .interior-page .entry-content h1::selection,
body:not(.home) .interior-page .entry-content h2::selection,
body:not(.home) .interior-page .entry-content h3::selection,
body:not(.home) .interior-page .entry-content h4::selection,
body:not(.home) .interior-page .entry-content h5::selection,
body:not(.home) .interior-page .content-page h1::selection,
body:not(.home) .interior-page .content-page h2::selection,
body:not(.home) .interior-page .content-page h3::selection,
body:not(.home) .interior-page .content-page h4::selection,
body:not(.home) .interior-page .content-page h5::selection,
body.page-template-default:not(.home) .interior-page .entry-content h1::selection,
body.page-template-default:not(.home) .interior-page .entry-content h2::selection,
body.page-template-default:not(.home) .interior-page .entry-content h3::selection,
body.page-template-default:not(.home) .interior-page .entry-content h4::selection,
body.page-template-default:not(.home) .interior-page .entry-content h5::selection,
body.page-template-default:not(.home) .interior-page .content-page h1::selection,
body.page-template-default:not(.home) .interior-page .content-page h2::selection,
body.page-template-default:not(.home) .interior-page .content-page h3::selection,
body.page-template-default:not(.home) .interior-page .content-page h4::selection,
body.page-template-default:not(.home) .interior-page .content-page h5::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content h1.h1, .tribe-events-single .interior-page .entry-content h2.h1, .tribe-events-single .interior-page .entry-content h3.h1, .tribe-events-single .interior-page .entry-content h4.h1, .tribe-events-single .interior-page .entry-content h5.h1, .tribe-events-single .interior-page .content-page h1.h1, .tribe-events-single .interior-page .content-page h2.h1, .tribe-events-single .interior-page .content-page h3.h1, .tribe-events-single .interior-page .content-page h4.h1, .tribe-events-single .interior-page .content-page h5.h1,
#tribe-events .interior-page .entry-content h1.h1,
#tribe-events .interior-page .entry-content h2.h1,
#tribe-events .interior-page .entry-content h3.h1,
#tribe-events .interior-page .entry-content h4.h1,
#tribe-events .interior-page .entry-content h5.h1,
#tribe-events .interior-page .content-page h1.h1,
#tribe-events .interior-page .content-page h2.h1,
#tribe-events .interior-page .content-page h3.h1,
#tribe-events .interior-page .content-page h4.h1,
#tribe-events .interior-page .content-page h5.h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h1,
body:not(.single-tribe_events) .interior-page .entry-content h1.h1,
body:not(.single-tribe_events) .interior-page .entry-content h2.h1,
body:not(.single-tribe_events) .interior-page .entry-content h3.h1,
body:not(.single-tribe_events) .interior-page .entry-content h4.h1,
body:not(.single-tribe_events) .interior-page .entry-content h5.h1,
body:not(.single-tribe_events) .interior-page .content-page h1.h1,
body:not(.single-tribe_events) .interior-page .content-page h2.h1,
body:not(.single-tribe_events) .interior-page .content-page h3.h1,
body:not(.single-tribe_events) .interior-page .content-page h4.h1,
body:not(.single-tribe_events) .interior-page .content-page h5.h1,
body:not(.home) .interior-page .entry-content h1.h1,
body:not(.home) .interior-page .entry-content h2.h1,
body:not(.home) .interior-page .entry-content h3.h1,
body:not(.home) .interior-page .entry-content h4.h1,
body:not(.home) .interior-page .entry-content h5.h1,
body:not(.home) .interior-page .content-page h1.h1,
body:not(.home) .interior-page .content-page h2.h1,
body:not(.home) .interior-page .content-page h3.h1,
body:not(.home) .interior-page .content-page h4.h1,
body:not(.home) .interior-page .content-page h5.h1,
body.page-template-default:not(.home) .interior-page .entry-content h1.h1,
body.page-template-default:not(.home) .interior-page .entry-content h2.h1,
body.page-template-default:not(.home) .interior-page .entry-content h3.h1,
body.page-template-default:not(.home) .interior-page .entry-content h4.h1,
body.page-template-default:not(.home) .interior-page .entry-content h5.h1,
body.page-template-default:not(.home) .interior-page .content-page h1.h1,
body.page-template-default:not(.home) .interior-page .content-page h2.h1,
body.page-template-default:not(.home) .interior-page .content-page h3.h1,
body.page-template-default:not(.home) .interior-page .content-page h4.h1,
body.page-template-default:not(.home) .interior-page .content-page h5.h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.74;
  margin-bottom: 20px;
}
.tribe-events-single .interior-page .entry-content h1.h2, .tribe-events-single .interior-page .entry-content h2.h2, .tribe-events-single .interior-page .entry-content h3.h2, .tribe-events-single .interior-page .entry-content h4.h2, .tribe-events-single .interior-page .entry-content h5.h2, .tribe-events-single .interior-page .content-page h1.h2, .tribe-events-single .interior-page .content-page h2.h2, .tribe-events-single .interior-page .content-page h3.h2, .tribe-events-single .interior-page .content-page h4.h2, .tribe-events-single .interior-page .content-page h5.h2,
#tribe-events .interior-page .entry-content h1.h2,
#tribe-events .interior-page .entry-content h2.h2,
#tribe-events .interior-page .entry-content h3.h2,
#tribe-events .interior-page .entry-content h4.h2,
#tribe-events .interior-page .entry-content h5.h2,
#tribe-events .interior-page .content-page h1.h2,
#tribe-events .interior-page .content-page h2.h2,
#tribe-events .interior-page .content-page h3.h2,
#tribe-events .interior-page .content-page h4.h2,
#tribe-events .interior-page .content-page h5.h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h2,
body:not(.single-tribe_events) .interior-page .entry-content h1.h2,
body:not(.single-tribe_events) .interior-page .entry-content h2.h2,
body:not(.single-tribe_events) .interior-page .entry-content h3.h2,
body:not(.single-tribe_events) .interior-page .entry-content h4.h2,
body:not(.single-tribe_events) .interior-page .entry-content h5.h2,
body:not(.single-tribe_events) .interior-page .content-page h1.h2,
body:not(.single-tribe_events) .interior-page .content-page h2.h2,
body:not(.single-tribe_events) .interior-page .content-page h3.h2,
body:not(.single-tribe_events) .interior-page .content-page h4.h2,
body:not(.single-tribe_events) .interior-page .content-page h5.h2,
body:not(.home) .interior-page .entry-content h1.h2,
body:not(.home) .interior-page .entry-content h2.h2,
body:not(.home) .interior-page .entry-content h3.h2,
body:not(.home) .interior-page .entry-content h4.h2,
body:not(.home) .interior-page .entry-content h5.h2,
body:not(.home) .interior-page .content-page h1.h2,
body:not(.home) .interior-page .content-page h2.h2,
body:not(.home) .interior-page .content-page h3.h2,
body:not(.home) .interior-page .content-page h4.h2,
body:not(.home) .interior-page .content-page h5.h2,
body.page-template-default:not(.home) .interior-page .entry-content h1.h2,
body.page-template-default:not(.home) .interior-page .entry-content h2.h2,
body.page-template-default:not(.home) .interior-page .entry-content h3.h2,
body.page-template-default:not(.home) .interior-page .entry-content h4.h2,
body.page-template-default:not(.home) .interior-page .entry-content h5.h2,
body.page-template-default:not(.home) .interior-page .content-page h1.h2,
body.page-template-default:not(.home) .interior-page .content-page h2.h2,
body.page-template-default:not(.home) .interior-page .content-page h3.h2,
body.page-template-default:not(.home) .interior-page .content-page h4.h2,
body.page-template-default:not(.home) .interior-page .content-page h5.h2 {
  font-size: 46px;
  line-height: 1.13;
  margin-bottom: 16px;
}
.tribe-events-single .interior-page .entry-content h1.h3, .tribe-events-single .interior-page .entry-content h2.h3, .tribe-events-single .interior-page .entry-content h3.h3, .tribe-events-single .interior-page .entry-content h4.h3, .tribe-events-single .interior-page .entry-content h5.h3, .tribe-events-single .interior-page .content-page h1.h3, .tribe-events-single .interior-page .content-page h2.h3, .tribe-events-single .interior-page .content-page h3.h3, .tribe-events-single .interior-page .content-page h4.h3, .tribe-events-single .interior-page .content-page h5.h3,
#tribe-events .interior-page .entry-content h1.h3,
#tribe-events .interior-page .entry-content h2.h3,
#tribe-events .interior-page .entry-content h3.h3,
#tribe-events .interior-page .entry-content h4.h3,
#tribe-events .interior-page .entry-content h5.h3,
#tribe-events .interior-page .content-page h1.h3,
#tribe-events .interior-page .content-page h2.h3,
#tribe-events .interior-page .content-page h3.h3,
#tribe-events .interior-page .content-page h4.h3,
#tribe-events .interior-page .content-page h5.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h3,
body:not(.single-tribe_events) .interior-page .entry-content h1.h3,
body:not(.single-tribe_events) .interior-page .entry-content h2.h3,
body:not(.single-tribe_events) .interior-page .entry-content h3.h3,
body:not(.single-tribe_events) .interior-page .entry-content h4.h3,
body:not(.single-tribe_events) .interior-page .entry-content h5.h3,
body:not(.single-tribe_events) .interior-page .content-page h1.h3,
body:not(.single-tribe_events) .interior-page .content-page h2.h3,
body:not(.single-tribe_events) .interior-page .content-page h3.h3,
body:not(.single-tribe_events) .interior-page .content-page h4.h3,
body:not(.single-tribe_events) .interior-page .content-page h5.h3,
body:not(.home) .interior-page .entry-content h1.h3,
body:not(.home) .interior-page .entry-content h2.h3,
body:not(.home) .interior-page .entry-content h3.h3,
body:not(.home) .interior-page .entry-content h4.h3,
body:not(.home) .interior-page .entry-content h5.h3,
body:not(.home) .interior-page .content-page h1.h3,
body:not(.home) .interior-page .content-page h2.h3,
body:not(.home) .interior-page .content-page h3.h3,
body:not(.home) .interior-page .content-page h4.h3,
body:not(.home) .interior-page .content-page h5.h3,
body.page-template-default:not(.home) .interior-page .entry-content h1.h3,
body.page-template-default:not(.home) .interior-page .entry-content h2.h3,
body.page-template-default:not(.home) .interior-page .entry-content h3.h3,
body.page-template-default:not(.home) .interior-page .entry-content h4.h3,
body.page-template-default:not(.home) .interior-page .entry-content h5.h3,
body.page-template-default:not(.home) .interior-page .content-page h1.h3,
body.page-template-default:not(.home) .interior-page .content-page h2.h3,
body.page-template-default:not(.home) .interior-page .content-page h3.h3,
body.page-template-default:not(.home) .interior-page .content-page h4.h3,
body.page-template-default:not(.home) .interior-page .content-page h5.h3 {
  font-size: 43px;
  line-height: 1.21;
  margin-bottom: 15px;
}
.tribe-events-single .interior-page .entry-content h1.h4, .tribe-events-single .interior-page .entry-content h2.h4, .tribe-events-single .interior-page .entry-content h3.h4, .tribe-events-single .interior-page .entry-content h4.h4, .tribe-events-single .interior-page .entry-content h5.h4, .tribe-events-single .interior-page .content-page h1.h4, .tribe-events-single .interior-page .content-page h2.h4, .tribe-events-single .interior-page .content-page h3.h4, .tribe-events-single .interior-page .content-page h4.h4, .tribe-events-single .interior-page .content-page h5.h4,
#tribe-events .interior-page .entry-content h1.h4,
#tribe-events .interior-page .entry-content h2.h4,
#tribe-events .interior-page .entry-content h3.h4,
#tribe-events .interior-page .entry-content h4.h4,
#tribe-events .interior-page .entry-content h5.h4,
#tribe-events .interior-page .content-page h1.h4,
#tribe-events .interior-page .content-page h2.h4,
#tribe-events .interior-page .content-page h3.h4,
#tribe-events .interior-page .content-page h4.h4,
#tribe-events .interior-page .content-page h5.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h4,
body:not(.single-tribe_events) .interior-page .entry-content h1.h4,
body:not(.single-tribe_events) .interior-page .entry-content h2.h4,
body:not(.single-tribe_events) .interior-page .entry-content h3.h4,
body:not(.single-tribe_events) .interior-page .entry-content h4.h4,
body:not(.single-tribe_events) .interior-page .entry-content h5.h4,
body:not(.single-tribe_events) .interior-page .content-page h1.h4,
body:not(.single-tribe_events) .interior-page .content-page h2.h4,
body:not(.single-tribe_events) .interior-page .content-page h3.h4,
body:not(.single-tribe_events) .interior-page .content-page h4.h4,
body:not(.single-tribe_events) .interior-page .content-page h5.h4,
body:not(.home) .interior-page .entry-content h1.h4,
body:not(.home) .interior-page .entry-content h2.h4,
body:not(.home) .interior-page .entry-content h3.h4,
body:not(.home) .interior-page .entry-content h4.h4,
body:not(.home) .interior-page .entry-content h5.h4,
body:not(.home) .interior-page .content-page h1.h4,
body:not(.home) .interior-page .content-page h2.h4,
body:not(.home) .interior-page .content-page h3.h4,
body:not(.home) .interior-page .content-page h4.h4,
body:not(.home) .interior-page .content-page h5.h4,
body.page-template-default:not(.home) .interior-page .entry-content h1.h4,
body.page-template-default:not(.home) .interior-page .entry-content h2.h4,
body.page-template-default:not(.home) .interior-page .entry-content h3.h4,
body.page-template-default:not(.home) .interior-page .entry-content h4.h4,
body.page-template-default:not(.home) .interior-page .entry-content h5.h4,
body.page-template-default:not(.home) .interior-page .content-page h1.h4,
body.page-template-default:not(.home) .interior-page .content-page h2.h4,
body.page-template-default:not(.home) .interior-page .content-page h3.h4,
body.page-template-default:not(.home) .interior-page .content-page h4.h4,
body.page-template-default:not(.home) .interior-page .content-page h5.h4 {
  font-size: 37px;
  line-height: 1.41;
  margin-bottom: 15px;
}
.tribe-events-single .interior-page .entry-content h1.h5, .tribe-events-single .interior-page .entry-content h2.h5, .tribe-events-single .interior-page .entry-content h3.h5, .tribe-events-single .interior-page .entry-content h4.h5, .tribe-events-single .interior-page .entry-content h5.h5, .tribe-events-single .interior-page .content-page h1.h5, .tribe-events-single .interior-page .content-page h2.h5, .tribe-events-single .interior-page .content-page h3.h5, .tribe-events-single .interior-page .content-page h4.h5, .tribe-events-single .interior-page .content-page h5.h5,
#tribe-events .interior-page .entry-content h1.h5,
#tribe-events .interior-page .entry-content h2.h5,
#tribe-events .interior-page .entry-content h3.h5,
#tribe-events .interior-page .entry-content h4.h5,
#tribe-events .interior-page .entry-content h5.h5,
#tribe-events .interior-page .content-page h1.h5,
#tribe-events .interior-page .content-page h2.h5,
#tribe-events .interior-page .content-page h3.h5,
#tribe-events .interior-page .content-page h4.h5,
#tribe-events .interior-page .content-page h5.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h5,
body:not(.single-tribe_events) .interior-page .entry-content h1.h5,
body:not(.single-tribe_events) .interior-page .entry-content h2.h5,
body:not(.single-tribe_events) .interior-page .entry-content h3.h5,
body:not(.single-tribe_events) .interior-page .entry-content h4.h5,
body:not(.single-tribe_events) .interior-page .entry-content h5.h5,
body:not(.single-tribe_events) .interior-page .content-page h1.h5,
body:not(.single-tribe_events) .interior-page .content-page h2.h5,
body:not(.single-tribe_events) .interior-page .content-page h3.h5,
body:not(.single-tribe_events) .interior-page .content-page h4.h5,
body:not(.single-tribe_events) .interior-page .content-page h5.h5,
body:not(.home) .interior-page .entry-content h1.h5,
body:not(.home) .interior-page .entry-content h2.h5,
body:not(.home) .interior-page .entry-content h3.h5,
body:not(.home) .interior-page .entry-content h4.h5,
body:not(.home) .interior-page .entry-content h5.h5,
body:not(.home) .interior-page .content-page h1.h5,
body:not(.home) .interior-page .content-page h2.h5,
body:not(.home) .interior-page .content-page h3.h5,
body:not(.home) .interior-page .content-page h4.h5,
body:not(.home) .interior-page .content-page h5.h5,
body.page-template-default:not(.home) .interior-page .entry-content h1.h5,
body.page-template-default:not(.home) .interior-page .entry-content h2.h5,
body.page-template-default:not(.home) .interior-page .entry-content h3.h5,
body.page-template-default:not(.home) .interior-page .entry-content h4.h5,
body.page-template-default:not(.home) .interior-page .entry-content h5.h5,
body.page-template-default:not(.home) .interior-page .content-page h1.h5,
body.page-template-default:not(.home) .interior-page .content-page h2.h5,
body.page-template-default:not(.home) .interior-page .content-page h3.h5,
body.page-template-default:not(.home) .interior-page .content-page h4.h5,
body.page-template-default:not(.home) .interior-page .content-page h5.h5 {
  font-size: 35px;
  margin-bottom: 15px;
}
.tribe-events-single .interior-page .entry-content h1.h6, .tribe-events-single .interior-page .entry-content h2.h6, .tribe-events-single .interior-page .entry-content h3.h6, .tribe-events-single .interior-page .entry-content h4.h6, .tribe-events-single .interior-page .entry-content h5.h6, .tribe-events-single .interior-page .content-page h1.h6, .tribe-events-single .interior-page .content-page h2.h6, .tribe-events-single .interior-page .content-page h3.h6, .tribe-events-single .interior-page .content-page h4.h6, .tribe-events-single .interior-page .content-page h5.h6,
#tribe-events .interior-page .entry-content h1.h6,
#tribe-events .interior-page .entry-content h2.h6,
#tribe-events .interior-page .entry-content h3.h6,
#tribe-events .interior-page .entry-content h4.h6,
#tribe-events .interior-page .entry-content h5.h6,
#tribe-events .interior-page .content-page h1.h6,
#tribe-events .interior-page .content-page h2.h6,
#tribe-events .interior-page .content-page h3.h6,
#tribe-events .interior-page .content-page h4.h6,
#tribe-events .interior-page .content-page h5.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5.h6,
body:not(.single-tribe_events) .interior-page .entry-content h1.h6,
body:not(.single-tribe_events) .interior-page .entry-content h2.h6,
body:not(.single-tribe_events) .interior-page .entry-content h3.h6,
body:not(.single-tribe_events) .interior-page .entry-content h4.h6,
body:not(.single-tribe_events) .interior-page .entry-content h5.h6,
body:not(.single-tribe_events) .interior-page .content-page h1.h6,
body:not(.single-tribe_events) .interior-page .content-page h2.h6,
body:not(.single-tribe_events) .interior-page .content-page h3.h6,
body:not(.single-tribe_events) .interior-page .content-page h4.h6,
body:not(.single-tribe_events) .interior-page .content-page h5.h6,
body:not(.home) .interior-page .entry-content h1.h6,
body:not(.home) .interior-page .entry-content h2.h6,
body:not(.home) .interior-page .entry-content h3.h6,
body:not(.home) .interior-page .entry-content h4.h6,
body:not(.home) .interior-page .entry-content h5.h6,
body:not(.home) .interior-page .content-page h1.h6,
body:not(.home) .interior-page .content-page h2.h6,
body:not(.home) .interior-page .content-page h3.h6,
body:not(.home) .interior-page .content-page h4.h6,
body:not(.home) .interior-page .content-page h5.h6,
body.page-template-default:not(.home) .interior-page .entry-content h1.h6,
body.page-template-default:not(.home) .interior-page .entry-content h2.h6,
body.page-template-default:not(.home) .interior-page .entry-content h3.h6,
body.page-template-default:not(.home) .interior-page .entry-content h4.h6,
body.page-template-default:not(.home) .interior-page .entry-content h5.h6,
body.page-template-default:not(.home) .interior-page .content-page h1.h6,
body.page-template-default:not(.home) .interior-page .content-page h2.h6,
body.page-template-default:not(.home) .interior-page .content-page h3.h6,
body.page-template-default:not(.home) .interior-page .content-page h4.h6,
body.page-template-default:not(.home) .interior-page .content-page h5.h6 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.8px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.tribe-events-single .interior-page .entry-content h1, .tribe-events-single .interior-page .content-page h1,
#tribe-events .interior-page .entry-content h1,
#tribe-events .interior-page .content-page h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h1,
body:not(.single-tribe_events) .interior-page .entry-content h1,
body:not(.single-tribe_events) .interior-page .content-page h1,
body:not(.home) .interior-page .entry-content h1,
body:not(.home) .interior-page .content-page h1,
body.page-template-default:not(.home) .interior-page .entry-content h1,
body.page-template-default:not(.home) .interior-page .content-page h1 {
  font-family: "calluna", serif;
  font-size: 70px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h2, .tribe-events-single .interior-page .content-page h2,
#tribe-events .interior-page .entry-content h2,
#tribe-events .interior-page .content-page h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h2,
body:not(.single-tribe_events) .interior-page .entry-content h2,
body:not(.single-tribe_events) .interior-page .content-page h2,
body:not(.home) .interior-page .entry-content h2,
body:not(.home) .interior-page .content-page h2,
body.page-template-default:not(.home) .interior-page .entry-content h2,
body.page-template-default:not(.home) .interior-page .content-page h2 {
  font-size: 46px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h3, .tribe-events-single .interior-page .content-page h3,
#tribe-events .interior-page .entry-content h3,
#tribe-events .interior-page .content-page h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h3,
body:not(.single-tribe_events) .interior-page .entry-content h3,
body:not(.single-tribe_events) .interior-page .content-page h3,
body:not(.home) .interior-page .entry-content h3,
body:not(.home) .interior-page .content-page h3,
body.page-template-default:not(.home) .interior-page .entry-content h3,
body.page-template-default:not(.home) .interior-page .content-page h3 {
  font-size: 43px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h4, .tribe-events-single .interior-page .content-page h4,
#tribe-events .interior-page .entry-content h4,
#tribe-events .interior-page .content-page h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h4,
body:not(.single-tribe_events) .interior-page .entry-content h4,
body:not(.single-tribe_events) .interior-page .content-page h4,
body:not(.home) .interior-page .entry-content h4,
body:not(.home) .interior-page .content-page h4,
body.page-template-default:not(.home) .interior-page .entry-content h4,
body.page-template-default:not(.home) .interior-page .content-page h4 {
  font-size: 37px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h5, .tribe-events-single .interior-page .content-page h5,
#tribe-events .interior-page .entry-content h5,
#tribe-events .interior-page .content-page h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h5,
body:not(.single-tribe_events) .interior-page .entry-content h5,
body:not(.single-tribe_events) .interior-page .content-page h5,
body:not(.home) .interior-page .entry-content h5,
body:not(.home) .interior-page .content-page h5,
body.page-template-default:not(.home) .interior-page .entry-content h5,
body.page-template-default:not(.home) .interior-page .content-page h5 {
  font-size: 35px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content h6, .tribe-events-single .interior-page .content-page h6,
#tribe-events .interior-page .entry-content h6,
#tribe-events .interior-page .content-page h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page h6,
body:not(.single-tribe_events) .interior-page .entry-content h6,
body:not(.single-tribe_events) .interior-page .content-page h6,
body:not(.home) .interior-page .entry-content h6,
body:not(.home) .interior-page .content-page h6,
body.page-template-default:not(.home) .interior-page .entry-content h6,
body.page-template-default:not(.home) .interior-page .content-page h6 {
  font-size: 25px;
  letter-spacing: -1.8px;
}
.tribe-events-single .interior-page .entry-content hr, .tribe-events-single .interior-page .content-page hr,
#tribe-events .interior-page .entry-content hr,
#tribe-events .interior-page .content-page hr,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content hr,
body:not(.post-type-archive-tribe_events) .interior-page .content-page hr,
body:not(.single-tribe_events) .interior-page .entry-content hr,
body:not(.single-tribe_events) .interior-page .content-page hr,
body:not(.home) .interior-page .entry-content hr,
body:not(.home) .interior-page .content-page hr,
body.page-template-default:not(.home) .interior-page .entry-content hr,
body.page-template-default:not(.home) .interior-page .content-page hr {
  border-color: #242B58 !important;
  border-style: dashed none none;
  border-width: 1px 0px 0px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.tribe-events-single .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size), .tribe-events-single .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
#tribe-events .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
#tribe-events .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.post-type-archive-tribe_events) .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.single-tribe_events) .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.single-tribe_events) .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.home) .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body:not(.home) .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body.page-template-default:not(.home) .interior-page .entry-content p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size),
body.page-template-default:not(.home) .interior-page .content-page p:not(.has-medium-font-size):not(.has-large-font-size):not(.has-small-font-size):not(.has-normal-font-size):not(.has-huge-font-size) {
  font-size: 16px;
}
.tribe-events-single .interior-page .entry-content p, .tribe-events-single .interior-page .content-page p,
#tribe-events .interior-page .entry-content p,
#tribe-events .interior-page .content-page p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p,
body:not(.single-tribe_events) .interior-page .entry-content p,
body:not(.single-tribe_events) .interior-page .content-page p,
body:not(.home) .interior-page .entry-content p,
body:not(.home) .interior-page .content-page p,
body.page-template-default:not(.home) .interior-page .entry-content p,
body.page-template-default:not(.home) .interior-page .content-page p {
  font-family: "sanchez", serif;
  color: #181B33;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.62;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}
.tribe-events-single .interior-page .entry-content p strong, .tribe-events-single .interior-page .content-page p strong,
#tribe-events .interior-page .entry-content p strong,
#tribe-events .interior-page .content-page p strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p strong,
body:not(.single-tribe_events) .interior-page .entry-content p strong,
body:not(.single-tribe_events) .interior-page .content-page p strong,
body:not(.home) .interior-page .entry-content p strong,
body:not(.home) .interior-page .content-page p strong,
body.page-template-default:not(.home) .interior-page .entry-content p strong,
body.page-template-default:not(.home) .interior-page .content-page p strong {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}
.tribe-events-single .interior-page .entry-content p em, .tribe-events-single .interior-page .content-page p em,
#tribe-events .interior-page .entry-content p em,
#tribe-events .interior-page .content-page p em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p em,
body:not(.single-tribe_events) .interior-page .entry-content p em,
body:not(.single-tribe_events) .interior-page .content-page p em,
body:not(.home) .interior-page .entry-content p em,
body:not(.home) .interior-page .content-page p em,
body.page-template-default:not(.home) .interior-page .entry-content p em,
body.page-template-default:not(.home) .interior-page .content-page p em {
  font-family: "sanchez", serif;
  font-size: 16px;
  font-style: italic;
}
.tribe-events-single .interior-page .entry-content p::-moz-selection, .tribe-events-single .interior-page .content-page p::-moz-selection, #tribe-events .interior-page .entry-content p::-moz-selection, #tribe-events .interior-page .content-page p::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content p::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page p::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content p::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page p::-moz-selection, body:not(.home) .interior-page .entry-content p::-moz-selection, body:not(.home) .interior-page .content-page p::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content p::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page p::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content p::selection, .tribe-events-single .interior-page .content-page p::selection,
#tribe-events .interior-page .entry-content p::selection,
#tribe-events .interior-page .content-page p::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p::selection,
body:not(.single-tribe_events) .interior-page .entry-content p::selection,
body:not(.single-tribe_events) .interior-page .content-page p::selection,
body:not(.home) .interior-page .entry-content p::selection,
body:not(.home) .interior-page .content-page p::selection,
body.page-template-default:not(.home) .interior-page .entry-content p::selection,
body.page-template-default:not(.home) .interior-page .content-page p::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content p a, .tribe-events-single .interior-page .content-page p a,
#tribe-events .interior-page .entry-content p a,
#tribe-events .interior-page .content-page p a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p a,
body:not(.single-tribe_events) .interior-page .entry-content p a,
body:not(.single-tribe_events) .interior-page .content-page p a,
body:not(.home) .interior-page .entry-content p a,
body:not(.home) .interior-page .content-page p a,
body.page-template-default:not(.home) .interior-page .entry-content p a,
body.page-template-default:not(.home) .interior-page .content-page p a {
  text-decoration: underline;
}
.tribe-events-single .interior-page .entry-content p strong, .tribe-events-single .interior-page .entry-content p em, .tribe-events-single .interior-page .entry-content p a, .tribe-events-single .interior-page .entry-content p span, .tribe-events-single .interior-page .content-page p strong, .tribe-events-single .interior-page .content-page p em, .tribe-events-single .interior-page .content-page p a, .tribe-events-single .interior-page .content-page p span,
#tribe-events .interior-page .entry-content p strong,
#tribe-events .interior-page .entry-content p em,
#tribe-events .interior-page .entry-content p a,
#tribe-events .interior-page .entry-content p span,
#tribe-events .interior-page .content-page p strong,
#tribe-events .interior-page .content-page p em,
#tribe-events .interior-page .content-page p a,
#tribe-events .interior-page .content-page p span,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p span,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p span,
body:not(.single-tribe_events) .interior-page .entry-content p strong,
body:not(.single-tribe_events) .interior-page .entry-content p em,
body:not(.single-tribe_events) .interior-page .entry-content p a,
body:not(.single-tribe_events) .interior-page .entry-content p span,
body:not(.single-tribe_events) .interior-page .content-page p strong,
body:not(.single-tribe_events) .interior-page .content-page p em,
body:not(.single-tribe_events) .interior-page .content-page p a,
body:not(.single-tribe_events) .interior-page .content-page p span,
body:not(.home) .interior-page .entry-content p strong,
body:not(.home) .interior-page .entry-content p em,
body:not(.home) .interior-page .entry-content p a,
body:not(.home) .interior-page .entry-content p span,
body:not(.home) .interior-page .content-page p strong,
body:not(.home) .interior-page .content-page p em,
body:not(.home) .interior-page .content-page p a,
body:not(.home) .interior-page .content-page p span,
body.page-template-default:not(.home) .interior-page .entry-content p strong,
body.page-template-default:not(.home) .interior-page .entry-content p em,
body.page-template-default:not(.home) .interior-page .entry-content p a,
body.page-template-default:not(.home) .interior-page .entry-content p span,
body.page-template-default:not(.home) .interior-page .content-page p strong,
body.page-template-default:not(.home) .interior-page .content-page p em,
body.page-template-default:not(.home) .interior-page .content-page p a,
body.page-template-default:not(.home) .interior-page .content-page p span {
  margin: 0 !important;
}
.tribe-events-single .interior-page .entry-content p strong::-moz-selection, .tribe-events-single .interior-page .entry-content p em::-moz-selection, .tribe-events-single .interior-page .entry-content p a::-moz-selection, .tribe-events-single .interior-page .entry-content p span::-moz-selection, .tribe-events-single .interior-page .content-page p strong::-moz-selection, .tribe-events-single .interior-page .content-page p em::-moz-selection, .tribe-events-single .interior-page .content-page p a::-moz-selection, .tribe-events-single .interior-page .content-page p span::-moz-selection, #tribe-events .interior-page .entry-content p strong::-moz-selection, #tribe-events .interior-page .entry-content p em::-moz-selection, #tribe-events .interior-page .entry-content p a::-moz-selection, #tribe-events .interior-page .entry-content p span::-moz-selection, #tribe-events .interior-page .content-page p strong::-moz-selection, #tribe-events .interior-page .content-page p em::-moz-selection, #tribe-events .interior-page .content-page p a::-moz-selection, #tribe-events .interior-page .content-page p span::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content p strong::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content p em::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content p a::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content p span::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page p strong::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page p em::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page p a::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page p span::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content p strong::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content p em::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content p a::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content p span::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page p strong::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page p em::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page p a::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page p span::-moz-selection, body:not(.home) .interior-page .entry-content p strong::-moz-selection, body:not(.home) .interior-page .entry-content p em::-moz-selection, body:not(.home) .interior-page .entry-content p a::-moz-selection, body:not(.home) .interior-page .entry-content p span::-moz-selection, body:not(.home) .interior-page .content-page p strong::-moz-selection, body:not(.home) .interior-page .content-page p em::-moz-selection, body:not(.home) .interior-page .content-page p a::-moz-selection, body:not(.home) .interior-page .content-page p span::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content p strong::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content p em::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content p a::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content p span::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page p strong::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page p em::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page p a::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page p span::-moz-selection {
  background-color: #1f254c;
  color: white;
}
.tribe-events-single .interior-page .entry-content p strong::selection, .tribe-events-single .interior-page .entry-content p em::selection, .tribe-events-single .interior-page .entry-content p a::selection, .tribe-events-single .interior-page .entry-content p span::selection, .tribe-events-single .interior-page .content-page p strong::selection, .tribe-events-single .interior-page .content-page p em::selection, .tribe-events-single .interior-page .content-page p a::selection, .tribe-events-single .interior-page .content-page p span::selection,
#tribe-events .interior-page .entry-content p strong::selection,
#tribe-events .interior-page .entry-content p em::selection,
#tribe-events .interior-page .entry-content p a::selection,
#tribe-events .interior-page .entry-content p span::selection,
#tribe-events .interior-page .content-page p strong::selection,
#tribe-events .interior-page .content-page p em::selection,
#tribe-events .interior-page .content-page p a::selection,
#tribe-events .interior-page .content-page p span::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p strong::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p em::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p a::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p span::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p strong::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p em::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p a::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p span::selection,
body:not(.single-tribe_events) .interior-page .entry-content p strong::selection,
body:not(.single-tribe_events) .interior-page .entry-content p em::selection,
body:not(.single-tribe_events) .interior-page .entry-content p a::selection,
body:not(.single-tribe_events) .interior-page .entry-content p span::selection,
body:not(.single-tribe_events) .interior-page .content-page p strong::selection,
body:not(.single-tribe_events) .interior-page .content-page p em::selection,
body:not(.single-tribe_events) .interior-page .content-page p a::selection,
body:not(.single-tribe_events) .interior-page .content-page p span::selection,
body:not(.home) .interior-page .entry-content p strong::selection,
body:not(.home) .interior-page .entry-content p em::selection,
body:not(.home) .interior-page .entry-content p a::selection,
body:not(.home) .interior-page .entry-content p span::selection,
body:not(.home) .interior-page .content-page p strong::selection,
body:not(.home) .interior-page .content-page p em::selection,
body:not(.home) .interior-page .content-page p a::selection,
body:not(.home) .interior-page .content-page p span::selection,
body.page-template-default:not(.home) .interior-page .entry-content p strong::selection,
body.page-template-default:not(.home) .interior-page .entry-content p em::selection,
body.page-template-default:not(.home) .interior-page .entry-content p a::selection,
body.page-template-default:not(.home) .interior-page .entry-content p span::selection,
body.page-template-default:not(.home) .interior-page .content-page p strong::selection,
body.page-template-default:not(.home) .interior-page .content-page p em::selection,
body.page-template-default:not(.home) .interior-page .content-page p a::selection,
body.page-template-default:not(.home) .interior-page .content-page p span::selection {
  background-color: #1f254c;
  color: white;
}
.tribe-events-single .interior-page .entry-content p:last-of-type, .tribe-events-single .interior-page .content-page p:last-of-type,
#tribe-events .interior-page .entry-content p:last-of-type,
#tribe-events .interior-page .content-page p:last-of-type,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content p:last-of-type,
body:not(.post-type-archive-tribe_events) .interior-page .content-page p:last-of-type,
body:not(.single-tribe_events) .interior-page .entry-content p:last-of-type,
body:not(.single-tribe_events) .interior-page .content-page p:last-of-type,
body:not(.home) .interior-page .entry-content p:last-of-type,
body:not(.home) .interior-page .content-page p:last-of-type,
body.page-template-default:not(.home) .interior-page .entry-content p:last-of-type,
body.page-template-default:not(.home) .interior-page .content-page p:last-of-type {
  margin-bottom: 0;
}
.tribe-events-single .interior-page .entry-content blockquote, .tribe-events-single .interior-page .entry-content .wp-block-quote, .tribe-events-single .interior-page .content-page blockquote, .tribe-events-single .interior-page .content-page .wp-block-quote,
#tribe-events .interior-page .entry-content blockquote,
#tribe-events .interior-page .entry-content .wp-block-quote,
#tribe-events .interior-page .content-page blockquote,
#tribe-events .interior-page .content-page .wp-block-quote,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote,
body:not(.single-tribe_events) .interior-page .entry-content blockquote,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote,
body:not(.single-tribe_events) .interior-page .content-page blockquote,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote,
body:not(.home) .interior-page .entry-content blockquote,
body:not(.home) .interior-page .entry-content .wp-block-quote,
body:not(.home) .interior-page .content-page blockquote,
body:not(.home) .interior-page .content-page .wp-block-quote,
body.page-template-default:not(.home) .interior-page .entry-content blockquote,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote,
body.page-template-default:not(.home) .interior-page .content-page blockquote,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote {
  background-color: transparent;
  border-bottom: solid 1px #F2F4FE;
  border-top: solid 1px #F2F4FE;
  padding: 20px 0;
}
.tribe-events-single .interior-page .entry-content blockquote p, .tribe-events-single .interior-page .entry-content blockquote strong, .tribe-events-single .interior-page .entry-content blockquote em, .tribe-events-single .interior-page .entry-content blockquote ul, .tribe-events-single .interior-page .entry-content blockquote ul > li, .tribe-events-single .interior-page .entry-content blockquote ol, .tribe-events-single .interior-page .entry-content blockquote ol > li, .tribe-events-single .interior-page .entry-content blockquote span, .tribe-events-single .interior-page .entry-content blockquote dl.list > dd, .tribe-events-single .interior-page .entry-content blockquote dl.list > dt, .tribe-events-single .interior-page .entry-content blockquote cite, .tribe-events-single .interior-page .entry-content .wp-block-quote p, .tribe-events-single .interior-page .entry-content .wp-block-quote strong, .tribe-events-single .interior-page .entry-content .wp-block-quote em, .tribe-events-single .interior-page .entry-content .wp-block-quote ul, .tribe-events-single .interior-page .entry-content .wp-block-quote ul > li, .tribe-events-single .interior-page .entry-content .wp-block-quote ol, .tribe-events-single .interior-page .entry-content .wp-block-quote ol > li, .tribe-events-single .interior-page .entry-content .wp-block-quote span, .tribe-events-single .interior-page .entry-content .wp-block-quote dl.list > dd, .tribe-events-single .interior-page .entry-content .wp-block-quote dl.list > dt, .tribe-events-single .interior-page .entry-content .wp-block-quote cite, .tribe-events-single .interior-page .content-page blockquote p, .tribe-events-single .interior-page .content-page blockquote strong, .tribe-events-single .interior-page .content-page blockquote em, .tribe-events-single .interior-page .content-page blockquote ul, .tribe-events-single .interior-page .content-page blockquote ul > li, .tribe-events-single .interior-page .content-page blockquote ol, .tribe-events-single .interior-page .content-page blockquote ol > li, .tribe-events-single .interior-page .content-page blockquote span, .tribe-events-single .interior-page .content-page blockquote dl.list > dd, .tribe-events-single .interior-page .content-page blockquote dl.list > dt, .tribe-events-single .interior-page .content-page blockquote cite, .tribe-events-single .interior-page .content-page .wp-block-quote p, .tribe-events-single .interior-page .content-page .wp-block-quote strong, .tribe-events-single .interior-page .content-page .wp-block-quote em, .tribe-events-single .interior-page .content-page .wp-block-quote ul, .tribe-events-single .interior-page .content-page .wp-block-quote ul > li, .tribe-events-single .interior-page .content-page .wp-block-quote ol, .tribe-events-single .interior-page .content-page .wp-block-quote ol > li, .tribe-events-single .interior-page .content-page .wp-block-quote span, .tribe-events-single .interior-page .content-page .wp-block-quote dl.list > dd, .tribe-events-single .interior-page .content-page .wp-block-quote dl.list > dt, .tribe-events-single .interior-page .content-page .wp-block-quote cite,
#tribe-events .interior-page .entry-content blockquote p,
#tribe-events .interior-page .entry-content blockquote strong,
#tribe-events .interior-page .entry-content blockquote em,
#tribe-events .interior-page .entry-content blockquote ul,
#tribe-events .interior-page .entry-content blockquote ul > li,
#tribe-events .interior-page .entry-content blockquote ol,
#tribe-events .interior-page .entry-content blockquote ol > li,
#tribe-events .interior-page .entry-content blockquote span,
#tribe-events .interior-page .entry-content blockquote dl.list > dd,
#tribe-events .interior-page .entry-content blockquote dl.list > dt,
#tribe-events .interior-page .entry-content blockquote cite,
#tribe-events .interior-page .entry-content .wp-block-quote p,
#tribe-events .interior-page .entry-content .wp-block-quote strong,
#tribe-events .interior-page .entry-content .wp-block-quote em,
#tribe-events .interior-page .entry-content .wp-block-quote ul,
#tribe-events .interior-page .entry-content .wp-block-quote ul > li,
#tribe-events .interior-page .entry-content .wp-block-quote ol,
#tribe-events .interior-page .entry-content .wp-block-quote ol > li,
#tribe-events .interior-page .entry-content .wp-block-quote span,
#tribe-events .interior-page .entry-content .wp-block-quote dl.list > dd,
#tribe-events .interior-page .entry-content .wp-block-quote dl.list > dt,
#tribe-events .interior-page .entry-content .wp-block-quote cite,
#tribe-events .interior-page .content-page blockquote p,
#tribe-events .interior-page .content-page blockquote strong,
#tribe-events .interior-page .content-page blockquote em,
#tribe-events .interior-page .content-page blockquote ul,
#tribe-events .interior-page .content-page blockquote ul > li,
#tribe-events .interior-page .content-page blockquote ol,
#tribe-events .interior-page .content-page blockquote ol > li,
#tribe-events .interior-page .content-page blockquote span,
#tribe-events .interior-page .content-page blockquote dl.list > dd,
#tribe-events .interior-page .content-page blockquote dl.list > dt,
#tribe-events .interior-page .content-page blockquote cite,
#tribe-events .interior-page .content-page .wp-block-quote p,
#tribe-events .interior-page .content-page .wp-block-quote strong,
#tribe-events .interior-page .content-page .wp-block-quote em,
#tribe-events .interior-page .content-page .wp-block-quote ul,
#tribe-events .interior-page .content-page .wp-block-quote ul > li,
#tribe-events .interior-page .content-page .wp-block-quote ol,
#tribe-events .interior-page .content-page .wp-block-quote ol > li,
#tribe-events .interior-page .content-page .wp-block-quote span,
#tribe-events .interior-page .content-page .wp-block-quote dl.list > dd,
#tribe-events .interior-page .content-page .wp-block-quote dl.list > dt,
#tribe-events .interior-page .content-page .wp-block-quote cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote span,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote span,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote span,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote span,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote cite,
body:not(.single-tribe_events) .interior-page .entry-content blockquote p,
body:not(.single-tribe_events) .interior-page .entry-content blockquote strong,
body:not(.single-tribe_events) .interior-page .entry-content blockquote em,
body:not(.single-tribe_events) .interior-page .entry-content blockquote ul,
body:not(.single-tribe_events) .interior-page .entry-content blockquote ul > li,
body:not(.single-tribe_events) .interior-page .entry-content blockquote ol,
body:not(.single-tribe_events) .interior-page .entry-content blockquote ol > li,
body:not(.single-tribe_events) .interior-page .entry-content blockquote span,
body:not(.single-tribe_events) .interior-page .entry-content blockquote dl.list > dd,
body:not(.single-tribe_events) .interior-page .entry-content blockquote dl.list > dt,
body:not(.single-tribe_events) .interior-page .entry-content blockquote cite,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote p,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote strong,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote em,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ul,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ul > li,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ol,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ol > li,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote span,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dd,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dt,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote cite,
body:not(.single-tribe_events) .interior-page .content-page blockquote p,
body:not(.single-tribe_events) .interior-page .content-page blockquote strong,
body:not(.single-tribe_events) .interior-page .content-page blockquote em,
body:not(.single-tribe_events) .interior-page .content-page blockquote ul,
body:not(.single-tribe_events) .interior-page .content-page blockquote ul > li,
body:not(.single-tribe_events) .interior-page .content-page blockquote ol,
body:not(.single-tribe_events) .interior-page .content-page blockquote ol > li,
body:not(.single-tribe_events) .interior-page .content-page blockquote span,
body:not(.single-tribe_events) .interior-page .content-page blockquote dl.list > dd,
body:not(.single-tribe_events) .interior-page .content-page blockquote dl.list > dt,
body:not(.single-tribe_events) .interior-page .content-page blockquote cite,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote p,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote strong,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote em,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ul,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ul > li,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ol,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ol > li,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote span,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dd,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dt,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote cite,
body:not(.home) .interior-page .entry-content blockquote p,
body:not(.home) .interior-page .entry-content blockquote strong,
body:not(.home) .interior-page .entry-content blockquote em,
body:not(.home) .interior-page .entry-content blockquote ul,
body:not(.home) .interior-page .entry-content blockquote ul > li,
body:not(.home) .interior-page .entry-content blockquote ol,
body:not(.home) .interior-page .entry-content blockquote ol > li,
body:not(.home) .interior-page .entry-content blockquote span,
body:not(.home) .interior-page .entry-content blockquote dl.list > dd,
body:not(.home) .interior-page .entry-content blockquote dl.list > dt,
body:not(.home) .interior-page .entry-content blockquote cite,
body:not(.home) .interior-page .entry-content .wp-block-quote p,
body:not(.home) .interior-page .entry-content .wp-block-quote strong,
body:not(.home) .interior-page .entry-content .wp-block-quote em,
body:not(.home) .interior-page .entry-content .wp-block-quote ul,
body:not(.home) .interior-page .entry-content .wp-block-quote ul > li,
body:not(.home) .interior-page .entry-content .wp-block-quote ol,
body:not(.home) .interior-page .entry-content .wp-block-quote ol > li,
body:not(.home) .interior-page .entry-content .wp-block-quote span,
body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd,
body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt,
body:not(.home) .interior-page .entry-content .wp-block-quote cite,
body:not(.home) .interior-page .content-page blockquote p,
body:not(.home) .interior-page .content-page blockquote strong,
body:not(.home) .interior-page .content-page blockquote em,
body:not(.home) .interior-page .content-page blockquote ul,
body:not(.home) .interior-page .content-page blockquote ul > li,
body:not(.home) .interior-page .content-page blockquote ol,
body:not(.home) .interior-page .content-page blockquote ol > li,
body:not(.home) .interior-page .content-page blockquote span,
body:not(.home) .interior-page .content-page blockquote dl.list > dd,
body:not(.home) .interior-page .content-page blockquote dl.list > dt,
body:not(.home) .interior-page .content-page blockquote cite,
body:not(.home) .interior-page .content-page .wp-block-quote p,
body:not(.home) .interior-page .content-page .wp-block-quote strong,
body:not(.home) .interior-page .content-page .wp-block-quote em,
body:not(.home) .interior-page .content-page .wp-block-quote ul,
body:not(.home) .interior-page .content-page .wp-block-quote ul > li,
body:not(.home) .interior-page .content-page .wp-block-quote ol,
body:not(.home) .interior-page .content-page .wp-block-quote ol > li,
body:not(.home) .interior-page .content-page .wp-block-quote span,
body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd,
body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt,
body:not(.home) .interior-page .content-page .wp-block-quote cite,
body.page-template-default:not(.home) .interior-page .entry-content blockquote p,
body.page-template-default:not(.home) .interior-page .entry-content blockquote strong,
body.page-template-default:not(.home) .interior-page .entry-content blockquote em,
body.page-template-default:not(.home) .interior-page .entry-content blockquote ul,
body.page-template-default:not(.home) .interior-page .entry-content blockquote ul > li,
body.page-template-default:not(.home) .interior-page .entry-content blockquote ol,
body.page-template-default:not(.home) .interior-page .entry-content blockquote ol > li,
body.page-template-default:not(.home) .interior-page .entry-content blockquote span,
body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dd,
body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dt,
body.page-template-default:not(.home) .interior-page .entry-content blockquote cite,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote p,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote strong,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote em,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ul,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ul > li,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ol,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ol > li,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote span,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote cite,
body.page-template-default:not(.home) .interior-page .content-page blockquote p,
body.page-template-default:not(.home) .interior-page .content-page blockquote strong,
body.page-template-default:not(.home) .interior-page .content-page blockquote em,
body.page-template-default:not(.home) .interior-page .content-page blockquote ul,
body.page-template-default:not(.home) .interior-page .content-page blockquote ul > li,
body.page-template-default:not(.home) .interior-page .content-page blockquote ol,
body.page-template-default:not(.home) .interior-page .content-page blockquote ol > li,
body.page-template-default:not(.home) .interior-page .content-page blockquote span,
body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dd,
body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dt,
body.page-template-default:not(.home) .interior-page .content-page blockquote cite,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote p,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote strong,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote em,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ul,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ul > li,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ol,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ol > li,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote span,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote cite {
  font-family: "sanchez", serif;
  font-size: 26px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
}
@media (max-width: 575.98px) {
  .tribe-events-single .interior-page .entry-content blockquote p, .tribe-events-single .interior-page .entry-content blockquote strong, .tribe-events-single .interior-page .entry-content blockquote em, .tribe-events-single .interior-page .entry-content blockquote ul, .tribe-events-single .interior-page .entry-content blockquote ul > li, .tribe-events-single .interior-page .entry-content blockquote ol, .tribe-events-single .interior-page .entry-content blockquote ol > li, .tribe-events-single .interior-page .entry-content blockquote span, .tribe-events-single .interior-page .entry-content blockquote dl.list > dd, .tribe-events-single .interior-page .entry-content blockquote dl.list > dt, .tribe-events-single .interior-page .entry-content blockquote cite, .tribe-events-single .interior-page .entry-content .wp-block-quote p, .tribe-events-single .interior-page .entry-content .wp-block-quote strong, .tribe-events-single .interior-page .entry-content .wp-block-quote em, .tribe-events-single .interior-page .entry-content .wp-block-quote ul, .tribe-events-single .interior-page .entry-content .wp-block-quote ul > li, .tribe-events-single .interior-page .entry-content .wp-block-quote ol, .tribe-events-single .interior-page .entry-content .wp-block-quote ol > li, .tribe-events-single .interior-page .entry-content .wp-block-quote span, .tribe-events-single .interior-page .entry-content .wp-block-quote dl.list > dd, .tribe-events-single .interior-page .entry-content .wp-block-quote dl.list > dt, .tribe-events-single .interior-page .entry-content .wp-block-quote cite, .tribe-events-single .interior-page .content-page blockquote p, .tribe-events-single .interior-page .content-page blockquote strong, .tribe-events-single .interior-page .content-page blockquote em, .tribe-events-single .interior-page .content-page blockquote ul, .tribe-events-single .interior-page .content-page blockquote ul > li, .tribe-events-single .interior-page .content-page blockquote ol, .tribe-events-single .interior-page .content-page blockquote ol > li, .tribe-events-single .interior-page .content-page blockquote span, .tribe-events-single .interior-page .content-page blockquote dl.list > dd, .tribe-events-single .interior-page .content-page blockquote dl.list > dt, .tribe-events-single .interior-page .content-page blockquote cite, .tribe-events-single .interior-page .content-page .wp-block-quote p, .tribe-events-single .interior-page .content-page .wp-block-quote strong, .tribe-events-single .interior-page .content-page .wp-block-quote em, .tribe-events-single .interior-page .content-page .wp-block-quote ul, .tribe-events-single .interior-page .content-page .wp-block-quote ul > li, .tribe-events-single .interior-page .content-page .wp-block-quote ol, .tribe-events-single .interior-page .content-page .wp-block-quote ol > li, .tribe-events-single .interior-page .content-page .wp-block-quote span, .tribe-events-single .interior-page .content-page .wp-block-quote dl.list > dd, .tribe-events-single .interior-page .content-page .wp-block-quote dl.list > dt, .tribe-events-single .interior-page .content-page .wp-block-quote cite,
  #tribe-events .interior-page .entry-content blockquote p,
  #tribe-events .interior-page .entry-content blockquote strong,
  #tribe-events .interior-page .entry-content blockquote em,
  #tribe-events .interior-page .entry-content blockquote ul,
  #tribe-events .interior-page .entry-content blockquote ul > li,
  #tribe-events .interior-page .entry-content blockquote ol,
  #tribe-events .interior-page .entry-content blockquote ol > li,
  #tribe-events .interior-page .entry-content blockquote span,
  #tribe-events .interior-page .entry-content blockquote dl.list > dd,
  #tribe-events .interior-page .entry-content blockquote dl.list > dt,
  #tribe-events .interior-page .entry-content blockquote cite,
  #tribe-events .interior-page .entry-content .wp-block-quote p,
  #tribe-events .interior-page .entry-content .wp-block-quote strong,
  #tribe-events .interior-page .entry-content .wp-block-quote em,
  #tribe-events .interior-page .entry-content .wp-block-quote ul,
  #tribe-events .interior-page .entry-content .wp-block-quote ul > li,
  #tribe-events .interior-page .entry-content .wp-block-quote ol,
  #tribe-events .interior-page .entry-content .wp-block-quote ol > li,
  #tribe-events .interior-page .entry-content .wp-block-quote span,
  #tribe-events .interior-page .entry-content .wp-block-quote dl.list > dd,
  #tribe-events .interior-page .entry-content .wp-block-quote dl.list > dt,
  #tribe-events .interior-page .entry-content .wp-block-quote cite,
  #tribe-events .interior-page .content-page blockquote p,
  #tribe-events .interior-page .content-page blockquote strong,
  #tribe-events .interior-page .content-page blockquote em,
  #tribe-events .interior-page .content-page blockquote ul,
  #tribe-events .interior-page .content-page blockquote ul > li,
  #tribe-events .interior-page .content-page blockquote ol,
  #tribe-events .interior-page .content-page blockquote ol > li,
  #tribe-events .interior-page .content-page blockquote span,
  #tribe-events .interior-page .content-page blockquote dl.list > dd,
  #tribe-events .interior-page .content-page blockquote dl.list > dt,
  #tribe-events .interior-page .content-page blockquote cite,
  #tribe-events .interior-page .content-page .wp-block-quote p,
  #tribe-events .interior-page .content-page .wp-block-quote strong,
  #tribe-events .interior-page .content-page .wp-block-quote em,
  #tribe-events .interior-page .content-page .wp-block-quote ul,
  #tribe-events .interior-page .content-page .wp-block-quote ul > li,
  #tribe-events .interior-page .content-page .wp-block-quote ol,
  #tribe-events .interior-page .content-page .wp-block-quote ol > li,
  #tribe-events .interior-page .content-page .wp-block-quote span,
  #tribe-events .interior-page .content-page .wp-block-quote dl.list > dd,
  #tribe-events .interior-page .content-page .wp-block-quote dl.list > dt,
  #tribe-events .interior-page .content-page .wp-block-quote cite,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote p,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote strong,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote em,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ul,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ul > li,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ol,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote ol > li,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote span,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote dl.list > dd,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote dl.list > dt,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote cite,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote p,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote strong,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote em,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ul,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ul > li,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ol,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote ol > li,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote span,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dd,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dt,
  body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote cite,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote p,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote strong,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote em,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ul,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ul > li,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ol,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote ol > li,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote span,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote dl.list > dd,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote dl.list > dt,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote cite,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote p,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote strong,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote em,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ul,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ul > li,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ol,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote ol > li,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote span,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dd,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dt,
  body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote cite,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote p,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote strong,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote em,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote ul,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote ul > li,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote ol,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote ol > li,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote span,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote dl.list > dd,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote dl.list > dt,
  body:not(.single-tribe_events) .interior-page .entry-content blockquote cite,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote p,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote strong,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote em,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ul,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ul > li,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ol,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote ol > li,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote span,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dd,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote dl.list > dt,
  body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote cite,
  body:not(.single-tribe_events) .interior-page .content-page blockquote p,
  body:not(.single-tribe_events) .interior-page .content-page blockquote strong,
  body:not(.single-tribe_events) .interior-page .content-page blockquote em,
  body:not(.single-tribe_events) .interior-page .content-page blockquote ul,
  body:not(.single-tribe_events) .interior-page .content-page blockquote ul > li,
  body:not(.single-tribe_events) .interior-page .content-page blockquote ol,
  body:not(.single-tribe_events) .interior-page .content-page blockquote ol > li,
  body:not(.single-tribe_events) .interior-page .content-page blockquote span,
  body:not(.single-tribe_events) .interior-page .content-page blockquote dl.list > dd,
  body:not(.single-tribe_events) .interior-page .content-page blockquote dl.list > dt,
  body:not(.single-tribe_events) .interior-page .content-page blockquote cite,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote p,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote strong,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote em,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ul,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ul > li,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ol,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote ol > li,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote span,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dd,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote dl.list > dt,
  body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote cite,
  body:not(.home) .interior-page .entry-content blockquote p,
  body:not(.home) .interior-page .entry-content blockquote strong,
  body:not(.home) .interior-page .entry-content blockquote em,
  body:not(.home) .interior-page .entry-content blockquote ul,
  body:not(.home) .interior-page .entry-content blockquote ul > li,
  body:not(.home) .interior-page .entry-content blockquote ol,
  body:not(.home) .interior-page .entry-content blockquote ol > li,
  body:not(.home) .interior-page .entry-content blockquote span,
  body:not(.home) .interior-page .entry-content blockquote dl.list > dd,
  body:not(.home) .interior-page .entry-content blockquote dl.list > dt,
  body:not(.home) .interior-page .entry-content blockquote cite,
  body:not(.home) .interior-page .entry-content .wp-block-quote p,
  body:not(.home) .interior-page .entry-content .wp-block-quote strong,
  body:not(.home) .interior-page .entry-content .wp-block-quote em,
  body:not(.home) .interior-page .entry-content .wp-block-quote ul,
  body:not(.home) .interior-page .entry-content .wp-block-quote ul > li,
  body:not(.home) .interior-page .entry-content .wp-block-quote ol,
  body:not(.home) .interior-page .entry-content .wp-block-quote ol > li,
  body:not(.home) .interior-page .entry-content .wp-block-quote span,
  body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd,
  body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt,
  body:not(.home) .interior-page .entry-content .wp-block-quote cite,
  body:not(.home) .interior-page .content-page blockquote p,
  body:not(.home) .interior-page .content-page blockquote strong,
  body:not(.home) .interior-page .content-page blockquote em,
  body:not(.home) .interior-page .content-page blockquote ul,
  body:not(.home) .interior-page .content-page blockquote ul > li,
  body:not(.home) .interior-page .content-page blockquote ol,
  body:not(.home) .interior-page .content-page blockquote ol > li,
  body:not(.home) .interior-page .content-page blockquote span,
  body:not(.home) .interior-page .content-page blockquote dl.list > dd,
  body:not(.home) .interior-page .content-page blockquote dl.list > dt,
  body:not(.home) .interior-page .content-page blockquote cite,
  body:not(.home) .interior-page .content-page .wp-block-quote p,
  body:not(.home) .interior-page .content-page .wp-block-quote strong,
  body:not(.home) .interior-page .content-page .wp-block-quote em,
  body:not(.home) .interior-page .content-page .wp-block-quote ul,
  body:not(.home) .interior-page .content-page .wp-block-quote ul > li,
  body:not(.home) .interior-page .content-page .wp-block-quote ol,
  body:not(.home) .interior-page .content-page .wp-block-quote ol > li,
  body:not(.home) .interior-page .content-page .wp-block-quote span,
  body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd,
  body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt,
  body:not(.home) .interior-page .content-page .wp-block-quote cite,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote p,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote strong,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote em,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote ul,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote ul > li,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote ol,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote ol > li,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote span,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dd,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dt,
  body.page-template-default:not(.home) .interior-page .entry-content blockquote cite,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote p,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote strong,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote em,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ul,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ul > li,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ol,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote ol > li,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote span,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt,
  body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote cite,
  body.page-template-default:not(.home) .interior-page .content-page blockquote p,
  body.page-template-default:not(.home) .interior-page .content-page blockquote strong,
  body.page-template-default:not(.home) .interior-page .content-page blockquote em,
  body.page-template-default:not(.home) .interior-page .content-page blockquote ul,
  body.page-template-default:not(.home) .interior-page .content-page blockquote ul > li,
  body.page-template-default:not(.home) .interior-page .content-page blockquote ol,
  body.page-template-default:not(.home) .interior-page .content-page blockquote ol > li,
  body.page-template-default:not(.home) .interior-page .content-page blockquote span,
  body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dd,
  body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dt,
  body.page-template-default:not(.home) .interior-page .content-page blockquote cite,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote p,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote strong,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote em,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ul,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ul > li,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ol,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote ol > li,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote span,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt,
  body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote cite {
    font-size: 20px !important;
  }
}
.tribe-events-single .interior-page .entry-content blockquote cite, .tribe-events-single .interior-page .entry-content .wp-block-quote cite, .tribe-events-single .interior-page .content-page blockquote cite, .tribe-events-single .interior-page .content-page .wp-block-quote cite,
#tribe-events .interior-page .entry-content blockquote cite,
#tribe-events .interior-page .entry-content .wp-block-quote cite,
#tribe-events .interior-page .content-page blockquote cite,
#tribe-events .interior-page .content-page .wp-block-quote cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote cite,
body:not(.single-tribe_events) .interior-page .entry-content blockquote cite,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote cite,
body:not(.single-tribe_events) .interior-page .content-page blockquote cite,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote cite,
body:not(.home) .interior-page .entry-content blockquote cite,
body:not(.home) .interior-page .entry-content .wp-block-quote cite,
body:not(.home) .interior-page .content-page blockquote cite,
body:not(.home) .interior-page .content-page .wp-block-quote cite,
body.page-template-default:not(.home) .interior-page .entry-content blockquote cite,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote cite,
body.page-template-default:not(.home) .interior-page .content-page blockquote cite,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote cite {
  font-weight: 500 !important;
}
.tribe-events-single .interior-page .entry-content blockquote .has-text-align-center p, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center strong, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center em, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center ul, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center ul > li, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center ol, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center ol > li, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center span, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center dl.list > dd, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center dl.list > dt, .tribe-events-single .interior-page .entry-content blockquote .has-text-align-center cite, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center p, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center strong, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center em, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center ul, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center ol, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center span, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt, .tribe-events-single .interior-page .entry-content .wp-block-quote .has-text-align-center cite, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center p, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center strong, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center em, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center ul, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center ul > li, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center ol, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center ol > li, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center span, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center dl.list > dd, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center dl.list > dt, .tribe-events-single .interior-page .content-page blockquote .has-text-align-center cite, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center p, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center strong, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center em, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center ul, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center ul > li, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center ol, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center ol > li, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center span, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt, .tribe-events-single .interior-page .content-page .wp-block-quote .has-text-align-center cite,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center p,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center strong,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center em,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center ul,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center ul > li,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center ol,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center ol > li,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center span,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center dl.list > dd,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center dl.list > dt,
#tribe-events .interior-page .entry-content blockquote .has-text-align-center cite,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center p,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center strong,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center em,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center ul,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center ol,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center span,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt,
#tribe-events .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
#tribe-events .interior-page .content-page blockquote .has-text-align-center p,
#tribe-events .interior-page .content-page blockquote .has-text-align-center strong,
#tribe-events .interior-page .content-page blockquote .has-text-align-center em,
#tribe-events .interior-page .content-page blockquote .has-text-align-center ul,
#tribe-events .interior-page .content-page blockquote .has-text-align-center ul > li,
#tribe-events .interior-page .content-page blockquote .has-text-align-center ol,
#tribe-events .interior-page .content-page blockquote .has-text-align-center ol > li,
#tribe-events .interior-page .content-page blockquote .has-text-align-center span,
#tribe-events .interior-page .content-page blockquote .has-text-align-center dl.list > dd,
#tribe-events .interior-page .content-page blockquote .has-text-align-center dl.list > dt,
#tribe-events .interior-page .content-page blockquote .has-text-align-center cite,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center p,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center strong,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center em,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center ul,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center ul > li,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center ol,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center ol > li,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center span,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt,
#tribe-events .interior-page .content-page .wp-block-quote .has-text-align-center cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center span,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content blockquote .has-text-align-center cite,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center em,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center span,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center span,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .content-page blockquote .has-text-align-center cite,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center em,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ul > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ol > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center span,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center cite,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center p,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center strong,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center em,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ul,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ul > li,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ol,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center ol > li,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center span,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center dl.list > dd,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center dl.list > dt,
body:not(.single-tribe_events) .interior-page .entry-content blockquote .has-text-align-center cite,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center p,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center strong,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center em,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ul,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ol,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center span,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.single-tribe_events) .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center p,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center strong,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center em,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center ul,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center ul > li,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center ol,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center ol > li,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center span,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center dl.list > dd,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center dl.list > dt,
body:not(.single-tribe_events) .interior-page .content-page blockquote .has-text-align-center cite,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center p,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center strong,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center em,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ul,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ul > li,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ol,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center ol > li,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center span,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.single-tribe_events) .interior-page .content-page .wp-block-quote .has-text-align-center cite,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center p,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center strong,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center em,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center ul,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center ul > li,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center ol,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center ol > li,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center span,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center dl.list > dd,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center dl.list > dt,
body:not(.home) .interior-page .entry-content blockquote .has-text-align-center cite,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center p,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center strong,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center em,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ul,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ol,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center span,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center p,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center strong,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center em,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center ul,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center ul > li,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center ol,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center ol > li,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center span,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center dl.list > dd,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center dl.list > dt,
body:not(.home) .interior-page .content-page blockquote .has-text-align-center cite,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center p,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center strong,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center em,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ul,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ul > li,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ol,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ol > li,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center span,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt,
body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center cite,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center p,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center strong,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center em,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center ul,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center ul > li,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center ol,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center ol > li,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center span,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center dl.list > dd,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center dl.list > dt,
body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center cite,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center p,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center strong,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center em,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ul,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ul > li,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ol,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center ol > li,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center span,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dd,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center dl.list > dt,
body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center p,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center strong,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center em,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center ul,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center ul > li,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center ol,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center ol > li,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center span,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center dl.list > dd,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center dl.list > dt,
body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center cite,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center p,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center strong,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center em,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ul,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ul > li,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ol,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center ol > li,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center span,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dd,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center dl.list > dt,
body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center cite {
  text-align: center !important;
}
.tribe-events-single .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle), .tribe-events-single .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
#tribe-events .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
#tribe-events .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.post-type-archive-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.single-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.single-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body.page-template-default:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle),
body.page-template-default:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.62;
  text-decoration: underline;
  transition-duration: 0.4s;
  transition-property: color;
}
.tribe-events-single .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover, .tribe-events-single .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
#tribe-events .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
#tribe-events .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.post-type-archive-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.single-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.single-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body.page-template-default:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover,
body.page-template-default:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle):hover {
  color: #C0B5F4;
}
.tribe-events-single .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, .tribe-events-single .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, #tribe-events .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, #tribe-events .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::-moz-selection {
  background-color: #2E3770;
  border-color: white;
  color: white;
}
.tribe-events-single .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection, .tribe-events-single .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
#tribe-events .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
#tribe-events .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.single-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.single-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body.page-template-default:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection,
body.page-template-default:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle)::selection {
  background-color: #2E3770;
  border-color: white;
  color: white;
}
.tribe-events-single .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong, .tribe-events-single .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
#tribe-events .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
#tribe-events .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.single-tribe_events) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.single-tribe_events) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body.page-template-default:not(.home) .interior-page .entry-content a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong,
body.page-template-default:not(.home) .interior-page .content-page a:not([class*=btn-]) :not([role=button]) :not([rel=boxlink]) :not([rel=bookmark]) :not([rel=noopener]) :not([class*=bbp-topic]) :not(.tribe-events-calendar-month__calendar-event-title-link) :not(.aos-init) :not(.bbp-reply-permalink) :not(.bbp-author-link) :not(.subscription-toggle) :not(.favorite-toggle) strong {
  line-height: 1.62;
  color: #181B33;
}
.tribe-events-single .interior-page .entry-content a[rel=external], .tribe-events-single .interior-page .content-page a[rel=external],
#tribe-events .interior-page .entry-content a[rel=external],
#tribe-events .interior-page .content-page a[rel=external],
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a[rel=external],
body:not(.post-type-archive-tribe_events) .interior-page .content-page a[rel=external],
body:not(.single-tribe_events) .interior-page .entry-content a[rel=external],
body:not(.single-tribe_events) .interior-page .content-page a[rel=external],
body:not(.home) .interior-page .entry-content a[rel=external],
body:not(.home) .interior-page .content-page a[rel=external],
body.page-template-default:not(.home) .interior-page .entry-content a[rel=external],
body.page-template-default:not(.home) .interior-page .content-page a[rel=external] {
  position: relative;
}
.tribe-events-single .interior-page .entry-content a[rel=external]::before, .tribe-events-single .interior-page .content-page a[rel=external]::before,
#tribe-events .interior-page .entry-content a[rel=external]::before,
#tribe-events .interior-page .content-page a[rel=external]::before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content a[rel=external]::before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page a[rel=external]::before,
body:not(.single-tribe_events) .interior-page .entry-content a[rel=external]::before,
body:not(.single-tribe_events) .interior-page .content-page a[rel=external]::before,
body:not(.home) .interior-page .entry-content a[rel=external]::before,
body:not(.home) .interior-page .content-page a[rel=external]::before,
body.page-template-default:not(.home) .interior-page .entry-content a[rel=external]::before,
body.page-template-default:not(.home) .interior-page .content-page a[rel=external]::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #181B33;
  position: relative;
  font-size: 16px;
  padding-right: 5px;
  margin-left: 7px;
}
.tribe-events-single .interior-page .entry-content .image-wrapping, .tribe-events-single .interior-page .entry-content .image-post-thumb, .tribe-events-single .interior-page .entry-content .post-image-css, .tribe-events-single .interior-page .content-page .image-wrapping, .tribe-events-single .interior-page .content-page .image-post-thumb, .tribe-events-single .interior-page .content-page .post-image-css,
#tribe-events .interior-page .entry-content .image-wrapping,
#tribe-events .interior-page .entry-content .image-post-thumb,
#tribe-events .interior-page .entry-content .post-image-css,
#tribe-events .interior-page .content-page .image-wrapping,
#tribe-events .interior-page .content-page .image-post-thumb,
#tribe-events .interior-page .content-page .post-image-css,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css,
body:not(.home) .interior-page .entry-content .image-wrapping,
body:not(.home) .interior-page .entry-content .image-post-thumb,
body:not(.home) .interior-page .entry-content .post-image-css,
body:not(.home) .interior-page .content-page .image-wrapping,
body:not(.home) .interior-page .content-page .image-post-thumb,
body:not(.home) .interior-page .content-page .post-image-css,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative; /* If you want text inside of it */
}
.tribe-events-single .interior-page .entry-content .image-wrapping img, .tribe-events-single .interior-page .entry-content .image-wrapping .wrapped-image, .tribe-events-single .interior-page .entry-content .image-post-thumb img, .tribe-events-single .interior-page .entry-content .image-post-thumb .wrapped-image, .tribe-events-single .interior-page .entry-content .post-image-css img, .tribe-events-single .interior-page .entry-content .post-image-css .wrapped-image, .tribe-events-single .interior-page .content-page .image-wrapping img, .tribe-events-single .interior-page .content-page .image-wrapping .wrapped-image, .tribe-events-single .interior-page .content-page .image-post-thumb img, .tribe-events-single .interior-page .content-page .image-post-thumb .wrapped-image, .tribe-events-single .interior-page .content-page .post-image-css img, .tribe-events-single .interior-page .content-page .post-image-css .wrapped-image,
#tribe-events .interior-page .entry-content .image-wrapping img,
#tribe-events .interior-page .entry-content .image-wrapping .wrapped-image,
#tribe-events .interior-page .entry-content .image-post-thumb img,
#tribe-events .interior-page .entry-content .image-post-thumb .wrapped-image,
#tribe-events .interior-page .entry-content .post-image-css img,
#tribe-events .interior-page .entry-content .post-image-css .wrapped-image,
#tribe-events .interior-page .content-page .image-wrapping img,
#tribe-events .interior-page .content-page .image-wrapping .wrapped-image,
#tribe-events .interior-page .content-page .image-post-thumb img,
#tribe-events .interior-page .content-page .image-post-thumb .wrapped-image,
#tribe-events .interior-page .content-page .post-image-css img,
#tribe-events .interior-page .content-page .post-image-css .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css .wrapped-image,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping img,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb img,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css img,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping img,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb img,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css img,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css .wrapped-image,
body:not(.home) .interior-page .entry-content .image-wrapping img,
body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image,
body:not(.home) .interior-page .entry-content .image-post-thumb img,
body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image,
body:not(.home) .interior-page .entry-content .post-image-css img,
body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image,
body:not(.home) .interior-page .content-page .image-wrapping img,
body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image,
body:not(.home) .interior-page .content-page .image-post-thumb img,
body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image,
body:not(.home) .interior-page .content-page .post-image-css img,
body:not(.home) .interior-page .content-page .post-image-css .wrapped-image,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css img,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image {
  transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  width: 100%;
}
.tribe-events-single .interior-page .entry-content .image-wrapping img.image-fit-contain, .tribe-events-single .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain, .tribe-events-single .interior-page .entry-content .image-post-thumb img.image-fit-contain, .tribe-events-single .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain, .tribe-events-single .interior-page .entry-content .post-image-css img.image-fit-contain, .tribe-events-single .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain, .tribe-events-single .interior-page .content-page .image-wrapping img.image-fit-contain, .tribe-events-single .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain, .tribe-events-single .interior-page .content-page .image-post-thumb img.image-fit-contain, .tribe-events-single .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain, .tribe-events-single .interior-page .content-page .post-image-css img.image-fit-contain, .tribe-events-single .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain,
#tribe-events .interior-page .entry-content .image-wrapping img.image-fit-contain,
#tribe-events .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain,
#tribe-events .interior-page .entry-content .image-post-thumb img.image-fit-contain,
#tribe-events .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain,
#tribe-events .interior-page .entry-content .post-image-css img.image-fit-contain,
#tribe-events .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain,
#tribe-events .interior-page .content-page .image-wrapping img.image-fit-contain,
#tribe-events .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain,
#tribe-events .interior-page .content-page .image-post-thumb img.image-fit-contain,
#tribe-events .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain,
#tribe-events .interior-page .content-page .post-image-css img.image-fit-contain,
#tribe-events .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css img.image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css img.image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .entry-content .image-wrapping img.image-fit-contain,
body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .entry-content .image-post-thumb img.image-fit-contain,
body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .entry-content .post-image-css img.image-fit-contain,
body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .content-page .image-wrapping img.image-fit-contain,
body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .content-page .image-post-thumb img.image-fit-contain,
body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain,
body:not(.home) .interior-page .content-page .post-image-css img.image-fit-contain,
body:not(.home) .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css img.image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image.image-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.tribe-events-single .interior-page .entry-content .image-wrapping img.top, .tribe-events-single .interior-page .entry-content .image-wrapping .wrapped-image.top, .tribe-events-single .interior-page .entry-content .image-post-thumb img.top, .tribe-events-single .interior-page .entry-content .image-post-thumb .wrapped-image.top, .tribe-events-single .interior-page .entry-content .post-image-css img.top, .tribe-events-single .interior-page .entry-content .post-image-css .wrapped-image.top, .tribe-events-single .interior-page .content-page .image-wrapping img.top, .tribe-events-single .interior-page .content-page .image-wrapping .wrapped-image.top, .tribe-events-single .interior-page .content-page .image-post-thumb img.top, .tribe-events-single .interior-page .content-page .image-post-thumb .wrapped-image.top, .tribe-events-single .interior-page .content-page .post-image-css img.top, .tribe-events-single .interior-page .content-page .post-image-css .wrapped-image.top,
#tribe-events .interior-page .entry-content .image-wrapping img.top,
#tribe-events .interior-page .entry-content .image-wrapping .wrapped-image.top,
#tribe-events .interior-page .entry-content .image-post-thumb img.top,
#tribe-events .interior-page .entry-content .image-post-thumb .wrapped-image.top,
#tribe-events .interior-page .entry-content .post-image-css img.top,
#tribe-events .interior-page .entry-content .post-image-css .wrapped-image.top,
#tribe-events .interior-page .content-page .image-wrapping img.top,
#tribe-events .interior-page .content-page .image-wrapping .wrapped-image.top,
#tribe-events .interior-page .content-page .image-post-thumb img.top,
#tribe-events .interior-page .content-page .image-post-thumb .wrapped-image.top,
#tribe-events .interior-page .content-page .post-image-css img.top,
#tribe-events .interior-page .content-page .post-image-css .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping img.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb img.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css img.top,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping img.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb img.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css img.top,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping img.top,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb img.top,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css img.top,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping img.top,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb img.top,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.top,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css img.top,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.top,
body:not(.home) .interior-page .entry-content .image-wrapping img.top,
body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.top,
body:not(.home) .interior-page .entry-content .image-post-thumb img.top,
body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.top,
body:not(.home) .interior-page .entry-content .post-image-css img.top,
body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.top,
body:not(.home) .interior-page .content-page .image-wrapping img.top,
body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.top,
body:not(.home) .interior-page .content-page .image-post-thumb img.top,
body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.top,
body:not(.home) .interior-page .content-page .post-image-css img.top,
body:not(.home) .interior-page .content-page .post-image-css .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img.top,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img.top,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img.top,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img.top,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img.top,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.top,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css img.top,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image.top {
  -o-object-position: top;
     object-position: top;
}
.tribe-events-single .interior-page .entry-content .image-wrapping img.center, .tribe-events-single .interior-page .entry-content .image-wrapping .wrapped-image.center, .tribe-events-single .interior-page .entry-content .image-post-thumb img.center, .tribe-events-single .interior-page .entry-content .image-post-thumb .wrapped-image.center, .tribe-events-single .interior-page .entry-content .post-image-css img.center, .tribe-events-single .interior-page .entry-content .post-image-css .wrapped-image.center, .tribe-events-single .interior-page .content-page .image-wrapping img.center, .tribe-events-single .interior-page .content-page .image-wrapping .wrapped-image.center, .tribe-events-single .interior-page .content-page .image-post-thumb img.center, .tribe-events-single .interior-page .content-page .image-post-thumb .wrapped-image.center, .tribe-events-single .interior-page .content-page .post-image-css img.center, .tribe-events-single .interior-page .content-page .post-image-css .wrapped-image.center,
#tribe-events .interior-page .entry-content .image-wrapping img.center,
#tribe-events .interior-page .entry-content .image-wrapping .wrapped-image.center,
#tribe-events .interior-page .entry-content .image-post-thumb img.center,
#tribe-events .interior-page .entry-content .image-post-thumb .wrapped-image.center,
#tribe-events .interior-page .entry-content .post-image-css img.center,
#tribe-events .interior-page .entry-content .post-image-css .wrapped-image.center,
#tribe-events .interior-page .content-page .image-wrapping img.center,
#tribe-events .interior-page .content-page .image-wrapping .wrapped-image.center,
#tribe-events .interior-page .content-page .image-post-thumb img.center,
#tribe-events .interior-page .content-page .image-post-thumb .wrapped-image.center,
#tribe-events .interior-page .content-page .post-image-css img.center,
#tribe-events .interior-page .content-page .post-image-css .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping img.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb img.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css img.center,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping img.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb img.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css img.center,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping img.center,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb img.center,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css img.center,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping img.center,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb img.center,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.center,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css img.center,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.center,
body:not(.home) .interior-page .entry-content .image-wrapping img.center,
body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.center,
body:not(.home) .interior-page .entry-content .image-post-thumb img.center,
body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.center,
body:not(.home) .interior-page .entry-content .post-image-css img.center,
body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.center,
body:not(.home) .interior-page .content-page .image-wrapping img.center,
body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.center,
body:not(.home) .interior-page .content-page .image-post-thumb img.center,
body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.center,
body:not(.home) .interior-page .content-page .post-image-css img.center,
body:not(.home) .interior-page .content-page .post-image-css .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img.center,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img.center,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img.center,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img.center,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img.center,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.center,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css img.center,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image.center {
  -o-object-position: center;
     object-position: center;
}
.tribe-events-single .interior-page .entry-content .image-wrapping img.bottom, .tribe-events-single .interior-page .entry-content .image-wrapping .wrapped-image.bottom, .tribe-events-single .interior-page .entry-content .image-post-thumb img.bottom, .tribe-events-single .interior-page .entry-content .image-post-thumb .wrapped-image.bottom, .tribe-events-single .interior-page .entry-content .post-image-css img.bottom, .tribe-events-single .interior-page .entry-content .post-image-css .wrapped-image.bottom, .tribe-events-single .interior-page .content-page .image-wrapping img.bottom, .tribe-events-single .interior-page .content-page .image-wrapping .wrapped-image.bottom, .tribe-events-single .interior-page .content-page .image-post-thumb img.bottom, .tribe-events-single .interior-page .content-page .image-post-thumb .wrapped-image.bottom, .tribe-events-single .interior-page .content-page .post-image-css img.bottom, .tribe-events-single .interior-page .content-page .post-image-css .wrapped-image.bottom,
#tribe-events .interior-page .entry-content .image-wrapping img.bottom,
#tribe-events .interior-page .entry-content .image-wrapping .wrapped-image.bottom,
#tribe-events .interior-page .entry-content .image-post-thumb img.bottom,
#tribe-events .interior-page .entry-content .image-post-thumb .wrapped-image.bottom,
#tribe-events .interior-page .entry-content .post-image-css img.bottom,
#tribe-events .interior-page .entry-content .post-image-css .wrapped-image.bottom,
#tribe-events .interior-page .content-page .image-wrapping img.bottom,
#tribe-events .interior-page .content-page .image-wrapping .wrapped-image.bottom,
#tribe-events .interior-page .content-page .image-post-thumb img.bottom,
#tribe-events .interior-page .content-page .image-post-thumb .wrapped-image.bottom,
#tribe-events .interior-page .content-page .post-image-css img.bottom,
#tribe-events .interior-page .content-page .post-image-css .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css img.bottom,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping img.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .image-wrapping .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb img.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .image-post-thumb .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css img.bottom,
body:not(.single-tribe_events) .interior-page .entry-content .post-image-css .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping img.bottom,
body:not(.single-tribe_events) .interior-page .content-page .image-wrapping .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb img.bottom,
body:not(.single-tribe_events) .interior-page .content-page .image-post-thumb .wrapped-image.bottom,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css img.bottom,
body:not(.single-tribe_events) .interior-page .content-page .post-image-css .wrapped-image.bottom,
body:not(.home) .interior-page .entry-content .image-wrapping img.bottom,
body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.bottom,
body:not(.home) .interior-page .entry-content .image-post-thumb img.bottom,
body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.bottom,
body:not(.home) .interior-page .entry-content .post-image-css img.bottom,
body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.bottom,
body:not(.home) .interior-page .content-page .image-wrapping img.bottom,
body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.bottom,
body:not(.home) .interior-page .content-page .image-post-thumb img.bottom,
body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.bottom,
body:not(.home) .interior-page .content-page .post-image-css img.bottom,
body:not(.home) .interior-page .content-page .post-image-css .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img.bottom,
body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img.bottom,
body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img.bottom,
body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image.bottom,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css img.bottom,
body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.tribe-events-single .interior-page .entry-content .image-fit-cover, .tribe-events-single .interior-page .content-page .image-fit-cover,
#tribe-events .interior-page .entry-content .image-fit-cover,
#tribe-events .interior-page .content-page .image-fit-cover,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-fit-cover,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-fit-cover,
body:not(.single-tribe_events) .interior-page .entry-content .image-fit-cover,
body:not(.single-tribe_events) .interior-page .content-page .image-fit-cover,
body:not(.home) .interior-page .entry-content .image-fit-cover,
body:not(.home) .interior-page .content-page .image-fit-cover,
body.page-template-default:not(.home) .interior-page .entry-content .image-fit-cover,
body.page-template-default:not(.home) .interior-page .content-page .image-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tribe-events-single .interior-page .entry-content .image-fit-contain, .tribe-events-single .interior-page .content-page .image-fit-contain,
#tribe-events .interior-page .entry-content .image-fit-contain,
#tribe-events .interior-page .content-page .image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .image-fit-contain,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .image-fit-contain,
body:not(.single-tribe_events) .interior-page .entry-content .image-fit-contain,
body:not(.single-tribe_events) .interior-page .content-page .image-fit-contain,
body:not(.home) .interior-page .entry-content .image-fit-contain,
body:not(.home) .interior-page .content-page .image-fit-contain,
body.page-template-default:not(.home) .interior-page .entry-content .image-fit-contain,
body.page-template-default:not(.home) .interior-page .content-page .image-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.tribe-events-single .interior-page .entry-content .wp-caption, .tribe-events-single .interior-page .content-page .wp-caption,
#tribe-events .interior-page .entry-content .wp-caption,
#tribe-events .interior-page .content-page .wp-caption,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-caption,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-caption,
body:not(.single-tribe_events) .interior-page .entry-content .wp-caption,
body:not(.single-tribe_events) .interior-page .content-page .wp-caption,
body:not(.home) .interior-page .entry-content .wp-caption,
body:not(.home) .interior-page .content-page .wp-caption,
body.page-template-default:not(.home) .interior-page .entry-content .wp-caption,
body.page-template-default:not(.home) .interior-page .content-page .wp-caption {
  display: block;
  max-width: 100%;
}
.tribe-events-single .interior-page .entry-content .wp-caption img, .tribe-events-single .interior-page .content-page .wp-caption img,
#tribe-events .interior-page .entry-content .wp-caption img,
#tribe-events .interior-page .content-page .wp-caption img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-caption img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-caption img,
body:not(.single-tribe_events) .interior-page .entry-content .wp-caption img,
body:not(.single-tribe_events) .interior-page .content-page .wp-caption img,
body:not(.home) .interior-page .entry-content .wp-caption img,
body:not(.home) .interior-page .content-page .wp-caption img,
body.page-template-default:not(.home) .interior-page .entry-content .wp-caption img,
body.page-template-default:not(.home) .interior-page .content-page .wp-caption img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 100%;
}
.tribe-events-single .interior-page .entry-content .wp-caption .wp-caption-text, .tribe-events-single .interior-page .content-page .wp-caption .wp-caption-text,
#tribe-events .interior-page .entry-content .wp-caption .wp-caption-text,
#tribe-events .interior-page .content-page .wp-caption .wp-caption-text,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .wp-caption .wp-caption-text,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .wp-caption .wp-caption-text,
body:not(.single-tribe_events) .interior-page .entry-content .wp-caption .wp-caption-text,
body:not(.single-tribe_events) .interior-page .content-page .wp-caption .wp-caption-text,
body:not(.home) .interior-page .entry-content .wp-caption .wp-caption-text,
body:not(.home) .interior-page .content-page .wp-caption .wp-caption-text,
body.page-template-default:not(.home) .interior-page .entry-content .wp-caption .wp-caption-text,
body.page-template-default:not(.home) .interior-page .content-page .wp-caption .wp-caption-text {
  font-family: "calluna", serif;
  color: #242B58 !important;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 23px;
}
.tribe-events-single .interior-page .entry-content figure a, .tribe-events-single .interior-page .content-page figure a,
#tribe-events .interior-page .entry-content figure a,
#tribe-events .interior-page .content-page figure a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure a,
body:not(.single-tribe_events) .interior-page .entry-content figure a,
body:not(.single-tribe_events) .interior-page .content-page figure a,
body:not(.home) .interior-page .entry-content figure a,
body:not(.home) .interior-page .content-page figure a,
body.page-template-default:not(.home) .interior-page .entry-content figure a,
body.page-template-default:not(.home) .interior-page .content-page figure a {
  border: none !important;
}
.tribe-events-single .interior-page .entry-content figure img, .tribe-events-single .interior-page .content-page figure img,
#tribe-events .interior-page .entry-content figure img,
#tribe-events .interior-page .content-page figure img,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure img,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure img,
body:not(.single-tribe_events) .interior-page .entry-content figure img,
body:not(.single-tribe_events) .interior-page .content-page figure img,
body:not(.home) .interior-page .entry-content figure img,
body:not(.home) .interior-page .content-page figure img,
body.page-template-default:not(.home) .interior-page .entry-content figure img,
body.page-template-default:not(.home) .interior-page .content-page figure img {
  max-width: 100%;
}
.tribe-events-single .interior-page .entry-content figure figcaption, .tribe-events-single .interior-page .content-page figure figcaption,
#tribe-events .interior-page .entry-content figure figcaption,
#tribe-events .interior-page .content-page figure figcaption,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption,
body:not(.single-tribe_events) .interior-page .entry-content figure figcaption,
body:not(.single-tribe_events) .interior-page .content-page figure figcaption,
body:not(.home) .interior-page .entry-content figure figcaption,
body:not(.home) .interior-page .content-page figure figcaption,
body.page-template-default:not(.home) .interior-page .entry-content figure figcaption,
body.page-template-default:not(.home) .interior-page .content-page figure figcaption {
  font-family: "calluna", serif;
  color: #242B58;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 23px;
  text-transform: capitalize;
}
.tribe-events-single .interior-page .entry-content figure figcaption strong, .tribe-events-single .interior-page .content-page figure figcaption strong,
#tribe-events .interior-page .entry-content figure figcaption strong,
#tribe-events .interior-page .content-page figure figcaption strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption strong,
body:not(.single-tribe_events) .interior-page .entry-content figure figcaption strong,
body:not(.single-tribe_events) .interior-page .content-page figure figcaption strong,
body:not(.home) .interior-page .entry-content figure figcaption strong,
body:not(.home) .interior-page .content-page figure figcaption strong,
body.page-template-default:not(.home) .interior-page .entry-content figure figcaption strong,
body.page-template-default:not(.home) .interior-page .content-page figure figcaption strong {
  font-weight: 700;
}
.tribe-events-single .interior-page .entry-content figure figcaption strong::-moz-selection, .tribe-events-single .interior-page .content-page figure figcaption strong::-moz-selection, #tribe-events .interior-page .entry-content figure figcaption strong::-moz-selection, #tribe-events .interior-page .content-page figure figcaption strong::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption strong::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption strong::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content figure figcaption strong::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page figure figcaption strong::-moz-selection, body:not(.home) .interior-page .entry-content figure figcaption strong::-moz-selection, body:not(.home) .interior-page .content-page figure figcaption strong::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content figure figcaption strong::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page figure figcaption strong::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content figure figcaption strong::selection, .tribe-events-single .interior-page .content-page figure figcaption strong::selection,
#tribe-events .interior-page .entry-content figure figcaption strong::selection,
#tribe-events .interior-page .content-page figure figcaption strong::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption strong::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption strong::selection,
body:not(.single-tribe_events) .interior-page .entry-content figure figcaption strong::selection,
body:not(.single-tribe_events) .interior-page .content-page figure figcaption strong::selection,
body:not(.home) .interior-page .entry-content figure figcaption strong::selection,
body:not(.home) .interior-page .content-page figure figcaption strong::selection,
body.page-template-default:not(.home) .interior-page .entry-content figure figcaption strong::selection,
body.page-template-default:not(.home) .interior-page .content-page figure figcaption strong::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content figure figcaption::-moz-selection, .tribe-events-single .interior-page .content-page figure figcaption::-moz-selection, #tribe-events .interior-page .entry-content figure figcaption::-moz-selection, #tribe-events .interior-page .content-page figure figcaption::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content figure figcaption::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page figure figcaption::-moz-selection, body:not(.home) .interior-page .entry-content figure figcaption::-moz-selection, body:not(.home) .interior-page .content-page figure figcaption::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content figure figcaption::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page figure figcaption::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content figure figcaption::selection, .tribe-events-single .interior-page .content-page figure figcaption::selection,
#tribe-events .interior-page .entry-content figure figcaption::selection,
#tribe-events .interior-page .content-page figure figcaption::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure figcaption::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure figcaption::selection,
body:not(.single-tribe_events) .interior-page .entry-content figure figcaption::selection,
body:not(.single-tribe_events) .interior-page .content-page figure figcaption::selection,
body:not(.home) .interior-page .entry-content figure figcaption::selection,
body:not(.home) .interior-page .content-page figure figcaption::selection,
body.page-template-default:not(.home) .interior-page .entry-content figure figcaption::selection,
body.page-template-default:not(.home) .interior-page .content-page figure figcaption::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content .table-responsive .table tr td a, .tribe-events-single .interior-page .entry-content .table-responsive table tr td a, .tribe-events-single .interior-page .content-page .table-responsive .table tr td a, .tribe-events-single .interior-page .content-page .table-responsive table tr td a,
#tribe-events .interior-page .entry-content .table-responsive .table tr td a,
#tribe-events .interior-page .entry-content .table-responsive table tr td a,
#tribe-events .interior-page .content-page .table-responsive .table tr td a,
#tribe-events .interior-page .content-page .table-responsive table tr td a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive .table tr td a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive table tr td a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive .table tr td a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive table tr td a,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive .table tr td a,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive table tr td a,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive .table tr td a,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive table tr td a,
body:not(.home) .interior-page .entry-content .table-responsive .table tr td a,
body:not(.home) .interior-page .entry-content .table-responsive table tr td a,
body:not(.home) .interior-page .content-page .table-responsive .table tr td a,
body:not(.home) .interior-page .content-page .table-responsive table tr td a,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr td a,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr td a,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr td a,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr td a {
  display: inline !important;
}
.tribe-events-single .interior-page .entry-content .table-responsive .table tr:nth-child(even) td, .tribe-events-single .interior-page .entry-content .table-responsive table tr:nth-child(even) td, .tribe-events-single .interior-page .content-page .table-responsive .table tr:nth-child(even) td, .tribe-events-single .interior-page .content-page .table-responsive table tr:nth-child(even) td,
#tribe-events .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
#tribe-events .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
#tribe-events .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
#tribe-events .interior-page .content-page .table-responsive table tr:nth-child(even) td,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive table tr:nth-child(even) td,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive table tr:nth-child(even) td,
body:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
body:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
body:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
body:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(even) td,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(even) td {
  padding: 10px 15px;
}
.tribe-events-single .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td, .tribe-events-single .interior-page .entry-content .table-responsive table tr:nth-child(odd) td, .tribe-events-single .interior-page .content-page .table-responsive .table tr:nth-child(odd) td, .tribe-events-single .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
#tribe-events .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
#tribe-events .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
#tribe-events .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
#tribe-events .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
body:not(.single-tribe_events) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
body:not(.single-tribe_events) .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
body:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
body:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
body:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
body:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(odd) td {
  padding: 10px 15px;
}
.tribe-events-single .interior-page .entry-content figure.wp-block-embed-youtube, .tribe-events-single .interior-page .content-page figure.wp-block-embed-youtube,
#tribe-events .interior-page .entry-content figure.wp-block-embed-youtube,
#tribe-events .interior-page .content-page figure.wp-block-embed-youtube,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube,
body:not(.single-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube,
body:not(.single-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube,
body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube,
body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube,
body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube,
body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube {
  height: 600px;
  width: 100%;
}
.tribe-events-single .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .tribe-events-single .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
#tribe-events .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
#tribe-events .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.single-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.single-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  height: 600px;
}
.tribe-events-single .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .tribe-events-single .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
#tribe-events .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
#tribe-events .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.post-type-archive-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.single-tribe_events) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.single-tribe_events) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}
.tribe-events-single .interior-page .entry-content ul:not(.list):not(.job_types), .tribe-events-single .interior-page .content-page ul:not(.list):not(.job_types),
#tribe-events .interior-page .entry-content ul:not(.list):not(.job_types),
#tribe-events .interior-page .content-page ul:not(.list):not(.job_types),
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types),
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types),
body:not(.single-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types),
body:not(.single-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types),
body:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types),
body:not(.home) .interior-page .content-page ul:not(.list):not(.job_types),
body.page-template-default:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types),
body.page-template-default:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) {
  padding-left: 15px;
  list-style-type: disc;
  margin-top: 20px;
}
.tribe-events-single .interior-page .entry-content ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .content-page ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .entry-content ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .content-page ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.62;
}
.tribe-events-single .interior-page .entry-content ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .content-page ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .entry-content ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .content-page ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li a {
  text-decoration: underline !important;
}
.tribe-events-single .interior-page .entry-content ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .entry-content ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .content-page ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .content-page ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .entry-content ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .entry-content ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .content-page ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .content-page ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .content-page ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .content-page ul:not(.list):not(.job_types) li ol li {
  margin-top: 0 !important;
  color: #181B33;
}
.tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li::marker {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-primary-color ol:not(.list):not(.carousel-indicators) li ol li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li::marker {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker, .tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li::marker {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-secondary-color ol:not(.list):not(.carousel-indicators) li ol li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li::marker {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li::marker,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li::marker {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a, .tribe-events-single .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
#tribe-events .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.single-tribe_events) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .entry-content .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ul:not(.list):not(.job_types) li ol li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ul li a,
body.page-template-default:not(.home) .interior-page .content-page .bg-tertiary-color ol:not(.list):not(.carousel-indicators) li ol li a {
  color: #ffffff;
}
.tribe-events-single .interior-page .entry-content ul.list, .tribe-events-single .interior-page .content-page ul.list,
#tribe-events .interior-page .entry-content ul.list,
#tribe-events .interior-page .content-page ul.list,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list,
body:not(.single-tribe_events) .interior-page .entry-content ul.list,
body:not(.single-tribe_events) .interior-page .content-page ul.list,
body:not(.home) .interior-page .entry-content ul.list,
body:not(.home) .interior-page .content-page ul.list,
body.page-template-default:not(.home) .interior-page .entry-content ul.list,
body.page-template-default:not(.home) .interior-page .content-page ul.list {
  padding: 0 !important;
}
.tribe-events-single .interior-page .entry-content ul.list br, .tribe-events-single .interior-page .content-page ul.list br,
#tribe-events .interior-page .entry-content ul.list br,
#tribe-events .interior-page .content-page ul.list br,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list br,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list br,
body:not(.single-tribe_events) .interior-page .entry-content ul.list br,
body:not(.single-tribe_events) .interior-page .content-page ul.list br,
body:not(.home) .interior-page .entry-content ul.list br,
body:not(.home) .interior-page .content-page ul.list br,
body.page-template-default:not(.home) .interior-page .entry-content ul.list br,
body.page-template-default:not(.home) .interior-page .content-page ul.list br {
  display: none;
}
.tribe-events-single .interior-page .entry-content ul.list li, .tribe-events-single .interior-page .content-page ul.list li,
#tribe-events .interior-page .entry-content ul.list li,
#tribe-events .interior-page .content-page ul.list li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li,
body:not(.single-tribe_events) .interior-page .content-page ul.list li,
body:not(.home) .interior-page .entry-content ul.list li,
body:not(.home) .interior-page .content-page ul.list li,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li,
body.page-template-default:not(.home) .interior-page .content-page ul.list li {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1.62;
  list-style-type: none;
  margin: 0;
  padding-left: 17px;
  position: relative;
  text-align: left;
}
.tribe-events-single .interior-page .entry-content ul.list li::marker, .tribe-events-single .interior-page .content-page ul.list li::marker,
#tribe-events .interior-page .entry-content ul.list li::marker,
#tribe-events .interior-page .content-page ul.list li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li::marker,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li::marker,
body:not(.single-tribe_events) .interior-page .content-page ul.list li::marker,
body:not(.home) .interior-page .entry-content ul.list li::marker,
body:not(.home) .interior-page .content-page ul.list li::marker,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li::marker,
body.page-template-default:not(.home) .interior-page .content-page ul.list li::marker {
  content: none;
}
.tribe-events-single .interior-page .entry-content ul.list li::before, .tribe-events-single .interior-page .content-page ul.list li::before,
#tribe-events .interior-page .entry-content ul.list li::before,
#tribe-events .interior-page .content-page ul.list li::before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li::before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li::before,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li::before,
body:not(.single-tribe_events) .interior-page .content-page ul.list li::before,
body:not(.home) .interior-page .entry-content ul.list li::before,
body:not(.home) .interior-page .content-page ul.list li::before,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li::before,
body.page-template-default:not(.home) .interior-page .content-page ul.list li::before {
  content: "";
  background: #672E86;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  width: 8px;
  height: 7px;
  bottom: 7px;
}
.tribe-events-single .interior-page .entry-content ul.list li::-moz-selection, .tribe-events-single .interior-page .content-page ul.list li::-moz-selection, #tribe-events .interior-page .entry-content ul.list li::-moz-selection, #tribe-events .interior-page .content-page ul.list li::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content ul.list li::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page ul.list li::-moz-selection, body:not(.home) .interior-page .entry-content ul.list li::-moz-selection, body:not(.home) .interior-page .content-page ul.list li::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content ul.list li::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page ul.list li::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ul.list li::selection, .tribe-events-single .interior-page .content-page ul.list li::selection,
#tribe-events .interior-page .entry-content ul.list li::selection,
#tribe-events .interior-page .content-page ul.list li::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li::selection,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li::selection,
body:not(.single-tribe_events) .interior-page .content-page ul.list li::selection,
body:not(.home) .interior-page .entry-content ul.list li::selection,
body:not(.home) .interior-page .content-page ul.list li::selection,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li::selection,
body.page-template-default:not(.home) .interior-page .content-page ul.list li::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ul.list li a, .tribe-events-single .interior-page .content-page ul.list li a,
#tribe-events .interior-page .entry-content ul.list li a,
#tribe-events .interior-page .content-page ul.list li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li a,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li a,
body:not(.single-tribe_events) .interior-page .content-page ul.list li a,
body:not(.home) .interior-page .entry-content ul.list li a,
body:not(.home) .interior-page .content-page ul.list li a,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li a,
body.page-template-default:not(.home) .interior-page .content-page ul.list li a {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  text-align: left;
  text-decoration: underline;
}
.tribe-events-single .interior-page .entry-content ul.list li p, .tribe-events-single .interior-page .content-page ul.list li p,
#tribe-events .interior-page .entry-content ul.list li p,
#tribe-events .interior-page .content-page ul.list li p,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li p,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li p,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li p,
body:not(.single-tribe_events) .interior-page .content-page ul.list li p,
body:not(.home) .interior-page .entry-content ul.list li p,
body:not(.home) .interior-page .content-page ul.list li p,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li p,
body.page-template-default:not(.home) .interior-page .content-page ul.list li p {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.62;
  text-align: left;
}
.tribe-events-single .interior-page .entry-content ul.list li p::-moz-selection, .tribe-events-single .interior-page .content-page ul.list li p::-moz-selection, #tribe-events .interior-page .entry-content ul.list li p::-moz-selection, #tribe-events .interior-page .content-page ul.list li p::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li p::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li p::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content ul.list li p::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page ul.list li p::-moz-selection, body:not(.home) .interior-page .entry-content ul.list li p::-moz-selection, body:not(.home) .interior-page .content-page ul.list li p::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content ul.list li p::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page ul.list li p::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ul.list li p::selection, .tribe-events-single .interior-page .content-page ul.list li p::selection,
#tribe-events .interior-page .entry-content ul.list li p::selection,
#tribe-events .interior-page .content-page ul.list li p::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li p::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li p::selection,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li p::selection,
body:not(.single-tribe_events) .interior-page .content-page ul.list li p::selection,
body:not(.home) .interior-page .entry-content ul.list li p::selection,
body:not(.home) .interior-page .content-page ul.list li p::selection,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li p::selection,
body.page-template-default:not(.home) .interior-page .content-page ul.list li p::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ul.list li p strong, .tribe-events-single .interior-page .content-page ul.list li p strong,
#tribe-events .interior-page .entry-content ul.list li p strong,
#tribe-events .interior-page .content-page ul.list li p strong,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li p strong,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li p strong,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li p strong,
body:not(.single-tribe_events) .interior-page .content-page ul.list li p strong,
body:not(.home) .interior-page .entry-content ul.list li p strong,
body:not(.home) .interior-page .content-page ul.list li p strong,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li p strong,
body.page-template-default:not(.home) .interior-page .content-page ul.list li p strong {
  color: #181B33;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}
.tribe-events-single .interior-page .entry-content ul.list li ul, .tribe-events-single .interior-page .content-page ul.list li ul,
#tribe-events .interior-page .entry-content ul.list li ul,
#tribe-events .interior-page .content-page ul.list li ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li ul,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li ul,
body:not(.single-tribe_events) .interior-page .content-page ul.list li ul,
body:not(.home) .interior-page .entry-content ul.list li ul,
body:not(.home) .interior-page .content-page ul.list li ul,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li ul,
body.page-template-default:not(.home) .interior-page .content-page ul.list li ul {
  padding-left: 15px;
}
.tribe-events-single .interior-page .entry-content ul.list li ol, .tribe-events-single .interior-page .content-page ul.list li ol,
#tribe-events .interior-page .entry-content ul.list li ol,
#tribe-events .interior-page .content-page ul.list li ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li ol,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li ol,
body:not(.single-tribe_events) .interior-page .content-page ul.list li ol,
body:not(.home) .interior-page .entry-content ul.list li ol,
body:not(.home) .interior-page .content-page ul.list li ol,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li ol,
body.page-template-default:not(.home) .interior-page .content-page ul.list li ol {
  padding: 0;
}
.tribe-events-single .interior-page .entry-content ul.list li ol li, .tribe-events-single .interior-page .content-page ul.list li ol li,
#tribe-events .interior-page .entry-content ul.list li ol li,
#tribe-events .interior-page .content-page ul.list li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li ol li,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li ol li,
body:not(.single-tribe_events) .interior-page .content-page ul.list li ol li,
body:not(.home) .interior-page .entry-content ul.list li ol li,
body:not(.home) .interior-page .content-page ul.list li ol li,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li ol li,
body.page-template-default:not(.home) .interior-page .content-page ul.list li ol li {
  font-family: "sanchez", serif;
  color: #181B33;
  font-size: 16px;
  line-height: 1.62;
  padding-left: 0;
  margin-bottom: 0.6em;
  position: relative;
}
.tribe-events-single .interior-page .entry-content ul.list li ol li::marker, .tribe-events-single .interior-page .content-page ul.list li ol li::marker,
#tribe-events .interior-page .entry-content ul.list li ol li::marker,
#tribe-events .interior-page .content-page ul.list li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ul.list li ol li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ul.list li ol li::marker,
body:not(.single-tribe_events) .interior-page .entry-content ul.list li ol li::marker,
body:not(.single-tribe_events) .interior-page .content-page ul.list li ol li::marker,
body:not(.home) .interior-page .entry-content ul.list li ol li::marker,
body:not(.home) .interior-page .content-page ul.list li ol li::marker,
body.page-template-default:not(.home) .interior-page .entry-content ul.list li ol li::marker,
body.page-template-default:not(.home) .interior-page .content-page ul.list li ol li::marker {
  font-family: "sanchez", serif;
  background: transparent;
  border-radius: 0;
  color: #242B58;
  display: inline-block;
  font-size: 16px;
  font-weight: 700 !important;
  left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators), .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators),
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators),
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators),
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators),
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators),
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators),
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators),
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators),
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators),
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators),
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) {
  padding: 0 0 0 30px;
  counter-reset: listitems;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li {
  font-family: "sanchez", serif;
  font-size: 16px;
  line-height: 1.62;
  padding-left: 0;
  position: relative;
  color: #181B33;
  counter-increment: listitems;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li::marker,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li::marker {
  content: counters(listitems, ".") ". ";
  font-weight: 700;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li a,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li a {
  padding: 0;
  color: #242B58;
  text-decoration: underline;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul {
  list-style-type: none;
  margin-top: 0;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li {
  margin-top: 0;
  position: relative;
  padding-left: 17px;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::marker,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::marker {
  content: none;
}
.tribe-events-single .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before, .tribe-events-single .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before,
#tribe-events .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before,
#tribe-events .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.single-tribe_events) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.single-tribe_events) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before,
body:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before,
body.page-template-default:not(.home) .interior-page .entry-content ol:not(.list):not(.carousel-indicators) > li ul li::before,
body.page-template-default:not(.home) .interior-page .content-page ol:not(.list):not(.carousel-indicators) > li ul li::before {
  content: "";
  background: #181B33;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  width: 7px;
  height: 7px;
  bottom: 7px;
}
.tribe-events-single .interior-page .entry-content ol.list, .tribe-events-single .interior-page .content-page ol.list,
#tribe-events .interior-page .entry-content ol.list,
#tribe-events .interior-page .content-page ol.list,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list,
body:not(.single-tribe_events) .interior-page .entry-content ol.list,
body:not(.single-tribe_events) .interior-page .content-page ol.list,
body:not(.home) .interior-page .entry-content ol.list,
body:not(.home) .interior-page .content-page ol.list,
body.page-template-default:not(.home) .interior-page .entry-content ol.list,
body.page-template-default:not(.home) .interior-page .content-page ol.list {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
}
.tribe-events-single .interior-page .entry-content ol.list > li, .tribe-events-single .interior-page .content-page ol.list > li,
#tribe-events .interior-page .entry-content ol.list > li,
#tribe-events .interior-page .content-page ol.list > li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list > li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list > li,
body:not(.single-tribe_events) .interior-page .entry-content ol.list > li,
body:not(.single-tribe_events) .interior-page .content-page ol.list > li,
body:not(.home) .interior-page .entry-content ol.list > li,
body:not(.home) .interior-page .content-page ol.list > li,
body.page-template-default:not(.home) .interior-page .entry-content ol.list > li,
body.page-template-default:not(.home) .interior-page .content-page ol.list > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.tribe-events-single .interior-page .entry-content ol.list > li:before, .tribe-events-single .interior-page .content-page ol.list > li:before,
#tribe-events .interior-page .entry-content ol.list > li:before,
#tribe-events .interior-page .content-page ol.list > li:before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list > li:before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list > li:before,
body:not(.single-tribe_events) .interior-page .entry-content ol.list > li:before,
body:not(.single-tribe_events) .interior-page .content-page ol.list > li:before,
body:not(.home) .interior-page .entry-content ol.list > li:before,
body:not(.home) .interior-page .content-page ol.list > li:before,
body.page-template-default:not(.home) .interior-page .entry-content ol.list > li:before,
body.page-template-default:not(.home) .interior-page .content-page ol.list > li:before {
  content: counters(item, ".") ". ";
  padding-right: 0.6em;
  color: #242B58;
}
.tribe-events-single .interior-page .entry-content ol.list > li ol > li:before, .tribe-events-single .interior-page .content-page ol.list > li ol > li:before,
#tribe-events .interior-page .entry-content ol.list > li ol > li:before,
#tribe-events .interior-page .content-page ol.list > li ol > li:before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list > li ol > li:before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list > li ol > li:before,
body:not(.single-tribe_events) .interior-page .entry-content ol.list > li ol > li:before,
body:not(.single-tribe_events) .interior-page .content-page ol.list > li ol > li:before,
body:not(.home) .interior-page .entry-content ol.list > li ol > li:before,
body:not(.home) .interior-page .content-page ol.list > li ol > li:before,
body.page-template-default:not(.home) .interior-page .entry-content ol.list > li ol > li:before,
body.page-template-default:not(.home) .interior-page .content-page ol.list > li ol > li:before {
  content: counters(item, ".") " ";
  position: relative;
  display: inline-block;
  padding-right: 0.6em;
  font-weight: 700;
}
.tribe-events-single .interior-page .entry-content ol.list li, .tribe-events-single .interior-page .content-page ol.list li,
#tribe-events .interior-page .entry-content ol.list li,
#tribe-events .interior-page .content-page ol.list li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li,
body:not(.single-tribe_events) .interior-page .content-page ol.list li,
body:not(.home) .interior-page .entry-content ol.list li,
body:not(.home) .interior-page .content-page ol.list li,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li,
body.page-template-default:not(.home) .interior-page .content-page ol.list li {
  font-family: "sanchez", serif;
  color: #242B58;
  font-size: 16px;
  line-height: 1.62;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.6em;
}
.tribe-events-single .interior-page .entry-content ol.list li::-moz-selection, .tribe-events-single .interior-page .content-page ol.list li::-moz-selection, #tribe-events .interior-page .entry-content ol.list li::-moz-selection, #tribe-events .interior-page .content-page ol.list li::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li::-moz-selection, body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li::-moz-selection, body:not(.single-tribe_events) .interior-page .entry-content ol.list li::-moz-selection, body:not(.single-tribe_events) .interior-page .content-page ol.list li::-moz-selection, body:not(.home) .interior-page .entry-content ol.list li::-moz-selection, body:not(.home) .interior-page .content-page ol.list li::-moz-selection, body.page-template-default:not(.home) .interior-page .entry-content ol.list li::-moz-selection, body.page-template-default:not(.home) .interior-page .content-page ol.list li::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ol.list li::selection, .tribe-events-single .interior-page .content-page ol.list li::selection,
#tribe-events .interior-page .entry-content ol.list li::selection,
#tribe-events .interior-page .content-page ol.list li::selection,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li::selection,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li::selection,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li::selection,
body:not(.single-tribe_events) .interior-page .content-page ol.list li::selection,
body:not(.home) .interior-page .entry-content ol.list li::selection,
body:not(.home) .interior-page .content-page ol.list li::selection,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li::selection,
body.page-template-default:not(.home) .interior-page .content-page ol.list li::selection {
  background-color: #2E3770;
  color: white;
}
.tribe-events-single .interior-page .entry-content ol.list li h1, .tribe-events-single .interior-page .entry-content ol.list li h2, .tribe-events-single .interior-page .entry-content ol.list li h3, .tribe-events-single .interior-page .entry-content ol.list li h4, .tribe-events-single .interior-page .entry-content ol.list li h5, .tribe-events-single .interior-page .entry-content ol.list li h6, .tribe-events-single .interior-page .content-page ol.list li h1, .tribe-events-single .interior-page .content-page ol.list li h2, .tribe-events-single .interior-page .content-page ol.list li h3, .tribe-events-single .interior-page .content-page ol.list li h4, .tribe-events-single .interior-page .content-page ol.list li h5, .tribe-events-single .interior-page .content-page ol.list li h6,
#tribe-events .interior-page .entry-content ol.list li h1,
#tribe-events .interior-page .entry-content ol.list li h2,
#tribe-events .interior-page .entry-content ol.list li h3,
#tribe-events .interior-page .entry-content ol.list li h4,
#tribe-events .interior-page .entry-content ol.list li h5,
#tribe-events .interior-page .entry-content ol.list li h6,
#tribe-events .interior-page .content-page ol.list li h1,
#tribe-events .interior-page .content-page ol.list li h2,
#tribe-events .interior-page .content-page ol.list li h3,
#tribe-events .interior-page .content-page ol.list li h4,
#tribe-events .interior-page .content-page ol.list li h5,
#tribe-events .interior-page .content-page ol.list li h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h1,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h2,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h1,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h2,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li h6,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h1,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h2,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h3,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h4,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h5,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li h6,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h1,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h2,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h3,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h4,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h5,
body:not(.single-tribe_events) .interior-page .content-page ol.list li h6,
body:not(.home) .interior-page .entry-content ol.list li h1,
body:not(.home) .interior-page .entry-content ol.list li h2,
body:not(.home) .interior-page .entry-content ol.list li h3,
body:not(.home) .interior-page .entry-content ol.list li h4,
body:not(.home) .interior-page .entry-content ol.list li h5,
body:not(.home) .interior-page .entry-content ol.list li h6,
body:not(.home) .interior-page .content-page ol.list li h1,
body:not(.home) .interior-page .content-page ol.list li h2,
body:not(.home) .interior-page .content-page ol.list li h3,
body:not(.home) .interior-page .content-page ol.list li h4,
body:not(.home) .interior-page .content-page ol.list li h5,
body:not(.home) .interior-page .content-page ol.list li h6,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h1,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h2,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h3,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h4,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h5,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li h6,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h1,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h2,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h3,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h4,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h5,
body.page-template-default:not(.home) .interior-page .content-page ol.list li h6 {
  margin-top: 0 !important;
  display: inline-block !important;
}
.tribe-events-single .interior-page .entry-content ol.list li a, .tribe-events-single .interior-page .content-page ol.list li a,
#tribe-events .interior-page .entry-content ol.list li a,
#tribe-events .interior-page .content-page ol.list li a,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li a,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li a,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li a,
body:not(.single-tribe_events) .interior-page .content-page ol.list li a,
body:not(.home) .interior-page .entry-content ol.list li a,
body:not(.home) .interior-page .content-page ol.list li a,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li a,
body.page-template-default:not(.home) .interior-page .content-page ol.list li a {
  padding: 0;
}
.tribe-events-single .interior-page .entry-content ol.list li::before, .tribe-events-single .interior-page .content-page ol.list li::before,
#tribe-events .interior-page .entry-content ol.list li::before,
#tribe-events .interior-page .content-page ol.list li::before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li::before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li::before,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li::before,
body:not(.single-tribe_events) .interior-page .content-page ol.list li::before,
body:not(.home) .interior-page .entry-content ol.list li::before,
body:not(.home) .interior-page .content-page ol.list li::before,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li::before,
body.page-template-default:not(.home) .interior-page .content-page ol.list li::before {
  font-family: "sanchez", serif;
  background: transparent;
  border-radius: 0;
  color: #181B33;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
}
.tribe-events-single .interior-page .entry-content ol.list li ol, .tribe-events-single .interior-page .content-page ol.list li ol,
#tribe-events .interior-page .entry-content ol.list li ol,
#tribe-events .interior-page .content-page ol.list li ol,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li ol,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li ol,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li ol,
body:not(.single-tribe_events) .interior-page .content-page ol.list li ol,
body:not(.home) .interior-page .entry-content ol.list li ol,
body:not(.home) .interior-page .content-page ol.list li ol,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li ol,
body.page-template-default:not(.home) .interior-page .content-page ol.list li ol {
  margin-top: 10px;
}
.tribe-events-single .interior-page .entry-content ol.list li ol li, .tribe-events-single .interior-page .content-page ol.list li ol li,
#tribe-events .interior-page .entry-content ol.list li ol li,
#tribe-events .interior-page .content-page ol.list li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content ol.list li ol li,
body:not(.post-type-archive-tribe_events) .interior-page .content-page ol.list li ol li,
body:not(.single-tribe_events) .interior-page .entry-content ol.list li ol li,
body:not(.single-tribe_events) .interior-page .content-page ol.list li ol li,
body:not(.home) .interior-page .entry-content ol.list li ol li,
body:not(.home) .interior-page .content-page ol.list li ol li,
body.page-template-default:not(.home) .interior-page .entry-content ol.list li ol li,
body.page-template-default:not(.home) .interior-page .content-page ol.list li ol li {
  padding-left: 20px;
}
.tribe-events-single .interior-page .entry-content dl.list dt, .tribe-events-single .interior-page .content-page dl.list dt,
#tribe-events .interior-page .entry-content dl.list dt,
#tribe-events .interior-page .content-page dl.list dt,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dt,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dt,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dt,
body:not(.single-tribe_events) .interior-page .content-page dl.list dt,
body:not(.home) .interior-page .entry-content dl.list dt,
body:not(.home) .interior-page .content-page dl.list dt,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dt,
body.page-template-default:not(.home) .interior-page .content-page dl.list dt {
  font-family: "sanchez", serif;
  color: #242B58;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.tribe-events-single .interior-page .entry-content dl.list dt.h3, .tribe-events-single .interior-page .content-page dl.list dt.h3,
#tribe-events .interior-page .entry-content dl.list dt.h3,
#tribe-events .interior-page .content-page dl.list dt.h3,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dt.h3,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dt.h3,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dt.h3,
body:not(.single-tribe_events) .interior-page .content-page dl.list dt.h3,
body:not(.home) .interior-page .entry-content dl.list dt.h3,
body:not(.home) .interior-page .content-page dl.list dt.h3,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h3,
body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h3 {
  font-size: 36px;
}
.tribe-events-single .interior-page .entry-content dl.list dt.h4, .tribe-events-single .interior-page .content-page dl.list dt.h4,
#tribe-events .interior-page .entry-content dl.list dt.h4,
#tribe-events .interior-page .content-page dl.list dt.h4,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dt.h4,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dt.h4,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dt.h4,
body:not(.single-tribe_events) .interior-page .content-page dl.list dt.h4,
body:not(.home) .interior-page .entry-content dl.list dt.h4,
body:not(.home) .interior-page .content-page dl.list dt.h4,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h4,
body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h4 {
  font-size: 30px;
}
.tribe-events-single .interior-page .entry-content dl.list dt.h5, .tribe-events-single .interior-page .content-page dl.list dt.h5,
#tribe-events .interior-page .entry-content dl.list dt.h5,
#tribe-events .interior-page .content-page dl.list dt.h5,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dt.h5,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dt.h5,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dt.h5,
body:not(.single-tribe_events) .interior-page .content-page dl.list dt.h5,
body:not(.home) .interior-page .entry-content dl.list dt.h5,
body:not(.home) .interior-page .content-page dl.list dt.h5,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h5,
body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h5 {
  font-size: 28px;
}
.tribe-events-single .interior-page .entry-content dl.list dt.h6, .tribe-events-single .interior-page .content-page dl.list dt.h6,
#tribe-events .interior-page .entry-content dl.list dt.h6,
#tribe-events .interior-page .content-page dl.list dt.h6,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dt.h6,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dt.h6,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dt.h6,
body:not(.single-tribe_events) .interior-page .content-page dl.list dt.h6,
body:not(.home) .interior-page .entry-content dl.list dt.h6,
body:not(.home) .interior-page .content-page dl.list dt.h6,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h6,
body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h6 {
  font-size: 24px;
}
.tribe-events-single .interior-page .entry-content dl.list dd, .tribe-events-single .interior-page .content-page dl.list dd,
#tribe-events .interior-page .entry-content dl.list dd,
#tribe-events .interior-page .content-page dl.list dd,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dd,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dd,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dd,
body:not(.single-tribe_events) .interior-page .content-page dl.list dd,
body:not(.home) .interior-page .entry-content dl.list dd,
body:not(.home) .interior-page .content-page dl.list dd,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dd,
body.page-template-default:not(.home) .interior-page .content-page dl.list dd {
  font-family: "sanchez", serif;
  color: #181B33 !important;
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-left: 20px;
  position: relative;
}
.tribe-events-single .interior-page .entry-content dl.list dd::before, .tribe-events-single .interior-page .content-page dl.list dd::before,
#tribe-events .interior-page .entry-content dl.list dd::before,
#tribe-events .interior-page .content-page dl.list dd::before,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dd::before,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dd::before,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dd::before,
body:not(.single-tribe_events) .interior-page .content-page dl.list dd::before,
body:not(.home) .interior-page .entry-content dl.list dd::before,
body:not(.home) .interior-page .content-page dl.list dd::before,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dd::before,
body.page-template-default:not(.home) .interior-page .content-page dl.list dd::before {
  content: "";
  border-radius: 50%;
  background: #242B58;
  display: inline-block;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 10px;
  position: absolute;
  width: 5px;
  height: 5px;
}
.tribe-events-single .interior-page .entry-content dl.list dd dl, .tribe-events-single .interior-page .content-page dl.list dd dl,
#tribe-events .interior-page .entry-content dl.list dd dl,
#tribe-events .interior-page .content-page dl.list dd dl,
body:not(.post-type-archive-tribe_events) .interior-page .entry-content dl.list dd dl,
body:not(.post-type-archive-tribe_events) .interior-page .content-page dl.list dd dl,
body:not(.single-tribe_events) .interior-page .entry-content dl.list dd dl,
body:not(.single-tribe_events) .interior-page .content-page dl.list dd dl,
body:not(.home) .interior-page .entry-content dl.list dd dl,
body:not(.home) .interior-page .content-page dl.list dd dl,
body.page-template-default:not(.home) .interior-page .entry-content dl.list dd dl,
body.page-template-default:not(.home) .interior-page .content-page dl.list dd dl {
  margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
  .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .entry-content h3, .page-template-default:not(.home) h1, .page-template-default:not(.home) h2, .page-template-default:not(.home) h3, .page-template:not(.home) h1, .page-template:not(.home) h2, .page-template:not(.home) h3 {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .interior-page .entry-content h1 strong, .interior-page .entry-content h2 strong, .interior-page .entry-content h3 strong, .page-template-default:not(.home) h1 strong, .page-template-default:not(.home) h2 strong, .page-template-default:not(.home) h3 strong, .page-template:not(.home) h1 strong, .page-template:not(.home) h2 strong, .page-template:not(.home) h3 strong {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .interior-page .entry-content h1, .page-template-default:not(.home) h1, .page-template:not(.home) h1 {
    font-size: 35px;
  }
  .interior-page .entry-content h2, .page-template-default:not(.home) h2, .page-template:not(.home) h2 {
    font-size: 30px !important;
  }
  .interior-page .entry-content h3, .page-template-default:not(.home) h3, .page-template:not(.home) h3 {
    font-size: 25px !important;
  }
  .interior-page .entry-content h4, .page-template-default:not(.home) h4, .page-template:not(.home) h4 {
    font-size: 22px;
  }
  .interior-page .entry-content h5, .page-template-default:not(.home) h5, .page-template:not(.home) h5 {
    font-size: 20px;
  }
  .interior-page .entry-content h6, .page-template-default:not(.home) h6, .page-template:not(.home) h6 {
    font-size: 18px;
  }
  .interior-page .entry-content blockquote, .interior-page .entry-content blockquote p, .page-template-default:not(.home) blockquote, .page-template-default:not(.home) blockquote p, .page-template:not(.home) blockquote, .page-template:not(.home) blockquote p {
    font-size: 16px;
    margin: 30px auto 20px;
  }
  .interior-page .entry-content ul.list li a, .page-template-default:not(.home) ul.list li a, .page-template:not(.home) ul.list li a {
    word-break: break-all;
  }
  .interior-page .entry-content ul.list li a strong, .page-template-default:not(.home) ul.list li a strong, .page-template:not(.home) ul.list li a strong {
    word-break: break-all;
  }
  .interior-page .entry-content ol li a, .page-template-default:not(.home) ol li a, .page-template:not(.home) ol li a {
    word-break: break-all;
  }
  .interior-page .entry-content ol li a strong, .page-template-default:not(.home) ol li a strong, .page-template:not(.home) ol li a strong {
    word-break: break-all;
  }
  .interior-page p, .single-tribe_events p, .single-event p, .page-template-default:not(.home) p, .page-template:not(.home) p {
    margin-bottom: 15px;
  }
  .interior-page blockquote, .single-tribe_events blockquote, .single-event blockquote, .page-template-default:not(.home) blockquote, .page-template:not(.home) blockquote {
    font-size: 22px !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
    padding: 20px 30px !important;
    min-height: inherit !important;
  }
  .interior-page blockquote p, .interior-page blockquote a, .interior-page blockquote address, .interior-page blockquote span, .interior-page blockquote strong, .interior-page blockquote time, .interior-page blockquote dl.list > dd, .interior-page blockquote dl.list > dt, .single-tribe_events blockquote p, .single-tribe_events blockquote a, .single-tribe_events blockquote address, .single-tribe_events blockquote span, .single-tribe_events blockquote strong, .single-tribe_events blockquote time, .single-tribe_events blockquote dl.list > dd, .single-tribe_events blockquote dl.list > dt, .single-event blockquote p, .single-event blockquote a, .single-event blockquote address, .single-event blockquote span, .single-event blockquote strong, .single-event blockquote time, .single-event blockquote dl.list > dd, .single-event blockquote dl.list > dt, .page-template-default:not(.home) blockquote p, .page-template-default:not(.home) blockquote a, .page-template-default:not(.home) blockquote address, .page-template-default:not(.home) blockquote span, .page-template-default:not(.home) blockquote strong, .page-template-default:not(.home) blockquote time, .page-template-default:not(.home) blockquote dl.list > dd, .page-template-default:not(.home) blockquote dl.list > dt, .page-template:not(.home) blockquote p, .page-template:not(.home) blockquote a, .page-template:not(.home) blockquote address, .page-template:not(.home) blockquote span, .page-template:not(.home) blockquote strong, .page-template:not(.home) blockquote time, .page-template:not(.home) blockquote dl.list > dd, .page-template:not(.home) blockquote dl.list > dt {
    font-size: 22px !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100%;
  }
  .interior-page blockquote cite, .single-tribe_events blockquote cite, .single-event blockquote cite, .page-template-default:not(.home) blockquote cite, .page-template:not(.home) blockquote cite {
    margin-top: 10px;
    display: block;
  }
  .interior-page .entry-content figure.wp-block-embed-youtube, .single-tribe_events .entry-content figure.wp-block-embed-youtube, .single-event .entry-content figure.wp-block-embed-youtube, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube {
    height: 250px !important;
    width: 100%;
  }
  .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-tribe_events .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper {
    height: 250px !important;
  }
  .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-tribe_events .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}
.programs-grid .pg-column {
  position: relative;
  padding-bottom: 15px;
  border: 1px solid #eee;
}
.programs-grid .pg-column .pg-image {
  text-align: center;
}
.programs-grid .pg-column .pg-image a img {
  margin-bottom: 15px;
}
.programs-grid .pg-column .pg-heading {
  font-size: 30px !important;
  margin: 0 15px 15px 15px;
}
.programs-grid .pg-column .pg-text {
  margin: 0 15px;
}
.programs-grid .pg-column .pg-list {
  padding: 10px 15px 10px 46px;
}
.programs-grid .pg-column .btn-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.programs-grid .pg-column .btn-1 {
  margin: auto;
}

@media only screen and (max-width: 991.98px) {
  .programs-grid {
    flex-wrap: wrap !important;
  }
  .programs-grid .pg-column {
    flex-basis: 100% !important;
  }
}
.page-id-10556 .interior-banner .has-curve {
  display: none;
}

.spacer-fix {
  width: 100%;
}

.bg-blue {
  background-color: #272361;
}

.position-fix {
  position: relative;
}

.map-bg {
  background-image: url("https://latinou.mackteckdemo.com/wp-content/uploads/2025/03/Map-Watermark-.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px;
}

.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 590px;
  max-width: 100%;
}
.fourerror .ghost-404 {
  position: relative;
  height: 230px;
  margin: 0 auto;
  width: 140px;
}
.fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  position: relative;
  width: 130px;
}
.fourerror .ghost-404 .ghost-icon {
  background-image: url("../images/icons/ghost.svg");
  height: 132px;
}
.fourerror .ghost-404 .ghost-base {
  background-image: url("../images/icons/base-ghost.svg");
  height: 17px;
  margin-top: 30px;
}
.fourerror h3 {
  font-family: "sanchez", serif;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242B58;
}
.fourerror p {
  font-size: 24px !important;
  text-align: center !important;
  color: #000000 !important;
}
.fourerror a[class^=btn-] {
  margin: 40px auto;
}

/*END Error Page------------------------------------------*/
.container-paginator {
  max-width: 100%;
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-numbers.current, .pagination .current {
  color: #242B58 !important;
  position: relative;
  z-index: 0;
}
.pagination .page-numbers.current::after, .pagination .current::after {
  content: "";
  background-color: #BC5017;
  bottom: -5px;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: -1;
}
.pagination .page-numbers.next span, .pagination .page-numbers.prev span {
  display: none;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  color: #2E3770 !important;
}
.pagination .page-numbers.next:hover::before, .pagination .page-numbers.prev:hover::before {
  color: #2E3770 !important;
}
.pagination .prev.page-numbers::before, .pagination .next.page-numbers::before {
  font-family: "calluna", serif;
  color: #BC5017 !important;
  display: inline-block;
  font-size: 13px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  text-transform: none !important;
}
.pagination .prev.page-numbers::before {
  content: "Previous";
}
.pagination .next.page-numbers::before {
  content: "Next";
}
.pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page {
  font-family: "calluna", serif;
  background: transparent;
  border: none !important;
  color: #242B58;
  display: inline-block;
  font-weight: 900;
  font-size: 19px;
  line-height: 20px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 15px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover {
  text-decoration: none;
}
.pagination .pagination.prev, .pagination .pagination.next, .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .pagination.current.prev, .pagination .pagination.current.next, .pagination .nav-links > a.prev, .pagination .nav-links > a.next, .pagination .page.prev, .pagination .page.next {
  border: none !important;
  font-size: 0 !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.pagination .pagination.prev span, .pagination .pagination.next span, .pagination .page-numbers.prev span, .pagination .page-numbers.next span, .pagination .pagination.current.prev span, .pagination .pagination.current.next span, .pagination .nav-links > a.prev span, .pagination .nav-links > a.next span, .pagination .page.prev span, .pagination .page.next span {
  font-size: 0 !important;
}
.pagination .pagination.prev span::before, .pagination .pagination.next span::before, .pagination .page-numbers.prev span::before, .pagination .page-numbers.next span::before, .pagination .pagination.current.prev span::before, .pagination .pagination.current.next span::before, .pagination .nav-links > a.prev span::before, .pagination .nav-links > a.next span::before, .pagination .page.prev span::before, .pagination .page.next span::before {
  font-family: "calluna", serif;
  color: #242B58;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
}
.pagination .pagination.prev, .pagination .page-numbers.prev, .pagination .pagination.current.prev, .pagination .nav-links > a.prev, .pagination .page.prev {
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .pagination .pagination.prev, .pagination .page-numbers.prev, .pagination .pagination.current.prev, .pagination .nav-links > a.prev, .pagination .page.prev {
    margin-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .pagination .pagination.prev, .pagination .page-numbers.prev, .pagination .pagination.current.prev, .pagination .nav-links > a.prev, .pagination .page.prev {
    margin-right: 20px;
  }
}
.pagination .pagination.prev span::before, .pagination .page-numbers.prev span::before, .pagination .pagination.current.prev span::before, .pagination .nav-links > a.prev span::before, .pagination .page.prev span::before {
  content: "Previous";
}
.pagination .pagination.next, .pagination .page-numbers.next, .pagination .pagination.current.next, .pagination .nav-links > a.next, .pagination .page.next {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .pagination .pagination.next, .pagination .page-numbers.next, .pagination .pagination.current.next, .pagination .nav-links > a.next, .pagination .page.next {
    margin-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .pagination .pagination.next, .pagination .page-numbers.next, .pagination .pagination.current.next, .pagination .nav-links > a.next, .pagination .page.next {
    margin-left: 20px;
  }
}
.pagination .pagination.next span::before, .pagination .page-numbers.next span::before, .pagination .pagination.current.next span::before, .pagination .nav-links > a.next span::before, .pagination .page.next span::before {
  content: "Next";
}
.pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current {
  color: #242B58 !important;
}

body.search h1 span {
  font-size: inherit;
}

.content-search {
  padding-top: 50px;
}

.search-section {
  display: none;
  background: #242B58;
  z-index: 9999;
  position: relative;
}

div.search {
  font-family: "sanchez", serif;
  background: #242B58;
  display: block;
  position: relative;
}
div.search::before {
  content: "";
  background: #242B58;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
div.search::after {
  content: "";
  background: #242B58;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  right: 0;
  top: 0;
  width: 1px;
}
div.search .screen-reader-text {
  display: none;
}
div.search .fa-times {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.3s;
}
div.search .fa-times:hover {
  text-decoration: none;
  opacity: 1;
}
div.search #searchsubmit {
  background: transparent url("../images/icons/search-icon-grey.png") no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 20px;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 12px;
  height: 40px;
  margin-left: -4px;
  opacity: 0.7;
  text-indent: -99999999px;
  text-transform: none;
  transition: 0.4s;
  vertical-align: middle;
  width: 50px;
}
div.search #searchsubmit:hover {
  background-size: 18px 18px;
  opacity: 1;
}
div.search #s {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 40px;
  padding: 5px 15px;
  vertical-align: middle;
  width: calc(100% - 70px);
}
div.search #s:hover, div.search #s:focus, div.search #s:active {
  outline: none;
  box-shadow: none;
}
div.search #s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
div.search #s::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
div.search #s:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
div.search #s:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus {
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 1200px) {
  div.search #s {
    height: 40px;
  }
}

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0;
}
body.search-results .content-search h1.search-title {
  font-size: 30px;
  text-transform: none;
}
body.search-results .content-search ul.search-list-result {
  padding: 0;
  margin: 0;
  text-align: left;
}
body.search-results .content-search ul.search-list-result li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.66;
}
body.search-results .content-search ul.search-list-result li::before {
  content: none !important;
}
body.search-results .content-search ul.search-list-result li h3 {
  margin-bottom: 20px;
  font-family: "calluna", serif;
}
body.search-results .content-search ul.search-list-result li h3 a {
  color: #242B58;
  font-size: 30px;
  font-family: "calluna", serif;
  line-height: 1.4;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #242B58;
}
body.search-results .content-search ul.search-list-result li .read-more {
  margin-top: 0px;
  text-align: left;
  padding: 10px 0;
  display: block;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more {
  background: transparent;
  border-bottom: 2px solid transparent !important;
  border-radius: 0;
  border: none;
  color: #181B33 !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
  margin: 15px auto;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
  vertical-align: middle;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover {
  text-decoration: none;
  border-color: #000;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
  content: "";
  background-image: url("../images/icons/btn-arrow-black.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  height: 25px;
  position: absolute;
  right: -40px;
  top: -2px;
  width: 25px;
}

/*END Search Page-----------------------------------*/
body.single-post .interior-banner .title-page {
  width: 50%;
  max-width: 100%;
}
body.single-post .title-page {
  width: 48%;
}
@media (max-width: 991.98px) {
  body.single-post .title-page {
    width: 100%;
  }
}
body.single-post .title-page h1 {
  font-size: 45px !important;
  text-align: left !important;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  line-height: 1.05;
}

@media only screen and (max-width: 767.98px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: center !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .interior-page.single .wp-block-spacer {
    height: 0 !important;
  }
}
ul.social-network {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0;
  line-height: 1em;
  margin: 0 !important;
  padding: 0;
  text-align: left !important;
  list-style-type: none !important;
}
ul.social-network li {
  font-size: 18px;
  margin: 0 !important;
}
ul.social-network li a {
  background: #BC5017;
  border-radius: 50%;
  border: none !important;
  box-shadow: none !important;
  color: #181B33;
  display: inherit !important;
  height: 30px !important;
  margin: 5px !important;
  position: relative !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  width: 30px !important;
}
@media (max-width: 767.98px) {
  ul.social-network li a {
    margin: 5px 20px 5px 0 !important;
  }
}
ul.social-network li a::after {
  content: none;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #181B33;
  height: 90%;
  left: 50%;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 90%;
  box-sizing: content-box;
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
}
ul.social-network li a i[class^=fa], ul.social-network li a i[class^=fas], ul.social-network li a i[class^=far], ul.social-network li a svg[class^=fa], ul.social-network li a svg[class^=fas], ul.social-network li a svg[class^=far], ul.social-network li a .svg-inline--fa {
  transform: translate(-50%, -50%);
  color: #181B33;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  left: 50%;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease;
  z-index: 2;
}
ul.social-network li a i[class^=fa]::after, ul.social-network li a i[class^=fas]::after, ul.social-network li a i[class^=far]::after, ul.social-network li a svg[class^=fa]::after, ul.social-network li a svg[class^=fas]::after, ul.social-network li a svg[class^=far]::after, ul.social-network li a .svg-inline--fa::after {
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: -1;
}
ul.social-network li a i[class~=fa-facebook]::after, ul.social-network li a svg[class~=fa-facebook]::after, ul.social-network li a svg[class~=fas-facebook]::after,
ul.social-network li a i[class~=fa-facebook-f]::after, ul.social-network li a svg[class~=fa-facebook-f]::after, ul.social-network li a svg[class~=fas-facebook-f]::after,
ul.social-network li a i[class~=fa-facebook-square]::after, ul.social-network li a svg[class~=fa-facebook-square]::after, ul.social-network li a svg[class~=fas-facebook-square]::after {
  background-color: #3b5998;
}
ul.social-network li a i[class~=fa-twitter]::after, ul.social-network li a svg[class~=fa-twitter]::after,
ul.social-network li a i[class~=fa-twitter-square]::after, ul.social-network li a svg[class~=fa-twitter-square]::after {
  background-color: #00acee;
}
ul.social-network li a i[class~=fa-instagram]::after, ul.social-network li a svg[class~=fa-instagram]::after {
  background-color: #fe4164;
}
ul.social-network li a i[class~=fa-youtube]::after, ul.social-network li a svg[class~=fa-youtube]::after,
ul.social-network li a i[class~=fa-youtube-square]::after, ul.social-network li a svg[class~=fa-youtube-square]::after {
  background-color: #c4302b;
}
ul.social-network li a i[class~=fa-envelope]::after, ul.social-network li a svg[class~=fa-envelope]::after {
  background-color: #ff2222;
}
ul.social-network li:hover {
  box-shadow: none !important;
}
ul.social-network li:hover a {
  background: #C0B5F4;
}
ul.social-network li:hover a::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
ul.social-network.vertical-lebel li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px !important;
  transition: all 0.3s ease-in-out;
}
ul.social-network.vertical-lebel li .icon-label {
  border-radius: 0;
  height: auto !important;
  margin: 0 0 0 10px !important;
  width: auto !important;
  border-bottom: 1px solid transparent !important;
  line-height: 1;
}
ul.social-network.vertical-lebel li .icon-label::after {
  content: none;
}
ul.social-network.vertical-lebel li:hover {
  background: transparent;
}
ul.social-network.vertical-lebel li:hover .icon-label {
  background: transparent;
  border-color: #181B33 !important;
}

.social-network-vertical {
  bottom: 70px;
  font-size: 0;
  left: 11px;
  line-height: 1em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 50px;
  z-index: 99;
}
.social-network-vertical li {
  display: block;
  font-size: 15px;
  margin: 0 !important;
}
.social-network-vertical li a[class^=facebook] {
  background-image: url("../images/facebook.svg");
}
.social-network-vertical li a[class^=twitter] {
  background-image: url("../images/twitter.svg");
}
.social-network-vertical li a[class^=instagram] {
  background-image: url("../images/instagram.svg");
}
.social-network-vertical li a[class^=youtube] {
  background-image: url("../images/youtube.svg");
}
.social-network-vertical li a {
  transform: scale(1, 1);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin: 10px auto;
  transition: all 0.4s ease;
  width: 40px;
}
.social-network-vertical li a i {
  display: none;
}
.social-network-vertical li a:hover, .social-network-vertical li a:focus {
  transform: scale(1.1, 1.1);
  outline: none;
}

.popup_vcard .modal-content button.close span {
  color: #ffffff;
}

.popup_vcard .modal-content .side-right .social-networks i {
  margin-right: 10px;
  font-size: 20px;
}

.team-vGrid-square .single-member .featured-member-images .hover-box .bottom-info-member .name-member .position-member {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.popup_vcard .modal-content .side-right .name-member h3,
.popup_vcard .modal-content .side-right .position-member, .popup_vcard .modal-content .side-left .name-member h3,
.popup_vcard .modal-content .side-left .position-member {
  font-family: "calluna", serif;
  display: block;
  letter-spacing: 0.1px;
}

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  border: none;
}

.team-vCarousel #carousel__team .single-member {
  padding: 0 15px;
}
.team-vCarousel #carousel__team .single-member:hover .featured-member-images::before, .team-vCarousel #carousel__team .single-member:hover .featured-member-images::after, .team-vCarousel #carousel__team .single-member:focus .featured-member-images::before, .team-vCarousel #carousel__team .single-member:focus .featured-member-images::after {
  opacity: 0.8;
}
.team-vCarousel #carousel__team .single-member:hover .featured-member-images a.hover-link-plus, .team-vCarousel #carousel__team .single-member:focus .featured-member-images a.hover-link-plus {
  top: 50%;
}

.team-vCarousel #carousel__team .carousel-control-next, .team-vCarousel #carousel__team .carousel-control-prev {
  width: 10%;
}
.team-vCarousel #carousel__team .carousel-control-next .carousel-control-next-icon, .team-vCarousel #carousel__team .carousel-control-next .carousel-control-prev-icon, .team-vCarousel #carousel__team .carousel-control-prev .carousel-control-next-icon, .team-vCarousel #carousel__team .carousel-control-prev .carousel-control-prev-icon {
  background-color: transparent;
  background-size: 41px 41px;
  border-radius: 50%;
  height: 41px;
  width: 41px;
}
.team-vCarousel #carousel__team .carousel-control-next .carousel-control-prev-icon, .team-vCarousel #carousel__team .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../images/icons/chevron-arrow-left-black.svg");
}

.team-vCarousel #carousel__team .carousel-control-next .carousel-control-next-icon {
  background-image: url("../images/icons/chevron-arrow-left-black.svg");
}

.team-vCarousel #carousel__team .single-member .body-member .name-member::after {
  background-color: #242B58;
}

.team_panel .side-panel-fixed {
  background-color: #343434 !important;
}
.team_panel .side-panel-fixed .right-side-panel .title-member, .team_panel .side-panel-fixed .right-side-panel .body-panel, .team_panel .side-panel-fixed .right-side-panel .body-panel .content-member p, .team_panel .side-panel-fixed .right-side-panel span, .team_panel .side-panel-fixed .right-side-panel .content-member li {
  color: #ffffff !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: normal;
}
.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  margin-bottom: 50px !important;
}

.team-vList .featured-member-images {
  box-shadow: none !important;
}
.team-vList .featured-member-images img {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 0;
  -o-object-position: top center;
     object-position: top center;
}

.bottom-info-member .name-member h3 a {
  color: #ffffff !important;
  font-size: 18px !important;
  font-family: "calluna", serif;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.bottom-info-member .name-member .position-member {
  font-family: "sanchez", serif;
  font-size: 16px;
  font-weight: 400;
}

.team-vList .name-member::after {
  background-color: #BC5017 !important;
}

.team-vList .featured-member-images img {
  transform: translate(-50%, 0) !important;
  top: 0 !important;
}

@media (max-width: 991.98px) {
  .team-vList .single-member {
    flex-wrap: wrap;
  }
}

.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover {
  text-decoration: none !important;
}
.social-networks a i, .social-networks a svg[class^=fa], .social-networks a svg[class^=fas], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^=fa], .social-networks li svg[class^=fas], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^=fa], .social-networks li a svg[class^=fas], .social-networks li a .svg-inline--fa {
  color: #fff;
}

.team-vGrid-square-sm .single-member .featured-member-images,
.team-vGrid-circle .single-member .featured-member-images,
.team-vGrid-square .single-member .featured-member-images {
  background-color: #ffffff !important;
}
.team-vGrid-square-sm .single-member .featured-member-images img,
.team-vGrid-circle .single-member .featured-member-images img,
.team-vGrid-square .single-member .featured-member-images img {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box,
.team-vGrid-circle .single-member .featured-member-images .hover-box,
.team-vGrid-square .single-member .featured-member-images .hover-box {
  color: white;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .read-more-hover,
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover,
.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover {
  border-bottom-color: transparent;
  text-align: center;
  font-size: 22px !important;
  text-decoration: none !important;
  color: white !important;
  width: 100%;
  height: 100%;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .read-more-hover .link-read-more,
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover .link-read-more,
.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .link-read-more {
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .read-more-hover:hover,
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover:hover,
.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover:hover {
  border-color: transparent !important;
  color: #BC5017 !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle,
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle,
.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: 25px !important;
  margin: 0 0 0 8px;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .link-read-more,
.team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more,
.team-vGrid-square .single-member .featured-member-images .hover-box .link-read-more {
  line-height: 1;
  text-align: center;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box .link-read-more .fa-plus-circle,
.team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more .fa-plus-circle,
.team-vGrid-square .single-member .featured-member-images .hover-box .link-read-more .fa-plus-circle {
  vertical-align: inherit !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .hover-box:hover,
.team-vGrid-circle .single-member .featured-member-images .hover-box:hover,
.team-vGrid-square .single-member .featured-member-images .hover-box:hover {
  border-bottom-color: transparent !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks,
.team-vGrid-circle .single-member .featured-member-images .social-networks,
.team-vGrid-square .single-member .featured-member-images .social-networks {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks li,
.team-vGrid-circle .single-member .featured-member-images .social-networks li,
.team-vGrid-square .single-member .featured-member-images .social-networks li {
  padding: 0;
  margin: 0 10px !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks li::before,
.team-vGrid-circle .single-member .featured-member-images .social-networks li::before,
.team-vGrid-square .single-member .featured-member-images .social-networks li::before {
  content: none !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks li a,
.team-vGrid-circle .single-member .featured-member-images .social-networks li a,
.team-vGrid-square .single-member .featured-member-images .social-networks li a {
  border-bottom-color: transparent !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks li a:hover,
.team-vGrid-circle .single-member .featured-member-images .social-networks li a:hover,
.team-vGrid-square .single-member .featured-member-images .social-networks li a:hover {
  border-bottom-color: transparent !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .social-networks li a:hover i,
.team-vGrid-circle .single-member .featured-member-images .social-networks li a:hover i,
.team-vGrid-square .single-member .featured-member-images .social-networks li a:hover i {
  color: #242B58 !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .bottom-info-member .name-member h3,
.team-vGrid-circle .single-member .featured-member-images .bottom-info-member .name-member h3,
.team-vGrid-square .single-member .featured-member-images .bottom-info-member .name-member h3 {
  color: #ffffff !important;
}
.team-vGrid-square-sm .single-member .featured-member-images .bottom-info-member .name-member h3 a,
.team-vGrid-circle .single-member .featured-member-images .bottom-info-member .name-member h3 a,
.team-vGrid-square .single-member .featured-member-images .bottom-info-member .name-member h3 a {
  color: #ffffff !important;
}

.team-vGrid-circle_wn .single-member .featured-member-images img {
  height: 100% !important;
}

@media (max-width: 575.98px) {
  .team-vGrid-circle .single-member {
    margin-bottom: 20px;
  }
}
.team-vGrid-circle .single-member.col-lg-6 .featured-member-images .hover-box .bottom-info-member {
  padding: 10px 22% 30px;
}
.team-vGrid-circle .single-member .featured-member-images {
  background-color: #242B58 !important;
}
.team-vGrid-circle .single-member .featured-member-images img {
  height: 100% !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box {
  color: #ffffff;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .bottom-info-member .name-member h3 {
  font-size: 24px !important;
  letter-spacing: normal !important;
  text-transform: capitalize !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more {
  color: #ffffff !important;
  border-bottom: none !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more:hover {
  border-color: transparent !important;
}

.team-vGrid-circle_wn .single-member .featured-member-images {
  background-color: #2E3770 !important;
  border: 4px solid #2E3770 !important;
}
.team-vGrid-circle_wn .single-member .featured-member-images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.team-vGrid-circle_wn .single-member .featured-member-images .hover-box .bottom-info-member {
  color: #ffffff !important;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  gap: 5px;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li {
  list-style-type: none !important;
  text-align: center;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li::marker {
  display: none !important;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li a {
  margin: 0 !important;
  text-align: center;
  background-color: #2E3770 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li a i {
  color: #ffffff !important;
}
.team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li a:hover i, .team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li a:active i, .team-vGrid-circle_wn .single-member .featured-member-images ul.social-networks li a:focus i {
  color: #BAD37E !important;
}

.header-panel {
  background-color: #2E3770 !important;
}
.header-panel .title-member {
  font-family: "calluna", serif;
  color: #ffffff;
}
.header-panel button.close {
  color: #ffffff !important;
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  padding: 8px 10px !important;
  width: 50px;
  height: 50px;
}
.header-panel button.close:hover, .header-panel button.close:active, .header-panel button.close:focus {
  color: #242B58 !important;
  background-color: #6D6A95 !important;
  border-color: #6D6A95 !important;
}

.popup_vcard .modal-content .side-right .name-member h3 {
  color: #ffffff !important;
  text-transform: capitalize !important;
}
.popup_vcard .modal-content .side-right .social-networks {
  margin-top: 20px;
}
.popup_vcard .modal-content .side-right .social-networks a {
  margin-right: 10px;
}
.popup_vcard .modal-content .side-right .social-networks a i {
  color: #242B58 !important;
}
.popup_vcard .modal-content .side-left .position-member {
  font-family: "sanchez", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: normal;
  color: #181B33;
}

.team-vGrid-square-sm .single-member .featured-member-images {
  background-color: #ffffff !important;
}
.team-vGrid-square-sm .single-member .featured-member-images img {
  height: 100% !important;
}

.team-vGrid-circle .single-member.col-lg-6 .featured-member-images .hover-box .bottom-info-member, .team-vGrid-square .single-member.col-lg-6 .featured-member-images .hover-box .bottom-info-member {
  padding: 10px 22% 30px;
}
.team-vGrid-circle .single-member .featured-member-images, .team-vGrid-square .single-member .featured-member-images {
  background-color: #ffffff !important;
}
.team-vGrid-circle .single-member .featured-member-images img, .team-vGrid-square .single-member .featured-member-images img {
  height: 100% !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .bottom-info-member .name-member h3, .team-vGrid-square .single-member .featured-member-images .hover-box .bottom-info-member .name-member h3 {
  font-size: 22px;
  text-transform: capitalize !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more, .team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .single-member .featured-member-images .hover-box .link-read-more {
  color: #ffffff !important;
  border-bottom: none !important;
  text-align: center;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more .fa-plus-circle, .team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle, .team-vGrid-square .single-member .featured-member-images .hover-box .link-read-more .fa-plus-circle {
  vertical-align: middle !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more:hover, .team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-square .single-member .featured-member-images .hover-box .link-read-more:hover {
  border-color: transparent !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks, .team-vGrid-square .single-member .featured-member-images .hover-box .social-networks {
  padding: 0 !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li, .team-vGrid-square .single-member .featured-member-images .hover-box .social-networks li {
  display: inline-block !important;
  padding: 0 !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li a, .team-vGrid-square .single-member .featured-member-images .hover-box .social-networks li a {
  color: #ffffff !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li a:hover, .team-vGrid-square .single-member .featured-member-images .hover-box .social-networks li a:hover {
  text-decoration: none !important;
  border-color: transparent !important;
}
.team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li::before, .team-vGrid-square .single-member .featured-member-images .hover-box .social-networks li::before {
  content: none !important;
}

.popup_vcard .modal-content button.close, .popup_vcard .modal-content #popup_vcard .modal-content button.close {
  background-color: #242B58 !important;
}
.popup_vcard .modal-content .side-right .name-member h3 {
  text-transform: capitalize !important;
  color: #242B58 !important;
}
.popup_vcard .modal-content .side-right .social-networks {
  margin-top: 20px;
}
.popup_vcard .modal-content .side-right .social-networks a {
  margin-right: 10px;
}
.popup_vcard .modal-content .side-right .social-networks a i {
  color: #242B58 !important;
}
.popup_vcard .modal-content .side-right .social-networks a:hover {
  border-color: transparent !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 991.98px) {
  .team-vGrid-square-sm .single-member.col-lg-3, .team-vGrid-square-sm .single-member.col-lg-4,
  .team-vGrid-circle .single-member.col-lg-3,
  .team-vGrid-circle .single-member.col-lg-4,
  .team-vGrid-square .single-member.col-lg-3,
  .team-vGrid-square .single-member.col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-vGrid-square-sm .single-member.col-lg-3, .team-vGrid-square-sm .single-member.col-lg-4,
  .team-vGrid-circle .single-member.col-lg-3,
  .team-vGrid-circle .single-member.col-lg-4,
  .team-vGrid-square .single-member.col-lg-3,
  .team-vGrid-square .single-member.col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-vGrid-square-sm .single-member.col-lg-3, .team-vGrid-square-sm .single-member.col-lg-4,
  .team-vGrid-circle .single-member.col-lg-3,
  .team-vGrid-circle .single-member.col-lg-4,
  .team-vGrid-square .single-member.col-lg-3,
  .team-vGrid-square .single-member.col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-tribe_events {
  padding-top: 100px;
}
.single-tribe_events .tribe-events-single-event-title {
  color: #2E3770;
}
.single-tribe_events .tribe-events-event-image {
  height: 500px;
  overflow: hidden;
}
.single-tribe_events .tribe-events-event-image img {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

#tribe-events-pg-template {
  max-width: 1320px;
}

.tribe-events-after-html p, .tribe-events-before-html p {
  color: #181B33;
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: normal;
  letter-spacing: normal;
  line-height: 1.39;
}

.tribe-events-view {
  padding: 170px 0;
}
.tribe-events-view .tribe-events-before-html {
  margin-bottom: 30px;
}

.tribe-common-form-control-text__input.tribe-events-c-search__input:hover, .tribe-common-form-control-text__input.tribe-events-c-search__input:focus, .tribe-common-form-control-text__input.tribe-events-c-search__input:active {
  outline: none;
  box-shadow: none;
}
.tribe-common-form-control-text__input.tribe-events-c-search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #181B33;
}
.tribe-common-form-control-text__input.tribe-events-c-search__input::-moz-placeholder { /* Firefox 19+ */
  color: #181B33;
}
.tribe-common-form-control-text__input.tribe-events-c-search__input:-ms-input-placeholder { /* IE 10+ */
  color: #181B33;
}
.tribe-common-form-control-text__input.tribe-events-c-search__input:-moz-placeholder { /* Firefox 18- */
  color: #181B33;
}
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover, .tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus {
  background: transparent !important;
  color: #181B33 !important;
  -webkit-text-fill-color: #181B33 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
  display: inline-block;
  vertical-align: top;
}

.tribe-common .tribe-common-c-svgicon {
  color: #242B58 !important;
  display: inline-block;
}

.tribe-block__events-link .tribe-block__btn--link a {
  border: 1px solid #e1e3e6 !important;
  text-decoration: none !important;
}

.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
  color: inherit !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border: 1px solid #d5d5d5 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
  margin-bottom: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 10px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*Tribe events CSS*/
ul.tribe-events-sub-nav a:hover {
  border: none !important;
}

div.tribe-events-notices > ul, div.tribe-events-notices > ul > li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}

body.single-tribe_events .tribe-events-single-event-title {
  font-family: "calluna", serif;
  font-size: 40px !important;
  line-height: 1;
}
body.single-tribe_events .tribe-events-schedule h2 {
  font-family: "sanchez", serif;
  font-size: 20px !important;
  margin-bottom: 0 !important;
  text-transform: none;
}
body.single-tribe_events h2.tribe-events-single-section-title {
  font-size: 31px !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-transform: none;
}
body.single-tribe_events .tribe-events-event-meta dl {
  font-family: "calluna", serif;
  color: #181B33 !important;
  font-size: 18px;
  list-style: 1.4;
}

.tribe-events-single .tribe-events-sub-nav {
  padding-left: 0;
}

.tribe-events-calendar-month__day--current {
  background-color: rgba(0, 0, 0, 0.05);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title {
  margin: 0 0 16px !important;
}

.tribe-events-calendar-day__event-title a {
  border: none !important;
}
.tribe-events-calendar-day__event-title a:hover {
  border: none !important;
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--linked {
  width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
  font-size: 30px !important;
  font-family: "Open Sans", sans-serif !important;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0;
}

.tribe-common * a {
  border-bottom-color: transparent !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.tribe-common * a:hover {
  border-bottom-color: initial !important;
}

.entry-content .tribe-common ol > li, .entry-content .tribe-common ul > li, .entry-content-wrapper .tribe-common li, .entry-content .tribe-common ol, .entry-content .tribe-common ul, .tribe-theme-genesis .tribe-common ol, .tribe-theme-genesis .tribe-common ul {
  padding: 0 !important;
}
.entry-content .tribe-common ol > li::before, .entry-content .tribe-common ul > li::before, .entry-content-wrapper .tribe-common li::before, .entry-content .tribe-common ol::before, .entry-content .tribe-common ul::before, .tribe-theme-genesis .tribe-common ol::before, .tribe-theme-genesis .tribe-common ul::before {
  content: none !important;
}

.tribe-common h3 {
  margin-bottom: 0 !important;
}

.tribe-events-calendar-list__event-title-link {
  border: none !important;
}
.tribe-events-calendar-list__event-title-link:hover {
  border: none !important;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-title {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  color: #242B58;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background-color: #BC5017 !important;
  border-radius: 3px !important;
  border: 2px solid #BC5017 !important;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: -0.37px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  width: auto;
  overflow-wrap: break-word;
  padding: 14px 17px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
  background-color: #BC5017 !important;
  border-color: #BC5017 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
  display: inline-block !important;
}

.tribe-events-content img.alignright {
  float: right;
}
.tribe-events-content img.alignleft {
  float: left;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
  border-bottom: none !important;
}

/*event Calendar Month*/
.tribe-events-single-event-description.tribe-events-content p a {
  text-decoration: underline;
  color: #181B33;
}
.tribe-events-single-event-description.tribe-events-content p a strong {
  font-weight: bold;
  color: #181B33 !important;
}
.tribe-events-single-event-description.tribe-events-content p a em {
  color: #181B33 !important;
}

.tooltipster-base.tribe-events-tooltip-theme.tooltipster-show h3.tribe-events-calendar-month__calendar-event-tooltip-title a {
  display: inline-block !important;
  border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  margin-bottom: 0 !important;
  text-align: center !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
  font-size: 18px !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #C0B5F4;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: rgba(46, 55, 112, 0.5);
}

div[id*=tribe-events-calendar-day-] h3, div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__day-date {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-transform: none;
  font-family: "Open Sans", sans-serif !important;
}
div[id*=tribe-events-calendar-day-] h3 a, div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__day-date a {
  border: none !important;
  display: inline-block;
  font-size: 18px !important;
  line-height: 1 !important;
  text-transform: none;
  font-family: "Open Sans", sans-serif !important;
}
div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 {
  font-size: 14px !important;
  line-height: 1 !important;
  font-family: "Open Sans", serif;
}
div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar,
div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
div[id*=tribe-events-calendar-day-] .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: auto;
}
div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3, div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3.tribe-events-calendar-month__multiday-event-hidden-title {
  font-size: 14px !important;
  margin: 0 !important;
}
div[id*=tribe-events-calendar-day-] .tribe-events-calendar-month__events article.tribe-events-calendar-month__calendar-event.has-post-thumbnail .tribe-events-calendar-month__calendar-event-details h3.tribe-events-calendar-month__calendar-event-title > a {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

/*Map View*/
.tribe-events-pro .tribe-events-pro-map__event-title, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium {
  margin-bottom: 10px;
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--spacer {
  display: flex;
  flex-direction: row;
}

.tribe-events .tribe-events-c-small-cta {
  line-height: 1 !important;
}
.tribe-events .tribe-events-c-small-cta > * {
  font-size: 14px !important;
  line-height: 1 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue::-moz-selection {
  background-color: #2E3770;
  color: white;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue::selection {
  background-color: #2E3770;
  color: white;
}

/*week view*/
.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
  border-color: #242B58;
}

.tribe-events .tribe-events-c-ical__link {
  background-color: #242B58;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0;
  min-width: 146px;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
.tribe-events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:active {
  text-decoration: none;
  border-color: #242B58 !important;
  background-color: #242B58 !important;
}
.tribe-events .tribe-events-c-ical__link .tribe-common-c-svgicon {
  display: none;
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-1 .tribe-events-pro-week-grid__event-title {
  font-size: 14px !important;
  margin: 0 !important;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link {
  border: 1px solid transparent !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
  border-bottom-color: transparent !important;
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
  color: #181B33;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-title {
  font-size: 15px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev {
  font-family: "sanchez", serif;
  font-size: 15px;
  font-weight: 500;
}

.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
  color: #242B58 !important;
  font-weight: normal !important;
  border: none !important;
  text-decoration: none;
  line-height: 1 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev::before, .tribe-events .tribe-events-c-nav__prev:before {
  display: inline-block;
  vertical-align: middle;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next::after, .tribe-events .tribe-events-c-nav__next:after {
  display: inline-block;
  vertical-align: middle;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
  border-bottom: 1px solid #d5d5d5 !important;
  text-decoration: none !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border:hover, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border:hover {
  border-bottom-color: #242B58 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
  align-items: center;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li {
  padding: 0 10px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li::before {
  content: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li a {
  line-height: 1 !important;
  height: auto !important;
  display: flex;
  align-items: center;
  border: none !important;
  text-decoration: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li {
  padding: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li::before {
  content: none !important;
}
.tribe-common--breakpoint-medium.tribe-events #tribe-events-footer .tribe-events-sub-nav li::before, .tribe-common--breakpoint-medium.tribe-events #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important;
}
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li {
  padding: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li::before, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li::before {
  content: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common * a {
  display: inline-block !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link {
  background-color: #242B58;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0;
  min-width: 146px;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link::before {
  content: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active {
  background-color: #242B58 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.tribe-events-sub-nav li a {
  background: transparent;
}

#tribe-events-footer .tribe-events-sub-nav li::before, #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
  border-color: #242B58 !important;
}

.tribe-events .tribe-events-c-view-selector__button:focus {
  outline-color: #242B58 !important;
}
.tribe-events .tribe-events-c-view-selector__button:before {
  background-color: #242B58 !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #242B58;
  color: #ffffff !important;
}

.tribe-events-pro .tribe-events-pro-map__event-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-family: "Open Sans", sans-serif !important;
}

.tribe-events-pro .tribe-events-pro-map__event-venue {
  font-size: 16px !important;
}

.tribe-events-tickets {
  background: transparent;
}
.tribe-events-tickets td.quantity input[type=number] {
  width: 4.375em;
  padding-right: 0 !important;
}
.tribe-events-tickets input:not([type=submit]), .tribe-events-tickets textarea, .tribe-events-tickets select {
  font-family: "Open Sans", sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #9d9da6;
  font-size: 13px !important;
  font-weight: 600;
  min-height: 46px;
  width: 100%;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */
}
.tribe-events-tickets input:not([type=submit])::-webkit-input-placeholder, .tribe-events-tickets textarea::-webkit-input-placeholder, .tribe-events-tickets select::-webkit-input-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.tribe-events-tickets input:not([type=submit])::-moz-placeholder, .tribe-events-tickets textarea::-moz-placeholder, .tribe-events-tickets select::-moz-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.tribe-events-tickets input:not([type=submit]):-ms-input-placeholder, .tribe-events-tickets textarea:-ms-input-placeholder, .tribe-events-tickets select:-ms-input-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.tribe-events-tickets input:not([type=submit]):active, .tribe-events-tickets input:not([type=submit]):focus, .tribe-events-tickets textarea:active, .tribe-events-tickets textarea:focus, .tribe-events-tickets select:active, .tribe-events-tickets select:focus {
  box-shadow: none;
  border-color: #181B33;
  outline: none;
  color: #181B33;
  /* firefox 19+ */
  /* ie */
}
.tribe-events-tickets input:not([type=submit]):active::-webkit-input-placeholder, .tribe-events-tickets input:not([type=submit]):focus::-webkit-input-placeholder, .tribe-events-tickets textarea:active::-webkit-input-placeholder, .tribe-events-tickets textarea:focus::-webkit-input-placeholder, .tribe-events-tickets select:active::-webkit-input-placeholder, .tribe-events-tickets select:focus::-webkit-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.tribe-events-tickets input:not([type=submit]):active::-moz-placeholder, .tribe-events-tickets input:not([type=submit]):focus::-moz-placeholder, .tribe-events-tickets textarea:active::-moz-placeholder, .tribe-events-tickets textarea:focus::-moz-placeholder, .tribe-events-tickets select:active::-moz-placeholder, .tribe-events-tickets select:focus::-moz-placeholder {
  color: #181B33;
  opacity: 1;
}
.tribe-events-tickets input:not([type=submit]):active:-ms-input-placeholder, .tribe-events-tickets input:not([type=submit]):focus:-ms-input-placeholder, .tribe-events-tickets textarea:active:-ms-input-placeholder, .tribe-events-tickets textarea:focus:-ms-input-placeholder, .tribe-events-tickets select:active:-ms-input-placeholder, .tribe-events-tickets select:focus:-ms-input-placeholder {
  color: #181B33;
  opacity: 1;
}
.tribe-events-tickets select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: #9d9da6;
}
.tribe-events-tickets select option {
  height: 50px;
  color: #9d9da6;
}
.tribe-events-tickets select:focus, .tribe-events-tickets select:active {
  border-color: #181B33;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  transition: all 0.4s ease;
  color: #181B33;
}
.tribe-events-tickets button.tribe-button {
  background-color: #181B33;
  border-radius: 0;
  border: 2px solid #181B33 !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.58px !important;
  line-height: normal !important;
  margin: 0 !important;
  max-width: 100%;
  opacity: 1;
  padding: 12px 20px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
.tribe-events-tickets button.tribe-button:hover, .tribe-events-tickets button.tribe-button:focus, .tribe-events-tickets button.tribe-button:active {
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  color: #BC5017 !important;
  text-decoration: none;
}
.tribe-events-tickets .tribe-rsvp-message-success {
  background-color: #242B58;
  border-color: #242B58;
  padding: 10px;
  border-radius: 0;
}

.tribe-rsvp h2 {
  font-size: 30px !important;
  margin-bottom: 10px;
}
.tribe-rsvp ul.tribe-rsvp-list li.tribe-item::after, .tribe-rsvp ul.tribe-rsvp-list li.tribe-item::before {
  content: none !important;
}

.tribe-submit-tickets-form button[type=submit] {
  background-color: #181B33;
  border-radius: 0;
  border: 2px solid #181B33 !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.58px !important;
  line-height: normal !important;
  margin: 0 !important;
  max-width: 100%;
  opacity: 1;
  padding: 12px 20px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease;
}
.tribe-submit-tickets-form button[type=submit]:hover, .tribe-submit-tickets-form button[type=submit]:focus, .tribe-submit-tickets-form button[type=submit]:active {
  background-color: #242B58 !important;
  border-color: #242B58 !important;
  color: #BC5017 !important;
  text-decoration: none;
}

@media only screen and (max-width: 1199.98px) {
  .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #242B58 !important;
    font-family: "Open Sans", sans-serif !important;
  }
  .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    margin-bottom: 0 !important;
  }
  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    margin-bottom: 0 !important;
  }
  .tribe-events .tribe-events-calendar-month__day {
    height: 60px;
  }
  .tribe-events .tribe-events-calendar-month__header-column-title, .tribe-events .tribe-events-calendar-month__day-date {
    margin-bottom: 0 !important;
  }
  .tribe-common .tribe-common-anchor-thin {
    display: block;
  }
  .tribe-common .tribe-common-h6 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }
  .tribe-common .tribe-common-h6 a {
    font-size: 30px !important;
  }
  .tribe-events .tribe-events-c-ical {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  div.tribe-events-notices > ul, div.tribe-events-notices > ul > li {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
  }
  div.tribe-events-notices > ul::before, div.tribe-events-notices > ul::marker, div.tribe-events-notices > ul > li::before, div.tribe-events-notices > ul > li::marker {
    content: none !important;
    display: none;
  }
  .tribe-events .tribe-events-c-nav__list-item {
    width: 30.33% !important;
  }
  .tribe-events-pro .tribe-events-pro-map__map {
    height: 300px;
  }
  .tribe-events-pro .tribe-events-pro-map__event-column {
    height: 400px;
  }
  .tribe-events .tribe-events-c-ical__link::before {
    content: none;
  }
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #BC5017;
  }
  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
    color: #BC5017;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #242B58 !important;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__day-date {
    color: #ffffff !important;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__mobile-events-icon--event, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #ffffff;
  }
  .tribe-common * {
    font-size: 22px;
  }
  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important;
  }
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
    display: block !important;
    text-align: center !important;
  }
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item button, .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a,
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button,
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next a {
    margin: 0 auto !important;
    font-weight: 500;
    display: inline-flex;
    text-align: center;
    font-size: 18px;
  }
  .tribe-events .datepicker {
    transform: translate(0%, 0%);
    position: absolute;
    bottom: unset;
    left: 0%;
    top: 0;
  }
  .tribe-events-sub-nav li a {
    background: transparent !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .tribe-common * {
    font-size: 16px;
  }
  .tribe-events-sub-nav li a {
    background: transparent !important;
  }
  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list {
    width: 70px;
  }
  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li {
    text-align: center;
  }
  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a {
    width: 100%;
  }
  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a span.tribe-events-c-view-selector__list-item-icon {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important;
  }
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
  .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
    display: block !important;
    text-align: center;
  }
  .tribe-common .tribe-common-b2 {
    font-size: 16px !important;
  }
  .tribe-events .tribe-events-c-view-selector__list-item-link {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .tribe-events-sub-nav li {
    padding-left: 0 !important;
  }
  .tribe-events-sub-nav li a {
    padding: 10px 0;
    font-size: 14px !important;
  }
  .tribe-events-sub-nav li.tribe-events-nav-next a {
    text-align: right !important;
  }
}
.buorg {
  font-family: "sanchez", serif;
  background-color: #BC5017 !important;
  border: 1px solid #BC5017 !important;
  bottom: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  left: 0px;
  text-align: center;
  top: unset !important;
  width: 100%;
  z-index: 111111;
}
.buorg .buorg-buttons {
  margin-top: 10px;
}
.buorg .buorg-buttons #buorgul, .buorg .buorg-buttons #buorgig {
  background: transparent !important;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0;
  border: 1px solid rgba(24, 27, 51, 0.32) !important;
  font-weight: normal;
  box-shadow: none !important;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1;
}
.buorg .buorg-buttons #buorgul {
  background-color: #242B58;
  color: #181B33;
}
.buorg .buorg-buttons #buorgig {
  background-color: #242B58;
  color: #181B33;
}
.buorg .buorg-pad {
  margin-top: 10px;
}
.buorg .buorg-pad #buorgpermanent {
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0;
  border: none;
  font-weight: normal;
  box-shadow: none !important;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #242B58 !important;
  color: #181B33;
}

body, body.page {
  font-family: "sanchez", serif;
  color: #181B33;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body main[role=main], body main, body.page main[role=main], body.page main {
  overflow: hidden;
  position: relative;
}
body .addtoany_content, body.page .addtoany_content {
  padding-bottom: 50px !important;
}
body h2, body h3, body h4, body h5, body h6, body .h2, body .h3, body .h4, body .h5, body .h6, body.page h2, body.page h3, body.page h4, body.page h5, body.page h6, body.page .h2, body.page .h3, body.page .h4, body.page .h5, body.page .h6 {
  font-family: "calluna", serif;
  font-stretch: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
}
body h2.h1, body h3.h1, body h4.h1, body h5.h1, body h6.h1, body .h2.h1, body .h3.h1, body .h4.h1, body .h5.h1, body .h6.h1, body.page h2.h1, body.page h3.h1, body.page h4.h1, body.page h5.h1, body.page h6.h1, body.page .h2.h1, body.page .h3.h1, body.page .h4.h1, body.page .h5.h1, body.page .h6.h1 {
  font-size: 70px;
  letter-spacing: normal;
}
body h2.h2, body h3.h2, body h4.h2, body h5.h2, body h6.h2, body .h2.h2, body .h3.h2, body .h4.h2, body .h5.h2, body .h6.h2, body.page h2.h2, body.page h3.h2, body.page h4.h2, body.page h5.h2, body.page h6.h2, body.page .h2.h2, body.page .h3.h2, body.page .h4.h2, body.page .h5.h2, body.page .h6.h2 {
  font-size: 46px;
  letter-spacing: normal;
}
body h2.h3, body h3.h3, body h4.h3, body h5.h3, body h6.h3, body .h2.h3, body .h3.h3, body .h4.h3, body .h5.h3, body .h6.h3, body.page h2.h3, body.page h3.h3, body.page h4.h3, body.page h5.h3, body.page h6.h3, body.page .h2.h3, body.page .h3.h3, body.page .h4.h3, body.page .h5.h3, body.page .h6.h3 {
  font-size: 43px;
  letter-spacing: normal;
}
body h2.h4, body h3.h4, body h4.h4, body h5.h4, body h6.h4, body .h2.h4, body .h3.h4, body .h4.h4, body .h5.h4, body .h6.h4, body.page h2.h4, body.page h3.h4, body.page h4.h4, body.page h5.h4, body.page h6.h4, body.page .h2.h4, body.page .h3.h4, body.page .h4.h4, body.page .h5.h4, body.page .h6.h4 {
  font-size: 37px;
  letter-spacing: normal;
}
body h2.h5, body h3.h5, body h4.h5, body h5.h5, body h6.h5, body .h2.h5, body .h3.h5, body .h4.h5, body .h5.h5, body .h6.h5, body.page h2.h5, body.page h3.h5, body.page h4.h5, body.page h5.h5, body.page h6.h5, body.page .h2.h5, body.page .h3.h5, body.page .h4.h5, body.page .h5.h5, body.page .h6.h5 {
  font-size: 35px;
  letter-spacing: normal;
}
body h2.h6, body h3.h6, body h4.h6, body h5.h6, body h6.h6, body .h2.h6, body .h3.h6, body .h4.h6, body .h5.h6, body .h6.h6, body.page h2.h6, body.page h3.h6, body.page h4.h6, body.page h5.h6, body.page h6.h6, body.page .h2.h6, body.page .h3.h6, body.page .h4.h6, body.page .h5.h6, body.page .h6.h6 {
  font-size: 25px;
  letter-spacing: normal;
}
body h2.has-primary-color, body h3.has-primary-color, body h4.has-primary-color, body h5.has-primary-color, body h6.has-primary-color, body .h2.has-primary-color, body .h3.has-primary-color, body .h4.has-primary-color, body .h5.has-primary-color, body .h6.has-primary-color, body.page h2.has-primary-color, body.page h3.has-primary-color, body.page h4.has-primary-color, body.page h5.has-primary-color, body.page h6.has-primary-color, body.page .h2.has-primary-color, body.page .h3.has-primary-color, body.page .h4.has-primary-color, body.page .h5.has-primary-color, body.page .h6.has-primary-color {
  color: #242B58 !important;
}
body h2.has-primarylight-color, body h3.has-primarylight-color, body h4.has-primarylight-color, body h5.has-primarylight-color, body h6.has-primarylight-color, body .h2.has-primarylight-color, body .h3.has-primarylight-color, body .h4.has-primarylight-color, body .h5.has-primarylight-color, body .h6.has-primarylight-color, body.page h2.has-primarylight-color, body.page h3.has-primarylight-color, body.page h4.has-primarylight-color, body.page h5.has-primarylight-color, body.page h6.has-primarylight-color, body.page .h2.has-primarylight-color, body.page .h3.has-primarylight-color, body.page .h4.has-primarylight-color, body.page .h5.has-primarylight-color, body.page .h6.has-primarylight-color {
  color: #2E3770 !important;
}
body h2.has-primarydark-color, body h3.has-primarydark-color, body h4.has-primarydark-color, body h5.has-primarydark-color, body h6.has-primarydark-color, body .h2.has-primarydark-color, body .h3.has-primarydark-color, body .h4.has-primarydark-color, body .h5.has-primarydark-color, body .h6.has-primarydark-color, body.page h2.has-primarydark-color, body.page h3.has-primarydark-color, body.page h4.has-primarydark-color, body.page h5.has-primarydark-color, body.page h6.has-primarydark-color, body.page .h2.has-primarydark-color, body.page .h3.has-primarydark-color, body.page .h4.has-primarydark-color, body.page .h5.has-primarydark-color, body.page .h6.has-primarydark-color {
  color: #353962 !important;
}
body h2.has-secondary-color, body h3.has-secondary-color, body h4.has-secondary-color, body h5.has-secondary-color, body h6.has-secondary-color, body .h2.has-secondary-color, body .h3.has-secondary-color, body .h4.has-secondary-color, body .h5.has-secondary-color, body .h6.has-secondary-color, body.page h2.has-secondary-color, body.page h3.has-secondary-color, body.page h4.has-secondary-color, body.page h5.has-secondary-color, body.page h6.has-secondary-color, body.page .h2.has-secondary-color, body.page .h3.has-secondary-color, body.page .h4.has-secondary-color, body.page .h5.has-secondary-color, body.page .h6.has-secondary-color {
  color: #BC5017 !important;
}
body h2.has-secondarylight-color, body h3.has-secondarylight-color, body h4.has-secondarylight-color, body h5.has-secondarylight-color, body h6.has-secondarylight-color, body .h2.has-secondarylight-color, body .h3.has-secondarylight-color, body .h4.has-secondarylight-color, body .h5.has-secondarylight-color, body .h6.has-secondarylight-color, body.page h2.has-secondarylight-color, body.page h3.has-secondarylight-color, body.page h4.has-secondarylight-color, body.page h5.has-secondarylight-color, body.page h6.has-secondarylight-color, body.page .h2.has-secondarylight-color, body.page .h3.has-secondarylight-color, body.page .h4.has-secondarylight-color, body.page .h5.has-secondarylight-color, body.page .h6.has-secondarylight-color {
  color: #BAD37E !important;
}
body h2.has-tertiary-color, body h3.has-tertiary-color, body h4.has-tertiary-color, body h5.has-tertiary-color, body h6.has-tertiary-color, body .h2.has-tertiary-color, body .h3.has-tertiary-color, body .h4.has-tertiary-color, body .h5.has-tertiary-color, body .h6.has-tertiary-color, body.page h2.has-tertiary-color, body.page h3.has-tertiary-color, body.page h4.has-tertiary-color, body.page h5.has-tertiary-color, body.page h6.has-tertiary-color, body.page .h2.has-tertiary-color, body.page .h3.has-tertiary-color, body.page .h4.has-tertiary-color, body.page .h5.has-tertiary-color, body.page .h6.has-tertiary-color {
  color: #C0B5F4 !important;
}
body h2.has-tertiarylight-color, body h3.has-tertiarylight-color, body h4.has-tertiarylight-color, body h5.has-tertiarylight-color, body h6.has-tertiarylight-color, body .h2.has-tertiarylight-color, body .h3.has-tertiarylight-color, body .h4.has-tertiarylight-color, body .h5.has-tertiarylight-color, body .h6.has-tertiarylight-color, body.page h2.has-tertiarylight-color, body.page h3.has-tertiarylight-color, body.page h4.has-tertiarylight-color, body.page h5.has-tertiarylight-color, body.page h6.has-tertiarylight-color, body.page .h2.has-tertiarylight-color, body.page .h3.has-tertiarylight-color, body.page .h4.has-tertiarylight-color, body.page .h5.has-tertiarylight-color, body.page .h6.has-tertiarylight-color {
  color: #6D6A95 !important;
}
body h2.has-quaternary-color, body h3.has-quaternary-color, body h4.has-quaternary-color, body h5.has-quaternary-color, body h6.has-quaternary-color, body .h2.has-quaternary-color, body .h3.has-quaternary-color, body .h4.has-quaternary-color, body .h5.has-quaternary-color, body .h6.has-quaternary-color, body.page h2.has-quaternary-color, body.page h3.has-quaternary-color, body.page h4.has-quaternary-color, body.page h5.has-quaternary-color, body.page h6.has-quaternary-color, body.page .h2.has-quaternary-color, body.page .h3.has-quaternary-color, body.page .h4.has-quaternary-color, body.page .h5.has-quaternary-color, body.page .h6.has-quaternary-color {
  color: #93BB33 !important;
}
body h2, body .h2, body.page h2, body.page .h2 {
  font-size: 46px;
  letter-spacing: -0.8px;
}
@media (max-width: 991.98px) {
  body h2, body .h2, body.page h2, body.page .h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  body h2, body .h2, body.page h2, body.page .h2 {
    font-size: 30px;
  }
}
body h3, body .h3, body.page h3, body.page .h3 {
  font-size: 43px;
  letter-spacing: -0.8px;
  line-height: 1.1 !important;
}
@media (max-width: 991.98px) {
  body h3, body .h3, body.page h3, body.page .h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  body h3, body .h3, body.page h3, body.page .h3 {
    font-size: 25px;
  }
}
body h4, body .h4, body.page h4, body.page .h4 {
  font-size: 37px;
  letter-spacing: -0.8px;
}
@media (max-width: 991.98px) {
  body h4, body .h4, body.page h4, body.page .h4 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  body h4, body .h4, body.page h4, body.page .h4 {
    font-size: 22px;
  }
}
body h5, body .h5, body.page h5, body.page .h5 {
  font-size: 35px;
  letter-spacing: -0.8px;
}
@media (max-width: 991.98px) {
  body h5, body .h5, body.page h5, body.page .h5 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  body h5, body .h5, body.page h5, body.page .h5 {
    font-size: 20px;
  }
}
body h6, body .h6, body.page h6, body.page .h6 {
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 1.1 !important;
}
body p, body p, body ul li, body ol li, body ol li::marker, body.page p, body.page p, body.page ul li, body.page ol li, body.page ol li::marker {
  font-family: "sanchez", serif;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.44;
  color: #181B33;
}
body p strong, body p em, body.page p strong, body.page p em {
  font-family: "sanchez", serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.44;
  color: #181B33;
}
body a:not([class*=btn-]), body.page a:not([class*=btn-]) {
  color: #181B33;
  text-decoration: none;
  border-color: transparent;
}
body .title-block, body.page .title-block {
  color: #242B58;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  text-transform: capitalize;
  font-family: "calluna", serif;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  body .title-block, body.page .title-block {
    text-align: center;
  }
}
body .title-block.center, body.page .title-block.center {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
body .title-block.center::after, body.page .title-block.center::after {
  right: 0;
  margin: 0 auto;
}
body .title-block.light-color, body.page .title-block.light-color {
  color: #ffffff;
}
body .sub-title-block, body.page .sub-title-block {
  font-family: "sanchez", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  body.page-template-no-banner {
    padding-top: 0;
  }
}

.bg-section + .container {
  position: relative;
  z-index: 5;
}

/**************************************************
  Useful CSS on Theme
**************************************************/
.image-wrapping, .image-post-thumb, .post-image-css {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative; /* If you want text inside of it */
}
.image-wrapping img, .image-wrapping .wrapped-image, .image-post-thumb img, .image-post-thumb .wrapped-image, .post-image-css img, .post-image-css .wrapped-image {
  transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  width: 100%;
}
.image-wrapping img.image-fit-contain, .image-wrapping .wrapped-image.image-fit-contain, .image-post-thumb img.image-fit-contain, .image-post-thumb .wrapped-image.image-fit-contain, .post-image-css img.image-fit-contain, .post-image-css .wrapped-image.image-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.image-wrapping img.top, .image-wrapping .wrapped-image.top, .image-post-thumb img.top, .image-post-thumb .wrapped-image.top, .post-image-css img.top, .post-image-css .wrapped-image.top {
  -o-object-position: top;
     object-position: top;
}
.image-wrapping img.center, .image-wrapping .wrapped-image.center, .image-post-thumb img.center, .image-post-thumb .wrapped-image.center, .post-image-css img.center, .post-image-css .wrapped-image.center {
  -o-object-position: center;
     object-position: center;
}
.image-wrapping img.bottom, .image-wrapping .wrapped-image.bottom, .image-post-thumb img.bottom, .image-post-thumb .wrapped-image.bottom, .post-image-css img.bottom, .post-image-css .wrapped-image.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.bg-section {
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-section img {
  transform: translate(-50%, -50%);
  bottom: unset;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 101% !important;
  height: 101% !important;
  z-index: 1;
}
.bg-section img.position-top {
  -o-object-position: top;
     object-position: top;
}
.bg-section img.position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.bg-section.mask::before {
  content: "";
  background-color: rgba(35, 31, 32, 0.55);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.bg-section.mask-gradient.primary::after {
  background-image: linear-gradient(91deg, #003767 0%, rgba(19, 62, 99, 0.77) 36%, rgba(84, 84, 84, 0) 100%);
}
.bg-section.mask-gradient.black::after {
  background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.73;
}
.bg-section.mask-gradient.primarylight::after {
  content: "";
  background: linear-gradient(90deg, #046BAC 47.31%, rgba(4, 107, 172, 0) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.bg-section.mask-gradient::after {
  content: "";
  background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.bg-section.bg-fixed {
  background-attachment: fixed;
}

.top-title-section {
  font-family: "sanchez", serif;
  display: block;
  font-size: 15.5px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.61px;
  line-height: 1.23;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.top-title-section::-moz-selection {
  background-color: #2E3770;
  color: white;
}
.top-title-section::selection {
  background-color: #2E3770;
  color: white;
}

.top-section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .top-section {
    flex-wrap: wrap;
  }
}
.top-section .left-side {
  flex-basis: auto;
}
.top-section .left-side p, .top-section .left-side span {
  display: block;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.top-section .left-side p:last-of-type, .top-section .left-side span:last-of-type {
  margin-bottom: 0;
}
.top-section .right-side {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 0 0 200px;
}
@media (max-width: 767.98px) {
  .top-section .right-side {
    justify-content: flex-start;
    margin-top: 25px;
    flex: 0 0 100%;
  }
}
.top-section .right-side a {
  margin: 0;
  align-self: center;
}
.top-section.light-color h2, .top-section.light-color h3, .top-section.light-color h4, .top-section.light-color h5, .top-section.light-color h6, .top-section.light-color p, .top-section.light-color span, .top-section.light-color strong, .top-section.light-color a, .top-section.light-color em {
  color: #ffffff !important;
}

span.purpule {
  color: #C0B5F4;
}

.right-side {
  position: relative;
}
.right-side .outside-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 40;
  right: calc((100vw - 1300px) / -2);
  width: calc(100% + (100vw - 1300px) / 2);
}
@media (max-width: 1399.98px) {
  .right-side .outside-container {
    right: calc((100vw - 1100px) / -2);
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .right-side .outside-container {
    right: calc((100vw - 930px) / -2);
    width: calc(100% + (100vw - 930px) / 2);
  }
}
@media (max-width: 991.98px) {
  .right-side .outside-container {
    right: calc((100vw - 690px) / -2);
    width: calc(100% + (100vw - 690px) / 2);
  }
}
@media (max-width: 767.98px) {
  .right-side .outside-container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    right: unset;
    width: 100%;
  }
}
.right-side .outside-container .image-wrapping img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.left-side {
  position: relative;
}
.left-side .outside-container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  left: calc((100vw - 1300px) / -2);
  width: calc(100% + (100vw - 1300px) / 2);
}
@media (max-width: 1399.98px) {
  .left-side .outside-container {
    left: calc((100vw - 1100px) / -2);
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .left-side .outside-container {
    left: calc((100vw - 930px) / -2);
    width: calc(100% + (100vw - 930px) / 2);
  }
}
@media (max-width: 991.98px) {
  .left-side .outside-container {
    left: calc((100vw - 690px) / -2);
    width: calc(100% + (100vw - 690px) / 2);
  }
}
@media (max-width: 767.98px) {
  .left-side .outside-container {
    left: unset;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100%;
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
  }
}
.left-side .outside-container .image-wrapping img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.has-curve {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 105vw;
  height: 42px;
  background-size: cover;
  z-index: 2;
}
.has-curve.white {
  background-image: url("../images/curve-white.svg");
}
@media (max-width: 767.98px) {
  .has-curve.white {
    background-image: url("../images/curve-white-mobile.svg");
  }
}
.has-curve.grey {
  background-image: url("../images/curve-grey.svg");
}
@media (max-width: 767.98px) {
  .has-curve.grey {
    background-image: url("../images/curve-grey-mobile.svg");
  }
}
.has-curve.primary {
  background-image: url("../images/curve-primary.svg");
}
@media (max-width: 767.98px) {
  .has-curve.primary {
    background-image: url("../images/curve-primary-mobile.svg");
  }
}
.has-curve.tertiary {
  background-image: url("../images/curve-tertiary.svg");
}
.has-curve.tertiarylight {
  background-image: url("../images/curve-tertiarylight.svg");
}
@media (max-width: 767.98px) {
  .has-curve.tertiarylight {
    background-image: url("../images/curve-tertiarylight-mobile.svg");
  }
}
.has-curve.outside-bottom {
  bottom: -41px;
}
@media (max-width: 767.98px) {
  .has-curve.outside-bottom {
    bottom: -33px;
  }
}
.has-curve.outside-top {
  top: -41px;
}
@media (max-width: 767.98px) {
  .has-curve.outside-top {
    top: -33px;
  }
}
.has-curve.inside-bottom {
  bottom: -1px;
}
@media (max-width: 767.98px) {
  .has-curve.inside-bottom {
    bottom: -1px;
  }
}
.has-curve.inside-top {
  top: -1px;
}
@media (max-width: 767.98px) {
  .has-curve.inside-top {
    top: -1px;
  }
}
.has-curve.rotate {
  transform: translateX(-50%) scaleY(-1);
}
@media (max-width: 767.98px) {
  .has-curve {
    height: 35px;
  }
}

/**************************************************
  Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
  general CSS overwriting
**************************************************/
html, body {
  -webkit-font-smoothing: subpixel-antialiased;
}
html figure, body figure {
  margin-bottom: 0 !important;
}
html .selector-for-some-widget, body .selector-for-some-widget {
  box-sizing: content-box;
}

/**************************************************
  general CSS overwriting
**************************************************//*# sourceMappingURL=style.css.map */