/**
 * Combined Block Styles
 * Generated: 2025-04-02 03:38:48
 */

/* Variables */
:root {
    /* Colors Base */
    --brand-primary-white: #ffffff;
    --brand-primary-black: #000000;
    --brand-primary-transparent: transparent;

    /* Colors Primary */
    --brand-primary-red: #C22126;
    --brand-primary-dark-blue: #163561;
    --brand-primary-medium-blue: #207BC1;
    --brand-primary-pale-blue: #D4E7F6;

    /* Colors Secondary */
    --brand-secondary-pale-grey: #DDDDDB;
    --brand-secondary-gold: #EABD3C;
    --brand-secondary-dark-red: #761214;
    --brand-secondary-purple: #3B1661;
    --brand-secondary-green: #007A48;
    --brand-secondary-dark-green: #658A9C;
    --brand-secondary-grey-border: #D0D0D0;

    /* Text */
    --brand-text: #000000;
    --brand-text-highlighted: #761214;

    /* Border */
    --brand-border: #D5D5D5;

    /* Inputs */
    --brand-inputs-border: #B1B1B1;
    --brand-inputs-focus-border: #207BC1;
    --brand-inputs-color: #040404;
    --brand-inputs-placeholder-color: #658A9C;

    /* Form Validations */
    --brand-error-color: #C22126;
    --brand-error-background: #fff9f9;
    --brand-success-color: #007A48;
    --brand-success-background: #F9FDFC;

    /* Link Color */
    --link-color: #207BC1;
    --link-hover-color: #207BC1;

    /* Buttons */
    --brand-button-primary-color: #FFFFFF;
    --brand-button-primary-border: #207BC1;
    --brand-button-primary-bg: #207BC1;
    --brand-button-primary-hover-color: #FFFFFF;
    --brand-button-primary-hover-border: #C22126;
    --brand-button-primary-hover-bg: #C22126;

    --brand-button-secondary-color: #FFFFFF;
    --brand-button-secondary-border: #207BC1;
    --brand-button-secondary-bg: #207BC1;
    --brand-button-secondary-hover-color: #FFFFFF;
    --brand-button-secondary-hover-border: #163561;
    --brand-button-secondary-hover-bg: #163561;

    --brand-button-tertiary-color: #FFFFFF;
    --brand-button-tertiary-border: #EABD3C;
    --brand-button-tertiary-bg: #EABD3C;
    --brand-button-tertiary-hover-color: #FFFFFF;
    --brand-button-tertiary-hover-border: #C99500;
    --brand-button-tertiary-hover-bg: #C99500;

    --brand-button-quaternary-color: #FFFFFF;
    --brand-button-quaternary-border: #007A48; 
    --brand-button-quaternary-bg: #007A48;
    --brand-button-quaternary-hover-color: #FFFFFF;
    --brand-button-quaternary-hover-border: #005532;
    --brand-button-quaternary-hover-bg: #005532;

    /* Mobile Menu */
    --brand-menu-mobile-border: #207BC1;
    --brand-menu-mobile-active: #163561;
    --brand-menu-mobile-submenu: #163561;
    --brand-menu-mobile-icon: #ffffff;
    --brand-submenu-mobile-border: #207BC1;
    --brand-menu-mobile-color-active: #EABD3C;

    /* Font Families */
    --font-family-base: 'lato', sans-serif;
    --font-family-secondary: 'eb-garamond', serif;

    /* Font Weights */
    --weight-font-thin: 100;
    --weight-font-extra-light: 200;
    --weight-font-light: 300;
    --weight-font-regular: 400;
    --weight-font-medium: 500;
    --weight-font-semibold: 600;
    --weight-font-bold: 700;
    --weight-font-extrabold: 800;
    --weight-font-black: 900;

    /* Breakpoints - Min */
    --screen-sm-min: 700px;
    --screen-md-min: 1025px;
    --screen-lg-min: 1280px;
    --screen-xlg-min: 1440px;

    /* Breakpoints - Max */
    --screen-xs-max: calc(var(--screen-sm-min) - 1px);
    --screen-sm-max: calc(var(--screen-md-min) - 1px);
    --screen-md-max: calc(var(--screen-lg-min) - 1px);
    --screen-lg-max: calc(var(--screen-xlg-min) - 1px);
}
.default-button-link {
    box-sizing: border-box;
    font-family: var(--font-family-base), sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 0.875rem;
    letter-spacing: 0.175rem;
    background: #207BC1;
    border: 1px solid #207BC1;
    border-radius: 25px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    min-width: 188px;
    padding: 8px 20px 10px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    /* margin-top: 40px; */
}
.default-button-link .button-text {
    color: #FFFFFF;
}

.default-button-link:hover {
    transition: all 0.3s;
    background: #C22126;
    border: 1px solid #C22126;
    color: #FFFFFF;
    text-decoration: none;
}

