
/************************************************
*	Grid																					*
************************************************/

.flex-row {
	display: flex;
	align-items: center;
	align-content: stretch;
	justify-content: space-between;
	flex: 1 1 0;
}
.row {
	width: 100%;
	margin: 0 auto;
}
.row .row {
	min-width: 0;
}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
}
[class*="column"] + [class*="column"]:last-child {
	float: right;
}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }
.row .fifth 	{ width: 20%; }

.row .half,
.row .third,
.row .fourth,
.row .fifth 	{ float: left; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


/************************************************
*	Media Queries																	*
************************************************/

/* iPad Landscape Styles */

@media screen and (max-width: 1024px) {

	/* Typography iPad */

	body {
		font-size: 0.9rem;
		line-height: 1.8;
	}
	blockquote {
		font-size: 1.3rem;
	}

	/* Theme iPad */

	.full-height {
		height: auto;
	}
	#header.header-large,
	#header.header-small,
	.purpose-split-no-header #header.header-large {
		position: relative;
		background: #ffffff;
	}
	#header #logo-title {
		padding-left: 12px;
		min-height: 76px;
	}
	#header.header-large #logo-title {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#header #logo img.logo-light {
		display: none !important;
	}
	#header #logo img.logo-dark {
		position: relative !important;
		display: block !important;
		opacity: 1 !important;
	}
	#header #masthead {
		width: auto;
		margin-left: 0px;
	}
	#wrap #header .site-title a,
	#wrap #header .menu a,
	#wrap #header .menu a:link,
	#wrap #header .menu a:visited,
	#wrap #header .menu-toggle,
	#wrap #header .menu-toggle:before {
		color: #333333;
		color: rgba(0, 0, 0, 0.8);
	}
	#navigation {
		display: none !important;
	}
	#side-menu {
		display: block;
	}
	#menu-toggle {
		display: inline-block;
		cursor: pointer;
		background: none;
		position: relative;
		line-height: 0;
		margin: 0px;
		padding: 24px;
		border: none;
		box-shadow: none;
		z-index: 9;
	}
	#menu-toggle svg {
		fill: rgba(0, 0, 0, 0.4);
	}
	#menu-toggle:hover svg {
		fill: rgba(0, 0, 0, 1);
	}
	.sidr {
		display: block;
		color: rgba(0, 0, 0, 0.4);
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 260px;
		overflow-x: hidden;
		overflow-y: auto;
		border-left: 1px solid rgba(0, 0, 0, 0.12);
	}
	.sidr-inner {
		background: #f4f4f4;
		box-sizing: border-box;
	}
	.sidr.right {
		left: auto;
		right: -260px;
	}
	.sidr.left {
		left: -260px;
		right: auto;
	}
	.sidr p {
		padding: 6px 0px;
	}
	.sidr ul {
		margin: 0px;
		padding: 0px;
	}
	.sidr ul.sidr-class-menu {
		margin: 0px;
	}
	.sidr ul.sidr-class-sub-menu {
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}
	.sidr li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
	.sidr li:first-child {
		margin-top: 0px;
	}
	.sidr li:last-child {
		border-bottom: none;
	}
	.sidr li a {
		display: block;
		font-family: 'Montserrat';
		font-size: 0.8rem;
		font-weight: 400;
		line-height: 1.1;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		padding: 18px;
	}
	.sidr li a,
	.sidr li a:link,
	.sidr li a:visited {
		color: rgba(0, 0, 0, 0.6);
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
	}
	.sidr li a:hover,
	.sidr li a:active,
	.sidr li a:focus {
		color: rgba(0, 0, 0, 1);
		background: rgba(0, 0, 0, 0.08);
	}
	.content {
		padding: 0px 24px;
	}
	.no-thumb {
		padding-top: 0px !important;
	}
	.home-slider .slideshow .slides li {
		background-attachment: initial;
	}
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		height: auto;
		min-height: 600px;
	}
	.home-slider .slideshow .content {
		padding: 0px 96px;
	}
	.slideshow .information {
		margin-top: 0px;
	}
	.slideshow .headline {
		font-size: 2.2rem;
		letter-spacing: -1px;
		padding-bottom: 0px;
	}
	.slideshow .headline.small {
		font-size: 1.8rem;
	}
	.slideshow .format-quote .text-holder {
		padding: 24px;
	}
	.slideshow .format-status .text-holder {
		padding: 12px 24px;
	}
	.slideshow .format-video .ten.columns {
		width: 100%;
	}
	.slideshow .format-video .feature-vid {
		margin-right: 0px;
	}
	.slideshow .format-standard .excerpt,
	.slideshow .format-link .excerpt,
	.slideshow .format-video .six.columns,
	.flex-control-nav {
		display: none;
	}
	.flex-direction-nav li a {
		margin-top: -24px;
	}
	.blog-holder .article,
	.archive-holder .article {
		padding: 18px 24px;
	}
	.blog-holder .post-meta .align-left,
	.blog-holder .post-meta .align-right,
	.archive-holder .post-meta .align-left,
	.archive-holder .post-meta .align-right {
		float: none;
		display: block;
		text-align: center;
		margin: 4px 0px;
	}
	.post-meta .align-left,
	.post-meta .align-right {
		max-width: none;
	}
	.footer-content {
		text-align: center;
	}
	.footer-content .align-left {
		float: none;
		display: block;
	}
	.footer-content .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 18px;
	}
}

