@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 15px;
  height: 15px;
  font-family: "slick";
  font-size: 28px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}

body {
  letter-spacing: 2;
  font-size: 20px;
  font-size: 16px;
  line-height: 1.2em;
  color: #54565B;
}
body.home {
  background-size: 1440px auto;
}

body, button, input, select, optgroup, textarea,
h1, h2, h3, h4, h5, h6,
.main-navigation,
input[type=button],
input[type=reset],
input[type=submit],
.button, .more-link {
  font-family: "franklin-gothic-urw", sans-serif;
  letter-spacing: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.more-link {
  padding: 1px 18px;
  line-height: 1.75em;
  text-decoration: none;
  border-radius: 5px;
}

button, input, select, optgroup, textarea,
label {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

ul, ol {
  padding-left: 1rem;
}
ul li, ol li {
  margin-top: 0.75em;
}

b, strong {
  font-weight: bold;
}

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

body.page .site-main > .hentry > .entry-header,
body.page .site-main > .hentry > .entry-footer,
body.page .site-main > .hentry > .post-thumbnail,
body.page .site-main > .hentry > .entry-content > *,
body.page .site-main > .hentry > .entry-content > *.alignwide {
  max-width: 1320px;
}

body.page .site-main > .hentry > .entry-header {
  margin: 0 auto;
}

body.page .site-main > .hentry > .post-thumbnail,
.header-wrapper {
  margin: 0;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.bgblue {
  background-color: #7BA6BB;
}

.bggrey {
  background-color: #898B8E;
}

.bgmaroon {
  background-color: #7A303F;
}

.bgdarkyellow {
  background-color: #E5A500;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Hide WP Bar for testing */
html[lang] {
  margin-top: 0 !important;
}

.entry-footer {
  display: none;
}

figure.aligncenter figcaption {
  text-align: center;
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  font-family: inherit;
}

.wp-block-image figcaption {
  color: inherit;
  font-style: normal;
}

.wp-block-button.donate a {
  background-color: #FFB700;
  color: #231F20;
  border-radius: 26px;
  padding: 4px 15px;
  font-size: 18px;
  font-weight: 600;
  opacity: 1 !important;
  line-height: 1.3;
}
.wp-block-button.donate a:hover {
  background-color: #FFD364;
  color: #231F20;
}

.mobile-search-form-wrapper {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  height: 70px;
  width: 40px;
  color: #54565B;
  z-index: 9;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  color: inherit;
  display: none;
}

.slick-dots {
  left: 0;
  right: 0;
}

.slick-prev {
  background: url("data:image/svg+xml,%3Csvg width='16' height='38' viewBox='0 0 16 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 36L2.40707 19.5767C2.16303 19.231 2.16303 18.769 2.40707 18.4233L14 2' stroke='%2354565B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat !important;
  left: -12px;
}

.slick-next {
  background: url("data:image/svg+xml,%3Csvg width='16' height='38' viewBox='0 0 16 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L13.5929 18.4233C13.837 18.769 13.837 19.231 13.5929 19.5767L2 36' stroke='%2354565B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat !important;
  right: -12px;
}

.hentry > .entry-content > * {
  padding-bottom: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.hentry > .entry-content .homepage-news {
  margin-bottom: 20px;
}

.ultp-heading-inner {
  font-weight: 600;
  font-size: 30px;
  color: #54565B;
}
.ultp-heading-wrap .ultp-heading-inner {
  margin-bottom: 5px;
}
.ultp-heading-inner > span {
  padding-bottom: 0 !important;
}

.site {
  overflow: hidden;
  /*&:before {
  	content:'';
  	width:100%;
  	height:120px;
  	display:block;
  	position:absolute;
  	top:0;
  	left:0;
  	z-index:1;

  	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 2.08%, rgba(0, 0, 0, 0.6) 35.94%, rgba(0, 0, 0, 0) 100%);
  }*/
}

.site-title a {
  color: #fff;
}

.site-branding {
  position: relative;
  z-index: 7;
}
.site-branding img {
  height: auto;
  width: 160px;
  max-width: none;
  display: block;
}

.menu-toggle {
  height: 40px;
  width: 40px;
  color: #231F20;
  line-height: 1.3em;
  font-size: 2.2rem;
}
.menu-toggle .lnr-cross {
  color: #231F20;
}

.header-wrapper {
  margin-bottom: 20px;
}
.header-wrapper .post-thumbnail {
  background-color: #E8EDF0;
  overflow: hidden;
  display: none;
}
.header-wrapper .post-thumbnail.mobile {
  display: block;
}
.header-wrapper .entry-header {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
.header-wrapper .entry-header h1 {
  color: inherit;
  font-size: 20px;
  margin-bottom: 0;
}
.header-wrapper .entry-header h2 {
  font-size: 12px;
}
.header-wrapper + .entry-content {
  position: relative;
}
.header-wrapper + .entry-content .first-image img {
  position: relative;
}

.entry-content:before {
  display: none;
}

.primary-menu-wrapper {
  padding: 4.5rem 0;
  pointer-events: none;
}
.primary-menu-wrapper:after {
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}
.primary-menu-wrapper .menu {
  -webkit-transition: none;
  transition: none;
  max-width: none;
}
.primary-menu-wrapper .primary-menu-container {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#primary-menu li:last-child {
  display: none;
}

.wp-block-quote {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  font-style: normal;
}
.wp-block-quote p {
  margin: 0 -10px 0 0 !important;
}
.wp-block-quote:before {
  display: none;
}

.page .header-wrapper {
  margin-top: 55px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 10;
  border: 0;
  padding: 8px 12px 7px 17px;
  max-width: none;
}
.site-header:before {
  /*content: "";
  height: 0;
  width: 100%;
  background-color: #000;
  position: absolute;
  transition:height .35s ease-in-out;
  left:0;
  top:0;*/
  height: 65px;
}
.site-header .search-toggle {
  display: none;
}
.site-header.moved {
  /*&:before {
   height: 100%;
   height:68px;
  }*/
}

.site-header:before {
  content: "";
  background: #fff;
  display: block;
  z-index: 6;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: inherit;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: inherit;
}

.main-navigation {
  color: #fff;
  font-size: 24px;
}
.main-navigation li {
  margin-top: 0;
}
.main-navigation a {
  padding: 14px 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main-navigation .primary-menu-wrapper:before {
  content: "";
  font-weight: 500;
  opacity: 0;
  margin-top: -20px;
  z-index: 9;
  position: relative;
  -webkit-transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.main-navigation.toggled .primary-menu-wrapper {
  pointer-events: unset;
}
.main-navigation.toggled .primary-menu-wrapper:before {
  content: "We Listen. We Learn. We Support.";
  padding: 6px 20px 12px;
  display: block;
  color: #898B8E;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  background-color: #fff;
  margin-top: -17px;
  font-weight: 400;
}
.main-navigation.toggled .primary-menu-wrapper:after {
  background-color: #7BA6BB;
  -webkit-transition: min-width 0.3s ease-in-out;
  transition: min-width 0.3s ease-in-out;
}
.main-navigation.toggled .primary-menu-wrapper .menu {
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}
body:not(.home) .main-navigation li > a {
  opacity: 0.6;
}
body:not(.home) .main-navigation li.current_page_item > a {
  opacity: 1;
}
.main-navigation .current_page_item a {
  position: relative;
}
.main-navigation .current_page_item a:after {
  content: "";
  display: block;
  height: 2px;
  width: 34px;
  background: #7BA6BB;
  position: absolute;
  left: 21px;
  bottom: 10px;
}
.main-navigation .donate-tmp {
  position: absolute;
  right: 65px;
  width: auto;
  display: block;
  top: 12px;
  z-index: 9;
}
.main-navigation .donate-tmp:hover a {
  color: #231F20;
}
.main-navigation .donate-tmp a {
  background-color: #FFB700;
  border-radius: 26px;
  padding: 4px 15px;
  color: #231F20;
  font-size: 18px;
  font-weight: 600;
  opacity: 1 !important;
}
.main-navigation .donate-tmp a:active {
  color: inherit;
}

.site-main {
  padding-left: 20px;
  padding-right: 20px;
}

.site-content {
  margin-bottom: 0;
}

.footer-sidebars-wrapper {
  position: relative;
  z-index: 3;
  background-color: #54565B;
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  padding: 35px 20px;
  line-height: 1.7em;
  letter-spacing: 0.1px;
}
.footer-sidebars-wrapper h5 {
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
.footer-sidebars-wrapper strong {
  font-weight: 500;
}
.footer-sidebars-wrapper .widget-area {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.footer-sidebars-wrapper .widget-area:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 0 !important;
}
.footer-sidebars-wrapper .widget-area:nth-child(4) {
  margin-bottom: 0 !important;
}
.footer-sidebars-wrapper .widget_block {
  margin-bottom: 4px;
}
.footer-sidebars-wrapper .footer-sidebars {
  max-width: 1325px;
}

.site-footer {
  background-color: #231F20;
  margin-top: 0;
  position: relative;
  z-index: 3;
  padding: 12px 20px;
}
.site-footer .site-info {
  font-style: normal;
  color: #fff;
  text-align: left;
  max-width: 1325px;
  margin: 0 auto;
  font-size: 12px;
}

.mc4wp-form label {
  margin-bottom: 15px;
  display: block;
}
.mc4wp-form input[type=text],
.mc4wp-form input[type=email] {
  padding: 6px 10px;
  border-radius: 3px;
  border: 0;
}
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 18px;
  letter-spacing: 0;
  border-width: 1px;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}
.mc4wp-form .mc4wp-form-fields {
  margin-bottom: 0;
}

.wp-block-social-links {
  margin-top: 10px;
  margin-bottom: 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0;
}

.wp-block-button .wp-block-button__link {
  text-transform: none;
  background-color: #6C768D;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 5px;
  letter-spacing: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 1.75em;
  font-size: 18px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #8F99AE;
}
.wp-block-button.is-style-outline {
  color: inherit;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border-color: #54565B;
  color: #6C768D;
  padding: 1px 18px;
  letter-spacing: 0;
  border-width: 1px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  opacity: 0.6;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover:not(.has-text-color) {
  color: inherit;
}
.wp-block-group.has-background {
  padding: 25px 20px;
  color: #fff;
}
.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
  color: inherit;
}
.wp-block-group.has-white-background-color {
  color: #54565B;
}
.wp-block-group.has-white-background-color h2, .wp-block-group.has-white-background-color h3 {
  color: inherit;
}

.wp-block-columns.has-background {
  padding: 2.375em;
}

.entry-header h1,
.wp-block-cover h1 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 0.3em;
  line-height: 1em;
}
.entry-header h2,
.wp-block-cover h2 {
  font-size: 12px !important;
  color: #FFB700 !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.wp-block-cover {
  padding: 0;
  color: #fff;
  min-height: 220px;
  margin: 0;
  width: 100%;
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: inherit;
}
.wp-block-cover:before {
  content: "";
  padding-bottom: 50.75%;
  display: block;
}
.wp-block-cover .wp-block-button.is-style-outline {
  color: inherit;
}
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #fff;
}
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover:not(.has-background), .wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover .wp-block-read-more {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 1px 18px;
  letter-spacing: 0;
}
.wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  margin-bottom: 33px !important;
}

.wp-block-cover__inner-container > *,
.wp-block-group__inner-container > * {
  max-width: 1325px;
}

.wp-block-column a {
  color: inherit;
}
.wp-block-column > * {
  margin-bottom: unset;
}
.wp-block-column p, .wp-block-column ul {
  margin: 0 0 1.2em;
}

.ultp-block-content-wrap {
  border: 1px solid #B5B5B5;
  overflow: visible;
  background-color: #fff;
  position: relative;
  color: #54565B;
}

.ultp-block-entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ultp-block-entry-content h3 {
  font-size: 20px;
  line-height: 1.15em;
  color: #54565B;
  font-weight: 600;
  margin-bottom: 8px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ultp-block-entry-content .ultp-block-image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px !important;
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: visible;
}
.ultp-block-entry-content .ultp-block-image > a {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  background-color: #e5e5e5;
}
.ultp-block-entry-content .ultp-block-image img {
  margin: 0 auto;
  width: 100%;
}

.ultp-block-entry-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ultp-block-entry-heading .ultp-block-meta {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}

.ultp-block-title a {
  color: inherit;
  line-height: 0.95em;
}

.ultp-block-content,
.ultp-block-entry-heading {
  padding: 30px;
}

.ultp-block-meta {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
  color: #B5B5B5;
  margin-bottom: 12px !important;
}

.ultp-block-excerpt {
  font-size: 16px;
  color: #54565B;
  line-height: 1.2em;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ultp-block-readmore {
  font-size: 13px;
  font-weight: bold;
  color: #C25757;
}
.ultp-block-readmore > a {
  color: inherit;
}
.ultp-block-readmore > a:hover {
  opacity: 0.5;
}

.ultp-block-readmore {
  position: absolute;
  bottom: 20px;
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns.is-layout-flex {
  gap: 15px;
}

.entry-header {
  margin-bottom: 0;
}
.entry-header h1 {
  margin-bottom: 0;
}

@media (min-width: 550px) {
  .header-wrapper .post-thumbnail {
    height: auto;
  }
  .header-wrapper .post-thumbnail img {
    -webkit-transform: none;
            transform: none;
    position: static;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 781px) {
  .mobile-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 782px) {
  .header-wrapper .entry-header {
    bottom: 15px;
    max-width: 1325px;
  }
  .header-wrapper .post-thumbnail {
    padding-top: 0;
    display: block;
  }
  .header-wrapper .post-thumbnail.mobile {
    display: none;
  }
  .header-wrapper + .entry-content > :first-child {
    gap: 20px !important;
  }
  .header-wrapper + .entry-content .first-image {
    margin-bottom: 0;
  }
  .header-wrapper + .entry-content .first-image figure {
    height: auto;
  }
  .footer-sidebars-wrapper .widget-area {
    margin-bottom: 0 !important;
  }
  .footer-sidebars-wrapper .widget-area:nth-child(2) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .footer-sidebars-wrapper,
.site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 20px + 20px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .main-navigation .donate-tmp {
    right: 80px;
  }
}
@media (min-width: 992px) {
  .wp-block-button.donate a {
    border-radius: 24px;
    padding: 8px 24px;
    font-size: 24px;
  }
  .site-header {
    display: block;
  }
  .site-header:before {
    display: none;
  }
  .primary-menu-wrapper:before {
    display: none;
  }
  .main-navigation {
    color: #fff;
    font-size: 1.25rem;
  }
  .main-navigation a {
    padding: 0.85rem;
    font-weight: 600;
  }
  .main-navigation ul {
    font-size: 18px;
  }
  .main-navigation li {
    margin-top: 0;
    margin: 0px 2.8vw;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .main-navigation li > a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: inherit !important;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: inherit;
    opacity: 0.6;
  }
  body:not(.home) .main-navigation li > a {
    opacity: 0.6;
  }
  body:not(.home) .main-navigation li.current_page_item > a {
    opacity: 1;
  }
  body:not(.home) .main-navigation li:hover > a, body:not(.home) .main-navigation li.focus > a {
    opacity: 1;
  }
  .main-navigation .current_page_item a:after {
    display: none;
  }
  .main-navigation .donate-tmp {
    right: 20px;
    top: 20px;
  }
  .main-navigation .donate-tmp:before {
    content: "We Listen. We Learn. We Support";
    display: inline-block;
    vertical-align: middle;
    color: #898B8E;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 18px;
    font-size: 24px;
  }
  .main-navigation .donate-tmp a {
    background-color: #FFB700;
    border-radius: 24px;
    padding: 8px 24px;
    color: #231F20 !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 24px;
    opacity: 1 !important;
  }
  .main-navigation .donate-tmp a:hover {
    background-color: #FFD364;
  }
  .main-navigation-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #7BA6BB;
    margin-bottom: -20px;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-group.has-background {
    padding: 40px;
  }
  h2 {
    font-size: 2.188rem;
  }
  .wp-block-image figcaption {
    font-size: 20px;
    margin-top: 10px;
  }
  .ultp-block-readmore {
    bottom: 35px;
  }
  #page {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page .site-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page .header-wrapper {
    min-height: 25.6vw;
    background: #E8EDF0;
    margin-top: 135px;
  }
  .wp-block-quote {
    font-size: 35px;
    padding: 20px 40px 25px;
    line-height: 1.25em;
  }
  .header-wrapper .entry-header {
    bottom: 35px;
    padding: 0 20px;
  }
  .header-wrapper .entry-header h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .header-wrapper .entry-header h2 {
    font-size: 25px !important;
  }
  .header-wrapper + .entry-content > :first-child {
    gap: 40px !important;
  }
  .wp-block-quote {
    margin-top: 45px;
  }
  .home .footer-sidebars-wrapper {
    margin-top: 0;
  }
  .footer-sidebars-wrapper .widget-area:nth-child(2) {
    padding-left: 9% !important;
  }
  .footer-sidebars-wrapper .widget-area:nth-child(3) {
    text-align: right;
  }
  .footer-sidebars-wrapper .widget-area:nth-child(3) > * {
    width: 317px;
    display: inline-block;
    text-align: left;
  }
  .mc4wp-form {
    margin-top: 14px;
  }
  .mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
    font-size: 20px;
    min-width: 100px;
  }
  .mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
    opacity: 0.6;
  }
  .wp-block-social-links {
    margin-top: 20px;
  }
  .footer-sidebars-wrapper {
    padding-top: 43px;
    padding-bottom: 45px;
  }
  .footer-sidebars-wrapper,
.site-footer {
    font-size: 14px;
  }
  .site-footer .site-info {
    font-size: inherit;
  }
  body {
    font-size: 20px;
  }
  .site-branding img {
    width: 240px;
  }
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header.moved {
    /*&:before {
     height: 100%;
     height:90px;
    }*/
  }
  .hentry > .entry-content > * {
    padding-bottom: 50px;
  }
  .hentry > .entry-content > .homepage-news {
    padding-bottom: 20px;
  }
  .ultp-heading-inner {
    font-size: 50px;
  }
  .ultp-block-meta {
    font-size: 18px;
  }
  .page-news .ultp-block-meta {
    font-size: 20px;
  }
  .ultp-block-entry-content h3 {
    font-size: 30px;
  }
  .ultp-block-entry-content .ultp-block-image {
    margin-bottom: 30px !important;
  }
  .page-news .ultp-block-entry-content h3 {
    font-size: 35px;
  }
  .primary-menu-wrapper {
    padding: 0;
    pointer-events: unset;
  }
  #primary-menu li:last-child {
    font-size: 22px;
    margin-left: 15px;
    display: none;
  }
  #primary-menu li:last-child > a {
    background-color: #FFB700;
    border-radius: 5px;
    padding: 4px 14px;
    color: #231F20;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #primary-menu li:last-child > a:hover {
    background-color: #FFD364;
  }
  .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
    margin-bottom: 30px !important;
  }
  .entry-header h1,
.wp-block-cover h1 {
    font-size: 60px;
    margin-bottom: 0.4em;
  }
  .entry-header h2,
.wp-block-cover h2 {
    font-size: 30px !important;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 24px;
    padding: 0 15px;
  }
  .wp-block-button.is-style-outline > .wp-block-button__link {
    font-size: 20px;
  }
  .ultp-block-excerpt {
    font-size: 20px;
    margin-bottom: 0;
  }
  .ultp-block-readmore {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .wp-block-group.has-background {
    padding: 50px;
  }
  .page .header-wrapper {
    margin-top: 172px;
  }
  .main-navigation-wrapper {
    margin-bottom: -25px;
    margin-top: 25px;
    margin-left: -60px;
    margin-right: -60px;
  }
  .header-wrapper {
    margin-bottom: 44px;
  }
  .header-wrapper .entry-header {
    bottom: 45px;
  }
  .header-wrapper + .entry-content > :first-child {
    gap: 60px !important;
  }
  body.page .site-main > .hentry > .post-thumbnail,
.header-wrapper {
    margin-left: -60px;
    margin-right: -60px;
  }
  .footer-sidebars-wrapper,
.site-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .site-branding img {
    width: 318px;
  }
  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 60px + 60px);
    margin-left: -60px;
    margin-right: -60px;
  }
  #primary-menu li:last-child {
    margin-left: 1.6rem;
    font-size: 24px;
  }
  .main-navigation {
    margin-left: -1.25rem;
  }
  .main-navigation .donate-tmp {
    right: 58px;
    top: 41px;
  }
  .main-navigation a {
    padding: 0.85rem 1.25rem;
  }
  .main-navigation ul {
    font-size: 20px;
  }
  .site-header {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .site-header.moved {
    /*&:before {
     height:120px;
    }*/
  }
  .site-main {
    padding-left: 60px;
    padding-right: 60px;
  }
  .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1440px) {
  .wp-block-quote br {
    display: none;
  }
}
.home header,
.page-template-home header {
  background-color: #fff;
}
.home .entry-content > *,
.page-template-home .entry-content > * {
  position: relative;
  z-index: 1;
}
.home .entry-content .homepage-parallax,
.page-template-home .entry-content .homepage-parallax {
  z-index: 0;
}

.homepage-carousel {
  margin-top: 55px;
}
.homepage-carousel .wp-block-button__link {
  line-height: 1.55em;
  font-size: 18px;
}

.homepage-carousel .slick-list {
  max-width: none;
  width: 100%;
}
.homepage-carousel .wp-block-cover {
  clear: unset;
}
.homepage-carousel .slick-dots {
  bottom: 6px;
}

.homepage-banner .wp-block-cover-image.has-parallax,
.homepage-banner .wp-block-cover.has-parallax,
.homepage-banner .wp-block-cover__image-background.has-parallax,
.homepage-banner video.wp-block-cover__video-background.has-parallax {
  background-size: 100%;
  background-position: center 2% !important;
}
.homepage-banner .wp-block-cover__inner-container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.homepage-banner {
  background-color: #E8EDF0;
}

.homepage-top-text,
.top-quote {
  font-size: 18px;
  line-height: 1.22em;
  font-weight: 600;
  color: #54565B;
  padding: 0 20px;
  max-width: 1180px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 0.85em;
  margin-bottom: 1.15em !important;
}

.wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .homepage-top-text,
.wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .top-quote {
  margin-left: -20px;
  margin-right: -20px;
}

.homepage-top-blocks {
  margin-bottom: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
  gap: 15px;
}
.homepage-top-blocks .wp-block-media-text__media img {
  width: 65px;
}
.homepage-top-blocks .wp-block-column p {
  margin-bottom: 0;
  margin-right: -10px;
}
.homepage-top-blocks .wp-block-media-text {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 25px;
  font-size: 18px;
}
.homepage-top-blocks .wp-block-media-text strong {
  font-size: 30px;
}
.homepage-top-blocks .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
}
.homepage-parallax {
  padding-bottom: 0 !important;
}
.homepage-parallax + .wp-block-group {
  padding-top: 15px;
  padding-bottom: 40px;
}
.homepage-parallax h3 {
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
}
.homepage-parallax h4 {
  color: #54565B;
}
.homepage-parallax ul {
  padding-left: 2rem;
}
.homepage-parallax li {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-parallax section,
.homepage-parallax .wp-block-group.has-background {
  padding: 30px 20px 35px;
  background-color: #fff;
}

.is-parallax {
  position: relative;
  overflow: hidden;
}
.is-parallax:before {
  padding-bottom: 63%;
  content: "";
  display: block;
}
.is-parallax > figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-news,
.homepage-news + * {
  padding-left: 0;
  padding-right: 0;
}

.all-news {
  padding-bottom: 0 !important;
}
.all-news .wp-block-button .wp-block-button__link {
  background-color: #7BA6BB;
  line-height: 1.2em;
  padding: 0;
  border-radius: 0;
  padding: 0.7em 0;
  font-size: 16px;
}
.all-news .wp-block-button .wp-block-button__link:hover {
  background-color: #9ABFD1;
}

.homepage-parallax .section01 .is-parallax,
.homepage-parallax .section02 .is-parallax,
.homepage-parallax .section03 .is-parallax,
.homepage-parallax .section04 .is-parallax {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  opacity: 0;
  -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homepage-parallax .section01 .is-parallax.show,
.homepage-parallax .section02 .is-parallax.show,
.homepage-parallax .section03 .is-parallax.show,
.homepage-parallax .section04 .is-parallax.show {
  opacity: 1;
}
.homepage-parallax .section01 .is-text,
.homepage-parallax .section02 .is-text,
.homepage-parallax .section03 .is-text,
.homepage-parallax .section04 .is-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homepage-parallax .section01 .is-text.show,
.homepage-parallax .section02 .is-text.show,
.homepage-parallax .section03 .is-text.show,
.homepage-parallax .section04 .is-text.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.homepage-parallax .section01 h3 {
  color: #712434;
}
.homepage-parallax .section04 .is-text {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.homepage-parallax .section04 h4 {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.homepage-parallax h3 {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 0;
  width: 250px;
  margin-bottom: -1.2em;
  z-index: 3;
  position: relative;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homepage-parallax h3.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.homepage-parallax h4 {
  font-size: 20px;
  margin-bottom: 0.25em;
  line-height: 1em;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homepage-parallax h4.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.homepage-parallax section.has-background {
  color: #54565B;
}
.homepage-parallax section.has-white-color h3, .homepage-parallax section.has-white-color h4, .homepage-parallax section.has-white-color p {
  color: #fff;
}
.homepage-parallax section.has-white-color .wp-block-button__link {
  border-color: #fff;
}
.homepage-parallax .section03 h3,
.homepage-parallax .section04 h3 {
  margin-bottom: 4px;
}
.homepage-parallax .parallax04 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 782px) {
  .homepage-carousel .slick-prev {
    background: url("data:image/svg+xml,%3Csvg width='16' height='38' viewBox='0 0 16 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 36L2.40707 19.5767C2.16303 19.231 2.16303 18.769 2.40707 18.4233L14 2' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat !important;
    left: -10px;
  }
  .homepage-carousel .slick-next {
    background: url("data:image/svg+xml,%3Csvg width='16' height='38' viewBox='0 0 16 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L13.5929 18.4233C13.837 18.769 13.837 19.231 13.5929 19.5767L2 36' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat !important;
    right: -10px;
  }
  .homepage-carousel .arrow-container {
    max-width: 1325px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 35px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0;
  }
  .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .homepage-top-text,
.wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .top-quote {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-top-blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage-news,
.homepage-news + * {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage-banner .wp-block-cover-image.has-parallax,
.homepage-banner .wp-block-cover.has-parallax,
.homepage-banner .wp-block-cover__image-background.has-parallax,
.homepage-banner video.wp-block-cover__video-background.has-parallax {
    background-size: 100%;
    background-position: center top !important;
    background-size: cover;
  }
  .wp-block-columns.is-layout-flex {
    gap: 20px !important;
  }
  .homepage-parallax .wp-block-columns.is-layout-flex {
    width: 100%;
  }
  .homepage-top-text,
.top-quote {
    padding-left: 60px;
    padding-right: 60px;
  }
  .homepage-top-blocks .wp-block-column {
    position: relative;
  }
  .homepage-top-blocks .wp-block-column:before {
    content: "";
    padding-bottom: 54.6%;
    display: block;
    width: 0;
  }
  .homepage-top-blocks .wp-block-media-text {
    padding: 50px;
    padding: 3.475vw;
    background-color: #f1ad00;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -ms-grid-columns: 26.67% 1fr;
    grid-template-columns: 26.67% 1fr;
    font-size: 24px;
    font-size: 1.67vw;
    line-height: 1.2em;
    display: -ms-grid;
    display: grid;
  }
  .homepage-top-blocks .wp-block-media-text strong {
    font-size: 50px;
    font-size: 3.475vw;
    line-height: 0.45em;
    display: inline-block;
    margin-bottom: 15px;
  }
  .homepage-top-blocks .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 8%;
  }
  .homepage-top-blocks .wp-block-media-text__media img {
    width: 88px;
    width: 100%;
  }
  .homepage-parallax p {
    margin-bottom: 1.2em;
  }
  .homepage-parallax p + ul {
    margin-top: -1.2em;
  }
  .homepage-parallax ul {
    margin-bottom: 1.75em;
  }
  .homepage-parallax h4 {
    font-weight: 600;
  }
  .homepage-parallax section {
    padding: 0;
  }
  .homepage-parallax section .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .homepage-parallax section .wp-block-group__inner-container > div {
    margin: auto;
  }
  .homepage-parallax section,
.homepage-parallax .wp-block-group.has-background {
    padding: 70px 0;
  }
  .homepage-parallax .section03 h3,
.homepage-parallax .section04 h3 {
    margin-bottom: 0;
  }
  .homepage-parallax .section04 h3 {
    opacity: 0.5;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .homepage-parallax .section04 .is-parallax:before {
    padding-bottom: 61.5%;
  }
  .homepage-parallax figure {
    padding-left: 40px;
  }
  .homepage-parallax .is-text {
    padding-right: 40px;
  }
  .homepage-parallax .is-text-left .is-text {
    padding-right: 0;
    padding-left: 40px;
  }
  .homepage-parallax .is-text-left figure {
    padding-left: 0;
    padding-right: 40px;
  }
  .homepage-parallax h3 {
    margin-left: 40px;
  }
  .homepage-parallax .parallax04 {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media (max-width: 781px) {
  .homepage-parallax figure,
.homepage-parallax .is-text,
.homepage-parallax .is-parallax,
.homepage-parallax h3, .homepage-parallax h4 {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .homepage-parallax .is-parallax {
    opacity: 1 !important;
  }
  .section04 .is-parallax {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 991px) {
  .section02 h3 {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .homepage-carousel {
    margin-top: 135px;
  }
  .homepage-top-blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage-news,
.homepage-news + * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-columns.is-layout-flex {
    gap: 40px !important;
  }
  .homepage-parallax .wp-block-columns.is-layout-flex {
    gap: 55px !important;
  }
  .homepage-top-blocks {
    margin-bottom: 42px !important;
  }
  .homepage-top-text,
.top-quote {
    font-size: 30px;
    line-height: 36px;
    padding: 0 40px;
    margin-top: 44px;
    margin-bottom: 52px !important;
  }
  .homepage-parallax {
    margin-top: 40px;
  }
  .homepage-parallax h3 {
    font-size: 60px;
    width: 420px;
    margin-bottom: -0.83em;
  }
  .homepage-parallax h4 {
    font-size: 35px;
    margin-bottom: 12px;
  }
  .homepage-parallax + .wp-block-group {
    padding-top: 50px;
    padding-bottom: 80px !important;
  }
  .all-news {
    padding-bottom: 0 !important;
  }
  .all-news .wp-block-button .wp-block-button__link {
    font-size: 20px;
  }
  .homepage-carousel .wp-block-cover:before {
    padding-bottom: calc(47.15% - 120px);
  }
}
@media (min-width: 1280px) {
  .homepage-carousel .arrow-container {
    width: calc(100% - 120px);
  }
  .homepage-carousel {
    margin-top: 172px;
  }
  .is-parallax:before {
    padding-bottom: 58%;
  }
  .homepage-parallax {
    /*.section01,
    .section03,
    .fixed {
    	z-index:0;

    	> .wp-block-group__inner-container {
    		position:fixed;
    		left:0;
    		top:0;
    		width:100%;
    		height:100%;
    		z-index:0;
    	}

    	> .wp-block-group__inner-container {
    		opacity:0;
    		pointer-events:none;
    	}

    	&.show {
    		> .wp-block-group__inner-container {
    			opacity:1;
    			pointer-events:unset;
    		}
    	}
    }

    .show {
    	.fixed {
    		> .wp-block-group__inner-container {
    			opacity:1;
    			pointer-events:unset;
    		}
    	}
    }

    .section03 {
    	// z-index:0;

    	> .wp-block-group__inner-container {
    		opacity:0;
    	}
    }*/
  }
  .homepage-parallax figure {
    padding-left: 110px;
  }
  .homepage-parallax section {
    height: 100vh;
    min-height: 640px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
  .homepage-parallax .is-text {
    padding-right: 60px;
  }
  .homepage-parallax .section01 .is-parallax,
.homepage-parallax .section02 .is-parallax,
.homepage-parallax .section03 .is-parallax {
    -ms-flex-preferred-size: 64% !important;
        flex-basis: 64% !important;
  }
  .homepage-parallax .section01 .is-text,
.homepage-parallax .section02 .is-text,
.homepage-parallax .section03 .is-text {
    -ms-flex-preferred-size: 42% !important;
        flex-basis: 42% !important;
  }
  .homepage-parallax .section04 .is-parallax {
    -ms-flex-preferred-size: 58% !important;
        flex-basis: 58% !important;
  }
  .homepage-parallax .section04 .is-text {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
  .homepage-parallax .is-text-left .is-text {
    padding-left: 110px;
  }
  .homepage-parallax .is-text-left figure {
    padding-right: 40px;
  }
  .homepage-parallax .section04 .is-parallax:before {
    padding-bottom: 64%;
  }
  .homepage-top-blocks,
.homepage-news,
.homepage-news + * {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1445px !important;
  }
}
@media (max-width: 1280px) {
  .homepage-parallax section .wp-block-group__inner-container {
    opacity: 1 !important;
  }
}
@media (min-width: 1440px) {
  .homepage-top-blocks .wp-block-media-text {
    padding: 50px;
    font-size: 24px;
    line-height: 26px;
  }
  .homepage-top-blocks .wp-block-media-text strong {
    font-size: 50px;
  }
}
.wp-block-lazyblock-leftimagewcontent:last-child .liwc-section {
  margin-bottom: 0;
}

.page-partner-stories .header-wrapper {
  margin-bottom: 0;
}
.page-partner-stories .header-wrapper + .entry-content {
  margin-top: -20px;
}
.page-partner-stories .header-wrapper .entry-header {
  bottom: 32px;
}

.wp-block-group.partner-section, .wp-block-group.liwc-section {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 12px;
  padding: 30px 20px;
}

.wp-block-group.partner-section:last-child {
  margin-bottom: 0;
}

.partner-section,
.liwc-section {
  position: relative;
}
.partner-section .wp-block-image,
.liwc-section .wp-block-image {
  height: 190px;
  height: calc(64vw - 20px);
  overflow: hidden;
}
.partner-section .wp-block-image img,
.liwc-section .wp-block-image img {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
.partner-section h2,
.liwc-section h2 {
  font-size: 20px;
  color: inherit;
  font-weight: 600;
  margin-bottom: 3px;
}
.partner-section .more-content,
.liwc-section .more-content {
  display: none;
}
.partner-section .more-content p:last-child,
.liwc-section .more-content p:last-child {
  margin-bottom: 0;
}
.partner-section .wp-block-column,
.liwc-section .wp-block-column {
  position: relative;
}
.partner-section .wp-block-buttons,
.liwc-section .wp-block-buttons {
  margin-top: 25px;
}
.partner-section a[href="#toggle"],
.liwc-section a[href="#toggle"] {
  font-weight: 600;
}
.partner-section a[href="#toggle"]:after,
.liwc-section a[href="#toggle"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.66667L12 10L22 1.66667' stroke='white' stroke-width='3.33333' stroke-linecap='round'/%3E%3C/svg%3E") center 8px rgba(232, 237, 240, 0.3) no-repeat;
  background-size: 11px auto;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: -2px;
}
.partner-section .toggle,
.liwc-section .toggle {
  cursor: pointer;
  font-weight: 600;
  display: none;
  margin: 0;
  color: #fff;
}
.partner-section .toggle:after,
.liwc-section .toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11.3333L12 3L22 11.3333' stroke='white' stroke-width='3.33333' stroke-linecap='round'/%3E%3C/svg%3E") center 7px rgba(232, 237, 240, 0.3) no-repeat;
  background-size: 11px auto;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: -2px;
}
.partner-section.active .toggle,
.liwc-section.active .toggle {
  display: block;
}
.partner-section.active a[href="#toggle"],
.liwc-section.active a[href="#toggle"] {
  display: none;
}
.partner-section.active .more-content,
.liwc-section.active .more-content {
  display: block;
}

.partner-section .toggle {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.partner-section .ultp-block-excerpt {
  -webkit-line-clamp: 5;
}
.partner-section .ultp-block-content-wrap {
  border: 0;
}
.partner-section .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.partner-section .slick-slide {
  height: inherit !important;
  background: #fff;
}
.partner-section .ultp-block-entry-content .ultp-block-image > a {
  margin: 0;
}
.partner-section .ultp-block-items-wrap {
  max-width: 305px;
  margin: 0 auto 20px;
}

.partner-section-header + *,
.section-header + *,
.wp-block-lazyblock-inner-section + * {
  margin-top: 40px;
  margin-bottom: 75px;
}
.liwc-section div.has-white-color .wp-block-button__link {
  border-color: #fff;
}

@media (min-width: 782px) {
  .page-partner-stories .header-wrapper + .entry-content > :first-child p:first-child {
    margin-top: 40px;
  }
  .partner-section .ultp-block-content-wrap,
.liwc-section .ultp-block-content-wrap {
    margin-bottom: 0;
  }
  .partner-section h2,
.liwc-section h2 {
    font-weight: 600;
  }
  .partner-section h2, .partner-section p,
.liwc-section h2,
.liwc-section p {
    padding-right: 0;
  }
  .partner-section .wp-block-image,
.liwc-section .wp-block-image {
    height: auto;
  }
  .partner-section .wp-block-image img,
.liwc-section .wp-block-image img {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .partner-section .ultp-block-items-wrap {
    max-width: none;
    margin-bottom: 0;
  }
  .partner-section .ultp-block-items-wrap.slick-slider {
    padding: 0 20px;
  }
  .partner-section-header,
.section-header {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    display: -ms-grid !important;
    display: grid !important;
    margin-bottom: 0;
  }
  .partner-section-header > .wp-block-column:last-child,
.section-header > .wp-block-column:last-child {
    width: calc(200% + 30px);
  }
  .partner-section-header + *,
.section-header + *,
.wp-block-lazyblock-inner-section + * {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .page-partner-stories .header-wrapper .entry-header {
    bottom: 92px;
  }
  .page-partner-stories .header-wrapper + .entry-content {
    margin-top: -55px;
  }
  .page-partner-stories .header-wrapper + .entry-content > :first-child p:first-child {
    margin-top: 90px;
  }
  .wp-block-group.partner-section, .wp-block-group.liwc-section {
    padding: 40px;
    margin: 0 0 20px;
  }
  .liwc-section a[href="#toggle"]:after,
.partner-section a[href="#toggle"]:after {
    width: 30px;
    height: 30px;
    background-size: 15px auto;
    background-position: center 13px;
    margin-top: -3px;
  }
  .liwc-section .toggle,
.partner-section .toggle {
    bottom: 52px;
  }
  .liwc-section .toggle:after,
.partner-section .toggle:after {
    width: 30px;
    height: 30px;
    background-size: 15px auto;
    background-position: center 11px;
    margin-top: -3px;
  }
  .liwc-section {
    padding: 40px;
    margin: 0 0 20px;
  }
  .partner-section-header,
.section-header,
.wp-block-lazyblock-inner-section {
    line-height: 1.2em;
    font-size: 20px;
  }
  .partner-section-header h2,
.section-header h2,
.wp-block-lazyblock-inner-section h2 {
    font-size: 35px;
    position: static;
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
  }
  .partner-section-header + *,
.section-header + *,
.wp-block-lazyblock-inner-section + * {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .page-partner-stories .header-wrapper + .entry-content > :first-child p:first-child {
    margin-top: 80px;
  }
  .wp-block-group.partner-section, .wp-block-group.liwc-section {
    padding: 50px;
  }
  .partner-section-header + *,
.section-header + *,
.wp-block-lazyblock-inner-section + * {
    margin-top: 55px;
  }
}
.hentry > .entry-content > *.alignwide {
  max-width: none;
}

.post-template-page_stories-php .site-header,
.post-template-page_stories-php .site-footer,
.post-template-page_stories-php .footer-sidebars-wrapper {
  display: none;
}

.single-post .wp-block-image figcaption {
  font-style: italic;
  line-height: 1.2em;
}
.single-post .site-content {
  padding-bottom: 60px;
}
.single-post .post-date {
  font-weight: 500;
  color: #B5B5B5;
  margin-top: 0;
  margin-bottom: 0;
}

.post-template a {
  color: #7A303F;
  font-weight: bold;
}
.post-template a:hover {
  text-decoration: underline;
}
.post-template h1 {
  color: #54565B;
  font-size: 24px;
  margin-bottom: 10px;
}
.post-template h2 {
  color: #7A303F;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 20px;
}
.post-template .post-back {
  color: #C25757;
  font-weight: 600;
  position: absolute;
  font-size: 16px;
  padding-bottom: 0 !important;
  padding-left: 15px;
  top: 12px;
}
.post-template .post-back:before {
  content: "";
  width: 8px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.84616 1L1.52764 5.31408C1.21658 5.71846 1.21658 6.28154 1.52764 6.68592L4.84616 11' stroke='%23C25757' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-template .post-back + .wp-block-columns > .wp-block-column:first-child {
  padding-top: 60px;
}
.post-template .site:before {
  display: none;
}
.post-template .entry-content {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.post-template .hentry > .entry-content > * {
  padding-bottom: 15px;
}
.post-template .hentry > .entry-content > *.small-padding {
  padding-bottom: 15px;
}
.post-template .category-who-we-are h1, .post-template .category-who-we-are h2 {
  margin: 0 0 20px;
  font-size: 20px;
}
.post-template .category-who-we-are h2 {
  font-weight: normal;
  color: inherit;
  margin-top: -20px;
}
.post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(1n) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(2n) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.category-news h1 {
  line-height: 1.6rem;
  color: #54565B;
}

@media (min-width: 782px) {
  .post-template .same-height-img {
    position: relative;
  }
  .post-template .same-height-img figure {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .post-template .same-height-img figure img {
    height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .post-template h2 {
    margin-top: 0;
  }
  .category-news .post-back + .wp-block-columns > .wp-block-column:first-child,
.category-news .post-back + .wp-block-columns > .wp-block-column:first-child + .wp-block-column {
    padding-top: 60px;
  }
  .post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(1n) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(2n) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 781px) {
  .mobile-grid {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .mobile-grid > .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (min-width: 992px) {
  .single-post .post-date {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .single-post figure.wp-block-image {
    margin-bottom: 30px;
  }
  .single-post figure.wp-block-image:last-child {
    margin-bottom: 0;
  }
  .single-post .wp-block-image figcaption {
    font-size: 16px;
  }
  .single-post .site-content {
    padding-bottom: 60px;
  }
  .single-post .wp-block-columns.is-layout-flex {
    gap: 40px !important;
  }
  .single-post .wp-block-columns.is-layout-flex .wp-block-columns.is-layout-flex {
    gap: 30px !important;
  }
  .post-template h1 {
    font-size: 50px;
    margin-bottom: 32px;
    line-height: 60px;
    margin-top: -10px;
  }
  .post-template h2 {
    font-size: 35px;
    margin-bottom: 1.55em;
    padding-right: 2px;
  }
  .post-template .post-back {
    font-size: 30px;
    top: 55px;
    text-transform: uppercase;
    padding-left: 30px;
  }
  .post-template .post-back:hover {
    text-decoration: none;
    color: #7A303F;
  }
  .post-template .post-back:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='28' viewBox='0 0 12 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L2.7396 12.8906C2.29173 13.5624 2.29173 14.4376 2.7396 15.1094L10 26' stroke='%237A303F' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .post-template .post-back:before {
    width: 14px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='28' viewBox='0 0 12 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L2.7396 12.8906C2.29173 13.5624 2.29173 14.4376 2.7396 15.1094L10 26' stroke='%23C25757' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .post-template .post-back + .wp-block-columns {
    padding-bottom: 25px !important;
  }
  .post-template .post-back + .wp-block-columns > .wp-block-column:first-child {
    padding-top: 160px;
  }
  .post-template .entry-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .post-template .hentry > .entry-content > * {
    padding-bottom: 70px;
  }
  .post-template .hentry > .entry-content > *.small-padding {
    padding-bottom: 20px;
  }
  .post-template .category-who-we-are h1 {
    margin-bottom: 0;
    margin-top: -5px;
    line-height: 2.4rem;
  }
  .post-template .category-who-we-are h1 + p {
    margin-top: 20px;
  }
  .post-template .category-who-we-are h2 {
    margin-top: 0;
  }
  .post-template .category-who-we-are h2 + p {
    margin-top: 35px;
  }
  .post-template .category-who-we-are h1, .post-template .category-who-we-are h2 {
    font-size: 35px;
  }
  .post-template .category-who-we-are.hentry > .entry-content > * {
    padding-bottom: 30px;
    gap: 70px !important;
  }
  .post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(1n) {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .post-template .category-who-we-are .is-layout-flow.wp-block-column:nth-child(2n) {
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .category-news h1 {
    font-size: 35px;
    line-height: 2.2rem;
  }
  .category-news .post-back + .wp-block-columns > .wp-block-column:first-child,
.category-news .post-back + .wp-block-columns > .wp-block-column:first-child + .wp-block-column {
    padding-top: 175px;
  }
  .category-news.hentry > .entry-content > * {
    padding-bottom: 30px;
  }
}
.wp-block-group.testimonals {
  padding: 30px 20px 15px;
  margin-bottom: 30px !important;
}
.wp-block-group.testimonals h2 {
  color: #54565B;
  font-size: 20px;
}
.wp-block-group.testimonals .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.testimonals .slick-dots button:after {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #CBD4D9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-group.testimonals .slick-dots .slick-active button:after {
  background-color: #7BA6BB;
  border: 0;
}
.wp-block-group.testimonals .wp-block-quote {
  background-color: #fff;
  font-weight: normal;
  height: auto;
  color: #54565B;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  padding: 25px 20px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-group.testimonals .wp-block-quote > * {
  width: 100%;
}
.wp-block-group.testimonals .wp-block-quote:before {
  content: "“";
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #62B9DE;
  left: -5px;
  position: relative;
  font-size: 100px;
  line-height: 6.5rem;
  margin-bottom: -2.8rem;
  margin-top: -1.2rem;
}
.wp-block-group.testimonals .wp-block-quote p {
  margin-bottom: 0.75em !important;
  margin-right: 0 !important;
}
.wp-block-group.testimonals .wp-block-quote cite {
  font-family: inherit;
  text-transform: none;
  font-weight: bold;
  color: #231F20;
  font-size: inherit;
  margin-top: -0.35em;
  display: block;
}
.wp-block-group.testimonals .wp-block-quote figure {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  margin: 15px 0 0;
  display: none;
}
.wp-block-group.testimonals .wp-block-quote figure.mobile {
  display: block;
}
.wp-block-group.testimonals .wp-block-quote figure img {
  width: 100%;
  height: auto;
}
.wp-block-group.testimonals .wp-block-group__inner-container {
  max-width: 1320px;
}
.wp-block-group.testimonals .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 460px) {
  .wp-block-group.testimonals .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 782px) {
  .wp-block-group.testimonals .wp-block-quote figure {
    display: block;
  }
  .wp-block-group.testimonals .wp-block-quote figure.mobile {
    display: none;
  }
  .wp-block-group.testimonals .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
  }
  .testimonals .wp-block-quote {
    width: calc(50% - 43px);
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.testimonals {
    padding: 25px 20px 40px;
    margin-bottom: 60px !important;
  }
  .wp-block-group.testimonals h2 {
    margin: 0 30px 40px;
    font-size: 35px;
  }
  .wp-block-group.testimonals .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-group.testimonals .wp-block-quote {
    font-size: 20px;
    line-height: 1.5rem;
    padding: 35px 40px;
    margin: 0 30px;
  }
  .wp-block-group.testimonals .wp-block-quote:before {
    font-size: 150px;
    left: -6px;
    line-height: 6.5rem;
    margin-bottom: -2.6rem;
    margin-top: 0;
  }
  .wp-block-group.testimonals .wp-block-group__inner-container {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .wp-block-group.testimonals {
    padding: 25px 60px 60px;
  }
  .wp-block-group.testimonals .wp-block-group__inner-container {
    padding: 0 20px;
  }
}
.wp-block-group.threecol-section {
  color: #54565B;
  line-height: 1.1em;
  padding: 0;
}
.wp-block-group.threecol-section ol, .wp-block-group.threecol-section ul {
  padding-left: 1.5rem;
}
.wp-block-group.threecol-section h3 {
  color: inherit;
  font-size: 20px;
}
.wp-block-group.threecol-section p a {
  color: #7A303F;
  font-weight: 600;
}
.wp-block-group.threecol-section p a:hover {
  text-decoration: underline;
}
.wp-block-group.threecol-section li {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.wp-block-group.threecol-section figure.wp-block-image {
  margin-bottom: 15px;
}
.wp-block-group.threecol-section .wp-block-column {
  position: relative;
}
.wp-block-group.threecol-section .wp-block-buttons {
  margin-bottom: 40px;
}
.wp-block-group.threecol-section .wp-block-button .wp-block-button__link {
  font-size: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #7BA6BB;
}
.wp-block-group.threecol-section .wp-block-button .wp-block-button__link:hover {
  background-color: #9ABFD1;
}
.wp-block-group.threecol-section > .wp-block-group__inner-container > p {
  margin-top: 35px;
}
.wp-block-group.threecol-section > .wp-block-group__inner-container > p:last-child {
  margin-bottom: 0;
}
.wp-block-group.threecol-section > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  background-color: #E8EDF0;
  padding: 20px;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector h4 {
  font-size: inherit;
  color: #54565B;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector p {
  margin-bottom: 0;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color],
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea {
  border-radius: 3px;
  text-transform: none;
  padding: 2px 15px;
  border-color: transparent;
  background-color: #f6f8f9;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select::-webkit-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select::-moz-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select:-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select::-ms-input-placeholder, .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select::placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select:-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select::-ms-input-placeholder,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=text]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=email]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=url]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=password]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=search]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=number]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=tel]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=range]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=date]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=month]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=week]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=time]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=datetime-local]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=color]:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector select:focus,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector textarea:focus {
  border-color: transparent;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=submit] {
  display: block;
  background: none;
  border: 1px solid #54565B;
  text-transform: none;
  width: 100%;
  margin-top: 20px;
  font-size: inherit;
  font-weight: 600;
  color: #54565B;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  opacity: 0.5;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector form {
  margin-bottom: 0;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector form > * {
  margin-bottom: 10px;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip,
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  font-size: 0.8em;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  margin-top: 2px;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 5px 0 0;
  font-size: 0.75em;
  line-height: 1rem;
  color: #dc3232;
}
.wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector .wpcf7-spinner {
  margin: -30px 10px 0;
  display: block;
}

.wp-block-aab-accordion-block {
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 10px;
}
.wp-block-aab-accordion-block + p {
  margin: 20px 0 10px !important;
}
.wp-block-aab-accordion-block + p:last-child {
  margin-bottom: 0 !important;
}

.aab__accordion_title {
  color: #54565B !important;
  font-weight: 500;
  margin-bottom: 10px !important;
  font-size: inherit;
}

.aab__accordion_body {
  margin-bottom: 20px;
}

.aab__icon {
  color: #7BA6BB !important;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.aab__icon:before {
  position: relative;
  z-index: 1;
  top: 6px;
  color: #898B8E;
}
.aab__icon.dashicons-arrow-up-alt2:before {
  top: 5px;
}
.aab__icon:after {
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.wp-block-aab-accordion-block .aab__accordion_heading {
  padding-top: 1px;
}
.wp-block-aab-accordion-block .aab__accordion_head {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon {
  width: 25px;
  height: 25px;
}

@media (min-width: 992px) {
  .wp-block-group.threecol-section {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-group.threecol-section figure.wp-block-image {
    margin-bottom: 25px;
  }
  .wp-block-group.threecol-section .wp-block-buttons {
    margin-bottom: 50px;
  }
  .wp-block-group.threecol-section h3 {
    font-size: 35px;
    margin-bottom: 0.35em;
    line-height: 37px;
  }
  .wp-block-group.threecol-section .wp-block-columns.is-layout-flex {
    gap: 40px !important;
  }
  .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector {
    background: #fff;
    margin-top: 15px;
    padding: 40px 40px 25px;
  }
  .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector h4 {
    font-size: 24px;
    margin-top: 10px;
  }
  .wp-block-group.threecol-section .wp-block-contact-form-7-contact-form-selector form > * {
    margin-bottom: 15px;
  }
  .wp-block-group.threecol-section > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    padding: 40px 40px 30px;
  }
  .aab__accordion_title {
    margin-bottom: 16px !important;
    font-size: 20px;
  }
  .aab__accordion_body {
    margin-bottom: 25px;
  }
  .wp-block-aab-accordion-block {
    margin-bottom: 16px;
  }
  .wp-block-aab-accordion-block + p {
    margin: 20px 0 !important;
  }
  .aab__icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .aab__icon:before {
    top: 6px;
  }
  .aab__icon.dashicons-arrow-up-alt2:before {
    top: 5px;
  }
  .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1280px) {
  .wp-block-group.threecol-section > .wp-block-group__inner-container > p {
    margin-top: 35px;
  }
  .wp-block-group.threecol-section > .wp-block-group__inner-container > p:last-child {
    margin-bottom: 0;
  }
}
.wp-block-group.gallery {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.wp-block-group.gallery a {
  color: inherit;
}
.wp-block-group.gallery h2 {
  margin-bottom: 1em;
  margin-top: 30px !important;
}
.wp-block-group.gallery h2:first-child {
  margin-top: 0 !important;
}
.wp-block-group.gallery .wp-block-columns {
  margin-bottom: 20px;
}
.wp-block-group.gallery .wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .wp-block-group.gallery {
    padding-top: 35px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
  .wp-block-group.gallery h2 {
    font-size: 35px;
    margin-top: 75px !important;
    margin-bottom: 40px;
  }
  .wp-block-group.gallery .wp-block-columns {
    gap: 30px !important;
    margin-bottom: 60px;
  }
}
.wp-block-group.dc-section {
  margin-left: -20px;
  margin-right: -20px;
  /*h2 {				
      margin-bottom:1.2em;
  	&:first-child {
  		margin-top:0;
  	}
  }

  .wp-block-columns {
  	&:last-child {
  		margin-bottom:0;
  	}
  }*/
}
.wp-block-group.dc-section h2 {
  font-size: 20px;
  margin-bottom: 1.3rem;
}
.wp-block-group.dc-section h3 {
  font-size: 18px;
  line-height: 22px;
}
.wp-block-group.dc-section h4 {
  font-size: inherit;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.wp-block-group.dc-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-group.dc-section li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.wp-block-group.dc-section figure {
  margin: 0;
}
.wp-block-group.dc-section a {
  color: #7A303F;
  font-weight: bold;
}
.wp-block-group.dc-section a:hover {
  text-decoration: underline;
}
.wp-block-group.dc-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-group.dc-section.financial p {
  margin-bottom: 0;
}
.wp-block-group.dc-section.financial a {
  color: inherit;
  margin-right: 5px;
}
.wp-block-group.dc-section cite {
  margin-top: 15px;
}
.wp-block-group.dc-section.interview {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-group.dc-section.interview + .interview {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: -12px;
}
.wp-block-group.dc-section.interview .wp-block-column:nth-child(2n) {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group.dc-section.interview h2 {
  margin-bottom: 0;
}
.wp-block-group.dc-section.interview h3, .wp-block-group.dc-section.interview h4 {
  color: #7BA6BB;
}
.wp-block-group.dc-section.interview h3 {
  font-size: 20px;
}
.wp-block-group.dc-section.interview h3 + h4 {
  margin-top: 0.2rem;
}
.wp-block-group.dc-section.interview figcaption, .wp-block-group.dc-section.interview cite {
  font-size: 0.875rem;
  line-height: 1.2rem;
  text-transform: none;
  font-style: italic;
}
.wp-block-group.dc-section.interview cite {
  font-weight: normal;
}
.wp-block-group.dc-section.interview blockquote,
.wp-block-group.dc-section.interview figcaption {
  padding: 0;
  color: #7A303F;
}
.wp-block-group.dc-section.interview.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-group.dc-section.interview.no-padding .wp-block-column {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-group.dc-section.interview .wp-block-quote {
  line-height: 24px;
}
.wp-block-group.dc-section.interview .wp-block-quote p {
  margin-right: 0;
}
.wp-block-group.dc-section.interview .wp-block-quote:before {
  content: "“";
  display: block;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  left: -3px;
  position: relative;
  font-size: 60px;
  line-height: 5.5rem;
  margin-bottom: -2.75rem;
}
.wp-block-group.dc-section.interview .wp-element-button:hover {
  text-decoration: none;
}
.wp-block-group.dark-text {
  color: inherit;
}
.wp-block-group.campaign-stories {
  background-color: #E8EDF0;
}
.wp-block-group .has-small-font-size {
  font-size: 0.95rem !important;
  margin-bottom: 0.6em;
}

@media (max-width: 781px) {
  .wp-block-group.dc-section.financial {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
  }
  .wp-block-group.dc-section.financial p {
    text-align: center;
  }
  .wp-block-group.dc-section.financial h2 {
    position: absolute;
    top: 20px;
  }
  .wp-block-group.dc-section.gallery .wp-block-columns:not(.default) {
    gap: 20px !important;
  }
  .wp-block-group.dc-section.gallery .wp-block-columns:not(.default) > .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 10px) !important;
        flex-basis: calc(50% - 10px) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-group.dc-section.interview.no-padding .wp-block-column:nth-child(2n) {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 782px) {
  .wp-block-group.dc-section.financial .wp-block-column:nth-child(2n) figure {
    margin-right: -40px;
  }
  .wp-block-group.dc-section.gallery .wp-block-columns:not(.default) .wp-block-column:nth-child(2n) {
    padding: 0;
    margin-right: 0;
  }
  .wp-block-group.dc-section.gallery .wp-block-columns:not(.default) {
    gap: 20px !important;
  }
  .wp-block-group.dc-section.interview figcaption, .wp-block-group.dc-section.interview cite {
    font-size: 1rem;
  }
  .wp-block-group.dc-section.interview figcaption {
    font-weight: 500;
  }
  .wp-block-group.dc-section.interview h3 + h4 {
    margin-top: 0.7rem;
  }
  .wp-block-group.dc-section .wp-block-columns {
    gap: 20px !important;
  }
  .wp-block-group.dc-section .wp-block-column:nth-child(2n) {
    padding: 0 20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .wp-block-group .has-small-font-size br {
    display: none;
  }
  .wp-block-group.dc-section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px;
  }
  .wp-block-group.dc-section cite {
    margin-top: 50px;
  }
  .wp-block-group.dc-section h2 {
    margin-bottom: 45px;
    margin-top: -5px;
    font-size: 35px;
  }
  .wp-block-group.dc-section h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .wp-block-group.dc-section h3 + h4 {
    margin-top: 0.7rem;
  }
  .wp-block-group.dc-section h4 {
    font-size: 20px;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .wp-block-group.dc-section p {
    margin-bottom: 0.75em;
  }
  .wp-block-group.dc-section li {
    margin-left: 35px;
  }
  .wp-block-group.dc-section li:first-child {
    font-size: 30px;
    margin-left: 0;
    font-weight: 500;
  }
  .wp-block-group.dc-section .wp-block-columns:last-child {
    border-right: 0;
  }
  .wp-block-group.dc-section.no-padding h2 {
    margin-bottom: 20px;
  }
  .wp-block-group.dc-section.interview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wp-block-group.dc-section.interview + .interview {
    padding-top: 35px;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
  .wp-block-group.dc-section.interview .section-header > .wp-block-column:last-child {
    width: calc(200% + 40px);
  }
  .wp-block-group.dc-section.interview h3 {
    font-size: 30px;
  }
  .wp-block-group.dc-section.interview.no-padding .wp-block-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wp-block-group.dc-section.interview .wp-block-quote {
    line-height: 1.2em;
  }
  .wp-block-group.dc-section.interview .wp-block-quote figure {
    display: block;
  }
  .wp-block-group.dc-section.interview .wp-block-quote figure.mobile {
    display: none;
  }
  .wp-block-group.dc-section.interview .wp-block-quote:before {
    font-size: 100px;
    left: -6px;
    line-height: 3.5rem;
    margin-bottom: -1.3rem;
    margin-top: 0;
  }
  .wp-block-group.dc-section.gallery .wp-block-columns:not(.default) {
    gap: 30px !important;
  }
  .wp-block-group.dc-section .wp-block-columns {
    gap: 30px !important;
  }
  .wp-block-group.dc-section .wp-block-column:nth-child(2n) {
    padding: 0 40px 0 35px;
    margin-right: -40px;
  }
  .wp-block-group.campaign-stories {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1280px) {
  .wp-block-group.dc-section .wp-block-columns {
    gap: 50px !important;
  }
  .wp-block-group.dc-section .wp-block-column:nth-child(2n) {
    padding-right: 50px;
    margin-right: -50px;
  }
  .wp-block-group.dc-section.financial .wp-block-column:nth-child(2n) figure {
    margin-right: -50px;
  }
  .wp-block-group.interview .wp-block-columns {
    gap: 40px !important;
  }
  .wp-block-group.campaign-stories {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.wp-block-group.contact {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 50px;
}
.wp-block-group.contact h2 {
  line-height: 1.75rem;
  margin-bottom: 1.3rem;
  font-size: 20px;
}
.wp-block-group.contact h3, .wp-block-group.contact strong {
  font-weight: 500;
}
.wp-block-group.contact h3 {
  margin-bottom: 1rem;
  font-size: 20px;
}
.wp-block-group.contact h4 {
  display: none;
}
.wp-block-group.contact p {
  margin-bottom: 5px;
}
.wp-block-group.contact a {
  text-decoration: underline;
}
.wp-block-group.contact form {
  position: relative;
}
.wp-block-group.contact input[type=text],
.wp-block-group.contact input[type=email],
.wp-block-group.contact input[type=url],
.wp-block-group.contact input[type=password],
.wp-block-group.contact input[type=search],
.wp-block-group.contact input[type=number],
.wp-block-group.contact input[type=tel],
.wp-block-group.contact input[type=range],
.wp-block-group.contact input[type=date],
.wp-block-group.contact input[type=month],
.wp-block-group.contact input[type=week],
.wp-block-group.contact input[type=time],
.wp-block-group.contact input[type=datetime],
.wp-block-group.contact input[type=datetime-local],
.wp-block-group.contact input[type=color],
.wp-block-group.contact select,
.wp-block-group.contact textarea {
  border-radius: 3px;
  text-transform: none;
  padding: 2px 15px;
}
.wp-block-group.contact input[type=text]::-webkit-input-placeholder, .wp-block-group.contact input[type=email]::-webkit-input-placeholder, .wp-block-group.contact input[type=url]::-webkit-input-placeholder, .wp-block-group.contact input[type=password]::-webkit-input-placeholder, .wp-block-group.contact input[type=search]::-webkit-input-placeholder, .wp-block-group.contact input[type=number]::-webkit-input-placeholder, .wp-block-group.contact input[type=tel]::-webkit-input-placeholder, .wp-block-group.contact input[type=range]::-webkit-input-placeholder, .wp-block-group.contact input[type=date]::-webkit-input-placeholder, .wp-block-group.contact input[type=month]::-webkit-input-placeholder, .wp-block-group.contact input[type=week]::-webkit-input-placeholder, .wp-block-group.contact input[type=time]::-webkit-input-placeholder, .wp-block-group.contact input[type=datetime]::-webkit-input-placeholder, .wp-block-group.contact input[type=datetime-local]::-webkit-input-placeholder, .wp-block-group.contact input[type=color]::-webkit-input-placeholder, .wp-block-group.contact select::-webkit-input-placeholder, .wp-block-group.contact textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]::-moz-placeholder, .wp-block-group.contact input[type=email]::-moz-placeholder, .wp-block-group.contact input[type=url]::-moz-placeholder, .wp-block-group.contact input[type=password]::-moz-placeholder, .wp-block-group.contact input[type=search]::-moz-placeholder, .wp-block-group.contact input[type=number]::-moz-placeholder, .wp-block-group.contact input[type=tel]::-moz-placeholder, .wp-block-group.contact input[type=range]::-moz-placeholder, .wp-block-group.contact input[type=date]::-moz-placeholder, .wp-block-group.contact input[type=month]::-moz-placeholder, .wp-block-group.contact input[type=week]::-moz-placeholder, .wp-block-group.contact input[type=time]::-moz-placeholder, .wp-block-group.contact input[type=datetime]::-moz-placeholder, .wp-block-group.contact input[type=datetime-local]::-moz-placeholder, .wp-block-group.contact input[type=color]::-moz-placeholder, .wp-block-group.contact select::-moz-placeholder, .wp-block-group.contact textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]:-ms-input-placeholder, .wp-block-group.contact input[type=email]:-ms-input-placeholder, .wp-block-group.contact input[type=url]:-ms-input-placeholder, .wp-block-group.contact input[type=password]:-ms-input-placeholder, .wp-block-group.contact input[type=search]:-ms-input-placeholder, .wp-block-group.contact input[type=number]:-ms-input-placeholder, .wp-block-group.contact input[type=tel]:-ms-input-placeholder, .wp-block-group.contact input[type=range]:-ms-input-placeholder, .wp-block-group.contact input[type=date]:-ms-input-placeholder, .wp-block-group.contact input[type=month]:-ms-input-placeholder, .wp-block-group.contact input[type=week]:-ms-input-placeholder, .wp-block-group.contact input[type=time]:-ms-input-placeholder, .wp-block-group.contact input[type=datetime]:-ms-input-placeholder, .wp-block-group.contact input[type=datetime-local]:-ms-input-placeholder, .wp-block-group.contact input[type=color]:-ms-input-placeholder, .wp-block-group.contact select:-ms-input-placeholder, .wp-block-group.contact textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]::-ms-input-placeholder, .wp-block-group.contact input[type=email]::-ms-input-placeholder, .wp-block-group.contact input[type=url]::-ms-input-placeholder, .wp-block-group.contact input[type=password]::-ms-input-placeholder, .wp-block-group.contact input[type=search]::-ms-input-placeholder, .wp-block-group.contact input[type=number]::-ms-input-placeholder, .wp-block-group.contact input[type=tel]::-ms-input-placeholder, .wp-block-group.contact input[type=range]::-ms-input-placeholder, .wp-block-group.contact input[type=date]::-ms-input-placeholder, .wp-block-group.contact input[type=month]::-ms-input-placeholder, .wp-block-group.contact input[type=week]::-ms-input-placeholder, .wp-block-group.contact input[type=time]::-ms-input-placeholder, .wp-block-group.contact input[type=datetime]::-ms-input-placeholder, .wp-block-group.contact input[type=datetime-local]::-ms-input-placeholder, .wp-block-group.contact input[type=color]::-ms-input-placeholder, .wp-block-group.contact select::-ms-input-placeholder, .wp-block-group.contact textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]::placeholder,
.wp-block-group.contact input[type=email]::placeholder,
.wp-block-group.contact input[type=url]::placeholder,
.wp-block-group.contact input[type=password]::placeholder,
.wp-block-group.contact input[type=search]::placeholder,
.wp-block-group.contact input[type=number]::placeholder,
.wp-block-group.contact input[type=tel]::placeholder,
.wp-block-group.contact input[type=range]::placeholder,
.wp-block-group.contact input[type=date]::placeholder,
.wp-block-group.contact input[type=month]::placeholder,
.wp-block-group.contact input[type=week]::placeholder,
.wp-block-group.contact input[type=time]::placeholder,
.wp-block-group.contact input[type=datetime]::placeholder,
.wp-block-group.contact input[type=datetime-local]::placeholder,
.wp-block-group.contact input[type=color]::placeholder,
.wp-block-group.contact select::placeholder,
.wp-block-group.contact textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]:-ms-input-placeholder,
.wp-block-group.contact input[type=email]:-ms-input-placeholder,
.wp-block-group.contact input[type=url]:-ms-input-placeholder,
.wp-block-group.contact input[type=password]:-ms-input-placeholder,
.wp-block-group.contact input[type=search]:-ms-input-placeholder,
.wp-block-group.contact input[type=number]:-ms-input-placeholder,
.wp-block-group.contact input[type=tel]:-ms-input-placeholder,
.wp-block-group.contact input[type=range]:-ms-input-placeholder,
.wp-block-group.contact input[type=date]:-ms-input-placeholder,
.wp-block-group.contact input[type=month]:-ms-input-placeholder,
.wp-block-group.contact input[type=week]:-ms-input-placeholder,
.wp-block-group.contact input[type=time]:-ms-input-placeholder,
.wp-block-group.contact input[type=datetime]:-ms-input-placeholder,
.wp-block-group.contact input[type=datetime-local]:-ms-input-placeholder,
.wp-block-group.contact input[type=color]:-ms-input-placeholder,
.wp-block-group.contact select:-ms-input-placeholder,
.wp-block-group.contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]::-ms-input-placeholder,
.wp-block-group.contact input[type=email]::-ms-input-placeholder,
.wp-block-group.contact input[type=url]::-ms-input-placeholder,
.wp-block-group.contact input[type=password]::-ms-input-placeholder,
.wp-block-group.contact input[type=search]::-ms-input-placeholder,
.wp-block-group.contact input[type=number]::-ms-input-placeholder,
.wp-block-group.contact input[type=tel]::-ms-input-placeholder,
.wp-block-group.contact input[type=range]::-ms-input-placeholder,
.wp-block-group.contact input[type=date]::-ms-input-placeholder,
.wp-block-group.contact input[type=month]::-ms-input-placeholder,
.wp-block-group.contact input[type=week]::-ms-input-placeholder,
.wp-block-group.contact input[type=time]::-ms-input-placeholder,
.wp-block-group.contact input[type=datetime]::-ms-input-placeholder,
.wp-block-group.contact input[type=datetime-local]::-ms-input-placeholder,
.wp-block-group.contact input[type=color]::-ms-input-placeholder,
.wp-block-group.contact select::-ms-input-placeholder,
.wp-block-group.contact textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #898B8E;
  opacity: 0.5;
}
.wp-block-group.contact input[type=text]:focus,
.wp-block-group.contact input[type=email]:focus,
.wp-block-group.contact input[type=url]:focus,
.wp-block-group.contact input[type=password]:focus,
.wp-block-group.contact input[type=search]:focus,
.wp-block-group.contact input[type=number]:focus,
.wp-block-group.contact input[type=tel]:focus,
.wp-block-group.contact input[type=range]:focus,
.wp-block-group.contact input[type=date]:focus,
.wp-block-group.contact input[type=month]:focus,
.wp-block-group.contact input[type=week]:focus,
.wp-block-group.contact input[type=time]:focus,
.wp-block-group.contact input[type=datetime]:focus,
.wp-block-group.contact input[type=datetime-local]:focus,
.wp-block-group.contact input[type=color]:focus,
.wp-block-group.contact select:focus,
.wp-block-group.contact textarea:focus {
  border-color: transparent;
}
.wp-block-group.contact input[type=submit] {
  display: block;
  background: none;
  border: 1px solid #fff;
  text-transform: none;
  width: 100%;
  margin-top: 20px;
  font-size: inherit;
}
.wp-block-group.contact input[type=submit]:hover {
  opacity: 0.5;
}
.wp-block-group.contact .fusion-layout-column {
  margin-top: -2px;
  margin-bottom: 1.775rem;
}
.wp-block-group.contact .wpcf7-not-valid-tip,
.wp-block-group.contact .wpcf7-response-output {
  color: #fff;
  opacity: 0.8;
  position: absolute;
}
.wp-block-group.contact .wpcf7-not-valid-tip {
  font-size: 0.8em;
  bottom: -1.6em;
}
.wp-block-group.contact .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 5px 0 0;
  font-size: 0.75em;
  line-height: 1rem;
}
.wp-block-group.contact .wpcf7-spinner {
  margin: -30px 10px 0;
  display: block;
}

@media (min-width: 992px) {
  .wp-block-group.contact {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }
  .wp-block-group.contact input[type=text],
.wp-block-group.contact input[type=email],
.wp-block-group.contact input[type=url],
.wp-block-group.contact input[type=password],
.wp-block-group.contact input[type=search],
.wp-block-group.contact input[type=number],
.wp-block-group.contact input[type=tel],
.wp-block-group.contact input[type=range],
.wp-block-group.contact input[type=date],
.wp-block-group.contact input[type=month],
.wp-block-group.contact input[type=week],
.wp-block-group.contact input[type=time],
.wp-block-group.contact input[type=datetime],
.wp-block-group.contact input[type=datetime-local],
.wp-block-group.contact input[type=color],
.wp-block-group.contact select,
.wp-block-group.contact textarea {
    padding: 2px 20px;
  }
  .wp-block-group.contact h2 {
    font-size: 35px;
    margin-bottom: 2.25rem;
  }
  .wp-block-group.contact h3 {
    font-size: 30px;
  }
  .wp-block-group.contact .wpcf7-not-valid-tip {
    font-size: 0.7em;
  }
}
/*# sourceMappingURL=main.css.map */

.btn-yellow .wp-block-button__link {
	background-color: #FFB700;
    border-radius: 26px;
    padding: 4px 15px;
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
	line-height: 1.3;
	letter-spacing:0.2px;
}

@media (min-width: 782px) {
	.btn-yellow .wp-block-button__link {
		font-size:24px;
		border-radius: 24px;
        padding: 8px 24px;
	}
}

/* popup styling */
body .pum .pum-container {
	padding:0;
	box-shadow:none;
	background:none;
}
.popup-bg {
	position:relative;
	z-index:1;
	
	margin:0 !important;
}
.popup-bg-d {
	display:none;
}
.popup-bg-m {
	width:100%;
	height:100vh;
	top:0;
	left:0;
}
.popup-bg-m img {
	object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.popup-content {
	position:absolute;
	
	z-index:2;
	background:#E8EDF0;
	padding:20px 13px;
	top: 50%;
    left: 17px;
    transform: translate(0, -50%);
    width: calc(100% - 34px);
}
.pum.pum-theme-default-theme .pum-content+.pum-close {
	width:30px;
	height:30px;
	background:url(/wp-content/uploads/2025/04/popup-btn-close.svg) center center no-repeat;
	background-size:100%;
	text-indent: -999em;
	box-shadow:none;
	top:31px;
	right:17px;
}

.pum-content h2 {
	color:#7A303F;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	margin-bottom:10px;
}
.pum-content h3 {
	color:#7A303F;
	font-size: 20px;
	line-height:20px;
	margin-top:0;
	margin-bottom:10px;
}
.pum-content p {
	color:#231F20;	
	margin-bottom:10px;
}
.pum-content p + .wp-block-buttons {
	margin-top:16px;
}
.pum-content .wp-block-button .wp-block-button__link {
	background-color: #FFB700;
    border-radius: 26px;
    padding: 4px 15px;
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
	line-height: 1.3;
	letter-spacing:0.2px;
}

.pum-content .popup-link-bottom {
	position:absolute;
	bottom: -32px;
	padding:10px 13px;
	background:#fff;
	color:#231F20;
	font-weight:500;
	font-size:16px;
	left: 0;
    width: 100%;
	margin-bottom:0;
}
.pum-content .popup-link-bottom a {
	color:#231F20;
	text-decoration:underline;
}

.pum-content .popup-photo-credit {
	position:absolute;
	font-weight:400;
	font-size:10px;
	z-index: 2;
    color:#fff !important;
	margin-bottom:0;
	top:-21px;
}
.pum-content .popup-photo-credit-d {
	display:none;
}
@media (max-width: 781px) {
	body .pum .pum-container {
		width: 100% !important;
		height: 100vh !important;
		top: 0 !important;
		left: 0 !important;
	}
	.pum-content.popmake-content {
		top: 50%;
		transform: translate(0, -50%);
	}
}
@media (min-width: 782px) {
	.popup-bg-m {
		display:none;
	}
	.popup-bg-d {
		display:block;
	}
	.popup-bg {
		position:relative;
	}
	.pum.pum-theme-default-theme .pum-content+.pum-close {
		top:28px;
		right:20px;
	}
	.popup-content {
		position:absolute;
		right:7%;
/* 		top:15%; */
		top:12%;
		left:auto;
		transform:none;
		padding:40px 20px;
		min-width:480px;
		width:60%;
	}
	.pum-content h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.pum-content h3 {
		font-size: 24px;
	}
	.pum-content p {
		font-size:20px;
		line-height:24px;
	}
	.pum-content .wp-block-button .wp-block-button__link {
		font-size:24px;
		border-radius: 24px;
        padding: 8px 24px;
	}
	.pum-content .popup-link-bottom {
		right:0;
		left:auto;
		width:auto;
		padding:0;
		font-size:16px;
		background:none;
	}
	.popup-photo-credit-m {
		display:none;
	}
	.pum-content .popup-photo-credit-d {
		display:block;
		font-size:12px;
		top: 36%;
        left: 19px;
	}
	.pum-content p + .wp-block-buttons {
		margin-top:20px;
	}
}