@charset "UTF-8";
.bg-gray {
  background-color: #f8f8f8;
}
.bg-blue.et_pb_section {
  background-color: #1765af;
  color: #ffffff;
  padding: 30px 0px;
}
.bg-blue.et_pb_section h1,
.bg-blue.et_pb_section h2,
.bg-blue.et_pb_section h3,
.bg-blue.et_pb_section h4,
.bg-blue.et_pb_section h5,
.bg-blue.et_pb_section h6 {
  color: #ffffff;
}
.bg-blue.et_pb_section a {
  color: #ffffff;
  text-decoration: underline;
}
.bg-blue.et_pb_section a:hover {
  text-decoration: none;
}
.bg-blue.et_pb_section .et_pb_button {
  background-color: #e7aa29;
  text-decoration: none;
}
.bg-dark-blue.et_pb_section {
  background-color: #1d2452;
  color: #ffffff;
}
.bg-dark-blue.et_pb_section h1,
.bg-dark-blue.et_pb_section h2,
.bg-dark-blue.et_pb_section h3,
.bg-dark-blue.et_pb_section h4,
.bg-dark-blue.et_pb_section h5,
.bg-dark-blue.et_pb_section h6 {
  color: #ffffff;
}
.bg-dark-blue.et_pb_section a {
  color: #ffffff;
  text-decoration: underline;
}
.bg-dark-blue.et_pb_section a:hover {
  text-decoration: none;
}
.bg-dark-blue.et_pb_section a.et_pb_button {
  text-decoration: none;
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

a.et_pb_button,
.et_pb_bg_layout_light.et_pb_button,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button {
  background-color: #1765af;
  font-size: 1.125rem;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
a.et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button:hover {
  background-color: #1d2452;
  padding: 8px 20px;
}
a.et_pb_button:after,
.et_pb_bg_layout_light.et_pb_button:after,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button:after {
  display: none !important;
}
a.et_pb_button.btn-video,
.et_pb_bg_layout_light.et_pb_button.btn-video,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button.btn-video {
  position: relative;
  background-color: #45b9ea !important;
  text-transform: none;
  padding: 12px 20px 12px 45px;
}
/* a.et_pb_button.btn-video:hover,
.et_pb_bg_layout_light.et_pb_button.btn-video:hover,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button.btn-video:hover {
  opacity: 0.5;
} */

 a.et_pb_button.btn-video:hover,
.et_pb_bg_layout_light.et_pb_button.btn-video:hover,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button.btn-video:hover {
  background-color:#1d2452 !important;
}

a.et_pb_button.btn-video:after,
.et_pb_bg_layout_light.et_pb_button.btn-video:after,
.et-db #et-boc .et-l footer .et_pb_bg_layout_light.et_pb_button.btn-video:after {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("img/icons/btn-play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-left: unset;
  opacity: 1;
}

@media (min-width: 768px) {
  .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 10px;
  }
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 981px) {
  h1 {
    font-size: 1.625rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.125rem;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.3125rem;
  }
}

h4 {
  font-size: 1rem;
}
@media (min-width: 981px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  h6 {
    font-size: 1.125rem;
  }
}

.chart-section.et_pb_section {
  background-color: #45b9ea;
  padding: 30px 30px;
}
@media (min-width: 1300px) {
  .chart-section.et_pb_section {
    padding: 30px 60px;
  }
}
.chart-section.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 981px) {
  .chart-section.et_pb_section .et_pb_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.chart-section.et_pb_section {
  color: #ffffff;
}
.chart-section.et_pb_section h1,
.chart-section.et_pb_section h2,
.chart-section.et_pb_section h3,
.chart-section.et_pb_section h4,
.chart-section.et_pb_section h5,
.chart-section.et_pb_section h6 {
  color: #ffffff;
  margin-bottom: 5px;
  padding: 0px;
}

.evs-wrap {
  position: relative;
  --evs-peek: clamp(60px, 8vw, 160px);
}
.evs-wrap .evs-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.evs-wrap .evs-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.evs-wrap .evs-controls .evs-prev,
.evs-wrap .evs-controls .evs-next {
  width: 20px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  background: #ffffff;
  color: #242a2a;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.evs-wrap .evs-controls .evs-count {
  margin-top: 6px;
  margin-left: 8px;
  font-size: 13px;
  color: #a8a8a8;
  display: inline-flex;
  gap: 0.35rem;
  align-items: baseline;
}
.evs-wrap .evs-track {
  position: relative;
}
.evs-wrap .evs-track .slick-list {
  padding-left: var(--evs-peek);
  padding-right: var(--evs-peek);
}
.evs-wrap .slick-slide {
  transition: 0.125s ease-in-out;
}
.evs-wrap .slick-slide.is-peek-left,
.evs-wrap .slick-slide.is-peek-right {
  opacity: 0.35;
  pointer-events: none;
}

.evs-wrap .evs-track {
  /* Keep the peeks you already have */
  /* 🔧 Equal-height behavior without stretching */
  /* 🔧 Stop any theme/normalize rule from forcing tall slides */
  /* If a child wrapper gets forced to full height by other CSS */
  /* Your existing spacing */
}
.evs-wrap .evs-track .slick-track {
  display: flex; /* lay slides out in a row */
  align-items: flex-start; /* don't stretch slides vertically */
}
.evs-wrap .evs-track .slick-slide {
  height: auto !important; /* collapse to content */
  display: block; /* keep Slick happy */
}
.evs-wrap .evs-track .slick-slide > * {
  height: auto !important;
}
@media (min-width: 981px) {
  .evs-wrap .slick-slide.is-peek-left,
  .evs-wrap .slick-slide.is-peek-right {
    opacity: 0.35;
    pointer-events: none;
  }
}

.evs-wrap .evs-card {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.evs-wrap .evs-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f8f8;
}
.evs-wrap .evs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.evs-wrap .evs-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(23, 101, 175, 0.72);
}
.evs-wrap .evs-play::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}
.evs-wrap .evs-title {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.25;
  color: #242a2a;
}
@media (min-width: 981px) {
  .evs-wrap .evs-title {
    font-size: 16px;
  }
}

