/*
Theme Name: WP Bootstrap
Theme URI: http://revenuespark.com
Description: Bootstrap 5.2.0 theme compiled via SASS
Author: Steve Eldridge & Billy Cobin
Author URI: http://revenuespark.com
Version: 1.25
Tags: responsive, white, bootstrap
*/
.sectionTheme__zircon {
  background-color: #dbe3e4;
}
.sectionTheme__white_lilac {
  background-color: #f6f7fd;
}
.sectionTheme__seashell {
  background-color: #f2f1f0;
}
.sectionTheme__tuatara {
  background-color: #444444;
}
.sectionTheme__white_smoke {
  background-color: #f5f5f5;
}

html {
  scroll-behavior: smooth;
}

a:focus {
  outline: none;
}

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

a {
  transition: all 0.2s ease-in-out !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

#wpadminbar {
  overflow: hidden;
}
@media (max-width: 599.98px) {
  #wpadminbar.mobile {
    display: none;
  }
}

.textBlock h2 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
.textBlock h2.sm-headline {
  font-weight: 800;
  font-size: 1.4rem;
}
.textBlock h3 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}
.textBlock h3.sm-headline {
  font-weight: 800;
  font-size: 1rem;
}
.textBlock p {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
}

.categoryHeader h1 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-top: -1.5em;
  margin-bottom: 1em;
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 800;
  z-index: 30;
  position: relative;
}
@media (min-width: 1200px) {
  .categoryHeader h1 {
    font-size: 2.2rem;
  }
}
.categoryHeader h1 span {
  background: #fff;
  padding: 0.5em;
  position: relative;
}
.categoryHeader h1 span::before {
  content: "";
  background: #fff;
  width: 800px;
  position: absolute;
  left: -799px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 20;
}
.categoryHeader h1 span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  border-radius: 2px;
  background-color: #2280b5;
  width: 75px;
  left: 20px;
  z-index: 30;
}
@media (max-width: 575.98px) {
  .categoryHeader h1 {
    font-size: 1.5rem;
  }
}

.standardHeader h1 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  .standardHeader h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .standardHeader {
    /* font-size: 1.5rem;*/
  }
}

.sideBarPage {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
}
.sideBarPage h1 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-top: -1.5em;
  margin-bottom: 1em;
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 800;
  z-index: 30;
  position: relative;
}
@media (min-width: 1200px) {
  .sideBarPage h1 {
    font-size: 2.2rem;
  }
}
.sideBarPage h1 span {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 0;
  position: relative;
}
.sideBarPage h1 span::before {
  content: "";
  background: #fff;
  width: 800px;
  position: absolute;
  left: -799px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 20;
}
.sideBarPage h1 span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  border-radius: 2px;
  background-color: #2280b5;
  width: 75px;
  left: 0;
  z-index: 30;
}
@media (max-width: 575.98px) {
  .sideBarPage h1 {
    font-size: 1.5rem;
  }
}
.sideBarPage h2 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-bottom: 1.5rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  .sideBarPage h2 {
    font-size: 1.5rem;
  }
}
.sideBarPage h3 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 800;
}
.sideBarPage ul > li {
  line-height: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.sideBarPage ul {
  position: relative;
  list-style: none;
}
.sideBarPage .fa-solid {
  color: #2280b5;
}
.sideBarPage__sidebar--bullets li::before {
  position: absolute;
  left: -18px;
  top: 8px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: #2280b5;
}
.sideBarPage__sidebar--link,
.sideBarPage__sidebar--linkText {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.sideBarPage__sidebar {
  border-left: 3px solid #2280b5;
}

a.sideBarPage__sidebar--link {
  text-decoration: none;
  color: #2280b5;
  font-weight: 600;
}

a.sideBarPage__sidebar--link:hover {
  text-decoration: underline;
}

.customCard {
  border-left: 3px solid #000;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .customCard {
    height: 100%;
  }
}
.customCard__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .customCard__headline {
    font-size: 1.6rem;
  }
}
.customCard__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}
.customCard__textArea {
  padding: 10px;
}
.customCard a.customCard__link {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  color: #2280b5;
  font-weight: 400;
}
.customCard a.customCard__link:hover {
  color: #ffcc00;
}
.customCard a.customCard__link::after {
  content: " >";
  font-weight: 400;
}

