﻿@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&display=swap');
/* Call To Action */
.cta_outer {
	border-radius: 10px;
	border: #e80000 solid 5px;
	width: 803px;
	height: 50px;
	padding: 0px;
	margin: 0px auto 15px auto;
	position: relative;
	background:linear-gradient(to right, #FFF 0, #FFF 88%, #e80000 88%, #e80000 100%);
}
.cta_vertCenter {
	width: 100%;
	height: 90%;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
.cta_hCenter {
	width: 97%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
h1.cta_heading {
	font-family: 'Comfortaa', cursive;
	width: 38%;
	height: 100%;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.6;
	text-align: left;
	font-size: 30px;
	word-spacing: -5px;
	font-weight: normal;
	color: #e80000;
}
#cta_text {
	width: 50%;
	height: 100%;
	margin: 0px 3% 0px 0px;
	padding: 0px;
	position: relative;
	display: block;
	float: left;
	font-family: 'Carter One', cursive;
	font-size: 30px;
	text-align: left;
	color: #e80000;
	line-height: 1.5;
}
#cta_text a {
	width: 100%;
	height: 100%;
	display: block;
}
.cta_more {
	width: 9%;
	height: 100%;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFF;
}
.cta_arrow:after {
	font-family: 'Comic Neue', cursive;
	content: '\00bb';
	padding: 0px;
	margin: 0px;
	line-height: 0.48;
	text-align: center;
	font-size: 78px;
	color: #FFF;
}
#cta_text a:link, #cta_text a:visited, #cta_text a:hover, #cta_text a:active {
	color: #ff8020;
	text-decoration: none;
	border: none;
}

/* Event Bar */
.evt_outer {
	border-radius: 10px;
	border: #0070ff solid 5px;
	width: 803px;
	height: 50px;
	padding: 0px;
	margin: 0px auto 15px auto;
	position: relative;
	background:linear-gradient(to right, #FFF 0, #FFF 88%, #0070ff 88%, #0070ff 100%);
}
.evt_vertCenter {
	width: 100%;
	height: 90%;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
.evt_hCenter {
	width: 97%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
h1.evt_heading {
	font-family: 'Comfortaa', cursive;
	width: 37%;
	height: 100%;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.6;
	text-align: left;
	font-size: 30px;
	word-spacing: -5px;
	font-weight: normal;
	color: #0070ff;
}
#evt_text {
	width: 51%;
	height: 100%;
	margin: 0px 3% 0px 0px;
	padding: 0px;
	position: relative;
	display: block;
	float: left;
	font-family: 'Carter One', cursive;
	font-size: 30px;
	text-align: left;
	color: #0070ff;
	line-height: 1.5;
}
#evt_text a {
	width: 100%;
	height: 100%;
	display: block;
}
.evt_more {
	width: 9%;
	height: 100%;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFF;
}
.evt_arrow:after {
	font-family: 'Comic Neue', cursive;
	content: '\00bb';
	padding: 0px;
	margin: 0px;
	line-height: 0.48;
	text-align: center;
	font-size: 78px;
	color: #FFF;
}
#evt_text a:link, #evt_text a:visited, #evt_text a:hover, #evt_text a:active {
	color: #58c014;
	text-decoration: none;
	border: none;
}