body.evs-open {
  overflow: hidden;
}
body.evs-open .et_pb_column {
  z-index: unset;
}

.evs-wrap .evs-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  /* default: hidden */
  display: none;
  /* defend against theme resets */
  /* visible state (centers the dialog) */
}
.evs-wrap .evs-modal[hidden] {
  display: none !important;
}
.evs-wrap .evs-modal:not([hidden]) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(6vh, 60px) 4vw; /* breathing room */
}
.evs-wrap .evs-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(29, 36, 82, 0.9);
}
.evs-wrap .evs-dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, 92vw);
  max-height: calc(100vh - 2 * min(6vh, 60px));
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  margin: 0; /* centered via flex; no margin needed */
}
.evs-wrap .evs-close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 32px;
  line-height: 1;
  background: none;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}
.evs-wrap .evs-close:hover {
  color: #1765af;
}
.evs-wrap .evs-player {
  aspect-ratio: 16/9;
}
.evs-wrap .evs-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.education-tabs-panel .inner {
  text-align: center;
}

.education-tabs-panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.education-tabs-panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.education-tabs-list {
  display: block;
}
@media (min-width: 768px) {
  .education-tabs-list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
}

.education-tabs-tab {
  position: relative;
  background-color: #f8f8f8;
  border: 2px solid transparent;
  font-size: 16px;
  height: 50px;
  flex: 1 1 0;
  text-align: center;
  padding: 0px;
  margin: 0px;
  transition: 0.125s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .education-tabs-tab {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .education-tabs-tab {
    font-size: 10px;
    height: 70px;
  }
}
@media (min-width: 900px) {
  .education-tabs-tab {
    font-size: 14px;
  }
}
.education-tabs-tab.is-active {
  border-top-color: #1765af;
  font-weight: bold;
  color: #1765af;
}
.education-tabs-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f8f8f8;
}
.education-tabs-tab:hover {
  border-top: 2px solid #1765af;
  color: #1765af;
}

.education-tabs .col-text h2 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 20px;
  line-height: 1;
  color: #1765af;
}
.education-tabs .col-text h2:after {
  content: "";
  display: block;
  width: 90px;
  height: 0;
  margin: 0;
  border-bottom: 2px solid #1765af;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.education-tabs-content p:last-child {
  margin-bottom: 0;
}

.education-tabs-img {
  margin-bottom: 20px;
}
.education-tabs-img img {
  width: 100%;
}

.education-tabs-icon {
  max-width: 100px;
  margin: 30px auto 20px;
}
@media (min-width: 992px) {
  .education-tabs-icon {
    margin: 60px auto 40px;
  }
}
.education-tabs-icon img {
  width: 100%;
}

.form-section {
  padding: 30px 0px;
}
.fw-img.et_pb_section {
  padding: 0px;
  margin: 0px;
}
.fw-img.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}

