.introductory-banner * {
		box-sizing: border-box;
}
.introductory-banner {
	height: 64px;
	background-color: #DC001A;
}
.introductory-banner .left {
	height: 64px;
	width: 32%;
	position: relative;
	float: left;
	overflow: hidden;
	background: #444444;
	text-align: right;
	padding-right: 35px;
}
.introductory-banner .left h3.sub-header {
	line-height: 64px;
	color: #fff;
	font-family: "Chronicle Text G2 A", "Chronicle Text G2 B";
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
}
.introductory-banner .right {
	width: 68%;
	height: 64px;
	position: relative;
	float: left;
	height: 64px;
	display: inline-block;
	background-color: #DC001A;
	text-align: left;
	padding-left: 10px;
}
.introductory-banner .right:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #DC001A;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
}
.introductory-banner .right h2.main-header {
	font-family: 'Gotham A','Gotham B','Arial Narrow','Helvetica Neue',Arial,'Liberation Sans',FreeSans,Sans-Serif;
	font-size: 26px;
	color: #ffffff;
	line-height: 64px;
	margin-bottom: 0;
	float: left;
}
.introductory-banner .right .btn {
	margin-left: 32px;
	margin-top: 12px;
	float: left;
}
.introductory-banner .right .txt-container {
	position: absolute;
}

@media (max-width: 1000px) {
	.introductory-banner {
		height: 100%;
		padding: 20px 0;
	}
	.introductory-banner .left {
		float: none;
		width: 100%;
		background-color: #DC001A;
		text-align: center;
		padding: 0;
		height: 100%;
	}
	.introductory-banner .left:before {
		border-top: 2px solid #dfdfdf;
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		width: 95%;
		z-index: -1;
	}
	.introductory-banner .left h3.sub-header {
		line-height: 1;
		position: relative;
		z-index: 1;
		margin-bottom: 5px;
	}
	.introductory-banner .left h3.sub-header:before {
		border-top: 2px solid #dfdfdf;
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: -1;
	}
	.introductory-banner .left h3 span {
		padding: 0 50px;
		background-color: #DC001A;
	}
	.introductory-banner .right h2.main-header {
		float: none;
		line-height: 1;
		margin: 10px 0;
	}
	.introductory-banner .right:before {
		display: none;
	}
	.introductory-banner .right {
		float: none;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.introductory-banner .right .txt-container {
		position: relative;
	}
	.introductory-banner .right .btn {
		margin: 0;
		float: none;
	}
}

@media (min-width: 1500px) {
	.introductory-banner .left {
		width: 34%;
	}

	.introductory-banner .right {
		width: 66%;
	}
}

@media (min-width: 1700px) {
	.introductory-banner .left {
		width: 36%;
	}

	.introductory-banner .right {
		width: 64%;
	}
}

@media (min-width: 1900px) {
	.introductory-banner .left {
		width: 38%;
	}

	.introductory-banner .right {
		width: 62%;
	}
}

@media (min-width: 2100px) {
	.introductory-banner .left {
		width: 40%;
	}

	.introductory-banner .right {
		width: 60%;
	}
}

@media (min-width: 2300px) {
	.introductory-banner .left {
		width: 41%;
	}

	.introductory-banner .right {
		width: 59%;
	}
}