.donate-button-link {
    font-family: var(--font-family-base), sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 0.875rem;
    letter-spacing: 0.175rem;
    background: #EABD3C;
    border: 1px solid #EABD3C;
    border-radius: 25px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    min-width: 188px;
    padding: 8px 20px 10px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.donate-button-link .button-text {
    color: #FFFFFF;
}

.donate-button-link:hover {
    transition: all 0.3s;
    background-color: #C99500;
    color: #FFFFFF;
    border-color: #C99500;
}

.arrow-button-link {
    transition: all 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-base), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    letter-spacing: 2px;
    word-spacing: 0;
    gap: 10px;
}

.arrow-button-link:hover {
    transition: all 0.3s;
}

.arrow-button-link:hover .button-text {
    transition: all 0.3s;
    color: #207BC1;
}

.arrow-button-link .button-icon {
    width: 18px;
}

.arrow-button-link .button-text {
    color: #FFFFFF;
    transition: all 0.3s;
}

h2.heading.type-h2 {
    font-family: var(--font-family-secondary),sans-serif;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 65px;
    letter-spacing: 0rem;
    color: unset;
}

h2.heading.type-banner-title {
    font-family: var(--font-family-secondary) , Sans-serif;
    font-size: 64px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 65px;
    letter-spacing: 0;
    word-spacing: 0;
}

.summary.type-p p {
    font-family: var(--font-family-base),sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.375rem;
    letter-spacing: 0rem;
}

.inner-arlington-custom-block {
	margin-bottom: 40px;
}