.resourceCard {
  display: flex;
}
.resourceCard__cardText--headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
}
.resourceCard__cardImage {
  width: 49%;
  align-items: flex-start;
}
.resourceCard__cardText {
  padding: 20px;
  width: 49%;
  align-items: flex-start;
}
.resourceCard__cardText--text,
.resourceCard__cardText--link {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  margin-left: -100px;
  padding: 20px;
  line-height: 1.5rem;
}
.resourceCard__cardText--text {
  border-top: 3px solid #000;
  background: #f2f1f0;
}
.resourceCard__cardText--image {
  border: 1px solid #ccc;
}
.resourceCard__cardText__link {
  margin-top: 12px;
  display: block;
}
.resourceCard__cardText a.resourceCard__cardText--link {
  text-decoration: none;
  color: #2280b5;
  font-weight: 400;
}
.resourceCard__cardText a.resourceCard__cardText--link:hover {
  color: #ffcc00;
}
.resourceCard__cardText a.resourceCard__cardText--link::after {
  content: " >";
  font-weight: 400;
}

.resourceBlock__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  margin-bottom: 1rem;
}
.resourceBlock__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .resourceBlock__blockImage img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
  }
}
.resourceBlock__link {
  margin-top: 12px;
  display: block;
}
.resourceBlock a.resourceBlock__link {
  text-decoration: none;
  color: #2280b5;
  font-weight: 400;
}
.resourceBlock a.resourceBlock__link:hover {
  color: #ffcc00;
}
.resourceBlock a.resourceBlock__link::after {
  content: " >";
  font-weight: 400;
}

.processBlock__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  margin-bottom: 1rem;
}
.processBlock__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
}
.processBlock__link {
  display: block;
  padding: 0.5rem 1rem;
  background: #2280b5;
  color: #fff;
  text-align: center;
}
.processBlock a.processBlock__link {
  text-decoration: none;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
}
.processBlock a.processBlock__link:hover {
  color: #ffcc00;
}

.simpleBlock__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  margin-bottom: 1rem;
}
.simpleBlock__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.simpleBlock__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #2280b5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.simpleBlock a.simpleBlock__link:hover {
  color: #ffcc00;
}

.offCenterBlock {
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  .offCenterBlock__headline {
    margin-top: -12px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .offCenterBlock {
    background-color: #2280b5;
    padding: 20px;
  }
}
.offCenterBlock__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.offCenterBlock__imagewrapper {
  padding-top: 2%;
}
.offCenterBlock__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 10px 20px 2rem 0;
}
.offCenterBlock a.offCenterBlock__link {
  color: #2280b5;
  font-size: 1rem;
  font-weight: 400;
  background: #f2f1f0;
  padding: 10px 15px;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  text-decoration: none;
}
.offCenterBlock a.offCenterBlock__link:hover {
  color: #ffcc00;
}
@media (min-width: 992px) {
  .offCenterBlock .row::before {
    content: "";
    background-color: #2280b5;
    position: absolute;
    top: 0;
    right: 0;
    left: 210px;
    height: 94%;
    z-index: -1;
  }
}

.mapSection {
  margin-top: 1.5rem !important;
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  .mapSection__headline {
    margin-top: -12px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .mapSection {
    background-color: #2280b5;
    padding: 20px;
  }
}
.mapSection__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.mapSection__embed {
  position: relative;
}
.mapSection__layers--layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.mapSection__layers--layer.active {
  display: block;
}
.mapSection__layers--layer img {
  width: 100%;
  height: auto;
}
.mapSection__buttons--button {
  padding: 0.3rem 0.5rem;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0.25rem;
  border: 1px solid #fff;
}
.mapSection__buttons--button.active {
  color: #2280b5;
  background: #fff;
}
.mapSection__buttons--button p {
  margin-bottom: 0;
}
.mapSection__buttons--button:hover {
  color: #444 !important;
  background: #ffcc00;
}
.mapSection__clearLink {
  clear: both;
  margin-top: 1rem;
}
.mapSection__clearLink a {
  color: #fff;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  font-size: 0.8rem;
  background: transparent;
  padding: 0.3rem 0.5rem;
}
.mapSection__clearLink a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.mapSection__imagewrapper {
  padding-top: 2%;
}
.mapSection__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 0.25rem 0.25rem 0.25rem 0;
}
@media (min-width: 992px) {
  .mapSection .row::before {
    content: "";
    background-color: #2280b5;
    position: absolute;
    top: 0;
    right: 0;
    left: 210px;
    height: 90%;
    z-index: -1;
  }
}

