/*body content*/

.row
{
	width: 100%;
	display:flex;
	justify-content: center;
}

.row img
{
	max-width: 100%;
  height: auto;
	display: block;
	margin: 10px;
}

.column-1-1-1
{
	width: 27%;
	display:flex;
	justify-content: center;
	padding: 10px;
  align-items: flex-start;
}

.column-1-1-1 img
{
	max-width: 100%;
  height: auto;
	display: block;
	margin: 10px;
}

.column-1-1
{
	width: 100%;
  display:flex;
	justify-content: center;
  align-items: flex-start;
}

.column-1-1 img
{
	max-width: 100%;
  height: auto;
	display: block;
	margin: 10px;
}

.column-1-2
{
	width: 30%;
	display:block;
	float:left;
	padding: 10px;
}
.column-2-2
{
	width: 50%;
	display:block;
	float:left;
	padding: 10px;
}

.column-2-2 img
{
	width: 100%;
	display: block;
	float: left;
	margin: 10px;
}

.column-3-3
{
	width: 40%;
	float: left;
	margin: 10px;
}

p.h3
{
	font-size: 24px;
	line-height: 26px;
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
  padding-top: 60px;
}

p.description
{
	font-size: 18px;
	line-height: 22px;
	font-family: futura-pt, futura, sans-serif;
	font-weight: 400;
	font-style: normal;
  padding-bottom: 20px;
  width: 80%;
  text-align: center;
}

body
{
	position: relative;
	min-width: 960px;
}

.page .verticalspacer
{
	clear: both;
}