.full-arlington-custom-block {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .button-container {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 699px) {     
    h2.heading.type-banner-title {
        font-size: 50px;
        line-height: 55px;
    }
    h2.heading.type-h2 {
        font-size: 45px;
        line-height: 1.02em;
    }
}

.arlington2k23-internal-main-content ol.wp-block-footnotes,
.arlington2k23-internal-main-content ul.wp-block-footnotes,
.arlington2k23-internal-main-content ol.wp-block-list,
.arlington2k23-internal-main-content ul.wp-block-list {
    margin-left: 0px;
}

.arlington2k23-internal-main-content ol.wp-block-footnotes li,
.arlington2k23-internal-main-content ol.wp-block-list li {
    padding: 0px;
}

.arlington2k23-internal-main-content ol.wp-block-footnotes li a,
.arlington2k23-internal-main-content ol.wp-block-list li a {
    word-break: break-all;
}

.arlington2k23-internal-main-content ol.wp-block-footnotes li:before,
.arlington2k23-internal-main-content ol.wp-block-list li:before {
    position: relative;
    margin-right: 4px;
}

.arlington2k23-internal-main-content .wp-block-jetpack-tiled-gallery {
    margin-bottom: 22px;
}

.arlington2k23-internal-main-content .wp-block-embed.is-type-video.wp-embed-aspect-16-9 iframe {
    height: auto;
    aspect-ratio: 16/9;
}

.arlington2k23-internal-main-content .wp-block-jetpack-videopress iframe {
    max-height: 550px;
}

.arlington2k23-internal-main-content sup a,
.arlington2k23-internal-main-content sup,
.arlington2k23-internal-main-content sub a,
.arlington2k23-internal-main-content sub { 
    font-size: 12px;
}

.arlington2k23-internal-main-content sup a:hover,
.arlington2k23-internal-main-content sub a:hover {
    text-decoration: underline;
}

/* Jetpack Search Results Pop Up Styles */

.jetpack-instant-search .jetpack-instant-search__jetpack-colophon,
.jetpack-instant-search .jetpack-instant-search__search-result-expanded__image-link,
.jetpack-instant-search .jetpack-instant-search__search-result-expanded__path,
.jetpack-instant-search .jetpack-instant-search__search-sort .jetpack-instant-search__search-sort-separator {
    display: none;
}

.jetpack-instant-search .jetpack-instant-search__box input[type="search"].jetpack-instant-search__box-input,
.jetpack-instant-search .jetpack-instant-search__box input[type="search"].jetpack-instant-search__box-input:focus,
.jetpack-instant-search .jetpack-instant-search__box input[type="search"].jetpack-instant-search__box-input:hover {
    border-bottom: 1px solid var( --e-global-color-8e86910 );
    border-radius: 0px;
    padding: 0 10px;
}

.jetpack-instant-search .jetpack-instant-search__box input[type="button"] {
    color: var( --e-global-color-2251bd9 );
}

.jetpack-instant-search button.jetpack-instant-search__overlay-close {
    border: opx;
}

.jetpack-instant-search button.jetpack-instant-search__overlay-close svg.gridicon {
    fill: var( --e-global-color-4085c02 );
}

.jetpack-instant-search .jetpack-instant-search__box input[type="button"]:hover,
.jetpack-instant-search .jetpack-instant-search__box input[type="button"]:focus {
    background-color: inherit;
    color: inherit;
    text-decoration: underline;
    outline: none;
    border-style: inherit;
    border-width: inherit;
    border-color: inherit;
    border-radius: inherit;
}

.jetpack-instant-search .jetpack-instant-search__overlay-close:hover,
.jetpack-instant-search .jetpack-instant-search__overlay-close:focus {
    background-color: transparent !important;
    color: transparent;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    outline: 0px;
}

.jetpack-instant-search .jetpack-instant-search__box input[type="search"].jetpack-instant-search__box-input:focus {
    border-radius: unset;
    margin-left: unset;
    margin-right: unset;
    outline: unset;
    outline-offset: unset;
}

.jetpack-instant-search button.jetpack-instant-search__overlay-close:hover svg.gridicon {
    fill: #3c434a;
}

.jetpack-instant-search .jetpack-instant-search__search-sort {
    gap: 10px;
    flex-wrap: wrap;
}

.jetpack-instant-search .jetpack-instant-search__sidebar .jetpack-instant-search__search-filters button.jetpack-instant-search__clear-filters-link {
    margin: 20px 0;
}

.jetpack-instant-search .jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option,
.jetpack-instant-search .jetpack-instant-search__sidebar .jetpack-instant-search__search-filters button.jetpack-instant-search__clear-filters-link {
    box-sizing: border-box;
    background: #207BC1;
    border: 1px solid #207BC1;
    border-radius: 25px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 12px;
}

.jetpack-instant-search .jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option:hover,
.jetpack-instant-search .jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option.is-selected,
.jetpack-instant-search .jetpack-instant-search__sidebar .jetpack-instant-search__search-filters button.jetpack-instant-search__clear-filters-link:hover {
    transition: all 0.3s;
    background: #C22126;
    border: 1px solid #C22126;
    color: #FFFFFF;
    text-decoration: none;
}

.jetpack-instant-search .jetpack-instant-search__search-result:not(:last-child) {
    border-bottom: 1px solid var( --e-global-color-8e86910 );
    padding-bottom: 2em;
}

@media (min-width: 992px) {
    .jetpack-instant-search h2.jetpack-instant-search__search-results-title,
    .jetpack-instant-search h2.jetpack-instant-search__search-filters-title {
        margin-top: 70px;
    }
    .jetpack-instant-search .jetpack-instant-search__sidebar {
        padding-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .jetpack-instant-search .jetpack-instant-search__search-results-secondary.jetpack-instant-search__search-results-secondary--show-as-modal {
        top: 30px;
        bottom: unset;
    }
}

.jetpack-instant-search h2.jetpack-instant-search__search-results-title,
.jetpack-instant-search h2.jetpack-instant-search__search-filters-title {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-63a0370-font-family ), Sans-serif;
    font-size: var( --e-global-typography-63a0370-font-size );
    font-weight: var( --e-global-typography-63a0370-font-weight );
    font-style: var( --e-global-typography-63a0370-font-style );
    text-decoration: var( --e-global-typography-63a0370-text-decoration );
    line-height: var( --e-global-typography-63a0370-line-height );
    letter-spacing: var( --e-global-typography-63a0370-letter-spacing );
    word-spacing: var( --e-global-typography-63a0370-word-spacing );
    padding-right: 0px;
}
.jetpack-instant-search h3.jetpack-instant-search__search-result-title,
.jetpack-instant-search h3.jetpack-instant-search__search-filter-sub-heading {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-6f77dca-font-family ), Sans-serif;
    font-size: var( --e-global-typography-6f77dca-font-size );
    font-weight: var( --e-global-typography-6f77dca-font-weight );
    font-style: var( --e-global-typography-6f77dca-font-style );
    text-decoration: var( --e-global-typography-6f77dca-text-decoration );
    line-height: var( --e-global-typography-6f77dca-line-height );
    letter-spacing: var( --e-global-typography-6f77dca-letter-spacing );
    word-spacing: var( --e-global-typography-6f77dca-word-spacing );
}

    

/* Block: basic-paragraph */
/* Basic Paragraph Styles */

.basic-paragraph-section p a {
    font-weight: 700;
    transition: all 0.3s;
}

.basic-paragraph-section p a:hover {
    transition: all 0.3s;
    color: #163561;
    text-decoration: underline;
}

.basic-paragraph-section .paragraph-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px; 
}

.basic-paragraph-section .paragraph-buttons a {
    margin-top: 0px;
}

/* Block: events-calendar-slider */
/* Events Calendar Slider Styles */

.events-calendar-slider #inner-events-container {
    padding: 50px 0px 0px 0px;
    margin: 0 auto;
    max-width: 1100px;
}

.events-calendar-slider .button-container.desktop {
    text-align: right;
    padding: 0 7px;
}

