/*
Theme Name: The Schooner
Theme URI: 
Author: Atlas Branding
Author URI: http://www.atlasbranding.com/
Description: 
Version: 1.0
License: 
License 
Tags: 
Text Domain: schooner
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}
/* END RESET */

body {
	background: #fffefb;
	-webkit-text-size-adjust: none;
}

body.lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.block-anchor-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
}

.block-anchor {
	position: absolute;
	top: -90px;
}

@media all and (max-width: 1199px) {

	.block-anchor {
		top: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: fixed;
	width: 100%;
/*	border: 35px solid;
	border-bottom: 0;*/
	/*border-color: #fff;*/
	z-index: 7;
}

.header-content-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c0d3d1;
	border-bottom: 1px solid #c0d3d1;
}

.header-wrapper.alt-header .header-content-background {
	display: none;
}

.header-content {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}

.header-content:after {
	content: '';
	display: block;
	clear: both;
}

.header-logo-wrapper {
	display: block;
	height: 90px;
	font-size: 0;
	line-height: 90px;
	float: left;
}

.header-logo {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 30px;
	vertical-align: middle;
}

.header-logo.light {
	display: none;
}

.header-wrapper.alt-header .header-logo.dark {
	display: none;
}

.header-wrapper.alt-header .header-logo.light {
	display: inline-block;
}