.FAQaccordion .accordion-item {
  border: none;
}
.FAQaccordion h1 {
  margin-bottom: 1.25rem;
}
.FAQaccordion h2 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.5rem;
}
.FAQaccordion button.accordion-button.collapsed::after,
.FAQaccordion button.accordion-button::after {
  width: 20px;
  height: 20px;
  color: #2280b5;
}
.FAQaccordion .accordion-button {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #f3f3f3;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
  border-left: none !important;
  border-right: none !important;
  margin: 15px 0;
}
.FAQaccordion .accordion-button:focus {
  border-color: none !important;
}
.FAQaccordion .accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
  color: #000;
}
.FAQaccordion .accordion-body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  border: none;
}
.FAQaccordion .saccordion-flush {
  margin-bottom: 2.5rem;
}

.babylonFooter {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #fff;
}
.babylonFooter__logo img {
  max-width: 256px;
  display: block;
  margin: 0 auto;
}
.babylonFooter__copyright,
.babylonFooter .social-networks {
  margin-top: 2rem !important;
}
.babylonFooter a.footer__link {
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
}
.babylonFooter h4 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .babylonFooter__copyright {
    text-align: center;
    padding: 0 1em;
  }
  .babylonFooter__links {
    display: block;
    width: 200px;
    margin: 1rem auto;
  }
  .babylonFooter .social-networks {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
}

.header {
  color: #000;
}
.header .top-nav {
  background-color: #2280b5;
}

.region-primary-menu {
  width: 100%;
}
.region-primary-menu #menu-main-menu {
  background-color: #000 !important;
}
.region-primary-menu #menu-main-menu .dropdown-menu {
  background-color: #000;
}
.region-primary-menu #menu-main-menu .dropdown-menu li {
  text-align: center;
  border-bottom: 1px solid #2280b5;
}
.region-primary-menu #menu-main-menu .dropdown-menu li:last-of-type {
  border-bottom: none;
}
.region-primary-menu a {
  color: #fff;
}
.region-primary-menu a:hover {
  background: #555;
  color: #ffcc00;
}

.region-secondary-menu {
  margin-left: auto;
  background: #2280b5 !important;
}
.region-secondary-menu li {
  padding: 0.1em 1em;
}
.region-secondary-menu a {
  color: #fff;
}
.region-secondary-menu a:hover {
  color: #ffcc00;
}

.navbar-toggler {
  background: #818285 !important;
}

.phone-icon {
  padding-top: 0.3rem;
}
.phone-icon span {
  color: #fff;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.social-networks {
  margin-bottom: 0.1rem;
}

.fab,
.fa-brands {
  color: #fff;
  height: 16px;
  width: 16px;
  margin: 0 1rem;
}

.search-wrap.accordion {
  display: none;
}

.carousel {
  padding-bottom: 1.125rem !important;
}

.carousel-item {
  position: relative;
}

.carousel__photoCaption {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #fff;
  background: #000;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding: 0.25rem 0.5rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  font-size: 0.8rem;
}
.carousel__photoCaption a {
  text-decoration: none;
  color: #fff;
}

.betterInBabylon {
  padding-bottom: 1.875rem;
}
.betterInBabylon__tripleHeading {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
  background: #003038;
  position: relative;
  top: 1.25rem;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.betterInBabylon__tripleHeading h3 {
  font-size: calc(1.305rem + 0.66vw);
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .betterInBabylon__tripleHeading h3 {
    font-size: 1.8rem;
  }
}
.betterInBabylon__infobox {
  background: #fff;
  padding: 1.25rem;
}
.betterInBabylon__leftColumn h3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
}
.betterInBabylon__leftColumn h1 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #939598;
  margin-bottom: 1.25rem;
}
.betterInBabylon__leftColumn ul {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  margin: 0 0 0.5rem 3rem;
  padding: 1.25rem;
}
.betterInBabylon__leftColumn ul li {
  margin-bottom: 1rem;
}
.betterInBabylon__rightColumn {
  background: #2280b5;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
}
.betterInBabylon__rightColumn h3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.betterInBabylon__rightColumn h2 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 3rem;
  font-weight: 400;
  font-style: normal !important;
}
.betterInBabylon__rightColumn img {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .betterInBabylon__rightColumn img {
    margin-left: -3.75rem;
    max-width: 110%;
  }
}

