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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background :transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
a {
	color: blue;
}

a:focus {
	outline: thin dotted;
}
li {
	list-style: none;
}
abbr[title] {
	border-bottom: none;
}
b, 
strong {
	font-weight: 700;
}
i,
em,
dfn {
	font-style: italic;
}
hr {
	display: block; height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins{
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark{
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, 
q:after{
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
label {
	cursor: pointer;
}
input,
select,
textarea {
	 font-size: 100%;
	 margin: 0;
	 vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"]{
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

* { 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*
==========================================================================================
Typography
==========================================================================================
*/
body {
	background-color: #fff;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	text-rendering: optimizelegibility;
}
body,
input,
textarea {
	color: #2c2c2e;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Lists */
ol, ul {
	list-style-position: outside;
	margin: 1.5em 0;
}
ol ol,
ol ul,
ul, ul,
ul, ol {
	margin: 0;
}
ol li {
	list-style: decimal;
	margin-left: 1.6666em;
}
ul li {
	list-style: disc;
	margin-left: 1.6666em;
}

/* Styles */
strong, b {
	font-weight: 500;
}
em, i {
	font-style: italic;
}
/* Headings */
h1 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3.3333em;
	line-height: 0.9em;
	margin: 0.9em 0 0.45em 0;
	text-align: center;
}
h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.333em;
	line-height: 1em;
	margin: 1.2857em 0 0.6428em 0;
	text-align: center;
}
h3 {
/* 	color: #5c5c5c; */
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 2em 0 1em 0;
	text-align: center;
}
h4 {
/* 	color: #5c5c5c; */
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1em;
	margin: 3em 0 1.5em 0;
	text-align: center;
	text-transform: uppercase;
}
h5 {
	color: #888;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
p {
	margin: 1.5em 0;
}
hr {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	margin: 3em 0 1.5em 0;
}
/*
.entry-content p + p {
	text-indent: 1.5em;
}
*/

/* Links */
a {
	border-color: #1592d1;
	color: #1592d1;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.twitter {
	color: #0088cc;
	border-color: #0088cc;
}
a.facebook {
	color: #3b5998;
	border-color: #3b5998;
}
a.dribbble {
	color: #ea4c89;
	border-color: #ea4c89;
}
.logo a:hover .shield {
	fill: #1592d1;
}
nav ul li a {
	border: none;
}
nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.04);
	border: none;
	color: #1592d1;
}
h1 a,
h2 a,
h3 a,
h4 a {
	color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	border: none;
	color: #1592d1;
}

/*
--------------------------------------------
Article Header
--------------------------------------------
*/
.section-header,
.entry-header {
	padding-top: 1.5em;
}
.entry-title,
.entry-intro {
	margin-left: auto;
	margin-right: auto;
}
.entry-title {
	text-align: center;
	padding-top: 1.5em;
}
.entry-title h1,
.entry-title h2,
.entry-title h3 {
	margin: 0;
}
.entry-title p {
	color: #888;
	font-size: 0.75em;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3333em;
	margin: 1em 0 0 0;
	text-align: center;
}
.entry-title p a {
	color: inherit;
}
.entry-title p a:hover {
	border-color: inherit;
}
.entry-intro {
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	padding: 0.75em 0 1.5em 0;
}
.entry-intro p {
	color: #5c5c5c;
	font-size: 1.125em;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3333em;
	margin: 0;
	text-align: center;
}

/*
--------------------------------------------
Article Content
--------------------------------------------
*/
/* Opening paragraph */
.features .entry-content > p:first-child:first-line {
	font-weight: 500;
	text-transform: uppercase; /* Webkit bug prevents this from working */
}
/* Drop cap span - thanks Firefox */
.features .entry-content p .drop {
	background-color: #2c2c2e;
	color: #fff;
	float: left;
	font-size: 3.5em;
	font-weight: 700;
	height: 1.066em;
	line-height: 1em;
	position: relative;
	margin: 0 0.145em 0 0;
	text-align: center;
	top: 0.111em;
	width: 1.066em;
}
/* Quotes and Captions*/
/* Basic quote - for citing and external quotes */
blockquote {
	border-left: 4px solid rgba(0, 0, 0, 0.16);
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 1.5em 0;
	padding-left: 1em;
}
blockquote p {
	color: #4f4f4f;
	margin: 0;
}
blockquote footer {
	color: #888;
	font-size: 0.75em;
	line-height: 1.3333em;
	margin-top: 0.5em;
}
blockquote cite {
	font-style: normal;
}
/* Pull and acclaim quotes */
.pull-quote,
.acclaim-quote {
	border: none;
	margin: 1.5em 0;
	padding: 0;
}
.pull-quote {
	text-align: center;
}
.pull-quote p {
	color: #2c2c2e;
	font-weight: 600;
	font-style: normal;
	font-size: 1.25em;
	line-height: inherit;
	margin: 0;
}
.pull-quote p strong {
	font-weight: 700;
}
/* Picture captions */
figcaption {
	color: #888;
	font-size: 0.75em;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3333em;
	margin-top: 0.6666em;
	text-align: left;
}
figcaption p {
	margin: 0;
}

/*
.inset figcaption {
	background: rgba(255, 255, 255, 0.9);
	padding: 2em;
	margin: 2em;
	position: absolute;
	top: 0;
	width: 25%;
}
*/
.overlay figcaption {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	/* 	width: 100%; */
}
.overlay figcaption p {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	/*
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0,1), 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	
	background-repeat: repeat-x;'
	padding: 3em 0.6666em 0.6666em 0.6666em;
	*/
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	padding: 0.3333em 0.6666em;
}


/*
==========================================================================================
Layout
==========================================================================================
*/
/* Clear floats and set up positioning */
h1, h2, h3, h4, h5 {
	clear: both;
}
nav,
main,
article,
header,
footer,
figure,
section,
.group,
.container,
.header-content,
.entry-content,
ul, ol {
	display: block;
	position: relative;
}
nav:after,
main:after,
article:after,
header:after,
footer:after,
figure:after,
section:after,
.group:after,
.container:after,
.header-content:after,
.entry-content:after,
ul:after, ol:after {
	clear: both;
    content: " ";
    display: block;
}
.container {
	margin: 0 5%;
}
img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

/*
--------------------------------------------
Page Header
--------------------------------------------
*/
.header-main {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
	height: 3.125em;
	width: 100%;
	z-index: 100;
}
.logo {
	float: left;
	margin-left: 5%;
	height: 3.125em;
	width: 3.125em;
}
.logo svg {
	height: 100%;
	width: 100%;
}
.logo a:hover {
	border: none;
}
.logo a .shield {
	fill: #2c2c2e;
}
/*
--------------------------------------------
Page Navigation
--------------------------------------------
*/
/* Navigation - General */
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Navigation - Main */
.nav-main {
	float: right;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 5%;
	position: relative;
}
.nav-main a {
	color: #2c2c2e;
	display: block;
	font-size: 0.875em;
	height: 3.5714em;
	line-height: 3.5714em;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
}
.nav-main li.active a {
	color: #888;
}
/*
--------------------------------------------
Page Footer
--------------------------------------------
*/
/* Footer - Page */
.footer-main {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.08);
}
.nav-page {
	position: relative;
}
.nav-page li {
	float: left;
	width: 50%;
}
.nav-page li:first-child.nav-next {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
}
.nav-page li:first-child.nav-prev {
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.nav-page li a {
	display: block;
	padding: 1em 7.5%;
}
.nav-page h5 {
	padding: 0;
}
.nav-page a p {
	color: #2c2c2e;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.875em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
}
.nav-page a:hover p {
	color: #1592d1;
}
.nav-page .nav-next {
	float: right;
}
.nav-page .nav-next h5,
.nav-page .nav-next p {
	text-align: right;
}
/*
--------------------------------------------
Content Layout
--------------------------------------------
*/
main {
	padding-bottom: 5%;
}
.feature-cover {
	padding: 0;
}
/* Article List */
.article-list {
	margin: 1.5em 0;
}
.article-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article-list article {
	padding: 0;
	text-align: center;
}
.article-list .excerpt {
	padding: 1.5em;
}
.article-list a {
	color: inherit;
}
.article-list a:hover {
	background-color: rgba(0, 0, 0, 0.04);
	display: block;
	border: none;
	color:  #1592d1;
}
.article-list .excerpt .entry-intro {
	border: none;
	max-width: 100%;
	width: auto;
}
.article-list .entry-title {
	max-width: 100%;
	padding: 0;
	width: 100%;
}
.article-list p {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.article-list .entry-title p {
	margin: 0.5em 0;
}
.article-list .entry-intro p {
	color: #2c2c2e;
	font-size: 0.875em;
}

/* Features List */
.features .article-list li {
	margin-bottom: 1.5em;
}
.features .article-list .entry-intro {
	padding: 0;
}

/* Work List */
.work .article-list {
	margin: 1.5em -0.75em;
}
.work .article-list li {
	border: none;
	float: left;
	padding: 0 0.75em 1.5em 0.75em;
	width: 50%;
}
.work .article-list .excerpt {
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
}
.work .article-list .entry-intro {
	padding: 0;
}
.work .article-list .excerpt h4,
.work .article-list .excerpt p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.work .article-list .excerpt h4 {
	color: #2c2c2e;
	font-size: 1em;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3333em;
	margin: 0;
	text-transform: none;
}
.work .article-list a:hover .excerpt h4  {
	color: #1592d1;
}
.work .article-list .excerpt p {
	color: #888;
	font-size: 0.75em;
}

/* Blog List */
.blog.page-list .entry-title p {
	margin: 1.2857em 0 2.57em 0;
}
/*
.blog article:after {
	color: #ccc;
	content: "\2022  \2022  \2022";
	display: block;
	margin: 4.5em auto 1.5em auto;
	text-align: center;
	width: 9em;
}
.blog article:last-child:after {
	display: none;
}
*/
/* Error page */
main.error .entry-content {
	text-align: center;
}

/*
==========================================================================================
Figures
==========================================================================================
*/
figure {
	margin: 1.5em 0;
}
figure.cover-image {
	margin: 0;
}
figure.border img {
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 5px;
}

/*
==========================================================================================
Media Queries
==========================================================================================
*/
@media screen and (min-width: 37em) {
	/*
	--------------------------------------------
	Typography
	--------------------------------------------
	*/
	.features .entry-content p .drop {
		font-size: 5em;
		top: 0.09em;
		width: 1.045em;
		height: 1.045em;
	}
	/*
	--------------------------------------------
	Navigation
	--------------------------------------------
	*/
	.nav-main a {
		padding: 0 0.8333em;
	}
	/*
	--------------------------------------------
	Layout
	--------------------------------------------
	*/
	.entry-title,
	.entry-intro,
	.entry-content {
		width: 75%;
		margin: 0 auto;
	}
	/*
	--------------------------------------------
	Content
	--------------------------------------------
	*/
	.pull,
	.video-container {
		margin-left: -16.7%;
		margin-right: -16.7%;
	}
	.features .entry-content {
		padding-top: 1.5em;
	}
	.group {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.figure-group {
		margin: 0 -0.75em;
	}
	.figure-group figure {
		float: left;
		margin: 0;
		padding: 0 0.75em;
	}
	/* Two items */
	.figure-group figure:nth-last-child(2),
	.figure-group figure:first-child:nth-last-child(2) ~ figure {
		width: 50%;
	}
	/* Three items */
	.figure-group figure:first-child:nth-last-child(3),
	.figure-group figure:first-child:nth-last-child(3) ~ figure {
		width: 33.3333%;
	}
	/* Four items */
	.figure-group figure:first-child:nth-last-child(4),
	.figure-group figure:first-child:nth-last-child(4) ~ figure {
		width: 25%;
	}
	.figure-group figure img,
	.figure-group figure figcaption {
		padding: 0;
	}
	.figure-group .overlay figcaption p {
		margin: 0 1em;
	}
	/*
	--------------------------------------------
	Feature Cover - BREAK IT OUT
	--------------------------------------------
	*/
	.feature-cover h1,
	.feature-cover p,
	.feature-cover em,
	.feature-cover a {
		color: #fff;
		text-align: left;
	}
	.feature-cover a:hover {
		color: inherit;
	}
/*
	.feature-cover h1 {
		color: rgba(255, 255, 255, 1);
	}
	.feature-cover .entry-title p {
		color: rgba(255, 255, 255, 0.6);
	}
	.feature-cover .entry-intro p {
		color: rgba(255, 255, 255, 0.8);
	}
*/
	.feature-cover a:hover {
		border-color: #fff;
	}
	.feature-cover .container {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		padding: 5%;
		position: absolute;
	}
	.feature-cover .entry-title {
		padding: 0;
		max-width: 100%;
		width: 100%;
	}
	.feature-cover .entry-title h1 {
		margin: 0;
	}
	.feature-cover .entry-title:after {
		border: none;
		display: none;
	}	
	.feature-cover .entry-intro {
		border: none;
		margin: 0;
		max-width: 100%;
		width: 66.6666%;
		text-align: left;
	}
	.feature-cover .entry-intro p {
		font-size: 0.875em;
		font-weight: 400;
		line-height: 1.3333em;
		margin: 0;
	}
	/*
	--------------------------------------------
	Content
	--------------------------------------------
	*/
	.pull.left,
	.pull.right {
		margin: -0.0909em 0 0.75em 0;
		padding: 0;
	}
	.pull.left {
		float: left;
		padding-right: 1.5em;
		text-align: right;
	}
	.pull.right {
		float: right;
		padding-left: 1.5em;
		text-align: left;
	}
	.pull.sm,
	.pull.md {
		width: 66.666%;
	}
	.pull.left.sm,
	.pull.left.md {
		margin-left: -16.666%;
	}
	.pull.right.sm,
	.pull.right.md {
		margin-right: -16.666%;
	}
	.pull-quote.lg p {
		font-size: 2.6666em;
		line-height: 1.125em;
	}
}
@media screen and (min-width: 45em) {
	/*
	--------------------------------------------
	Typography
	--------------------------------------------
	*/
	body {
		font-size: 112.5%;
	}
	/*
	--------------------------------------------
	Layout
	--------------------------------------------
	*/
	.entry-title,
	.entry-intro,
	.entry-content {
		width: 66.666%;
		margin: 0 auto;
	}
	/*
	--------------------------------------------
	Content
	--------------------------------------------
	*/
	/* Features List */
	.features .article-list .container {
		margin: 0;
	}
	.features .article-list li {
		margin: 0;
	}
	.features .article-list article {
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
		padding: 1.5em 0;
		text-align: left;
	}
	.features .article-list .cover-image {
		float: left;
		width: 50%;
	}
	.features .article-list .excerpt {
		float: left;
		padding: 0 1.5em;
		width: 50%;
	}
	.features .article-list .entry-intro {
		padding: 0;
	}
	.features .article-list h2,
	.features .article-list p {
		text-align: left;
	}
	/* Latest feature */
	.features .article-list li:first-child article {
		box-shadow: none;
		padding: 0;
	}
	.features .article-list li:first-child a:hover .cover-image {
		opacity: 0.9;
	}
	.features .article-list li:first-child .cover-image {
		float: none;
		padding: 0;
		width: 100%;
	}
	.features .article-list li:first-child .excerpt {
		background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0.8), 100%);
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
		background-repeat: repeat-x;
		float: none;
		padding: 1.5em;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.features .article-list li:first-child h2 {
		color: rgba(255, 255, 255, 1);
	}
	.features .article-list li:first-child .entry-title p {
		color: rgba(255, 255, 255, 0.6);
	}
	.features .article-list li:first-child .entry-intro p {
		color: rgba(255, 255, 255, 0.8);
	}
	/* Work List */
	.work.page-list .article-list li {
		width: 33.333%;
	}
	.pull,
	.video-container {
		margin-left: -25.1313%;
		margin-right: -25.1313%;
	}
	.pull.sm,
	.pull.md {
		width: 75%;
	}
	.pull.left.sm,
	.pull.left.md {
		margin-left: -25.1313%;
	}
	.pull.right.sm,
	.pull.right.md {
		margin-right: -25.1313%;
	}

}
@media screen and (min-width: 63em) {
	/*
	--------------------------------------------
	Navigation
	--------------------------------------------
	*/
	nav-main ul li a {
		padding: 0 1em;
	}
	/*
	--------------------------------------------
	Layout - BREAK IT OUT
	--------------------------------------------
	*/
	.entry-title,
	.entry-intro,
	.entry-content {
		margin: 0 auto;
		max-width: 800px;
		width: 50%;
	}
	/*
	--------------------------------------------
	Feature Header
	--------------------------------------------
	*/
	.features .entry-title {
		width: auto;
	}
	.features .entry-intro {
		font-size: 1em;
		line-height: 1.5em;
		width: 50%;
	}

	/*
	--------------------------------------------
	Content - BREAK IT OUT
	--------------------------------------------
	*/
	.pull,
	.video-container {
		margin-left: -50%;
		margin-right: -50%;
	}
	.pull.left,
	.pull.right {
		margin-top: -0.12em;
	}
	.pull.left {
		margin-left: -50%;
		margin-right: 0;
		margin-bottom: 0.75em;
	}
	.pull.right {
		margin-left: 0;
		margin-right: -50%;
		margin-bottom: 0.75em;
	}
	.pull.sm {
		width: 50%;
	}
	.pull.md {
		width: 75%;
	}
	.pull.right.sm,
	.pull.right.md {
		margin-right: -50%;
	}
	.pull.left.sm,
	.pull.left.md {
		margin-left: -50%;
	}
	.pull-cap figcaption {
		margin-top: 2.3333em;
		position: absolute;
		width: 25%;
	}
	.pull-cap.cap-right figcaption {
		padding-left: 2em;
		right: 0;
	}
	.pull-cap.cap-left figcaption {
		padding-right: 2em;
		left: 0;
	}
	.pull-quote p {
		font-size: 1.3333em;
		line-height: 1.2417em;
	}
}
@media screen and (min-width: 75em) {
	/*
	--------------------------------------------
	Feature Header
	--------------------------------------------
	*/
	.features .entry-intro {
		width: 33.3333%;
	}
}
@media screen and (min-width: 90em) {
	/*
	--------------------------------------------
	Typography
	--------------------------------------------
	*/
	body {
		font-size: 125%;
	}
	/*
	--------------------------------------------
	Layout
	--------------------------------------------
	*/
	.container {
		margin: 0 7.5%;
	}
	/*
	--------------------------------------------
	Navigation
	--------------------------------------------
	*/
	nav-main ul li a {
		padding: 0 1.3333em;
	}

}
@media screen and (min-width: 100em) {
	/*
	--------------------------------------------
	Typography
	--------------------------------------------
	*/
	body {
		font-size: 137.5%;
	}
	/*
	--------------------------------------------
	Layout
	--------------------------------------------
	*/
	/*
.container {
		margin: 0 10%;
	}
*/
}
@media screen and (min-width: 110em) {
	/*
	--------------------------------------------
	Layout
	--------------------------------------------
	*/
	/*
.container {
		margin: 0 12.5%;
	}
*/
}