@media all and (max-width: 1199px) {

	.header-wrapper {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN NAV
-----------------------------------------------------------------------------------------------------------*/

.main-nav {
	margin: 0 0 0 30px;
	padding: 25px 0 0;
	list-style-type: none;
	float: left;
}

.main-nav:after {
	content: '';
	display: block;
	clear: both;
}

.main-nav > li {
	position: relative;
	padding: 0 0 25px;
	float: left;
}

.main-nav > li > a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	color: #16526f;
	letter-spacing: 0.075em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.main-nav > li:hover > a {
	color: #d95829;
}

.main-nav > li > .sub-menu {
	display: block;
	position: absolute;
	left: -9999px;
	top: 65px;
	margin: 0;
	padding: 10px 0;
	background: rgba(192,211,209,0.7);
	/*border: 2px solid;
	border-color: rgba(255,255,255,0.9);
	border-radius: 2px;*/
	transform: translateX(-50%);
}

/*.main-nav > li > .sub-menu > .main-nav-arrow {
	display: none;
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -11px;
	width: 22px;
	height: 14px;
	background: url('images/sub-nav-arrow.png') no-repeat center center;
}*/

.main-nav > li > .sub-menu > li {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.main-nav > li > .sub-menu > li > a {
	display: block;
	padding: 5px 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #16526f;
	letter-spacing: 0.075em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.main-nav > li > .sub-menu > li > a:hover {
	color: #d95829;
}

.main-nav > li:hover > .sub-menu {
	left: 50%;
}

.header-wrapper.alt-header .main-nav > li > .sub-menu {
	top: 45px;
}

.header-wrapper.alt-header .main-nav > li > a {
	color: #fff;
}

.header-wrapper.alt-header .main-nav > li:hover > a {
	color: #b7b7b7;
}

.header-wrapper.alt-header .main-nav > li > .sub-menu {
	background: rgba(255,255,255,0.4);
}

.header-wrapper.alt-header .main-nav > li > .sub-menu > li > a:hover {
	color: #000000;
}

/*-----------------------------------------------------------------------------------------------------------
		AUX NAV
-----------------------------------------------------------------------------------------------------------*/

.fa {
	/*vertical-align: top !important;	*/
}

.aux-nav {
	margin: 0;
	padding: 25px 0 0;
	list-style-type: none;
	float: right;
}

.aux-nav > li.icon {
	position: relative;
	margin: 0 0 0 10px;
	padding: 10px 2px 0;
	float: left;
}

.aux-nav > li.button {
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	float: left;
}

.aux-nav > li.button.alt-button > a {
	background: #16526f;
}

.aux-nav > li.button.alt-button > a:hover {
	background: #074362;
}

.aux-nav > li.icon > a {
	display: block;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #16526f;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 20px;*/
}

/*.aux-nav > li.icon > a:hover {
	background-position: center bottom;
}*/

.aux-nav > li.icon > a:hover {
	color: #d95829;
}

.header-wrapper.alt-header .aux-nav > li.icon > a {
	color: #fff;
}

.aux-nav > li.button > a {
	display: block;
	padding: 0 20px;
	height: 34px;
	min-width: 120px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: .075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #d95829;
	border-radius: 17px;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.aux-nav > li.button > a:hover {
	color: #fff;
	background: #c55127;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.header-wrapper.alt-header .aux-nav > li.button > a {
	color: #fff;
	background: #262626;
	border-color: #262626
}

.search-wrapper {
	display: none;
	position: absolute;
	right: 0;
	top: 53px;
	padding: 10px 0 0;
}

.search-wrapper .search-nav-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -11px;
	width: 22px;
	height: 14px;
	/*background: url('images/sub-nav-arrow.png') no-repeat center center;*/
}

.search-wrapper .searchform {
	display: block;
	padding: 5px 10px;
	width: 170px;
	border: 2px solid;
	border-radius: 2px;
	background: #c0d3d1;
	background: rgba(192,211,209,0.7);
	border-color: rgba(192,211,209,0.7);
}

.search-wrapper .searchform .search-field {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: #16526f;
	text-align: center;
	background: transparent;
	border: none;
	outline-width: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-wrapper .searchform ::-webkit-input-placeholder { color: #16526f; opacity: 1; }
.search-wrapper .searchform ::-moz-placeholder { color: #16526f; opacity: 1; }
.search-wrapper .searchform :-ms-input-placeholder { color: #16526f; opacity: 1; }
.search-wrapper .searchform :-moz-placeholder { color: #16526f; opacity: 1; }

/*-----------------------------------------------------------------------------------------------------------
		MOBILE HEADER
-----------------------------------------------------------------------------------------------------------*/

.mobile-header-wrapper {
	display: none;
}

.mobile-nav-wrapper {
	display: none;
}

@media all and (max-width: 1199px) {

	.mobile-header-wrapper {
		position: relative;
		display: block;
	}

	.mobile-header-bar {
		position: relative;
		display: block;
		padding: 0;
		width: 100%;
		height: 66px;
		background: #c0d3d1;
		z-index: 21;
		-webkit-box-shadow: 0 3px 3px 0 rgba(192,211,209,0.5);
		box-shadow: 0 3px 3px 0 rgba(192,211,209,0.5);
	}

	.mobile-header-logo-wrapper {
		display: block;
		position: absolute;
		left: 35px;
		top: 0;
		padding: 20px 0;
	}
	
	.mobile-header-logo {
		display: inline-block;
		width: auto;
		height: auto;
		max-height: 26px;
	}
	
	.mobile-nav-button {
		position: relative;
		width: 90px;
		height: 66px;
		float: right;
		cursor: pointer;
	}
	
	.mobile-nav-button span {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 16px;
		line-height: 66px;
		font-weight: 600;
		color: #16526f ;
		text-align: center;
	}
	
	.mobile-nav-button .close { display: none; }
	
	.mobile-nav-button.open .menu { display: none; }
	.mobile-nav-button.open .close { display: block; }

	.mobile-nav-wrapper {
		position: fixed;
		top: 0;
		padding: 0;
		width: 240px;
		height: 100%;
		background: rgba(192,211,209,0.9);
		z-index: 20;
		overflow: scroll;
	}
	
	.mobile-nav-wrapper::-webkit-scrollbar {
		display: none;
	}
	
	.mobile-nav-spacer {
		margin: 66px 0 14px;
		width: 100%;
		height: 1px;
	}

	.mobile-nav {
		position: relative;
		margin: 0;
		padding: 0 0 15px;
		list-style-type: none;
	}

	.mobile-nav > li {
		display: block;
	}

	.mobile-nav > li > a {
		display: block;
		position: relative;
		padding: 8px 20px 8px 60px;
		font-size: 16x;
		line-height: 22px;
		font-weight: 500;
		color: #16526f;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
	.mobile-nav > li > a.open {
		color: #d95829;
	}
	
	.mobile-nav > li > a > .mobile-nav-arrow {
		display: flex;
		position: absolute;
		left: 20px;
		top: 2px;
		width: 34px;
		height: 34px;
		align-items: center;
	}
	
	.mobile-nav > li > a > .mobile-nav-arrow > span {
		display: block;
		margin: 0 auto;
		width: 14px;
		height: 9px;
		background: url('images/mobile-sub-nav-button.png') no-repeat center center;
		background-size: 14px 9px;
    -webkit-transition: all .2s;
    transition: all .2s;
		transition-timing-function: ease-in-out;
	}
	
	.mobile-nav > li > a.open > .mobile-nav-arrow > span {
		-webkit-transition: all .2s;
    transition: all .2s;
		transition-timing-function: ease-in-out;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.mobile-nav > li > ul {
		display: none;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		width: 100%;
	}

	.mobile-nav > li > ul > li {
		display: block;
	}

	.mobile-nav > li > ul > li > a {
		display: block;
		padding: 4px 20px 4px 80px;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #16526f;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
}

@media all and (max-width: 599px) {

	.mobile-header-logo-wrapper {
		padding: 22px 0;
	}
	
	.mobile-header-logo {
		max-height: 22px;
	}

}

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

	.mobile-header-logo-wrapper {
		left: 6px;
	}
	
	.mobile-nav-button {
		width: 66px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE AUX NAVS
-----------------------------------------------------------------------------------------------------------*/

.mobile-aux-button-nav {
	margin: 0;
	list-style-type: none;
}

.mobile-aux-button-nav > li {
	display: block;
	margin: 0 0 5px;
	width: 100%;
	text-align: center;
}

.mobile-aux-button-nav > li > a {
	display: inline-block;
	padding: 0 20px;
	height: 34px;
	min-width: 120px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: .075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #d95829;
	border-radius: 17px;
	vertical-align: top;
}

.mobile-aux-button-nav > li.button.alt-button > a {
	background: #16526f;
}

.mobile-aux-icon-nav {
	margin: 0;
	padding: 15px 30px 50px;
	font-size: 0;
	text-align: center;
	list-style-type: none;
}

.mobile-aux-icon-nav > li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	line-height: 20px;
}

.mobile-aux-icon-nav > li > a {
	display: block;
	height: 20px;
	font-size: 20px;
	color: #16526f;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 40px;*/
}

.mobile-aux-icon-nav > li > a:hover {
	color: #d95829;
}

/*.mobile-aux-icon-nav > li > a:hover {
	background-position: center bottom;
}*/

.mobile-search-wrapper {
	display: none;
	position: absolute;
	left: 50%;
	top: 23px;
	padding: 10px 0 0;
	transform: translateX(-50%);
}

.mobile-search-wrapper .search-nav-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -11px;
	width: 22px;
	height: 14px;
	/*background: url('images/sub-nav-arrow.png') no-repeat center center;*/
}

.mobile-search-wrapper .searchform {
	display: block;
	padding: 5px 10px;
	width: 150px;
	border: 2px solid;
	border-radius: 2px;
	background: #c0d3d1;
	background: rgba(192,211,209,0.7);
	border-color: rgba(192,211,209,0.7);
}

.mobile-search-wrapper .searchform .search-field {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: #16526f;
	text-align: center;
	background: transparent;
	border: none;
	outline-width: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mobile-search-wrapper .searchform ::-webkit-input-placeholder { color: #16526f; opacity: 1; }
.mobile-search-wrapper .searchform ::-moz-placeholder { color: #16526f; opacity: 1; }
.mobile-search-wrapper .searchform :-ms-input-placeholder { color: #16526f; opacity: 1; }
.mobile-search-wrapper .searchform :-moz-placeholder { color: #16526f; opacity: 1; }

/*-----------------------------------------------------------------------------------------------------------
		MAIN
-----------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	background: #fffefb;
	/*border-top: 35px solid;
	border-left: 35px solid;
	border-right: 35px solid;
	border-color: #fff;*/
}

.header-spacer {
	height: 90px;
}

.content-wrapper {
	position: relative;
}

.content-wrapper.alt {
	background: #fefbf3;
}

.content-wrapper.trees {
	background-color: #fefbf3;
	background-image: url('images/left-tree.png'), url('images/right-tree.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.content-wrapper.lines {
	background-color: #fefbf3;
	background-image: url('images/diagonal-fade.png'), url('images/diagonal-lines.png');
	background-repeat: repeat-y, repeat;
	background-position: center center, left top;
}

.content-wrapper.light-text {
	color: #fffefb;
}

.content-wrapper.light-text a {
	color: #fffefb;
}

.content-wrapper.light-text h1,
.content-wrapper.light-text h2,
.content-wrapper.light-text h3,
.content-wrapper.light-text h4,
.content-wrapper.light-text h5,
.content-wrapper.light-text h6 {
	color: #fffefb;
}

.content-wrapper .background-line {
	position: relative;
	padding: 0 0 20px;
}

.content-wrapper .background-line .blue-line {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background: #0c4971;
}

/*.content-wrapper.light-text .background-line {
	background: url('images/white-background-line.png') repeat-x left center;
}*/

.content-block {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

.one-column {
	margin: 0 auto;
	max-width: 860px;
}

.one-column.full {
	max-width: 1200px;
}

.left-column {
	padding-right: 50px;
	width: 50%;
	float: left;
}

.right-column {
	padding-left: 50px;
	width: 50%;
	float: right;
}

@media all and (max-width: 1499px) {

	.content-wrapper.trees {
		background: #fefbf3;
	}

}

@media all and (max-width: 1199px) {

	/*.main-wrapper {
		border-top: none;
		border-left: 20px solid;
		border-right: 20px solid;
	}*/

	.header-spacer {
		display: none;
	}

}

@media all and (max-width: 1023px) {

	.left-column {
		padding-right: 25px;
	}

	.right-column {
		padding-left: 25px;
	}

}

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

	.main-wrapper {
		border: none;
	}

	.content-wrapper {
		min-height: 0px !important;
	}

	.left-column {
		margin: 0 0 20px;
		padding-right: 0;
		width: 100%;
		float: none;
		clear: both;
	}

	.right-column {
		padding-left: 0;
		width: 100%;
		float: none;
		clear: both;
	}

}

@media all and (max-width: 599px) {

	.content-block {
		padding: 0 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SLIDESHOW
-----------------------------------------------------------------------------------------------------------*/

#slide-wrapper {
	position: relative;
	width: 100%;
}

#slide-wrapper.full {
	max-height: 1200px;
	min-height: 600px;
}

#slide-wrapper.fixed {
	height: 600px;
}

.slides-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slides-wrapper .slide {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.slides-wrapper .slide:first-child {
	display: block;
}

.slides-wrapper .slide .slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

#slide-text-wrapper {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin: 0 0 0 -240px;
	width: 480px;
}

#slide-text-wrapper .slide-text-wrapper-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
}

#slide-text-wrapper .slide-text {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 20px;
	width: 100%;
	transform: translateY(-50%);
	z-index: 4;
}

#slide-text-wrapper .slide-text:first-child {
	display: block;
}

#slide-text-wrapper .slide-text-container {
	padding: 0;
}

#slide-text-wrapper .slide-text {
	text-align: center;
}

#slide-text-wrapper .sheadline {
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ffffff;
}

#slide-text-wrapper .stext {
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.slide-button-link {
	display: inline-block;
	padding: 6px 20px 4px 20px;
	min-width: 120px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #85abb7;
	vertical-align: top;
	border-radius: 17px;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.slide-button-link:hover {
	background: #16526f;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.slide-controls-wrapper {
	display: none;
	position: absolute;
	left: 0;
	bottom: 39px;
	width: 100%;
	height: 12px;
	line-height: 12px;
}

#slide-controls {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	text-align: right;
	list-style-type: none;
	z-index: 3;
}

#slide-controls .slide-link {
	display: inline-block;
	margin-left: 8px;
	width: 12px;
	height: 12px;
	background: #85abb7;
	border: 2px solid #85abb7;
	border-radius: 6px;
	cursor: pointer;
}

#slide-controls .slide-link.active {
	background: #16526f;
	border-color: #16526f;
}

.preload {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
}

@media all and (max-width: 1023px) {

	#slide-wrapper.fixed {
		height: 550px;
	}

	/*#slide-text-wrapper .slide-text {
		bottom: 52px;
		padding: 0 20px;
	}*/

	/*.slide-controls-wrapper {
		bottom: 52px;
	}*/

}

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

	#slide-wrapper.full {
		min-height: 400px;
	}

	#slide-wrapper.fixed {
		height: 400px;
	}

	#slide-text-wrapper {
		bottom: 30px;
	}

	#slide-text-wrapper .slide-text-wrapper-inner {
		margin: 0;
	}
	
	#slide-text-wrapper .slide-text {
		padding: 0 10px;
	}

	/*#slide-text-wrapper .sheadline {
		font-size: 26px;
	}

	#slide-text-wrapper .stext {
		font-size: 50px;
		line-height: 50px;
	}*/

	#slide-controls {
		padding: 0 10px;
	}

}

