/**
 * Theme Name: HECSA Registration Form
 * Template:   twentytwentyfour
 * Version: 1.1
 */

body {
	display: flex;
	min-height: 100vh;
	margin: 0;
}

footer {
	margin-top: auto;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - var(--wp-admin--admin-bar--height));
	margin: 0;
	width: 100%;
}

footer {
	margin-top: auto;
}

header .header-wrap {
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	padding: 15px 30px;
	grid-template-columns: 200px auto 250px;
}

header .help {
	display: inline-block;
	margin: auto 0;
}

header .help span:first-child {
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
}

header .help a {
	font-size: 15px;
	text-decoration: none;
	color: #5ead31;
	font-weight: 700;
}

header .help a:hover {
	color: #78c64b;
}

header .bar {
	width: 100%;
	background: #292d68;
	height: 50px;
}

.footer:before {
	content: "";
	background-image: url(https://cdn11.bigcommerce.com/s-ecdnjzysa5/stencil/d5ee6ae0-a22e-013c-07c5-5e383ea2178b/e/6803ee00-ece6-0139-bdc7-7a432c52de06/img/footer-bg-top-left-190-46.svg) !important;
	background-repeat: no-repeat;
	width: 290px;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.footer {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	border-top: none;
	padding: 0;
	position: relative;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer li {
	list-style: none;
}

.footer a {
	font-size: 14px !important;
	text-decoration: none;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
}

.footer a:hover {
	color: #5ead31;
	line-height: 28px;
}

.footer .footer-top {
	background-color: #292d68;
	width: 100%;
}

.footer .footer-bottom {
	background-color: #181c52;
	width: 100%;
}

.footer .footer-top>div,
footer .footer-bottom>div {
	margin: 0 auto;
	max-width: 1600px;
	padding: 15px 30px;
}

.footer .footer-top>div {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footer .footer-contact {
	display: grid;
	grid-auto-flow: row;
}

.footer h5 {
	color: white;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	letter-spacing: 0;
	line-height: 23px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.above_footer {
	background-color: rgb(49, 173, 154);
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
	color: white;
	margin-top: 30px;
}

.gform_heading h2,
h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #2b2b2b;
	font-size: 28px;
	line-height: 1.16;
}

.gsection_title {
	color: #292d68;
	font-size: 23px;
	line-height: 1.17;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 800px) {
	header .header-wrap {
		grid-template-columns: 250px;
	}

	.footer .footer-top>div {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}