/* Thank You Page Styles */
.thank-you-panel {
}

.thank-you-panel .container {
	position: relative;
	overflow: hidden;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 44vw;
	padding: 4em 0;
}

.thank-you-panel .container .main {
	width: 100%;
}

.thank-you-panel .container > img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto !important;
	height: auto !important;
	max-width: none;
	max-height: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.thank-you-panel .container .info {
}

.thank-you-panel .container .info h1 {
	font-size: 4.7222em;
	color: #0191CD; /* $primary */
	font-weight: 700;
}

.thank-you-panel .container .info h2 {
	font-size: 2.5em;
	font-weight: 400;
	color: #014768; /* $secondary */
	max-width: 15em;
}

.thank-you-panel .container .info h2 + .btn {
	margin-top: 2em;
}

.thank-you-panel .container .info p {
	font-size: 1.333EM;
	font-weight: 400;
	max-width: 18.75em;
	margin: 1.666em 0;
}

.thank-you-panel .container .info .btn {
	display: table;
	margin: 0 0 .5em;
}
/* End Thank You Page Styles */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.thank-you-panel .container .info {
		text-align: center;
		padding: 2em;
		background-color: rgba(255,255,255,.85);
	}

	.thank-you-panel .container .info h1 {
		margin-left: auto;
		margin-right: auto;
	}

	.thank-you-panel .container .info h2 {
		margin-left: auto;
		margin-right: auto;
	}

	.thank-you-panel .container .info p {
		margin-left: auto;
		margin-right: auto;
	}

	.thank-you-panel .container .info .btn {
		display: inline-block;
		margin: .5em;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.thank-you-panel .container .info {
	}

	.thank-you-panel .container .info h1 {
		font-size: 3em;
	}

	.thank-you-panel .container .info h2 {
		font-size: 2em;
	}

	.thank-you-panel .container .info p {
		font-size: 1.11em;
		margin: 1em auto .5em;
	}

	.thank-you-panel .container .info .btn {
	}

	.thank-you-panel .container .info br {
		display: none;
	}
}
/* End 800px Responsive */
