/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/* Global */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');


/* Header */
.elementor-nav-menu .sub-arrow {
    padding: 0 0 0 3px;
}

#header-main-menu ul.elementor-nav-menu > li:last-child > a {
    padding: 12px 20px;
    border-radius: 8px;
    background: #AB2328;
	border: 1px solid #AB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #fff;
    font-size: 18.857px;
	font-family: "canada-type-gibson", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#header-main-menu ul.elementor-nav-menu > li:last-child > a:hover {
    background: #fff;
    color: #AB2328 !important;
}

#header-main-menu > nav > ul.elementor-nav-menu {
    display: flex;
    gap: 24px;
}

.elementor-nav-menu:after {
    display: none;
}

header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 9;
}

.home header .site-logo-svg svg path.cls-1 {
    fill: #fff;
}

.home header.sticky-header .site-logo-svg svg path.cls-1 {
    fill: #000;
}

#header-main-menu ul.elementor-nav-menu ul.sub-menu {
    padding: 24px;
    border-top: 3px solid #AB2328;
    top: 57px !important;
    left: -24px !important;
}

#header-main-menu ul.elementor-nav-menu > li > ul.sub-menu {
    background: #FFF;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

#header-main-menu ul.elementor-nav-menu ul.sub-menu a {
    color: #344054;
    line-height: 28.578px;
    border-inline-start: 0;
    margin-bottom: 6px;
}

#header-main-menu ul.elementor-nav-menu ul.sub-menu a:hover {
    background-color: #fff;
    color: #AB2328;
}


#header-main-menu > nav > ul.elementor-nav-menu > li.two-col-menu > ul.sub-menu[aria-expanded="true"] {
    display: flex !important;
    gap: 24px;
}

#header-main-menu > nav > ul.elementor-nav-menu > li.two-col-menu ul a .sub-arrow{
	display: none;
}

#header-main-menu > nav > ul.elementor-nav-menu > li.two-col-menu > ul.sub-menu > li > ul {
    display: block !important;
    position: relative;
    border: none;
    margin: 0;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0;
	width: auto;
}

#header-main-menu > nav > ul.elementor-nav-menu > li.two-col-menu > ul.sub-menu > li {
    flex: 1 !important;
}

#header-main-menu > nav > ul.elementor-nav-menu > li.two-col-menu > ul.sub-menu > li > a {
    color: #111322;
    font-size: 13px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

#header-top-menu ul.sub-menu {
    padding: 24px;
    border-top: 3px solid #AB2328;
    top: 31px !important;
    left: -13px !important;
}

#header-top-menu ul.sub-menu a {
    color: #344054;
    border-inline-start: 0;
    margin-bottom: 6px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.578px;
    padding: 0;
	background-color: #fff;
}

#header-top-menu ul.sub-menu li.current-menu-item a {
    color: #AB2328;
}

#header-top-menu ul.sub-menu a:hover {
    background-color: #fff;
    color: #AB2328;   
}

#header-main-menu ul.elementor-nav-menu ul.sub-menu a.elementor-item-active {
    background: #fff;
    color: #AB2328;
}

#header-main-menu .elementor-nav-menu > li.current-menu-ancestor > a {
    color: #AB2328;
}

#header-main-menu .elementor-nav-menu > li.current-menu-ancestor > a svg path {
    fill: #AB2328
}

.home header.elementor-location-header .top-section, .home header.elementor-location-header .main-section {
    background-color: transparent !important;
}

.home header.elementor-location-header {
    height: 0;
}

.home header.elementor-location-header nav.elementor-nav-menu--main > ul > li > a {
    color: #fff !important;
}

.home header.elementor-location-header nav.elementor-nav-menu--main > ul > li > a svg path {
    fill: #fff;
}


