.content-row {
  padding-bottom: 30px;
  scroll-margin-top: 50px;
}

.content-rows {
  background: transparent;
}
.content-rows .content-block .content-row:first-child {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .content-rows .content-block .content-row {
    padding-bottom: 30px;
  }
  .content-rows .content-block .content-row:first-child .content-row {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .content-rows {
    padding-bottom: 25px;
  }
}
.two-column {
  padding-bottom: 90px;
}
.two-column .two-column-inner {
  gap: 70px;
}
.two-column .two-column-inner .column-image {
  position: relative;
  margin-top: 65px;
}
.two-column .two-column-inner .column-image .particle-bg {
  position: absolute;
  top: -100px;
  left: 0;
}
.two-column .two-column-inner .column-image .image-row:nth-child(1) {
  max-width: 149px;
  left: 0;
  bottom: 50%;
  position: absolute;
}
.two-column .two-column-inner .column-image .image-row:nth-child(2) {
  max-width: 340px;
  align-self: center;
  z-index: 1;
  position: relative;
}
.two-column .two-column-inner .column-image .image-row:nth-child(3) {
  max-width: 233px;
  right: -34px;
  bottom: 50%;
  position: absolute;
}

.tooltip {
  background: blue;
  bottom: 100%;
  color: white;
  display: block;
  left: -20px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px 20px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid blue 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

@media screen and (max-width: 1200px) {
  .two-column .two-column-inner .column-image .image-row:nth-child(3) {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .two-column .two-column-inner .column-image .image-row:nth-child(1), .two-column .two-column-inner .column-image .image-row:nth-child(3) {
    position: relative;
  }
  .two-column .two-column-inner .column-image .image-row:nth-child(3) {
    align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  body.home .two-column {
    padding-top: 30px;
  }
  .two-column .two-column-inner {
    gap: 30px;
  }
  .two-column .two-column-inner .column-image {
    margin-top: 20px;
  }
}
.team-members-inner h3 {
  margin-bottom: 45px;
}

.team-members-container {
  gap: 25px;
}
.team-members-container button {
  background-color: transparent;
  border-color: transparent;
  width: 23%;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
}
.team-members-container button:hover, .team-members-container button:focus, .team-members-container button:active, .team-members-container button:focus-visible {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.team-members-container button:hover .team-member-bg {
  transform: translateY(55px);
  transition: 250ms linear all;
}
.team-members-container button:hover .team-member-copy {
  transform: translateY(0%);
  transition: 250ms linear all;
}
.team-members-container button .team-member-copy {
  background: linear-gradient(90deg, rgba(174, 37, 115, 0.8) 0%, rgba(51, 0, 114, 0.8) 100%);
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: 250ms linear all;
}
.team-members-container button .team-member-copy a {
  pointer-events: auto;
}
.team-members-container button .team-member-copy a svg {
  transition: 150ms linear all;
  fill: transparent;
}
.team-members-container button .team-member-copy a:hover svg {
  fill: #005eb8;
  transition: 150ms linear all;
}
.team-members-container button .team-member-copy h4,
.team-members-container button .team-member-copy p {
  color: white;
  font-size: 22px;
  line-height: 22px;
}
.team-members-container button .team-member-copy h4 {
  font-weight: 700;
  letter-spacing: 1.76px;
  margin-bottom: 5px;
}
.team-members-container button .team-member-copy p {
  font-weight: 400;
  margin: 0;
}
.team-members-container button .team-member {
  position: relative;
}
.team-members-container button .team-member .team-member-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  transition: 250ms linear all;
  background: linear-gradient(180deg, rgba(174, 37, 115, 0.03) 0%, rgba(174, 37, 115, 0.1) 100%);
}
.team-members-container button .team-member .team-member-bg img {
  height: 100%;
}
.team-members-container button .team-member .team-member-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(174, 37, 115, 0.03) 0%, rgba(174, 37, 115, 0.1) 100%);
  border-radius: 20px;
}
.team-members-container button .team-member .team-member-image {
  z-index: 1;
}
.team-members-container button .team-member .team-member-image img {
  border-radius: 20px;
}
.team-members-container .modal {
  background-color: white;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
}
.team-members-container .modal .modal-header {
  border-bottom: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}
.team-members-container .modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 91px auto;
}
.team-members-container .modal .modal-content {
  border: none;
}
.team-members-container .modal .modal-content .modal-content-inner {
  gap: 78px;
}
.team-members-container .modal .modal-content .modal-content-left {
  flex: 0 0 46%;
}
.team-members-container .modal .modal-content .modal-content-left .modal-bio h3 {
  color: #ae2573;
  font-size: 48px;
  font-family: Frutiger LT Std;
  font-weight: 700;
  line-height: 57.6px;
}
.team-members-container .modal .modal-content .modal-content-left .modal-bio .modal-job-title {
  color: #ae2573;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3.2px;
}
.team-members-container .modal .modal-content .modal-content-right {
  flex: 0 0 44%;
  position: relative;
  pointer-events: none;
}
.team-members-container .modal .modal-content .modal-content-right .modal-team-member-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.team-members-container .modal .modal-content .modal-content-right .modal-content-team-image {
  z-index: 1;
  position: relative;
  bottom: 0;
  pointer-events: none;
}
.team-members-container .modal .modal-lg {
  max-width: 975px;
}
.team-members-container .btn-check:active + .btn-primary:focus,
.team-members-container .btn-check:checked + .btn-primary:focus,
.team-members-container .btn-primary.active:focus,
.team-members-container .btn-primary:active:focus,
.team-members-container .show > .btn-primary.dropdown-toggle:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .team-members-container {
    gap: 20px;
  }
  .team-members-container button {
    width: 48%;
  }
  .modal-content-right {
    max-width: 450px;
  }
}
@media screen and (max-width: 550px) {
  .team-members-container button {
    width: 100%;
  }
}
body.single-team_member {
  padding-top: 150px;
}
body.single-team_member .single-hero.has-image {
  max-width: 500px;
  margin: 0 auto;
}
body.single-team_member .team-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.accordion {
  width: 100%;
}

