html {
	box-sizing: border-box;
}

*, 
*:before, 
*:after {
	box-sizing: inherit;
}

.full:before, 
.full:after, 
.content:before, 
.content:after, 
.content-full:before, 
.content-full:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.full:after, 
.content:after, 
content-full:after {
	clear: both;
}

.full {
	width: 100%;
}

.full.gray {
	background: #f8f8f8;
}

.full.red {
	background: #e01527;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 1220px) {
	.content {
		padding-right: 3%;
		padding-left: 3%;
	}
}
.content-full {
	overflow: hidden;
	margin: 0 auto;
}

.column100:before, 
.column100:after, 
.column75:before, 
.column75:after, 
.column60:before, 
.column60:after, 
.column50:before, 
.column50:after, 
.column40:before, 
.column40:after, 
.column33:before, 
.column33:after, 
.column25:before, 
.column25:after, 
.column20:before, 
.column20:after, 
.column16:before, 
.column16:after, 
.column10:before, 
.column10:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.column100:after, 
.column75:after, 
.column60:after, 
.column50:after, 
.column40:after, 
.column33:after, 
.column25:after, 
.column20:after, 
.column16:after, 
.column10:after {
	clear: both;
}

.column100, 
.column75, 
.column60, 
.column50, 
.column40, 
.column33, 
.column25, 
.column20, 
.column16, 
.column10 {
	display: inline-block;
	float: left;
	vertical-align: top;
}

.column100 {
	width: 100%;
}

@media all and (max-width: 950px) {
	.column100 {
		width: 100%;
	}
}
.column50 {
	float: left;
	width: 50%;
}

@media all and (max-width: 950px) {
	.column50 {
		width: 100%;
	}
}
.column75 {
	width: 75%;
}

@media all and (max-width: 950px) {
	.column75 {
		width: 100%;
	}
}
.column60 {
	width: 60%;
}

@media all and (max-width: 950px) {
	.column60 {
		width: 100%;
	}
}
.column40 {
	width: 40%;
}

@media all and (max-width: 950px) {
	.column40 {
		width: 100%;
	}
}
.column33 {
	width: 33.3%;
}

@media all and (max-width: 950px) {
	.column33 {
		width: 100%;
	}
}
.column25 {
	width: 25%;
}

@media all and (max-width: 950px) {
	.column25 {
		width: 100%;
	}
}
.column20 {
	width: 20%;
}

@media all and (max-width: 750px) {
	.column20 {
		width: 100%;
	}
}
.column16 {
	width: 16.66%;
}

@media all and (max-width: 750px) {
	.column16 {
		width: 33.33%;
	}
}
.column10 {
	width: 10%;
}