.home header.elementor-location-header.sticky-header .top-section {
    background: linear-gradient(0deg, #2B5980 0%, #2B5980 100%) !important;
}

.home header.elementor-location-header.sticky-header .main-section {
	background-color: #fff !important;
}

.home header.elementor-location-header.sticky-header .main-section nav.elementor-nav-menu--main > ul > li > a {
    color: #111322 !important;
}

.home header.elementor-location-header.sticky-header .main-section nav.elementor-nav-menu--main > ul > li:last-child > a {
	color: #fff !important;
}

.home header.elementor-location-header.sticky-header .main-section nav.elementor-nav-menu--main > ul > li > a svg path {
    fill: #111322;
}


/* Page css */
.purple-hover:hover {
    background-color: #8371C6 !important;
}

.purple-hover:hover * {
    color: #fff !important;
}

.featured-event-card, .upcoming-event-card, .featured-posts-carousel .featured-post-card{
    display:flex;
    margin-bottom:48px;
    background:#F2F4F7;
    min-height:380px;
}

.featured-event-content, .upcoming-event-content, .featured-posts-carousel .fp-content{
    width:50%;
    padding: 0 48px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.featured-event-image, .upcoming-event-image, .featured-posts-carousel .featured-posts-image{
    width:50%;
}

.featured-event-image img, .upcoming-event-image img, .featured-posts-carousel .featured-posts-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.featured-event-date, .upcoming-event-date, .featured-posts-carousel .fp-content .featured-post-category { 
    margin-bottom: 17px;
    color: #AB2328;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
}

.featured-event-content .featured-event-title, .upcoming-event-content .upcoming-event-title, .featured-posts-carousel .fp-content .featured-post-title{
	margin: 0 0 18px;
	color: #30374F;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.featured-event-links, .upcoming-event-links {
    display:flex;
    gap:20px;
}

.featured-event-links a, .upcoming-event-links a, .featured-posts-carousel .fp-content .featured-post-read-more a {
    color: #0E2C44;
	font-family: "canada-type-gibson", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
}

.featured-event-links a:hover, .upcoming-event-links a:hover .featured-posts-carousel .fp-content .featured-post-read-more a:hover {
	color: #AB2328;
}

.events-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px;
}

.event-card .event-image {
    margin-bottom: 25px;
    display: block;
}

.event-card img{
    width:100%;
    aspect-ratio:16/11;
    object-fit:cover;
    display:block;
	border: 1px solid #B9C0D4;
}

.event-card .event-date {
    color: #AB2328;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
}

.event-card .event-title{
    margin-top:8px;
}

.event-card .event-title a{
    color: #30374F;
	font-family: "canada-type-gibson", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-block-end: 63px;
}

.elementor-widget-image-carousel .elementor-swiper-button {
    border-radius: 80.5px;
    border: 1.167px solid #E4E2E1;
    background: #FFF;
    padding: 17px;
}

.elementor-widget-image-carousel  .elementor-swiper-button.elementor-swiper-button-prev {
    left: -16px;
}

.elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
    right: -16px;
}

.grad-sec {
    position: relative;
    overflow: hidden;
}

.grad-sec:before {
    content: '';
    position: absolute;
    inset: 0;
    transform: scale(1.5);
    z-index: -1;
    background: linear-gradient(77deg, #76CCE4 0%, #167F78 26%, #85D3D3 64%, #836CC5 92%);
    filter: blur(5.910189628601074px);
}

#sticky-navbar {
    position: sticky;
    z-index: 5;
    top: 125px;
}

.in-page-link {
	scroll-margin-top: 150px;
}

.elementor-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
}

.elementor-widget-posts .elementor-post__text .elementor-post__meta-data {
    order: -1;
}

.gform_wrapper form#gform_1 label {
    color: #404968;
    font-family: Inter;
    font-size: 16.333px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.333px;
    margin-bottom: 7px;
}

.gform_wrapper form#gform_1 input, .gform_wrapper form#gform_1 textarea {
    border-radius: 9.333px;
    border: 1.167px solid #B9C0D4;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 16px;
    color: #404968;
    font-family: Inter;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 50px;
	outline: none;
}

.gform_wrapper form#gform_1 input::placeholder, .gform_wrapper form#gform_1 textarea::placeholder{
    color: #5D6B98;
}

.gform_wrapper form#gform_1 input[type=checkbox]{
    width: 24px;
    height: 24px;
    min-height: auto;
    padding: 0;
    outline: none;
    border-radius: 7px;
    border: 1px solid #B9C0D4;
    background: #FFF;
}

.gform_wrapper form#gform_1 label.gfield_consent_label {
    color: #5D6B98;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.gform_wrapper form#gform_1 label.gfield_consent_label a{
    color: #5D6B98;
    text-decoration: underline;
}

.gform_wrapper form#gform_1 input[type=submit]{
    border-radius: 10px;
    border: 1px solid #AB2328;
    background: #AB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 14px 23px;
    color: #FFF;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

.gform_wrapper form#gform_1 .gform_fields {
	column-gap: 38px;
	row-gap: 28px
}