.latest-posts-inner {
  gap: 25px;
  width: 100%;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.latest-posts-inner .post-item {
  overflow: hidden;
  flex: 0 0 50%;
}
.latest-posts-inner .post-item .img-container {
  overflow: hidden;
  border-radius: 40px;
  height: 288px;
  width: 100%;
}
.latest-posts-inner .post-item .img-container img {
  transition: 250ms linear all;
  width: 100%;
  height: 100%;
}
.latest-posts-inner .post-item:hover .img-container {
  transition: 250ms linear all;
}
.latest-posts-inner .post-item:hover .img-container img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: 250ms linear all;
}
.latest-posts-inner .post-item:hover .title {
  color: #ae2573;
}
.latest-posts-inner .post-item:hover.post-item-event .title {
  color: #005eb8;
}
.latest-posts-inner .post-item .img-container {
  position: relative;
}
.latest-posts-inner .post-item .img-container .category {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #005eb8;
  padding: 5px 15px;
  border-radius: 54px;
}
.latest-posts-inner .post-item .img-container .category p {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.latest-posts-inner .post-item.post-item-event .img-container .category {
  background-color: #ae2573;
}

@media only screen and (max-width: 767px) {
  .latest-posts-inner {
    flex-direction: column;
  }
}
.news-view-inner {
  display: flex;
  display: grid;
  align-items: stretch;
  justify-content: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.post-item .article-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  gap: 15px;
}
.post-item .article-inner .title, .post-item .article-inner .excerpt, .post-item .article-inner .date, .post-item .article-inner .event-date {
  padding-left: 20px;
  padding-right: 20px;
}
.post-item .article-inner .date, .post-item .article-inner .event-date {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 17px;
}
.post-item .article-inner .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  color: #005eb8;
  margin-bottom: 0;
}
.post-item p.read-more {
  margin-top: auto;
}
.post-item.post-item-event .article-inner .title {
  color: #ae2573;
}

