/** "Neue Haas Grotesk Display Pro" **/
/*All pages CSSs*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul li,
.text-white ol li{
    color: #fff!important;
}
.max-width {
    max-width: 1410px;
    margin: 0 auto;
}
.event-home-hero-block-section{
    height: 778px;
    display: flex;
    align-items: center;
}
.event-home-hero-block-section .img-wrapper{
    max-width: 690px;
    margin-bottom: 15px;
}
.event-home-hero-block-section h1{
    color: #222222;
    font-family: "neue-haas-grotesk-display", sans-serif!important;
    font-size: 106px;
    font-weight: 400;
    line-height: 1em;
}
.event-home-hero-block-section .text-white h1{
    font-size: 52px;
    font-family:"acumin-pro"!important;
    font-weight: 700;
}
.event-home-hero-block-section h2{
    color: #222222;
    font-family: "neue-haas-grotesk-display"!important;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    text-transform: none;
    margin-bottom: 20px;
}
.event-home-hero-block-section .text-wrapper{
    max-width: 554px;
}
.event-home-hero-block-section p{
    opacity: 0.96;
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.event-home-hero-block-section p a,
.event-home-hero-block-section p a:hover{
    color: #d79a2b;
}
.event-home-hero-block-section .theme-dark p,
.event-home-hero-block-section .theme-dark .btn-and-text p{
    color: #fff;
}
.event-home-hero-block-section .text-white p{
    font-size: 16px;
}
.event-home-hero-block-section .btn-and-text{
    max-width: 408px;
    margin-top: 40px;
}
.event-home-hero-block-section .btn-and-text p{
    opacity: 0.92;
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.event-home-hero-block-section .view-events-btn{
    min-width: 159px;
    height: 48px;
    background-color: #ffffff;
    color: #141414;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    border-radius: 0;
}
.event-home-hero-block-section .view-events-btn:hover,
.event-home-hero-block-section .view-events-btn:active,
.event-home-hero-block-section .view-events-btn:focus{
    color: #141414;
}
.event-home-hero-block-section .view-all-events-btn{
    min-width: 208px;
    height: 36px;
    background-color: transparent;
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding-top: 10px;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 10px;
}
.event-home-hero-block-section .view-all-events-btn:hover,
.event-home-hero-block-section .view-all-events-btn:active,
.event-home-hero-block-section .view-all-events-btn:focus{
    color: #fff;
}

.featured-events-block-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f3f3f3;    
}
.featured-events-block-section .featured-event-item-box{
    margin-bottom: 20px;
}
.featured-events-block-section .featured-event-item-box .img-box{
    display: block;
    height: 251px;
    margin-bottom: 20px;
}
.featured-events-block-section .featured-event-item-box h6 a,
.featured-events-block-section .featured-event-item-box h6 a:hover{
    color: #000;
}
.featured-events-block-section .featured-event-item-box .meta-data{
    margin-top: 10px;
}
.featured-events-block-section .featured-event-item-box .meta-data span{
    display: block;
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
}
.featured-events-block-section .featured-event-item-box .price{
    opacity: 0.5;
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    display: block;
}
.featured-events-block-section .featured-event-item-box .learn-more{
    color: #ad974f;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}
.featured-events-block-section .featured-event-item-box .learn-more:hover,
.featured-events-block-section .featured-event-item-box .learn-more:active,
.featured-events-block-section .featured-event-item-box .learn-more:focus{
    color: #ad974f;
}

.event-list-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;   
}
.event-list-block-section .filter-ctrl{
    border-radius: 0;
    box-shadow: none;
    height: 62px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    background-color: #f3f3f3;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative;
}
.event-list-block-section .filter-ctrl-wrapper::after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #000;
    display: block;
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 100;
    width: 10px;
    height: 10px;
}
.event-list-block-section .event-item-box{
    background-color: #fff;
    margin-bottom: 30px;
}
.event-list-block-section .event-item-box .date{
    width: 100%;
    min-height: 180px;
    background-color: #141414;
    padding: 20px;
}
.event-list-block-section .event-item-box .date .text-sm{
    color: #ffffff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.event-list-block-section .event-item-box .date .text-lg{
    display: block;
    color: #ffffff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 43px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 55px;
    text-align: center;
}
.event-list-block-section .event-item-box .title-meta-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}
.event-list-block-section .event-item-box .title-meta-wrapper h5 a,
.event-list-block-section .event-item-box .title-meta-wrapper h5 a:hover{
    color: #000000;
    font-weight: 800;
}
.event-list-block-section .event-item-box .title-meta-wrapper span{
    display: block;
    font-family: "neue-haas-grotesk-display";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.event-list-block-section .event-item-box .learn-more{
    color: #000000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
.event-list-block-section .event-item-box .price{
    display: block;
    opacity: 0.5;
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
} 
.event-list-block-section .event-item-box .price::after{
    display: block;
    content: "";
    width: 1px;
    height: 150px;
    background-color: rgba(0,0,0,0.23);
    position: absolute;
    right: -10px;
    top: -60px;
    z-index: 100;
}
.event-list-block-section .learn-more-btn{
    min-width: 240px;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #000;
    color: #141414;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0;
    padding-top: 13px;
}
.event-list-block-section .learn-more-btn:hover,
.event-list-block-section .learn-more-btn:active,
.event-list-block-section .learn-more-btn:focus{
    color: #141414;
}

.featured-cta-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.featured-cta-block-section .featured-cta-box{
    min-height: 430px;
}
.featured-cta-block-section .img-wrapper{
    max-width: 666px;
}
.featured-cta-block-section .featured-cta-box img{
    position: relative;
    top: -20px;
}
.featured-cta-block-section .featured-cta-box .btn-wrapper{
    max-width: 405px;
    text-align: center;
    margin: 0 auto;
}
.featured-cta-block-section .check-out-stops-btn{
    width:  100%;
    height: 60px;
    border-radius: 0;
    color: #ffffff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 16px;
    border: 1px solid #fff;
}
.featured-cta-block-section .check-out-stops-btn:hover,
.featured-cta-block-section .check-out-stops-btn:active,
.featured-cta-block-section .check-out-stops-btn:focus{
    color: #ffffff;
}

.product-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.product-block-section h4{
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.product-block-section .product-item-box .image-wrapper{
    /*height: 450px;*/
    position: relative;
}
.product-block-section .product-item-box {
    background-color: #fff;
    padding-bottom: 20px;
    min-height: 614px;
}
.product-block-section .product-item-box .popular{
    top: 42px;
}
.product-block-section .product-item-box .sale{
    top: 42px;
}
.product-block-section .product-item-box .title-and-price{
    padding-top: 15px;
    text-align: center;
}
.product-block-section .product-item-box .title-and-price h6 a{
    color: #000000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.product-block-section .product-item-box .title-and-price h6 a:hover,
.product-block-section .product-item-box .title-and-price h6 a:active,
.product-block-section .product-item-box .title-and-price h6 a:focus{
    color: #000000;
}
.product-block-section .product-item-box .title-and-price .price{
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.99px;
}
.product-block-section .owl-carousel .owl-nav.disabled{
    display: block;
    opacity: 1!important;
    position: absolute;
    right: -35px;
    top: 40%;
}
.product-block-section .owl-carousel .owl-prev{
    display: none!important;
}
.product-block-section .owl-carousel .owl-next,
.product-block-section .owl-carousel .owl-next:hover,
.product-block-section .owl-carousel .owl-next:active{
    opacity: 1!important;
    background: transparent!important;
    right: -55px;
    font-size: 45px!important;
    color: #000!important;
    border: none!important;
    outline: none!important;
}
.product-block-section  .owl-theme .owl-dots{
    display: none;
}

.event-mini-hero-block-section{
    height: 182px;
    display: flex;
    align-items: center;
}
.event-mini-hero-block-section h1{
    color: #222222;
    font-family: "neue-haas-grotesk-display", sans-serif!important;
    font-size: 106px;
    font-weight: 400;
    line-height: 1em;
}

.list-your-event-form-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.list-your-event-form-block-section h2{
    margin-top: 20px;
}
.list-your-event-form-block-section p{
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 20px;
    font-weight: 400;
    line-height: 31.24px;
}
.list-your-event-form-block-section .form-wrapper{
    background-color: #fff;
    padding: 40px 80px;
}
.list-your-event-form-block-section .form-wrapper h6{
    font-size: 15px;
    color: rgba(0,0,0,0.60);
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
}
.list-your-event-form-block-section .form-wrapper .form-control{
    height: 48px;
    background-color: rgba(9, 19, 33, 0.06);
    color: #000000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400!important;
    line-height: 25px;
    text-align: left;
    border-radius: 0;
    box-shadow: none!important;
    border: none!important;
}
.list-your-event-form-block-section .form-wrapper .Captia-box{
    width: 100%;
    height: 73px;
    background-color: rgba(9, 19, 33, 0.06);
    color: rgba(0,0,0,0.60);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    padding-top: 22px;
}
.list-your-event-form-block-section .form-wrapper .submit-btn{
    width: 100%;
    height: 48px;
    background-color: #ad974f;
    border-radius: 0;
    padding-top: 8px;
    color: #ffffff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.list-your-event-form-block-section .form-wrapper .submit-btn:hover,
.list-your-event-form-block-section .form-wrapper .submit-btn:active,
.list-your-event-form-block-section .form-wrapper .submit-btn:focus{
    color: #ffffff;
}

.list-your-event-form-block-section .form-wrapper .custom-control-inline{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}
.list-your-event-form-block-section .form-wrapper .custom-radio{
    position: relative;
}
.list-your-event-form-block-section .form-wrapper .custom-radio .custom-control-label{
    display: block;
    width: 94px;
    height: 55px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    text-align: center;
    cursor: pointer;
}
.list-your-event-form-block-section .form-wrapper .custom-control-input:checked~.custom-control-label{
    background-color: #fff!important;
    font-weight: bold;
    border: 1px solid #999999!important;
}
.list-your-event-form-block-section .form-wrapper .custom-radio .custom-control-label::before{
    visibility: hidden;
}
.list-your-event-form-block-section .form-wrapper .custom-control-label::before{
    position: static;
}

.logo-slider-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f3f3f3;
}
.logo-slider-block-section h3{
    color: #fff;
}
.logo-slider-block-section p{
    font-size: 15px;
    color: #fff;
}
.logo-slider-block-section .logo-wrapper{
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.past-events-block-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f3f3f3;    
}
.past-events-block-section .past-event-item-box{
    margin-bottom: 20px;
}
.past-events-block-section .past-event-item-box .img-box{
    display: block;
    height: 251px;
    margin-bottom: 20px;
}
.past-events-block-section .past-event-item-box h6 a,
.past-events-block-section .past-event-item-box h6 a:hover{
    color: #000;
}
.past-events-block-section .past-event-item-box .meta-data{
    margin-top: 10px;
}
.past-events-block-section .past-event-item-box .meta-data span{
    display: block;
    color: #000000;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
}
.past-events-block-section .past-event-item-box .view-event{
    color: #ad974f;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    bottom: -10px;
}
.past-events-block-section .past-event-item-box .view-event:hover,
.past-events-block-section .past-event-item-box .view-event:active,
.past-events-block-section .past-event-item-box .view-event:focus{
    color: #ad974f;
    text-decoration: underline;
}

.instagram-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.instagram-block-section h4{
    color: #fff;
}
.event-details-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.event-details-block-section .post-meta{
    color: #000000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.event-details-block-section .post-meta a,
.event-details-block-section .post-meta a:hover{
    color: #ad974f;
}
.event-details-block-section .register-btn{
    color: #ffffff!important;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    min-width: 207px;
    height: 50px;
    background-color: #ad974f;
    border-radius: 0;
    padding-top: 12px;
    margin-top: 5px;
}
.event-details-block-section .register-btn:hover,
.event-details-block-section .register-btn:active,
.event-details-block-section .register-btn:focus{
    color: #ffffff!important;
}
.event-details-block-section p{
    font-size: 20px;
}
.event-details-block-section .content-wrapper{
    max-width: 689px;    
}

.about-event-block-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}
.about-event-block-section p{
    font-size: 20px;
}
.about-event-block-section .social-list-box a,
.about-event-block-section .social-list-box a:hover{
    color: #050505;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}

.event-map-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f3f3f3;   
}

.gac-header-block-section{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #141414;
}
.gac-header-block-section .header-links{
    text-align: right;
}
.gac-header-block-section .header-links a{
    display: inline-block;
    margin-left: 15px;
    border-bottom: 1px solid #141414;
    padding-bottom: 10px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration: none!important;
}
.gac-header-block-section .header-links a:hover,
.gac-header-block-section .header-links a:active,
.gac-header-block-section .header-links a:focus{
    color: #ad974f;
    border-bottom: 1px solid #ad974f;
}
.gac-header-block-section.active{
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    z-index: 1500;
}
.gac-header-block-section.active img{
    width: 95px;
}

.agenda-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.agenda-block-section p{
    font-size: 20px;
}
.agenda-block-section .agenda-item-box{
    margin-bottom: 30px;
}
.agenda-block-section .agenda-item-box .day{
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 20px;
}
.agenda-block-section .agenda-item-box .day-count{
    display: inline-block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #000;
}
.agenda-block-section .agenda-item-box .date{
    display: block;
    color: #000000;
    font-family: "Freight Micro Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 31.24px;
    text-align: left;
    margin-top: 10px;
}
.agenda-block-section .agenda-item-box h6{
    margin-top: 15px;
}
.agenda-block-section .agenda-item-box h6 a,
.agenda-block-section .agenda-item-box h6 a:hover{
    color: #000000;
    text-decoration: none;
}
.agenda-block-section .agenda-item-box h6 a[aria-expanded="true"]:after{
    content: "\f106";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #000;
}
.agenda-block-section .agenda-item-box h6 a[aria-expanded="false"]:after{
    content: "\f107";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #000;
}

.faq-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f3f3f3;
}
.faq-block-section .content-box{
    max-width: 448px;
}
.faq-block-section .content-box p{
    font-size: 20px;
}
.faq-block-section .content-box p a,
.faq-block-section .content-box p a:hover{
    color: #ad974f;
}
.faq-block-section .faq-item-box{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.20);    
}
.faq-block-section .faq-item-box p{
    font-size: 18px;
}
.faq-block-section .faq-item-box h6 a,
.faq-block-section .faq-item-box h6 a:hover{
    color: #000000;
    text-decoration: none;
}
.faq-block-section .faq-item-box h6 a[aria-expanded="true"]:after{
    content: "\f106";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #000;
}
.faq-block-section .faq-item-box h6 a[aria-expanded="false"]:after{
    content: "\f107";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #000;
}

