html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Bricolage Grotesque';
    font-size: 16px;
    color: #7D8392;
}


/* General Styling */

.container {
    padding: 0 32px 60px;
}



.hero {
    height: 550px;
    overflow: hidden;
    position: relative;
}
.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    box-sizing: border-box;
    top: 0; bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    padding: 60px 32px 32px;
    text-align: center;
}
.hero-overlay .logo {
    width: 100%;
    max-width: 490px;
}
.hero-overlay h2 {
    font-size: 44px;
    color: #fff;
    margin: 0;
}
.hero-overlay a img {
    width: 50px;
}


/* CTA section */
.cta-section {
    padding-top: 60px;
    display: flex;
    background: #F5F6F7;
    gap: 100px;
    align-items: center;
    justify-content: space-between;
}


/* Plan section */
.plan-section {
    padding-top: 60px;
    display: flex;
    gap: 40px;
}
.plan-section .image {
    flex: 0 0 45%;
}
.plan-section .content {
    display: flex;
    flex: 0 0 calc(55% - 40px);
    flex-direction: column;
    justify-content: center;
}
.plan-section > .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plan-section h2 {
    font-size: 40px;
    letter-spacing: -1.4px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #0F131E;
}
.plan-section .first-paragraph p {
    margin: 0 0 8px;
    color: #F26A24;
    letter-spacing: -0.48px;
}
.plan-section .plan-paragraphs p {
    margin: 0 0 16px;
    letter-spacing: -0.48px;
}
.plan-section .plan-paragraphs {
    margin-bottom: 34px;
}
.plan-section h4 {
    color: #1D1E1F;
    letter-spacing: -0.48px;
    margin: 0 0 24px;
    font-weight: 700;
}
.plan-section .plan-item {
    color: #1D1E1F;
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    gap: 12px;
}
.plan-item .image {
    flex: 0 0 32px;
    text-align: center;
}
.plan-item .image img {
    height: 27px;
}




/* Location section */
.location-section {
    padding-top: 60px;
    display: flex;
    gap: 40px;
}
.location-section .map {
    flex: 0 0 45%;
}
.location-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location-section h2 {
    font-size: 40px;
    letter-spacing: -1.4px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #0F131E;
}
.location-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #F26A24;
    font-size: 24px;
    letter-spacing: -0.72px;
}
.location-link img {
    width: 16px;
    margin-right: 8px;
}
.location-section p.first {
    color: #3E4350;
}
.location-section .cta-links {
    display: flex;
    margin-top: 50px;
    align-items: center;
    gap: 18px;
}
.location-section .cta-links a {
    text-decoration: none;
    color: #7D8392;
}
.cta-section a.cta-btn,
.location-section .cta-links a.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #D4D6DB;
    text-decoration: none;
    color: #3E4350;
    white-space: nowrap;
    transition: box-shadow 0.3s ease-in-out;
}
.cta-section a.cta-btn {
    font-size: 20px;
    height: 64px;
    padding: 0 24px;
}
.cta-section a.cta-btn img {
    width: 27px;
    margin-left: 8px;
}
.location-section .cta-links a.cta-btn img {
    width: 22px;
    margin-left: 8px;
}
.cta-section a.cta-btn:hover,
.location-section .cta-links a.cta-btn:hover {
    box-shadow: 1px 1px #0F131E;
}


/* Form section */
.form-section {
    background: #F5F6F7;
    padding: 60px 10%;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}
.form-section h3 {
    color: #3E4350;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.96px;
    flex: 0 0 34%;
}
.form-section h3 span {
    color: #F26A24;
}

.form-section form li#field_2_1 {
	padding-right: 0 !important;
}
form input#input_2_1 {
    border-radius: 4px;
    border: 1px solid #D4D6DB;
    display: flex;
    height: 64px;
    padding: 0 24px;
    font-size: 20px;
    color: #3E4350;
}
form #gform_submit_button_2 {
    border-radius: 4px;
    border: 1px solid #F26A24;
	background: #F26A24;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
	margin-right: 0;
	padding: 0 16px;
}



/* News */
.news-container-outer {
  position: relative;
  padding-bottom: 78px;
}
.news-btns {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: center;
}
.news-btns img {
    width: 54px;
    cursor: pointer;
}
.news-btns img#news-prev {
    transform: rotate(180deg);
}
#news-slide-container {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
#news-slides {
  display: flex;
  width: 150%;
}

