/* Misc General */
.misc-pg {
	min-height: 42.222em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF; /* $white */
	position: relative;
}

.misc-pg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #31251C; /* $dark */
	opacity: 0.35;
}

.misc-pg.flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.misc-pg em {
	font-size: 3.222em;
	text-transform: uppercase;
	font-style: normal;
	display: block;
}

.misc-pg strong {
	font-size: 14.056em;
	font-weight: 700;
	line-height: 1;
	display: block;
	text-align: center;
	color: #0845A2; /* $primary */
}

@supports (-webkit-background-clip: text) {
	.misc-pg strong {
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		color: rgba(0,0,0,0);
		background-image: linear-gradient(to bottom,#0845A2,rgba(255,255,255,0)); /* $primary, */
	}
}

.misc-pg p {
	font-size: 1.111em;
	text-align: center;
}

.misc-caption {
	margin-bottom: 14rem;
}
/* End Misc General */

/* Misc Info General */
main section.misc-info-pg {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.misc-info-pg .list {
	list-style: outside disc;
	padding-left: 1em;
}

.misc-info-pg .list .list {
	padding-left: 2em;
}

.misc-info-pg em {
	margin-bottom: 1rem;
}
/* End Misc Info General */

/* Error General */
.error-pg {
	background-image: url(../images/contact-bg.jpg);
}

.error-pg .misc-caption {
	text-align: center;
}
/* End Error General */

/* Error 404 */
.p-404 .error-pg {
}
/* End Error 404 */

/* Error 500 */
.p-500 .error-pg {
}
/* End Error 500 */

/* Thank You */
.thank-you {
	background-image: url(../images/contact-bg.jpg);
}

.thank-you .misc-caption {
	margin-bottom: 8rem;
}

.thank-you .misc-caption a[href*='tel:'] {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	color: #E03636; /* $secondary */
}
/* End Thank You */

/* Thank You [Review] */
.misc-pg.review-thank-you em {
	font-size: 0.4375em;
}

.review-thank-you strong {
	background-image: linear-gradient(to bottom,#073C8D 83%,rgba(255,255,255,0)); /* darken($primary,13%), */
}
/* End Thank You [Review] */

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

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.misc-pg.thank-you strong {
		font-size: 18vw;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.misc-pg p {
		font-size: 1em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.misc-pg {
		min-height: 33em;
	}

	.misc-caption {
		margin-bottom: 8rem;
	}

	.misc-pg.thank-you strong {
		font-size: 17vw;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.misc-pg em {
		font-size: 2.75em;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.misc-pg {
		min-height: 25em;
	}

	.misc-caption {
		margin-bottom: 0;
	}

	.thank-you .misc-caption {
		margin-bottom: 3rem;
	}

	.misc-pg em {
		font-size: 2em;
	}

	.misc-pg strong {
		font-size: 11em;
	}
}
/* End Responsive - 414px */

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