@charset "UTF-8";
/* CSS Document */

#gate_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 9, 34, 0.69);
	z-index: 100;
	top: 0;
}

#gate_form {
	margin: 30px auto !important;
	border-radius: 20px;
	max-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	padding: 6vw !important;
}

.closeButton {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 5px 15px 5px 5px;
	background-color: var(--dkpink);
	aspect-ratio: 1;
	width: 40px;
	background-image: url(../images/ex.webp);
	background-size: 60% auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: background-color 0.2s;
}

.closeButton:hover {
	background-color: var(--dkblue);
}

main:has(> .hero:first-child) {
	padding-top: 0 !important;
}

main .hero:first-child {
	border: none;
}

main ul {
	margin: 0 0 0 5px;
}

main li {
	margin: 5px 0;
}

.maxw2 {
	max-width: 1500px;
}

.hero .bigbutton a.btn {
	background-color: #FFF;
 	/*padding-left: 44px;*/
 	background-position: 14px center;
 	position: relative;
 	z-index: 10;
	font-family: 'Source Serif 4',Georgia,serif; 	
	font-weight: bold;
	color: var(--dkblue);
	/*padding: 30px;*/
	/*border-radius: 10px;*/
}

.hero .bigbutton a.video_button {
	padding-left: 44px;
}

.hero .bigbutton a.btn:before {
    left: 12px;
}

.hero .bigbutton a.btn:hover {
	background-color: var(--dkpink) !important;
	color: #FFF;
}

.lp_headers_1 h1 {
	font-size: 2em;
}

.lp_headers_1 h2 {
	font-size: 1.5em;
	margin-top: 2.5vw;
}

.lp_headers_1 h3 {
	font-size: 1.2em;
	color: var(--dkblue);
}

.smallertext :is(h3,p,li) {
	font-size: 0.8em;
}

.button_group {	
	height: fit-content;
	position: relative;
	padding: 10px 0 30px 0;
}

.button_group div a.btn,
.button_group div div:has(.btn) {
	display: inline;
}

.statgroup1 {
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 2px #FFF;
	border-radius: 15px;
	padding: 40px 40px 50px;
	text-align: center;
	margin-bottom: 30px;
}

.statgroup1 h3 {
	margin-bottom: 25px;
}

.statgroup1 h4 {
	font-family: 'Source Serif 4',Georgia,serif;
}

.statgroup1 p {
	margin: 0;
	line-height: 1.1;
	max-width: 300px;
	margin: 0 auto;
}

.statgroup1 p:not(p:has(strong)) {
	font-size: 0.85em;
	margin-top: 8px;
}

.statgroup1 strong {
	font-family: 'Source Serif 4',Georgia,serif;
	font-size: 1.5em;
}

.statgroup2 > div {
	padding-left: 145px;
	height: 120px;
}

.statgroup2 img {
	width: 100px;
	height: auto;
	position: absolute;
	left: 15px;
}

.callout {
	border-radius: 18px;
	padding: 30px;
	font-size: 1.2em;
}

.mcenter :is(h3,p,ul,li,figure,img) {
	text-align: center;	
	/*padding-left: 0;*/
}

.mcenter li:before {
	display: none;
}

.vert_space_between {
	justify-content: space-between !important;
	height: 100%;
}

.vert_space_between > div {
	display: flex;
}

h2.blue {
	color: var(--dkblue) !important;
}

form#form_meeting_request {
	max-width: 850px;
	/*background-color: lightgray;*/
	margin: 0 auto;
	text-align: center;
}

form#form_meeting_request .form-field {
	padding-right: 0;
}

form#form_meeting_request :is(.frm_opt_container,.frm_html_container) {
	text-align: left;
}

form#form_meeting_request .frm_opt_container {
	margin-top: 30px;
}

@media(min-width: 768px) {

	.mcenter :is(h3,p,ul,li,figure,img) {
		text-align: initial;
		background-image: initial;
		/*padding-left: initial;*/
	}	

	.mcenter li:before {
		display: initial;
	}	

	.statgroup1 {
		/*margin-left: 30px;*/
	}

	.statgroup2 > div {
		padding-left: 0px;
		padding: 30px;
		height: auto;
	}

	.statgroup2 img {
		max-height: 100px;
		width: auto;
		position: relative;
		left: auto;
	}	


}

@media(min-width: 1200px) {

	#gate_form {
		border-radius: 20px;
		max-width: 1000px;
		padding: 60px !important;
	}

}