/* Fonts */
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,800|Muli' rel='stylesheet' type='text/css'>
@import url(https://fonts.googleapis.com/css?family=Pacifico|Raleway:400,300,500,600,700);

/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
	line-height: 1;
  	margin:0;
  	padding:0;
}
ol, ul {
	list-style: none;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* Core CSS */
body {
	font-family: 'Muli', sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 1.75em;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 1.5em;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 1.4em;
	color: #111;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1.5em;
}
strong {
	color: #111;	
}
a,
a:visited {
	color: #f5c223;
}
a:hover,
a:focus,
a:active {
	color: #e7af00;
}
hr {
	height: 3px;
	border: 0;
	width: 100%;
	display: block;
	margin: 3em 0 4.5em;
	background: #f4f4f4;
}
.fluid {
	max-width: 100% !important;
	height: auto;
}

/* Base Layout */
.outside {
	text-align: center;
}
.inside {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	position: relative;
}

/* Title */
.title {
	background: #215a78; /* Old browsers */
	background: -moz-linear-gradient(top,  #215a78 0%, #e7af00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215a78), color-stop(100%,#e7af00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #215a78 0%,#e7af00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #215a78 0%,#e7af00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #215a78 0%,#e7af00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #374e78 20%, #374e78 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215a78', endColorstr='#e7af00',GradientType=0 ); /* IE6-9 */
	color: #fff;
	position: relative;
	overflow: hidden;
}
.blueprint {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("blueprint.png");
}
.title-text {
	padding: 100px 0;
	position: relative;
	z-index: 1;
	text-align: center; 
	width: 100%;
}
h1 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.2;
}
h1 strong {
	font-weight: normal;
	color: #fff;
	font-weight: 100;
	display: block;
	font-size: 2.5em;
	margin-bottom: .25em;
}
.title-buttons-ul {
	margin-top: 3em;
}
.title-buttons-li {
	display: inline-block;
	margin: 0 .5em 1em 0;	
}
.title-button.button-solid,
.title-button.button-solid:visited {
	background: #f5c223;
	color: #fff;
}
.title-button.button-solid:hover,
.title-button.button-solid:active,
.title-button.button-solid:focus {
	background: #fff;
	color: #111;
}
.title-button.button-outline,
.title-button.button-outline:visited {
	color: #f5c223;
	border-color: #f5c223;
}
.title-button.button-outline:hover,
.title-button.button-outline:active,
.title-button.button-outline:focus {
	border-color: #fff;
	color: #fff;
}
.title-figure {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50%;
	text-align: center;
}

/* Docs (Body) */
/* Table of Contents */
.toc {
	float: left;
	width: 25%;
}
.toc-padding {
	padding: 2.5em 0;
}
.toc-ul {
	padding: 0.6em 1em;
}
.toc-li {
	padding: 6px 0;
}
.toc-a,
.toc-a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #222;
	text-decoration: none
}
.toc-a:hover {
	color: #f5c223;
}
.active,
.active:visited,
.active:hover,
.active:active,
.active:focus {
	color: #f5c223 ;
}
.toc-li.small {
	border-left: 2px solid #eee;
	padding-left: 10px;
	line-height: 1.3;
}
.toc-li.small a {
	font-size: 12px;
}

