/* STYLES FOR MAIN PROMO */
.mpc {
    max-width: unset !important;
    margin: 0 !important;
    min-height: 633px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.mpcInfo {
	max-width: 1160px;
}
.mpc .bannerSans, .mpcMobile + .mpcInfo .bannerSans {
	padding-bottom: 10px !important;
	margin-bottom: 12px !important;
	position: relative;
	text-transform: uppercase;
}
.mpc .bannerSans::after, .mpcMobile + .mpcInfo .bannerSans::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 332px;
  background: #FFF;
}
.mpcMobile + .mpcInfo .bannerSans {
	margin-top: 0 !important;
}
.mpc h1, .mpcMobile + .mpcInfo h1 {
	margin: 0 !important;
	text-align: center;
	letter-spacing: -3px;
}
.mpcButtonContainer {
	margin-top: 66px;
	text-align: center;
	padding: 1px 31px;
	background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.mpcButton {
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	padding: 0 !important;
	text-transform: uppercase;
	text-decoration: none;
}
.mpc .mpcArrow {
  margin: 0 !important;
  max-width: unset !important;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.post-template-default .mpc .mpcArrow {
    display: none;
}
.mpcMobile, .mpcMobile + .mpcInfo {
	display: none;
}
@media only screen and (max-width: 800px) { 
	.mpc {
		min-height: 550px !important;
		padding: 15px;
	}
	.home .mpc {
		min-height: 650px;
	}
	.mpc .bannerSans::after {
		width: 240px;
	}
	.mpcArrow {
		display: none;
	}
	.mpcButtonContainer {
		margin: 30px 0 0px 0;
	}
}
@media only screen and (max-width: 600px) { 
	.mpc {
		min-height: 250px !important;
		display: none;
	}
	.mpcMobile, .mpcMobile + .mpcInfo {
		display: block;
	}
	.mpcMobile + .mpcInfo {
		background: #000;
	}
	.mpc .bannerSans::after, .mpcMobile + .mpcInfo .bannerSans::after {
		width: 90%;
	}
}