/* Temporary bullet hide for bullets that display even if field empty */
.betterInBabylon__leftColumn--bullets {
  display: none;
}

@media screen and (min-width: 769px) {
  .betterInBabylon__leftColumn {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .betterInBabylon__leftColumn--text {
    padding-bottom: 1rem;
  }
}
.whatWeDo__content {
  padding: 1.875rem;
  text-align: center;
}
.whatWeDo h2 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 3rem;
  color: #939598;
  font-weight: 400;
  line-height: 3.6rem;
  margin-bottom: 1.25rem;
}
.whatWeDo p {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 2em;
  margin-bottom: 1.125rem;
}

.frontPageWelcome > .container-xxl > .row {
  position: relative;
}

@media (max-width: 991.98px) {
  .frontPageWelcome .imageTextWrapper {
    background: #bc7242;
    padding: 1.5rem;
  }
}

.frontPageWelcome {
  padding: 1.875rem 0;
}
@media (min-width: 992px) {
  .frontPageWelcome__imageWrapper::before {
    content: "";
    background-color: #2280b5;
    position: absolute;
    top: 0;
    right: 5px;
    left: 210px;
    height: 99%;
    z-index: -1;
  }
}
.frontPageWelcome a.frontPageWelcome__link {
  text-decoration: none;
  padding: 0.5rem;
  background: #fff;
  color: #bc7242;
}
.frontPageWelcome__imageWrapper {
  padding: 2.5rem;
}
.frontPageWelcome__textWrapper {
  text-align: center;
  color: #fff;
  padding-left: 1rem !important;
  padding-right: 1.5rem !important;
}
.frontPageWelcome__headline {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .frontPageWelcome__headline {
    font-size: 2.5rem;
  }
}
.frontPageWelcome__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
}

.frontPagePods .frontPagePod {
  background: #dbe3e4;
  padding: 1.25rem;
  border: 0.75rem solid #fff;
}

.frontPagePods__content {
  background: #fff;
}
.frontPagePods__headline {
  text-transform: lowercase;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #939598;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 575.98px) {
  .frontPagePods__headline {
    padding: 1rem 0 0.25rem;
    padding-left: 2rem !important;
  }
}
.frontPagePods__description {
  padding: 1.5rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  line-height: 1.875rem;
  color: #919298;
  font-size: 1rem;
}
.frontPagePods__content > .row {
  position: relative;
}
.frontPagePods h6 {
  text-align: right;
  padding: 20px 35px 20px 0;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.125rem;
  text-transform: lowercase;
  font-weight: 400;
  font-style: normal;
}
.frontPagePods a.frontPagePods__link {
  color: #c27d52;
  text-decoration: none;
}
.frontPagePods a.frontPagePods__link::after {
  content: " >";
  font-weight: 400;
}
@media (min-width: 576px) {
  .frontPagePods__headline::after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 78%;
    right: 12px;
    left: 20px;
    height: 3px;
    z-index: 0;
  }
  .frontPagePods__image img {
    position: relative;
    z-index: 10;
  }
}

.frontPageSpotlight .frontPageSpotlight > .row {
  position: relative;
}
.frontPageSpotlight a.frontPageSpotlight__link {
  text-decoration: none;
  padding: 0.5rem;
  background: #fff;
  color: #2280b5;
}
.frontPageSpotlight__textWrapper {
  color: #fff;
  z-index: 1;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.frontPageSpotlight__text {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .frontPageSpotlight__textWrapper::before {
    content: "";
    background-color: #2280b5;
    position: absolute;
    top: 0;
    left: 1.25rem;
    height: 100%;
    width: 50%;
    z-index: -1;
  }
  .frontPageSpotlight__textWrapper {
    padding-left: 3.25rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 991.98px) {
  .frontPageSpotlight .frontPageSpotlight > .row {
    background: #2280b5;
    padding: 2rem;
  }
}
.frontPageSpotlight h3 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 2.25rem;
  font-weight: 400;
  font-style: normal;
}
.frontPageSpotlight h4 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.25rem;
  line-height: 2.5rem;
}
.frontPageSpotlight__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.688rem;
}
.frontPageSpotlight__imageWrapper {
  z-index: 2;
  padding: 2rem;
}
.frontPageSpotlight__imageWrapper img {
  border: 1px solid #ccc;
}

