html
{
	margin:0;
}

body
{
	background-color:#3d3d3d;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3d3d3d;
	margin:0;
	padding:0;
}

#wrapper
{
	width:92%;
	margin-left:4%;
	margin-top:4%;
}

#header-left
{
	width:68%;
	float:left;
	min-height:120px;
	background-color:#6cc4cb;
	-webkit-box-shadow:0 8px 6px -6px #000;
	-moz-box-shadow:0 8px 6px -6px #000;
	box-shadow:0 8px 6px -6px #000;
}

#header-right
{
	width:30%;
	height:120px;
	float:right;
	background-color:#6cc4cb;
	text-align:center;
	-webkit-box-shadow:0 8px 6px -6px #000;
	-moz-box-shadow:0 8px 6px -6px #000;
	box-shadow:0 8px 6px -6px #000;
}

#header-left h1
{
	padding-left:2%;
	padding-right:2%;
}

#header-left-content
{
	width:100%;
	display:table;
	height:100px;
	background-color:#6cc4cb;	
}

#header-left-content h1
{
  padding-left:6%;
	padding-right:6%;
	padding-bottom:20px;
	margin-top: 0px;
	margin-bottom: 0px;
  line-height:38px;
	font-size:34px;
	font-weight:700;
	text-shadow:0 1px 1px rgba(255,255,255,0.8);
	text-transform:uppercase;
}

@media screen and (max-width: 480px) { /* Reduce font size in portrait mode on phones so text doesn't push box too far to right and overlap logo */
   #header-left-content h1 {
     font-size:24px;
     line-height:28px;
   }
}

/* Note: no div with this id exists. */
#header-right-content
{
	/* display: table; */
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width:100%;
}

#header-right img
{
	vertical-align: middle;
	max-width:86%;
	width:auto;
	height:auto;
	max-height: 100%;
}

#clarify-article-content
{
	width: 100%;
	float:left;
	margin-top:1.6%;
	-webkit-box-shadow:0 8px 6px -6px #000;
	-moz-box-shadow:0 8px 6px -6px #000;
	box-shadow:0 8px 6px -6px #000;
}

.clarify-article-description
{
	background-color:#b5d3d2;
	padding:4%;
}

.clarify-steps-container
{
	background-color:#dfdcd5;
}

.clarify-step-container
{
	padding: 4%;
}

.left
{
	width:43.7%;
	float:left;
	padding:4.2% 2.1% 4.2% 4.2%;
}

.right
{
	width:43.7%;
	float:left;
	padding:4.2% 4.2% 4.2% 2.1%;
}

.outer-flap
{
	background-color:#3d3d3d;
}

.cornered
{
	height:0;
	border-bottom:20px solid #6cc4cb;
	border-left:20px solid transparent;
}

.align-middle {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.align-bottom
{
	display:table-cell;
	vertical-align:bottom;
}

.footer
{
	width: 100%;
	height:120px;
	float:left;
	display: table;
	background-color:#6cc4cb;
	margin-top:1.6%;
	margin-bottom: 4%;
	-webkit-box-shadow:0 8px 6px -6px #000;
	-moz-box-shadow:0 8px 6px -6px #000;
	box-shadow:0 8px 6px -6px #000;
}

.footer p
{
	padding-left:4%;
	padding-right:4%;
	padding-top:30px;
	font-size:28px;
	text-align:left;
	font-weight:700;
	font-variant:small-caps;
	text-shadow:0 1px 2px rgba(255,255,255,0.8);
}

.clarify-step-title
{
	color:#29757a;
	font-size:44px;
	line-height:48px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.clarify-sub-steps-container .clarify-step-title
{
	font-size:28px;
}

.clarify-step-image-wrapper
{
	text-align: left;
}

.clarify-step-container img
{
	max-width:100%;
	min-width: 10%;
	height:auto;
}

.clarify-step-image-container {
  margin-top:20px;
	margin-bottom:20px;
	display: inline-block;
}

.clarify-step-image-caption a {
  text-decoration: none;
  color: #777;
  background: url("../images/ui/icon-zoom.png") no-repeat;
  padding-left: 19px;
  line-height: 16px !important;
  display: block;
  float: right;
  margin-top: 10px;
}

.rule
{
	width:100%;
	height:10px;
	float:left;
}

.rule img
{
	width:100%;
	height:fluid;
}

#header-row,.step-cell-columns
{
	width:100%;
	float:left;
}

.left img,.right img
{
	width:100%;
	height:fluid;
	margin-top:20px;
	margin-bottom:20px;
}

code
{
	color:#d14;
	white-space:nowrap;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8;
	padding:2px 4px;
}

pre
{
	background-color:#f5f5f5;
	display:block;
	font-size:13px;
	line-height:20px;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px;
	padding:9.5px;
}

pre code
{
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border:0;
	padding:0;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}

th,
td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;
}

th {
  font-weight: bold;
}

thead th {
  vertical-align: bottom;
}