@media all and (max-width: 599px) {

	#slide-text-wrapper {
		left: 0;
		bottom: 70px;
		margin: 0;
		width: 100%;
	}

	#slide-text-wrapper .slide-text-wrapper-inner {
		height: auto;
	}

	#slide-text-wrapper .slide-text-wrapper-inner {
		width: 100%;
	}

	#slide-text-wrapper .slide-text {
		padding: 0 10px;
	}

	/*#slide-text-wrapper .sheadline {
		font-size: 18px;
	}

	#slide-text-wrapper .stext {
		font-size: 30px;
		line-height: 30px;
	}*/

	.slide-controls-wrapper {
		bottom: 15px;
	}
	
	#slide-controls {
		text-align: center;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FEATURE BOXES
-----------------------------------------------------------------------------------------------------------*/

.feature-boxes-wrapper-outer {
	position: relative;
	margin: 0 auto;
	padding: 60px 10px 0;
	max-width: 1200px;
	min-height: 300px;
}

.feature-boxes-wrapper-inner {
	position: relative;
}

.fb-third-left {
	padding: 0 10px;
	width: 33.3333%;
	float: left;
}

.feature-box {
	position: relative;
	padding: 0;
	height: 360px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	overflow: hidden;
}

.feature-box.light-text {
	color: #f7f5e9;
}

