section.blades .content
{
	position: relative;
	margin: 0 auto;
	max-width: 1176px;
	width: 83%;
	max-width: 976px;
	padding-top: 90px;
	padding-bottom: 100px;
}

section.blades .blade:first-child h3,
section.blades .blade:first-child h1
{
	border-top: solid 1px #b3b3b3;
}

section.blades .blade .blade_details
{
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	border-bottom: solid 1px #b3b3b3;
}

section.blades .blade .blade_padding
{
	padding-right: 18%;
	padding-top: 45px;
}

section.blades .blade.open h3 a:after,
section.blades .blade.open h1 a:after
{
	content: "j" !important;
}

section.blades .blade.open .blade_details
{
	height: auto;
	opacity: 1;
}

section.blades .blade.column_blade .columns
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.blades .blade.column_blade .columns > div
{
	width: 38.75%;
}

section.blades .blade.tips_blade .blade_padding
{
	padding-right: 0;
}

section.blades .blade.image_grid_blade .blade_padding
{
	padding-right: 0;
}

section.blades .blade.image_grid_blade .grid
{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

section.blades .blade.image_grid_blade .grid .grid_row
{
	display: flex;
	align-items: center;
}

section.blades .blade.image_grid_blade .grid .grid_row > div
{
	width: 41%;
	margin-right: 9%;
	margin-top: 50px;
	margin-bottom: 50px;
}

section.blades .blade.image_grid_blade .grid .grid_row:nth-child(even)
{
	flex-direction: row-reverse;
}

section.blades .blade.image_grid_blade .grid .image
{
	position: relative;
	padding-bottom: 30.75%;
}

section.blades .blade.image_grid_blade .grid .image .inset
{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.blades .blade.image_grid_blade .grid .image:before
{
	content: "";
	background: url(../../../images/slats-gray.png) center center repeat;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	height: 100%;
	width: 100%;
}

section.blades .blade.image_grid_blade .grid p
{
	margin-bottom: 0;
}

section.blades h3,
section.blades h1
{
	position: relative;
	padding: 38px 0;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #09172d;
	text-transform: none;
	border-bottom: solid 1px #b3b3b3;
	transition: color .5s ease;
}

section.blades h3 a,
section.blades h1 a
{
	box-sizing: border-box;
	display: block;
	padding-right: 60px;
	width: 100%;
	/* to artifically heighten dropdown links */
}

section.blades h3 a:after,
section.blades h1 a:after
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate(-50%, -50%);
	transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	color: #f8be21;
	font-family: "USPIS UI", sans-serif;
	font-size: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	content: "w";
}

section.blades h3 a:before,
section.blades h1 a:before
{
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: calc(100% + 30px);
}

section.blades h4
{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.01em;
	font-weight: bold;
}

section.blades h4:before
{
	content: none;
}

section.blades p
{
	display: block;
	margin-bottom: 40px;
	
	font: normal 300 16px/1.875 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

section.blades p a
{
	font-weight: 700;
	text-decoration: underline;
}

section.blades ul.simple
{
	display: block;
	margin-bottom: 40px;
	padding-left: 30px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px)
{
	section.blades .content
	{
		padding-top: 65px;
		padding-bottom: 50px;
	}

	section.blades .blade .blade_padding
	{
		padding-right: 0;
		padding-top: 40px;
	}

	section.blades .blade.column_blade .columns > div
	{
		width: auto;
	}

	section.blades .blade.image_grid_blade .grid
	{
		margin-bottom: 20px;
	}

	section.blades .blade.image_grid_blade .grid .grid_row
	{
		flex-direction: column !important;
	}

	section.blades .blade.image_grid_blade .grid .grid_row > div
	{
		width: 100%;
		margin: 30px 0;
	}

	section.blades .blade.image_grid_blade .grid .image
	{
		padding-bottom: 76%;
	}

	section.blades h3,
	section.blades h1
	{
		padding-top: 32px;
		padding-bottom: 32px;
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 22px;
		line-height: 1.36363636;
		letter-spacing: 0.01em;
	}

	section.blades p
	{
		margin-bottom: 30px;
	}

	section.blades ul.simple
	{
		padding-left: 0;
	}

}