section.events-gallery div.container .past-events {
	display : flex;
	flex-wrap : wrap;
}
.page-template-template-event-detail-past main, .page-template-template-event-detail main{
	padding-bottom:0px;
}

/* .page-template-template-event-detail-past .page, .page-template-template-event-detail .page {
	min-height:inherit;
} */

.page-template-template-event-detail-past section.page-video, .page-template-template-event-detail section.page-video{
	padding-bottom:50px;
}

.event-detail h1, .page-description h1{
    font-size: 3rem !important;
	display: block;
}

.mc-container{
    width: 1170px;
    max-width: 100%;
    position: relative;
}

.mc-container h1{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-event-detail .event-first-sec, .page-template-template-event-detail-past .event-first-sec{
    margin: 0px !important;
    padding-top: 65px;
}

section.page.mobile-fit.event-header-image, .event-description {
    min-height: inherit !important;
}

@media (max-width:767px){
.page-template-template-event-detail-past section.page-video, .page-template-template-event-detail section.page-video{
	padding-bottom:20px;
}	
}

@media (min-width: 41.6875em){
    /* , .page-template-template-event-detail .page .mobile-static */
    /* .page-template-template-event-detail-past .page .mobile-static {
        position: relative;
        top: auto;
        left: auto;
        transform: none; 
    }  */
	
    .event-detail h1, .page-description h1 {
        font-size: 50px;
        font-size: 5rem !important;
        margin-bottom: 14px;
        margin-bottom: 1.4rem;
    }
    section.page.mobile-fit.event-header-image{
        min-height: 100vh !important;
    }
    .event-detail-past .page div.background-image-container {
        background-size: auto 90%;
        background-position: 50%;
    }
}

@media (min-width: 65em){
	.page-template-template-event-detail-past main, .page-template-template-event-detail main{
	padding-bottom:80px;
}
	.page-template-template-event-detail-past .event-gallery, .page-template-template-event-detail .event-gallery {
        padding-bottom : 40px;
        min-height: inherit;
	}
}
.mailing-list-cta, .ticket-bug {
    z-index: 101;
}

.single-careers-cpt #inner-content{
    padding-top: 140px;
    padding-bottom: 60px;
}
.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.d-inline-block{
    display: inline-block;
}
.page-template-template-careers .header-carousel.full-height{
    margin-top: 0px;
    margin-bottom: 60px;
    max-height: 100vh;
}
.page-template-template-careers .job-item{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.page-template-template-careers .job-item p{
    font-size: 24px;
    margin: 0px!important;
}
.page-template-template-careers .job-item h1{
    margin-bottom: 40px;
}
.page-template-template-careers .job-group-item{
    margin-bottom: 60px;
}
.page-template-template-careers .job-group-item a{
    text-decoration: none;
}
@media (max-width: 992px){
    .page.page-intro.header-carousel{
        min-height: auto;
    }
}
@media (max-width: 590px){
    .single-careers-cpt #inner-content{
        padding: 00px 15px 0px;
    }
}

@media (min-width: 992px){
    .lg-padding-top-bottom{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .container.container-large {
        width: 952px;
    }
}

.dark-gradient-rad:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+49&0.2+0,1+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.59) 49%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.59) 49%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.59) 49%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.site-loader{
    align-items: center;
    justify-content: center;
    height: 100vh;
}
div.site-loader svg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-header a.site-calendar svg{
    display: inherit;
}
h1.title{
    font-size: 3rem;
    font-weight: 400;
}
@media (min-width: 41.6875em) {
    h1.title{
        font-size: 5rem;
    }
}