/* Responsive CSS */

@media only screen and (max-width : 1200px) {}
@media only screen and (max-width : 979px) {}
@media only screen and (max-width : 767px) {}
@media only screen and (max-width : 480px) {}
@media only screen and (max-width : 320px) {}

@media (max-width: 992px) {
	.navbar {}
	.nav-link {
		font-size: 14px;
	}
	.navbar-collapse {
		position: fixed;
		top: 0;
		/* top: 54px; */
		left: -300px;
		z-index: 2020;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 300px;
		height: 100%;
		transition: all 0.3s ease;
		display: block;
		background-color: #fff;
	}
	.navbar-collapse.collapsing {
		/* height: auto !important; */
		margin-right: 50%;
		transition: all 0.3s ease;
		display: block;
		height: 100%;
	}
	.navbar-collapse.show {
		left: 0;
	}
	br {
		/*
		display: none;
		visibility: hidden;
		*/
	}
	div[class*='col'] {
		flex: 0 0 100%;
	}
	.w90 {
		max-width: 100%;
	}
	p {
		font-size: 14px;
	}
	.home #logo,
	.page-thank-you #logo {
		max-width: 60%;
	}
	#header-register, #header-register:hover {
		right: 1em;
		font-size: 12px;
		padding: .55em 1em;
	}
	.hero-content {
		transform: none;
		position: static;
		padding-top: 2em ;
		padding-bottom: 2em;
		background-color: #3a241f;
	}
	.home-hero-content {
		width: 100%;
	}
	.home-hero-content img {
		max-width: 50%;
	}
	.home-hero-content h2 {
		font-size: 40px;
	}
	.home-hero-content p {
		font-size: 16px;
	}
	.hero-content p:first-of-type {
		font-size: 16px;
	}
	.hero-content p:nth-of-type(2) {
		font-size: 50px;
	}
	.flex-content-2 {
		padding-top: 2em;
		padding-bottom: 0;
	}
	.flex-content-2 .orange-btn {
		display: none;
		visibility: hidden;
	}
	.home .flex-content-3,
	.home .flex-content-4,
	.home .flex-content-5 {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.home .flex-content-4 {
		padding-bottom: 0;
	}
	.home .flex-content-2 > .container-fluid > .row > div[class*='col']:last-of-type,
	.home .flex-content-3 > .container-fluid > .row > div[class*='col']:first-of-type,
	.home .flex-content-4 > .container-fluid > .row > div[class*='col']:last-of-type,
	.home .flex-content-5 > .container-fluid > .row > div[class*='col']:first-of-type {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.home .flex-content-4 > .container-fluid > .row > div[class*='col']:last-of-type {
		padding-top: 2em;
	}
	.home .flex-content-3 > .container-fluid > .row > div[class*='col']:first-of-type {
		order: 2;
		padding-top: 2em;
	}
	.home .flex-content-5 > .container-fluid > .row > div[class*='col']:first-of-type {
		order: 2;
	}
	.home .flex-content-5 > .container-fluid > .row > div[class*='col']:last-of-type {
		padding-bottom: 2em;
	}
	.blue-btn {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.pull-up-img img {
		display: none;
		visibility: hidden;
	}
	h1, h2, h3 {
		font-size: 44px;
		margin-bottom: .5em;
	}
	h4 {
		font-size: 26px;
		margin-bottom: .5em;
	}
	.register > .row > div[class*="col"] > div {
		padding: 2em 0 0;
	}
	.register h4 {
		font-size: 20px;
		margin-bottom: .75em;
	}
	.register p {
		font-size: 16px;
	}
	.keymap {
		padding: 0;
		max-width: 100%;
	}
	.keymap img {
		position: static;
		object-fit: cover;
		object-position: center;
		aspect-ratio: 1;
	}
	.slider-w-content {
		max-width: 90%;
		margin-left: auto;
	}
	.slick-nav {
		display: none;
		visibility: hidden;
	}
	.flex-content-4 .img-cover img {
		max-width: 90%;
		display: block;
		margin-right: auto !important;
	}
	.flex-content-5 .img-cover img {
		max-width: 90%;
		display: block;
		margin-left: auto !important;
	}
	.register {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.register > .row > div[class*="col"] {
		max-width: 90%;
	}
	#flexible > section *,
	footer * {
		text-align: center !important;
	}
	#frm_form_2_container label {
		color: #272727;
		text-align: left !important;
	}
	footer p#footer-fine-print {
	 	margin-top: 1.5em;
	 	margin-bottom: 1.5em;
	 }
	 footer > .container-fluid > .row > div[class*='col']:last-of-type {
	 	flex-direction: column !important;
	 	align-items: center !important;
	 	justify-content: center !important;
	 }
	 footer .socials {
	 	margin: 1em auto 0;
	 }
	 .page-thank-you #logo {
	 	display: none;
	 	visibility: hidden;
	 }
}
