/* =============================================
	GENERAL
   ============================================= */

.img-banner {
	border-bottom: 0 none;
	height: 0;
	position: relative;
	background-position: 0 center;
}

.img-banner.slim {
	padding-bottom: 9.76%;
}

.background-img {
	background-size: contain;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* =============================================
	TEXT
   ============================================= */

h1 span {
	display: block;
	font-family: MuseoSans,sans-serif;
	font-size: 0.6em;
	font-weight: 200;
	line-height: 1.3;
	margin-top: 5px;
	color: #08547F;
}

section.body article h3 {
	margin-bottom: 10px;
}

	/* =============================================
		HORIZONTAL CTAs
	   ============================================= */

section.body article .horizontal-cta h3 {
	margin-bottom: 0;
}

.body .horizontal-cta a.cta-button, .body .horizontal-cta div.cta-button {
	float: right;
	margin-top: -5px;
	width: 120px;
}


/* =============================================
	BODY
   ============================================= */

.right-sidebar {
	width: 150px;
	border-left: 1px solid #dcd7c7;
	padding-left: 15px;
}

/* =============================================
   ARTICLE
   ============================================= */

article.no-nav {
	width: 100%;
}

article.no-nav .main-column {
	float: left;
	width: 628px;
}

/* =============================================
   LEFT SIDEBAR - NO NAV
   ============================================= */

.left-sidebar.no-nav {
	border-right: 1px solid #dcd7c7;
	padding-right: 20px;
	margin-right: 20px;
	width: 150px;
}


/* =============================================
	MEDIAQUERY - TABLET AND MOBILE
   ============================================= */

@media screen and (max-width:1023px) {

	.body .right-sidebar a.cta-button, .body .right-sidebar div.cta-button {
		height: 34px;
		line-height: 1.4;
		text-align: left;
	}

	.right-sidebar {
		width: 100px;
	}

	.right-sidebar h3 {
		font-size: 16px;
		line-height: 1.3;
	}
}

/* =============================================
	MEDIAQUERY - TABLET ONLY
   ============================================= */

@media screen and (min-width:640px) and (max-width:1023px) {

}

/* =============================================
	MEDIAQUERY - MOBILE ONLY
   ============================================= */

@media screen and (max-width:639px) {

	.img-banner.slim {
		padding-bottom: 25%;
	}

	.body .horizontal-cta a.cta-button, .body .horizontal-cta div.cta-button {
		height: 35px;
		line-height: 1.4;
		margin-top: 0;
		width: 80px;
	}

}


