.bg-green-acid-lime {
  background: #bad538;
}

.bg-royal-blue {
  background: #1955a6;
}

.bg-navy {
  background: #001f4e;
}

.bg-light-blue {
  background: #d4ddec;
}

.bg-light-blue-bg {
  background: #eef1f7;
}

header {
  background-color: #1955a6;
}

.mega-toggle-on a::before {
  transform: rotate(180deg);
}

.mega-menu-link, input {
  font-family: "Lato", sans-serif !important;
}

.mega-menu-link::before {
  color: #bad538 !important;
}

.apply-nav {
  background-color: #bad538 !important;
  width: 150px !important;
  display: flex !important;
  justify-content: center;
  float: right !important;
}
.apply-nav:hover, .apply-nav:has(a:focus), .apply-nav:has(a:active) {
  background-color: #d4ddec !important;
}
.apply-nav a.mega-menu-link {
  color: #001f4e !important;
  font-weight: 700 !important;
}
.apply-nav a.mega-menu-link:hover, .apply-nav a.mega-menu-link:focus, .apply-nav a.mega-menu-link:active {
  color: #1955a6 !important;
  background-color: #d4ddec !important;
}
.apply-nav a.mega-menu-link::before {
  color: #1955a6 !important;
}

.desktop-nav {
  display: none;
}
@media (min-width: 992px) {
  .desktop-nav {
    display: block;
  }
}
.desktop-nav .mega-menu-column:nth-of-type(2),
.desktop-nav .mega-menu-column:nth-of-type(3) {
  border-right: 3px solid #bad538 !important;
  height: 242px !important;
}
.desktop-nav .mega-menu-column:nth-of-type(2),
.desktop-nav .mega-menu-column:nth-of-type(3),
.desktop-nav .mega-menu-column:nth-of-type(4) {
  padding-left: 20px !important;
  margin-top: -10px !important;
}
@media (min-width: 1400px) {
  .desktop-nav .mega-menu-column:nth-of-type(2),
  .desktop-nav .mega-menu-column:nth-of-type(3),
  .desktop-nav .mega-menu-column:nth-of-type(4) {
    padding-left: 40px !important;
  }
}
.desktop-nav .mega-menu-item .widget_media_image {
  padding: 0 !important;
}
.desktop-nav .mega-menu-item .widget_media_image h4.mega-block-title {
  background: #001f4e;
  padding: 5px 10px !important;
  position: absolute;
  display: flex !important;
  align-items: center;
  line-height: 22px;
  font-size: 14px !important;
}
@media (min-width: 1400px) {
  .desktop-nav .mega-menu-item .widget_media_image h4.mega-block-title {
    font-size: 18px !important;
  }
}
.desktop-nav .mega-menu-item .widget_media_image h4.mega-block-title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.desktop-nav .mega-menu-item .widget_media_image img {
  width: 100%;
  border-top: 4px solid #001f4e;
  height: 250px !important;
  object-fit: cover !important;
}
@media (min-width: 1400px) {
  .desktop-nav .mega-menu-item .widget_media_image img {
    height: 300px !important;
  }
}
.desktop-nav .mega-menu-item .widget_media_image a img:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.35);
}
.desktop-nav .mega-menu-column a.mega-menu-link:hover {
  text-underline-offset: 5px;
  text-decoration-color: #bad538 !important;
}

.gsc-control-searchbox-only {
  padding: 0 !important;
  width: 250px !important;
  border: 1px solid #fff;
}
.gsc-control-searchbox-only form.gsc-search-box,
.gsc-control-searchbox-only table.gsc-search-box {
  margin-bottom: 0 !important;
}
.gsc-control-searchbox-only form.gsc-search-box .gsc-search-button-v2,
.gsc-control-searchbox-only table.gsc-search-box .gsc-search-button-v2 {
  padding: 0 9px 0 !important;
}
.gsc-control-searchbox-only .gsc-input {
  background-color: #1955a6;
  color: white;
}
.gsc-control-searchbox-only .gsc-input input::placeholder {
  color: white !important;
  font-size: 18px !important;
}
.gsc-control-searchbox-only .gsc-input input:focus::placeholder {
  color: #bad538 !important;
}
.gsc-control-searchbox-only .gsc-input .gsc-input-box {
  background-color: #1955a6;
}