.team-modal {
  background: transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.team-modal .bio {
  padding-bottom: 50px;
}
.team-modal.open {
  transition: 350ms linear all;
  opacity: 1;
  pointer-events: auto;
}
.team-modal.open a {
  pointer-events: auto;
}
.team-modal.open a svg path {
  transition: 150ms linear all;
}
.team-modal.open a:hover svg path {
  fill: #ae2573;
  transition: 150ms linear all;
}
.team-modal.open .team-modal-dialog {
  pointer-events: auto;
  opacity: 1;
  transition: 350ms 350ms linear all;
  height: 100vh;
}
.team-modal .team-modal-dialog {
  overflow-y: auto;
  position: relative;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  transition: 350ms linear opacity;
  max-width: 100%;
  background: transparent;
  margin-top: 0;
}
.team-modal .team-modal-dialog .team-modal-header {
  border-bottom: none;
  margin-left: auto;
  max-width: 1040px;
  padding: 20px 20px 0 20px;
  position: relative;
  z-index: 20;
  height: 100px;
}
.team-modal .team-modal-dialog .team-modal-header button {
  border: none;
  background: transparent;
  position: fixed;
}
.team-modal .team-modal-dialog .team-modal-content {
  background: transparent;
  border: none;
  max-width: 1040px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  min-height: calc(100% - 200px);
  pointer-events: none;
  transform: scale(0.9);
  transition: 350ms 350ms linear transform;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-inner {
  gap: 60px;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-left,
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-right {
  flex: 1;
  pointer-events: none;
  position: relative;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-left {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(174, 37, 115, 0) 20%, rgba(174, 37, 115, 0.03) 29%, rgba(174, 37, 115, 0.1) 100%);
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-left .team-modal-content-team-image {
  position: relative;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-left .team-modal-content-team-image img {
  width: 100%;
  height: 100%;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-left .modal-team-member-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  bottom: 0;
  right: 0;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-right {
  overflow-y: auto;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-right h4,
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-right p {
  color: #231f20;
}
.team-modal .team-modal-dialog .team-modal-content .team-modal-content-right .team-modal-bio .team-modal-job-title {
  font-weight: 500;
  font-size: 21px;
}

.team-bg-one {
  width: 100vw;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  pointer-events: none;
  opacity: 0;
}

.team-modal.open .team-modal-content {
  transform: scale(1);
  transition: 350ms 350ms linear transform;
}
.team-modal.open .team-bg-one {
  transition: 350ms linear opacity;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .team-modal .bio {
    padding-bottom: 100px;
  }
  .team-modal .team-modal-dialog .team-modal-content .team-modal-content-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team-modal .team-modal-dialog .team-modal-content .team-modal-content-left .team-modal-content-team-image {
    position: relative;
  }
}
footer {
  position: relative;
  z-index: 1;
}
footer .button span {
  padding-top: 0;
}
footer.footer {
  margin-bottom: 30px;
}
footer.footer ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
}
footer.footer ul li a:before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  top: 100%;
  left: 0;
  pointer-events: none;
}
footer.footer ul li a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
footer .footer-inner {
  border-radius: 40px;
  padding: 90px;
  background: #005eb8;
  gap: 50px;
}
footer .footer-inner .top .white-logo svg {
  width: 210px;
}
footer .footer-inner .top ul li:not(:last-child) a.nav-link {
  margin-bottom: 6px;
}
footer .footer-inner .top a.nav-link {
  padding: 0;
}
footer .footer-inner .top a span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.44px;
  word-wrap: break-word;
}
footer .footer-inner .middle .social-links a {
  width: 25%;
  min-width: auto;
  max-width: 227px;
  height: 60px;
}
footer .footer-inner .bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.44px;
  word-wrap: break-word;
  text-decoration: underline;
}
footer .footer-inner .bottom p:hover {
  text-decoration: none;
}

.contact-block {
  top: 70px;
  transform-origin: bottom center;
  position: relative;
}
.contact-block .contact-block-inner {
  border-radius: 40px;
}
.contact-block .contact-block-inner .contact-block-content {
  padding: 80px 20px 150px 20px;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  footer .footer-inner .middle .social-links {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .top {
    gap: 40px;
  }
  footer .footer-inner .top #footerMenuTwo {
    order: 3;
  }
  footer .footer-inner .top #footerMenuOne {
    order: 2;
  }
  footer .footer-inner .top .white-logo {
    order: 1;
  }
  footer .footer-inner .middle .social-links {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  footer .footer-inner .middle .social-links a {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  footer.footer {
    margin-bottom: 20px;
  }
  footer .footer-inner {
    padding: 50px;
  }
  footer .footer-inner .top {
    gap: 20px;
  }
  footer .footer-inner .middle .social-links {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 20px;
  }
  footer .footer-inner .middle .social-links a {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-inner {
    padding: 40px 20px 20px 20px;
  }
  .contact-block .contact-block-inner .contact-block-content {
    padding-top: 50px;
  }
}
.single-featured-image {
  position: relative;
  z-index: 6;
}

.gform_confirmation_message {
  color: #ae2573;
  text-align: center;
}

.gfield_description {
  color: white;
}

#contactForm .gform_title,
#contactForm .gform_required_legend {
  display: none;
}
#contactForm form {
  max-width: 880px;
  margin: 0 auto;
  padding: 50px;
  background: linear-gradient(180deg, #ae2573 0%, #ae2573 35%, #741473 65%, #330072 100%);
  border-radius: 40px;
}
#contactForm form .gfield_required.gfield_required_asterisk {
  color: white;
}
#contactForm form .gform_fields {
  gap: 20px;
}
#contactForm form .gfield_label,
#contactForm form .gform-field-label {
  color: white;
  font-size: 18px;
}
#contactForm form .ginput_container textarea {
  padding: 25px;
  border-radius: 40px;
}
#contactForm form .ginput_container input,
#contactForm form .ginput_container textarea {
  color: #231f20;
  font-size: 19px;
}
#contactForm form .ginput_container input:not(#input_1_7_1) {
  padding: 27px;
  border-radius: 40px;
}
#contactForm form .ginput_container label[for=input_1_7_1] {
  font-size: 16px;
  line-height: 22px;
}
#contactForm form .ginput_container #input_1_7_1 {
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
}
#contactForm form .ginput_container #input_1_7_1:before {
  content: "";
  background: white;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 768px) {
  #contactForm form {
    padding: 25px;
  }
}
body.error404 .content-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  flex-direction: column;
  height: calc(100vh - 100px);
  max-width: 700px;
}
body.error404 .content-area-inner h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.error404 .content-area-inner h1 span {
  font-size: 200px;
  line-height: 1;
}