.hero-home.et_pb_section {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #1d2452;
  /* background-image: url("img/backgrounds/hero-home-bg-mobile.jpg"); */
  background-image: url("img/backgrounds/Roers-Prizm.jpg");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 120px 30px 0px;
}
@media (min-width: 981px) {
  .hero-home.et_pb_section {
    padding-top: 150px;
  }
}
@media (min-width: 1300px) {
  .hero-home.et_pb_section {
    padding-left: 60px;
  }
}
.hero-home.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}
.hero-home.et_pb_section .row-content {
  z-index: 9;
}
@media (min-width: 981px) {
  .hero-home.et_pb_section .row-content {
    max-width: 560px;
    width: 60%;
    margin-left: 0px;
    padding-bottom: 90px;
  }
}
@media (min-width: 981px) {
  .hero-home.et_pb_section .row-image {
    position: absolute;
    max-width: 1000px;
    bottom: 0px;
    right: 10px;
    width: 70%;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .hero-home.et_pb_section .row-image {
    width: 65%;
    right: 30px;
  }
}
@media (min-width: 1500px) {
  .hero-home.et_pb_section .row-image {
    right: 60px;
  }
}

.hero-home .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
  text-align: center;
}
@media (min-width: 981px) {
  .hero-home .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (min-width: 981px) {
  .hero-home .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
    text-align: left;
  }
}
.hero-home .et_pb_row .et_pb_column .et_pb_button {
  background-color: #45b9ea;
}
.hero-home .et_pb_row .et_pb_column .et_pb_button:hover {
  background-color: #1d2452;
}

.hero-home {
  font-size: 1.125rem;
}
@media (min-width: 981px) {
  .hero-home {
    font-size: 1.3125rem;
  }
}
.hero-home h1,
.hero-home h2 {
  font-size: 1.75rem;
}
@media (min-width: 981px) {
  .hero-home h1,
  .hero-home h2 {
    font-size: 1.625rem;
  }
}
.hero-home h1,
.hero-home h2,
.hero-home h3,
.hero-home h4,
.hero-home h5,
.hero-home h6 {
  color: #ffffff;
}
.hero-home .et_pb_text {
  text-align: center;
}
@media (min-width: 981px) {
  .hero-home .et_pb_text {
    text-align: left;
  }
}

.hero-home .img.et_pb_image {
  margin-bottom: 0px;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 90px 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(29, 36, 82, 0.9);
}

.video-modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 900px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper .fluid-width-video-wrapper {
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-modal {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.modal-open #et-main-area {
  position: relative;
  z-index: 9;
}

.intro-home.et_pb_section {
  text-align: center;
  padding: 30px 30px;
}
@media (min-width: 1300px) {
  .intro-home.et_pb_section {
    padding: 30px 60px;
  }
}
.intro-home.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
}