.upcoming-events-block-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #141414;    
}
.upcoming-events-block-section .image-block{
    height: 800px;
    border: none;
    outline: none;
    object-fit: cover!important;
}
.upcoming-events-block-section .events-listing-container {
    margin-top: -500px;
}
.upcoming-events-block-section h3{
    color: #fff;
}
.upcoming-events-block-section .upcoming-event-item-box{
    margin-bottom: 40px;
    box-shadow: 1px 4px 5px rgba(0,0,0,0.90);
}
.upcoming-events-block-section .upcoming-event-item-box .img-box{
    display: block;
    height: 251px;
    border-radius: 8px 8px 0px 0px;
}
.upcoming-events-block-section .upcoming-event-item-box .content-box{
    padding: 30px 10px 40px 30px;
    background-color: #000;
    border-radius: 0px 0px 8px 8px;
}
.upcoming-events-block-section .upcoming-event-item-box h6 a,
.upcoming-events-block-section .upcoming-event-item-box h6 a:hover{
    color: #fff;
}
.upcoming-events-block-section .upcoming-event-item-box .meta-data{
    margin-top: 10px;
}
.upcoming-events-block-section .upcoming-event-item-box .meta-data span{
    display: block;
    color:  #BEBEBE;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
}
.upcoming-events-block-section .upcoming-event-item-box .price{
    color:  #BEBEBE;
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    display: block;
}
.upcoming-events-block-section .upcoming-event-item-box .learn-more{
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}
.upcoming-events-block-section .upcoming-event-item-box .learn-more:hover,
.upcoming-events-block-section .upcoming-event-item-box .learn-more:active,
.upcoming-events-block-section .upcoming-event-item-box .learn-more:focus{
    color: #fff;
}
.upcoming-events-block-section .view-all-event-btn{
    min-width: 208px;
    height: 36px;
    background-color: #141414;
    border: 1px solid #fff;
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 5px;
    border-radius: 0;
    margin-top: 30px;
}
.upcoming-events-block-section .view-all-event-btn:hover,
.upcoming-events-block-section .view-all-event-btn:active,
.upcoming-events-block-section .view-all-event-btn:focus{
    color: #fff;
}

