.section-wrapper {
    position: relative;
}
.section-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/* ======================================== *
	Billboard Interior
 * ======================================== */
#billboard-container {
	border-bottom: 5px solid #a92829;
	padding-bottom: 30px;
} 
#int-billboard {
	background: url("../images/int_billboard.jpg");
	background-size: cover;
	text-align: center;
	color: #46608b;
	font-size: 2.1em;
	font-weight: 600;
	padding: 20px 0;
}

@media screen and (max-width: 660px) {
	#int-billboard {
		font-size: 1.5em;
	}

	#int-billboard p {
		line-height: 1.2em;
	}
}

/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
	overflow-y: hidden;
}

#billboard-cell-1 {
	height: 429px;
}

#billboard h1 {
	text-transform: uppercase;
}

#billboard .slideshow > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 429px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#billboard-content {
	background-color: rgba(232, 232, 232, 0.9);
	max-width: 700px;
	position: relative;
	padding: 30px;
}

@media screen and (max-width: 950px) {
	#billboard-content {
		max-width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#billboard-content {
		background-color: rgba(232, 232, 232, 1);
	}
}

/* ======================================== *
	Billboard Int
 * ======================================== */
#billboard-int-wrapper {
	overflow-y: hidden;
}

#billboard-int {
	background-color: #e3e5ed;
}

#billboard-int-cell-1 {
	height: 198px;
	border-right: 10px solid #505050;
}

#billboard-int-cell-1 .inner {
	padding: 0;
}

#billboard-int-cell-1 img {
	position: absolute;
	height: 198px;
	width: 100%;
}

#billboard-int .tmf-post {
	padding-top: 25px;
	font-size: 1.2em;
}

#billboard-int .slideshow-int > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 198px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#billboard-int h1 {
	margin-bottom: 10px;
	line-height: 1em;
}

#billboard-int p {
	line-height: 1em;
}

#billboard-int-cell-2 {
	vertical-align: middle;
	font-size: 31px;
	text-align: center;
}

#billboard-int-cell-2 span {
	font-size: 33px;
	font-weight: 700;
	color: #1f5f9d;
}

@media screen and (max-width: 750px) {
	#billboard-int-cell-1 {
		display: none;
	}

	#billboard-int-cell-2 {
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 550px) {
	#billboard-int-cell-2,
	#billboard-int-cell-2 span {
		font-size: 26px;
	}
}