.news-slide {
  width: 25%;
  padding: 0px;
  box-sizing: border-box;
  padding-right: 8px;
}
.news-image {
    height: 25vw;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content {
    padding: 16px;
    background: #F5F6F7;
    position: relative;
    height: 10vw;
    transition: height 0.3s ease-in-out;
}
.news-content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
}
.news-content h3 a {
    text-decoration: none;
    color: #1D1E1F;
}
.news-cta-overlay {
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 100%;
    box-sizing: border-box;
    padding: 32px 16px 16px;
    background: linear-gradient(transparent 0,#f5f6f7 40%);
}
.event-cta-overlay a,
.news-cta-overlay a {
    color: #F26A24;
    text-decoration: none;
}
.event-cta-overlay a img,
.news-cta-overlay a img {
    width: 16px;
    margin-left: 4px;
    display: none;
}
.news-section h2 {
    color: #1D1E1F;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin: 48px 0 24px;
    text-align: center;
}





/* Header */
#header {
    background: rgba(245, 246, 247, 0.90);
    backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 32px;
    position: sticky;
    top: 0;
    z-index: 10000;
}
#header .logo img {
    width: 131px;
}
#header .header-nav {
    display: flex;
    gap: 24px;
    flex: 1 0 auto;
    justify-content: center;
}
#header .header-nav a {
    text-decoration: none;
    color: #7D8392;
}
#header .header-nav a.active {
    color: #1D1E1F;
}
#header .header-nav a:hover {
    color: #1D1E1F;
}
#header .hamburger-menu {
    display: none;
    gap: 10px;
    flex-direction: column;
}
#header .hamburger-menu div {
    height: 2px;
    background: #7D8392;
}
#header .header-nav-mobile {
    position: absolute;
    top: 86px;
    right: 0;
    width: 100%;
    height:calc(100vh - 86px);
    background: #F5F6F7;
    display: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    display: none;
}
#header .header-nav-mobile a {
    text-decoration: none;
    color: #1D1E1F;
    font-size: 20px;
}



/* Footer */
#footer {
    background: #7D8392;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 24px 24px 32px;
}
#footer a {
    color: #fff;
}


/* Events */

.event-calendar-list {
    display: flex;
    gap: 40px;
}
.events-section h2 {
    color: #1D1E1F;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin: 48px 0 48px;
    text-align: center;
}
.event-calendar-list .event-image {
    flex: 0 0 45%;
    text-align: center;
}
.event-calendar-list .event-image img {
    width: 100%;
    max-width: 470px;
}
.event-calendar-list .calendar-list {
    display: flex;
    gap: 40px;
}
.event-calendar-list .calendar-list [class^="col-"] {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 20px);
}
.event-listing {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    box-sizing: border-box;
    padding-bottom: 32px;
}
.event-listing .event-icon {
    height: 27px;
    padding-right: 8px;
}
.event-listing .event-icon img {
    height: 100%;
}
.event-listing .event-date {
    font-size: 27px;
    color: #1D1E1F;
    font-weight: 600;
    margin: 0 0 10px;
}
.event-listing .event-title {
    flex: 0 0 100%;
    font-size: 24px;
    font-weight: 600;
    color: #F26A24;
    margin: 0 0 10px;
}
.event-listing .event-time {
    flex: 0 0 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1D1E1F;
}