.faq-register-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f3f3f3;
}
.faq-register-block-section .content-box{
    /*max-width: 448px;*/
    margin-bottom: 15px;
}

.faq-register-block-section .content-box p{
    font-size: 16px;
    color: #F3F3F3;
}
.faq-register-block-section .content-box p a,
.faq-register-block-section .content-box p a:hover{
    color: #F3F3F3;
}
.faq-register-block-section .faq-item-box{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(243,243,243,0.1);    
}
.faq-register-block-section .faq-item-box p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    color: #F3F3F3;
}
.faq-register-block-section .faq-item-box h6 a,
.faq-register-block-section .faq-item-box h6 a:hover{
    color: #F3F3F3;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.faq-register-block-section .faq-item-box h6 a[aria-expanded="true"]:after{
    content: "\f106";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #F3F3F3;
}
.faq-register-block-section .faq-item-box h6 a[aria-expanded="false"]:after{
    content: "\f107";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #F3F3F3;
}
.faq-register-block-section .registraion-form-container{
    padding: 25px 5px 40px 5px;
    background-color: #000000;
}
.faq-register-block-section .registraion-form-container .control-label{
    font-size: 14px;
    color: #828282;
    line-height: 16px;
    font-weight: 500;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin-bottom: 10px;
}
.faq-register-block-section .registraion-form-container .form-control{
    border-radius: 0;
    border: 1px solid #A4A4A4;
    background-color: #000000;
    color: #fff;
}
.faq-register-block-section .registraion-form-container .form-group.firstName,
.faq-register-block-section .registraion-form-container .form-group.lastName{
    display: inline-block;
    width: 49%;
}
.faq-register-block-section .registraion-form-container .form-group.lastName{
    padding-left: 15px;
}

