/**********************************************************
// Block >> Quote
**********************************************************/
.Block-Quote {
	margin: auto !important;
	padding: var(--40px) 0;
	text-align: center;
	display: block !important;
	}

.Block-Quote-Inner {
	margin: auto;
	padding: var(--70px) 0;
	position: relative;
	}

.Block-Quote-Box {
	width: 36.25rem;
	border: var(--1px) solid var(--Color-Black);
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	}

.Block-Quote.Alt .Block-Quote-Box { border: var(--1px) solid var(--Color-White); }

.Block-Quote-Text {
	padding: var(--10px) 0 0 0;
	background: var(--Color-White);
	position: relative;
	z-index: 200;
	}

.Block-Quote.Alt .Block-Quote-Text { background: var(--Color-Black); }

.Block-Quote h2 {
	padding: 0 !important;
	line-height: 1.3em;
	letter-spacing: var(--2px);
	font-family: var(--Font-Titles);
	font-weight: 200;
	font-size: 2.25rem;
	}

.Block-Quote h3 {
	margin-top: var(--30px);
	padding: 0 !important;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 300;
	font-size: var(--16px);
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.Block-Quote { padding: var(--30px) 0; }
	.Block-Quote-Inner { padding: 0; }
	.Block-Quote-Box { display: none; }
	.Block-Quote-Text { padding: 0; }

	.Block-Quote h2 { font-size: var(--30px); }
}
