/* 404 and 500 Error Pages */
.error-pg {
	padding-top: 10em;
	padding-bottom: 10em;
}

.error-pg a.linkout {
	display: block;
	color: #D0282E; /* $secondary */
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.7em 0;
	position: relative;
}

.error-pg a.linkout icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 1%;
	transition: .3s ease;
}

.error-pg a.linkout:hover icon {
	padding-left: 3%;
}

.error-pg .btn {
	display: block;
	max-width: 21em;
	margin-bottom: 2em;
}

.error-pg em {
	color: #00548B;
	font-style: normal;
	font-size: 1.7em;
	line-height: 1;
}

.error-pg p {
	font-size: 1.4em;
	line-height: 1.3;
	padding: 1em 0 1.8em;
}

.error-pg strong {
	color: #00548B; /* $primary */
	font-size: 3.9em;
	display: block;
	line-height: 1;
	padding-bottom: 0.4em;
	position: relative;
}

.error-pg strong:before {
	content: '';
	position: absolute;
	top: 40%;
	left: -1em;
	width: 0.8em;
	height: 0.8em;
	background-image: url(/images/error-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* End 404 and 500 Error Pages */

/* Thank You Page */
.thank-you-pg {
	padding-top: 10em;
	padding-bottom: 10em;
}

.thank-you-pg a.linkout {
	display: block;
	color: #D0282E; /* $secondary */
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.7em 0;
	position: relative;
}

.thank-you-pg a.linkout icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 1%;
	transition: .3s ease;
}

.thank-you-pg a.linkout:hover icon {
	padding-left: 3%;
}

.thank-you-pg .btn {
	display: block;
	max-width: 21em;
	margin-bottom: 2em;
}

.thank-you-pg em {
	color: #00548B;
	font-style: normal;
	font-size: 1.7em;
	line-height: 1;
}

.thank-you-pg p {
	font-size: 1.4em;
	line-height: 1.3;
	padding: 1em 0 1.8em;
}

.thank-you-pg strong {
	color: #00548B; /* $primary */
	font-size: 3.9em;
	display: block;
	line-height: 1;
	padding-bottom: 0.4em;
	position: relative;
}

.thank-you-pg strong:before {
	content: '';
	position: absolute;
	top: 40%;
	left: -1em;
	width: 0.8em;
	height: 0.8em;
	background-image: url(/images/thank-you-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* End Thank You Page */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.thank-you-pg, .error-pg {
		padding: 4.5em 4em;
	}

	.thank-you-pg strong, .error-pg strong {
		font-size: 3em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.thank-you-pg, .error-pg {
		padding: 3.5em 3em;
	}

	.thank-you-pg strong, .error-pg strong {
		font-size: 2.5em;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.thank-you-pg, .error-pg {
		padding: 3.5em 4%;
	}

	.thank-you-page main .two-columns-container {
		flex-direction: column-reverse;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.error-pg strong:before {
		display: none;
	}

	.thank-you-pg strong:before {
		display: none;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.thank-you-pg, .error-pg {
		padding: 2.5em 4%;
		text-align: center;
	}

	.thank-you-pg strong, .error-pg strong {
		padding-bottom: .1em;
	}

	.thank-you-pg p, .error-pg p {
		padding: .35em 0 1em;
	}

	.thank-you-pg .btn, .error-pg .btn {
		margin: 0 auto 1em;
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
}
/* End Responsive [450px] */