.investment-options {
  margin: 0px auto 60px;
}
.investment-options .intro {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .investment-options .tab-content {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .investment-options .tab-content.active {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .investment-options .tab-content.active .content,
  .investment-options .tab-content.active .img {
    flex: 0 0 auto;
    width: 50%;
  }
  .investment-options .tab-content.active .content {
    order: 0;
  }
}

.investment-options {
  text-align: center;
}
.investment-options .container {
  text-align: center;
}
.investment-options .tab-content header {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.investment-options .tab-content .content {
  text-align: left;
  order: 1;
}
@media (min-width: 768px) {
  .investment-options .tab-content .content {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .investment-options .tab-content .content {
    padding-right: 30px;
  }
}
.investment-options .tab-content .content footer {
  margin-top: 2rem;
}

.investment-options.investment-options-dark .tab-content {
  background-color: #1765af;
  color: #ffffff;
}
.investment-options.investment-options-dark .tab-content h1,
.investment-options.investment-options-dark .tab-content h2,
.investment-options.investment-options-dark .tab-content h3,
.investment-options.investment-options-dark .tab-content h4,
.investment-options.investment-options-dark .tab-content h5,
.investment-options.investment-options-dark .tab-content h6 {
  color: #ffffff;
}
.investment-options.investment-options-dark .tab-button.active:before {
  background-color: #45b9ea;
}
.investment-options.investment-options-dark .tab-button.active:after {
  border-top-color: #45b9ea;
}
.investment-options.investment-options-dark .et_pb_button.et_pb_button_2.et_pb_bg_layout_light {
  background-color: #45b9ea;
}
.investment-options.investment-options-dark .et_pb_button.et_pb_button_2.et_pb_bg_layout_light:hover {
  background-color: #1d2452;
}

@media (min-width: 768px) {
  .investment-options .img {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .investment-options .img {
    padding-left: 30px;
  }
}
.investment-options .img img {
  max-width: 100%;
  width: 100%;
  margin: 0px auto 2rem;
}
@media (min-width: 400px) {
  .investment-options .img img {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .investment-options {
    max-width: 1224px;
    padding: 0px 30px;
  }
}
.investment-options .tabs {
  display: none;
}
@media (min-width: 768px) {
  .investment-options .tabs {
    display: flex;
    gap: 0px;
  }
}
.investment-options .tab-button {
  position: relative;
  font-size: 1.125rem;
  width: 100%;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  transition: 0.125s ease-in-out;
  z-index: 9;
  padding: 25px 15px;
  cursor: pointer;
}
@media (min-width: 981px) {
  .investment-options .tab-button {
    font-size: 1.3125rem;
  }
}
.investment-options .tab-button:before {
  content: "";
  background-color: transparent;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  transition: 0.125s ease-in-out;
}
.investment-options .tab-button:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  transition: 0.125s ease-in-out;
}
.investment-options .tab-button.active {
  background-color: #ffffff;
  box-shadow: 0px 24px 48px 8px rgba(0, 20, 45, 0.08);
}
.investment-options .tab-button.active:before {
  background-color: #1765af;
}
.investment-options .tab-button.active:after {
  border-top-color: #1765af;
}
.investment-options .tab-button h3 {
  font-size: 1.3125rem;
  text-transform: none;
}
@media (min-width: 981px) {
  .investment-options .tab-button h3 {
    font-size: 1.5rem;
  }
}
.investment-options .tab-button .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
}
.investment-options .tab-button .number,
.investment-options .tab-mobile .number {
  display: flex;
  width: 72px;
  height: 72px;
  font-size: 1.75rem;
  font-weight: bold;
  background-color: #f5f8fa;
  margin: 0px auto 1rem;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.investment-options .tab-content {
  background-color: #f5f8fa;
  padding: 30px;
}
@media (min-width: 768px) {
  .investment-options .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    padding: 60px 30px;
  }
}
@media (min-width: 981px) {
  .investment-options .tab-content {
    padding: 90px 60px;
  }
}
@media (min-width: 1200px) {
  .investment-options .tab-content {
    padding: 90px 60px;
  }
}
.investment-options .tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.investment-options .tab-mobile {
  background-color: black;
  position: relative;
  font-size: 1.125rem;
  width: 100%;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  transition: 0.125s ease-in-out;
  z-index: 9;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 3rem;
}
.investment-options .tab-mobile:before {
  content: "";
  background-color: #1765af;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  transition: 0.125s ease-in-out;
}
.investment-options .tab-mobile:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1765af;
  transition: 0.125s ease-in-out;
}
.investment-options .tab-mobile.active {
  background-color: #ffffff;
  box-shadow: 0px 24px 48px 8px rgba(0, 20, 45, 0.08);
}
.investment-options .tab-mobile.active:before {
  background-color: #1765af;
}
.investment-options .tab-mobile.active:after {
  border-top-color: #1765af;
}
.investment-options .tab-mobile h3 {
  font-size: 1.3125rem;
  text-transform: none;
}
@media (min-width: 981px) {
  .investment-options .tab-mobile h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .investment-options .tab-mobile {
    display: none;
  }
}

.insights-sidebar {
  padding: 0px;
  border: none;
}

.insights-sidebar h3 {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .insights-sidebar h3 {
    font-size: 1.3125rem;
  }
}

.insights-sidebar .category-dropdown {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}
.insights-sidebar .category-dropdown select {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  border-radius: 0.25rem;
  -webkit-appearnce: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 25px;
  box-shadow: none;
}
.insights-sidebar .category-dropdown select:focus {
  box-shadow: inset 0 0 0 0.25rem rgba(69, 185, 234, 0.25);
}
.insights-sidebar .category-dropdown select:focus-visible {
  outline: none;
  outline-offset: 0px;
}
.insights-sidebar .investorsidebarsignup {
  background-color: #1765af;
  color: #fff;
  padding: 30px;
}
.insights-sidebar .investorsidebarsignup h3 {
  color: #fff;
}
.insights-sidebar .investorsidebarsignup .hbspt-form {
  margin-top: 20px;
}

.insight-sidebar .recent-posts {
  background-color: #f8f8f8;
  padding: 30px;
}
.insight-sidebar .recent-posts .item {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}
@media (min-width: 991px) {
  .insight-sidebar .recent-posts .item {
    grid-template-columns: 60px auto;
    gap: 7.5px;
  }
}
@media (min-width: 1100px) {
  .insight-sidebar .recent-posts .item {
    grid-template-columns: 80px auto;
  }
}
@media (min-width: 1400px) {
  .insight-sidebar .recent-posts .item {
    grid-template-columns: 100px auto;
    gap: 15px;
  }
}
.insight-sidebar .recent-posts .img {
  width: 100%;
  display: block;
}
.insight-sidebar .recent-posts .img img {
  width: 100%;
  height: auto;
}
.insight-sidebar .recent-posts h4 {
  font-size: 0.925rem;
  margin: 0px;
}
.insight-sidebar .recent-posts a {
  text-decoration: none;
}
.insight-sidebar .recent-posts a:hover {
  color: #1d2452;
  opacity: 1;
}
.insight-sidebar .recent-posts footer {
  margin-top: 22.5px;
}

.recent-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background-color: #f8f8f8;
  padding: 30px;
}
.recent-posts .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  gap: 7.5px;
}
.recent-posts .item figure {
  margin: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.recent-posts .item figure img {
  width: 100%;
  height: auto;
  display: block;
}
.recent-posts .item .content h4 {
  font-size: 0.875rem;
  margin: 0;
  margin: 0px;
  padding: 0px;
}
.recent-posts .item .content h4 a {
  color: #45b9ea;
  text-decoration: none;
}
.recent-posts .item .content h4 a:hover {
  color: #1d2452;
}
.recent-posts footer.et_pb_button_module_wrapper {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .market-insight {
    margin-bottom: 3rem;
  }
}

.market-insight header {
  margin-bottom: 0.5rem;
}
.market-insight h2 {
  font-size: 1.125rem;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 981px) {
  .market-insight h2 {
    font-size: 1.3125rem;
  }
}
.market-insight time {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 981px) {
  .market-insight time {
    font-size: 0.875rem;
  }
}
.market-insight .content {
  margin-bottom: 1.5rem;
}

.market-insights {
  display: grid;
  gap: 2.5rem;
}
.market-insights .market-insight {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .market-insights .market-insight {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
  }
}

.market-insights figure {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .market-insights figure {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .numbers-section.et_pb_section {
    /*  background: #1d2452 url("img/backgrounds/numbers-bg.jpg");
    background-size: cover; */
    padding: 160px 0px;
  }
}
@media (min-width: 1600px) {
  .numbers-section.et_pb_section {
    /*  background: #1d2452 url("img/backgrounds/numbers-bg.jpg");
    background-size: cover; */
    padding: 250px 0px;
  }
}
.numbers-section.et_pb_section .et_pb_row {
  max-width: 1200px;
}

.numbers-section.et_pb_section {
  color: #ffffff;
}
.numbers-section.et_pb_section h3.title {
  font-size: 1rem;
  color: #ffffff;
  text-transform: none;
}
@media (min-width: 981px) {
  .numbers-section.et_pb_section h3.title {
    font-size: 1.125rem;
  }
}
.numbers-section.et_pb_section .percent {
  height: auto;
  margin-bottom: 5px;
  line-height: 1;
}
.numbers-section.et_pb_section .percent span, .numbers-section.et_pb_section .percent-value, .numbers-section.et_pb_section .percent-sign {
  font-size: 2rem;
  font-weight: bold;
  color: #45b9ea;
  line-height: 1;
}
@media (min-width: 981px) {
  .numbers-section.et_pb_section .percent span, .numbers-section.et_pb_section .percent-value, .numbers-section.et_pb_section .percent-sign {
    font-size: 2.25rem;
  }
}
.numbers-section.et_pb_section .number-units .percent-sign {
  content: "test";
}

.recent-opportunities.et_pb_section {
  padding: 30px 30px;
}
@media (min-width: 1300px) {
  .recent-opportunities.et_pb_section {
    padding: 30px 60px;
  }
}
.recent-opportunities.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
}

.modal-open .recent-opportunities.et_pb_section {
  z-index: 999;
}

.opportunities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: calc(-40px / 2);
  margin-right: calc(-40px / 2);
}

.opportunities-grid > * {
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
  flex: 0 0 100%;
  max-width: 100%;
}

/* ====== md: behaves like .col-md-4 ====== */
@media (min-width: 981px) {
  .opportunities-grid > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .opportunities-grid.column-count-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* ====== xl tweaks (for 4-up) ====== */
@media (min-width: 1200px) {
  .opportunities-grid.column-count-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.opportunity-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  .opportunity-item {
    max-width: 100%;
  }
}

.opportunity-meta {
  width: 100%;
}

.opportunity-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}

.opportunity-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.opportunity-content-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.opportunity-content-top .opportunity-header,
.opportunity-content-top .opportunity-footer {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.opportunity-item .opportunity-buttons {
  width: 100%;
  margin-top: 20px;
}
.opportunity-item .et_pb_button {
  display: block;
  font-size: 0.6875rem;
  width: calc(50% - 4px);
  text-align: center;
}
@media (min-width: 375px) {
  .opportunity-item .et_pb_button {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .opportunity-item .et_pb_button {
    font-size: 1rem;
  }
}
.opportunity-item .et_pb_button:after {
  display: none !important;
}
.opportunity-item .et_pb_button.btn-learn-more {
  background: transparent;
  color: #1765af;
  border: 2px solid #1765af;
}
.opportunity-item .et_pb_button.btn-learn-more:hover {
  background-color: #1d2452;
  color: #ffffff;
  border-color: #1d2452;
}

.recent-opportunities h2 {
  font-size: 1.4375rem;
  text-align: center;
}
@media (min-width: 981px) {
  .recent-opportunities h2 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .opportunities-grid.column-count-4 .opportunity-title {
    font-size: 1.125rem;
  }
  .opportunities-grid.column-count-4 p {
    font-size: 0.875rem;
  }
  .opportunities-grid.column-count-4 .opportunity-buttons a.btn-learn-more, .opportunities-grid.column-count-4 .opportunity-buttons a.btn-invest {
    font-size: 0.75rem;
  }
}
@media (min-width: 1500px) {
  .opportunities-grid.column-count-4 .opportunity-title {
    font-size: 1.25rem;
  }
  .opportunities-grid.column-count-4 p {
    font-size: 1.125rem;
  }
  .opportunities-grid.column-count-4 .opportunity-buttons a.btn-learn-more, .opportunities-grid.column-count-4 .opportunity-buttons a.btn-invest {
    font-size: 1rem;
  }
}

.opportunity-item {
  line-height: 1.33;
  text-align: center;
}
.opportunity-item header {
  margin-bottom: 10px;
}
.opportunity-item .opportunity-title {
  width: 100%;
  font-size: 1.3125rem;
  color: #1765af;
  margin-bottom: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .opportunity-item .opportunity-title {
    font-size: 1.5rem;
  }
}
.opportunity-item p {
  width: 100%;
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .opportunity-item p {
    font-size: 1.125rem;
  }
}
.opportunity-item .opportunity-location {
  font-weight: bold;
}

.opportunity-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.opportunity-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.opportunity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.opportunity-progress {
  text-align: center;
  margin-top: 20px;
}

.progress-label {
  font-size: 0.875rem;
  margin-bottom: 5px;
  display: block;
}

.progress-bar-wrapper {
  background-color: #1d2452;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background-color: #45b9ea;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background-color: #00adef;
  transition: width 0.3s ease-in-out;
}

footer#main-footer {
  /* background: #45b9ea url("img/backgrounds/footer-bg.png"); */
  background: #1d2452 url("img/backgrounds/Roers-Prizm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 30px 30px 40px;
}


footer#main-footer .container {
  max-width: 1200px;
  width: 100%;
}
footer#main-footer #footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px;
}
footer#main-footer .footer-widget {
  float: none;
  margin-bottom: 0px !important;
}
footer#main-footer .footer-widget .widget_block {
  margin-bottom: 0px !important;
}
footer#main-footer .et_pb_widget {
  float: none;
}
footer#main-footer #footer-widgets .footer-widget:nth-child(n),
footer#main-footer #footer-widgets .footer-widget .fwidget {
  margin-bottom: 0px !important;
}