/* iPad Portrait Styles */

@media screen and (max-width: 960px) {

	/* Theme iPad */

	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		min-height: 480px;
	}
}

/* iPhone */

@media screen and (max-width: 767px) {

	/* Typography iPhone */

	body {
		line-height: 1.7;
	}
	p {
		padding: 8px 0px;
	}
	h1, h2, h3,
	h4, h5, h6 {
		line-height: 1.2;
	}
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	h6 {
		font-size: 1.0rem;
	}
	.headline {
		font-size: 2rem;
	}
	.headline.small {
		font-size: 1.6rem;
	}
	.headline.img-headline {
		font-size: 2rem;
	}
	.title {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	blockquote {
		padding: 12px 0px;
		border-left: none;
	}
	blockquote p {
		font-size: 1.1rem;
		line-height: 1.6;
	}

	/* Theme iPhone */

	#header .site-title {
		font-size: 1.4rem;
	}
	#header .flex-row {
		display: flex;
	}
	.purpose-header-video-active .wp-custom-header {
		background-color: transparent;
	}
	.page-banner .excerpt p {
		display: none;
	}
	.split-page .img-column,
	.split-page .img-column .feature-img.page-banner {
		height: auto;
	}
	.split-page .img-column {
		display: block;
		position: relative;
	}
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		min-height: 360px;
	}
	.home-slider .slideshow .content {
		padding: 0px 48px;
	}
	.slideshow .loading {
		min-height: 180px;
	}
	.slideshow .content {
		padding: 0px 48px;
	}
	.slideshow .headline {
		font-size: 2rem;
		letter-spacing: -1px;
	}
	.slideshow .format-quote .text-holder {
		padding: 0px;
	}
	.slideshow .more-link,
	.slideshow .excerpt + br,
	.slideshow .format-audio .excerpt {
		display: none;
	}
	.flex-direction-nav li a {
		font-size: 16px;
		line-height: 22px;
		height: 24px;
		width: 24px;
		margin: -12px 0px 0px 0px;
	}
	.flex-direction-nav .flex-next {
		right: 12px;
		border-radius: 24px;
	}
	.flex-direction-nav .flex-prev {
		left: 12px;
		border-radius: 24px;
	}
	.flex-direction-nav .flex-next i {
		margin-left: 1px;
	}
	.flex-direction-nav .flex-prev i {
		margin-right: 1px;
	}
	.featured-pages .holder {
		padding: 24px 0px;
	}
	.featured-posts-wrap {
		margin-top: 0px;
		padding-bottom: 12px;
	}
	.featured-posts .headline {
		padding-top: 36px;
		padding-bottom: 0px;
	}
	.split-page .content {
		padding: 0px 24px;
	}
	.post-area,
	.post-area.middle,
	.post-area.split,
	.post-area.full-width,
	.post-area.wide {
		padding: 36px 0px;
	}
	i.format-icon {
		display: none;
	}
	.blog-holder, .archive-holder {
		margin-bottom: 24px;
	}
	.blog-holder .article,
	.archive-holder .article {
		padding: 12px 18px;
	}
	.blog-holder .post-meta,
	.archive-holder .post-meta {
		padding: 12px;
	}
	.blog-holder .post-meta p,
	.archive-holder .post-meta p {
		font-size: 0.9em;
	}
	.archive-column {
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
	}
	.archive-column h6 {
		margin-top: 12px;
	}
	.sidebar {
		padding: 24px 0px;
		border-top: 1px solid rgba(0, 0, 0, .08);
	}
	.sidebar.left {
		display: none;
	}
	.container form textarea {
		width: 94% !important;
	}
	#commentform textarea {
		width: 95% !important;
	}
	.footer-widgets {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.footer-widgets .widget {
		width: 100% !important;
		margin: 0px;
		padding: 0px;
	}
	.footer-widget {
		padding: 12px 0px;
	}

	/* Images */

	.wp-caption {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.split-page .feature-img.page-banner {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		margin-left: -24px;
	}
	.post-area img.alignnone {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		padding: 0px;
		margin: 6px 0px 6px -24px;
	}
	.post-area .wp-caption.alignnone {
		max-width: calc(100% + 48px);
		margin-left: -24px;
	}
	.purpose-sidebar-inactive.purpose-singular .alignfull,
	.purpose-sidebar-inactive.purpose-singular .alignwide {
		width: calc(100% + 72px);
		max-width: calc(100% + 72px);
		margin-left: -36px;
		left: auto;
	}

	/* Grid */

	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.flex-row {
		display: block;
	}
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		overflow: visible !important;
	}
	.row .single,
	.row .half,
	.row .third,
	.row .fourth {
		width: 100%;
	}
	.row .row .column, .row .row .columns {
		padding: 0;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.column:last-child, .columns:last-child {
		margin-right: 0;
		float: none;
	}
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	[class*="column"]:before, [class*="column"]:after {
		content:"";
		display:table;
	}
	[class*="column"]:after {
		clear: both;
	}
}

@media only screen and (max-width: 479px) {

	/* Theme iPhone Portrait */

	.slideshow .headline {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	.slideshow .text-holder {
		font-size: 0.8rem;
	}
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		min-height: 280px;
	}
}
