{# START - Global Styles #}

.ac-coach-event--section-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    padding: 0rem 2rem;
}

.ac-coach-event__section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ac-coach-event--padding-top {
    padding-top: 50px;
}

.ac-coach-event--padding-bottom {
    padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Futura Std", "League Spartan", sans-serif;
    color: #000000;
}

.ac-event-post-template p {
    margin-bottom: 0px;
}



/* Fix for green bullet points */
ul li:not(.hs-menu-item):before {
    color: #000000 !important;
}

/* Fix for Bulma giving columns a negative top margin */
.columns {
    margin-top: 0px !important;
}

.columns:last-child {
    margin-bottom: 0px !important;
}

/* styling for the listing page */

.ac-coach-event__listing {
  padding: 2rem;
  max-width: 1334px;
}

.ac-coach-event__listing.ac-coach-event__listing-listing-view {
  padding: 2rem;
}

.ac-coach-event__listing-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ac-coach-event__listing-columns .ac-coach-event__listing-card {
  width: calc(25% - 1rem); /* 3 columns */
  box-sizing: border-box;
  margin-bottom: 1rem;
}

/* Tablet (2 columns) */
@media (max-width: 1024px) {
  .ac-coach-event__listing-columns .ac-coach-event__listing-card {
    width: calc(50% - 1rem);
  }
}

/* Mobile (1 column) */
@media (max-width: 640px) {
  .ac-coach-event__listing-columns .ac-coach-event__listing-card {
    width: 100%;
  }
}