.carousel-item .img-fluid {
  width: 100%;
}

.contactForm {
  background: #dce3e4;
}
.contactForm #gform_submit_button_1 {
  width: 100%;
  color: #fff;
  background: #000;
  padding: 0.5rem;
}
.contactForm__text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.688rem;
  text-align: center;
  padding-bottom: 2rem;
}
.contactForm__formWrapper {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .page-id-75 .container-xxl > .row.gx-4,
  .page-id-93 .container-xxl > .row.gx-4 {
    padding: 80px 180px !important;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  .page-id-75 .container-xxl > .row.gx-4,
  .page-id-93 .container-xxl > .row.gx-4 {
    padding: 40px 90px !important;
  }
}

@media (min-width: 768px) {
  .page-id-93 .offCenterBlock {
    margin: 0 80px;
  }
}

@media (min-width: 992px) {
  .page-id-58 .page-sections .py-4 {
    width: 60%;
    margin: 0 auto;
  }
}

.seperator {
  height: 4px;
  width: 100%;
  transform: scaleY(-1);
  background-color: #f2f1f0;
  margin: 60px 0;
}

#babylon-map2 {
  position: relative;
  display: block;
  max-width: 850px;
}
#babylon-map2 .picture {
  display: block;
  position: absolute;
  top: 0;
}
#babylon-map2 #grey {
  position: relative;
}
#babylon-map2 img {
  width: 100%;
  height: auto;
}
#babylon-map2 .svg {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
#babylon-map2 .hidden {
  display: none;
}
#babylon-map2 .visible {
  display: block;
}

.education-links ul,
.housing-links ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}

.housing-links {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.education-links ul > li,
.housing-links ul > li {
  padding-left: 24px;
  margin-bottom: 16px;
  position: relative;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.education-links a,
.housing-links a {
  text-decoration: none;
  color: #2280b5;
}

.education-links ul > li::before,
.housing-links ul > li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: #2280b5;
}

.project .seperator {
  margin: 20px 0;
}
.project__projectSummary {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
}
.project__successStory {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.5rem;
}
.project__backToSuccessStoriesLink {
  text-align: center;
}
.project__backToSuccessStoriesLink a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  color: #fff;
  background: #2280b5;
}
.project__backToSuccessStoriesLink a:hover {
  color: #ffcc00;
}
.project__category {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.5rem;
  border-bottom: 1px solid #000;
}
.project__featuredImage {
  position: relative;
}
.project__featuredImage .acf-map {
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
  width: 20rem;
  height: 18rem;
  border: 1px solid #ccc;
  box-shadow: 0 0 25px 10px rgba(117, 116, 116, 0.5);
}
.project__featuredImage .acf-map img {
  max-width: inherit !important;
}