#footer-bottom {
	background: #1d2452 !important;
  display: none;
}

footer#main-footer .footer-widget:nth-child(1) {
  width: 100% !important;
  margin-right: 0px;
  margin-bottom: 15px;
}
@media (min-width: 981px) {
  footer#main-footer .footer-widget:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (min-width: 981px) {
  footer#main-footer .footer-widget:nth-child(5) {
    margin-right: 50px;
  }
}
@media (min-width: 981px) {
  footer#main-footer .footer-widget {
    margin-right: 5px;
  }
}

footer#main-footer .footer-widget {
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
footer#main-footer .footer-widget:nth-child(1) {
  font-size: 0.8125rem;
  text-align: left;
}
footer#main-footer .footer-widget h1,
footer#main-footer .footer-widget h2,
footer#main-footer .footer-widget h3,
footer#main-footer .footer-widget h4,
footer#main-footer .footer-widget h5,
footer#main-footer .footer-widget h6 {
  color: #ffffff;
}
footer#main-footer .footer-widget .wp-block-heading {
  font-size: 1rem;
  font-weight: bold;
}
footer#main-footer .footer-widget p {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
footer#main-footer .footer-widget ul li {
  padding-left: 0px;
  margin-bottom: 2px;
}
footer#main-footer .footer-widget ul li:before {
  display: none;
}
footer#main-footer .footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
}