.gform_wrapper form#gform_1 .gform_footer {
	margin-block-start: 38px;
}

.iti {
    width: 100% !important;
}

.gform_wrapper form .iti button.iti__selected-country {
    background: transparent !important;
    box-shadow: none !important;
    color: #111322 !important;
    height: 100% !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
	outline: none !important;
	padding: 7px !important;
}

.gform_wrapper form .iti button.iti__selected-country .iti__arrow {
    width: 8px;
    height: 8px;
    margin-left: 10px;
}

.gform_wrapper form .iti .iti__selected-dial-code {
    color: #5D6B98;
}

.gform_wrapper form .iti button.iti__selected-country .iti__selected-country-primary, .gform_wrapper form .iti button.iti__selected-country .iti__selected-country-primary:hover {
    background-color: transparent !important;
}

.gform_wrapper form .iti button.iti__selected-country:focus {
    border: none !important;
}

.gform_wrapper form input#iti-0__search-input {
    padding-left: 35px;
}

.gform_wrapper form button.iti__search-clear {
    background: #fff !important;
    padding: 5px !important;
    box-shadow: none !important;
}

.gform_wrapper form .iti__dropdown-content ul li {
    font-family: 'Inter';
    color: #404968;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error, .gfield_validation_message {
    font-family: 'Inter' !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    color: #30374F !important;
    font-family: 'canada-type-gibson';
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    padding-top: 100px;
}

.program-card {
    display: flex;
    min-height: 488px;
    background-color: #fff;
}

.program-card .program-content {
    flex: 1;
    align-self: center;
}

.program-card .program-thumb {
    flex: 1;
    background: #84D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.program-card .program-thumb img {
    padding: 60px;
	width: max-content;
}

.program-card .program-content .content-block {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.program-card .content-block .program-title {
    color: #AB2328;
    font-family: 'freight-sans-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    margin: 0;
}

.program-card .content-block  .program-excerpt {
    margin: 0;
    color: #30374F;
    font-family: 'canada-type-gibson';
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.program-card .content-block a {
    color: #0E2C44;
    font-family: 'canada-type-gibson';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

#programs-wrapper .owl-nav button, .featured-events-slider .owl-nav button, .featured-posts-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 80.5px;
    border: 1px solid #E4E2E1 !important;
    background: #FFF !important;
    width: 52px;
    height: 52px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#programs-wrapper .owl-nav button.owl-next, .featured-events-slider .owl-nav button.owl-next, .featured-posts-carousel .owl-nav button.owl-next {
    right: -20px;
}

#programs-wrapper .owl-nav button.owl-prev, .featured-events-slider .owl-nav button.owl-prev, .featured-posts-carousel .owl-nav button.owl-prev {
    left: -20px;
}

#program-results {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

#program-results .program-block {
    background: #F2F4F7;
    display: flex;
    padding: 52px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.program-block .program-title {
    color: #3E3E3E;
    font-family: 'freight-sans-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.341px;
    text-transform: uppercase;
    margin: 0;
	text-align: center;
}

.program-block .program-thumb {
    max-height: 66px;
}

.program-block .program-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.program-block .program-excerpt {
    color: #30374F;
    text-align: center;
    font-family: 'canada-type-gibson';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0;
}

.program-block a.program-link {
    margin-top: auto;
    border-radius: 9.333px;
    border: 1px solid #AB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 14px 24px;
    color: #AB2328;
    font-family: 'canada-type-gibson';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    transition: 0.3s;
}

.program-block .program-excerpt p {
    margin: 0;
}

.program-block a.program-link:hover {
    background: #AB2328;
    color: #fff;
}

#program-results.loading {
    pointer-events: none;
}

.program-skeleton {
    overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.program-skeleton-image,
.program-skeleton-title,
.program-skeleton-text,
.program-skeleton-btn {
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}

.program-skeleton-image {
    height: 120px;
	width: 100%;
    margin-bottom: 30px;
}

.program-skeleton-title {
    height: 34px;
    width: 90%;
    margin-bottom: 30px;
}

.program-skeleton-text {
    height: 35px;
    width: 100%;
    margin-bottom: 30px;
}

.program-skeleton-btn {
    height: 60px;
    width: 1000%;
    max-width: 200px;
    margin-bottom: 30px;
}

.program-skeleton-image::after,
.program-skeleton-title::after,
.program-skeleton-text::after,
.program-skeleton-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.6),
        transparent
    );
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    100% {
        left: 150%;
    }
}

