/**********************************************************
// Block >> Media >> Top
**********************************************************/
.Block-Media-Top {
	padding: 50px 10px;
	text-align: center;
	}

.Block-Media-Top > h2 {
	padding: 0;
	line-height: 44px;
	text-align: center;

	font-weight: 600;
	font-size: 34px;
	}

.Block-Media-Top-Content p { line-height: 26px; }
.Block-Media-Top-Content {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1050px;
	display: table;
	font-size: 18px;
	line-height: 26px;
	}

.Block-Media-Top-Left {
	padding-right: 40px;
	width: 50%;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	}

.Block-Media-Top-Right {
	padding-left: 40px;
	width: 50%;
	text-align: left;
	border-left: 1px solid #C4D1C7;
	display: table-cell;
	vertical-align: top;
	}

/**********************************************************
// Block >> Media >> Top >> Lists
**********************************************************/
.Block-Media-Top-Lists {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 1050px;
	display: table;
	text-align: left;
	}

.Block-Media-Top-List {
	padding: 0 30px;
	width: 29%;
	display: table-cell;
	vertical-align: top;
	}

.Block-Media-Top-List:nth-child(2) {
	width: 35%;
}

.Block-Media-Top-List h3 {
	padding: 0;
	line-height: 34px;
	text-align: center;

	font-weight: 600;
	font-size: 24px;
	}

.Block-Media-Top-List li {
	line-height: 26px;
	font-size: 18px;
	}

/**********************************************************
// Block >> Media >> Top >> Bottom
**********************************************************/
.Block-Media-Top-Bottom {
	margin: 50px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-size: 16px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Block-Media-Top { padding: 30px 10px; }

	.Block-Media-Top-Content {
		margin-top: 0;
		display: block;
		}

	.Block-Media-Top-Left {
		padding-right: 0;
		width: 100%;
		display: block;
		}

	.Block-Media-Top-Right {
		padding-left: 0;
		width: 100%;
		border-left: 0;
		display: block;
		}

	.Block-Media-Top-Lists {
		margin: 30px auto 0 auto;
		display: block;
		}

	.Block-Media-Top-List, .Block-Media-Top-List:nth-child(2) {
		margin: 20px auto 0 auto;
		padding: 0;
		width: 100%;
		max-width: 320px;
		display: block;
		}

	.Block-Media-Top-Bottom { margin: 30px auto 0 auto; }
}
