@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('css/gf-reset.css');

/* Add your custom style here */
html{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;	
}
body{
	background-color: #000;
	font-size: 1rem;
	line-height: 1.42857143;
	color: #fff;
}
.wow{
	opacity: 0;
}
.wow.animation-done{
	opacity: 1;
}
.p-18{
	font-size: 1.28571429rem;
	line-height: 1.222;		
}
header{
	background-color: #fff;
	height: 65px;
}
header a.parking-info{
    color: #000;
    font-size: 2.5rem;
    text-decoration: none;	
}
.single-event header{
	background-color: #000;
}
.single-event .logo-image{
	filter: brightness(0) invert(1);
}
.single-event main{
	background-color: #fff;
	color: #000;
}
.featured-item > .container.no{
	padding-top: 51px;
}
.featured-text{
	padding: 40px 0 37px;
	position: relative;
	z-index: 1;
}
.featured-text p{
	margin: 0;
}
.slider{
	width: 375px;
	max-width: 100%;
	position: relative;
}
.slider:before{
	content: '';
	display: block;
	width: 450px;
	height: 450px;
	position: absolute;
    top: -245px;
    right: -225px;
	z-index: -1;
	background: radial-gradient(ellipse at center, rgba(57,57,57,1) 0%,rgba(57,57,57,1) 37%,rgba(6,6,6,0) 75%,rgba(0,0,0,0) 100%);
}
.slider:after{
	content: '';
	display: block;
    width: 200px;
    height: 300px;
    position: absolute;
    bottom: -60px;
    left: -10px;
	z-index: -1;
	background: radial-gradient(ellipse at center, rgba(87,139,140,1) 1%,rgba(73,117,117,1) 17%,rgba(27,44,44,0) 69%,rgba(0,0,0,0) 100%);
}
.slider .swiper-container{
	margin: 0 85px;
}
.slider .swiper-button-next, 
.slider .swiper-button-prev{
	height: 45px;
	width: 45px;
	border-radius: 50%;
}
.slider .swiper-button-prev{
	background-color: #282828;
}
.slider .swiper-button-next{
	background-color: #1b1b1b;
}
.slider .swiper-button-next:after, 
.slider .swiper-button-prev:after{
	font-family: 'Quicksand', sans-serif;
	font-size: 29px;
    line-height: 22px;
    margin-bottom: 6px;
	color: #fff;
}
.slider .swiper-button-prev:after, 
.slider .swiper-container-rtl .swiper-button-next:after{
	content: '<';
}
.slider .swiper-button-next:after, 
.slider .swiper-container-rtl .swiper-button-prev:after{
	content: '>';
}
.additional-text{
	background-color: #fff;
	border-radius: 5px;
	padding: 35px 20px;
	margin: -14px 7.5px 0;
	position: relative;
	z-index: 1;
}
.additional-text h3{
	text-transform: uppercase;
	font-size: 1.78571429rem;
	line-height: 1;
	margin: 0 0 16px;
}
.additional-text p{
	margin: 0;
	color: #000;
	font-weight: 500;
}
.events h2{
	margin: 40px 0 37px;
	font-size: 1.78571429rem;
	line-height: normal;
}
.event-list{
	padding-bottom: 28px;
}
.event{
	flex-basis: 100%;
	margin: 0 7.5px 12px;
	background-color: #fff;
	border-radius: 5px;
	height: 53px;
	padding: 0 11px 0 15px;
}
/*.event:nth-child(1){
	height: 65px;
}*/
.event.full{
	opacity: 0.8;
}
.event span{
	display: block;
}
.event .date{
	color: #3c3c3c;
	font-weight: 500;
}
.event .location{
	color: #000;
	font-size: 1.07142857rem;
	font-size: 0.7142857rem;
	font-weight: bold;
	line-height: 1.2;
}
.event .event-cta > *{
	font-weight: bold;
	color: #fff;
	height: 34px;
	line-height: 32px;
	width: 133px;
	display: block;
	background-color: #e1140a;
	border-radius: 4px;
	border: 1px solid #fd241a;
	text-decoration: none;
}
.event .event-cta > span{
	background-color: #a2a2a2;
	border-color: #a2a2a2;
}
.event-registration{
	padding: 20px 0;
}
.event-registration h1{
	font-size: 3.14285714rem;
	margin: 0;
}
.event-registration h1 span{
	display: block;
}
.event-registration h1 span.date{
	color: #3c3c3c;
	font-weight: 500;
	font-size: 1.14285714rem;
	margin-top: 13px;
}
.event-registration h1 span.location{
	color: #000;
	font-size: 1.28571429rem;
	font-weight: bold;
	line-height: 1.11;
}
.event-registration a{
	color: #ff0000;
	font-size: 0.71428571rem;
	line-height: 2;
	text-decoration: none;
}
.registration-form{
	padding-top: 44px;
	position: relative;
	margin-top: 26px;
}
.registration-form:before{
	content: '';
	display: block;
	width: calc(100% - 150px);
	height: 1px;
	background-color: #b3b3b3;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: calc(-50% + 75px);
}
.event-registration .gfield_required{
	display: none;
}
.event-registration .gform_wrapper ul.gform_fields {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
body.reset-gf .event-registration .gform_wrapper ul li.gfield{
	margin-bottom: 20px !important;
}
body.reset-gf .event-registration .gform_wrapper label.gfield_label{
	font-weight: 500;
	margin-bottom: 6px !important;
}
body.reset-gf .event-registration .gform_wrapper .optional label.gfield_label{
	position: relative;
}
body.reset-gf .event-registration .gform_wrapper .optional label.gfield_label:after{
	content: '(optional)';
	display: block;
	text-align: center;
	font-size: 12px;
	color: #969696;
	font-weight: 500;
}
body.reset-gf .event-registration .gform_wrapper #field_1_1 label.gfield_label{
	font-weight: bold;
	font-size: 1.28571429rem;
	line-height: 1;
	margin-bottom: 18px !important;
}
#field_1_1 input{
	position: absolute;
	width: 0;
	height: 0;
	appearance:none;
	opacity: 0;
	visibility: hidden;
}
#field_1_1 ul label{
	width: 320px;
	max-width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.28571429rem;
	color: #000;
	background-color: #f4f4f4;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin: 0;
}
#field_1_1.gfield_error ul label{
	border-color: #e1140a;	
}
#field_1_1 ul :checked + label,
#field_1_1 ul :checked + span + label{
	color: #fff;
	background-color: #e1140a;
	border-color: #e1140a;
}
.gform_wrapper #field_1_1 .gfield_radio li{
	margin-bottom: 12px !important;
}
.event-registration .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height: 48px;
	line-height: 46px;
	width: 277px;
	background-color: #f4f4f4;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-indent: 15px;
}
.event-registration .gform_wrapper input.small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width: 128px;	
}
.event-registration .gform_wrapper textarea.large,
.event-registration .gform_wrapper .top_label .gfield_error textarea.textarea{
	height: 131px;
	width: 277px;
	background-color: #f4f4f4;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 5px 15px;
}
body.reset-gf .event-registration .gform_wrapper .gform_footer input[type=submit],
.event-registration span.clickable{
	font-weight: bold;
	color: #fff;
	width: 236px;
	height: 49px;
	line-height: 49px;
	background-color: #e1140a;
	border: 1px solid #fd241a;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
}
body.reset-gf .event-registration .gform_wrapper ul li p{
	margin: 40px 0 10px;
	color: #000;
	font-weight: bold;
	font-size: 1.28571429rem;
	line-height: 1;
}
.section-personal{
	height: 0;
	overflow: hidden !important;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}