.faq-register-block-section .registraion-form-container .register-now-btn{
    width: 100%;
    height: 36px;
    background-color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
}
.faq-register-block-section .registraion-form-container .register-now-btn:hover,
.faq-register-block-section .registraion-form-container .register-now-btn:active,
.faq-register-block-section .registraion-form-container .register-now-btn:focus{
    color: #fff;
}

.event-info-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.event-info-block-section .image-box{
    height: 800px;
}
.event-info-block-section .event-info-container{
    margin-top: -400px;
}
.event-info-block-section h1,
.event-info-block-section h2,
.event-info-block-section h4{
    color: #fff;
}
.event-info-block-section p{
    color: #fff;
    font-size: 16px;
}
.event-info-block-section h4{
    font-size: 18px;
}
.event-info-block-section .post-meta{
    color: #f3f3f3;
    font-family: 'neue-haas-grotesk-display';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}
.event-info-block-section .post-meta a,
.event-info-block-section .post-meta a:hover{
    color: #f3f3f3;
}
.event-info-block-section .get-tickets-btn{
    color: #ffffff!important;
    font-family: 'neue-haas-grotesk-display';
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    min-width: 208px;
    height: 36px;
    background-color: #000000;
    border-radius: 0;
    padding-top: 5px;
    margin-top: 5px;
    border: 1px solid #fff;
}
.event-info-block-section .get-tickets-btn:hover,
.event-info-block-section .get-tickets-btn:active,
.event-info-block-section .get-tickets-btn:focus{
    color: #ffffff!important;
}
.event-info-block-section p{
    font-size: 16px;
}
.event-info-block-section .content-wrapper{
    max-width: 689px;    
}
.event-info-block-section .agenda-item-box{
    margin-bottom: 30px;
}
.event-info-block-section .agenda-item-box .day{
    color: #f3f3f3;
    font-family: "Inter";
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 20px;
}
.event-info-block-section .agenda-item-box .day-count{
    display: inline-block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    color: #f3f3f3;
    font-family: "Inter";
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #000;
}
.event-info-block-section .agenda-item-box .date{
    display: block;
    color: #f3f3f3;
    font-family: "Freight Micro Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 31.24px;
    text-align: left;
    margin-top: 10px;
}
.event-info-block-section .agenda-item-box h6{
    margin-top: 15px;
    color: #f3f3f3;
}
.event-info-block-section .agenda-item-box h6 a,
.event-info-block-section .agenda-item-box h6 a:hover{
    color: #f3f3f3;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
}
.event-info-block-section .agenda-item-box p{
    color: #f3f3f3;
    font-size: 16px;
}
.event-info-block-section .agenda-item-box h6 a[aria-expanded="true"]:after{
    content: "\f106";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #f3f3f3;
}
.event-info-block-section .agenda-item-box h6 a[aria-expanded="false"]:after{
    content: "\f107";
    font-family: 'fontAwesome';
    float: right;
    font-size: 18px;
    color: #f3f3f3;
}