.ac-coach-event__listing-image {
    height: 263px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ac-coach-event__listing-date {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.ac-coach-event__listing-name {
    color: #191919;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.ac-coach-event__listing-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.ac-coach-event__listing-learn-more-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: all .3s ease;
}

.ac-coach-event__listing-learn-more-button:hover {
  transform: translateX(6px);
  transition: all .3s ease;
}

.ac-coach-event__listing-learn-more {
    color: #00548F;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}



{# END - Global Styles #}

{# START - Header #}

.ac-coach-event-header-container {
    background-color: #fff;
}

.ac-coach-event-header {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1334px;
    padding: 2rem;
    width: 100%;
}

.ac-coach-event__element-container {
    margin-bottom: 1rem;
}

.ac-coach-event__button-container.ac-coach-event__element-container, 
.ac-coach-event__logo-container.ac-coach-event__element-container {
    margin-bottom: 0;
}

a.ts-widgetLink {
    font-family: Futura Std, League Spartan, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {

.ac-coach-event-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

}

@media (max-width: 767px) {

.ac-coach-event__button-container, 
.ac-coach-event__logo-container {
    order: -1;
}

}

{# END - Header #}
 

{# START - Hero Banner #}

.ac-coach-event__hero {
    margin-top: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.ac-coach-event__hero-inner {
    position: relative;
    z-index: 2;
}

.ac-coach-event__hero-video iframe {
    width: 100%;
}

.c-hero__box h1,
.c-hero__box h6,
.c-hero__box p {
    color: #FFFFFF;
}

.c-hero__box h1,
.c-hero__box h6 {
    
}

.c-hero__date-time-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-hero__date-time-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.c-hero__date-time-text-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-hero__date-time-top-text {
    font-weight: 700;
    font-size: 18px;
}

.c-hero__date-time-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.c-hero__date-time-top-text, 
.c-hero__date-time-text {
    margin-bottom: 0px;
}

.c-coach-event__hero-overlay {
    background-color: rgba(0, 28, 67, 0.7777777777777778);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.c-coach-event__hero-overlay.c-coach-event__hero-overlay--no-background-image {
    background-color: rgba(0, 28, 67, 1);
}

{# END - Hero Banner #}


{# START - Richtext with Bullets & CTA with Socials Section #}

.ac-coach-event__richtext-with-bullets {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ac-coach-event__richtext-with-bullets .column ul li:not(.hs-menu-item):before {
    color: #000000;
}

.ac-coach-event__richtext-with-bullets-details {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.ac-coach-event__richtext-with-bullets-divider {
    margin: 40px 0px;
    border-top: 1px solid #CBCCCC;
}

.ac-coach-event__richtext-with-bullets-socials-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.ac-coach-event__richtext-with-bullets-socials {
    display: flex;
    flex-direction: row;
    gap: 28px;
    justify-content: flex-start;
    margin-top: 2rem;
}

#stickySocials.fixed {
  position: fixed;
  top: 1rem;
  z-index: 100;
}

#stickySocials.bottomed {
  position: absolute;
  bottom: 0;
}

#stickySocials {
  transition: all 0.2s ease;
}



{# END - Richtext with Bullets & CTA with Socials Section #}


{# START - Richtext & Image #}

.ac-coach-event__richtext-image-section ul li:not(.hs-menu-item):before {
    color: #000000;
}

.ac-coach-event__richtext-image-columns {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0;
}

.ac-coach-event__richtext-image-columns {
    flex-direction: column;
}

.ac-coach-event__richtext-image-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-color: #001c43;
}

.ac-coach-event__richtext-image-content {
    padding: 50px 60px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {

    .ac-coach-event__richtext-image-columns {
        flex-direction: row;
    }

    .ac-coach-event__richtext-image-columns--reverse {
        flex-direction: row-reverse;
    }

    .ac-coach-event__richtext-image-content {
        max-width: 667px;
    }

}

{# END - Richtext & Image #}


{# START - Hosted By #}

.ac-coach-event__hosts-section {
    max-width: 900px;
}

.ac-coach-event__hosts-heading {
    font-weight: 500;
}

.ac-coach-event__hosts {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #CBCCCC;
    border-radius: 20px;
    gap: 20px;
}

.ac-coach-event__host {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.ac-coach-event__host-image {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

.ac-coach-event__host-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(100%);
}

.ac-coach-event__host-position {
    color: #000000;
}

.ac-coach-event__host-name,
.ac-coach-event__host-position {
    margin-bottom: 0px;
}

.ac-coach-event__host-name {
    font-size: 18px;
    font-weight: 500;
}

.ac-coach-event__hosts-divider {
    margin: 20px 0px;
    border-top: 1px solid #CBCCCC;
}

@media (min-width: 768px) {

    .ac-coach-event__host {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ac-coach-event__host-details {
        width: calc(100% - 120px); /* Adjusted for image width */
        align-items: flex-start;
    }

}

{# END - Hosted By #}


{# START - Form #}

.ac-coach-event__form-section {
    max-width: 916px;
    padding: 30px 0px;
}

.ac-coach-event__form-heading {
    font-weight: 500;
}

.ac-coach-event__form-section .hsfc-Step .hsfc-Step__Content {
    padding: 0px;
}

{# END - Form #}

{# START - Testimonials #}

.ac-coach-event--section-container.ac-coach-event__testimonials-section {
  max-width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-intro {
    text-align: center;
    color: #FFFFFF;
}

.ac-testimonials__eyebrow-inner,
.ac-testimonials__heading,
.ac-testimonials__description,
.ac-testimonials__name {
    color: #FFFFFF;
}

.ac-testimonials__content-container {
    background-color: #001c43;
    border: 1px solid #FFFFFF;
}

.ac-coach-event__testimonials-section {
    background-color: #001c43;
}

.ac-testimonials__image {
    position: relative;
}

.ac-testimonials__content-container {
    padding: 30px 60px;
    color: #FFFFFF;
}

.ac-testimonials__description {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
}

.ac-testimonials__name {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Futura Std", "League Spartan", sans-serif !important;
}

.slick-arrow {
    border: none !important;

}
.ac-testimonials .slick-next {
    left: 110px;
    width: 20px;
    height: 20px;
    bottom: -110px !important;
    top: inherit;
    z-index:2;

}
.ac-testimonials .slick-prev {
    left: 60px;
    width: 20px;
    height: 20px;
    bottom: -110px !important;
    top: inherit;
    z-index:2;
}

.slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20clip-path='url(%23clip0_995_2)'%3E%3Cpath%20d='M13.8004%2022.4004C14.3004%2021.9004%2014.3004%2021.0004%2013.8004%2020.5004L7.30039%2014.2004H22.7004C23.4004%2014.2004%2024.0004%2013.6004%2024.0004%2012.9004V11.1004C24.0004%2010.4004%2023.4004%209.80039%2022.7004%209.80039H7.30039L13.8004%203.50039C14.3004%203.00039%2014.3004%202.10039%2013.8004%201.60039L12.6004%200.400391C12.1004%20-0.0996094%2011.3004%20-0.0996094%2010.8004%200.400391L0.400391%2011.1004C-0.0996094%2011.6004%20-0.0996094%2012.4004%200.400391%2013.0004L10.8004%2023.7004C11.3004%2024.2004%2012.1004%2024.2004%2012.6004%2023.7004L13.8004%2022.4004Z'%20fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='clip0_995_2'%3E%3Crect%20width='24'%20height='24'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slick-prev:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20clip-path='url(%23clip0_995_2)'%3E%3Cpath%20d='M13.8004%2022.4004C14.3004%2021.9004%2014.3004%2021.0004%2013.8004%2020.5004L7.30039%2014.2004H22.7004C23.4004%2014.2004%2024.0004%2013.6004%2024.0004%2012.9004V11.1004C24.0004%2010.4004%2023.4004%209.80039%2022.7004%209.80039H7.30039L13.8004%203.50039C14.3004%203.00039%2014.3004%202.10039%2013.8004%201.60039L12.6004%200.400391C12.1004%20-0.0996094%2011.3004%20-0.0996094%2010.8004%200.400391L0.400391%2011.1004C-0.0996094%2011.6004%20-0.0996094%2012.4004%200.400391%2013.0004L10.8004%2023.7004C11.3004%2024.2004%2012.1004%2024.2004%2012.6004%2023.7004L13.8004%2022.4004Z'%20fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='clip0_995_2'%3E%3Crect%20width='24'%20height='24'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.2%201.60039C9.7%202.10039%209.7%203.00039%2010.2%203.50039L16.7%209.80039H1.3C0.6%209.80039%200%2010.4004%200%2011.1004V12.9004C0%2013.6004%200.6%2014.2004%201.3%2014.2004H16.7L10.2%2020.5004C9.7%2021.0004%209.7%2021.9004%2010.2%2022.4004L11.4%2023.6004C11.9%2024.1004%2012.7%2024.1004%2013.2%2023.6004L23.6%2012.9004C24.1%2012.4004%2024.1%2011.6004%2023.6%2011.0004L13.2%200.400391C12.7%20-0.0996094%2011.9%20-0.0996094%2011.4%200.400391L10.2%201.60039Z'%20fill='white'/%3E%3C/svg%3E");
}

.slick-next:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.2%201.60039C9.7%202.10039%209.7%203.00039%2010.2%203.50039L16.7%209.80039H1.3C0.6%209.80039%200%2010.4004%200%2011.1004V12.9004C0%2013.6004%200.6%2014.2004%201.3%2014.2004H16.7L10.2%2020.5004C9.7%2021.0004%209.7%2021.9004%2010.2%2022.4004L11.4%2023.6004C11.9%2024.1004%2012.7%2024.1004%2013.2%2023.6004L23.6%2012.9004C24.1%2012.4004%2024.1%2011.6004%2023.6%2011.0004L13.2%200.400391C12.7%20-0.0996094%2011.9%20-0.0996094%2011.4%200.400391L10.2%201.60039Z'%20fill='white'/%3E%3C/svg%3E");
}

.ac-testimonials.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.ac-testimonials__image--container {
    width:100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    
}

.is-reversed .ac-testimonials__image.dots:before {
    left: auto;
    right: -50px;
}

.column img.play-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    transition: width 0.3s;
}

.ac-testimonials__image--container a:hover .play-overlay-icon {
    width:120px;
    transition: width 0.3s;
}

.c-two-column-blog-listing--buttons {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.splide__pagination,
.splide__arrows {
  display: none !important;
}

.column img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ac-coach-event__testimonials-section .is-align-items-center {
    align-items: flex-start !important;
    }
}

@media screen and (min-width: 1451px) {

    .ac-testimonials .slick-next {
    display: none !important;
    }
    .ac-testimonials .slick-prev {
    display: none !important;

    }
    
}

{# END - Testimonials #}


{# START - Upcoming Events #}

.ac-coach-event--section-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 1334px;
    padding-left: 32px;
    padding-right: 32px;
}

.ac-coach-event__upcoming-events-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ac-coach-event__listing-upcoming-events-columns-container {
    max-width: 1334px;
    margin: 0 auto;
}

.ac-coach-event__listing-date {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.ac-coach-event__listing-name {
    color: #191919;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.ac-coach-event__listing-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.ac-coach-event__listing-learn-more-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ac-coach-event__listing-learn-more {
    color: #00548F;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}


{# END - Upcoming Events #}


{# START - Footer #}

.ac-coach-event-footer-container {
  background-color: #001C43;
}

.ac-coach-event-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  max-width: 1334px;
  margin: 0 auto;
}

.ac-coach-event-footer__column {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.ac-coach-event-footer__left-column,
.ac-coach-event-footer__right-column {
  align-items: flex-start;
  text-align: left;
}

.ac-coach-event-footer__left-column {
  margin-top: 1rem;
}

.ac-coach-event-footer__details-line {
  margin-bottom: 1rem;
}

.ac-coach-event-footer__location-text {
  margin-top: 1rem;
}

.ac-coach-event-footer__details-line,
a.ac-coach-event-footer__details-line {
  color: #FFFFFF;
  text-decoration: none;
}

.ac-coach-event-footer__social-icon {
  margin: 0 0.5rem;
}

.ac-coach-event-footer__social-icon svg path {
  fill: #FFFFFF;
}

.ac-coach-event-footer__privacy-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ac-coach-event-footer__privacy-container a {
  color: #FFFFFF;
  text-decoration: none;
}

.ac-coach-event-footer__privacy-divider {
  margin: 0px 5px;
}

@media (min-width: 767px) {

    .ac-coach-event__listing-upcoming-events-columns-container {
        padding: 0rem 2rem;
    }

}

@media (min-width: 767px) {
  
  .ac-coach-event-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  
  .ac-coach-event-footer__left-column {
    align-items: flex-start;
    text-align: left;
    margin-right: 2rem;
  }

  .ac-coach-event-footer__right-column {
    align-items: flex-end;
    text-align: right;
  }
  
}

{# END - Footer #}

{# Event Listing View - Filter #}

.ac-coach-event__listing-filter-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ac-coach-event__listing-filter-event-type {
  margin-left: 20px;
}

.ac-coach-event__listing-no-events-message {
  display: none; /* Initially hidden */
  text-align: left;
  font-weight: 600;
  color: #b00;
  margin: 2rem 0;
}


/* (Quill) WYSIWYG editor */

/* Quill unordered list fix: show bullets for <ol> with data-list="bullet" */
.ac-coach-event__richtext-with-bullets-content ol li[data-list="bullet"] {
  list-style-type: disc;
  padding-left: 0;
}

/* Quill ordered list fix: show numbers for <ol> with data-list="ordered" */
.ac-coach-event__richtext-with-bullets-content ol li[data-list="ordered"] {
  list-style-type: decimal;
  padding-left: 0;
}