/* Sections */
.sections {
	padding: 4.5em 0;
	width: 70%;
	float: right;
}
.section {
	border-top: 4px double #ddd;
	padding: 2.5em 0;
}
.section:first-child {
	border-top: none;
}
.sections ul {
	margin-bottom: 1.5em;
}
.sections li {
	list-style: disc;
	margin: 0 0 0.5em 1em;
}
.section ol li {
	list-style: decimal;
}
.row {
	width: 100%;
	padding-top: 1em;
	margin-bottom: 1.5em;
	background: #f8f8f8;
}
.nobottom {
	margin-bottom: 0em;
}
.col-1-2 {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.col-1-3 {
	width: 30%;
	margin-left: 3%;
	float: left;
}
.col-1-4 {
	width: 22%;
	margin-left: 3%;
	float: left;
}
.col-1-2 li,
.col-1-3 li,
.col-1-4 li {
	font-size: .85em;
}
.sections .li-title {
	list-style: none;
	margin-left: 0;
	font-weight: 700;
	color: #111;
}
.figure-wireframe {
	display: block;
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: center;
}/*
.figure-wireframe.video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 54.15%;
}
.figure-wireframe.video iframe {
	position: absolute;
	top: 0;
	left: 4%;
	width: 92%;
	height: 92%;
}*/
.caption {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 10px;
}
.version {
	display: block;
	font-size: 14px;
	color: #fff;
}
.warning {
	background: #ffcf3a;
	border: 1px solid #faebcc;
	color: #000;
	padding: 10px 15px;
	border-radius: 3px;
}
.warning a, 
.warning a:visited {
	color: #6b5308;
}

.warning a:hover,
.warning a:focus,
.warning a:active {
	color: #3c2f05;
}
.img-border {
	border: 1px solid #fff;
	border-radius: 3px;
}

/* Template style */
.typo div {padding: 10px 0;}
.viewonweb, .sectiontitle, .nav-text, .links, .preheader, .header, .desc, .columns, .paragraph, .cat, .pretitle, .titles, .largedesc, .add, .copy, .footnote {color: #F5C223;}
.viewonweb, .sectiontitle, .nav-text, .links, .preheader, .header, .desc, .columns, .paragraph, .cat, .titles, .largedesc, .add, .copy, .footnote {font-family: 'Raleway', Helvetica, Arial, sans-serif;}
.viewonweb {font-size: 10px; font-weight: 500; text-decoration: underline; letter-spacing: 0.2em;}
.nav-text {font-size: 14px; font-weight: 400;}
.preheader {font-size: 16px; font-weight: 300;}
.header {font-size: 46px; font-weight: 700;}
.sectiontitle {font-size: 36px; font-weight: 700;}
.sectiontitle:after {content: ''; display: block; height: 3px; width: 50px; margin-bottom: 20px; margin-top: 10px; background: #F5C223;}
.largedesc {font-size: 18px; font-weight: 400;}
.desc {font-size: 16px; font-weight: 400;}
.columns {font-size: 18px; font-weight: 600;}
.paragraph{font-size: 14px; font-weight: 400;}
.cat{font-size: 16px; font-weight: 600;}
.pretitle {font-size: 30px; font-family:'Pacifico', Helvetica, Arial, sans-serif;}
.titles {font-size: 40px; font-weight: 700;}
.links {font-size: 14px; font-weight: 400; text-decoration: underline;}
.add {font-size: 14px; font-weight: 400;}
.copy {font-size: 12px; font-weight: 400;}
.footnote {font-size: 12px; font-weight: 400;}
.container {width: 980px; margin: 60px auto; text-align: center;}
.container > .col-1-3 {width: 33%; margin-left: 0%; float: none; vertical-align: top; display: inline-block; text-align: center;}
.container > .col-1-4 {width: 20%; margin: 0 2%; float: none; vertical-align: top; display: inline-block; text-align: center;}
.container > .col-1-3 > h5, .container > .col-1-4 > h5 {margin-top: 20px;}
.preview {width: 100%; opacity: 1;}
a:hover > .preview {width: 100%; opacity: 0.5; transition: opacity 0.1s;}


/* Media QUeries */
@media only screen and (max-width: 1100px) {
	.inside {
		width: 94%;
		margin: 0 3%;
	}

	.container {
		width: 94%;
		margin: 0 3%;
	}
}

@media only screen and (max-width: 700px) {
	.title-text {
		width: 100%;
		padding: 50px 0;
		text-align: center;
	}
	.title-buttons-li {
		margin: 0 .5em 1em;	
	}
	.title-figure {
		display: none;
	}
	.toc {
		display: none;
	}
	.sections {
		width: 100%;
		float: none;
	}
	.col-1-2,
	.col-1-3 {
		width: 100%;
		margin: 0 0 3% 3%;
		float: none;
	}

	.container > .col-1-4 {width: 80%; margin: 0 auto;}

}

.primary-color {
	color: #374e78;
}