.projectsArchive__pageTitle {
  padding-top: 0.5rem;
}
.projectsArchive__introText {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
}
.projectsArchive__seperator {
  height: 4px;
  width: 100%;
  transform: scaleY(-1);
  background-color: #f2f1f0;
  margin: 1.25rem 0 3.5rem;
}
.projectsArchive__heroHolder {
  position: relative;
}
.projectsArchive__photoCaption {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.projectTeaser {
  margin: 1.5rem 0;
}
.projectTeaser__imageLeft .project__category {
  border-bottom: 1px solid #000;
}
.projectTeaser__imageRight .project__category {
  border-bottom: 1px solid #fff;
}
@media (max-width: 991.98px) {
  .projectTeaser__imageLeft {
    background: #dde3e4;
    color: #000;
  }
  .projectTeaser__imageRight {
    background: #3e3e3e;
    color: #fff;
  }
  .projectTeaser__imageLeft img {
    padding-top: 1rem;
  }
  .projectTeaser__imageRight img {
    padding-bottom: 1rem;
  }
}
.projectTeaser h2 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  margin: 1rem 0;
}
.projectTeaser__imageWrapper,
.projectTeaser__textWrapper {
  position: relative;
}
@media (min-width: 992px) {
  .projectTeaser__imageWrapper img {
    z-index: 1;
  }
  .projectTeaser__imageLeft .projectTeaser__textWrapper {
    color: #000;
  }
  .projectTeaser__imageLeft .projectTeaser__textWrapper::before {
    position: absolute;
    top: -10%;
    content: "";
    background: #dde3e4;
    width: 120%;
    height: 116%;
    right: 0;
    z-index: -1;
  }
  .projectTeaser__imageRight .projectTeaser__textWrapper {
    color: #fff;
  }
  .projectTeaser__imageRight .projectTeaser__textWrapper::before {
    position: absolute;
    top: -10%;
    content: "";
    background: #3e3e3e;
    width: 120%;
    height: 116%;
    left: 0;
    z-index: -1;
  }
}
.projectTeaser__projectExcerpt {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
}
.projectTeaser__fullPostLink a {
  margin-top: 1.5rem;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  text-decoration: none;
  text-transform: uppercase;
  background: #213038;
  color: #fff;
  padding: 0.5rem;
  font-weight: 500;
}
.projectTeaser__imageleft .projectTeaser__fullPostLink a {
  background: #213038;
  color: #fff;
}
.projectTeaser__imageRight .projectTeaser__fullPostLink a {
  background: #dde3e4;
  color: #213038;
}
.projectTeaser__fullPostLink a:hover {
  color: #ffcc00;
}

.projectHeader h1 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  margin-top: -1.5em;
  margin-bottom: 1em;
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 800;
  z-index: 30;
  position: relative;
}
@media (min-width: 1200px) {
  .projectHeader h1 {
    font-size: 2.2rem;
  }
}
.projectHeader h1 span {
  background: #fff;
  padding: 0.5em;
  position: relative;
}
.projectHeader h1 span::before {
  content: "";
  background: #fff;
  width: 800px;
  position: absolute;
  left: -799px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 20;
}
.projectHeader h1 span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  border-radius: 2px;
  background-color: #2280b5;
  width: 75px;
  left: 20px;
  z-index: 30;
}
@media (max-width: 575.98px) {
  .projectHeader h1 {
    font-size: 1.5rem;
  }
}
.projectHeader h1 span {
  padding-left: 0;
  position: relative;
}
.projectHeader h1 span::after {
  left: 0px;
}