.event-skeleton {
    overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.event-skeleton-image,
.event-skeleton-title,
.event-skeleton-text {
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}

.event-skeleton-image {
    width: 100%;
    margin-bottom: 30px;
    aspect-ratio: 3 / 2;
}

.event-skeleton-title {
    height: 34px;
    width: 90%;
    margin-bottom: 30px;
}

.event-skeleton-text {
    height: 35px;
    width: 100%;
    margin-bottom: 30px;
}

.event-skeleton-image::after,
.event-skeleton-title::after,
.event-skeleton-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.6),
        transparent
    );
    animation: shimmer 1.2s infinite;
}

.program-filter, .event-filter {
    display: flex;
    justify-content: space-between;
	margin-bottom: 64px;
}

.program-filter .filters, .event-filter .filters {
    display: flex;
    gap: 14px;
    flex: 1;
    justify-content: flex-end;
}

.program-filter select, .event-filter select {
    min-width: 280px;
    border-radius: 9.333px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    color: #101828;
    font-family: 'freight-sans-pro';
    font-size: 18.667px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 40px 12px 16px;
    cursor: pointer;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M0.972656%200.972168L6.80599%206.8055L12.6393%200.972168%22%20stroke%3D%22%23667085%22%20stroke-width%3D%221.94444%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 13px center;
	outline: none;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

.program-filter .searchbox input, .event-filter .searchbox input {
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 16px 12px 50px;
    color: #667085;
    font-family: 'freight-sans-pro';
    font-size: 18.667px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; 
    min-width: 326px;
    outline: none;
}

.program-filter .searchbox, .event-filter .searchbox, .blog .posts-filter-bar .search-field{
	position: relative;
}

.program-filter .searchbox:before, .event-filter .searchbox:before, .blog .posts-filter-bar .search-field:before {
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M20.417%2020.4165L17.0143%2017.0137M19.4448%2011.1804C19.4448%2015.7444%2015.7449%2019.4443%2011.1809%2019.4443C6.61686%2019.4443%202.91699%2015.7444%202.91699%2011.1804C2.91699%206.61637%206.61686%202.9165%2011.1809%202.9165C15.7449%202.9165%2019.4448%206.61637%2019.4448%2011.1804Z%22%20stroke%3D%22%23667085%22%20stroke-width%3D%221.94444%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: contain;
    outline: none;
    width: 36px;
    height: 24px;
    display: block;
    position: absolute;
    left: 16px;
    top: 14px;
}

.event-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 34px;
    row-gap: 38px;
}

.event-block .event-thumb img {
    aspect-ratio: 3/ 2;
    object-fit: cover;
}

.event-block .event-date {
    color: #AB2328;
    font-family: 'freight-sans-pro';
    font-size: 16.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
}

.event-block .event-title {
    color: #30374F;
    font-family: 'canada-type-gibson';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 8px 0 0;
}

.event-block .event-thumb {
    margin-bottom: 25px;
}

.featured-events-slider .featured-event-card {
    margin: 0;
}

.event-date-display {
    color: #FFF;
    text-align: center;
    font-family: 'canada-type-gibson';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
}

.gform_wrapper #gform_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.gform_wrapper #gform_2 input[type=email] {
    border-radius: 9.333px;
    border: 1.167px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    min-width: 420px;
    min-height: 56px;
    padding: 14px 16px;
    color: #667085;
    font-family:
    'Inter';
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}

.gform_wrapper #gform_2 .gform-footer {
    margin: 0;
}

.gform_wrapper #gform_2 .gform-footer input[type=submit] {
    border-radius: 9.333px;
    background: #AB2328;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    min-height: 56px;
    padding: 14px 23.333px;
    color: #FFF;
    font-family:
    'canada-type-gibson';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

p.no-match {
    min-height: 100px;
    display: grid;
    place-content: center;
    width: 100%;
    grid-column: span 3;
    color: #AB2328;
    font-family: 'canada-type-gibson';
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
	margin: 0;
}
#program-results p.no-match {
    grid-column: span 4;
}

.timeline-line:before {
    content: '';
    width: 3.5px;
    height: 100%;
    background-color: #AB2328;
    position: absolute;
    left: 60px;
}

#posts-results{
    margin-top:38px;
}
#posts-results .posts-grid, .latest-posts-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 34px;
    row-gap: 38px;
}

#posts-results .posts-grid .post-card a img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #B9C0D4;
}