@media all and (max-width: 950px) {
	.column10 {
		width: 20%;
	}
}
.column-center {
	display: block;
	float: none;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.column-right {
	float: right;
}

::-moz-selection {
	background: #fef4ad;
}

::selection {
	background: #fef4ad;
}

::-moz-selection {
	background: #fef4ad;
}

.entry-footer {
	display: block;
	float: left;
}

.site-content {
	margin-top: 65px;
}

.bgcolor-eeeeee {
	background-color: #eee;
}

.bgcolor-cc3232 {
	background-color: #cc3232;
}

.bgcolor-000000 {
	background-color: #000;
}

.bgcolor-1f2532 {
	background-color: #1f2532;
}

.bgcolor-333333 {
	background-color: #333;
}

.bgcolor-f2f2f2 {
	background-color: #fff;
}

.bgcolor-cccccc {
	background-color: #ccc;
}

.text-center {
	text-align: center;
}

.rte {
	padding-bottom: 50px;
}

.btn, 
.rte .btn {
	font: 12px 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 50px;
	display: inline-block;
	width: auto;
	min-width: 180px;
	height: 50px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #cc3232;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btn:hover, 
.rte .btn:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border: 2px solid #cc3232;
	background-color: #fff;
}

.btn-center {
	display: block;
	float: none;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.btn-large, 
.rte .btn-large {
	padding: 20px 45px;
}

.column100.section-single-content-wrapper {
	position: relative;
	display: block;
	float: none !important;
	overflow: hidden;
	max-width: 1200px;
	margin-top: -210px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #cc3232;
	background: #fff;
}

@media all and (max-width: 950px) {
	.column100.section-single-content-wrapper {
		width: 100%;
		margin-top: -250px;
	}
}
.column100.section-single-content-wrapper .column75 {
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

@media all and (max-width: 750px) {
	.column100.section-single-content-wrapper .column75 {
		padding-right: 0;
		padding-bottom: 5%;
		padding-left: 0;
	}
}
.section-article-footnotes {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 0;
	border-top: 1px dotted #dbdbdb;
}

.section-article-footnotes h6 {
	margin-bottom: 30px;
}

.section-article-footnotes ul {
	padding: 0;
}

.section-article-footnotes ul li {
	float: left;
	list-style: none;
}

.section-article-footnotes ul li p {
	font-size: 16px;
	float: right;
	width: 95%;
	margin-top: 0;
	color: #5d5d5d;
}

@media all and (max-width: 750px) {
	.section-article-footnotes ul li p {
		width: 93%;
	}
}
.section-article-footnotes ul li .footnote-number {
	float: left;
	width: 5%;
	text-align: center;
}

.section-article-footnotes ul li p a {
	text-decoration: underline;
	color: #5d5d5d;
}

.section-article-footnotes ul li p a:hover {
	color: #cc3232;
}

article {
	margin-bottom: 70px !important;
}

@media all and (max-width: 950px) {
	article {
		margin-bottom: 50px !important;
	}
}
article p a {
	color: #cc3232;
}

article p a:hover {
	color: #706d6e;
}

.entry-content blockquote p {
	font-family: freight-text-pro, serif;
	font-style: normal;
	color: #515151;
}

h2.entry-title a, 
h2.entry-title {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-decoration: none;
	color: #231f20;
}

@media all and (max-width: 950px) {
	h2.entry-title a {
		font-size: 30px;
	}
}
h2.entry-title a:hover {
	color: #cc3232;
}

h1.entry-title {
	font-weight: 700;
	margin-top: .50em;
	margin-bottom: .50em;
}

h1.archive-title {
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

body.blog h1.archive-title {
	display: none;
}

.section-blog-articles-wrapper h1.page-title {
	border-bottom: 1px solid #e5e5e5;
}

h1.page-title {
	font-size: 40px;
	font-weight: 700;
	display: block;
	margin: 0 0 20px;
}

.entry-content ul li a {
	text-decoration: none;
	color: #cc3232;
}

.entry-content ul li a:hover {
	text-decoration: underline;
}

.entry-content {
	margin-top: 15px;
	padding-bottom: 30px;
}

span.category a {
	text-decoration: none;
	color: #b2b1b1;
}

span.category a:hover {
	text-decoration: underline;
	color: #cc3232;
}

.entry-header .reading-time, 
.entry-header .date, 
.entry-meta .category, 
.entry-header .separator {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	color: #b2b1b1;
}

.reading-time {
	font-weight: 500;
}

.separator {
	padding-right: 7px;
	padding-left: 7px;
}

.section-sumome-entry-holder {
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.section-sidebar {
	padding-right: 2%;
	padding-left: 2%;
}

.sidebar-block {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.sidebar-block .prng_widget {
	margin-bottom: 0;
}

.sidebar-block .prng_widget h3 {
	font: 14px 'Montserrat', sans-serif;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	color: #cc3232;
}

@media all and (max-width: 950px) {
	.sidebar-block .prng_widget h3 {
		text-align: center;
	}
}
@media all and (max-width: 950px) {
	.sidebar-block .prng_widget img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}
.section-blog-articles-wrapper {
	padding: 50px 5%;
}

@media all and (max-width: 550px) {
	.section-blog-articles-wrapper {
		padding: 25px 0 0;
	}
}
.section-blog-articles-wrapper .entry-content {
	border-bottom: 1px solid #e5e5e5;
}

a.more-link {
	font: 14px 'Montserrat', sans-serif;
	display: block;
	width: 100%;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #cc3232;
}

.blog-single .entry-header {
	text-align: center;
}

.section-sidebar-blog-single {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 0;
}

@media all and (max-width: 950px) {
	.section-sidebar-blog-single {
		min-height: inherit;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.section-sidebar-blog-single h3, 
.section-sidebar-blog-single h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #cc3232;
}

.section-sidebar-blog-single ul {
	margin: 0;
	padding: 0;
}

.section-sidebar-blog-single ul li {
	font-size: 20px;
	line-height: 40px;
	list-style: none;
}

.section-sidebar-blog-single ul li a {
	font-weight: 500;
	display: block;
	-webkit-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;
	text-decoration: none;
	color: #262626;
	border-bottom: 1px solid #e5e5e5;
}

.section-sidebar-blog-single ul.explore li a, 
.section-sidebar-blog-single ul.browse li a {
	padding-left: 10px;
	border-left: 3px solid transparent;
}

.section-sidebar-blog-single ul.explore li a:hover, 
.section-sidebar-blog-single ul.browse li a:hover {
	border-left: 3px solid #ca3437;
}

.section-sidebar-blog-single ul.explore li a i.fa, 
.section-sidebar-blog-single ul.browse li a i.fa {
	font-size: 11px;
	line-height: 40px;
	float: right;
	color: #d4d4d4;
}

.section-sidebar-blog-single ul li a:hover {
	color: #cc3232;
}

i.fa {
	color: #ca3437;
}

ul.sidebar-ul li {
	padding-top: .3em;
	padding-bottom: .3em;
	list-style: none;
}

ul.sidebar-ul li a {
	text-decoration: none;
	opacity: 1;
	color: #231f20;
}

ul.sidebar-ul li a:hover {
	color: #cc3232;
}

ul.sidebar-ul.socials {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

ul.sidebar-ul.socials li {
	font-size: 25px;
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.sidebar-ul.socials li a {
	color: #aaa9a9;
	border-bottom: none;
}

ul.sidebar-ul.socials li a:hover {
	opacity: 1;
	color: #cc3232;
}

ul.blog-categories-nav {
	font-family: 'Montserrat', sans-serif;
	display: table;
	float: none;
	margin: 0 auto;
	padding: 12px 10px;
	text-align: center;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #aaa9a9;
}

@media all and (max-width: 750px) {
	ul.blog-categories-nav {
		display: none;
	}
}
ul.blog-categories-nav li {
	display: table-cell;
	vertical-align: middle;
}

@media all and (max-width: 950px) {
	ul.blog-categories-nav li {
		display: inline-block;
		margin-top: 3.5px;
		margin-bottom: 3.5px;
		vertical-align: middle;
	}
}
ul.blog-categories-nav li a {
	font-size: 11px;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
	height: 28px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding: 0 10px;
	-webkit-transition: .2s;
	transition: .2s;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #706d6e;
	border-radius: 3px;
}

@media all and (max-width: 950px) {
	ul.blog-categories-nav li a {
		font-weight: 400;
		margin-right: 3px;
		margin-left: 3px;
		letter-spacing: 0;
		text-transform: capitalize;
		background: #f3f3f3;
	}
}
ul.blog-categories-nav li a:hover {
	color: #fff;
	background-color: #cc3232;
}

.single-post-fslogo {
	display: block;
	float: left;
	width: 100%;
}

.single-post-fslogo svg {
	display: block;
	max-width: 23px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 2px;
}

.section-blog-single-header-buffer {
	display: block;
	height: 250px;
	padding-top: 0;
}

@media all and (max-width: 750px) {
	.section-blog-single-header-buffer {
		background: #fff;
	}
}
.section-suggested-reading-home-wrapper {
	display: block;
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
}

h2.text-suggested-reading {
	font: 13px 'Montserrat', sans-serif;
	margin: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
}

@media all and (max-width: 950px) {
	h2.text-suggested-reading {
		padding: 0;
		text-align: center;
	}
}
.section-suggested-reading-home {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 950px) {
	.section-suggested-reading-home {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.related-post {
	margin-right: 1%;
	margin-left: 1%;
	border-top: 3px solid #cc3232;
	outline: 1px solid #dbdbdb;
	-webkit-flex-basis: 31.2%;
	flex-basis: 31.2%;
}

@media all and (max-width: 950px) {
	.related-post {
		margin-bottom: 23px;
		padding: 4% 4% 2% !important;
		-webkit-flex-basis: 70%;
		flex-basis: 70%;
	}
}
@media all and (max-width: 550px) {
	.related-post {
		margin-bottom: 23px;
		padding: 4% 4% 2% !important;
		-webkit-flex-basis: 95%;
		flex-basis: 95%;
	}
}
.related-post-padding {
	padding: 5%;
}

.related-post h2 {
	font-weight: 600;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
}

a.related-post {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: #231f20;
	box-shadow: 0 0 3px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
}

a.related-post:hover {
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #cc3232;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.related-post p {
	font-size: 16px;
}

.related-post p.continue-reading {
	font: 14px 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #cc3232;
}

.related-post .reading-time {
	font: 13px 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #b2b1b1;
}

#breadcrumbs.breadcrumb-trail {
	font: 11px 'Montserrat', sans-serif;
	line-height: 1.5;
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	color: #b2b1b1;
}

@media all and (max-width: 750px) {
	#breadcrumbs.breadcrumb-trail {
		display: none;
	}
}
.breadcrumbs span.separator {
	font-family: FontAwesome;
}

#breadcrumbs.breadcrumb-trail a {
	text-decoration: none;
}

#breadcrumbs.breadcrumb-trail a:hover {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #706d6e;
}
/*.section-newsletter-signup {
	background: #CC3233;
	padding: 30px 20px;
	min-height: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}*/
/*@media all and (max-width: 750px) {
	.section-newsletter-signup {
		width: 90%;
		margin-bottom: 2%;
	}
	}*/
/*.section-newsletter-signup.size-small {
	max-width: 600px;
	padding: 2.5%;
	}*/

.section-newsletter-signup.size-medium {
	max-width: 800px;
}

.section-newsletter-signup.size-large {
	width: 100%;
	max-width: none;
}

.section-newsletter-signup h4 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0 0 7px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

@media screen and (max-width: 950px) {
	.section-newsletter-signup h4 {
		font-size: 12px;
	}
}
	.section-newsletter-signup h3 {
	font-size: 19px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px!important;
}

@media all and (max-width: 750px) {
	.section-newsletter-signup h3 {
		font-size: 18px;
		margin-right: auto;
		margin-left: auto;
	}
}
	.section-newsletter-signup p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	padding-top: 7px;
}

.section-footer .column100 {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media all and (max-width: 950px) {
	.section-footer .column100 {
		padding: 20px;
	}
}
	@media all and (max-width: 950px) {
	.section-footer-logo, 
	.section-footer-nav.four {
		width: 100%;
	}
}
	.section-footer-logo svg {
	display: block;
}

@media all and (max-width: 950px) {
	.section-footer-logo svg {
		max-width: 25px;
	}
}
	.section-footer-nav.one, 
.section-footer-nav.two, 
.section-footer-nav.three, 
.section-footer-nav.four {
	width: 22.5%;
}

@media all and (max-width: 950px) {
	.section-footer-nav.one, 
	.section-footer-nav.two, 
	.section-footer-nav.three {
		width: 33.3%;
	}
}
	@media all and (max-width: 950px) {
	.section-footer-nav.four {
		width: 100%;
		padding-top: 20px;
	}
}
	@media all and (max-width: 750px) {
	.section-footer-nav.one, 
	.section-footer-nav.two, 
	.section-footer-nav.three {
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #d5d4d5;
	}
}
	.section-footer .column100.mailchimp-form-footer_wrapper {
	padding: 0;
}

ul.footer-ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}

h4.footer-header {
	font: 14px 'Montserrat', sans-serif;
	margin: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

ul.footer-ul li {
	padding-top: .3em;
	padding-bottom: .3em;
	list-style: none;
}

ul.footer-ul li a {
	text-decoration: none;
	opacity: 1;
	color: #231f20;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

ul.footer-ul li a:hover {
	color: #cc3232;
}

ul.footer-ul.socials li {
	font-size: 25px;
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0;
}

ul.footer-ul.socials li a {
	color: #aaa9a9;
}

ul.footer-ul.socials li a:hover {
	opacity: 1;
	color: #cc3232;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.section-footer-credits {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-footer-credits p {
	font-size: 14px;
	margin: 0;
}

.section-footer-credits-right {
	text-align: right;
}

@media all and (max-width: 950px) {
	.section-footer-credits p, 
	.section-footer-credits-right {
		margin-bottom: 5px;
		text-align: center;
	}
}
	.twitter-tweet {
	display: block;
	margin: 30px auto 3px;
}

blockquote.twitter-tweet {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 50px;
	text-align: center;
	border: none;
}

.rte h1 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -.03em;
	color: #231f20;
}

.rte h2 {
	font-weight: 700;
	letter-spacing: -.03em;
	color: #231f20;
}

.alert {
	float: left;
}

.rte .alert:first-child {
	text-align: center;
	background: #fef4ad;
}

.section-pagination-wrapper {
	border-top: 1px solid #e5e5e5;
}

.blog-pagination {
	font: 14px 'Montserrat', sans-serif;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	color: #b2b1b1;
}

.blog-pagination span, 
.blog-pagination a {
	line-height: 18px;
	display: block;
	float: left;
	width: auto;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	color: #aaa9a9;
	border-right: 1px solid #e5e5e5;
}

.blog-pagination a:first-child {
	border-left: 1px solid #e5e5e5;
}

.blog-pagination a:hover {
	color: #fff;
	background: #ca3437;
}

.blog-pagination .current {
	color: #fff;
	background: #ca3437;
}

.hasbgimage {
	position: relative;
	height: 60vh;
	min-height: 700px;
	max-height: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	background-size: cover !important;
}

@media all and (max-width: 950px) {
	.hasbgimage {
		
	}
}
	.hasbgimage-mask {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(239, 239, 239, .85);
}

.hasbgimage .content.flex-wrapper {
	display: flex;
	height: 100%;
	padding-bottom: 2px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.hasbgimage .content .column75 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	justify-content: center;
}

.fs-logo-hero svg {
	max-width: 30px;
}

.section-home-hero h2 {
	font-size: 45px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	color: #343c50;
}

@media all and (max-width: 950px) {
	.section-home-hero h2 {
		font-size: 40px;
	}
}
	@media all and (max-width: 550px) {
	.section-home-hero h2 {
		font-size: 25px;
	}
}
	.section-home-hero-ctas {
	display: flex;
	flex-direction: column;
	height: 100%;
	height: 50vh;
	justify-content: center;
	min-height: 400px;
}

.section-home-hero-ctas-text {
	width: 90%;;
	margin: 0 auto 3%;
}

.section-about-newsletter-signup-holder {
	position: relative;
	display: flex;
	/*		background: #eee;*/
	justify-content: center;
}

.section-home-columns {
	padding-top: 50px;
	padding-bottom: 70px;
}

@media all and (max-width: 950px) {
	.section-home-columns {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
	@media all and (max-width: 950px) {
	.section-home-columns_left {
		padding-bottom: 40px;
	}
}
	.section-home-columns_left p {
	font-size: 20px;
	line-height: 1.6;
}

.section-home-columns_left h2 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
}

.section-home-columns_right {
	padding-left: 80px;
}

@media all and (max-width: 950px) {
	.section-home-columns_right {
		padding-left: 0;
	}
}
	.section-home-columns_right h4 {
	font: 14px 'Montserrat', sans-serif;
	margin-top: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #ca3437;
}

.section-home-columns_right ul {
	padding: 0;
}

.section-home-columns_right ul li {
	font-size: 19px;
	list-style: none;
}

@media all and (max-width: 550px) {
	.section-home-columns_right ul li {
		font-size: 21px;
	}
}
	.section-home-columns_right ul li a {
	font-weight: 700;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	-webkit-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;
	text-decoration: none;
	color: #231f20;
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid transparent;
}

.section-home-columns_right ul li a:hover {
	border-left: 3px solid #ca3437;
}

i.fa {
	color: #ca3437;
}

.section-home-columns_right ul li a i.fa {
	font-size: 11px;
	line-height: 40px;
	float: right;
	color: #d4d4d4;
}

.section-home-logo-holder {
	padding-top: 30px;
	padding-bottom: 30px;
	background: none;
	background: #eee;
}

@media all and (max-width: 950px) {
	.column16.asseen-logo {
		width: 20%;
	}
}
	@media all and (max-width: 550px) {
	.column16.asseen-logo {
		width: 33%;
	}
}
	.section-home-logo-holder .column16 h4:first-child {
	line-height: 120px;
}

@media all and (max-width: 950px) {
	.section-home-logo-holder .column16 h4:first-child {
		line-height: 1;
	}
}
	@media all and (max-width: 950px) {
	.section-home-logo-holder_title {
		width: 100%;
		text-align: center;
	}
}
	.section-home-logo-holder img {
	display: block;
	float: left;
	float: none;
	width: 90%;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.section-home-logo-holder .column16 h4 {
	font: 11px 'Montserrat', sans-serif;
	margin: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
}

.section-upcoming-workshops-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
}

h2.section-upcoming-workshops_text {
	margin: 0;
	padding-left: 10px;
	color: #cc3232;
}

.section-upcoming-workshops {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 750px) {
	.section-upcoming-workshops {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-pack: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
	.section-upcoming-workshops_item {
	margin-bottom: 2%;
	border-top: 3px solid #cc3232;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
}

@media all and (max-width: 750px) {
	.section-upcoming-workshops_item {
		margin-bottom: 5%;
		-webkit-flex-basis: 95%;
		flex-basis: 95%;
	}
}
	.section-upcoming-workshops_item-padding {
	padding: 5%;
}

.section-upcoming-workshops_item h2 {
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

.section-upcoming-workshops_item h2 a {
	text-decoration: none;
}

.section-upcoming-workshops_item h2 a:hover {
	color: #1f2532;
}

.section-upcoming-workshops_item h4 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0 0 5px;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-upcoming-workshops_item a:hover {
	color: #1f2532;
}

.section-suggested-reading-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-suggested-reading {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 750px) {
	.section-suggested-reading {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
	.section-suggested-reading_item {
	margin-bottom: 0;
	border-top: 3px solid #cc3232;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	/*	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
	-webkit-flex-basis: 31.3%;
	flex-basis: 31.3%;
}

@media all and (max-width: 950px) {
	.section-suggested-reading_item {
		margin-bottom: 5%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
	}
}
	@media all and (max-width: 750px) {
	.section-suggested-reading_item {
		margin-bottom: 5%;
		-webkit-flex-basis: 95%;
		flex-basis: 95%;
	}
}
	.section-suggested-reading_item-padding {
	padding: 5%;
}

.section-suggested-reading_item h2 {
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

.section-suggested-reading_item h2 a {
	text-decoration: none;
}

.section-suggested-reading_item h2 a:hover {
	color: #1f2532;
}

.section-suggested-reading_item h4 {
	font: 12px 'Montserrat', sans-serif;
	margin: 0 0 5px;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-suggested-reading_item h4 a:hover {
	color: #1f2532;
}

.section-upcoming-talks-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
}

h2.section-upcoming-talks_text {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	color: #cc3232;
}

.section-upcoming-talks {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 750px) {
	.section-upcoming-talks {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
	.section-upcoming-talks_item {
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	padding: 0;
	border-top: 3px solid #cc3232;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 0 6px rgba(0, 0, 0, .1);
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

@media all and (max-width: 950px) {
	.section-upcoming-talks_item {
		margin-bottom: 5%;
		padding: 0;
		-webkit-flex-basis: 65%;
		flex-basis: 65%;
	}
}
	@media all and (max-width: 750px) {
	.section-upcoming-talks_item {
		-webkit-flex-basis: 95%;
		flex-basis: 95%;
	}
}
	.section-upcoming-talks_item .section-upcoming-talks_item_column50_right {
	padding: 3%;
}

.section-upcoming-talks_item img {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.section-upcoming-talks_item h2 {
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

.section-upcoming-talks_item h4 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0 0 5px;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-upcoming-talks_item h4 a:hover {
	color: #1f2532;
}

.section-fs-book-wrapper {
	padding-top: 60px;
}

.fs-book_img {
	display: block;
	max-width: 400px;
	margin-bottom: 30px;
}

h2.section-fs-book_text {
	margin: 0;
	color: #cc3232;
}

.section-fs-book-wrapper ul {
	padding-left: 20px;
}

.section-fs-book-wrapper h4.whatsayyou {
	font: 14px 'Montserrat', sans-serif;
	margin: 0 0 5px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #cc3232;
}

.section-fs-book-wrapper .testimonial {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	padding: 20px 5px;
}

@media all and (max-width: 950px) {
	.section-fs-book-wrapper .testimonial {
		display: block;
		float: none;
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
}
	.section-fs-book-wrapper .testimonial p.quote {
	font-size: 23px;
	font-style: italic;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.quote-testimonial-svg svg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}

span.redline {
	display: block;
	width: 30px;
	height: 2px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top: 2px solid #cc3232;
}

.section-fs-book-wrapper .testimonial h4 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0 0 5px;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-fs-book-wrapper .column50 img {
	display: block;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.section-404-page-content {
	padding-top: 5em;
	padding-bottom: 5em;
}

.section-search-page-content {
	padding-top: 5em;
	padding-bottom: 10em;
}

.search-form {
	overflow: hidden;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

input[type='search'] {
	font-size: 18px;
	display: inline-block;
	float: left;
	width: 75%;
	height: 45px;
	margin: 0;
	padding: 3px 3px 3px 10px;
	-webkit-transition: border .3s;
	transition: border .3s;
	border: solid 1px #c9c9c9;
	border-right: 1px solid #fff;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

input[type='search']:focus {
	border: solid 1px #969696;
	border-right: 1px solid #fff;
}

.search-form button.search-submit {
	font-size: 15px;
	line-height: 45px;
	display: inline-block;
	float: left;
	width: 25%;
	height: 45px;
	margin: 0;
	padding: 0;
	-webkit-transition: all .23s ease-in-out 0s;
	transition: all .23s ease-in-out 0s;
	color: #fff;
	border: 1px solid #cc3232;
	border-radius: 0;
	outline: none;
	background: #cc3232;
	box-shadow: none !important;
	text-shadow: none !important;
}

.search-form button.search-submit:hover {
	border: 1px solid #1f2532;
	outline: none;
	background: #1f2532;
}

.section-search-results {
	padding-top: 60px;
	padding-bottom: 60px;
}

h2.search-query {
	font-size: 22px;
	margin-top: 0;
	text-align: center;
}

h2.search-query strong {
	margin-top: 0;
	background: #fdf4ae;
}

.section-search-results hr {
	height: 1px;
	margin-top: .5em;
	margin-bottom: .5em;
	background-color: #ddd;
}

.section-search-results h2 {
	margin-bottom: 19px;
}

.section-search-results h2 a {
	text-decoration: none;
}

.section-search-results h2 a:hover {
	color: #706d6e;
}

ul.wpp-list {
	padding: 0;
}

ul.wpp-list li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

a.wpp-post-title {
	font-size: 28px;
	line-height: 1.1;
	display: block;
	margin-bottom: .7em;
	text-decoration: none;
}

a.wpp-post-title:hover {
	color: #262626;
}

ul.wpp-list li .date, 
ul.wpp-list li .wpp-category, 
ul.wpp-list li .wpp-views {
	font: 13px 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #b2b1b1;
}

span.entry-meta {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

ul.wpp-list li .wpp-category a {
	text-decoration: none;
}

ul.wpp-list li .wpp-category a:hover {
	color: #b2b1b1;
}

.section-tab-wrapper .widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.section-tab-wrapper {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

@media all and (max-width: 750px) {
	.section-tab-wrapper {
		padding-top: 30px;
		padding-right: 0;
		padding-bottom: 30px;
	}
}
	ul.tabs {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
}

ul.tabs li {
	font: 14px 'Montserrat', sans-serif;
	line-height: 31px;
	line-height: 60px;
	position: relative;
	float: left;
	overflow: hidden;
	height: 60px;
	margin: 0;
	margin-top: 0;
	padding: 0 3em;
	cursor: pointer;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #ccc;
	color: #ca3437;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #fff;
	background-color: #fff;
}

@media all and (max-width: 550px) {
	ul.tabs li {
		font-size: 12px;
		width: 33.3%;
		padding: 0;
		text-align: center;
	}
}
	ul.tabs li:hover {
	color: #333;
	background-color: #eee;
}

ul.tabs li.active {
	display: block;
	color: #333;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #dbdbdb;
	background-color: #fff;
}

.tab_container {
	float: left;
	clear: both;
	overflow: auto;
	width: 100%;
	border-top: none;
	background: #fff;
}

.tab_content {
	display: none;
	float: left;
	padding: 50px 20px 20px 0;
}

@media all and (max-width: 950px) {
	.tab_content {
		padding: 30px 0 0;
	}
}
	#mcTagMapNav {
	font: 15px 'Montserrat', sans-serif;
	float: left;
	width: 100%;
	padding-bottom: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	letter-spacing: .04em;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

@media all and (max-width: 750px) {
	#mcTagMapNav {
		display: none;
	}
}
	#mcTagMapNav a {
	line-height: 40px;
	display: block;
	float: left;
	width: 30px;
	width: 3.8%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #706d6e;
}

#mcTagMapNav a:hover {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-decoration: none;
	color: #fff;
	background: #cc3232;
}

.holdinner {
	padding-bottom: 60px;
}

.tagindex h4 {
	font-size: 30px;
	margin: 0 0 20px;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #cc3232;
	border-bottom: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media all and (max-width: 750px) {
	.tagindex h4 {
		padding-top: 00px;
	}
}
	ul.links a {
	text-decoration: none;
}

ul.links a:hover {
	text-decoration: underline;
}

ul.links {
	padding: 0;
	list-style: none;
	color: #706d6e;
	-webkit-column-count: 4;
	column-count: 4;
}

@media all and (max-width: 750px) {
	ul.links {
		-webkit-column-count: 3;
		column-count: 3;
	}
}
	@media all and (max-width: 550px) {
	ul.links {
		-webkit-column-count: 2;
		column-count: 2;
	}
}
	ul.links .morelink {
	display: none;
}

.section-random-post-wrapper {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

@media all and (max-width: 750px) {
	.section-random-post-wrapper {
		padding-top: 0;
		padding-bottom: 30px;
	}
}
	.section-about-testimonials_wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-about-testimonials {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.section-about-testimonials_item {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-flex-basis: 49%;
	flex-basis: 49%;
}

@media all and (max-width: 750px) {
	.section-about-testimonials_item {
		-webkit-flex-basis: 90%;
		flex-basis: 90%;
	}
}
	.section-about-testimonials_item h2 {
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
	margin-top: 0;
}

.section-about-testimonials_item h4 {
	font: 12px 'Montserrat', sans-serif;
	margin: 0;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.hasbgimage-2 {
	position: relative;
	max-width: 1800px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	background-size: cover !important;
}

@media all and (max-width: 1150px) {
	.hasbgimage-2 {
		background-position: center -100px !important;
	}
}
	@media all and (max-width: 950px) {
	.hasbgimage-2 {
		height: 300px;
		background-position: center center !important;
	}
}
	.hasbgimage-mask-2 {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(37, 46, 68, .5);
}

.section-about-content-wrapper {
	position: relative;
	margin-top: -15em;
	padding-top: 60px;
	border-top: 3px solid #cc3232;
	background: #fff;
}

@media all and (max-width: 950px) {
	.section-about-content-wrapper {
		margin-top: 0;
		padding-top: 30px;
	}
}
	.section-about-content-wrapper h4, 
.section-newsletter-content-wrapper h4, 
.section-leaning-signup-content-wrapper h4 {
	font: 14px 'Montserrat', sans-serif;
	margin-top: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #ca3437;
}

.section-about-info-wrapper {
	padding-bottom: 60px;
}

.section-about-info-wrapper h2, 
.section-newsletter-info-wrapper h2, 
.section-leaning-signup-info-wrapper h2, 
.text-what-people-say {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}

.section-newsletter-content-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media all and (max-width: 950px) {
	.section-newsletter-content-wrapper {
		padding-top: 30px;
	}
}
	.section-newsletter-info-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-newsletter-info-wrapper h2:first-child {
	margin-top: 0;
}

.section-leaning-signup-content-wrapper {
	padding-top: 60px;
}

@media all and (max-width: 950px) {
	.section-leaning-signup-content-wrapper {
		padding-top: 30px;
	}
}
	.section-membership-cards {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 950px) {
	.section-membership-cards {
		width: 95%;
	}
}
	@media all and (max-width: 750px) {
	.section-membership-cards {
		width: 95%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
	.section-membership-cards_item {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-bottom: 0;
	padding: 30px;
	text-align: center;
	border-top: 3px solid #cc3232;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
}

@media all and (max-width: 750px) {
	.section-membership-cards_item {
		margin-bottom: 5%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
	}
}
	@media all and (max-width: 550px) {
	.section-membership-cards_item {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
}
	.section-membership-cards_item h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: -.05em;
	color: #cc3232;
}

.section-membership-cards_item h2 {
	margin-top: 0;
}

.join-now-btn {
	-webkit-align-self: center;
	align-self: center;
}

.section-membership-cards-mini {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media all and (max-width: 950px) {
	.section-membership-cards-mini {
		width: 95%;
	}
}
	@media all and (max-width: 750px) {
	.section-membership-cards-mini {
		width: 95%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
	.section-membership-cards_item-mini {
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	border-top: 3px solid #cc3232;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
}

@media all and (max-width: 750px) {
	.section-membership-cards_item-mini {
		margin-bottom: 5%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
	}
}
	@media all and (max-width: 550px) {
	.section-membership-cards_item-mini {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
}
	.section-membership-cards_item-mini h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.05em;
	color: #cc3232;
}

@media all and (max-width: 950px) {
	.section-membership-cards_item-mini h3 {
		padding-top: 10px;
	}
}
	.section-membership-cards_item-mini h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.section-membership-cards_item-mini a {
	font: 14px 'Montserrat', sans-serif;
	width: 100%;
	margin: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.section-membership-cards_item-mini a:hover {
	color: #aaa9a9;
}

.section-leaning-signup-info-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-leaning-signup-info-wrapper blockquote {
	width: 90%;
	margin: 50px auto;
	padding: 20px 0;
	text-align: center;
	border: none;
}

.section-leaning-signup-info-wrapper blockquote h3 {
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
}

.section-leaning-signup-info-wrapper blockquote h6 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-learning-testimonials_wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-learning-testimonials {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.section-learning-testimonials_item {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-flex-basis: 49%;
	flex-basis: 49%;
}

@media all and (max-width: 750px) {
	.section-learning-testimonials_item {
		-webkit-flex-basis: 90%;
		flex-basis: 90%;
	}
}
	.section-learning-testimonials_item h2 {
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
	margin-top: 0;
}

.section-learning-testimonials_item h4 {
	font: 14px 'Montserrat', sans-serif;
	margin: 0;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #aaa9a9;
}

.section-page-default {
	min-height: 50vh;
	padding-top: 30px;
}

@media all and (max-width: 750px) {
	.section-page-default {
		padding-top: 15px;
	}
}
	.section-article-quote {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0;
	padding-left: 1em;
	border-left: 2px solid #cc3232;
}

.section-article-quote h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 1.2;
}

.section-article-quote p.cite {
	font-family: freight-text-pro, serif;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 15px;
	color: #515151;
}

.rte ul li, 
.rte ol li {
	font-family: freight-text-pro,serif;
	font-size: 19px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: .7em;
}

.section-membership-wrapper {
	min-height: 70vh;
	outline: 1px solid red;
}

.section-text_block_wrapper {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 950px) {
	.section-text_block_wrapper {
		width: 100%;
	}
}
	.content-flex {
	padding-right: 2%;
	padding-left: 2%;
}

@media screen and (max-width: 650px) {
	.content-flex {
		padding-right: 3%;
		padding-left: 3%;
	}
}
	.section-text_block_wrapper h2 {
	font-weight: 600;
}

h4.text_block_red_sub_header {
	font: 13px 'Montserrat', sans-serif;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	text-transform: uppercase;
	color: #e01527;
}

.content.section-quote_block_wrapper, 
.content.section-quote_block_wrapper-red-quote {
	position: relative;
	width: 70%;
	min-height: 30vh;
	margin-top: 50px;
	padding-top: 60px !important;
	padding-bottom: 60px;
	text-align: center;
}

@media screen and (max-width: 950px) {
	.content.section-quote_block_wrapper, 
	.content.section-quote_block_wrapper-red-quote {
		width: 100%;
	}
}
	.section-quote_block_wrapper h2.quote {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	max-width: 1000px;
	margin: 0 auto 30px;
	text-align: center;
}

.content.section-quote_block_wrapper-red-quote h2.quote {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	max-width: 700px;
	margin: 0 auto 30px;
	margin-top: 0;
	text-align: center;
	color: #fff!important;
}

@media screen and (max-width: 750px) {
	.section-quote_block_wrapper h2.quote, 
	.content.section-quote_block_wrapper-red-quote h2.quote {
		font-size: 1.5em;
	}
}
	.section-quote_block_wrapper:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	/*	background: url(/wp-content/themes/farnamstreet/imgs/quote.svg) center center no-repeat;*/
	background-size: 40px;
}

.section-quote_block_wrapper-red-quote:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	/*	background: url(/wp-content/themes/farnamstreet/imgs/quote) center center no-repeat;*/
	background-size: 40px;
}

.person_name {
	font: 14px 'Montserrat', sans-serif;
	display: block;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.person_title {
	font-style: italic;
}

.content.section-quote_block_wrapper-red-quote .person_name, 
.content.section-quote_block_wrapper-red-quote .person_title {
	color: #fff;
}

.person_image_wrapper {
	overflow: hidden;
	width: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 100px;
}

.person_image_wrapper img {
	display: block;
}

.site-main.leaning-page .content {
	/*	max-width: 700px;*/
	padding-top: 50px;
	padding-bottom: 50px;
	/*	outline: 1px solid #ddd;*/
}

.site-main.leaning-page .content p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.content-flex.section-price_cards_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	/*		outline: 1px solid #ddd;*/
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 45%;
	min-height: 230px;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 3px solid #e01527;
	outline: 1px solid #eee;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.price-card {
		max-width: 350px;
		margin-bottom: 30px;
		-webkit-flex-basis: 90%;
		flex-basis: 90%;
	}
}
	.price-card-gift {
	text-align: center;
	/*	outline: 1px solid red;*/
	flex-basis: 100%;
}

.price-card-gift_text {
	text-align: left;
	flex-basis: 62%;
}

@media screen and (max-width: 950px) {
	.price-card-gift_text {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		flex-basis: 90%;
	}
}
	.price-card-gift_wrapper {
	display: flex;
	flex-direction: column;
}

.price-card-gift .section-text_block_wrapper {
	display: flex;
	/*		border-top: 1px solid #ddd;*/
	width: 90%;
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #f8f8f8;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

@media screen and (max-width: 950px) {
	.price-card-gift .section-text_block_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}
	.price-card-gift h2 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
	/*	outline: 1px solid red;*/
	flex-basis: 100%;
}

.price-card-gift p {
	font-size: 15px;
	/*	outline: 1px solid red;*/
	margin-top: 0;
	margin-bottom: 0;
	color: #929292;
}

.card_title {
	font: 22px 'Montserrat', sans-serif;
	width: 100%;
	margin-bottom: 5px;
}

.card_price {
	font: 45px 'Montserrat', sans-serif;
	margin-bottom: 0;
	color: #e01527;
}

a.button_name {
	font: 14px 'Montserrat', sans-serif;
	line-height: 47px;
	display: block;
	min-width: 200px;
	max-width: 180px!important;
	height: 100%;
	height: 50px;
	margin-top: auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	color: #fff;
	border: 2px solid #e01527;
	border-radius: 2px;
	background: #e01527;
}

a.button_name:hover {
	color: #e01527;
	background: #fff;
}

a.button_name.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a.button_name.small {
	line-height: 38px;
	display: block;
	min-width: 150px;
	max-width: 150px!important;
	height: 100%;
	height: 40px;
	margin: 0!important;
	text-align: center;
	color: #e01527;
	border: 1px solid #e01527;
	background: #fff;
}

@media screen and (max-width: 950px) {
	a.button_name.small {
		margin-top: 10px!important;
	}
}
	a.button_name.small:hover {
	color: #fff;
	background: #e01527;
}

.price_card_description {
	font-style: italic;
	max-width: 600px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	opacity: .5;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

h2.text_block_title {
	font-size: 35px;
	font-weight: 800;
	position: relative;
	top: 0;
	margin-top: 7px;
	padding-bottom: 20px !important;
	text-align: center;
}

@media screen and (max-width: 750px) {
	h2.text_block_title br {
		display: none;
	}
}
	h2.text_block_title:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background: #e01527;
}

.main-text_block {
	padding-bottom: 30px;
}

.text_block_list_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*outline: 1px solid #ddd;*/
}

@media screen and (max-width: 950px) {
	.text_block_list_item {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
	h2.text_block_list_title {
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 0;
}

.text_block_list_item p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

.text_block_list_item_text-wrap {
	/*	outline: 1px solid lime;*/
	-webkit-flex-basis: 82%;
	flex-basis: 82%;
}

@media screen and (max-width: 750px) {
	.text_block_list_item_text-wrap {
		text-align: center;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
}
	.text_block_list_icon_wrap {
	/*		outline: 1px solid pink;*/
	-webkit-flex-basis: 15%;
	flex-basis: 15%;
}

@media screen and (max-width: 750px) {
	.text_block_list_icon_wrap {
		margin-bottom: 15px;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
}
	.text_block_list_icon_wrap img {
	display: block;
	max-width: 70px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 750px) {
	.text_block_list_icon_wrap img {
		max-width: 70px;
		margin-right: auto;
		margin-left: auto;
	}
}
	.section-does_this_sound_like_you {
	padding-top: 30px;
	/*	outline: 1px solid red;*/
	padding-bottom: 60px;
}

.does_this_sound_like_you-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.does_this_sound_like_you-item {
	font-size: 18px;
	font-style: italic;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 400px;
	padding: 30px 3%;
	text-align: center;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

@media screen and (max-width: 750px) {
	.does_this_sound_like_you-item {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-basis: 100%;
	}
}
	.section-welcome_header {
	display: flex;
	flex-direction: column;
	min-height: 15vh;
	min-height: 400px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.section-welcome_header h4 {
	font: 16px 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #e01527;
}

.section-welcome_header h2 {
	font-size: 35px;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.section-welcome_header h2 {
		font-size: 30px;
		width: 90%;
	}
}
	@media screen and (max-width: 450px) {
	.section-welcome_header h2 br {
		font-size: 35px;
		display: none;
	}
}
	.section-hero_red_quote {
	display: flex;
	flex-direction: column;
	min-height: 15vh;
	min-height: 400px;
	background: #e01527;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.section-member_testimonial_group {
	width: 95%;
	min-height: 10vh;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-testimonials-wrapper {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media screen and (max-width: 950px) {
	.section-testimonials-wrapper {
		justify-content: flex-start;
	}
}
	.section-testimonials_item {
	/*	outline: 1px solid #eee;*/
	margin-right: 1.5%;
	margin-bottom: 60px;
	margin-left: 1.5%;
	flex-basis: 28.3%;
}

@media screen and (max-width: 950px) {
	.section-testimonials_item {
		/*	outline: 1px solid #eee;*/
		margin-right: 1.5%;
		margin-left: 1.5%;
		flex-basis: 45%;
	}
}
	@media screen and (max-width: 650px) {
	.section-testimonials_item {
		margin-right: auto;
		margin-left: auto;
		flex-basis: 90%;
	}
}
	p.testimonials-quote {
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}

h5.person_name {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
}

h3.person_title {
	font-size: 15px;
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	opacity: .5;
}

.quote_via {
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.testimonial_person-image-wrapper {
	overflow: hidden;
	width: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50px;
}

.testimonial_person-image-wrapper img {
	display: block;
}

.content-flex.section-come_join_us {
	display: flex;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
}

.section-computer-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: calc(1000 / 1552 * 100%);
	background-size: 100%;
	background-repeat: no-repeat;
}

.section-computer-wrapper_form-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	width: 69.5%;
	height: 71.5%;
	margin: 4.5% auto auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.section-computer-wrapper_form-wrapper img {
	border-bottom: 1px solid #eee;
}

.section-member-statistics {
	display: flex;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: space-around;
}

@media screen and (max-width: 750px) {
	.section-member-statistics {
		flex-wrap: wrap;
	}
}
	.section-member-statistics_item {
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.section-member-statistics_item {
		padding-bottom: 30px;
		flex-basis: 100%;
		flex-wrap: wrap;
	}
}
	.section-member-statistics_item h4 {
	font: 21px 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #e01527;
	flex-basis: 30%;
}

@media screen and (max-width: 750px) {
	.section-member-statistics_item h4 {
		margin-bottom: 5px;
		flex-basis: 100%;
	}
}
	.section-member-statistics_item h4 span {
	font-size: 12px;
	display: block;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

.section-member-statistics_item p {
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	flex-basis: 50%;
}

@media screen and (max-width: 750px) {
	.section-member-statistics_item p {
		text-align: center;
		flex-basis: 100%;
	}
}
	.section-text_block_wrapper.two-column {
	display: flex;
	width: 90%;
	max-width: inherit;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

@media screen and (max-width: 950px) {
	.section-text_block_wrapper.two-column {
		flex-wrap: wrap;
	}
}
	.section-text_block_wrapper.two-column .main-text_block {
	width: 50%;
	max-width: inherit;
}

@media screen and (max-width: 950px) {
	.section-text_block_wrapper.two-column .main-text_block {
		width: 100%;
		order: 2;
	}
}
	.section-text_block_wrapper.two-column h2.text_block_title {
	text-align: left;
}

.section-text_block_wrapper.two-column  h2.text_block_title:after {
	margin-left: 0;
}

.section-two-column-sidebar {
	flex-basis: 45%;
}

@media screen and (max-width: 950px) {
	.section-two-column-sidebar {
		margin-bottom: 20px;
		flex-basis: 100%;
		order: 1;
	}
}
	.section-two-column-sidebar img, 
.section-does_this_sound_like_you  img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


.section-sidebar-blog-single .ck_form_container.ck_inline div.ck_form.ck_naked.width400.ck_vertical .ck_form_fields {
/*	background: red;*/
	padding: 0px;
}


.section-sidebar-blog-single .btn{
	margin-top: 10px!important;
}



.page .ck_form.ck_naked.ck_horizontal {
	margin-top: 0;
	margin-bottom: 0;
}

.page .ck_form_container.ck_inline {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px!important;
}

.page .ck_form.ck_naked, 
.page .ck_form.ck_naked.width500, 
.page .ck_form.ck_naked.width400 {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0px !important;
	/*		padding: 10px;*/
}

.page .ck_form_fields {
	padding: 0px!important;
}

.page .ck_subscribe_form {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 700px) {
	.page .ck_subscribe_form {
		flex-direction: column;
		flex-wrap: wrap;
	}
}




	button#ck_subscribe_button.subscribe_button {
	font: 12px 'Montserrat', sans-serif;
	font-weight: normal;
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0!important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #cc3232;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	max-width: 200px;
}

@media (max-width: 700px) {
	button#ck_subscribe_button.subscribe_button {
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
	}
}

	button#ck_subscribe_button.subscribe_button:hover {
	background: #fff;
	border: 2px solid #cc3232;
	color: #cc3232;
}

.page .ck_form.ck_naked input[type='email'] {
	font-size: 18px;
	float: left;
	width: 97%;
	min-width: 320px;
	height: auto;
	height: 60px;
	margin: 0 8px 0 0 !important;
	padding: 10px 8px;
	border: 1px solid #bbb; /* stroke */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; /* border radius */
}

@media (max-width: 700px) {
	.page .ck_form.ck_naked input[type='email'] {
		min-width: 200px;
	}
}



@media (max-width: 500px) {
	.page .ck_form.ck_naked input[type='text'] {
		min-width: 100px;
	}
}



.page .ck_first_name {
	display: none;
}

.page input#ck_emailField.ck_email_address {
	/*background: blue!important;*/
	border: 1px solid #ddd!important;
}

@media (max-width: 700px) {
	.page input#ck_emailField.ck_email_address {
		margin-bottom: 10px;
		width: 100%!important;
		margin-right: 0;
	}
}


.section-newsletter-signup.size-small p {
	color: #343C50;
}

.section-newsletter-signup {
	display: flex!important;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center!important;
	align-items: stretch;
	text-align: center;
	max-width: 600px;
	width: 90%;
	height: 20vh;
	min-height: 220px;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

@media (max-width: 900px) {
	.section-newsletter-signup {
		padding: 15px;
		width: 90%;
		min-height: 280px;
		height: inherit;
	}
}

.section-newsletter-signup > div {
	/*	background: red!important;*/
}

h4.whatsayyou {
	text-align: center;
	font: 12px 'Montserrat', sans-serif;
	margin: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

hr.lightgray {
	background: #eee;
}