.mobile-nav {
  border-bottom: 5px solid #bad538;
  position: relative;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav .mega-menu-link {
  padding: 0 20px !important;
}
.mobile-nav li.mega-menu-item .dashicons-arrow-down-alt2 {
  float: left !important;
}
.mobile-nav .wp-block-site-logo {
  padding: 20px;
}
.mobile-nav .navbar-toggler {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  margin-block-start: 0;
}
.mobile-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("../images/x-icon.svg");
  width: 30px;
  height: 30px;
  top: 20px;
}
.mobile-nav .navbar-toggler-icon {
  background-image: url("../images/navbar-icon.svg");
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.mobile-nav #___gcse_1 {
  background-color: white;
  padding: 10px 20px;
  margin: -1px;
}
.mobile-nav #___gcse_1 .gsc-control-searchbox-only {
  width: 100% !important;
  border: 1px solid #001f4e;
}
.mobile-nav #___gcse_1 .gsc-control-searchbox-only .gsc-input {
  background-color: white;
  border: 1px solid #001f4e;
  border-right: 0;
  color: #001f4e !important;
}
.mobile-nav #___gcse_1 .gsc-control-searchbox-only .gsc-input::placeholder {
  font-family: "Archivo", sans-serif !important;
  font-weight: 700 !important;
  color: #001f4e !important;
}
.mobile-nav #___gcse_1 .gsc-control-searchbox-only .gsc-input .gsc-input-box,
.mobile-nav #___gcse_1 .gsc-control-searchbox-only .gsc-input .gsc-input-box table {
  border: 0 !important;
  background-color: white;
}
@media (min-width: 375px) {
  .mobile-nav #___gcse_1 .gsc-control-searchbox-only {
    max-width: 330px !important;
  }
}
.mobile-nav #___gcse_1 .gsc-search-button {
  background-color: white;
  border: 1px solid #001f4e;
  border-left: 0;
}
.mobile-nav #___gcse_1 .gsc-search-button .gsc-search-button-v2 {
  border: 0;
}
.mobile-nav #___gcse_1 .gsc-search-button .gsc-search-button-v2 svg {
  fill: #1955a6;
}
.mobile-nav .top-mobile-menu {
  background-color: white;
}
.mobile-nav .top-mobile-menu .mega-menu-wrap {
  padding: 10px 0 20px !important;
}
.mobile-nav .top-mobile-menu .dashicons-arrow-down-alt2::before {
  color: #1955a6 !important;
}
.mobile-nav .top-mobile-menu li.mega-menu-flyout .mega-sub-menu li,
.mobile-nav .top-mobile-menu li.mega-menu-flyout .mega-sub-menu li a {
  background-color: #eef1f7 !important;
  line-height: 45px !important;
}
.mobile-nav .secondary-mobile-menu ul#mega-menu-max_mega_menu_2 {
  display: flex !important;
  background-color: white !important;
  flex-wrap: wrap;
  padding-top: 20px !important;
}
.mobile-nav .secondary-mobile-menu ul#mega-menu-max_mega_menu_2 a {
  font-family: "Archivo", sans-serif !important;
  font-weight: 700 !important;
  color: #001f4e !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap {
  background-color: #1955a6 !important;
  padding: 10px 0 !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap a {
  font-family: "Archivo", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap .mega-menu-column a.mega-menu-link {
  font-weight: 300 !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap .apply-nav {
  float: left !important;
  margin: 10px 20px 20px !important;
  height: 57px !important;
  align-items: center;
}
@media (min-width: 375px) {
  .mobile-nav .primary-mobile-menu .mega-menu-wrap .apply-nav {
    width: 330px !important;
  }
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap .mega-sub-menu a,
.mobile-nav .primary-mobile-menu .mega-menu-wrap .mega-sub-menu h4 {
  font-size: 14px !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
  padding: 0 !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap li.mega-toggle-on ul.mega-sub-menu {
  border-top: 2px solid #bad538 !important;
  /* Apply border-top to all h4 elements inside .mega-menu-column */
  /* Remove the border-top from the h4 in the first two mega-menu-column elements */
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap li.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu:first-of-type {
  border-top: none !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap li.mega-toggle-on ul.mega-sub-menu .mega-menu-column ul li h4 {
  border-top: 2px solid #bad538 !important;
  padding-top: 20px !important;
}
.mobile-nav .primary-mobile-menu .mega-menu-wrap li.mega-toggle-on ul.mega-sub-menu .mega-menu-row .mega-menu-column:nth-child(1) ul li h4,
.mobile-nav .primary-mobile-menu .mega-menu-wrap li.mega-toggle-on ul.mega-sub-menu .mega-menu-row .mega-menu-column:nth-child(2) ul li h4 {
  border-top: none !important;
  padding-top: 0 !important;
}

.bg-green-acid-lime {
  background: #bad538;
}

.bg-royal-blue {
  background: #1955a6;
}

.bg-navy {
  background: #001f4e;
}

.bg-light-blue {
  background: #d4ddec;
}

.bg-light-blue-bg {
  background: #eef1f7;
}

footer hr.wp-block-separator {
  border-width: 5px;
  opacity: 100%;
  max-width: 300px;
  margin: 0 auto;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #bad538;
}
@media (min-width: 992px) {
  footer .wp-block-social-links, footer .wp-block-social-links.has-normal-icon-size {
    font-size: 34px;
  }
}
footer .footer-column-two .advanced-sidebar-menu #menu-footer-popular-links,
footer .footer-column-two .advanced-sidebar-menu #menu-footer-affordability,
footer .footer-column-two .advanced-sidebar-menu #menu-footer-i-am-a {
  padding-bottom: 2rem;
  padding-top: 8px;
}
footer .footer-column-two .advanced-sidebar-menu h2 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #bad538 !important;
  font-family: "Archivo Black", sans-serif;
  background: none;
  padding-left: 0;
}
footer .footer-column-two .advanced-sidebar-menu ul li {
  padding: 4px 0 !important;
}
footer .footer-column-two .advanced-sidebar-menu ul li a {
  font-size: 16px;
  font-weight: 300;
}
footer .footer-column-two #menu-footer-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
footer .footer-column-two #menu-footer-bottom li a {
  text-decoration: underline;
  padding: 0 !important;
}
footer .footer-column-two #menu-footer-bottom li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 !important;
}
footer .footer-column-two #menu-footer-bottom li a {
  font-size: 13px;
}
footer .footer-column-two #menu-footer-bottom li:not(:last-child)::after {
  content: "|";
  color: white;
  margin-left: 10px;
}
footer .footer-column-two p {
  font-weight: 300;
}
@media (max-width: 781px) {
  footer .footer-column-two {
    text-align: center;
  }
}
@media (min-width: 782px) {
  footer .footer-column-two .privacy-nav {
    padding-top: 20px;
  }
  footer .footer-column-two .advanced-sidebar-menu h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  footer .footer-column-two .advanced-sidebar-menu ul li a {
    padding-left: 0 !important;
    font-size: 18px;
    font-weight: 400;
  }
  footer .footer-column-two #menu-footer-bottom {
    justify-content: flex-start;
  }
  footer .footer-column-two #menu-footer-bottom li {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  footer .footer-column-two .advanced-sidebar-menu h2 {
    font-size: 24px;
  }
  footer .footer-column-two .advanced-sidebar-menu ul li a {
    font-size: 20px;
  }
}

.bg-green-acid-lime {
  background: #bad538;
}

.bg-royal-blue {
  background: #1955a6;
}

.bg-navy {
  background: #001f4e;
}

.bg-light-blue {
  background: #d4ddec;
}

.bg-light-blue-bg {
  background: #eef1f7;
}

.wp-block-button {
  padding: 0;
}
.wp-block-button a,
.wp-block-button button {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  min-width: 175px;
  max-width: fit-content;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  color: white;
  background-color: #1955a6;
  border: 2px solid #1955a6;
}
@media (min-width: 992px) {
  .wp-block-button a,
  .wp-block-button button {
    min-width: 210px;
    padding: 12px 40px;
  }
}
.wp-block-button a::after,
.wp-block-button button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-button a:hover,
.wp-block-button button:hover {
  text-decoration: none !important;
  color: #1955a6 !important;
  background-color: #d4ddec !important;
  border: 2px solid #1955a6;
}
.wp-block-button a:active, .wp-block-button a:focus, .wp-block-button a:focus-visible,
.wp-block-button button:active,
.wp-block-button button:focus,
.wp-block-button button:focus-visible {
  text-decoration: none !important;
  border: 3px solid #eef1f7;
}
.wp-block-button.green-btn a {
  color: #001f4e;
  background-color: #bad538;
  border-color: #bad538;
}
.wp-block-button.green-btn a::after {
  background-image: url("../images/arrow-blue.svg");
}
.wp-block-button.green-btn a:hover {
  color: #1955a6;
  background-color: #d4ddec;
  border: 2px solid #d4ddec;
}
.wp-block-button.green-btn a:active, .wp-block-button.green-btn a:focus, .wp-block-button.green-btn a:focus-visible {
  text-decoration: none !important;
  border: 3px solid #eef1f7;
}

.bg-green-acid-lime {
  background: #bad538;
}

.bg-royal-blue {
  background: #1955a6;
}

.bg-navy {
  background: #001f4e;
}

.bg-light-blue {
  background: #d4ddec;
}

.bg-light-blue-bg {
  background: #eef1f7;
}