footer#main-footer #footer-widgets {
  position: relative;
}
@media (min-width: 981px) {
  footer#main-footer #footer-widgets:before {
    position: absolute;
    bottom: 40px;
    left: 0px;
  }
}
@media (min-width: 981px) {
  footer#main-footer #footer-widgets:after {
    visibility: visible;
    position: absolute;
    bottom: 80px;
    right: 0px;
  }
}
footer#main-footer li.footer-logo {
  background-color: pink;
  background: url("img/roers-companies-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 47px;
  text-indent: -99999px;
  order: 1;
  padding: 0px;
  margin: auto;
}
@media (min-width: 768px) {
  footer#main-footer li.footer-logo {
    margin-left: 0px;
  }
}
@media (min-width: 981px) {
  footer#main-footer li.footer-logo {
    order: 0;
    margin-right: auto;
  }
}
footer#main-footer li.footer-logo-icon {
  position: relative;
  display: none;
  background-image: url("img/art/header-branded.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  width: 30px;
  height: 25px;
  order: 2;
}
@media (min-width: 981px) {
  footer#main-footer li.footer-logo-icon {
    display: block;
    margin-left: 60px;
    padding: 0;
  }
}
footer#main-footer li.footer-logo-icon {
  position: relative;
}
footer#main-footer li.footer-logo-icon:hover::before {
  font-size: 0.625rem;
  content: "Return to \aRoers Companies";
  white-space: pre;
  display: block;
  position: absolute;
  background-color: #1d2452;
  top: 110%;
  right: -30px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media (min-width: 1300px) {
  footer#main-footer li.footer-logo-icon:hover::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  footer#main-footer li.footer-logo-icon:hover::before {
    font-size: 0.875rem;
  }
}
footer#main-footer li.footer-logo-icon:hover::before {
  opacity: 1;
  text-indent: 0px;
}