.feature-box.light-text a {
	color: #f7f5e9;
}

.fb-inner {
	position: absolute;
	left: 0;
	top: 270px;
	padding: 0 40px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.feature-box:hover .fb-inner,
.feature-box:focus .fb-inner {
	top: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.fb1 .fb-inner {
	background: rgba(22,82,111,0.9);
}

.fb2 .fb-inner {
	background: rgba(186,160,102,0.9);
}

.fb3 .fb-inner {
	background: rgba(217,88,41,0.9);
}

.fb-headline-wrapper {
	display: flex;
	padding: 0 10px;
	width: 100%;
	height: 90px;
	align-items: center;
}

.fb-headline {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #f7f5e9;
	text-align: center;	
	text-transform: uppercase;
}

@media all and (max-width: 1023px) {

	.fb-third-left {
		margin: 0 0 20px;
		padding: 0 10px;
		width: 50%;
		float: left;
	}
	
	.fb-third-left.last {
		margin: 0 auto;
		float: none;
		clear: both;
	}

}

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

	.feature-boxes-wrapper-outer {
		max-width: 400px;
	}

	.fb-third-left {
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
		float: none;
	}

}

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

	.fb-inner {
		padding: 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		TESTIMONIALS
-----------------------------------------------------------------------------------------------------------*/

.content-wrapper.blue-lines {
	background-image: url('images/blue-lines.png');
	background-position: center center;
	background-repeat: repeat-x;
}

.content-wrapper.blue-lines .testimonials-wrapper {
	background: #fff;
}

.testimonials-icon {
	display: block;
	margin: 0 auto 30px;
	width: 70px;
}

.testimonials-headline-wrapper {
	margin: 0 auto 50px;
	max-width: 920px;
	text-align: center;
}

.testimonials-headline {
	display: inline-block;
	padding: 20px 50px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
	border-top: 2px solid #c0d3d1;
	border-bottom: 2px solid #c0d3d1;
}

.testimonials-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 920px;
	min-height: 150px;
}

.testimonial-block {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 30px;
	width: 100%;
	transform: translateY(-50%);
}

.testimonial-block:first-child {
	display: block;
}

.testimonial-block .testimonial {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

.testimonial-block .author {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
}

.testimonial-controls {
	display: none;
	margin: 40px 0 0;
	height: 12px;
	font-size: 0;
	line-height: 12px;
	text-align: center;
	list-style-type: none;
}

.testimonial-controls > .testimonial-link {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	background: #898989;
	border: 2px solid #898989;
	border-radius: 6px;
	cursor: pointer;
}

.testimonial-controls > .testimonial-link.active {
	background: transparent;
}

.content-wrapper.white .testimonial-controls > .testimonial-link {
	background: #898989;
	border-color: #898989;
}

.content-wrapper.white .testimonial-controls > .testimonial-link.active {
	background: transparent;
}

.content-wrapper.light-text .testimonials-headline,
.content-wrapper.light-text .testimonial-block .testimonial,
.content-wrapper.light-text .testimonial-block .author {
	color: #fff;
}

@media all and (max-width: 599px) {

	.testimonials-headline {
		padding: 0 15px;
	}

	.testimonial-block {
		padding: 0 15px;
	}

	.testimonial-block .testimonial {
		font-size: 14px;
		line-height: 26px;
	}

	.testimonial-block .author {
		font-size: 18px;
		line-height: 22px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		LOGO CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.logo-carousel-wrapper {
	position: relative;
	width: 100%;
	padding: 0 80px;
}

.logo-headline {
	margin: 0 0 40px;
	font-size: 34px;
	line-height: 38px;
	text-transform: uppercase;
	color: #d95829;
}

.logo-carousel-arrow {
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	background: url('images/logo-carousel-arrows.png') no-repeat;
	background-size: 140px 80px;
	cursor: pointer;
}

.logo-carousel-arrow.left {
	left: 0;
	background-position: left center;
}

.logo-carousel-arrow.right {
	right: 0;
	background-position: right center;
}

.logo-carousel-outer {
	margin: 0 auto;
	max-width: 1200px;
	/*height: 125px;*/
	overflow: hidden;
}

.logo-carousel {
	display: block;
	padding: 0 0 20px;
	text-align: center;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.logo-carousel::-webkit-scrollbar { 
	display: none; 
}

.lc-logo-wrapper {
	display: flex;
	margin: 0 10px;
	/*height: 125px;*/
	align-items: center;
}

.lc-logo {
	display: inline-block;
	width: auto;
	/*max-height: 125px;*/
	vertical-align: middle;
}

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

	.logo-carousel-wrapper {
		padding: 0 40px;
	}

	.logo-carousel-arrow {
		width: 30px;
		background-size: 60px 34px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER IMAGE
-----------------------------------------------------------------------------------------------------------*/

.header-image {
	height: 460px;
	background-position: center top;
	background-size: cover;
}

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

	.header-image {
		height: 300px;
	}

}

@media all and (max-width: 599px) {

	.header-image {
		height: 250px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		IMAGE/TEXT BLOCK
-----------------------------------------------------------------------------------------------------------*/

.image-column {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.image-column .mobile-image-column {
	display: none;
}

.image-column.left {
	left: 0;
}

.image-column.right {
	right: 0;
}

.text-column {
	padding: 0 0 0 50%;
}

.text-column-inner {
	padding: 0 0 0 50px;
}

.text-column.right {
	padding: 0 50% 0 0;
}

.text-column.right .text-column-inner {
	padding: 0 50px 0 0;
}

@media all and (max-width: 1023px) {

	.text-column-inner {
		padding: 0 0 0 25px;
	}

	.text-column.right .text-column-inner {
		padding: 0 25px 0 0;
	}

}

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

	.image-column {
		position: relative;
		width: 100%;
		height: initial;
	}

	.image-column .mobile-image-column {
		display: block;
		margin: 0 0 20px;
	}

	.text-column,
	.text-column-inner,
	.text-column.right,
	.text-column.right .text-column-inner {
		padding: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.category-links-wrapper {
	margin: 0 auto;
	text-align: center;
}

.category-links {
	display: inline-block;
	margin: 0;
	padding: 20px 50px;
	font-size: 0;
	text-align: center;
	list-style-type: none;
	border-top: 2px solid #c0d3d1;
	border-bottom: 2px solid #c0d3d1;
}

.category-links > li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

.category-links > li > a {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #d95829;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.posts-wrapper {
	position: relative;
	font-size: 0;
}

.post {
	margin: 0 0 80px;
}

.post.last {
	margin: 0 0 20px !important;
}

.blog-image-column {
	width: 66%;
	float: left;
}

.blog-image-column.right {
	float: right;
}

.blog-image {
	display: block;
	height: 350px;
	background-position: center center;
	background-size: cover;
}

.blog-text-column {
	width: 30%;
	float: right;
}

.blog-text-column.left {
	float: left;
}

.blog-text-column.no-image {
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
	float: none;
}

.posts-wrapper.bf-two-col .post {
	display: inline-block;
	margin: 0 0 60px;
	padding: 0 25px 0 0;
	width: 50%;
	vertical-align: top;
}

.posts-wrapper.bf-two-col .post.right {
	padding: 0 0 0 25px;
}

.posts-wrapper.bf-two-col .blog-image-column {
	margin: 0 0 30px;
	width: 100%;
	max-width: 100%;
	float: none;
}

.posts-wrapper.bf-two-col .blog-text-column {
	width: 100%;
	float: none;
}

.post-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
}

.post-title a {
	color: #898989;
	text-decoration: none !important;
}

.post-title:hover a {
	color: #16526f;
}

.post-date-cats-wrapper {
	margin: 0 0 40px;
}

.post-date-cats {
	display: inline-block;
	padding: 0 20px 0 0;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	vertical-align: top;
}

.content-wrapper.grey .post-date-cats {
	background: #e5e5e5;
}

.content-wrapper.charcoal .post-date-cats {
	background: #fff;
}

.post-date-cats a {
	color: #898989;
	text-decoration: none !important;
}

.post-date-cats:hover a {
	color: #16526f;
}

.date-cat-divider {
	display: inline-block;
	margin: 0 15px;
	width: 2px;
	height: 20px;
	background: #e5e5e5;
	vertical-align: top;
}

.content-wrapper.grey .date-cat-divider {
	background: #262626;
}

.post-excerpt {
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.post-info {
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
}

.post-read-more {
	display: block;
	padding: 2px 0 0;
	width: 120px;
	font-size: 14px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #16526f;
	float: right;
	border-radius: 17px;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.post-read-more:hover {
	color: #16526f !important;
	background: #c0d3d1;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

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

.blog-navigation-wrapper {
	line-height: 32px;
	text-align: center;
}

.blog-navigation {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.075;
	text-transform: uppercase;
	vertical-align: top;
}

.prev-page {
	display: inline-block;
	margin: 0 10px;
	line-height: 32px;
}

.prev-page span.arrow {
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	background: url('images/blue-arrow-left.png');
	background-size: 32px 32px;
	vertical-align: middle;
}

.next-page {
	display: inline-block;
	margin: 0 10px;
	line-height: 32px;
}

.next-page span.arrow {
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	background: url('images/blue-arrow-right.png');
	background-size: 32px 32px;
	vertical-align: middle;
}

.content-wrapper.light-text .post-date-cats,
.content-wrapper.light-text .post-excerpt {
	color: #fff;
}

.content-wrapper.light-text .post-read-more {
	color: #fff;
	border-color: #fff;
}

.content-wrapper.light-text .post-read-more:hover {
	color: #91b3d4;
	background: #fff;
}

@media all and (max-width: 1199px) {

	.blog-image-column {
		width: 58%;
	}

	.blog-text-column {
		width: 38%;
	}

}

@media all and (max-width: 1023px) {

	.blog-image-column {
		width: 50%;
	}

	.blog-text-column {
		width: 46%;
	}

	.posts-wrapper.bf-two-col .blog-image {
		height: 250px;
	}

}

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

	.post {
		margin: 0 0 60px;
	}

	.posts-wrapper.bf-two-col .post.last {
		margin: 0 auto 20px !important;
	}

	.blog-image-column {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 540px;
		float: none !important;
	}

	.blog-image {
		height: 250px;
	}

	.blog-text-column {
		margin: 0 auto;
		width: 100%;
		max-width: 540px;
		float: none !important;
	}

	.posts-wrapper.bf-two-col .post {
		display: block;
		margin: 0 auto 60px;
		padding: 0;
		width: 100%;
		max-width: 575px;
		vertical-align: top;
	}

	.posts-wrapper.bf-two-col .post.right {
		padding: 0;
	}

	.posts-wrapper.bf-two-col .blog-image {
		height: 350px;
	}

	.post-title {
		font-size: 30px;
		line-height: 50px;
	}

}

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

	.posts-wrapper.bf-two-col .blog-image {
		height: 200px;
	}

	.category-links > li {
		display: block;
		margin: 0 auto;
	}

	.date-cat-divider {
		margin: 0 15px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SINGLE BLOG
-----------------------------------------------------------------------------------------------------------*/

.post-header-image {
	height: 460px;
	background-position: center center;
	background-size: cover;
}

.single-post-title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 60px;
	font-weight: 500;
}

.post-headline {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 32px;
	color: #898989;
}

.addthis_sharing_toolbox {
	margin: 0 0 15px;
}

.post-date-cats.single {
	font-size: 16px;
}

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

.post-content.tc {
	max-width: initial;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

@media all and (max-width: 1199px) {

	.post-header-image {
		height: 350px;
	}

	.single-post-title {
		font-size: 40px;
		line-height: 40px;
	}

	.post-content.tc {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}

}

@media all and (max-width: 1023px) {

	.post-header-image {
		height: 300px;
	}

}

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

	.post-header-image {
		height: 250px;
	}

	.post-content.tc {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

}

@media all and (max-width: 599px) {

	.post-header-image {
		height: 200px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PHOTO GALLERY
-----------------------------------------------------------------------------------------------------------*/

div.gallery-wrapper {
	font-size: 0;
}

div.gallery-link-wrapper {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 5px;
	width: 25%;
	vertical-align: middle;
}

a.gallery-link {
	display: block;
}

img.gallery-image {
	display: block;
	margin: 0;
	width: 100%;
}

@media all and (max-width: 1023px) {

	div.gallery-link-wrapper {
		width: 33.3333%;
	}

}

@media all and (max-width: 599px) {

	div.gallery-link-wrapper {
		width: 50%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.footer-wrapper {
	position: relative;
	padding: 0 35px;
	background: #faf9f0;
}

.footer-content {
	margin: 0 auto;
	padding: 40px 0;
	max-width: 920px;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
}

.footer-content b {
	font-weight: 500;
}

.footer-content a {
	font-size: 13px;
	color: #898989;
}

.footer-list {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
	text-align: center;
}

.footer-list > li {
	display: inline-block;
	margin: 0 5px 5px 5px;
	font-size: 20px;
	line-height: 30px
}

.footer-list > li > a {
	color: #0c4971;
}

.footer-list > li > a:hover {
	color: #387282;
}

/*.footer-boxes-wrapper {
	border: 1px solid #727375; /* COLOR */
/*}*/

.footer-boxes-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.footer-box {
	position: relative;
	padding: 60px 20px 0;
	width: 32%;
	/*min-height: 130px;*/
	float: left;
}

.fbox2 {
	padding: 0px 20px;
	width: 36%;
}

.fbox3 {
	text-align: right;
}

.footer-logo {
	display: block;
	margin: 0 auto;
}

/*.fbox1 {
	padding: 10px;
}*/

/*.fbox1, .fbox2, .fbox3 {
	border-bottom: 1px solid #727375;
/*}*/

/*.fbox1, .fbox3 { width: 32%; }*/

/*.fbox2, .fbox5 {
	border-left: 1px solid #727375;
	border-right: 1px solid #727375;
/*}*/

/*.fbox2, .fbox4, .fbox6 { width: 36% }

.fbox4 { clear: both; }

.fbox5 { width: 28%; }*/

.legal {
	padding: 26px 0 16px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	color: #898989;
}

.legal a {
	font-size: 12px;
}

.legal a.atlas {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: 700;
}

@media all and (max-width: 1199px) {

	.footer-wrapper {
		padding: 0 20px;
	}

}

@media all and (max-width: 1023px) {

	/*.fbox1, .fbox4, .fbox5 { width: 45%; border: none; }
	.fbox2, .fbox3, .fbox6 { width: 55%; border: none; }
	
	/*.fbox3, .fbox5 { clear: both; }*/
	
	/*.fbox4 { clear: initial; }
	
	.fbox3 { float: right; }
	
	.footer-box { min-height: 0 !important; }*/
	
}

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

	.footer-wrapper {
		padding: 0 10px;
	}

	.footer-box {
		margin: 0 auto 30px;
		padding: 0 20px 0 !important;
		float: none !important;
	}
	
	.footer-box p {
		text-align: center !important;
	}

	.fbox1, .fbox2, .fbox3, .fbox4, .fbox5, .fbox6 {
		width: 100%;
		max-width: 380px;
		text-align: center !important;
		border: none;
		/*border-bottom: 1px solid #727375; /* COLOR */
		float: none; 
		clear: both;
	}

	.footer-list > li {
		display: inline-block;
		margin: 0 10px 5px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #898989;
	letter-spacing: 0.075em;
}

.gform_wrapper .gfield_required {
	color: #898989 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 15px !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block !important;
	padding: 6px 20px 4px 20px;
	width: auto !important;
	min-width: 120px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px !important;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #16526f;
	border: 0;
	border-radius: 17px;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #16526f;
	background: #c0d3d1;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition-timing-function: ease-in-out;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-family: 'Poppins', sans-serif !important;
	height: 35px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #898989 !important;
	background: transparent !important;
	border: 1px solid #898989 !important;
}

.gform_wrapper select {
	font-family: 'Poppins', sans-serif !important;
	height: 35px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #898989 !important;
	background: transparent !important;
	border: 1px solid #898989 !important;
}

.gform_wrapper textarea {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #898989 !important;
	background: transparent !important;
	border: 1px solid #898989 !important;
}

/*-----------------------------------------------------------------------------------------------------------
		INSTAGRAM
-----------------------------------------------------------------------------------------------------------*/

.instagram-wrapper {
	margin: 0 auto;
	padding: 30px 20px 0;
	max-width: 1240px
}

.sbi_load_btn,
.sbi_follow_btn a {
	padding: 2px 14px 0 !important;
	font-size: 14px !important;
	line-height: 32px !important;
	font-weight: 600 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #16526f !important;
	border-radius: 17px !important;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
	transition-timing-function: ease-in-out !important;
}

.sbi_load_btn:hover,
.sbi_follow_btn a:hover {
	color: #16526f !important;
	background: #c0d3d1 !important;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
	transition-timing-function: ease !important;
	transition-timing-function: ease-in-out !important;
}


/*-----------------------------------------------------------------------------------------------------------
		MAILCHIMP
-----------------------------------------------------------------------------------------------------------*/

.mailing-list-wrapper {
	background: #c0d3d1;
}

.mailing-list-content {
	margin: 0 auto;
	padding: 20px;
	max-width: 600px;
} 

.mailing-list-headline {
	width: 260px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fffefb;
	text-transform: uppercase;
	float: left;
}

.mc-field-group {
	width: 245px;
	float: left;
}

#mce-EMAIL {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #fffefb;
	background: transparent;
	border: 1px solid #fffefb;
}

.subscribe-button-wrapper {
	float: right;	
}

#mc-embedded-subscribe {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/mailing-list-arrow.png');
	background-size: 30px 30px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}

@media all and (max-width: 599px) {

	.mailing-list-content {
		padding: 20px 10px;
		max-width: 300px;
	}

	.mailing-list-headline {
		margin: 0 0 5px;
		width: 100%;
		text-align: center;
		float: none;
	}

	.mc-field-group {
		width: 240px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

.content-wrapper.alt-text a.button,
.feature-box.alt-text a.button {
	color: #818181;
	background: #fff;
	border-color: #818181;
}

.content-wrapper.alt-text a.button:hover,
.feature-box.alt-text a.button:hover {
	color: #fff;
	background: #818181;
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/
.fb-post-title {
	margin: 0 0 20px;
}

.fb-post-title a {
	font-size: 24px;
	line-height: 26px;
	color: f7f5e9 !important;
	text-decoration: none !important;
}

.fb-post-title a:hover {
	color: #16526f !important;
}