body p, body ul, body ol {
  color: #001f4e;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.h2-title,
.cta-title,
.cta-title,
.h3-title,
.cta-title a,
h2, h1 {
  position: relative;
  display: inline;
  z-index: 10;
  background: linear-gradient(to top, #d4ddec 40%, #d4ddec 40%, transparent 20%);
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-repeat: repeat-x;
  color: #001f4e;
}
.h2-title.green-underline,
.cta-title.green-underline,
.cta-title.green-underline,
.h3-title.green-underline,
.cta-title a.green-underline,
h2.green-underline, h1.green-underline {
  background: linear-gradient(to top, #bad538 40%, #bad538 40%, transparent 20%);
}

h2, h1 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 992px) {
  h2, h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

h3 {
  color: #1955a6;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

h4 {
  color: #1955a6;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 23px;
    line-height: 32px;
  }
}

h5, h6 {
  color: #001f4e;
}

.heading-wrapper {
  max-width: 800px !important;
}

.wp-block-group:has(> .wp-block-heading.has-text-align-center) {
  text-align: center !important;
}

.has-custom-light-blue-bg-background-color {
  background-image: url("../images/light-blue-bg-pattern.jpg");
  background-position: center;
  background-repeat: repeat;
}
.has-custom-light-blue-bg-background-color .cta-title,
.has-custom-light-blue-bg-background-color .h2-title,
.has-custom-light-blue-bg-background-color h2 {
  background: linear-gradient(to top, #bad538 40%, #bad538 40%, transparent 20%) !important;
}

a {
  text-decoration: none;
  color: #1955a6;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #bad538;
}

.easy-notification-bar {
  font-family: "Lato", sans-serif;
}
.easy-notification-bar .easy-notification-bar-message {
    color: black !important
}
.easy-notification-bar a.easy-notification-bar__close {
  right: unset;
  left: 20px;
}
.easy-notification-bar .easy-notification-bar-button a {
  padding: 0;
}
.easy-notification-bar .easy-notification-bar-button a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.easy-notification-bar .easy-notification-bar-button a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1955a6;
}

#unibuddy-chat-bubble-iframe {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.cn-close-icon {
  left: 15px !important;
  right: unset !important;
}

.search-results-wrapper .gsc-control-cse {
  padding: 0;
}

.page-template-default .entry-content,
.page-template-default footer {
  margin-block-start: 0;
}

.page-template-sidebar-page h1,
.page-template-wp-custom-template-custom-sidebar-page h1 {
  background: linear-gradient(to top, #bad538 40%, #bad538 40%, transparent 20%);
  margin-bottom: 20px;
}
.page-template-sidebar-page h2,
.page-template-wp-custom-template-custom-sidebar-page h2 {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .page-template-sidebar-page h2,
  .page-template-wp-custom-template-custom-sidebar-page h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.page-template-sidebar-page .advanced-sidebar-menu,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu {
  margin-top: 1rem;
}
.page-template-sidebar-page .advanced-sidebar-menu ul li,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu ul li {
  list-style-type: none;
}
.page-template-sidebar-page .advanced-sidebar-menu .parent-sidebar-menu,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .parent-sidebar-menu {
  padding-left: 0;
}
.page-template-sidebar-page .advanced-sidebar-menu .parent-sidebar-menu > li > a:hover,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .parent-sidebar-menu > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #bad538;
}
.page-template-sidebar-page .advanced-sidebar-menu .has_children a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .has_children a {
  font-size: 23px;
  line-height: 32px;
  font-family: "Archivo Black", sans-serif;
  color: #1955a6;
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #001f4e;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}
.page-template-sidebar-page .advanced-sidebar-menu .grandchild-sidebar-menu,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .grandchild-sidebar-menu {
  padding-left: 1.5rem;
  margin-left: -30px;
}
.page-template-sidebar-page .advanced-sidebar-menu .grandchild-sidebar-menu li a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .grandchild-sidebar-menu li a {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 500 !important;
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu {
  padding-left: 0;
  margin-left: -30px;
  margin-top: 5px;
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li {
  padding-left: 1rem;
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li a:hover,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu .has_children:has(.current-menu-item) > a img,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu .has_children:has(.current-menu-item) > a img {
  transform: rotate(90deg);
}
.page-template-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li.current-menu-item a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .child-sidebar-menu li.current-menu-item a {
  font-weight: 900;
}
.page-template-sidebar-page .advanced-sidebar-menu .current-menu-item.has_children > a img,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .current-menu-item.has_children > a img {
  transform: rotate(90deg);
}
.page-template-sidebar-page .advanced-sidebar-menu .current-menu-parent > a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .current-menu-parent > a {
  font-weight: 900 !important;
}
.page-template-sidebar-page .advanced-sidebar-menu .current-menu-parent .grandchild-sidebar-menu li.current-menu-item a,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .current-menu-parent .grandchild-sidebar-menu li.current-menu-item a {
  text-decoration: underline;
  font-weight: 900 !important;
  font-size: 16px;
}
.page-template-sidebar-page .advanced-sidebar-menu .chevron-icon,
.page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu .chevron-icon {
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  .page-template-sidebar-page .parent-sidebar-menu > li > a,
  .page-template-wp-custom-template-custom-sidebar-page .parent-sidebar-menu > li > a {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-sidebar-page .advanced-sidebar-wrapper,
  .page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-wrapper {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }
}
.page-template-sidebar-page .custom-sidebar-menu ul li,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu ul li {
  list-style-type: none;
}
.page-template-sidebar-page .custom-sidebar-menu .menu,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu {
  padding-left: 0;
}
.page-template-sidebar-page .custom-sidebar-menu .menu > li > a:hover,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #bad538;
}
.page-template-sidebar-page .custom-sidebar-menu .menu > li > a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu > li > a {
  font-size: 23px;
  line-height: 32px;
  font-family: "Archivo Black", sans-serif;
  color: #1955a6;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu {
  padding-left: 0;
  margin-left: -30px;
  margin-top: 5px;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li {
  padding-left: 1rem;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #001f4e;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li a:hover,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li a .chevron-icon,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li a .chevron-icon {
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  margin-left: 7px;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li a .external-link-icon,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li a .external-link-icon {
  width: 14px;
  height: 14px;
  margin-left: 7px;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li.current-menu-item a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li.current-menu-item a {
  font-weight: 900;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu li.current-menu-item .sub-menu li a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu li.current-menu-item .sub-menu li a {
  font-weight: 500;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu {
  margin-left: 0;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu li a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu li a {
  font-size: 15px;
}
.page-template-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu .current-menu-item a,
.page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu .sub-menu .sub-menu .current-menu-item a {
  text-decoration: underline;
  font-size: 16px;
}
.page-template-sidebar-page nav.custom-sidebar-menu ul.sub-menu li.menu-item-has-children > ul.sub-menu,
.page-template-wp-custom-template-custom-sidebar-page nav.custom-sidebar-menu ul.sub-menu li.menu-item-has-children > ul.sub-menu {
  display: none; /* Hide all submenus initially */
}
.page-template-sidebar-page nav.custom-sidebar-menu ul.sub-menu li.menu-item-has-children.open > ul.sub-menu,
.page-template-wp-custom-template-custom-sidebar-page nav.custom-sidebar-menu ul.sub-menu li.menu-item-has-children.open > ul.sub-menu {
  display: block; /* Show when .open is added */
}
.page-template-sidebar-page .mobile-sidebar,
.page-template-sidebar-page .mobile-custom-sidebar,
.page-template-wp-custom-template-custom-sidebar-page .mobile-sidebar,
.page-template-wp-custom-template-custom-sidebar-page .mobile-custom-sidebar {
  font-family: "Archivo Black", sans-serif;
  font-size: 23px;
  line-height: 32px;
  background-color: #eef1f7;
  padding: 5px 10px;
  border-bottom: 3px solid #001f4e;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  color: #1955a6;
}
@media (min-width: 768px) {
  .page-template-sidebar-page .mobile-sidebar,
  .page-template-sidebar-page .mobile-custom-sidebar,
  .page-template-wp-custom-template-custom-sidebar-page .mobile-sidebar,
  .page-template-wp-custom-template-custom-sidebar-page .mobile-custom-sidebar {
    display: none;
  }
}
.page-template-sidebar-page .mobile-sidebar::after,
.page-template-sidebar-page .mobile-custom-sidebar::after,
.page-template-wp-custom-template-custom-sidebar-page .mobile-sidebar::after,
.page-template-wp-custom-template-custom-sidebar-page .mobile-custom-sidebar::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/chevron-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-top: 4px;
}
.page-template-sidebar-page .mobile-sidebar[aria-expanded=true]::after,
.page-template-sidebar-page .mobile-custom-sidebar[aria-expanded=true]::after,
.page-template-wp-custom-template-custom-sidebar-page .mobile-sidebar[aria-expanded=true]::after,
.page-template-wp-custom-template-custom-sidebar-page .mobile-custom-sidebar[aria-expanded=true]::after {
  transform: rotate(-90deg);
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .page-template-sidebar-page .advanced-sidebar-wrapper,
  .page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-template-sidebar-page .advanced-sidebar-menu:not(footer .advanced-sidebar-menu),
  .page-template-sidebar-page .custom-sidebar-menu .menu > li > a,
  .page-template-sidebar-page .custom-sidebar-menu,
  .page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu:not(footer .advanced-sidebar-menu),
  .page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu .menu > li > a,
  .page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu {
    display: none; /* Hide menu initially on mobile */
  }
  .page-template-sidebar-page .advanced-sidebar-menu.show,
  .page-template-sidebar-page .custom-sidebar-menu.show,
  .page-template-wp-custom-template-custom-sidebar-page .advanced-sidebar-menu.show,
  .page-template-wp-custom-template-custom-sidebar-page .custom-sidebar-menu.show {
    display: block !important; /* Show when toggled */
    margin-block-start: 10px;
  }
}

.single-program main {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .single-program main {
    padding: 4rem 0 3rem;
  }
}
.single-program h1 {
  background: linear-gradient(to top, #bad538 40%, #bad538 40%, transparent 20%);
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .single-program h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
.single-program h2 {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .single-program h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
.single-program .taxonomy-campus-location a {
  font-family: "Archivo Black", sans-serif;
}
.single-program .taxonomy-area-of-study {
  letter-spacing: 2.8px;
}
.single-program .responsive-px {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 780px) {
  .single-program .responsive-px:first-of-type {
    padding-right: 0;
  }
  .single-program .responsive-px:last-of-type {
    padding-left: 0;
  }
}
@media (min-width: 1250px) {
  .single-program .responsive-px {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-program .entry-content.is-layout-flow > * {
  margin-block-end: 35px;
}
.single-program .programs-sidebar-title a {
  display: none;
}
@media (min-width: 768px) {
  .single-program .programs-sidebar-title a {
    display: block;
    font-family: "Archivo Black", sans-serif !important;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.single-program .programs-mobile-sidebar {
  margin-block-start: 0;
  font-family: "Archivo Black", sans-serif !important;
  font-size: 23px;
  line-height: 32px;
  background-color: #eef1f7;
  padding: 5px 10px;
  border-bottom: 3px solid #001f4e;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (min-width: 768px) {
  .single-program .programs-mobile-sidebar {
    display: none;
  }
}
.single-program .programs-mobile-sidebar:hover, .single-program .programs-mobile-sidebar:focus, .single-program .programs-mobile-sidebar:active {
  text-decoration: none;
}
.single-program .programs-mobile-sidebar::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/chevron-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-top: 4px;
}
.single-program .programs-mobile-sidebar[aria-expanded=true]::after {
  transform: rotate(-90deg);
  margin-top: 0;
  margin-bottom: 4px;
}
.single-program #sidebar-wrapper {
  margin-block-start: 0;
}
.single-program #sidebar-wrapper .list-group-item {
  border: none;
  font-size: 18px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #001f4e;
  margin-left: -15px;
}
.single-program #sidebar-wrapper .list-group-item.active {
  background: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1955a6;
  font-weight: 900;
}
.single-program #sidebar-wrapper .chevron-icon {
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-top: 2px;
}
.single-program #sidebar-wrapper .rotate {
  transform: rotate(90deg);
}
.single-program #sidebar-wrapper .fw-bold {
  font-weight: 900 !important;
}
.single-program #sidebar-wrapper p {
  margin-bottom: 0;
}
.single-program #sidebar-wrapper .collapse:not(.show) {
  transform: translateX(-100%);
}
.single-program #sidebar-wrapper .collapse.show {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .single-program #sidebar-wrapper.d-custom {
    display: block;
  }
}
.single-program #sidebar-wrapper .collapse .list-group-item {
  font-size: 15px;
}
.single-program #sidebar-wrapper .collapse .list-group-item.active {
  font-size: 16px;
}

.search-filter-label {
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
}

ul.search-filter-style--choice-select {
  background-color: white !important;
}

.search-filter-component-combobox-base,
.search-filter-input-text {
  border-radius: 0 !important;
}

.search-filter-component-combobox__listbox-toggle {
  background-color: #1955a6;
}

.search-filter-field.search-filter-style--control-reset {
  align-items: center;
}

.checkbox-grid-wrapper .search-filter-input-group {
  display: block;
  column-count: 1;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .checkbox-grid-wrapper .search-filter-input-group {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .checkbox-grid-wrapper .search-filter-input-group {
    column-count: 3;
  }
}
.search-filter-query-posts .row {
  margin-left: -20px;
  margin-right: -20px;
}

.search-result-item {
  min-height: 395px;
  border-top: 5px solid #bad538;
}
.search-result-item .area-of-study {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.search-result-item h3 {
  line-height: 32px;
  font-size: 23px;
  border-bottom: 2px solid #bad538;
  padding-bottom: 8px;
}
.search-result-item h3 a {
  font-family: "Archivo Black", sans-serif !important;
  font-size: 23px;
  line-height: 32px;
}
.search-result-item h3 a:hover {
  text-decoration: none;
  color: #bad538 !important;
}
.search-result-item .learn-more-link {
  font-size: 18px;
}
.search-result-item .search-item-excerpt p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.blog .wp-block-query h2,
.archive.category .wp-block-query h2 {
  background: none;
  padding: 0;
}
.blog .wp-block-query .wp-block-group,
.archive.category .wp-block-query .wp-block-group {
  gap: 5px;
  margin-block-start: 0;
}
.blog .wp-block-query .wp-block-group hr,
.archive.category .wp-block-query .wp-block-group hr {
  height: 15px;
  opacity: 100%;
}
.blog .wp-block-query .wp-block-post-excerpt,
.archive.category .wp-block-query .wp-block-post-excerpt {
  margin-top: 10px;
}
.blog .wp-block-query .wp-block-post-excerpt p,
.archive.category .wp-block-query .wp-block-post-excerpt p {
  font-size: 14px;
}
.blog .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-text,
.archive.category .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin-top: 1rem;
}
.blog .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.archive.category .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  display: flex;
}
.blog .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link::after,
.archive.category .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .blog .wp-block-query ul.wp-block-post-template,
  .archive.category .wp-block-query ul.wp-block-post-template {
    margin-block-start: 4rem;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .blog .categories-column,
  .archive.category .categories-column {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.blog .blog-categories-dropdown a,
.archive.category .blog-categories-dropdown a {
  font-size: 23px;
  line-height: 32px;
  font-family: "Archivo Black", sans-serif;
  background: none;
  padding: 5px 0;
  color: #1955a6;
  border: none;
  transition: transform 0.3s ease;
  justify-content: flex-start;
}
.blog .blog-categories-dropdown a::after,
.archive.category .blog-categories-dropdown a::after {
  background-image: url("../images/chevron-navy-up.svg");
  transform: rotate(180deg);
  margin-bottom: 5px;
}
.blog .blog-categories-dropdown a.rotate-arrow::after,
.archive.category .blog-categories-dropdown a.rotate-arrow::after {
  transform: rotate(0deg);
  margin-bottom: 0;
  margin-top: 3px;
}
.blog .blog-categories-dropdown a:hover,
.archive.category .blog-categories-dropdown a:hover {
  text-decoration: none !important;
  color: #1955a6 !important;
  background-color: white !important;
  border: none;
}
.blog .blog-categories-dropdown a:hover::after,
.archive.category .blog-categories-dropdown a:hover::after {
  background-image: url("../images/chevron-navy-up.svg");
}
.blog .wp-block-categories,
.archive.category .wp-block-categories {
  display: none;
  list-style-type: none;
  padding: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  border-top: 3px solid #001f4e;
}
.blog .wp-block-categories li,
.archive.category .wp-block-categories li {
  background-color: #eef1f7;
  padding: 5px;
}
.blog .wp-block-categories li a,
.archive.category .wp-block-categories li a {
  color: #001f4e;
  font-size: 17px;
  line-height: 24px;
  padding: 5px 10px;
  display: inline-block;
}
.blog .wp-block-categories li a:hover,
.archive.category .wp-block-categories li a:hover {
  text-decoration: none;
}
.blog .wp-block-categories li:hover,
.archive.category .wp-block-categories li:hover {
  background-color: #d4ddec;
}
.blog .wp-block-categories.show,
.archive.category .wp-block-categories.show {
  display: block;
  position: relative;
  z-index: 10;
}
.blog .wp-block-query-pagination .page-numbers,
.archive.category .wp-block-query-pagination .page-numbers {
  color: #001f4e;
}
.blog .wp-block-query-pagination .page-numbers.current,
.archive.category .wp-block-query-pagination .page-numbers.current {
  font-weight: 700;
}
.blog .wp-block-query-pagination a.page-numbers,
.archive.category .wp-block-query-pagination a.page-numbers {
  opacity: 40%;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-next,
.blog .wp-block-query-pagination .wp-block-query-pagination-previous,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous {
  color: #001f4e;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-next::after, .blog .wp-block-query-pagination .wp-block-query-pagination-next::before,
.blog .wp-block-query-pagination .wp-block-query-pagination-previous::after,
.blog .wp-block-query-pagination .wp-block-query-pagination-previous::before,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next::after,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next::before,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous::after,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.blog .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  text-decoration-color: #bad538 !important;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-previous::before,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  margin-right: 8px;
  margin-left: 0;
  transform: rotate(180deg);
}
.blog .wp-block-query-pagination .wp-block-query-pagination-previous::after,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-previous::after {
  display: none;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-next,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next {
  display: flex;
  align-items: center;
}
.blog .wp-block-query-pagination .wp-block-query-pagination-next::before,
.archive.category .wp-block-query-pagination .wp-block-query-pagination-next::before {
  display: none;
}

.single-post .all-news-link a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-right: 8px;
}
.single-post .wp-block-query {
  margin-block-start: 10px;
}
.single-post .wp-block-query .post-navigation-link-previous a::after, .single-post .wp-block-query .post-navigation-link-previous a::before,
.single-post .wp-block-query .post-navigation-link-next a::after,
.single-post .wp-block-query .post-navigation-link-next a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-post .wp-block-query .post-navigation-link-previous a::before {
  margin-right: 8px;
  margin-left: 0;
  transform: rotate(180deg);
}
.single-post .wp-block-query .post-navigation-link-previous a::after {
  display: none;
}
.single-post .wp-block-query .post-navigation-link-next a::before {
  display: none;
}
.single-post .wp-block-query .aside-right {
  display: block !important;
}
@media (min-width: 768px) {
  .single-post .wp-block-query .aside-right aside.credits-section {
    float: right;
    width: 200px;
    margin-left: 20px;
    padding: 10px;
  }
  .single-post .wp-block-query .aside-right div.content-section {
    display: block;
    overflow: visible;
    max-width: 100%;
  }
  .single-post .wp-block-query .aside-right div.content-section .entry-content {
    display: block;
  }
  .single-post .wp-block-query .aside-right div.content-section .entry-content > p {
    display: flow-root;
  }
  .single-post .wp-block-query .aside-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
.single-post h2 {
  background: none;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
}
@media (min-width: 992px) {
  .single-post h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.single-post .wp-block-post-featured-image img {
  max-height: 520px;
}
.single-post .credits-section {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-post .credits-section {
    margin-bottom: 0;
  }
}
.single-post .credits-section p, .single-post .credits-section div {
  margin-block-start: 0;
}
.single-post .content-section {
  margin-block-start: 0;
  margin-left: 0 !important;
}
.single-post .content-section blockquote {
  margin: 0 auto;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  border-radius: 0 !important;
  border: 2px solid #1955a6 !important;
}
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:hover {
  color: #1955a6 !important;
  background-color: #d4ddec !important;
  border: 2px solid #1955a6 !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h5,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events a:not(.tribe-common-anchor--unstyle),
.tribe-events a:not(.tribe-common-anchor--unstyle):active,
.tribe-events a:not(.tribe-common-anchor--unstyle):focus,
.tribe-events a:not(.tribe-common-anchor--unstyle):hover,
.tribe-events a:not(.tribe-common-anchor--unstyle):visited,
.tribe-events .tribe-common-h7,
.tribe-events .tribe-common-h6,
.tribe-events .tribe-common-b2,
.tribe-events .tribe-common-h5,
.tribe-events .tribe-common-h6,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle,
.tribe-events .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle,
.tribe-events .tribe-common-form-control-checkbox__label,
.tribe-events .tribe-common-form-control-radio__label {
  color: #001f4e !important;
}
.tribe-events .tribe-common-form-control-checkbox__input,
.tribe-events .tribe-common-form-control-radio__input {
  border-color: #001f4e !important;
}
.tribe-events header {
  background-color: white !important;
}
.tribe-events header.tribe-events-calendar-list__event-header {
  background-color: #eef1f7 !important;
  padding: 10px !important;
}
.tribe-events h2 {
  background: none;
}
.tribe-events .tribe-common-l-container {
  flex-direction: row-reverse;
}
.tribe-events.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar {
  margin-right: 0;
  margin-left: 42px;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
  height: 220px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    height: 175px;
  }
}
@media (min-width: 992px) {
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    height: 250px;
  }
}
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, .tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, .tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, .tribe-events .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus {
  padding: 8px;
  margin-bottom: 15px;
}

.single-tribe_events {
  color: #001f4e !important;
}
.single-tribe_events .tribe-events-back a,
.single-tribe_events .tribe-events-back a:visited,
.single-tribe_events .tribe-events-notices,
.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.single-tribe_events #tribe-events-content.tribe-blocks-editor .tribe-events-event-meta dl,
.single-tribe_events h1,
.single-tribe_events h2,
.single-tribe_events h3 {
  color: #001f4e !important;
}
.single-tribe_events h2 {
  background: none;
}
.single-tribe_events #tribe-events-footer ul.tribe-events-sub-nav {
  padding-left: 0 !important;
}
.single-tribe_events #tribe-events-footer ul.tribe-events-sub-nav a {
  color: #001f4e !important;
  background: white;
  padding: 0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  display: flex !important;
  align-items: center !important;
}
.single-tribe_events .tribe-events-single-event-title {
  font-family: "Archivo Black", sans-serif;
  font-size: 34px !important;
  line-height: 38px !important;
}
@media (min-width: 992px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 48px !important;
    line-height: 60px !important;
  }
}
.single-tribe_events .tribe-events-event-image img,
.single-tribe_events .wp-block-post-featured-image img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .single-tribe_events .tribe-events-event-image img,
  .single-tribe_events .wp-block-post-featured-image img {
    max-height: 450px;
  }
}
@media (min-width: 992px) {
  .single-tribe_events .tribe-events-event-image img,
  .single-tribe_events .wp-block-post-featured-image img {
    max-height: 600px;
  }
}
.single-tribe_events .tribe-events-content h2, .single-tribe_events .tribe-events-content h3, .single-tribe_events .tribe-events-content h4 {
  font-family: "Archivo Black", sans-serif;
  -webkit-font-smoothing: unset !important;
}
.single-tribe_events .tribe-events-content h2 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .single-tribe_events .tribe-events-content h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.single-tribe_events .tribe-events-content h3 {
  color: #1955a6;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .single-tribe_events .tribe-events-content h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.single-tribe_events .tribe-events-content h4 {
  color: #1955a6;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .single-tribe_events .tribe-events-content h4 {
    font-size: 23px;
    line-height: 32px;
  }
}
.single-tribe_events .tribe-events-content ul, .single-tribe_events .tribe-events-content ol, .single-tribe_events .tribe-events-content p, .single-tribe_events .tribe-events-content li {
  color: #001f4e !important;
}
.single-tribe_events .tribe-events-content blockquote::before,
.single-tribe_events .tribe-events-content blockquote::after {
  display: none;
}
.single-tribe_events ul.tribe-related-events {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.single-tribe_events ul.tribe-related-events::after, .single-tribe_events ul.tribe-related-events::before {
  display: none;
}
.single-tribe_events ul.tribe-related-events li {
  width: 100%;
}
.single-tribe_events ul.tribe-related-events li img {
  height: 230px !important;
  object-fit: cover;
}
@media (min-width: 576px) {
  .single-tribe_events ul.tribe-related-events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .single-tribe_events ul.tribe-related-events {
    grid-template-columns: repeat(3, 1fr);
  }
}

.responsive-padding {
  padding: 2rem 20px;
  margin-block-start: 0;
}
@media (min-width: 768px) {
  .responsive-padding {
    padding: 4rem 20px;
  }
}
@media (min-width: 1200px) {
  .responsive-padding {
    padding: 5rem 0;
  }
}

.responsive-map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .responsive-map {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .responsive-map {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .responsive-map {
    height: 580px;
  }
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-hero {
  background-image: url("../images/home-hero-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: aqua;
  padding-top: 2rem !important;
}
.home-hero h2 {
  margin-block-start: 0px;
  background: none;
}
@media (min-width: 768px) {
  .home-hero {
    background-image: url("../images/home-hero-desktop.jpg");
    align-items: center;
    min-height: 500px !important;
  }
  .home-hero .home-hero-content-block img {
    width: 450px;
  }
  .home-hero .home-hero-content-block h2 {
    margin-block-start: -20px;
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    min-height: 600px !important;
  }
  .home-hero .home-hero-content-block {
    margin-right: 20%;
  }
}
@media (min-width: 1400px) {
  .home-hero {
    min-height: 650px !important;
  }
  .home-hero .home-hero-content-block {
    margin-right: 13%;
  }
}

.landing-hero h2 {
  background: none;
}
.landing-hero .landing-hero-image {
  background-position: right;
}
@media (min-width: 782px) {
  .landing-hero .landing-hero-image {
    min-height: 515px !important;
    background-position: center;
    padding: 2rem;
  }
}
.landing-hero .landing-hero-content {
  padding: 2rem 20px;
  width: 90%;
  margin: 0 auto;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
.landing-hero .landing-hero-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (min-width: 782px) {
  .landing-hero .landing-hero-content {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 4rem;
    transform: translate(0, -50%);
    margin-top: 0;
    max-width: 600px;
  }
  .landing-hero .landing-hero-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

.gallery-with-text .wp-block-column {
  position: relative;
}
.gallery-with-text .wp-block-column p {
  position: absolute;
  padding: 0 20px;
  z-index: 10;
  text-transform: uppercase;
}
.gallery-with-text .wp-block-column figure {
  margin-block-start: 0;
  position: relative;
}
.gallery-with-text .wp-block-column figure::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 31, 78, 0) 37.55%, #001F4E 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-with-text .wp-block-column figure.h-100 img {
  height: 100%;
}
@media (min-width: 768px) {
  .gallery-with-text .wp-block-column .large-gallery-image img {
    min-height: 500px;
  }
  .gallery-with-text .wp-block-column figure img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .gallery-with-text .wp-block-column .tall-image img {
    max-height: 600px;
    width: 100%;
  }
}
.gallery-with-text .wp-block-column figcaption {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 22px;
  text-transform: uppercase;
  left: 0;
  z-index: 10;
  max-width: 286px;
  text-align: left;
  padding: 0 20px 10px;
}
.gallery-with-text .wp-block-column figcaption a {
  font-size: 18px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .gallery-with-text .wp-block-column figcaption {
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-with-text .wp-block-column figcaption a {
    font-size: 24px;
    line-height: 32px;
  }
}

.feature-cards h3, .feature-cards p {
  text-align: left;
}
.feature-cards h3 {
  font-weight: 400;
  line-height: 28px;
}
.feature-cards p {
  margin-block-start: 10px;
}
.feature-cards a {
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.feature-cards a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background-image: url("../images/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature-cards a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #bad538;
}
.feature-cards img {
  height: 200px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .feature-cards img {
    height: 260px;
  }
}
@media (min-width: 782px) {
  .feature-cards img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .feature-cards img {
    height: 260px;
  }
}

.cta-image-left {
  background-image: url("../images/cta-blue-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-image-left figcaption {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cta-image-left h2 {
  background: linear-gradient(to top, #001f4e 40%, #001f4e 40%, transparent 20%) !important;
}

.cta-image-right {
  background-image: url("../images/cta-blue-background-right.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-image-right figcaption {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cta-image-right h2 {
  background: linear-gradient(to top, #001f4e 40%, #001f4e 40%, transparent 20%) !important;
}

.basic-cta h2 {
  background: linear-gradient(to top, #001f4e 40%, #001f4e 40%, transparent 20%);
  color: white;
}

.two-column-cta figure {
  padding-bottom: 20px;
}
.two-column-cta h2.cta-title {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .two-column-cta h2.cta-title {
    font-size: 36px;
    line-height: 40px;
  }
}

.meta-slider-container .two-column-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.meta-slider-container .two-column-slide .image {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.meta-slider-container .two-column-slide .image img {
  width: 100%;
  max-width: 350px;
  height: 350px;
  object-fit: cover;
  border-top: 5px solid #1955a6 !important;
}
.meta-slider-container .two-column-slide .heading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #1955a6;
  padding: 5px 10px;
  text-align: left;
}
.meta-slider-container .two-column-slide .heading-overlay h3 {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: white !important;
}
.meta-slider-container .two-column-slide .text {
  flex: 1;
  text-align: left;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 10;
}
.meta-slider-container .two-column-slide .text blockquote {
  font-size: 36px;
  line-height: 44px;
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.meta-slider-container .two-column-slide .text h4 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.meta-slider-container .two-column-slide .text p {
  font-size: 16px;
}
.meta-slider-container .two-column-slide .text::after {
  content: "";
  display: inline-block;
  width: 195px;
  height: 146px;
  margin-left: 8px;
  background-image: url("../images/quote-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -5px;
  z-index: 1;
}
.meta-slider-container .flex-direction-nav li a:active, .meta-slider-container .flex-direction-nav li a:focus, .meta-slider-container .flex-direction-nav li a:focus-visible {
  border: 3px solid #eef1f7;
}
@media (max-width: 800px) {
  .meta-slider-container .two-column-slide {
    flex-direction: column;
  }
  .meta-slider-container .two-column-slide .image {
    margin-bottom: 20px;
  }
  .meta-slider-container .two-column-slide .text::after {
    top: 0px;
    width: 150px;
    height: 110px;
  }
  .meta-slider-container .two-column-slide .text blockquote {
    font-size: 20px;
    line-height: 32px;
    padding-top: 1rem;
  }
  .meta-slider-container .two-column-slide .text h4 {
    font-size: 15px;
  }
  .meta-slider-container .two-column-slide .text p {
    font-size: 12px;
  }
  .meta-slider-container .flex-direction-nav li a {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 801px) {
  .meta-slider-container .two-column-slide .image {
    margin-bottom: 20px;
    padding-left: 70px;
  }
  .meta-slider-container .two-column-slide .image img {
    height: 400px;
    max-width: 100%;
  }
  .meta-slider-container .two-column-slide .heading-overlay {
    left: 70px;
  }
  .meta-slider-container .two-column-slide .heading-overlay h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .meta-slider-container .two-column-slide .text {
    padding-right: 55px;
    padding-left: 30px;
  }
  .meta-slider-container .two-column-slide .text::after {
    top: 0px;
    width: 150px;
    height: 110px;
    left: 20px;
  }
  .meta-slider-container .two-column-slide .text blockquote {
    font-size: 20px;
    line-height: 32px;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .meta-slider-container .two-column-slide .text h4 {
    font-size: 15px;
  }
  .meta-slider-container .two-column-slide .text p {
    font-size: 12px;
  }
  .meta-slider-container .flex-direction-nav li a {
    width: 40px !important;
    height: 40px !important;
  }
  .meta-slider-container .flex-direction-nav li a::after {
    mask-size: 60% !important;
  }
}
@media (min-width: 992px) {
  .meta-slider-container .two-column-slide .image {
    margin-bottom: 20px;
  }
  .meta-slider-container .two-column-slide .text::after {
    width: 200px;
    height: 150px;
  }
  .meta-slider-container .two-column-slide .text blockquote {
    font-size: 36px;
    line-height: 44px;
  }
  .meta-slider-container .two-column-slide .text h4 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .meta-slider-container .two-column-slide .text p {
    font-size: 16px;
  }
  .meta-slider-container .flex-direction-nav li a {
    width: 47px !important;
    height: 47px !important;
  }
}

.three-column-icons-with-links h3 {
  padding-top: 10px;
}
.three-column-icons-with-links .contact-links a {
  color: #1955a6;
  font-weight: 700;
}
.three-column-icons-with-links .contact-links a strong {
  text-decoration: underline;
}
.three-column-icons-with-links p a {
  font-weight: 700;
  color: #1955a6;
  text-decoration: underline;
  text-decoration-color: rgba(25, 86, 166, 0.6156862745);
}
.three-column-icons-with-links p.has-custom-royal-blue-color::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.three-column-icons-with-links p.has-custom-royal-blue-color a {
  font-weight: 700;
  text-decoration: none;
}
.three-column-icons-with-links p.has-custom-royal-blue-color a:hover {
  text-decoration: underline;
}
.three-column-icons-with-links .wp-block-column {
  align-self: end;
  text-align: center;
}
.three-column-icons-with-links .wp-block-column:not(:last-child) {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.three-column-icons-with-links .wp-block-column:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 85%;
  height: 5px;
  background-color: #1955a6;
  margin: 30px 0 20px;
}
@media (min-width: 782px) {
  .three-column-icons-with-links .wp-block-column:not(:last-child) {
    padding-right: 20px;
  }
  .three-column-icons-with-links .wp-block-column:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 100%;
    margin: 0;
    max-height: 300px;
  }
}

.navigation-menu .wp-block-navigation-item {
  position: relative;
  display: inline;
  z-index: 10;
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-repeat: repeat-x;
}
.navigation-menu .wp-block-navigation-item a {
  color: #001f4e;
  font-family: "Archivo Black", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.navigation-menu .wp-block-navigation-item a:hover {
  text-decoration: none;
}
.navigation-menu .wp-block-navigation-item:hover {
  background: linear-gradient(to top, white 40%, white 40%, transparent 20%);
}
.navigation-menu .wp-block-navigation-item.current-menu-item {
  background: linear-gradient(to top, #bad538 40%, #bad538 40%, transparent 20%);
}

.upcoming-events figure {
  margin-block-start: 0;
  border-top: 5px solid #1955a6;
}
.upcoming-events figure::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(25, 85, 166, 0) 13.3%, #1955A6 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.upcoming-events figure img {
  height: 275px !important;
}
.upcoming-events h3 {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 22px;
  text-transform: uppercase;
  left: 0;
  z-index: 10;
  max-width: 286px;
  text-align: left;
  padding: 0 20px 10px;
}
@media (min-width: 1200px) {
  .upcoming-events h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.upcoming-events .wp-block-post-excerpt__more-link {
  font-size: 18px;
  font-weight: 700;
}
.upcoming-events .wp-block-post-excerpt__more-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.upcoming-events .tribe-events-schedule {
  position: absolute;
}
.upcoming-events .tribe-events-schedule__time,
.upcoming-events .tribe-events-schedule__separator {
  display: none;
}
.upcoming-events .tribe-events-schedule__datetime {
  background: #1955a6 !important;
  padding: 5px 10px;
  font-size: 11px;
}
.upcoming-events .tribe-events-schedule__datetime .tribe-events-schedule__date {
  font-family: "Archivo Black";
  font-size: 11px;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .upcoming-events .tribe-events-schedule__datetime {
    font-size: 18px;
  }
  .upcoming-events .tribe-events-schedule__datetime .tribe-events-schedule__date {
    font-size: 18px;
  }
}

.descriptive-link-boxes a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background-image: url("../images/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.descriptive-link-boxes h3 a {
  font-family: "Archivo Black", sans-serif;
}
.descriptive-link-boxes h3 a:hover {
  color: #bad538;
  text-decoration: none;
}
.descriptive-link-boxes h3 a::after {
  content: none;
}
.descriptive-link-boxes .wp-block-column {
  min-height: 395px;
}
.descriptive-link-boxes .mt-auto {
  padding-top: 1rem;
}

.button-list a {
  max-width: none;
  justify-content: space-between;
  border-top: 4px solid #bad538;
  text-align: left;
  min-height: 80px;
}
.button-list a::after {
  background-image: url(../images/arrow-white.svg);
}
.button-list a:hover {
  border-top: 2px solid #1955a6;
}
.button-list a:hover::after {
  background-image: url(../images/arrow-blue.svg);
}

.linkable-columns a:hover,
.linkable-columns-block a:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.35);
}
.linkable-columns a:active,
.linkable-columns a:focus,
.linkable-columns a:focus-visible,
.linkable-columns-block a:active,
.linkable-columns-block a:focus,
.linkable-columns-block a:focus-visible {
  border: 3px solid #eef1f7;
}
.linkable-columns .column-content,
.linkable-columns-block .column-content {
  border-top: 5px solid #bad538;
  padding: 1.1rem 1.4rem;
  text-align: left;
}
.linkable-columns .column-content .text-box,
.linkable-columns-block .column-content .text-box {
  max-width: 95%;
}
.linkable-columns .column-content p,
.linkable-columns-block .column-content p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.linkable-columns .column-content p.column-description,
.linkable-columns-block .column-content p.column-description {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
}
.linkable-columns .explore-link-arrow,
.linkable-columns-block .explore-link-arrow {
  width: 25px;
  height: 20px;
  text-indent: 9999px;
  background: url("../images/arrow-white.svg") no-repeat center center;
  background-size: contain;
  overflow: hidden;
}

.accordion-block {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-block .accordion {
  padding-top: 2rem;
}
.accordion-block .accordion-item {
  border: none;
}
.accordion-block .accordion-button,
.accordion-block .accordion-body p,
.accordion-block .accordion-body ul {
  border: none;
  font-size: 20px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #001f4e;
}
.accordion-block .accordion-body a {
  text-decoration: underline;
}
.accordion-block .accordion-button {
  font-weight: 700;
  border-radius: 0;
}
.accordion-block .accordion-button .custom-accordion-icon {
  width: 22px;
  height: 22px;
  background: url("../images/plus-icon.svg") no-repeat center center;
  background-size: contain;
  transition: background 0.3s ease-in-out, transform 0.3s ease;
}
.accordion-block .accordion-button:not(.collapsed) {
  background-color: #d4ddec;
}
.accordion-block .accordion-button:not(.collapsed) .custom-accordion-icon {
  background: url("../images/minus-icon.svg") no-repeat center center;
}
.accordion-block .accordion-button:focus {
  box-shadow: none;
}
.accordion-block .accordion-button::after {
  display: none;
}
.accordion-block .accordion-button:hover, .accordion-block .accordion-button:focus, .accordion-block .accordion-button:focus-visible {
  background-color: #bad538;
}
.accordion-block .accordion-body {
  background-color: #eef1f7;
  padding-left: 4.2rem;
}

.single-program .accordion-block.responsive-padding {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.single-program .accordion-block.responsive-padding .accordion {
  padding-top: 2rem;
}

.wp-block-table {
  border-bottom: none !important;
}
.wp-block-table table {
  border-top: 4px solid #bad538;
}
.wp-block-table table thead {
  border-bottom: none;
}
.wp-block-table table thead tr {
  background-color: #1955a6;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: "Archivo Black", sans-serif;
}
.wp-block-table table thead tr th {
  border: none;
  text-align: center;
}
.wp-block-table table tbody tr:nth-child(even) {
  background-color: #eef1f7;
}
.wp-block-table table tbody td {
  font-size: 20px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  border: none;
  color: #001f4e;
  text-align: center;
}
.wp-block-table figcaption {
  color: #001f4e;
  padding-top: 10px;
}

.wp-block-list ul, .wp-block-list ol, .wp-block-list li {
  font-size: 20px;
  color: #001f4e;
}
.wp-block-list li a {
  text-decoration: underline;
}

blockquote {
  max-width: 715px;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
blockquote p {
  font-size: 24px;
  line-height: 32px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: #001f4e;
  position: relative;
}
blockquote p::after {
  content: "";
  display: inline-block;
  width: 195px;
  height: 146px;
  margin-left: 8px;
  background-image: url("../images/quote-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -8px;
  z-index: -1;
}
blockquote cite {
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #001f4e;
}
blockquote cite strong {
  font-size: 18px;
  line-height: 24px;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-style: normal;
  color: #1955a6;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 30px;
    line-height: 44px;
  }
  blockquote cite strong {
    font-size: 24px;
    line-height: 28px;
  }
}

iframe {
  width: 100%;
}

.wp-block-gallery.has-nested-images figcaption {
  text-align: left;
  color: #001f4e;
  font-size: 14px;
  margin-top: -10px;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-common .tribe-common-h2 {
  color: #001f4e !important;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > h3,
.entry-content > h4,
.entry-content > figure,
.entry-content > .wp-block-buttons {
  padding-bottom: 2rem;
  margin-block-end: 0 !important;
}
