/*-----------------------------------------------------------------------------------*/
/* Typography
/*-----------------------------------------------------------------------------------*/

.article-type h1,
.article-archive h1 {
	font-size: 2.25em; /* 36px */
	line-height: 1.111; /* 40px */
	margin: 0 0 1.111em; /* 0 0 40px */
}
.article-type h2,
.article-archive h2 {
	font-size: 1.563em; /* 25px */
	line-height: 1.2; /* 30px */
	margin: 0 0 1.2em; /* 0 0 30px */
}
.article-type p,
.article-archive p {
	font-size: 1.25em; /* 20px */
	line-height: 1.5; /* 30px */
	margin: 0 0 1.5em; /* 0 0 30px */
}
.article-type blockquote p {
	text-indent: -0.4em; /* -8px */
}

/*-----------------------------------------------------------------------------------*/
/* Lists
/*-----------------------------------------------------------------------------------*/

.article-type ul, .article-type ol,
.article-archive ul, .article-archive ol {
	font-size: 1.25em; /* 20px */
	line-height: 1.5; /* 30px */
	margin: 0 0 1.5em; /* 0 0 30px */
	padding-left: 1em; /* 20px */
}

/*-----------------------------------------------------------------------------------*/
/* Images
/*-----------------------------------------------------------------------------------*/

img.alignnone, img.aligncenter {
	margin-bottom: 1.25em; /* 25px */
}

/*-----------------------------------------------------------------------------------*/
/* Masthead, Logo & Tagline
/*-----------------------------------------------------------------------------------*/

.masthead {
	text-align: left;
	padding-bottom: 3.125em; /* 50px */
	padding-top: 3.125em; /* 50px */
}
.masthead .wrapper {
	padding-bottom: 3.125em; /* 50px */
}
.logo {
	float: left;
	margin-bottom: 0;
	width: 	65.882353%; /* 560px */
}
.logo a {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0.625em; /* 10px */
}
.logo p {
	float: left;
	width: 6.25em; /* 100px */	
}
.logo p span {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/* Main Menu
/*-----------------------------------------------------------------------------------*/

.main-menu {
	display: block;
	float: right;
	width: 	31.764706%; /* 270px */
}
.main-menu ul {
	width: 46.296296%; /* 125px */
}
.main-menu ul.main-left-menu {
	border: none;
	margin-right: 7.407407%; /* 20px */
}
.main-menu li a, .main-menu li a:visited {
	background-color: transparent;
	border: none;
	padding: 0;
}
.main-menu li a:hover, .main-menu li a:active {
	color: #00a99d;
}
a.menu-trigger {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/* Articles & Pages
/*-----------------------------------------------------------------------------------*/

.article-archive h2.post-archive {
	font-size: 2.25em; /* 36px */
	line-height: 1.111; /* 40px */
	margin: 0 0 0.278em; /* 0 0 10px */	
}
.article-copy {
	padding-bottom: 1.625em; /* 26px */
}
.article-type h1.article-title {
	margin-bottom: 0.278em; /* 10px */
}
.article-meta {
	margin-bottom: 1.563em; /* 25px */
}
.article-type .article-meta p,
.article-archive .article-meta p {
	font-size: 1em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-display {
	padding-bottom: 3.125em; /* 50px */
}
.portfolio-item {
	float: left;
	width: 50%;
}

/*-----------------------------------------------------------------------------------*/
/* Intake Form
/*-----------------------------------------------------------------------------------*/

.keywords-market .wpcf7-list-item, .keywords-organization .wpcf7-list-item {
	float: left;
	margin-left: 0;
	width: 50%;	
}
.keywords-market label, .keywords-organization label {
	line-height: 1.429;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

.secondary {
	padding-bottom: 1.625em; /* 26px */
	padding-top: 3.125em; /* 50px */
	text-align: left;
}
.footer-vitals {
	float: left;
	width: 31.764706%; /* 270px */
}
.secondary .footer-vitals:nth-child(2) {
	padding-left: 1.25em; /* 20px */
	padding-right: 1.25em; /* 20px */
	width: 36.470588%; /* 310px */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