.sponsors-hero-block-section{
    height: 800px;
    background-position: top center!important;
}
.sponsors-hero-block-section h1,
.sponsors-hero-block-section h2{
    color: #fff;    
}
.sponsors-hero-block-section p{
    font-size: 16px;
    color: #F3F3F3;
    line-height: 1.2em;
}

.sponsors-list-block-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #000;    
}
.sponsors-list-block-section .sponsor-item-box{
    margin-bottom: 40px;
    text-align: center;
}
.sponsors-list-block-section .sponsor-item-box .logo-container{
    height: 300px;
    width: 300px;
    margin: 0 auto;
}
.sponsors-list-block-section .sponsor-item-box .logo-container img{
    width: 75%;
}
.sponsors-list-block-section .sponsor-item-box h6{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 15px;
    max-width: 185px;
    margin: 0 auto;
}
.sponsors-list-block-section .sponsor-item-box .social-link{
    color: rgba(255,255,255,0.40);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.sponsors-list-block-section .sponsor-item-box .social-link:hover,
.sponsors-list-block-section .sponsor-item-box .social-link:active,
.sponsors-list-block-section .sponsor-item-box .social-link:focus{
    color: rgba(255,255,255,0.40);
}

.eventDot:hover{
    stroke: red;
    fill: red;
    cursor: pointer;
}
.eventModal .modal-content{
    max-width: 449px;
    margin: 0 auto;
    background: black;
    color: #fff;
}
.eventModal .modal-body{
    padding: 0;
}
.eventModal .modal-content .img-box{
    display: block;
    height: 357px;
    border-radius: 8px 8px 0px 0px;
}
.eventModal .modal-content .content-box{
    padding: 20px;
    background-color: #000;
    border: 1px solid #2E2E2E;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}
.eventModal h1{
    font-size: 24px;
    color: #fff;
}
.eventModal a,
.eventModal a:hover{
    color: #fff;
    text-decoration: underline;
}
.eventModal p {
    margin-bottom: 5px;
    color: #fff;
}

.contact-map-block-section{
    width: 100%;
}
.contact-map-block-section .image-block{
    height: 400px;
}
.contact-map-block-section  .map-and-form-box{
    margin-top: -280px;
}

.product-list-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-list-block-section .product-category-wrapper{
    margin-bottom: 35px;
}
.product-list-block-section .product-category-wrapper a{
    display: inline-block;
    color: #bdbdbd;
    font-family: "neue-haas-grotesk-display";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px 13px;
    border-radius: 6px;
    border: 1px solid #bdbdbd;
    background-color: transparent;
    margin-right: 20px;
    text-decoration: none;
}
.product-list-block-section .product-category-wrapper a:hover,
.product-list-block-section .product-category-wrapper a:active,
.product-list-block-section .product-category-wrapper a:focus{
    background-color: #bdbdbd;
    color: #333333;
    text-decoration: none;
}
.product-list-block-section .product-category-wrapper a.active{
    background-color: #bdbdbd;
    color: #333333;
    text-decoration: none;
}
.product-list-block-section .product-item-box{
    text-align: center;
    margin-bottom: 40px;
}
.product-list-block-section .product-item-box .content-body{
    max-width: 371px;
    margin: 0 auto;
}
.product-list-block-section .product-item-box .image-box{
    /*padding: 20px;*/
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
}
.product-list-block-section .product-item-box h4{
    color: #f0f0f0;
    font-family: "acumin-pro";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.76px;
}
.product-list-block-section .product-item-box h4 a{
    color: #f0f0f0;
}
.product-list-block-section .product-item-box .text-below-title{
    color: #bdbdbd;
    font-family: "neue-haas-grotesk-display";
    font-size: 14px;
    font-weight: 400;
}

@media(max-width: 575px){
    .product-list-block-section{
                 padding-top: 0px !important;
             }
    }

@media(max-width: 767px){
    .event-home-hero-block-section h1{
        font-size: 64px;
        
    }
    .event-home-hero-block-section h2{
        font-size: 36px;
        line-height: 35px;
    }
    .event-home-hero-block-section .view-events-btn{
        margin-bottom: 15px;
    }
    .event-home-hero-block-section{
        height: 578px;
    }
    .featured-events-block-section{
        padding-bottom: 0;
    }
    .featured-cta-block-section .featured-cta-box{
        background-position: center left;
        position: relative;
    }
    .featured-cta-block-section .check-out-stops-btn{
        margin-top: 120px;
    }
    
    .event-list-block-section .filter-ctrl{
        margin-top: 15px;
    }
    .event-list-block-section .event-item-box .title-meta-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .event-list-block-section .event-item-box .price{
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .event-list-block-section .event-item-box .learn-more{
        font-size: 16px;
    }
    .event-list-block-section .event-item-box .price::after{
        height: 45px;
        top: 0;
    }
    .event-list-block-section .event-item-box .date{
        min-height: inherit;
        padding: 15px;
    }
    .event-list-block-section .event-item-box .date .text-lg{
        font-size: 36px;
    }
    .featured-cta-block-section .featured-cta-box .btn-wrapper{
        padding: 15px;
    }
    .product-block-section .owl-carousel .owl-stage{
        right: 35px;
    }
    .product-block-section .shop-jeepbeef-link{
        font-size: 12px;
    }
    .product-block-section .owl-carousel .owl-next, .product-block-section .owl-carousel .owl-next:hover, .product-block-section .owl-carousel .owl-next:active{
        display: none;
    }
    
    .event-mini-hero-block-section h1{
        font-size: 65px;
    }
    .list-your-event-form-block-section .form-wrapper{
        padding: 40px 20px;
    }    
    .event-list-block-section .filter-ctrl-wrapper::after{
        top: 36px;
    }
    
    .event-details-block-section .register-btn{
        margin-bottom: 40px;
    }
    
    .gac-header-block-section .header-links{
        text-align: left;
        padding-top: 20px;
    }
    .agenda-block-section{
        padding-bottom: 40px;
    }
    .faq-block-section{
        padding-bottom: 30px;
    }
    
    .past-events-block-section .past-event-item-box .view-event{
        position: static;
    }
    
    .gac-header-block-section.active {
        top: 48px;
        padding-top: 0;
    }

    .upcoming-events-block-section .image-block{
        height: 600px;
    }
    
    .event-info-block-section .image-box{
        height: 500px;
    }
    .sponsors-hero-block-section  .text-wrapper{
        padding-top: 40px;
    }
    .sponsors-list-block-section .sponsor-item-box .logo-container{
        height: 150px;
        width: 300px;
    }
    .sponsors-list-block-section .sponsor-item-box{
        margin-bottom: 20px;
    }
	
	.sponsors-list-block-section .sponsor-item-box .logo-container img{
		width: 150px;
	}
    .product-list-block-section .product-category-wrapper a{
        padding: 10px 6px;
        margin-right: 6px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .product-block-section .product-item-box{
        min-height: 440px;
    }
    
    .list-your-event-form-block-section .form-wrapper{
        padding: 40px 20px;
    }
    .logo-slider-block-section .logo-wrapper{
        width: 100px;
        height: 100px;
    }
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}