#main-footer .bottom-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
}
#main-footer .bottom-nav > li {
  width: 100%;
  vertical-align: top;
  padding: 0px 8px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #main-footer .bottom-nav > li {
    width: 25%;
    padding: 0px 15px;
  }
}
@media (min-width: 981px) {
  #main-footer .bottom-nav > li {
    max-width: 20%;
    width: auto;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  #main-footer .bottom-nav > li {
    width: 16.6666666667%;
    width: auto;
  }
}
#main-footer .bottom-nav > li > a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#main-footer .bottom-nav a {
  color: #ffffff;
}
#main-footer .bottom-nav a:hover, #main-footer .bottom-nav a:focus {
  opacity: 1;
  text-decoration: underline;
}
#main-footer .bottom-nav .sub-menu li {
  display: block;
  padding: 0px 8px;
  margin: 0px;
}
#main-footer .bottom-nav .sub-menu li a {
  font-size: 0.875rem;
  font-weight: 400;
}
#main-footer #et-footer-nav {
  background-color: transparent;
}

#main-header {
 /* background-image: url("img/backgrounds/main-header-bg.png"); */
  background-image: url("img/backgrounds/Roers-Prizm.jpg");
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
}
#main-header .container {
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
}
@media (min-width: 1300px) {
  #main-header .container {
    padding: 0px 60px;
  }
}

.modal-open #main-header {
  z-index: 8;
}

.home #main-header {
  background: transparent;
  box-shadow: none;
}

#main-header .et_menu_container .logo_container {
  width: auto;
}
#main-header #logo {
  max-width: 200px;
}

.mobile_menu_bar:before {
  color: #fff;
}

@media (min-width: 981px) {
  #main-header #et-top-navigation {
    padding-top: 50px;
  }
}

@media (min-width: 981px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a,
  .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 38px;
  }
}

#top-menu-nav {
  position: relative;
}
@media (min-width: 981px) {
  #top-menu-nav .nav-logo-icon {
    text-indent: -9999px;
    background-image: url("img/art/header-branded.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -6px;
    width: 30px;
    height: 25px;
  }
  #top-menu-nav .nav-logo-icon a {
    width: 42px;
    height: 25px;
    padding: 0px !important;
  }
}
@media (min-width: 981px) {
  #top-menu-nav #top-menu > li {
    padding-right: 31px;
  }
}

 @media only screen and (min-width: 1200px) {
        #top-menu-nav #top-menu > li {
    padding-right: 42px;
  }
    }

.slideout-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 100000;
}

.slideout-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.slideout {
  position: fixed;
  top: 50%;
  right: 0;
  width: min(400px, 100%);
  height: 100%;
  max-height: 580px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.06);
  transform: translateX(100%) translateY(-50%);
  transition: transform 400ms cubic-bezier(0.5, 0, 0.75, 0);
  z-index: 100001;
  display: flex;
  flex-direction: column;
  will-change: transform;
}
@media (min-width: 992px) {
  .slideout {
    max-height: 766px;
  }
}

.slideout.is-open {
  transform: translateX(0) translateY(-50%);
}

.slideout-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.slideout-screen {
  display: none;
}

.slideout-screen.is-active {
  display: block;
}

.slideout-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0rem;
}
.slideout-screen-intro .slideout-body {
  padding: 2rem;
}

.slideout-title {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}

.slideout-copy {
  font-size: 0.95rem;
}

.slideout-continue {
  align-self: flex-start;
  padding: 0.6rem 1.4rem;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .slideout {
    top: 0px;
    bottom: 0px;
    max-height: unset;
    width: 100%;
    transform: translateX(100%);
  }
  .slideout.is-open {
    transform: translateX(0);
  }
}
.slideout-trigger {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
  min-width: 100px;
  max-width: 540px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px 8px 0 0;
  background-color: #1765af;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  border: 0;
  text-decoration: none;
  outline: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 0;
  border: 2px solid transparent;
}

.slideout-trigger .trigger-close {
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(-48%) translateX(-9px) scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.5, 0, 0.75, 0);
}