.event-posters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 60px;
}
.event-poster {
    flex: 0 0 calc((100% - 40px) / 3);
    position: relative;
    overflow: hidden;
}
.event-poster .event-image {
    width: 100%;
    position: relative;
    height: 38vw;
    transition: height 0.3s ease-in-out;
}
.event-poster .event-image img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    transition: top 0.3s ease-in-out;
}
.event-poster .content {
    background: #F5F6F7;
    padding: 16px 16px 60px;
    position: relative;
    height: 4vw;
    transition: height 0.3s ease-in-out;
}
.event-poster .content h3 {
    color: #1D1E1F;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}
.event-cta-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 16px 16px;
    background: linear-gradient(transparent 0, #f5f6f7 40%);
}





/* Single Blog Post Page */
.blog-container {
    display: flex;
    gap: 40px;
}
.blog-content {
    padding: 60px 0;
}
.blog-sidebar {
    padding: 0 0 0 40px;
    margin-top: 60px;
    border-left: 1px solid #7D8392;
    flex: 0 0 25%;
}
.blog-content h1 {
    font-size: 40px;
    color: #1D1E1F;
    margin: 0 0 32px;
    letter-spacing: -1.2px;
}
.post-author-date {
    margin-bottom: 32px;
}
.blog-content .post-image {
    margin-bottom: 40px;
}
.blog-content .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-content hr {
    margin: 40px 0 16px;
    background-color: #7D8392 !important;
}
.blog-cats {
    font-style: italic;
}
.blog-sidebar h3 {
    color: #1D1E1F;
    font-size: 18px;
    letter-spacing: -0.54px;
    margin: 0 0 24px;
}
.recent-blog-listing {
    margin: 0 0 12px;
}
.recent-blog-listing a {
    color: #F26A24;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.54px;
}



/* Media Queries */

@media (min-width: 768px) {
    .event-poster .event-image:has(+ .content:hover) {
        height: 27vw;
    }
    .event-poster .event-image:has(+ .content:hover) img {
        top: -5vw;
    }
    .news-image:has(+ .news-content:hover) {
        height: 10vw;
    }
    .event-poster .content:hover {
        height: 15vw;
    }
    .news-content:hover {
        height: 25vw;
    }
    .event-poster .content:hover .event-cta-overlay a,
    .news-content:hover .news-cta-overlay a {
        color: #1D1E1F;
    }
    .event-poster .content:hover .event-cta-overlay a img,
    .news-content:hover .news-cta-overlay a img {
        display: inline;
    }
	
}


@media (max-width: 992px) {
    .location-section .map iframe {
        height: 600px !important;
    }
    .event-calendar-list {
        flex-wrap: wrap;
    }
    .event-calendar-list .event-image {
        flex: 0 0 100%;
    }
    .event-calendar-list .calendar-list {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .event-posters {
        flex-wrap: wrap;
    }
    .event-poster {
        flex: 0 0 100%;
    }
    .event-poster .event-image {
        height: auto;
        text-align: center;
    }
    .event-poster .event-image img {
        width: 50%;
        position: relative;
    }
    .event-poster .content {
        flex: 0 0 100%;
        background: #fff;
        height: auto;
        padding: 24px 16px;
    }
    .event-cta-overlay {
        background: #fff;
        position: relative;
        padding-left: 0;
    }
    .event-cta-overlay a img {
        display: none;
    }
    .event-calendar-list .calendar-list {
        flex-wrap: wrap;
        gap: 0;
    }
    .event-calendar-list .calendar-list [class^="col-"] {
        flex: 0 0 100%;
    }
    .col-2 .event-listing:last-child {
        padding-bottom: 0;
    }
    .container.blog-container {
        flex-wrap: wrap;
    }
    .blog-content {
        flex: 0 0 100%;
        padding-bottom: 30px;
    }
    .blog-sidebar {
        flex: 0 0 100%;
        border-left: none;
        margin-top: 0;
        padding-left: 0;
    }
    .container.cta-section {
        flex-wrap: wrap;
        padding-top: 60px;
        gap: 40px;
    }
    .container.plan-section {
        flex-wrap: wrap;
        padding-top: 60px;
    }
    .location-section {
        flex-wrap: wrap;
    }
    .plan-section .content,
    .plan-section > .image,
    .location-section .map {
        flex: 0 0 100%;
    }
    .location-section .map iframe {
        height: 450px !important;
    }
    
    .form-section {
        padding: 60px 16px;
        flex-wrap: wrap;
    }
    .form-section h3 {
        flex: 0 0 100%;
    }
    .form-section form {
        flex: 0 0 100%;
    }
    .news-container-outer {
        padding-bottom: 0;
    }
    .news-btns {
        display: none;
    }
    .news-slide {
        width: 67%;
    }
    #news-slides {
        width: 402%;
    }
    .news-image {
        height: 50vw;
    }
    .news-content {
        box-sizing: border-box;
        height: 50vw;
    }
    .event-poster .content .event-cta-overlay a
    .news-content .news-cta-overlay a {
        color: #1D1E1F;
    }
    .event-poster .content .event-cta-overlay a img,
    .news-content .news-cta-overlay a img {
        display: inline;
    }
    .container {
        padding: 0 16px 60px;
    }
    #header {
        flex-wrap: wrap;
        justify-content: space-between;
        height: 86px;
    }
    #header .hamburger-menu {
        display: flex;
        width: 40px;
    }
    #header .header-nav {
        display: none;
    }
    #header .logo img {
        width: 94px;
    }
	form#gform_2 {
		display: flex !important;
		flex-wrap: wrap;
	}
	.gform-footer.gform_footer.top_label,
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		max-width: 100% !important;
	}
	form input#input_2_1 {
		width: calc(100vw - 48px);
	}
	.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
		display: none !important;
	}
	.gform-footer.gform_footer.top_label {
		margin: 0 !important;
	}
	.gform-footer.gform_footer.top_label {
		flex: 0 0 100%;
	}
	form #gform_submit_button_2 {
		width: 100%;
	}
}

@media (max-width: 640px) {
	form input#input_2_1 {
		width: calc(100vw - 32px);
	}
}

@media (max-width: 480px) {
    .location-section .cta-links {
        flex-wrap: wrap;
    }
    .location-section .cta-links a {
        flex: 0 0 100%;
        text-align: center;
    }
	
}