/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
}

body.home:not(.has-background-image) #jacket {
	background: none;
}

main p {
	font-family: "OpenSans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

p {
	line-height: 1.6em;
}

h3 {
	padding-bottom: .4em;
}

header.main-header {
	display: none;
}

.home main {
	background: none;
}

#builder-section-1403042690083 {
	background: /*url('/wp-content/uploads/sites/78/2014/06/chickpeas8.jpg')
#5e6a71;*/
;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#builder-section-1403042690083 .column {
	color: #5e6a71;
	padding: 80px 0 100px;
	text-align: center;
}

#builder-section-1403042690083 .column h1 {
	color: #981e32;
	font-weight: 400;
	padding-bottom: .1em;
}

#builder-section-1403042690083 .column h2 {
	color: ;
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	font-weight: 400;
	font-size: 2em;
}

#builder-section-1403042690083 h1 {
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	text-transform: ;
	font-size: 4em;
}

main .column {
	padding: 0 4%;
}

#builder-section-1403051120480, #builder-section-1403146070496 {
	border-top: 2px solid #fff;
	margin: 50px 0 40px;
	padding-top: 50px;
}

#builder-section-1403204865412 {
/*background: #5e6a71;
	color: #fff;*/
	margin-top: 100px;
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	font-weight: 400;
	font-size: 1em;
}

main #builder-section-1403204865412 .column.one {
	padding: 0;
}

main #builder-section-1403204865412 .column.one img {
	float: left;
}

#builder-section-1403204865412 .two {
	padding-top: 50px;
}

#builder-section-1403204865412 .two p {
	font-size: 2em;
	line-height: 1.5em;
}

/*#builder-section-1403204865412 .two a {
	color: #fff;
	text-decoration: underline;
}

#builder-section-1403204865412 .two a:hover {
	color: #981e32;
}*/
#builder-section-1403063129151 {
	background: #8f7e35;
}

#spine .spine-actions-tabs button, #spine .spine-footer small a, #spine .spine-social-channels a {
	color: #8d959a;
}

.fluid .row.halves.feature-box .column {
	height: 350px;
}

.fluid .row.halves.feature-box .column {
}

.row-one .one {
	background: url('/wp-content/uploads/sites/78/2014/06/girl-wind-feature.jpg') no-repeat center;
}

.row-one .two {
	background: url('/wp-content/uploads/sites/78/2014/06/chickpeas-feature.jpg') no-repeat center;
}

.row-two .one {
	background: url('/wp-content/uploads/sites/78/2014/06/wind-feature.jpg') no-repeat center;
}

.row-two .two {
	background: url('/wp-content/uploads/sites/78/2014/06/ox-feature.jpg') no-repeat center;
}

.feature-box .column {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main .feature-box .column {
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	padding: 0;
}

.feature-box .column h2 {
	background: rgba(0,0,0,.35);
	color: #fff;
	display: block;
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	padding: 10px 4% 8px;
	position: absolute;
	bottom: 45px;
	width: 92%;
	-webkit-transition: background ease-out 1s;
	-moz-transition: background ease-out 1s;
	-o-transition: background ease-out 1s;
	transition: background ease-out 1s;
}

.feature-box .column a {
	color: #fff;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -99999px;
}

main .feature-box .column:hover h2 {
	background: rgba(0,0,0,.75);
}

/*inside pages*/
.insider-head h1 {
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	font-size: 2.5em;
	font-weight: 400;
	padding: 80px 4% 70px;
}

.insider {
	margin-bottom: 50px;
}

.insider h3 {
	padding-left: ;
	font-size: 1.5em;
	font-weight: 400;
	color: #981e32;
}

#builder-section-1403146070496 h2 {
	margin-bottom: 40px;
}

.page.size-gt-large main .column.one, .page.size-gt-large main .column.two {
	font-size: 1.25em;
}

.page.size-gt-large main .column.one p, .page.size-gt-large main .column.two p {
	padding-bottom: 1.2em;
}