body.mobile-menu-open #primary {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -khtml-transform: scale(0.85);
  transform: scale(0.85);
  visibility: hidden;
}

#primary {
  position: relative;
  transition: all 0.3s ease-in;
}

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 250ms linear all;
  background: #005eb8;
  z-index: 500;
}
.mobile-menu .menu-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in;
}
.mobile-menu.active {
  opacity: 1;
  transition: 250ms linear all;
  pointer-events: auto;
}
.mobile-menu.active .menu-item {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.mobile-menu.active .menu-item:nth-child(1) {
  transition-delay: 0.1s;
}
.mobile-menu.active .menu-item:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-menu.active .menu-item:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-menu.active .menu-item:nth-child(4) {
  transition-delay: 0.4s;
}
.mobile-menu.active .menu-item:nth-child(5) {
  transition-delay: 0.5s;
}
.mobile-menu.active .menu-item:nth-child(6) {
  transition-delay: 0.6s;
}
.mobile-menu .mobile-menu-inner {
  padding-right: 15px;
}
.mobile-menu .mobile-menu-inner .top {
  height: 69px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  padding: 0px 12px;
}
.mobile-menu .mobile-menu-inner .top .close-mobile-menu {
  background-color: transparent;
  border: none;
}
.mobile-menu .mobile-menu-inner .top .close-mobile-menu .icon-bar {
  background-color: white;
}
.mobile-menu .mobile-menu-inner .top .close-mobile-menu .icon-bar:nth-of-type(2) {
  transform: rotate(45deg) translate(1px, 2px);
  transition: all 0.25s;
}
.mobile-menu .mobile-menu-inner .top .close-mobile-menu .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  transition: all 0.25s;
}
.mobile-menu .mobile-menu-inner .menu {
  padding-top: 100px;
}
.mobile-menu .mobile-menu-inner .menu .main-menu {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown:hover .dropdown-menu {
  height: 100%;
  transition: height 250ms ease-in-out;
  display: block;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown .dropdown-menu {
  top: 0;
  display: none;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown .dropdown-menu li:hover a span {
  background-size: 100% 100%;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown .dropdown-menu::before {
  content: unset;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown .dropdown-menu li {
  padding: 0.3rem;
}
.mobile-menu .mobile-menu-inner .menu .menu-item.dropdown .dropdown-menu a span {
  font-size: 24px;
  line-height: 1;
  padding: 0.3rem;
  justify-content: flex-start;
  transition: background-size 0.5s ease;
  width: calc(100% + 1px);
  padding-bottom: 2px;
  background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  display: inline;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-item:focus, .mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-item:hover {
  background-color: transparent;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-toggle {
  left: 10px;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-toggle:after {
  color: white;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-menu {
  position: relative;
  transform: unset;
  left: unset;
  height: 0;
  transition: height 250ms ease-in-out;
  display: none;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-menu li {
  flex-direction: column;
  align-items: center;
  display: grid;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav .dropdown-menu li a {
  display: flex;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li, .mobile-menu .mobile-menu-inner .menu .top-right-menu li {
  list-style: none;
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li::marker, .mobile-menu .mobile-menu-inner .menu .top-right-menu li::marker {
  content: none;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li a, .mobile-menu .mobile-menu-inner .menu .top-right-menu li a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 0;
  position: relative;
  display: inline;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li a span, .mobile-menu .mobile-menu-inner .menu .top-right-menu li a span {
  display: inline;
  text-align: center;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li a:before, .mobile-menu .mobile-menu-inner .menu .top-right-menu li a:before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  top: 90%;
  left: 0;
  pointer-events: none;
}
.mobile-menu .mobile-menu-inner .menu .mobile-menu-nav li a:hover:before, .mobile-menu .mobile-menu-inner .menu .top-right-menu li a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.mobile-menu-trigger {
  border: 0;
  padding: 0;
  background: transparent;
  display: none;
}

.icon-bar {
  border-radius: 1px;
  background-color: #005eb8;
  display: block;
  height: 3px;
  margin: 7px auto;
  pointer-events: none;
  position: relative;
  width: 32px;
  border-radius: 100px;
}

@media only screen and (max-width: 550px) {
  .mobile-menu .mobile-menu-inner .top {
    padding: 0px 2px;
    height: 56px;
  }
}
body.page-template-legal-page .legal {
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
}
body.page-template-legal-page .legal .legal-page-inner {
  padding-top: 200px;
}

body.thank-you-page h1 {
  display: none;
}
body.thank-you-page h2 {
  color: #ae2573;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  background: linear-gradient(90deg, #AE2573 0%, #AE2573 35%, #741473 65%, #330072 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.thank-you-page h2:nth-child(1) {
  display: none;
}
body.thank-you-page .legal-page-inner {
  padding-bottom: 150px !important;
}

.search-bounds {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.site-search article {
  padding: 15px 0;
}
.site-search .title p {
  transition: 150ms linear all;
  font-size: 35px;
}
.site-search .post-type {
  color: blue;
  font-weight: 500;
  transition: 150ms linear all;
}
.site-search .article-inner {
  gap: 20px;
}
.site-search .article-inner .left {
  flex-grow: 1;
}
.site-search .article-inner .right {
  min-width: 200px;
  width: 200px;
}
.site-search .article-inner .right .search-image-outer {
  clip-path: view-box;
  border-radius: 18px;
  overflow: hidden;
}
.site-search .article-inner .right .search-image {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  width: 100%;
}
.site-search .article-inner .right .search-image img,
.site-search .article-inner .right .search-image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.site-search article a {
  text-decoration: none;
}
.site-search article a img,
.site-search article a source {
  will-change: scale;
  transition: 350ms linear all;
}
.site-search article a:hover img,
.site-search article a:hover source {
  scale: 1.1;
  transition: 350ms linear all;
}
.site-search article a:hover .post-type {
  color: green;
  transition: 150ms linear all;
}

.facetwp-pager {
  z-index: 300;
}
.facetwp-pager .facetwp-page {
  color: green;
  text-decoration: none;
  font-weight: 500;
}
.facetwp-pager .facetwp-page:hover {
  text-decoration: underline;
  color: blue;
}
.facetwp-pager .facetwp-page.active {
  color: blue;
}

body.is-safari .button span {
  padding-top: 0;
}

.all-news-and-events {
  padding-top: 50px;
}
.all-news-and-events .all-news-inner {
  grid-row-gap: 55px;
}
.all-news-and-events .all-news-inner.events-post-inner .news-article .img-container .categories .general-category, .all-news-and-events .all-news-inner.events-post-inner .news-article .img-container .categories .sub-category .category {
  background: #ae2573;
}
.all-news-and-events .all-news-inner.events-post-inner .news-article a .news-article-content .news-article-title h3 {
  color: #ae2573;
  transition: 250ms linear all;
}
.all-news-and-events .all-news-inner.events-post-inner .news-article:hover a .news-article-content .news-article-title h3 {
  color: #005eb8;
  transition: 250ms linear all;
}
.all-news-and-events .all-news-inner.news-post-inner .news-article:hover a .news-article-content .news-article-title h3 {
  color: #ae2573;
  transition: 250ms linear all;
}
.all-news-and-events .all-news-inner .news-article {
  flex: 0 0 48%;
  overflow: hidden;
}
.all-news-and-events .all-news-inner .news-article:hover .img-container {
  overflow: hidden;
}
.all-news-and-events .all-news-inner .news-article:hover .img-container img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: 250ms linear all;
}
.all-news-and-events .all-news-inner .news-article:nth-child(even) {
  margin-top: 45px;
}
.all-news-and-events .all-news-inner .news-article a {
  text-decoration: none;
}
.all-news-and-events .all-news-inner .news-article a .event-date {
  padding-left: 20px;
  padding-right: 20px;
}
.all-news-and-events .all-news-inner .news-article a .news-article-content {
  gap: 20px;
}
.all-news-and-events .all-news-inner .news-article a .news-article-content .news-article-title {
  padding-left: 20px;
  padding-right: 20px;
}
.all-news-and-events .all-news-inner .news-article a .news-article-content .news-article-title h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 1;
  color: #005eb8;
  margin-bottom: 0;
  transition: 250ms linear all;
}
.all-news-and-events .all-news-inner .news-article a .news-article-content .excerpt, .all-news-and-events .all-news-inner .news-article a .news-article-content .date {
  padding-left: 20px;
  padding-right: 20px;
}
.all-news-and-events .all-news-inner .news-article a .news-article-content .date {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
}
.all-news-and-events .all-news-inner .news-article a .img-container {
  position: relative;
  border-radius: 40px;
  transition: 250ms linear all;
  overflow: hidden;
  height: 288px;
}
.all-news-and-events .all-news-inner .news-article a .img-container img {
  transition: 250ms linear all;
  width: 100%;
  height: 100%;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories {
  position: absolute;
  bottom: 0;
  left: 20px;
  bottom: 11px;
  gap: 10px;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .general-category {
  background: #005eb8;
  padding: 5px 15px;
  border-radius: 54px;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .general-category p {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .sub-category {
  gap: 10px;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .sub-category .category {
  background: #005eb8;
  padding: 5px 15px;
  border-radius: 54px;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .sub-category .category p {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.all-news-and-events .all-news-inner .news-article a .img-container .categories .divider {
  color: white;
}

body.single .content-row.body-copy h2 {
  color: #ae2573;
  font-size: 41px;
  line-height: 49.2px;
  font-weight: 400;
}
body.single .content-row.body-copy h2 strong {
  font-weight: 700;
}
body.single .content-row.body-copy h3 {
  color: #ae2573;
  font-size: 30px;
  line-height: 40px;
}
body.single .content-row.body-copy h3 strong {
  font-weight: 700;
}
body.single .content-row.body-copy h4 {
  color: #ae2573;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
}
body.single .content-row.body-copy h4 strong {
  font-weight: 700;
}
body.single .content-row.body-copy h5 {
  color: #ae2573;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
}
body.single .content-row.body-copy h5 strong {
  font-weight: 700;
}
body.single .content-row.body-copy h6 {
  color: #ae2573;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: normal;
}
body.single .content-row.body-copy h6 strong {
  font-weight: 700;
}
body.single .content-row.body-copy ul li strong, body.single .content-row.body-copy ol li strong {
  font-weight: 700;
}
body.single .content-row.body-copy blockquote {
  margin: 1.5rem;
  text-align: left;
  border-left: 2px solid black;
  padding-left: 20px;
}
body.single .content-row.body-copy h2 del, body.single .content-row.body-copy h3 del, body.single .content-row.body-copy h4 del, body.single .content-row.body-copy h5 del, body.single .content-row.body-copy h6 del, body.single .content-row.body-copy p del, body.single .content-row.body-copy p strong del, body.single .content-row.body-copy ul li del, body.single .content-row.body-copy ol li del {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.single .content-row.body-copy p:has(.aligncenter) {
  text-align: center;
}
body.single .content-row.body-copy p:has(.alignright) {
  text-align: right;
}
body.single .content-row.body-copy p img {
  width: revert-layer;
  height: revert-layer;
}

.single-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 600px;
}
.single-bg-image img {
  height: 100%;
}
.single-bg-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34%;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 35%, white 60%, rgba(255, 255, 255, 0) 100%);
}

body.single #primary article {
  padding-top: 250px;
}

.body-copy-inner p:last-child {
  margin-bottom: 0;
}

.category-container {
  margin-top: 25px;
  opacity: 0;
}
.category-container .facetwp-facet {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.category-container .facetwp-facet .facetwp-radio {
  color: #ae2573;
  background-size: 0;
  background-color: transparent;
  border: 3px solid rgba(118, 134, 146, 0.5);
  border-radius: 54px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 16px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 250ms linear all;
  position: relative;
  padding: 0.5rem 1rem;
  min-width: 150px;
  line-height: 1;
}
.category-container .facetwp-facet .facetwp-radio:before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(0);
  z-index: 1;
}
.category-container .facetwp-facet .facetwp-radio:nth-child(1):after {
  background-color: white;
  content: "All";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  opacity: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-container .facetwp-facet .facetwp-radio.checked {
  background-color: #005eb8;
  color: white;
  border: 3px solid #005eb8;
}
.category-container .facetwp-facet .facetwp-radio.checked:before {
  background-color: #005eb8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(0);
  z-index: 1;
}
.category-container .facetwp-facet .facetwp-radio:hover {
  color: white;
  border: 3px solid #005eb8;
  transition: 250ms linear all;
}
.category-container .facetwp-facet .facetwp-radio:hover.checked span {
  color: #ae2573;
  z-index: 1;
}
.category-container .facetwp-facet .facetwp-radio:hover.checked:before {
  background-color: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(1);
  z-index: 1;
}
.category-container .facetwp-facet .facetwp-radio:hover.checked:nth-child(1):after {
  background-color: white;
  content: "All";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  opacity: 1;
  z-index: 1;
  color: #ae2573;
}
.category-container .facetwp-facet .facetwp-radio:hover:before {
  background-color: #005eb8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(1);
  z-index: -1;
}
.category-container .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
.category-container .facetwp-facet .facetwp-radio .facetwp-display-value {
  text-transform: capitalize;
}

.facetwp-load-more {
  color: #ae2573;
  background-color: transparent;
  background-size: 0;
  border: 3px solid rgba(118, 134, 146, 0.5);
  border-radius: 54px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 16px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 250ms linear all;
  position: relative;
  padding: 0.5rem 1rem;
  min-width: 150px;
  line-height: 1;
}
.facetwp-load-more:hover {
  background-color: #005eb8;
  color: white;
  border: 3px solid #005eb8;
  transition: 250ms linear all;
}
.facetwp-load-more:hover:before {
  background-color: #005eb8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(1);
  z-index: -1;
}
.facetwp-load-more:before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 250ms linear all;
  border-radius: 54px;
  transform: scale(0);
  z-index: -1;
}

.post-pagination .facetwp-facet {
  margin-bottom: 0;
}
.post-pagination .facetwp-facet .facetwp-pager {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.post-pagination .facetwp-facet .facetwp-pager .facetwp-page {
  margin-right: 0;
}

body.page-template-news-and-events .hero .hero-content-inner, body.page-template-resources .hero .hero-content-inner {
  max-width: unset;
}
body.page-template-news-and-events .hero .hero-content-inner h1, body.page-template-news-and-events .hero .hero-content-inner h2, body.page-template-news-and-events .hero .hero-content-inner p, body.page-template-resources .hero .hero-content-inner h1, body.page-template-resources .hero .hero-content-inner h2, body.page-template-resources .hero .hero-content-inner p {
  max-width: 540px;
}
body.page-template-news-and-events .hero .hero-content-inner .category-container, body.page-template-resources .hero .hero-content-inner .category-container {
  max-width: 570px;
}
body.page-template-news-and-events .hero .hero-content-inner .category-container.category-container-resources, body.page-template-resources .hero .hero-content-inner .category-container.category-container-resources {
  max-width: 660px;
}

.facetwp-pager {
  display: flex;
}
.facetwp-pager .facetwp-page {
  background-color: white;
  border: 3px solid rgba(118, 134, 146, 0.5);
  color: #ae2573;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  text-decoration: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 250ms linear all;
  position: relative;
}
.facetwp-pager .facetwp-page.active {
  background-color: #ae2573;
  color: white;
  border: 3px solid #ae2573;
}
.facetwp-pager .facetwp-page.active:hover {
  border: 3px solid #ae2573;
}
.facetwp-pager .facetwp-page:hover {
  text-decoration: none;
  background-color: #ae2573;
  color: white;
  border: 3px solid #ae2573;
  transition: 250ms linear all;
}

@media screen and (max-width: 768px) {
  body.single #primary article {
    padding-top: 150px;
  }
  .all-news-and-events {
    padding-top: 90px;
  }
  .all-news-and-events .all-news-inner {
    grid-row-gap: 30px;
  }
  .all-news-and-events .all-news-inner .news-article {
    flex: 0 0 100% !important;
    margin-top: 0 !important;
  }
  .all-news-and-events .all-news-inner .news-article a .news-article-content .news-article-title, .all-news-and-events .all-news-inner .news-article a .news-article-content .excerpt, .all-news-and-events .all-news-inner .news-article a .news-article-content .date, .all-news-and-events .all-news-inner .news-article a .news-article-content .event-date {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 901px) {
  .all-news-and-events {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .category-container .facetwp-facet {
    justify-content: center;
    align-items: center;
  }
}
.all-resources .resources-article {
  border-bottom: 1px solid black;
  width: 100%;
}
.all-resources .resources-article:first-child {
  border-top: 1px solid black;
}
.all-resources .resources-article:hover {
  background-color: rgba(0, 94, 184, 0.1);
  transition: 250ms linear all;
}
.all-resources .resources-article:hover .resources-article-inner p.title {
  color: #ae2573;
  transition: 250ms linear all;
}
.all-resources .resources-article:hover .col-right svg {
  animation: 1s transformBtn linear;
}
.all-resources .resources-article .resources-article-inner {
  text-decoration: none;
}
.all-resources .resources-article .resources-article-inner p.title {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.24px;
  color: #005eb8 !important;
  margin-bottom: 0;
  transition: 250ms linear all;
}
.all-resources .resources-article .resources-article-inner .col-right svg {
  transition: 1s linear all;
}
.all-resources .resources-article .resources-article-inner .col-left {
  gap: 10px;
}
.all-resources .resources-article .resources-article-inner .col-left .resources-article-title {
  gap: 5px;
}
.all-resources .resources-article .resources-article-inner .col-left .resources-article-title p {
  margin-bottom: 0;
  color: #ae2573;
}
.all-resources .resources-article .resources-article-inner .col-left .resource-type {
  background-color: #005eb8;
  padding: 5px 23px;
  border-radius: 54px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border: 3px solid #005eb8;
}
.all-resources .resources-article .resources-article-inner .col-left .resource-type p {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 1;
}

.video-container {
  display: inline-block;
}

.share-article-container {
  position: relative;
  z-index: 5;
}
.share-article-container .a2a_kit {
  gap: 50px;
}

@keyframes transformBtn {
  0% {
    transform: translate(-15px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
@media screen and (max-width: 901px) {
  .all-resources {
    padding-top: 90px;
  }
}