.slideout-trigger .trigger-label {
  transition: transform 0.25s cubic-bezier(0.5, 0, 0.75, 0);
}

.slider-trigger.is-active .trigger-label {
  text-indent: 15px;
}

.slideout-trigger.is-active .trigger-close {
  opacity: 1;
  transform: translateY(-48%) translateX(0px) scale(1);
}

.slideout-trigger.is-active .trigger-label {
  transform: translateX(21px);
}

.slideout-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: #e7aa29;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 641px) {
  .slideout-close {
    display: none;
  }
}

.slideout .hsfc-Step .hsfc-Step__Content {
  padding: 0px;
}

.hsfc-Step__Content {
  padding: 0px !important;
}

.slideout-form {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.4s;
}
.slideout-form.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.slideout-media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.team-members {
  margin-bottom: 60px;
}
@media (min-width: 981px) {
  .team-members {
    margin-bottom: 90px;
  }
}

.team-item {
  text-align: center;
}
.team-item h3 {
  font-size: 1.125rem;
  color: #1765af;
  margin-bottom: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .team-item h3 {
    font-size: 1.3125rem;
  }
}
.team-item p {
  width: 100%;
  font-size: 1rem;
  color: #242a2a;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .team-item p {
    font-size: 1.125rem;
  }
}
.team-item a {
  display: block;
  color: #242a2a;
}

.regions-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  padding: 20px 0;
  margin-left: -6px;
}
.regions-filter .filter-button {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.regions-filter .filter-button:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
}
.regions-filter .filter-button:hover, .regions-filter .filter-button:focus {
  color: #1765af;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 981px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-item .img {
  margin-bottom: 10px;
}

.team-member {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media (min-width: 981px) {
  .team-member {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-member .content-column,
.team-member .image-column {
  width: 100%;
}
.team-member .content-column {
  flex: 1;
  order: 1;
}
.team-member .image-column {
  flex: 1;
  display: flex;
}
@media (min-width: 981px) {
  .team-member .image-column {
    justify-content: center;
    order: 2;
  }
}
.team-member .contact {
  margin-top: 20px;
}
.team-member .contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

#main-content .team-member-container:before {
  width: 0px;
}

.team-member header {
  margin-bottom: 30px;
}
.team-member h1 {
  margin: 0px;
  padding: 0px;
}
.team-member .position {
  color: #1765af;
  text-transform: uppercase;
}
.team-member .regions {
  font-size: 0.875rem;
}
@media (min-width: 981px) {
  .team-member .regions {
    font-size: 1rem;
  }
}
.team-member .position,
.team-member .regions {
  margin: 0px;
  padding: 0px;
}
.team-member .phone-number a,
.team-member .email-address a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1765af;
}
.team-member .phone-number a:hover,
.team-member .email-address a:hover {
  color: #a8a8a8;
}

.back-button-wrapper {
  display: flex;
  font-size: 0.875rem;
}
.back-button-wrapper .dashicons {
  font-size: 0.875rem;
  width: 10px;
  height: 14px;
  transition-delay: none;
}
.back-button-wrapper a.back-button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #a8a8a8;
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}

main#main-content section.team-member-form {
  background-color: #f8f8f8;
}
main#main-content section.team-member-form .team-member-container.container {
  padding: 60px 0px;
}

.button-popup-wrapper {
  margin-top: 30px;
}

.form-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 90px 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(29, 36, 82, 0.9);
}

.form-modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 600px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.form-wrapper {
  text-align: center;
}

.close-modal {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.modal-open #et-main-area {
  position: relative;
  z-index: 9;
}

.testimonials.et_pb_section.et_section_regular {
  padding: 60px 0px;
}

.testimonials {
  text-align: center;
}
.testimonials .testimonial-quote {
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
@media (min-width: 981px) {
  .testimonials .testimonial-quote {
    font-size: 1.5rem;
  }
}
.testimonials .testimonial-author {
  display: inline;
}
.testimonials .testimonial-company {
  position: relative;
  display: inline;
  font-style: italic;
  padding-left: 8px;
  margin-left: 10px;
}
.testimonials .testimonial-company:before {
  font-style: normal;
  content: "|";
  position: absolute;
  left: -6px;
}

.testimonials {
  /* Customize Slick Dots */
}
.testimonials .slick-dots {
  bottom: -60px;
  padding: 0px;
}
.testimonials .slick-dots li {
  padding: 0px;
}
.testimonials .slick-dots li button {
  padding: 0px;
}
.testimonials .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
}
.testimonials .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.testimonials .slick-prev {
  left: -30px;
}
@media (min-width: 500px) {
  .testimonials .slick-prev {
    left: -45px;
  }
}
.testimonials .slick-next {
  right: -30px;
}
@media (min-width: 500px) {
  .testimonials .slick-next {
    right: -45px;
  }
}