.staff {
  margin-top: 1rem;
}
.staff__contentWrapper {
  position: relative;
}
.staff__postWrapper {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
}
.staff__imageContainer {
  position: relative;
  padding-left: 1.5rem;
}
.staff__imageContainer img {
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .staff__imageContainer img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .staff__imageContainer::before {
    content: "";
    background-color: #2280b5;
    position: absolute;
    top: -15px;
    right: 15px;
    height: 355px;
    width: 320px;
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .staff__imageContainer {
    clear: both;
  }
}
.staff__textWrapper {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 2rem;
}
.staff h1 {
  line-height: 2rem;
}
.staff__name {
  border-bottom: 4px solid #0080b5;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.staff h2 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 2rem;
}
.staff__teaser h2 {
  margin-top: 0;
}
.staff__teaserImageContainer img {
  border: 1px solid #ccc;
}
.staff__teaserName span {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.staff__teaserName a {
  text-decoration: none;
  color: #2280b5;
}
@media (max-width: 575.98px) {
  .staff__teaserName span {
    border-bottom: none;
  }
}
.staff__term {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.staff__backToManagemenLink {
  text-align: center;
}
.staff__backToManagemenLink a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  color: #fff;
  background: #2280b5;
}
.staff__backToManagemenLink a:hover {
  color: #ffcc00;
}

.page-management .textBlock p,
.page-board-of-directors .textBlock p {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 2rem;
}

.event__location .acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
.event__location .acf-map img {
  max-width: inherit !important;
}
.event h2 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 500;
}
.event__description {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}
.event__category {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  text-transform: uppercase;
}
.event h3,
.event h4 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.event h3 span,
.event h4 span {
  font-weight: 300;
}
.event__teaser h3 {
  font-weight: 400;
}
.event__backToEventsLink {
  text-align: center;
}
.event__backToEventsLink a {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  color: #fff;
  background: #2280b5;
}
.event__backToEventsLink a:hover {
  color: #ffcc00;
}
.event__teaser__postWrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.event__teaser--icon {
  margin-right: 1rem;
}
.event__teaser__calendar-icon {
  color: #777;
}
.event__teaser__date {
  font-size: 0.9rem;
  padding-bottom: 0;
}
.event__teaser__description {
  font-size: 1rem;
  font-weight: 300;
}
.event__teaser__title h3 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.event__teaser__title h3 a {
  color: #000;
  text-decoration: none;
}
.event__teaser__link {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 500;
}
.event__teaser__link a {
  text-decoration: none;
  color: #2280b5;
}

.frontPageUpcomingEvents {
  border-top: 1px solid #ccc;
}
.frontPageUpcomingEvents__eventsWrapper {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 0.8rem;
}
.frontPageUpcomingEvents .event-teaser-fb-block {
  background: #f5f5f5;
}
.frontPageUpcomingEvents h2 {
  text-align: center;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 3rem;
  line-height: 3.15rem;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2.2rem;
}
.frontPageUpcomingEvents__allEventsLink {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.frontPageUpcomingEvents__allEventsLink a {
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  color: #fff;
  background: #2280b5;
}
.frontPageUpcomingEvents__allEventsLink a:hover {
  color: #ffcc00;
}

.newsEventsPage__eventsTitle,
.newsEventsPage__newsTitle {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 600;
  background: #2280b5;
  color: #fff;
}
.newsEventsPage .standardHeader {
  margin-bottom: 1.5rem;
}
.newsEventsPage .newsLinks__newspaper--icon {
  margin-right: 1rem;
  color: #777;
}
.newsEventsPage .newsLinks__date {
  font-size: 0.9rem;
  padding-bottom: 0;
}
.newsEventsPage .newsLinks__headline h3 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.newsEventsPage .newsLinks__link {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 500;
}
.newsEventsPage .newsLinks__link a {
  text-decoration: none;
  color: #2280b5;
}
.newsEventsPage .newsLinks h3 a {
  text-decoration: none;
  color: #000;
}

.page-documents h1 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 800;
  font-size: 2.2rem;
  text-align: left !important;
  margin-top: 1rem;
}
.page-documents .wpDataTablesWrapper .responsiveExpander {
  margin-top: 3px;
}
.page-documents .wpdt-c {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 0.9rem;
}
.page-documents .wpDataTableFilterSection .dropdown-toggle::after {
  content: none !important;
}
@media (min-width: 768px) {
  .page-documents #table_1_wrapper {
    position: relative;
    top: -20px;
  }
  .page-documents .wpDataTablesWrapper {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .page-documents
    .wpDataTablesFilter
    .wpDataTableFilterSection#wdt-clear-filters-button-block {
    padding-top: 0 !important;
  }
}
.page-documents
  .wpDataTablesWrapper
  table.wpDataTable
  > tbody
  > tr
  > td.column-document_meta_document_file {
  text-align: center !important;
  text-transform: capitalize;
}
.page-documents .wpdt-c a {
  color: #2280b5 !important;
  text-decoration: none;
  box-shadow: none;
}
.page-documents .wpdt-c .dt-buttons {
  display: none;
}
.page-documents
  .wpdt-c.wdt-skin-light
  .wpDataTablesWrapper
  table.wpDataTable
  > thead
  > tr
  > th.column-document_meta_document_file {
  text-align: center;
}
.page-documents button.wdt-clear-filters-button:before,
.page-documents button.wdt-clear-filters-widget-button:before {
  font-family: wpDataTablesIcons;
  content: "" !important;
}
.page-documents .wpDataTableFilterSection .wdt-clear-filters-button {
  color: #fff;
  background: #2280b5;
  margin-top: 0.3rem;
}

.event-banner p,
.event-banner a {
  margin-bottom: 0;
  color: #fff;
}

.event-banner a:hover {
  color: #ffcc00;
}

.phone-icon {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 575px) {
  .phone-icon {
    justify-content: center;
    margin-bottom: 0.5em;
    display: flex;
  }
}

@media screen and (min-width: 576px) {
  .phone-icon {
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .event-banner {
    margin-bottom: 0.5em;
  }
}

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