/*******************************
bmh-popup-cta - v1.0.2
********************************/

.bmhPopupCta-border {
	border: solid 2px #e9e9d9;
	position: absolute;
	z-index: 1002;
	top: 50%;
	left: 50%;
	padding: 5px;
	display: none;
	margin-bottom: 40px;
}

body.mobile .bmhPopupCta-border {
	position: absolute;
	top: 0;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}

.bmhPopupCta {
	display: block;
	outline: 0px;
	height: auto;
	width: 640px;
	padding: 20px 20px 40px;
	background: #e9e9d9 url( "../img/popup-cta-bg.jpg" ) no-repeat center center;
	background-size: cover;
	width: 640px;
	height: auto;
}

body.mobile .bmhPopupCta {
	padding: 0 20px 110px;
	width: 100%;
	max-width: 500px;
	min-width: 300px;
	margin: 0 auto;
}

.bmhPopupCta-overlay {
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0.75);
	left: 0;
	position: fixed;
	top: 0;
}

.bmhPopupCta .bmhPopupCta-newsletter-signup-success {
	display: none;
	height: 200px;
	font-size: 30px;
	font-family: "DINWebPro-CondMedium", Arial, sans-serif;
	line-height: 200px;
	margin-top: 20px;
}

.bmhPopupCta button.button-primary.full-width {
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 25px 0 15px;
	line-height: 1;
	font-size: 30px;
	height: auto;
	font-family: "DINWebPro-CondMedium", Helvetica, sans-serif;
	text-transform: uppercase;
	width: 300px;
	background: #cc0526;
	color: #ffffff;
	border: 0;
	position: absolute;
	text-align: center;
	bottom: -32px;
	left: 50%;
	margin-left: -150px;
	border: solid 1px #cc0526;
}

.bmhPopupCta .bmhPopupCta-header {
	margin: 0;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	color: #cc0526;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: normal;
	font-family: "DINWebPro-CondBold", Helvetica, sans-serif;
	margin-top: 20px;
}

body.mobile .bmhPopupCta .bmhPopupCta-header {
	margin-top: 45px;
	font-weight: normal;
	font-size: 44px;
}

.bmhPopupCta .bmhPopupCta-copy-content {
	font-family: "DINWebPro-CondMedium";
	font-size: 21px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}

body.mobile .bmhPopupCta .bmhPopupCta-copy-content {
	font-size: 18px;
}

.bmhPopupCta .bmhPopupCta-header,
.bmhPopupCta .bmhPopupCta-copy-content {
	text-align: center;
}

/* Close button */
.bmhPopupCta-border .close-button {
	background: none;
	height: auto;
	right: 15px;
	top: 15px;
	width: auto;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.bmhPopupCta-border .close-button::after {
	content: "\2a";
	text-indent: 0;
	font-size: 12px;
	width: 25px;
	height: 25px;
	border: none;
	color: #cc0526;
	padding: 0;
	line-height: 25px;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
	font-family: "icomoon";
	text-align: center;
}

.bmhPopupCta-border .close-button span {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	color: #cc0526;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	position: relative;
}

.bmhPopupCta-border .close-button svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 12px;
	color: #cc0526;
	text-indent: -9999px;
}

.bmhPopupCta-border .close-button svg rect {
	stroke-width: 3;
	stroke-dasharray: 100,0;
	stroke-dashoffset: -12.5;
	stroke: #cc0526;
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, .32, 1);
	-moz-transition: all 400ms cubic-bezier(0.23, 1, .32, 1);
	transition: all 400ms cubic-bezier(0.23, 1, .32, 1);
}

.bmhPopupCta-border .close-button:hover rect {
	stroke-dasharray: 25, 75;
	stroke-dashoffset: -50;
}
/**  End close button **/

.bmhPopupCta .bmhPopupCta-subscribe-full {
	margin: 30px auto 10px;
	float: left;
	width: 100%;
	clear: left;
	text-align: center;
	letter-spacing: 0.5px;
}

body.mobile .bmhPopupCta .bmhPopupCta-subscribe-full {
	margin: 20px 0 0;
}

.bmhPopupCta .bmhPopupCta-subscribe-full p {
	width: 70%;
	font-family: "DINWebPro-CondMedium", Helvetica, sans-serif;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
}

body.mobile .bmhPopupCta .bmhPopupCta-subscribe-full p {
	width: 100%;
	line-height: 1.1em;
	margin: 0;
}

.bmhPopupCta .bmhPopupCta-subscribe-full p a {
	color: #c71432;
}

.bmhPopupCta .bmhPopupCta-cta {
	bottom: -32px;
	padding: 5px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}

body.mobile .bmhPopupCta .bmh-btn-red.bmhPopupCta-cta {
	bottom: 30px;
	max-width: 88%;
	width: 88%;
	margin-left: -44%;
}

.bmhPopupCta .bmh-btn-red.bmhPopupCta-cta .inner {
	font-size: 30px;
	padding: 15px 0 10px;
}

/* ul / ol Styling */
.bmhPopupCta ul, .bmhPopupCta ol {
	display: table;
	margin: 1em auto;
	font-family: "DINWebPro-CondMedium";
	font-size: 21px;
}

.bmhPopupCta ul, .bmhPopupCta ol, .bmhPopupCta li {
	list-style: initial;
}

.bmhPopupCta ol li {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 17px;
	margin-left: -17px;
}

.bmhPopupCta li {
	padding-left: 15px;
}

body.mobile .bmhPopupCta ul {
	margin-left: 30px;
}

body.mobile .bmhPopupCta ol {
	margin-left: 44px;
}
/* End ul / ol Styling */