.section-personal.active{
	height: auto;
}
.section-personal.active.show{
	opacity: 1;
	visibility: visible;
}
.gform_wrapper .gform_footer{
	display: none;
	margin-bottom: 40px !important;
}
.gform_confirmation_message{
	text-align: center;
	color: #000;
}
.gform_confirmation_message h2{
	font-size: 3.14285714rem;
	line-height: 1;
	margin: 0 0 15px;
	font-weight: bold;
}
.gform_confirmation_message p{
	font-size: 1.07142857rem;
	line-height: 1.5333;
}
.gform_confirmation_message p em{
	font-style: normal;
	font-size: 1.64285714rem;
	line-height: 1.2173913;
	font-weight: bold;
	display: block;
	margin-bottom: 36px;
}
.gform_confirmation_message p strong{
	font-size: 0.92857143rem;
	line-height: 1.38461538;
	font-weight: bold;
}
.event-registration .gform_confirmation_message a{
	font-size: 0.85714286rem;
	color: #000;
	text-decoration: underline;
}
.event-registration.header-out .er-header{
	display: none;
}
.event-registration.header-out .registration-form{
	margin-top: 0;
}
.event-registration.header-out .registration-form:before{
	display: none;
}
footer{
	padding: 0 20px;
}
footer p{
	font-size: 0.71428571rem;
	line-height: normal;
	color: #acacac;
	margin-bottom: 9px;
}
footer a{
	color: #acacac;
}
@media screen and (max-width: 767px){
	.anchor{
		display: none;
	}
}
@media screen and (min-width: 768px){
	header .container{
		max-width: 990px;
	}
	header a.parking-info{
		font-size: 1rem;
	}
	header a.parking-info:hover{
		text-decoration: underline;
	}
	.featured-content{
		flex-basis: 50%;
	}
	.featured-item > .container.no{
		padding-top: 100px;
	}
	.featured-logo img.center{
		margin-left: 0;
	}
	.featured-text.text-center{
		text-align: left;
	}
	.anchor{
		color: #fff;
		font-weight: 500;
		display: block;
		width: 182px;
		height: 44px;
		line-height: 42px;
		border: 1px solid;
		border-radius: 3px;
		margin-top: 40px;
		font-size: 1rem;
		transition: all .4s;
	}
	.anchor:hover{
		color: #000;
		background-color: #fff;
	}
	.slider{
		width: 490px;
		margin-left: -115px;
	}
	.slider:after{
		height: 100%;
	}
	.additional-text,
	#copyright{
		width: calc(50% + 375px);
		margin-left: auto;
		margin-right: auto;
	}
	.event-list{
		justify-content: space-between;
		align-items: center;
		width: 700px;
		margin: 0 auto;
	}
	.event{
		flex-basis: calc(50% - 15px)
	}
	.gform_wrapper .top_label li ul.gfield_radio{
		display: flex;
		justify-content: space-between;
	}
	.section-personal .gfield_course_option_wrapper > ul{
		display: flex;
		flex-wrap: wrap;
		width: 640px;		
	}
	.section-personal ul li.gfield{
		flex-basis: 50%;
	}
	.section-personal ul li.gfield.full{
		flex-basis: 100%;
	}
	.section-personal ul li.gfield.order-1{
		order: 1;
	}
	.section-personal ul li.gfield.order-2{
		order: 2;
	}
	.section-personal ul li.gfield.order-3{
		order: 3;
	}
	.section-personal ul li.gfield.order-4{
		order: 4;
	}
	.section-personal ul li.gfield.order-5{
		order: 5;
	}
	.section-personal ul li.gfield.order-6{
		order: 6;
	}
	.section-personal ul li.gfield.order-7{
		order: 7;
	}
	.section-personal ul li.gfield.order-8{
		order: 8;
	}
	.event-registration .gform_wrapper input.small:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
		width: 277px;
	}
	body.reset-gf .event-registration .gform_wrapper .optional label.gfield_label:after{
		display: inline-block;
		margin-left: 3px;
	}
}
@media screen and (min-width: 1200px){
	.featured-item > .container.no{
		overflow: visible;
	}
}