#posts-results .posts-grid .post-card .post-category, .latest-posts-grid .latest-post-category {
    color: #AB2328;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    margin: 20px 0 8px 0;
}



#posts-results .posts-grid .post-card h3 a, .latest-posts-grid .latest-post-title a {
    color: var(--Gray-cool-800, #30374F);
    font-family: "canada-type-gibson", Sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.blog .posts-filter-bar {
    display: flex;
    justify-content: space-between;
}

.blog .posts-filter-bar .filters {
    display: flex;
    gap: 14px;
}

.blog .posts-filter-bar .search-field input#pf-search {
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 16px 12px 50px;
    color: #667085;
    font-family: 'freight-sans-pro';
    font-size: 18.667px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    min-width: 326px;
    outline: none;
}
.blog .posts-filter-bar .filters select{
    min-width: 280px;
    border-radius: 9.333px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1.167px 2.333px 0 rgba(16, 24, 40, 0.05);
    color: #101828;
    font-family: 'freight-sans-pro';
    font-size: 18.667px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    appearance: none;
    -moz-appearance: none;
    padding: 12px 40px 12px 16px;
    cursor: pointer;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M0.972656%200.972168L6.80599%206.8055L12.6393%200.972168%22%20stroke%3D%22%23667085%22%20stroke-width%3D%221.94444%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 13px center;
    outline: none;
}
.single-post h2.wp-block-heading {
    color: var(--Gray-cool-800, #30374F);
    font-family: "canada-type-gibson", Sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.elementor-counter .elementor-counter-number-wrapper {
    display: inline;
}

.events-card-wrapper {
    padding: 0 32px;
}


/* Responsive css */
@media screen and (max-width: 1520px){
	header a.site-logo-svg {
		max-width: 300px !important;
	}
	
	header.elementor-location-header nav.elementor-nav-menu--main > ul > li > a {
		font-size: 18px !important;
	}
	
	#sticky-navbar {
		top: 120px;
	}
}

@media screen and (max-width: 1366px){
	header a.site-logo-svg {
		max-width: 260px !important;
	}
	
	header.elementor-location-header nav.elementor-nav-menu--main > ul > li > a {
		font-size: 17px !important;
	}
	
	#header-main-menu ul.elementor-nav-menu > li:last-child > a {
    	padding: 10px 20px;
	}
	
	#sticky-navbar {
		top: 116px;
	}
}

@media screen and (max-width: 1280px) {
	#header-main-menu nav.elementor-nav-menu--main {
		display: none;
	}

	#header-main-menu .elementor-menu-toggle {
		display: block;
		background: transparent;
        padding: 0;
        font-size: 35px;
		height: 35px;
		z-index: 99;
	}

	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		display: block;
		margin: 0;
	}
	
	#header-main-menu {
		gap: 0;
	}
	
	#header-main-menu span.elementor-menu-toggle__icon--open {
		height: 35px;
	}
	
	#header-main-menu .elementor-menu-toggle[aria-expanded="false"] span.elementor-menu-toggle__icon--open {
		display: block;
	}
	
	.home header .elementor-menu-toggle svg path {
		stroke: #fff;
		fill: #fff;
	}

	.home header.sticky-header .elementor-menu-toggle svg path {
		stroke: #30374F;
		fill: #30374F;
	}
	
	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed;
        top: 0;
        height: 100vh;
        max-height: 100vh;
        padding: 90px 24px 24px;
        min-width: 375px;
        z-index: 9;
        transform: none;
        transition: left 0.3s;
		display: flex;
        flex-direction: column;
        justify-content: space-between;
		gap: 50px;
	}
	
	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="true"] {
		left: -425px;
	}

	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
		left: 0;
	}

	#header-main-menu nav.elementor-nav-menu--dropdown > ul {
		flex-direction: column;
	}

	#header-main-menu svg.elementor-menu-toggle__icon--close {
		height: 35px;
	}
	
	#header-main-menu #menu-footer-social {
		display: flex !important;
		flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
	}
	
	#header-main-menu #menu-footer-social .elementor-social-icons-wrapper {
		display: flex !important;
        flex-direction: column;
        gap: 16px;
	}
		
	#menu-footer-social .e-svg-base {
		width: 240px;
		margin-bottom: -16px;
	}

	#menu-footer-social .elementor-social-icons-wrapper a {
		background: #fff;
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	#menu-footer-social .elementor-social-icons-wrapper a svg {
		fill: #30374F;
	}
	
	#header-main-menu > nav > ul.elementor-nav-menu {
		gap: 35px;
	}
	
	#header-main-menu nav.elementor-nav-menu--dropdown > ul > li > a {
		color: #111322;
		font-family: 'freight-sans-pro';
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 16.5px;
		letter-spacing: 0.42px;
		text-transform: capitalize;
		background: none;
	}
	
	#header-main-menu ul.elementor-nav-menu > li > ul.sub-menu {
		box-shadow: none;
		border: none;
		padding: 24px 24px 0;
	}
	
	#header-main-menu ul.elementor-nav-menu > li:last-child > a {
		justify-content: center;
	}
	
	.start-price {
		position: relative !important;
	}

}

