#content {
	position: relative;
}

#main {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body{ -webkit-font-smoothing: subpixel-antialiased;}

/* Banner
======================================== */

.banner-container {
	background-color: #000;
	background-position: left-top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0 -30px 60px;
	letter-spacing: .05em;}

.banner-container .content-container {
	padding: 0 50px;
}

.banner-container h1 {
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 30px 0 0;
}

@media screen and (max-width: 991px) {
	
	.banner-container {
		margin: 0 -20px 60px;
	}
	
	.banner-container .content-container {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.banner-container {
		margin-bottom: 40px;
	}
	
}



/* Article
======================================== */

.item-page {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
	padding: 0 20px;
}

h2 {
	color: #009add;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueThin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 45px;
	line-height: 50px;
	margin: 0 0 20px;
}

h2 + .sub-heading {
	font-size: 18px;
	margin: -20px auto 20px !important;
}

.item-page h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
}

ul {
	margin-left: 10px;
	padding-left: 18px;
}

.heading-bar {
	margin: 60px -50px;
	padding-right: 50px;
	padding-left: 50px;
}

@media screen and (min-width: 992px) {
	
	.item-page .padding-bleed {
		margin-left: -50px !important;
		margin-right: -50px !important;
	}

	.item-page .bg-bleed {
		margin-left: -50px !important;
		margin-right: -50px !important;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.item-page .padded .padding-bleed {
		margin-left: -30px !important;
		margin-right: -30px !important;
	}

	.item-page .padded .bg-bleed {
		margin-left: -30px !important;
		margin-right: -30px !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media screen and (max-width: 991px) {
	
	.item-page {
		padding: 0;
	}

	.heading-bar {
		margin: 40px -20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
}

@media screen and (max-width: 959px) {
	
	.heading-bar {
		margin-top: 10px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.item-page .align-center {
		text-align: left !important;
	}

	h2 {
		font-size: 36px;
		line-height: 41px;
		margin: 0 0 20px;
	}
	
	h2 + .sub-heading {
		font-size: 18px;
		margin: -20px auto 20px !important;
	}
	
}



/* Floating Features
======================================== */

.floating-feature {
	margin: 0 -50px;
	position: relative;
}

.floating-feature:before,
.floating-feature:after {
	content: '';
	display: table;
	clear: both;
}

.floating-feature .feature {
	padding: 0 15px 10px;
	position: relative;
	z-index: 1;
}

.floating-feature .feature:after {
	content: '';
	background: #23c1f5;
	width: 5px;
	height: 60px;
	position: absolute;
	top: 0;
}

.floating-feature h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.floating-feature p {
	font-size: 14px;
	line-height: 20px;
}

.floating-feature .line {
	min-width: 10px;
	border-color: #23c1f5;
	border-width: 2px;
	position: absolute;
	z-index: 1;
}

.floating-feature .line:after {
	content: '';
	background: #fff;
	width: 22px;
	height: 22px;
	border: 3px solid #23c1f5;
	border-radius: 51%;
	position: absolute;
}

.floating-feature img {
	position: absolute;
}

@media screen and (max-width: 991px) {
	
	.floating-feature {
		margin: 40px 0 !important;
	}
	
}



/* Full Features
======================================== */

.full-feature {
	width: 22%;
	float: left;
}

.full-feature + .full-feature {
	margin-left: 4%;
}

.full-feature h3 {
	margin-bottom: 10px;
}

.full-feature p {
	font-size: 15px;
	line-height: 22px;
	padding-left: 20px;
	margin: 0;
	position: relative;
}

.full-feature p:before {
	content: '';
	background: #23c1f5;
	width: 5px;
	height: 80px;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (max-width: 959px) {
	
	.full-feature {
		width: 47%;
		margin-bottom: 40px;
	}
	
	.full-feature + .full-feature {
		margin-left: 6%;
	}
	
	.full-feature:nth-child(odd) {
		margin-left: 0;
		clear: left;
	}
	
	.full-feature p:before {
		content: none;
	}
	
	.full-feature p {
		padding-left: 15px;
		border-left: 5px solid #23c1f5;
	}
	
}

@media screen and (max-width: 699px) {
	
	.full-feature {
		width: auto;
		margin-bottom: 30px;
		float: none;
	}
	
	.full-feature + .full-feature {
		margin-left: 0;
	}
	
	.full-feature p {
		padding: 0;
		border: none;
	}
	
}




/* Product List
======================================== */

.bucket .header-img-container {
	text-align: center;
	margin-bottom: 30px;
	font: 0/0 a; /* remove space between inline elements */
}

.bucket .header-img-container:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.bucket .header-img {
	display: inline !important;
	vertical-align: middle;
	margin: 0 auto !important;
}

.bucket h2 {
	line-height: 30px;
}

.bucket .sub-heading {
	margin: -20px 0 20px !important;
}

@media screen and (max-width: 699px) {
	
	.bucket .header-img-container,
	.bucket .bucket-content {
		height: auto !important;
	}
		
}



/* Aside
======================================== */

.aside-container {
	background: #f7f7f7;
	padding: 0 40px 40px;
	margin: -60px -30px 60px;
}

.aside-col {
	background: #f0efef;
	width: 48.15%;
	padding: 25px 40px 15px;
	margin-left: 3.7%;
	float: left;
}

.aside-col:first-child {
	margin-left: 0;
}

.aside-col ul {
	list-style: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding: 0 !important;
	margin: 0;
}

.aside-col li {
	line-height: 20px;
	margin: 0 0 10px 19px
}

.aside-col li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #313131;
	margin: 0 10px 0 -19px;
}

.aside-col li a {
	font-weight: bold;
}

@media screen and (max-width: 991px) {
	
	.aside-container {
		padding: 0 20px 30px;
		margin-right: -20px;
		margin-left: -20px;
	}
	
}

@media screen and (max-width: 699px) {
	
	.aside-container .aside-col {
		width: auto;
		padding: 25px 20px 15px;
		margin: 30px 0 0 0;
		float: none;
	}
	
	.aside-container .aside-col:first-child {
		margin-top: 0;
	}
	
}



/* Stories
======================================== */

.stories-container {
	margin: 110px 0 150px;
}

.stories-container div.srfrContainer ul.srfrList li {
	width: 33.33%;
	padding: 0 40px;
	border: none;
	border-left: 2px solid #23c1f5;
	float: left;
	clear: none;
}

.stories-container div.srfrContainer ul.srfrList li:first-child {
	border: none;
}

.stories-container .srfrThumb {
	margin-top: -30px;
}

.stories-container .srfrThumb img {
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.stories-container .srfrContentCol {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: -30px;
}

.stories-container div.srfrContainer ul.srfrList li h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

.stories-container div.srfrContainer ul.srfrList li span.srfrFeedItemDate {
	display: block;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
	
	.stories-container {
		margin-bottom: 50px;
	}
	
	.stories-container div.srfrContainer ul.srfrList li {
		width: 50%;
		height: auto !important;
		margin-bottom: 80px;
	}
	
	.stories-container div.srfrContainer ul.srfrList li:nth-child(3) {
		display: none;
	}
	
}

@media screen and (max-width: 699px) {
	
	.stories-container {
		margin: 60px 0 80px;
	}
	
	.stories-container div.srfrContainer ul.srfrList li {
		width: auto;
		border-left: none;
		padding: 0 20px;
	}
	
}