/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: white;
  margin: 0 auto !important;
}
body,
body p {
  color: #343434 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #a32d25;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: black;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 992px;
}
.flex-layout1 .light {
  background-color: #f4f5f8;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 70px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f5f8;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f5f8;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 130px;
}
@media (max-width: 1200px) {
  .topbanner,
  .no-banner {
    margin-top: 60px;
  }
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 130px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 1200px) {
  .site-header {
    height: 60px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  height: 104px;
  margin-top: -10px;
  width: auto;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .site-header img {
    height: 40px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 1200px) {
  .site-header.scroll {
    height: 60px;
  }
}
.site-header.scroll img {
  height: 40px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
  max-width: 1045px !important;
}
@media all and (max-width: 1200px) {
  ul.navbar-nav {
    display: none;
  }
}
@media all and (max-width: 576px) {
}
.rmp-menu-title-image {
  width: 120px !important;
  height: auto !important;
}
.rmp-menu-item-link {
  font-family: 'Barlow Condensed', sans-serif !important;
  text-transform: uppercase !important;
  border: none !important;
}
#main-nav .navbar-nav > li > a {
  color: #2a3872 !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 0 10px 0 !important;
}
@media all and (min-width: 1400px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 16px  !important;
  }
}
@media all and (max-width: 1400px) {
  #main-nav .navbar-nav > li > a {
    font-size: 19px;
    margin: 0 10px  !important;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: black !important;
  background: none;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  background: white;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #a32d25 !important;
}
#main-nav .nav-button {
  text-decoration: none !important;
  background: none;
  color: #2a3872;
  border: 1px solid #2a3872;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 36px;
  display: inline-block;
  margin-left: 10px;
  padding: 0  8px;
}
#main-nav .navbar-nav > .nav-button > a {
  font-size: 20px !important;
}
@media all and (max-width: 1400px) {
  #main-nav .navbar-nav > .nav-button > a {
    font-size: 19px !important;
  }
}
.extra-menu-top {
  display: none;
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: #2a3872;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #ffffff !important;
  border-top: none !important;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  padding: 2px 1px;
}
ul.dropdown-menu li.menu-item:hover {
  background: #ffffff;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #a32d25 !important;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  font-family: 'Montserrat', sans-serif !important;
  color: black !important;
  padding: 4px 14px !important;
  text-transform: none !important;
  background: none;
  font-weight: 500;
  white-space: nowrap;
  font-size: 16px !important;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* Required for solid icons */
  content: "\f0da";
  /* Unicode for 'home' */
  margin-right: 8px;
  /* Spacing between caret and text */
  display: inline-block;
}
ul.dropdown-menu li.menu-item a:hover {
  color: #2a3872 !important;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 1920px;
  background-color: #eaebf0;
  height: auto !important;
  color: black;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
.footer .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .footer .container .footer-logo img {
    width: 120px;
    height: auto;
  }
}
.footer p {
  font-size: 0.9em !important;
  color: black;
}
@media all and (max-width: 992px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: black;
}
.footer a {
  color: a32d25;
}
.footer a:hover {
  color: black;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  columns: 2 !important;
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
}
.footer-menu ul.menu li {
  display: block;
}
.footer-menu ul.menu li a {
  font-size: 0.8em !important;
  white-space: nowrap;
  color: a32d25;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase !important;
  padding: 1px 9px;
}
.footer-menu ul.menu li a:hover {
  color: black;
}
body.home .stay-connected-footer {
  display: none;
}
.stay-connected-footer {
  padding-bottom: 60px;
}
.stay-connected-footer .top-background {
  height: 70px;
  background: #FFFFFF;
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f6 100%);
}
.stay-connected-footer h2 {
  padding-top: 60px;
}
@media all and (max-width: 576px) {
  .stay-connected-footer h2 {
    font-size: 2em !important;
  }
}
.stay-connected-footer .stay-up {
  margin: 0 0 30px 0;
  font-size: 1.1em !important;
}
.stay-connected-footer .left {
  text-align: right;
}
@media all and (max-width: 576px) {
  .stay-connected-footer .left,
  .stay-connected-footer .right {
    text-align: center;
  }
}
/* ---------------------------------------------------------------------- 7. Pages */
/* Text Gradient CSS SCAN */
.text-gradient {
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .text-gradient {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
.no-gradient {
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  /* Restores the actual text color */
  display: block;
  /* Or your preferred display type */
}
.center-header {
  text-align: center;
}
.hero-banner {
  height: 336px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 1200px) {
  .hero-banner {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
  max-width: 70%;
}
.hero-banner .hero-banner-text p {
  font-size: 1.3em !important;
  margin-bottom: 0 !important;
  margin-left: 4px;
}
.hero-banner .hero-banner-text h1 {
  font-size: 4em !important;
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .hero-banner .hero-banner-text h1 {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-text h1 {
    font-size: 3.1em !important;
  }
}
body.home .hero-banner {
  height: 636px;
}
@media (max-width: 992px) {
  body.home .hero-banner {
    height: auto;
    padding-top: 50px;
  }
}
body.home .hero-banner .hero-banner-text {
  width: 55%;
}
body.home .hero-banner .hero-banner-text h1.home-h1 {
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  /* Restores the actual text color */
  display: block;
  /* Or your preferred display type */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 21px !important;
  color: black !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  body.home .hero-banner .hero-banner-text h1.home-h1 {
    font-size: 18px !important;
  }
}
body.home .hero-banner .hero-banner-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.2em !important;
  line-height: 1.1em !important;
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  body.home .hero-banner .hero-banner-text h2 {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
@media (max-width: 1200px) {
  body.home .hero-banner .hero-banner-text h2 {
    font-size: 3.2em !important;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text h2 {
    font-size: 3.1em !important;
  }
}
h1.entry-title {
  color: #2d376e !important;
  font-size: 2.6em !important;
  margin-left: 15px;
  margin-top: 20px;
}
.post-thumbnail {
  border-radius: 50px 0 50px 0;
  border: 1px solid #fbf6ed;
  overflow: hidden;
}
.entry-content {
  margin-left: 15px;
}
.cat-links {
  display: none;
}
.nav-links a {
  font-size: 0.8em;
}
.post.hentry {
  margin-bottom: 20px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #2d376e;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  clear: none;
}
h1,
.h1 {
  font-size: 3.7em !important;
}
h2,
.h2 {
  font-size: 2.5em !important;
}
h3,
.h3 {
  font-size: 1.7em !important;
  line-height: 1.2em !important;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-size: 1.4em !important;
  margin-bottom: 20px;
  color: black !important;
}
h5,
.h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
  color: red !important;
}
h6,
.h6 {
  font-size: 0.8em !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #a32d25;
  color: white !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  border-radius: 36px;
  font-weight: 500 !important;
  font-size: 20px !important;
  margin: 10px 3px 10px 3px;
  display: inline-block;
  white-space: nowrap;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 18px 32px;
}
@media all and (max-width: 1200px) {
  p a.mybutton,
  a.mybutton {
    padding: 12px 16px;
    font-size: 18px !important;
  }
}
p a.mybutton.smaller,
a.mybutton.smaller {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: white !important;
  background: #a32d25;
  font-size: 16px !important;
  border-radius: 6px;
  padding: 8px 12px;
}
p a:hover.mybutton,
a:hover.mybutton {
  color: white !important;
  transform: translate(3px, 3px) !important;
}
p a.button-noback,
a.button-noback {
  text-decoration: none !important;
  background: none;
  color: #2a3872 !important;
  border: 1px solid #2a3872;
  font-family: 'Barlow Condensed', sans-serif !important;
  border-radius: 36px;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  white-space: nowrap;
  transition-timing-function: linear;
  transition: 0.2s;
}
p a:hover.button-noback,
a:hover.button-noback {
  background: none !important;
  color: #a32d25 !important;
  transform: translate(3px, 3px) !important;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: #2d376e;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: #a32d25;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 80%;
  background: lightskyblue;
  margin: -150px auto 0 auto;
  padding: 50px;
}
body.home h2 {
  font-size: 3em !important;
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.1em !important;
}
@media all and (max-width: 1200px) {
  body.home h2 {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
.home-about-boxes p {
  font-size: 0.95em !important;
  line-height: 1.6em !important;
}
.home-about-boxes h3 {
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 29px auto;
  padding-left: 36px;
  padding-bottom: 12px;
  margin-bottom: 0 !important;
}
.home-about-boxes h3#box1 {
  background-image: url("/wp-content/uploads/2026/05/home-about1.png");
}
.home-about-boxes h3#box2 {
  background-image: url("/wp-content/uploads/2026/05/home-about2.png");
  background-size: 23px auto;
  padding-left: 32px;
}
.home-about-boxes h3#box3 {
  background-image: url("/wp-content/uploads/2026/05/home-about3.png");
}
.home-about-boxes h3#box4 {
  background-image: url("/wp-content/uploads/2026/05/home-about4.png");
}
.home-grid .container {
  max-width: 1320px;
}
.home-grid .container .three_across_heading {
  text-align: center;
  margin-bottom: 20px;
}
.home-grid .flex-box img {
  padding: 5px;
  display: block;
}
.who-serves .right p {
  font-size: 0.9em !important;
}
.who-serves a {
  text-transform: uppercase;
  font-weight: 500;
}
.who-serves h3 {
  margin-bottom: 10px !important;
}
.who-serves .border1 {
  border-top-left-radius: 40px;
}
.who-serves .border2 {
  border-bottom-left-radius: 40px;
}
.who-serves .border3 {
  border-top-right-radius: 40px;
}
.who-serves .border4 {
  border-bottom-right-radius: 40px;
}
.who-serves .border1,
.who-serves .border2,
.who-serves .border3,
.who-serves .border4 {
  border: 1px solid #2d376e;
  padding: 30px;
  margin-bottom: 20px !important;
  height: 260px;
}
@media all and (max-width: 768px) {
  .who-serves .border1,
  .who-serves .border2,
  .who-serves .border3,
  .who-serves .border4 {
    height: auto !important;
    border-radius: 20px 0 0 0;
    padding: 20px;
  }
}
.home-news {
  text-align: center;
}
.home-news-content {
  border-radius: 50px 0 0 0;
  border: 1px solid white;
  overflow: hidden;
}
.slider-image-corners {
  border-radius: 50px 0 50px 0;
  border: 1px solid #fbf6ed;
  overflow: hidden;
}
.slider-image-corners img {
  width: 100% !important;
}
.slider-header-font div {
  font-family: 'Barlow Condensed', sans-serif !important;
  color: #2d376e !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.home-video {
  background: #F4F5F8;
  background: linear-gradient(180deg, #f4f5f8 0%, #ffffff 50%) !important;
}
.home-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.home-video.no-gradient {
  background: none !important;
}
body.page-news .hero-banner,
body.single .hero-banner,
body.page-trade-news .hero-banner,
body.page-scan-news .hero-banner,
body.page-events .hero-banner,
body.page-monthly-highlights .hero-banner {
  height: 280px;
}
@media (max-width: 768px) {
  body.page-news .hero-banner,
  body.single .hero-banner,
  body.page-trade-news .hero-banner,
  body.page-scan-news .hero-banner,
  body.page-events .hero-banner,
  body.page-monthly-highlights .hero-banner {
    height: auto;
  }
}
body.page-news .hero-banner .hero-banner-text,
body.single .hero-banner .hero-banner-text,
body.page-trade-news .hero-banner .hero-banner-text,
body.page-scan-news .hero-banner .hero-banner-text,
body.page-events .hero-banner .hero-banner-text,
body.page-monthly-highlights .hero-banner .hero-banner-text {
  font-size: 1.3em;
  padding-top: 20px;
  padding-left: 2vw;
  max-width: 100vw !important;
}
body.page-news .hero-banner .hero-banner-text a.mybutton,
body.single .hero-banner .hero-banner-text a.mybutton,
body.page-trade-news .hero-banner .hero-banner-text a.mybutton,
body.page-scan-news .hero-banner .hero-banner-text a.mybutton,
body.page-events .hero-banner .hero-banner-text a.mybutton,
body.page-monthly-highlights .hero-banner .hero-banner-text a.mybutton {
  margin-left: auto;
  margin-right: auto;
}
body.single .hero-banner h2.single-blog-header {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1em !important;
  color: black !important;
  display: block;
  font-weight: 400 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  body.single .hero-banner h2.single-blog-header {
    font-size: 18px !important;
  }
}
body.single .hero-banner h3.single-blog-header {
  margin-top: -10px !important;
  font-size: 3.4em !important;
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  body.single .hero-banner h3.single-blog-header {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
@media (max-width: 576px) {
  body.single .hero-banner h3.single-blog-header {
    font-size: 2.2em !important;
  }
}
body.page-news h2 {
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  /* Restores the actual text color */
  display: block;
  /* Or your preferred display type */
  font-size: 2.1em !important;
}
body.page-news a.view-all {
  font-size: 1.5em;
  font-weight: 600 !important;
  font-family: 'Barlow Condensed', sans-serif;
  color: #2d376e;
}
body.page-news a.view-all:hover {
  color: #a32d25 !important;
}
.newsbox {
  margin-bottom: 30px;
}
.newsbox .newsbox-image {
  height: 300px;
  background-repeat: no-repeat;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-size: cover ;
}
.newsbox .newsbox-image.highlights {
  height: auto;
}
.newsbox .morelink {
  font-weight: 500;
  font-size: 1.1em;
}
.newsbox .newsbox-text {
  font-size: 0.9em !important;
}
.newsbox .newsbox-text a {
  text-decoration: none;
}
.newsbox .newsbox-text .newsbox-date {
  margin-top: 20px;
}
.newsbox .newsbox-text .newsbox-categories a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #a32d25;
  margin-bottom: 10px;
}
.newsbox .newsbox-text h3 a {
  color: #2d376e !important;
}
.newsbox .newsbox-text h3 a:hover {
  color: #a32d25 !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #2d376e !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #2d376e !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
body.page-members-only .hero-banner {
  height: 400px;
}
@media (max-width: 768px) {
  body.page-members-only .hero-banner {
    height: auto !important;
  }
}
body.page-members-only .hero-banner .hero-banner-text {
  padding-left: 15px;
  max-width: 100vw !important;
}
body.page-members-only .hero-banner .hero-banner-text h1 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.page-members-only .hero-banner .hero-banner-text h1 {
    margin: 0;
  }
}
body.page-members-only .hero-banner .hero-banner-text strong {
  font-size: 1.1em;
  font-weight: 400 !important;
}
body.page-members-only .hero-banner .hero-banner-text strong i {
  font-weight: 700 !important;
}
body.page-members-only .hero-banner .hero-banner-text p a.mybutton,
body.page-members-only .hero-banner .hero-banner-text a.mybutton {
  background-color: white !important;
  border-radius: 4px;
  color: black !important;
  padding: 5px 10px;
}
@media (max-width: 1200px) {
  .members-only-container {
    padding-top: 40px !important;
  }
}
@media (max-width: 768px) {
  .members-only-container {
    padding: 0 !important;
  }
}
.tabs-section {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px 0px;
}
.tabs-section ul {
  margin-top: 10px !important;
}
.tabs-section .nav-tabs {
  border: 0;
}
.tabs-section .nav-link {
  padding: 14px 5px 14px 15px;
  transition: 0.3s;
  color: #a32d25;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .tabs-section .nav-link {
    padding: 4px 5px 4px 15px;
  }
}
.tabs-section .nav-link:first-child {
  border-top: 1px solid #cccccc;
}
.tabs-section .nav-link:hover {
  color: black;
}
.tabs-section .nav-link.active,
.tabs-section .nav-link.active:hover {
  color: white;
  background-color: #a32d25;
}
.tabs-section .nav-link:hover {
  background-color: #eeeeee;
}
.tabs-section .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.left-content {
  border: 1px solid #eeeeee;
  border-top: 3px solid red;
  box-shadow: 2px 2px 8px 2px #eeeeee;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 30px 10px 10px 20px;
  font-size: 0.9em;
}
.left-content .left-message {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .left-content.bottom {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .left-content.top {
    display: none !important;
  }
}
.tabs-section .details {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .tabs-section .details {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .tabs-section .details {
    padding-top: 20px;
  }
}
.tabs-section .details h1,
.tabs-section .details h2,
.tabs-section .details h3,
.tabs-section .details h4,
.tabs-section .details h5,
.tabs-section .details h6 {
  color: #343434 !important;
  font-weight: 400 !important;
}
.tabs-section .details p {
  color: #343434;
}
body.um-page-login .content-area,
body.um-page-loggedin .content-area {
  padding-top: 100px !important;
}
@media (max-width: 992px) {
  body.um-page-login .content-area,
  body.um-page-loggedin .content-area {
    padding-top: 30px !important;
  }
}
body.um-page-login .widget,
body.um-page-loggedin .widget {
  margin-top: 0px;
  font-size: 16px;
}
body.um-page-login .widget h2,
body.um-page-loggedin .widget h2 {
  font-size: 26px;
}
body.um-page-login .widget h2 a,
body.um-page-loggedin .widget h2 a {
  text-decoration: none;
}
h4.wpsm_panel-title a {
  font-family: 'Montserrat', sans-serif !important;
  color: #d71e23 !important;
  font-weight: 700 !important;
}
#wpsm_accordion_25463 .wpsm_panel-body {
  color: red !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
}
.flex_layout_row.about-numbers {
  background-image: url("/wp-content/uploads/2026/05/about-numbers-bg.jpg");
  background-repeat: no-repeat;
  height: auto;
}
@media (min-width: 992px) {
  .flex_layout_row.about-numbers {
    height: 428px;
    padding-top: 130px;
  }
}
.flex_layout_row.about-numbers .flex-box {
  padding: 10px 40px 0 40px;
}
@media (max-width: 992px) {
  .flex_layout_row.about-numbers .flex-box {
    padding: 0px 10px 20px 10px;
  }
  .flex_layout_row.about-numbers .flex-box img {
    height: 40px;
    width: auto;
  }
}
.flex_layout_row.about-numbers .flex-box.middle {
  border-left: 1px solid #7b83a3;
  border-right: 1px solid #7b83a3;
}
.flex_layout_row.about-numbers .flex-box.right img {
  margin-bottom: -10px;
}
.flex_layout_row.about-numbers p {
  color: white !important;
  font-size: 1.2em !important;
  font-weight: 500 !important;
}
.logos-asp .flex-repeater-cell {
  padding: 20px 20px 10px 20px;
  min-height: 200px;
}
.contact-page h2 {
  font-size: 1.9em !important;
}
.contact-page .right a {
  color: #2d376e;
  text-decoration: none;
}
.contact-page .right a:hover {
  text-decoration: underline;
}
.contact-page .right strong {
  color: #2d376e;
}
.committees ul {
  padding-inline-start: 16px;
}
.committees h2 {
  font-size: 2.5em !important;
  margin-bottom: 0 !important;
}
.committees h3 {
  font-size: 1.6em !important;
}
.executive-members p {
  font-size: 1.1em !important;
  color: black !important;
  margin: 6px 0 !important;
}
.executive-members .three_across_heading {
  text-align: left;
}
.executive-members h2.flex-heading {
  text-align: left !important;
}
.stats .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
@media (min-width: 768px) {
  .stats .row .left img {
    margin-right: -6px;
  }
  .stats .row .right img {
    margin-left: -6px;
  }
}
body.page-membership h2 {
  color: #2d376e;
  background-image: linear-gradient(90deg, #2d376e, #2d376e 31%, #a32d25 46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 2.9em !important;
  line-height: 1.1em !important;
}
@media all and (max-width: 1200px) {
  body.page-membership h2 {
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.9));
  }
}
body.page-membership h3 {
  font-size: 2.3em !important;
}
body.page-membership .who-serves h3 {
  font-size: 1.8em !important;
}
body.page-membership .who-serves .border1,
body.page-membership .who-serves .border2,
body.page-membership .who-serves .border3,
body.page-membership .who-serves .border4 {
  height: 300px;
}
.countries-mra .left {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .countries-mra .left {
    min-height: 200px;
    max-height: 200px;
  }
}
.countries-mra .right {
  max-width: 720px;
  padding: 60px 0 50px 60px;
}
.countries-mra ol.three-columns {
  font-size: 0.9em !important;
  margin-top: 0 !important;
  padding-left: 20px;
  /* Brings numbers inside the text block so they don't get cut off */
  list-style-position: outside;
  /* Forces the list into exactly 3 equal columns */
  column-count: 3;
  /* Sets the spacing between the columns */
  column-gap: 30px;
}
@media (max-width: 576px) {
  .countries-mra ol.three-columns {
    column-count: 2;
    column-gap: 20px;
  }
}