@media screen and (max-width: 1024px) {
	.featured-event-content, .upcoming-event-content, .featured-posts-carousel .fp-content {
		padding: 0 36px;
	}

	.featured-event-content .featured-event-title, .upcoming-event-content .upcoming-event-title, .featured-posts-carousel .fp-content .featured-post-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.event-card .event-title a {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 991px) {
	.program-filter, .event-filter {
		flex-direction: column;
		gap: 32px;
	}

	.select-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.home header.elementor-location-header .main-section {
		background-color: #fff !important;
	}

	.home header .site-logo-svg svg path.cls-1 {
		fill: #000;
	}

	.home header .elementor-menu-toggle svg path {
		stroke: #30374F;
		fill: #30374F;
	}
	
	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container{
		min-width: 100%;
	}
	
	#header-main-menu.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="true"] {
        left: -100%;
    }
	
	.home header.elementor-location-header {
		height: auto;
	}
	
	.featured-event-card, .upcoming-event-card, .featured-posts-carousel .featured-post-card {
		flex-direction: column-reverse;
	}

	.featured-event-content, .upcoming-event-content, .featured-posts-carousel .fp-content {
		width: 100%;
		padding: 24px;
	}

	.featured-event-image, .upcoming-event-image, .featured-posts-carousel .featured-posts-image {
		width: 100%;
	}

	.featured-event-content .featured-event-title, .upcoming-event-content .upcoming-event-title, .featured-posts-carousel .fp-content .featured-post-title {
		font-size: 28px;
		line-height: 36px;
	}

	.featured-event-date, .upcoming-event-date, .featured-posts-carousel .fp-content .featured-post-category {
		font-size: 14px;
		line-height: 26.41px;
	}

	.featured-event-links a, .upcoming-event-links a, .featured-posts-carousel .fp-content .featured-post-read-more a {
		font-size: 15px;
		line-height: 29.344px;
		letter-spacing: 1.05px;
	}
	
	.events-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.event-card .event-date {
		font-size: 14px;
		line-height: 26lx;
	}

	.event-card .event-title {
		margin: 0;
		font-size: 22px;
		line-height: 28px;
	}
	
	.policy-items ul.elementor-icon-list-items li {
		margin: 0 !important;
	}

	.policy-items ul.elementor-icon-list-items {
		justify-content: space-between !important;
	}

	.policy-items {
		width: 100%;
		padding: 0 18px;
	}
	
	select.sticky-navbar-dropdown {
		border-radius: 9.333px;
		border: 1.167px solid #B9C0D4;
		background: #FFF;
		box-shadow: 0 1.2px 2.3px 0 rgba(16, 24, 40, 0.05);
		padding: 12px 28px 12px 10px;
		font-family: 'canada-type-gibson';
		color: #30374F;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.2;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		outline: none;
	}
	
	#sticky-navbar .sticky-navbar-dropdown-wrap::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 8px;
		height: 8px;
		border-right: 2px solid #30374F;
		border-bottom: 2px solid #30374F;
		transform: translateY(-70%) rotate(45deg);
		pointer-events: none;
	}
	
	#sticky-navbar {
        top: 72px;
    }
	
	#posts-results .posts-grid, .latest-posts-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-widget-image-carousel  .elementor-swiper-button.elementor-swiper-button-prev {
		left: -8px;
		padding: 12px;
	}

	.elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
		right: -8px;
		padding: 12px;
	}
	
	.events-card-wrapper {
		padding: 0 16px;
	}

	.program-filter .filters, .event-filter .filters {
		flex-direction: column;
		gap: 16px;
	}

	.program-filter, .event-filter {
		gap: 16px;
	}

	.event-results {
		grid-template-columns: repeat(1, 1fr);
	}
}