@media screen and (max-width: 1024px) {
    .events-calendar-slider .button-container.desktop {
        padding: 0 50px;
    }
}
.events-calendar-slider .button-container.mobile {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
}

@media screen and (max-width: 699px) {
    .events-calendar-slider .button-container.desktop {
        display: none;
    }
}

@media screen and (min-width: 700px) {
    .events-calendar-slider .button-container.mobile {
        display: none;
    }
}

.events-calendar-slider .button-container a .button-text {
    color: #163561;
}

.events-calendar-slider .button-container a:hover .button-text {
    color: #007A48;
}

.events-calendar-slider h2.heading.type-h2 {
    text-align: center;
    color: #44AAAF;
    margin-bottom: 0px;
}

.events-calendar-slider #inner-events-container .tribe-events-calendar-list-nav,
.events-calendar-slider #inner-events-container .tribe-events-c-subscribe-dropdown__container,
.events-calendar-slider #inner-events-container .tribe-events-calendar-list__month-separator,
.events-calendar-slider #inner-events-container .tribe-events-header {
  display: none;
}
.events-calendar-slider #inner-events-container .tribe-common.tribe-events .tribe-events-l-container {
  padding-top: 20px;
  min-height: 374px;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .events-calendar-slider #inner-events-container .tribe-common.tribe-events .tribe-events-l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 699px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list.slick-dotted {
    margin-bottom: 0;
  }
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list.slick-dotted .slick-dots {
  display: none;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-prev,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-next {
  background-color: transparent;
  height: 36px;
  width: 36px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-prev::before,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-next::before {
  display: none;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-prev:hover,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-next:hover {
  opacity: 0.76;
}
@media (max-width: 699px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-prev {
    left: -10px;
  }
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-next {
    right: -10px;
  }
}
@media (min-width: 1025px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-list {
    width: 100%;
  }
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    min-width: 286px;
  }
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row.tribe-common-g-row {
  margin-top: 0;
  padding: 0 10px;
  position: relative;
  margin-bottom: 20px;
  border: none;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title {
  margin-top: 10px;
  line-height: 1em;
  min-height: 75px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
    font-family: "eb-garamond", serif, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
    border-bottom: none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 700px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
    font-family: "eb-garamond", serif, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}
@media (min-width: 1025px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
    font-family: "eb-garamond", serif, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}
@media (min-width: 700px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
    font-weight: 400;
    line-height: 1em;
  }
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link:hover {
  color: #207BC1;
  text-decoration: underline;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
  position: absolute;
  left: 31px;
  top: 0px;
  z-index: 1;
  padding-bottom: 12px;
  padding-left: 0;
  pointer-events: none;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
  padding-bottom: 2px;
  --dateBlock: 64px;
  width: var(--dateBlock);
  height: var(--dateBlock);
  background-color: #C22126;
  text-align: center;
  justify-content: center;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .evt_month,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .evt_day {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper {
  --item-pad: 16px;
  padding-left: var(--item-pad);
  padding-right: var(--item-pad);
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events {
  flex-direction: column;
  background-color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events > .tribe-common-g-col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events > .tribe-common-g-col.tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 0;
  height: 192px;
  overflow: hidden;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events > .tribe-common-g-col.tribe-events-calendar-list__event-featured-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  min-height: 192px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .tribe-events-calendar-list__event-featured-image-link picture {
  transition: 0.3s all ease-in-out;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .tribe-events-calendar-list__event-featured-image-link:hover {
  opacity: 1;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .tribe-events-calendar-list__event-featured-image-link:hover picture,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .tribe-events-calendar-list__event-featured-image-link:hover img {
  opacity: 0.8;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .tribe-events-calendar-list__event-details {
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #D5D5D5;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-date-full {
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
  line-height: 1;
  margin-bottom: 4px;
  min-height: 20px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .btn-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt_datetime {
  font-weight: 700;
  font-size: 16px;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-header {
  min-height: 194px;
  display: flex;
  flex-direction: column;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-header .tribe-events-calendar-list__event-venue {
  margin-top: auto;
  margin-bottom: 16px;
  line-height: 1.25;
  font-size: 15px;
}
@media (min-width: 700px) {
  .events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-header .tribe-events-calendar-list__event-venue {
    min-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-venue-title,
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-address {
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events .evt-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  letter-spacing: -0.25px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-calendar-slider #inner-events-container .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.type-tribe_events a.btn-small {
  color: #ffffff;
  min-width: 156px;
  min-height: 36px;
  font-size: 13px;
  line-height: 1;
  padding: 10px 12px 10px 12px;
}

.arlington2k23-event-slider-section.full-width-section .slick-dots,
.arlington2k23-event-slider-section.full-width-section .tribe-events-calendar-list .slick-dots {
  display: none !important;
}
.arlington2k23-event-slider-section.full-width-section > .e-con-inner {
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 0;
}
.arlington2k23-event-slider-section.full-width-section.bg-light-gray > .e-con-inner {
  background: #EAEAE9;
}
@media (min-width: 1025px) {
  .arlington2k23-event-slider-section.full-width-section .button-container {
    max-width: 1260px;
    margin: 0 auto;
  }
}

/* Block: faq-accordion */
/* FAQ Accordion Styles */

.faq-accordion-section .faq-accordion-title {
    text-align: center;
    margin-bottom: 35px;
}

.faq-accordion-section .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-accordion-section .faq-accordion-header {
    background-color: #207BC1;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
}

.faq-accordion-section .faq-accordion-header:hover {
    background-color: #C22126;
    transition: all 0.3s;
}
.faq-accordion-section .faq-accordion-header .accordion-title {
    color: #FFF;
    font-family: var(--font-family-secondary),sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 0;
    word-spacing: 0;
}
.faq-accordion-section .faq-accordion-content {
    display: none;
    padding: 16px 58px 22px 58px;
}
.faq-accordion-section .accordion-toggle-icon {
    min-width: 18px;
    min-height: 18px;
    margin-left: 10px;
}
.faq-accordion-section .faq-accordion-header:not(.active) .accordion-toggle-icon .minus {
    display: none;
}

.faq-accordion-section .faq-accordion-header.active .accordion-toggle-icon .plus {
    display: none;
}

@media (max-width: 1023px) {
    .faq-accordion-section .faq-accordion-header {
        padding: 15px 30px;
    }
    .faq-accordion-section .faq-accordion-content {
        padding: 16px 40px 10px 40px;
    }
}

@media (max-width: 699px) {
    .faq-accordion-section .faq-accordion-header {
        padding: 15px;
    }
    .faq-accordion-section .faq-accordion-content {
        padding: 15px;
    }
    .faq-accordion-section .accordion-toggle-icon {
        min-width: 16px;
        min-height: 16px;
    }
}

/* Block: featured-boxes */
/* Featured Boxes Styles */

.featured-boxes-section .featured-boxes-title {
    margin-bottom: 30px;
    color: #1e2d40;
    text-align: center;
}

.featured-boxes-section .featured-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.featured-boxes-section .featured-box {
    background-color: #ffffff;
    overflow: hidden;
}

.featured-boxes-section .featured-box-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.featured-boxes-section .featured-box-link:hover img {
    opacity: 0.8;
    transition: all 0.3s;
}

.featured-boxes-section .featured-box-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all 0.3s;
}

.featured-boxes-section .featured-box-image {
    background-color: #163561;
}

.featured-boxes-section .featured-box-content {
    padding: 20px 20px 16px 20px;
}

.featured-boxes-section .featured-box-summary {
    color: #000;
}

@media (min-width: 700px) {
    .featured-boxes-section .featured-box {
        flex: 1 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}


@media (max-width: 700px) {
    .featured-boxes-section .featured-box {
        width: 100%;
    }
}

/* Block: full-width-banner */
/* Full Width Banner Styles */

.full-width-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 40px;
    overflow: hidden;
}

.full-width-banner h2.heading.type-banner-title {
    color: #FFFFFF;
}

.full-width-banner .banner-content {
    width: 1100px;
}

@media (min-width: 1025px) {
    .full-width-banner h2.heading.type-banner-title {
        max-width: 760px;
    }
}
@media (max-width: 1024px) {     
    .full-width-banner .banner-content {
        width: 100%;
        text-align: center;
    }
} 

/* Block: full-width-image-banner */
/* Full Width Image Banner Styles */

.full-width-image-banner {
    position: relative;
    height: 565px;
    padding: 0 30px;
}

.full-width-image-banner .external-container {
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    min-height: 372px;
    padding-top: 55px;
}
.full-width-image-banner .full-width-banner-content {
    display: flex;
    max-width: 740px;
    gap: 31px;
}

.full-width-image-banner .banner-image {
    width: 66%;
}
.full-width-image-banner:before {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%)
}

.full-width-image-banner h2.banner-title.type-h2 {
    color: #FFF;
}

.full-width-image-banner .banner-summary {
    color: #FFF;
}

.full-width-image-banner .button-container .default-button-link {
    margin-top: 0px;
}


@media (max-width: 1024px) {
    .full-width-image-banner .full-width-banner-content {
        flex-direction: column;
        max-width: 100%;
    }
}

/* Block: full-width-image-with-text */
/* Full Width Image with Text Styles */

.full-width-img-text-block {
    display: flex;
    flex-direction: column;
    position: relative;
}
.full-width-img-text-block .content-wrapper {
    display: flex;
    align-items: stretch;
}

.full-width-img-text-block .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.full-width-img-text-block .text-section {
    padding: 75px 53px 30px 58px;
    position: relative;
    color: #fff; /* Adjust text color */
}

.full-width-img-text-block .text-section .background-overlay {
    background-position: 72px 225px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.34;
    top: 0px;
    left: 0px;
}

.full-width-img-text-block .image-left .text-section .eyebrow {
    margin-bottom: 50px;
}
.full-width-img-text-block .image-right .text-section .eyebrow {
    margin-bottom: 25px;
}
.full-width-img-text-block .text-section .eyebrow {
    display: flex;
    gap: 15px;
    align-items: center;
}
.full-width-img-text-block .text-section .eyebrow-icon {
    width: 28px;
    height: 28px;
    text-align: center;
}
.full-width-img-text-block .text-section .eyebrow-icon img {
    height: 100%;
    width: auto;
}
.full-width-img-text-block .text-section .eyebrow-text {
    font-family: var(--font-family-base), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    letter-spacing: 2px;
    word-spacing: 0px;
}
.full-width-img-text-block .clickable-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.full-width-img-text-block .clickable-icons .icon-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}
.full-width-img-text-block .clickable-icons .icon-item a:hover  {
    transition: all 0.3s;
    opacity: 0.7;
}
.full-width-img-text-block .clickable-icons .separator {
    color: #7789A3;
    font-size: 30px;
    font-weight: 300;
}
.full-width-img-text-block .clickable-icons .icon-item a .icon-wrapper {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-width-img-text-block .clickable-icons .icon-item a .icon-label {
    font-family: var(--font-family-base), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    letter-spacing: 2px;
    word-spacing: 0px;
    color: #DDDDDB;
}

.full-width-img-text-block .text-section .inner-column{
    z-index: 1;
    position: relative;
}

@media (min-width: 1025px) {
    .full-width-img-text-block .image-right.content-wrapper {
        flex-direction: row-reverse;
    }
    .full-width-img-text-block .content-wrapper .column {
        flex: 1;
        width: 50%;
    }
    .full-width-img-text-block .text-section .inner-column{
        max-width: 55%;
    }
    .full-width-img-text-block .image-right .text-section .inner-column{
        max-width: 550px;
        margin-left: auto;
    }
    .full-width-img-text-block .content-wrapper.image-right .heading {
        padding-right: 130px;
    }
    .full-width-img-text-block .content-wrapper.image-right .summary {
        padding-right: 135px;
    }
}
@media (max-width: 1024px) {     
    .full-width-img-text-block .content-wrapper {
        flex-direction: column-reverse;
    }
    .full-width-img-text-block .text-section {
        padding: 60px 30px;
    }
    .full-width-img-text-block .image-section {
        min-height: 360px;
    }
    
}
@media (min-width: 699px) {
    .full-width-img-text-block .clickable-icons .separator:last-child {
        display: none;  
    }
}
@media (max-width: 699px) {
    .full-width-img-text-block .clickable-icons {
        flex-direction: column;
        align-items: center;
        gap: 12.5px;
    }
    .full-width-img-text-block .clickable-icons .separator {
        font-size: 0px;
        line-height: 0px;
    }
    .full-width-img-text-block .clickable-icons .separator:after {
        content: "";
        width: 247px;
        height: 1px;
        background-color: #7789A3;
        display: inline-block;
    } 
}  

/* Block: hero-image-video */
/* Hero Image/Video Styles */

.hero-image-video-block {
    position: relative;
    height: 495px;
    overflow: hidden;
}

.hero-image-video-block .external-container {
    position: absolute;
    width: 1100px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

.hero-image-video-block .hero-background-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-image-video-block .embed-container {
    position: absolute; /* Changed from relative */
    width: 100%;
    height: 100%; /* Changed from 0 */
    overflow: hidden;
    padding-bottom: 0; /* Removed aspect ratio padding */
}

.hero-image-video-block .video-container {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); /* Center the container */
    min-width: 100%;
    min-height: 100%;
}

.hero-image-video-block .embed-container iframe,
.hero-image-video-block .embed-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.hero-image-video-block .youtube-wrapper,
.hero-image-video-block .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.hero-image-video-block .youtube-wrapper iframe,
.hero-image-video-block .vimeo-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

/* Video Overlay */
.hero-image-video-block .video-overlay {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    pointer-events: none; /* This ensures the overlay doesn't interfere with video controls */
    z-index: 1; /* Make sure the overlay appears above the video */
}

.hero-image-video-block .hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image-video-block .hero-background-image:before {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%)
}

.hero-image-video-block .hero-background-image-error {
    padding: 20px;
    background-color: #f8d7da;
    color: #721c24;
    text-align: center;
}

.hero-image-video-block .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    max-width: 578px;
    z-index: 2;
}

@media (max-width: 1159px) {
    .hero-image-video-block .external-container {
        left: 30px;
        transform: translateX(0%);
    }
}

@media (max-width: 1023px) {
    .hero-image-video-block .button-container {
      text-align: left;
    }
    .hero-image-video-block .external-container {
        width: 100%;
        left: 0px;
    }
    .hero-image-video-block .hero-content {
        left: unset;
    }
}

@media (max-width: 699px) {
    .hero-image-video-block .embed-container,
    .hero-image-video-block .video-container,
    .hero-image-video-block .youtube-wrapper,
    .hero-image-video-block .vimeo-wrapper {
        height: 100%;
        min-height: 495px;
    }

    .hero-image-video-block .embed-container iframe,
    .hero-image-video-block .embed-container video {
        height: 100%;
        min-height: 495px;
    }
}

/* Block: news-announcements-slider */
/* News & Announcements Slider Styles */



.news-slider {
    padding: 50px 30px;
}

.news-slider h2.heading.type-h2 {
    color: #fff;
    text-align: center;
}

.news-slider .slider-container {
    max-width: 1100px;
    margin: 0 auto;
}

.news-slider .swiper-external-container {
    margin: 40px 0px 50px 0px;
    position: relative;
}

.news-slider .swiper-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
}

.news-slider .swiper-button {
    width: 40px;
    height: 40px;
}

.news-slider .swiper-button-next {
    right: -10px;
}

.news-slider .swiper-button-prev {
    left: -10px;
}

.news-slider .swiper-button::after {
    display: none;
}

.news-slider .news-slide {
    background: #fff;
    overflow: hidden;
}

.news-slider .news-image {
    height: 275px;
    display: flex;
}

.news-slider .news-image a {
    transition: all 0.3s;
    width: 100%;
    background-color: #163561;
}

.news-slider .news-image a:hover img {
    opacity: 0.8;
    transition: all 0.3s;
}

.news-slider .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
}

.news-slider .news-content {
    padding: 20px 20px 16px 20px;
    display: flex;
    flex-direction: column;
    min-height: 254px;
}

.news-slider .button-container {
    text-align: center;
}

.news-slider .news-title {
    font-family: var(--font-family-secondary) , Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news-slider .news-title a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.3s;
}

.news-slider .news-title a:hover {
    transition: all 0.3s;
    color: #207BC1;
    text-decoration: underline;
}

.news-slider .news-meta .news-category a,
.news-slider .news-meta .news-date {
    font-family: var(--font-family-base), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    color: #163561;
}

.news-slider .news-meta {
    margin-top: auto;
}

@media (min-width: 700px) {
    .news-slider .news-title {
        -webkit-line-clamp: 6;
    }
    .news-slider .news-image {
        height: 200px;
    }
}

@media (min-width:1024px) {
    .news-slider .news-image {
        height: 125px;
    }
}

/* Block: news-listing */
/* News Listing Styles */


.news-listing-block .news-item {
    padding: 0px;
    margin-bottom: 18px;
}
.news-listing-block .news-item:before {
   display: none;
}

.news-listing-block .news-listing-title {
    color: #163561;
}

.news-listing-block .news-listing-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-listing-block .news-link {
    text-decoration: none;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
}

.news-listing-block .news-title {
    color: #207BC1;
    margin: 0px;
}

.news-listing-block .news-date {
    color: #163561;
    font-family: var(--font-family-base), Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0;
    word-spacing: 0;
}

.news-listing-block .news-link:hover .news-title {
    
}

.news-listing-block .no-news-found {
    text-align: center;
    font-size: 16px;
    color: #999;
}

/* Block: resource-boxes */
/* Resource Boxes Styles */

.resource-boxes-block {
    
}

.resource-boxes-block .resource-boxes-title {
    text-align: center;
}

.resource-boxes-block .resource-boxes-subtitle {
    max-width: 788px;
    margin: 0 auto 46px auto;
}

.resource-boxes-block .resource-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.resource-boxes-block .resource-box {
    text-decoration: none;
    color: inherit;
    max-width: 23%;
    position: relative;
}

.resource-boxes-block .resource-box:hover img {
    opacity: 0.34;
    transition: all 0.3s;
}

.resource-boxes-block .resource-box:hover .resource-box-title {
    text-decoration: underline;
    color: #207BC1;
    transition: all 0.3s;
}

.resource-box .resource-box-inner .resource-box-image {
    background-color: #207BC1;
}

.resource-boxes-block .resource-box-image img {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #207BC1;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    vertical-align: middle;
}

.resource-boxes-block .resource-box-title {
    color: #000000;
    font-family: var(--font-family-secondary), Sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: 0;
    word-spacing: 0;
    transition: all 0.3s;
    margin-top: 16px;
    transition: all 0.3s;
}

.resource-boxes-block .resource-box-summary {
    color: #000000;
}

@media (max-width: 699px) {
    .resource-boxes-block .resource-boxes-grid {
        flex-direction: column;
    }
    .resource-boxes-block .resource-box {
        max-width: 100%;
    }
}

/* Block: social-follow-us */
/* Socail Follow Us Styles */

.social-follow-us-block {
    text-align: center;
}
.social-follow-us-block .social-follow-us-title {
    margin-bottom: 35px;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.social-follow-us-block .social-follow-us-title h2.title {
    margin-bottom: 0px;
}
.social-follow-us-block .sb_instagram_header {
    display: none;
}

.social-follow-us-block  .social-follow-us-title a {
    width: 54px;
    height: 54px;
}

/* Block: staff-photo-boxes */
/* Staﬀ Photo Boxes Styles */

.staff-photo-boxes .staff-photo-boxes__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}
.staff-photo-boxes .staff-photo-box {
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 25%;
    padding: 0px 20px;
}

.staff-photo-boxes .staff-photo-box__image {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
}

.staff-photo-boxes .staff-photo-box__image img {
    transition: all 0.3s;
}

.staff-photo-boxes .staff-photo-box__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.staff-photo-boxes .staff-photo-box:hover .staff-photo-box__image img {
    opacity: 0.7;
    transition: all 0.3s;
}

.staff-photo-boxes .staff-photo-box:hover .staff-photo-box__title {
    text-decoration: underline;
    transition: all 0.3s;
}

.staff-photo-boxes .staff-photo-box__title {
    color: #207BC1;
    font-family: var(--font-family-secondary), Sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    margin-bottom: 10px;
    letter-spacing: 0;
    word-spacing: 0;
    transition: all 0.3s;
}

.staff-photo-boxes .staff-photo-box__summary {
    color: #000;
    padding: 8px 4px 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 699px) {
    .staff-photo-boxes .staff-photo-boxes__wrapper {
        flex-direction: column;
    }
    .staff-photo-boxes .staff-photo-box {
        max-width: 100%;
    }
}


/* Block: testimonial-quote */
/* Testimonial Quote Styles */

.testimonial-quote .testimonial-container {
    text-align: center;
}

.testimonial-quote .testimonial-image {
    display: inline-block;
    border: 5px solid #000; /* Default border color */
    border-radius: 50%;
    overflow: hidden;
    width: 173px;
    height: 173px;
    margin: 0 auto 30px; 
}

.testimonial-quote .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-quote .testimonial-quote-content {
    padding: 0px;
    margin: 0px;
}
.testimonial-quote .testimonial-quote-content p {
    color: var(--brand-primary-black);
    font-family: var(--font-family-secondary), Sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 47px;
}

.testimonial-quote .testimonial-footer {
    color: var(--brand-primary-black);
    font-family: var(--font-family-base), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    letter-spacing: 2px;
    word-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.testimonial-quote .testimonial-footer cite {
    font-style: normal;
}

.testimonial-quote .testimonial-footer .testimonial-icon svg {
    width: 23px;
    fill: var(--brand-secondary-dark-green); 
}


@media (min-width: 1025px) {
    .testimonial-quote .testimonial-container {
        padding: 0px 80px;
    }
}
@media (max-width: 699px) {
    .testimonial-quote .testimonial-quote-content p {   
        font-size: 30px;
        line-height: 33px;
    }
}   

/* Block: two-columns-image-with-text */
.two-columns-image-text {
    display: flex;
    justify-content: center;
}
.two-columns-image-text .two-columns-layout {
    display: flex;
    align-items: flex-start;
    gap: 42px;
}
.two-columns-image-text .image-column img {
    width: 100%;
    height: auto;
}

.two-columns-image-text .text-column {
    text-align: left;
}
.two-columns-image-text .text-column .summary {
    color: #666;
}

@media (min-width: 1025px) {
    .two-columns-image-text .column {
        flex: 1;
    }
    .two-columns-image-text .two-columns-layout.reverse {
        flex-direction: row-reverse;
    }
}
@media (max-width: 1024px) {     
    .two-columns-image-text .two-columns-layout {
        flex-direction: column-reverse;
    }
}  

/* Block: video-with-text */
/* Video with Text Styles */

/* General container */
.video-with-text-block {
}

.video-with-text-block .block-title {
    text-align: center;
    margin-bottom: 24px;
}

.video-with-text-block .block-subtitle {
    padding-bottom: 20px;
}

.video-with-text-block .block-summary {
    padding: 15px 0px 1px 0px;
}

.video-with-text-block .bottom-content {
    padding-top: 36px;
}

/* Video grid layout */
.video-with-text-block .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
    column-gap: 20px;
    row-gap: 50px;
}

.video-with-text-block .line-separator {
    width: 100%;
    margin: 15px 0px;
    height: 1px;
    background-color: #D5D5D5; 
}

.video-with-text-block .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    max-width: 100%; 
} 

.video-with-text-block .embed-container iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

@media (max-width: 699px) {
    .video-with-text-block .video-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        row-gap: 36px;
    }
}

