/*
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: #000;
	-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;
}

#scroll-up {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 70px;
	height: 46px;
	background: url('images/scroll-up-button.jpg') no-repeat center top;
	background-size: contain;
	cursor: pointer;
	z-index: 500;
}

@media all and (max-width: 1199px) {

	.block-anchor {
		top: 0;
	}

}

@media all and (max-width: 599px) {

	#scroll-up {
		width: 40px;
		height: 26px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: fixed;
	width: 100%;
	/*border: 15px solid;
	border-top: 0;
	border-bottom: 0;
	border-color: #252525;*/
	z-index: 999;
}

.header-content-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	/*border-bottom: 1px solid #47412e;*/
}

.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-wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 90px;
	font-size: 0;
	line-height: 90px;
	text-align: center;
	z-index: 3;
}*/

.header-logo {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 90px;
	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;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SUPER NAV
-----------------------------------------------------------------------------------------------------------*/

.super-nav-wrapper {
	position: relative;
	background: #000;
}

.super-nav-wrapper.mobile {
	z-index: 21;
}

.super-nav {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.super-nav::after {
	content: ' ';
	display: block;
	clear: both;
}

.super-nav-content {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none !important;
	float: left;
}

.super-nav-menu {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	float: right;
}

.super-nav-menu li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.super-nav-menu li a {
	color: #fff;
}

.super-nav-menu li:before {
	content: "\007c";
	display: inline-block;
	margin-right: 20px;
}

.super-nav-menu li:first-child:before {
	content: "";
	display: none;
}

.super-nav-menu li a:hover {
	color: #f27400;
}

@media all and (max-width: 767px) {

	.super-nav-content {
		margin: 0 auto;
		padding: 5px 0 0;
		text-align: center;
		float: none;
	}

	.super-nav-menu {
		margin: 0 auto;
		padding: 0 0 5px;
		text-align: center;
		float: none;
	}
	
	.super-nav-menu li {
		margin: 0 0 0 10px;
	}
	
	.super-nav-menu li:before {
		margin-right: 10px;
	}

}

@media all and (max-width: 479px) {

	.super-nav {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN NAV
-----------------------------------------------------------------------------------------------------------*/

.main-nav {
	margin: 0 0 0 40px;
	padding: 25px 0 0;
	list-style-type: none;
	float: left;
}

/*.main-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 25px 0 0;
	width: 50%;
	font-size: 0;
	text-align: center;
	list-style-type: none;
	z-index: 2;
}*/

.main-nav:after {
	content: '';
	display: block;
	clear: both;
}

.main-nav.left {
	left: 0;
	padding-right: 90px;
	text-align: right;
}

.main-nav.right {
	right: 0;
	padding-left: 90px;
	text-align: left;
}

.main-nav > li {
	position: relative;
	display: inline-block;
	padding: 0 0 25px;
	text-align: left;
	/*float: left;*/
}

.main-nav > li > a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.12em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.main-nav > li:hover > a {
	color: #ff7a00;
}

/*.main-nav > li:hover > a > .nav-line {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 2px;
	background: #c09954;
	opacity: 0;
}

.main-nav > li:hover > a > .nav-line {
	opacity: 1;
}*/

.main-nav > li > .sub-menu {
	display: block;
	position: absolute;
	left: -9999px;
	top: 65px;
	margin: 0;
	padding: 5px 0;
	min-width: 100%;
	background: #000;
	/*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: 8px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.075em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.main-nav > li > .sub-menu > li > a:hover {
	color: #ff7a00;
}

.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: #ff7a00;
}

.header-wrapper.alt-header .main-nav > li:hover > .sub-menu {
	display: block;
}

/*.header-wrapper.alt-header .main-nav > li > .sub-menu {
	background: rgba(25,48,73,0.5);
}*/

/*.header-wrapper.alt-header .main-nav > li > .sub-menu > li:hover > a {
	color: #193049;
	text-decoration: underline !important;
}*/

/*.header-wrapper.alt-header .main-nav > li > .sub-menu > li > a:hover {
	color: #000000;
}*/

/*-----------------------------------------------------------------------------------------------------------
		AUX NAV
-----------------------------------------------------------------------------------------------------------*/

.fa {
	/*vertical-align: top !important;	*/
}

.aux-nav {
	position: relative;
	margin: 0;
	padding: 22px 0 0;
	list-style-type: none;
	float: right;
	z-index: 3;	
}

.aux-nav > li.icon {
	position: relative;
	margin: 0 0 0 10px;
	padding: 14px 2px 0;
	float: left;
}

.aux-nav > li.button {
	/*margin: 0 10px 0 0;*/
	float: left;
}

.aux-nav > li.icon > a {
	display: block;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	/*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: #387282;*/
}

.header-wrapper.alt-header .aux-nav > li.icon > a {
	color: #fff;
}

.aux-nav > li.button > a {
	display: block;
	padding: 0 15px 0 15px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #fff906;
	vertical-align: top;
}

.aux-nav > li.button > a:hover {
	color: #fff;
	background: #000;
}

.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: 58px;
	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;
	background: #3a3a3a;
	border-color: #3a3a3a;
}

.search-wrapper .searchform .search-field {
	display: block;
	width: 100%;
	height: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	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: #fff; opacity: 1; }
.search-wrapper .searchform ::-moz-placeholder { color: #fff; opacity: 1; }
.search-wrapper .searchform :-ms-input-placeholder { color: #fff; opacity: 1; }
.search-wrapper .searchform :-moz-placeholder { color: #fff; 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: #000;
		z-index: 21;
	}

	.mobile-header-logo-wrapper {
		display: block;
		position: absolute;
		left: 35px;
		top: 0;
		padding: 3px 0;
	}
	
	.mobile-header-logo {
		display: inline-block;
		width: auto;
		height: auto;
		max-height: 60px;
		vertical-align: top;
	}
	
	.mobile-nav-button {
		position: relative;
		margin: 0 15px 0 0;
		width: 90px;
		height: 66px;
		background: url('images/mobile-nav-button.png') no-repeat center top;
		background-size: 60px 132px;
		float: right;
		cursor: pointer;
	}
	
	/*.mobile-nav-button:after {
		content: ' ';
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		bottom: 10px;
		border: 2px solid #c09954;
	}*/
	
	.mobile-nav-button span {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		line-height: 66px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 0.075em;
		text-align: center;
	}
	
	.mobile-nav-button.open {
		background-position: center bottom;
	}
	
	/*.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(0,0,0,0.85);
		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 50px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
	/*.mobile-nav > li > a.open {
		color: #a3200c;
	}*/
	
	.mobile-nav > li > a > .mobile-nav-arrow {
		display: flex;
		position: absolute;
		left: 10px;
		top: 2px;
		width: 34px;
		height: 34px;
		align-items: center;
	}
	
	.mobile-nav > li > a > .mobile-nav-arrow > span {
		display: block;
		margin: 0 auto;
		width: 11px;
		height: 6px;
		background: url('images/mobile-sub-nav-button.png') no-repeat center center;
		background-size: 11px 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
	}
	
	.mobile-nav > li > a.open > .mobile-nav-arrow > span {
		-webkit-transition: all .2s;
    transition: all .2s;
		-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: 8px 20px 8px 60px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
}

@media all and (max-width: 479px) {

	.mobile-header-logo-wrapper {
		left: 6px;
	}

	.mobile-nav-button {
		margin: 0 10px 0 0;
	}
	
	.mobile-nav-button {
		width: 80px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE AUX NAVS
-----------------------------------------------------------------------------------------------------------*/

.mobile-aux-button-nav {
	margin: 0;
	list-style-type: none;
}

.mobile-aux-button-nav > li {
	display: block;
	margin: 0 0 5px;
	padding: 0 20px;
	width: 100%;
	text-align: center;
}

.mobile-aux-button-nav > li > a {
	display: inline-block;
	padding: 0 20px;
	height: 46px;
	font-size: 12px;
	line-height: 46px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #fff906;
	vertical-align: top;
}

.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: #fff;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 40px;*/
}

.mobile-aux-icon-nav > li > a:hover {
	color: #fff;
}

/*.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;
	background: #fff; /* COLOR */
	border-color: #fff; /* COLOR */
}

.mobile-search-wrapper .searchform .search-field {
	display: block;
	width: 100%;
	height: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	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: #000; opacity: 1; }
.mobile-search-wrapper .searchform ::-moz-placeholder { color: #000; opacity: 1; }
.mobile-search-wrapper .searchform :-ms-input-placeholder { color: #000; opacity: 1; }
.mobile-search-wrapper .searchform :-moz-placeholder { color: #000; opacity: 1; }

/*-----------------------------------------------------------------------------------------------------------
		MAIN
-----------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	background: #fff;
	/*border-top: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-color: #252525;*/
}

.header-spacer {
	height: 90px;
}

.content-wrapper {
	position: relative;
}

.content-wrapper.half-tone {
	background-color: #eaeaea;
	background-image: url('images/half-tone-bg-left.jpg'), url('images/half-tone-bg-right.jpg');
	background-repeat: repeat-y, repeat-y;
	background-position: left top, right top;
}

.content-wrapper.light-grey {
	background-color: #eaeaea;
}

.content-wrapper.charcoal {
	background: #3a3a3a;
}

.content-wrapper.music-notes {
	background: #4d4d4d url('images/music-notes-bg.jpg') center center;
}

.alt-text {
	color: #fff;
}

.alt-text a {
	color: #fff;
}

/*.content-wrapper.grey .background-line h2 {
	background: #f1f1f1;
}

.content-wrapper.light-text .background-line h2 {
	background: #414042;
}*/

.alt-text h1,
.alt-text h2,
.alt-text h3,
.alt-text h4,
.alt-text h5,
.alt-text h6 {
	color: #fff;
}

/*.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: 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;
	}

	.content-wrapper.half-tone {
		background-image: none;
	}

	.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: 650px;
}

.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: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1240px;
	height: 100%;
}

/*#slide-text-wrapper .slide-text-wrapper-inner {
	display: none;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 500px;
	transform: translateY(-50%);
}*/

#slide-text-wrapper .slide-text {
	display: none;
	position: absolute;
	left: 40px;
	top: 55%;
	width: 460px;
	transform: translateY(-50%);
}

#slide-text-wrapper .slide-text:first-child {
	display: block;
}

#slide-text-wrapper .slide-text-container {
	padding: 0;
}

#slide-text-wrapper .sheadline {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
}

#slide-text-wrapper .stext {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: 400;
	letter-spacing: 0.025em;
	color: #fff;
}

.slide-button-link {
	display: inline-block;
	position: relative;
	margin: 15px 0 0;
	padding: 10px 15px 10px 15px;
	min-width: 150px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	line-height: 25px !important;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #fff;
	vertical-align: top;
}

.slide-button-link:hover {
	color: #fff;
	background: #f27400;
}

.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: 10px;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
}

#slide-controls .slide-link.active {
	background: transparent;
}

.preload {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
}

@media all and (max-width: 1023px) {

	#slide-wrapper.fixed {
		height: 600px;
	}

	#slide-text-wrapper .slide-text {
		padding: 0;
	}

	.slide-controls-wrapper {
		bottom: 52px;
	}

}

@media all and (max-height: 766px) {

	#slide-wrapper.fixed {
		height: 450px;
	}

}

@media all and (max-width: 767px) {

	#slide-wrapper.full {
		min-height: 400px;
	}

	#slide-wrapper.fixed {
		height: 400px;
	}

	#slide-text-wrapper .slide-text {
		left: 10px;
		top: 50%;
		width: 420px;
	}

	#slide-text-wrapper .stext {
		font-size: 26px;
		line-height: 36px;
	}

	#slide-controls {
		padding: 0 10px;
	}

}

@media all and (max-width: 599px) {

	#slide-wrapper.fixed {
		height: 400px;
	}

	.slide-controls-wrapper {
		bottom: 20px;
	}

	#slide-controls {
		text-align: center;
	}

	#slide-controls .slide-link {
		margin-left: 5px;
		margin-right: 5px;
	}

}

@media all and (max-width: 479px) {

	#slide-text-wrapper .slide-text {
		width: 280px;
	}

	#slide-text-wrapper .sheadline {
		font-size: 16px;
		line-height: 22px;
	}

	#slide-text-wrapper .stext {
		font-size: 22px;
		line-height: 28px;
	}
	
}

/*-----------------------------------------------------------------------------------------------------------
		CALLS TO ACTION
-----------------------------------------------------------------------------------------------------------*/

.cta-wrapper-outer {
  display: flex;
	margin: 0 auto;
	max-width: 1180px;
	height: 540px;
}

.cta-left-col {
	display: flex;
	align-items: stretch;
	padding: 0 10px 0 0;
	width: 50%;
}

.cta-right-col {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 10px;
	width: 50%;	
}

.cta-left-wrapper {
	display: flex;
	width: 100%;
}

.cta-right-wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 50%;
}

.cta-right-wrapper.cta2 {
	padding: 0 0 10px;
}

.cta-right-wrapper.cta3 {
	align-self: flex-end;
	padding: 10px 0 0;
}

.cta {
	display: flex;
	position: relative;
	width: 100%;
	background-color: #eaeaea;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.cta-header {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px 10px;
	width: 100%;
	background: #9bdfce url('images/cta-header-bg.jpg') center top;
	background-size: cover;
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.cta:hover .cta-header {
	opacity: 0;
}

.cta-right-wrapper .cta-header {
	padding: 10px 20px 10px;
}

.cta-headline {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}

.cta-sub-headline {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.cta-content-wrapper {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	overflow: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.cta:hover .cta-content-wrapper {
	bottom: 0;
}

.cta-content {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: flex-start;
}

.cta-header-inner {
	padding: 20px 20px 20px;
	width: 100%;
	background: #9bdfce url('images/cta-header-bg.jpg') center top;
	background-size: cover;
}

.cta-text-wrapper {
	display: flex;
	align-items: center;
}

.cta-text {
	padding: 20px 60px 1px;
	width: 100%;
}

@media all and (max-width: 1199px) {

	.cta-text {
		padding: 20px 30px 1px;
	}

}

@media all and (max-width: 1023px) {

	.cta-wrapper-outer {
		display: block;
		margin: 0 auto;
		max-width: 580px;
		height: auto;
	}

	.cta-left-col {
		margin: 0 0 20px;
		display: block;
		padding: 0;
		width: 100%;
	}

	.cta-right-col {
		display: block;
		padding: 0;
		width: 100%;
	}

	.cta-left-wrapper {
		display: block;
	}

	.cta-right-wrapper {
		display: block;
	}

	.cta-right-wrapper.cta2 {
		margin: 0 0 20px;
		padding: 0;
	}
	
	.cta-right-wrapper.cta3 {
		padding: 0;
	}

	.cta {
		height: 540px;
	}

	.cta-right-wrapper.cta2 .cta,
	.cta-right-wrapper.cta3 .cta {
		height: 260px;
	}

}

@media all and (max-width: 479px) {

	.cta {
		height: 440px;
	}

	.cta-right-wrapper.cta2 .cta,
	.cta-right-wrapper.cta3 .cta {
		height: 300px;
	}

	.cta-text {
		padding: 20px 15px 1px;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		TESTIMONIALS
-----------------------------------------------------------------------------------------------------------*/

.testimonials-wrapper-outer {
	
}

.testimonials-icon {
	display: block;
	margin: 0 auto 20px;
	width: 38px;
}

.testimonials-super-headline {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.testimonials-headline {
	margin: 0 auto 20px;
	max-width: 920px;
	padding: 0 10px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	color: #3a3a3a;
	letter-spacing: 0.025em;
}

.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: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #3a3a3a;
	text-align: center;
}

.testimonial-block .author {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #3a3a3a;
	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: #3a3a3a;
	border: 2px solid #3a3a3a;
	border-radius: 6px;
	cursor: pointer;
}

.testimonial-controls > .testimonial-link.active {
	background: transparent;
}

.content-wrapper.alt-text .testimonial-controls > .testimonial-link {
	background: #fff;
	border-color: #fff;
}

.content-wrapper.alt-text .testimonial-controls > .testimonial-link.active {
	background: transparent;
}

.content-wrapper.alt-text .testimonials-headline,
.content-wrapper.alt-text .testimonial-block .testimonial,
.content-wrapper.alt-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: 16px;
		line-height: 24px;
	}

	.testimonial-block .author {
		font-size: 20px;
		line-height: 24px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		LOGO CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.logo-carousel-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 70px;
}

.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;
	z-index: 99;
}

.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;*/
	justify-content: center;
	align-items: center;
}

.lc-logo {
	display: inline-block;
	width: auto !important;
	max-height: 300px;
	vertical-align: middle;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
	width: auto !important;
}

@media all and (max-width: 599px) {

	.logo-carousel-wrapper {
		padding: 0 35px;
	}

	.logo-carousel-arrow {
		width: 35px;
		background-size: 70px 40px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BIOS
-----------------------------------------------------------------------------------------------------------*/

.bio-wrapper {
	margin: 0 0 20px;
	padding: 0 10px;
	width: 50%;
	float: left;
}

.bio-box-outer {
	position: relative;
	padding: 0;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.bio-box-inner {
	position: relative;
	width: 100%;
	height: 650px;
	/*border: 4px solid #000;*/
	overflow: hidden;
}

.bio-header {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 20px 25px;
	background: #f27400 url('images/bio-header-bg.jpg') no-repeat center top;
	background-size: cover;
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.bio-box-outer.open .bio-header {
	opacity: 0;
}

.bio-container {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	/*padding: 40px 40px 20px;*/
	background: #eaeaea;
	overflow: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.bio-box-outer.open .bio-container {
	bottom: 0;
}

.bio-name {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}

.bio-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.bio-header-inner {
	width: 100%;
	padding: 25px 20px 25px;
	background: #f27400 url('images/bio-header-bg.jpg') no-repeat center top;
	background-size: cover;
}

/*.bio-container .bio-name {
	padding: 20px 20px 0;
}

.bio-container .bio-title {
	padding: 0 20px 20px;
	background: #64a5b4;
}

.bio-divider {
	margin: 12px auto;
	max-width: 270px;
	height: 1px;
	background: #fff;
}*/

.bio-content {
	margin: 0 auto;
	padding: 30px 30px 1px;
	max-width: 460px;
	font-size: 16px;
	line-height: 26px;
}

.bio-content a {
	color: #ed1b24;
}

@media all and (max-width: 1023px) {

	.bios-wrapper {
		margin: 0 auto;
		max-width: 500px;
	}

	.bio-wrapper {
		padding: 0;
		width: 100%;
		float: none;
	}

}

@media all and (max-width: 599px) {

	.bio-box-inner {
		height: 500px;
	}

	/*.bio-header {
		padding: 20px 20px 10px;
	}

	.bio-container {
		padding: 20px 20px 1px;
	}*/

	.bio-name {
		font-size: 20px;
		line-height: 30px;
	}

	.bio-title {
		font-size: 16px;
		line-height: 24px;
	}

	.bio-content {
		padding: 20px 20px 1px;
		font-size: 16px;
		line-height: 24px;
	}

}

@media all and (max-width: 479px) {

	/*.bio-box-outer {
		padding: 10px;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		FULL WIDTH IMAGE
-----------------------------------------------------------------------------------------------------------*/

.full-width-image-wrapper {
	
}

.full-width-image {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.half-width-image-wrapper {
	width: 50%;
	float: left;
}

.half-width-image-wrapper.left {
	padding: 0 10px 0 0;
}

.half-width-image-wrapper.right {
	padding: 0 0 0 10px;
}

@media all and (max-width: 767px) {

	.half-width-image-wrapper {
		width: 100%;
		float: none;
	}

	.half-width-image-wrapper.left {
		padding: 0 0 10px 0;
	}

	.half-width-image-wrapper.right {
		padding: 10px 0 0 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.category-links-wrapper {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}

.category-links {
	display: inline-block;
	margin: 0;
	padding: 10px 0 0;
	font-size: 0;
	text-align: center;
	list-style-type: none;
}

.category-links > li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

.category-links > li > a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.category-links > li > a:hover,
.category-links > li.active > a {
	color: #6cdec3;
}

.posts-wrapper {
	position: relative;
	font-size: 0;
}

.post {
	margin: 0 0 80px;
}

.post.last {
	margin: 0 0 20px !important;
}

.blog-image-column {
	width: 65%;
	float: left;
}

.blog-image-column.right {
	float: right;
}

.blog-image {
	position: relative;
	display: block;
	height: 420px;
	background-position: center center;
	background-size: cover;
}

.blog-image-graphic {
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	background: #97decd;
}

.blog-image-column.left .blog-image-graphic {
	right: 0;
}

.blog-image-column.right .blog-image-graphic {
	left: 0;
}

.blog-text-column {
	width: 35%;
	padding: 0 0 1px 30px;
	float: right;
}

.blog-text-column.left {
	padding: 0 30px 1px 0;
	float: left;
}

.blog-text-column.no-image {
	margin: 0 auto;
	padding: 0;
	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 {
	padding: 0 20px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	color: #3a3a3a;
	letter-spacing: 0.025em;
}

.post-title a {
	color: #3a3a3a;
}

.post-date-cats-wrapper {
	margin: 0 0 10px;
	line-height: 20px;
	/*background: url('images/grey-background-line.png') repeat-x left center;*/
}

.post-date-cats {
	display: inline-block;
	padding: 0 20px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	vertical-align: top;
}

/*.content-wrapper.navy .post-date-cats {
	background: #193049;
}

.content-wrapper.deco .post-date-cats {
	background: #f7f5f1;
}*/

.post-date-cats a {
	color: #969696;
}

.post-date {
	display: none;
}

.date-cat-divider {
	display: none;
	/*display: inline-block;
	margin: 0 15px;
	width: 2px;
	height: 20px;
	background: #b0966e;
	vertical-align: top;*/
}

/*.content-wrapper.grey .date-cat-divider {
	background: #262626;
}*/

.post-excerpt {
	padding: 0 20px 30px;
	font-size: 16px;
	line-height: 26px;
}

.blog-text-column > .button-link {
	margin: 0 20px 20px;
}

.post-read-more {
	display: block;
	padding: 10px 0;
	width: 150px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	color: #b8cfd9;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 2px solid #b8cfd9;
}

.post-read-more:hover {
	color: #fff;
	background: #b8cfd9;
}

.more-feed {
	text-align: center;
}

.blog-navigation-wrapper {
	line-height: 26px;
	text-align: center;
}

.blog-navigation {
	display: inline-block;
	padding: 0 20px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #3a3a3a;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	vertical-align: center;
}

.blog-navigation a {
	color: #3a3a3a;
}

.blog-navigation a:hover {
	color: #6cdec3;
}

.prev-page {
	display: inline-block;
	padding: 0 10px;
}

.next-page {
	display: inline-block;
	padding: 0 10px;
}

.alt-text .post-date-cats,
.alt-text .post-excerpt {
	color: #fff;
}

.alt-text .post-read-more {
	color: #fff;
	border-color: #fff;
}

.alt-text .post-read-more:hover {
	color: #91b3d4;
	background: #fff;
}

@media all and (max-width: 1199px) {

	.blog-image-column {
		width: 58%;
	}

	.blog-text-column {
		width: 42%;
	}

}

@media all and (max-width: 1023px) {

	/*.blog-image-column {
		width: 50%;
	}

	.blog-text-column {
		width: 50%;
	}*/

	.posts-wrapper.bf-two-col .blog-image {
		height: 250px;
	}

	.post-title {
		font-size: 26px;
		line-height: 32px;
	}

}

@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;
		width: 100%;
		max-width: 540px;
		float: none !important;
	}

	.blog-image {
		height: 250px;
	}

	.blog-text-column {
		margin: 0 auto;
		width: 100%;
		max-width: 540px;
		min-height: 0;
		float: none !important;
	}

	.blog-text-column.left,
	.blog-text-column.right {
		padding: 0 0 1px;
	}

	.post-title {
		padding: 20px 20px 0;
		font-size: 20px;
		line-height: 24px;
	}

	.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;
	}

}

@media all and (max-width: 479px) {

	.posts-wrapper.bf-two-col .blog-image {
		height: 200px;
	}

	.category-links-wrapper {
		padding: 10px 0;
	}

	.category-links > li {
		display: block;
		margin: 0 auto 5px;
	}

	.category-links > li > a {
		font-size: 18px;
		line-height: 26px;
	}

	.date-cat-divider {
		margin: 0 15px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SINGLE BLOG
-----------------------------------------------------------------------------------------------------------*/

.post-header-image {
	height: 460px;
	background-position: center center;
	background-size: cover;
}

.blog-single.ntc {
	margin: 0 auto;
	max-width: 900px;
}

.single-post-title {
	margin: 0 0 20px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.025em;
}

.post-headline {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 32px;
	color: #3a3a3a;
}

.blog-single .post-date-cats {
	padding: 0 0 20px;
}

.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%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		CALENDAR
-----------------------------------------------------------------------------------------------------------*/

.filter-wrapper {
	display: flex;
	margin: 0 auto 40px;
	padding: 20px 10px;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}

.event-date-filter-wrapper {
	width: 240px;
}

#event-date-filter {
	display: block;
	padding: 0 0 0 8px;
	width: 200px;
	height: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #000;
	background: transparent url('images/mobile-sub-menu-arrow.png') no-repeat 95% center;
	background-size: 10px 6px;
	border: 0; 
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.event-category-filter-wrapper {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 240px);
	padding: 0 0 0 20px;
	list-style-type: none;
}

.event-category-filter-wrapper > li {
	padding: 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.event-category-filter-wrapper > li > a {
	color: #3a3a3a;
}

.event-category-filter-wrapper > li.active a,
.event-category-filter-wrapper > li a:hover {
	color: #ed1b24;
}

.events-wrapper-outer {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

.events-wrapper-outer.flex {
	padding: 0 50px;
}

.events-wrapper-outer.flex .owl-stage {
	display: flex;
	align-items: flex-start;
}

.events-carousel-arrow {
	position: absolute;
	top: 0;
	width: 41px;
	height: 100%;
	background: url('images/events-carousel-arrows.png') no-repeat;
	background-size: 82px auto;
	cursor: pointer;
	z-index: 99;
}

.events-carousel-arrow.left {
	left: 9px;
	background-position: left calc(50% - 30px);
}

.events-carousel-arrow.right {
	right: 9px;
	background-position: right calc(50% - 30px);
}

.events-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.events-wrapper.flex {
	display: block;
}

.event-item {
	margin: 0 0 20px;
	width: 33.3333%;
}

.event-item-image {
	padding: 10px;
	width: 100%;
	background: #fff;
}

.event-item-image img {
	display: block;
}

.event-item-info {
	position: relative;
	margin: -70px 40px 0;
	padding: 20px;
	background: #fff;
	border-top: 7px solid #000;
}

.event-item-date {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #3a3a3a;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.event-item-name {
	margin: 0 0 10px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	color: #3a3a3a;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.event-item-link {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media all and (max-width: 1199px) {

	.event-date-filter-wrapper {
		width: 220px;
	}

	#event-date-filter {
		width: 180px;
	}

	.event-category-filter-wrapper {
		width: calc(100% - 220px);
		padding: 0;
	}

	.event-item-info {
		margin: -60px 20px 0;
		padding: 15px;
	}

	.event-item-name {
		font-size: 22px;
		line-height: 30px;
	}

}

@media all and (max-width: 1023px) {

	.event-category-filter-wrapper > li {
		font-size: 18px;
		line-height: 32px;
	}

	.events-wrapper-outer {
		max-width: 840px;
	}

	.events-wrapper-outer.flex {
		padding: 0 30px;
	}

	.events-carousel-arrow {
		width: 25px;
		background-size: 50px auto;
	}

	.events-carousel-arrow.left {
		left: 5px;
	}

	.events-carousel-arrow.right {
		right: 5px;
	}

	.event-item {
		width: 50%;
	}

	.event-item-info {
		margin: -70px 40px 0;
		padding: 20px;
	}

	.event-item-name {
		font-size: 26px;
		line-height: 34px;
	}

}

@media all and (max-width: 767px) {

	.filter-wrapper {
		display: block;
	}

	.event-date-filter-wrapper {
		margin: 0 0 5px;
		width: 100%;
	}
	
	#event-date-filter {
		margin: 0 auto;
	}

	.event-category-filter-wrapper {
		width: 100%;
		padding: 10px 0 0;
		border: 0;
		justify-content: center;
	}

	.event-item-info {
		margin: -60px 20px 0;
		padding: 15px;
	}

	.event-item-name {
		font-size: 20px;
		line-height: 28px;
	}

	.event-item-date {
		font-size: 13px;
		line-height: 18px;
	}

}

@media all and (max-width: 599px) {

	.events-wrapper-outer {
		max-width: 440px;
	}

	.event-item {
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.footer-wrapper {
	position: relative;
	padding: 0 35px;
	background: #000 url('images/footer-bg.jpg') no-repeat center top;
	background-size: cover;
	border-top: 7px solid #ed1b24;
}

.footer-content {
	margin: 0 auto;
	padding: 60px 0 60px;
	max-width: 1200px;
	min-height: 540px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.footer-content a {
	color: #fff;
}

.footer-content a:hover {
	text-decoration: underline;
}

.footer-content p {
	margin: 0 0 20px;
}

.footer-content hr {
	display: block;
	position: relative;
	margin: 10px auto 16px;
	max-width: 250px;
	height: 1px;
	background: #fff;
}

.footer-content hr:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.social-media-block {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.social-media-headline {
	padding: 0 20px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.footer-list {
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.footer-list > li {
	display: inline-block;
	margin: 0 5px 5px 5px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
}

.footer-list > li > a {
	color: #fff;
}

.footer-list > li > a:hover {
	color: #ed1b24;
}

/*.footer-boxes-wrapper {
	border: 1px solid #727375; /* COLOR */
/*}*/

/*.footer-boxes-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.footer-box {
	position: relative;
	padding: 0 20px;
	width: 30%;
	min-height: 130px;
	float: left;
}

.fbox1 {
	padding: 20px 0 0;
}

.fbox2 {
	width: 40%;
}

.fbox3 {
	padding: 20px 0 0;
}

.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%; }*/

.footer-boxes-wrapper {
	display: flex;
	align-items: center;
}

.footer-box {
	padding: 0 20px;
	width: 33.3333%;
}

.fbox1 {
	align-self: flex-start;
}

.fbox3 {
	align-self: flex-start;
	text-align: right;
}

.legal {
	padding: 0 10px 20px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.legal a.atlas {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

@media all and (max-width: 1199px) {

	.footer-wrapper {
		padding: 0 20px;
	}

}

@media all and (max-width: 1023px) {

	.footer-wrapper {
		padding: 0 10px;
	}

	.footer-boxes-wrapper {
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 400px;
	}

	.footer-box {
		margin: 0 auto 30px;
		width: 100%;
	}
	
	.footer-box.fbox1 { order: 2; text-align: center; }
	.footer-box.fbox2 { order: 1; text-align: center; }
	.footer-box.fbox3 { order: 3; text-align: center; }
	
	.social-media-block {
		justify-content: center;
	}
	
	/*.fbox1, .fbox2, .fbox3, .fbox4, .fbox5, .fbox6 {
		width: 100%;
		max-width: 380px;
		border: none;
		border-bottom: 1px solid #727375;
		float: none; 
		clear: both;
	}

	.footer-list {
		text-align: center;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: #38200a;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.gform_wrapper .gfield_required {
	color: #38200a !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 16px !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: 10px 15px 10px 15px !important;
	min-width: 150px !important;
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	-webkit-appearance: none;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #f27400 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 32px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #000 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

.gform_wrapper select {
	padding: 0 0 0 4px !important;
	height: 32px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #000 !important;
	background: #fff url('images/mobile-sub-nav-button.png') no-repeat 98% center !important;
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

.gform_wrapper textarea {
	margin-top: 20px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #000 !important;
	background: transparent !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER FORM
-----------------------------------------------------------------------------------------------------------*/

.footer-content .gform_wrapper .top_label .gfield_label {
	display: none !important;
}

.footer-content .gfield {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.footer-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 0 8px !important;
	height: 35px !important;
	font-size: 16px !important;
	color: #fff !important;
	text-align: right !important;
	background: transparent !important;
	border-top: 1px solid #c09954 !important;
	border-bottom: 1px solid #c09954 !important;
}

.footer-content ::-webkit-input-placeholder { color: #fff; }
.footer-content :-moz-placeholder { color: #fff; opacity:  1; }
.footer-content ::-moz-placeholder { color: #fff; opacity:  1; }
.footer-content :-ms-input-placeholder { color: #fff; }
.footer-content ::-ms-input-placeholder { color: #fff; }

.footer-content .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 !important;
	color: #c09954 !important;
	border: 2px solid #c09954 !important;
}

.footer-content .gform_footer {
	margin: 0 !important;
	height: 80px !important;	
	text-align: right !important;
}

.footer-content .validation_error {
	color: #fff !important;
	border-color: #fff !important;
}

.footer-content .gfield_description.validation_message {
	padding: 0 0 16px !important;
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------------------------------
		INSTAGRAM
-----------------------------------------------------------------------------------------------------------*/

.instagram-wrapper {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}

.sbi_load_btn,
.sbi_follow_btn a {
	padding: 10px 15px 10px 15px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px !important;
	line-height: 25px !important;
	text-transform: uppercase;
	color: #fff !important;
	background: #000 !important;
	border-radius: 0 !important;
}

.sbi_load_btn:hover,
.sbi_follow_btn a:hover {
	color: #fff !important;
	background: #f27400 !important;
}

/*-----------------------------------------------------------------------------------------------------------
		MAILCHIMP
-----------------------------------------------------------------------------------------------------------*/

.mc-field-group {
	padding: 0 0 10px;
	width: 100%;
}

.mc-field-group.half {
	display: flex;
}

.mc-half-field {
	padding: 0 10px 0 0;
	width: 50%;
}

.mc-half-field:last-child {
	padding: 0 0 0 10px;
}

#mce-FNAME, #mce-LNAME, #mce-EMAIL {
	display: block;
	padding: 0;
	width: 100%;
	height: 36px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	color: #fff;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
}

#mc-embedded-subscribe {
	display: inline-block !important;
	padding: 10px 15px 10px 15px !important;
	min-width: 150px !important;
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	color: #000 !important;
	letter-spacing: 0.075em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	-webkit-appearance: none;
}

#mc-embedded-subscribe:hover {
	color: #fff !important;
	background: #ed1b24 !important;
}

/*-----------------------------------------------------------------------------------------------------------
		EVENTS SHORTCODE
-----------------------------------------------------------------------------------------------------------*/

.display-events {
	margin: 0 auto 20px;
	padding: 3px 0;
	max-width: 400px;
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
}

.display-event {
	display: flex;
	color: #252525;
	text-decoration: !important;
	border-bottom: 2px solid #252525;
}

.display-events .display-event:first-child {
	border-top: 2px solid #252525;
}

.display-date-outer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 60px;
	border-right: 1px solid #252525;
}

.display-date {
	padding: 9px 0;
	width: 100%;
	text-align: center;
}

.display-month {
	font-size: 13px;
	line-height: 13px;
}

.display-day {
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
}

.display-description {
	padding: 10px;
	width: calc(100% - 60px);
	font-size: 16px;
	line-height: 18px;
	color: #252525;
	border-left: 1px solid #252525;
}

.alt-text .display-events,
.alt-text .display-events .display-event:first-child,
.alt-text .display-event,
.alt-text .display-date-outer,
.alt-text .display-description {
	border-color: #fff;
}

.alt-text .display-event {
	color: #fff;
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.fb-page-wrapper {
	display: block;
	margin: 0 auto 20px;
	max-width: 280px;
}

#otw_widget-2 {
	max-width: 290px;
}

.otw-widget-form-wrap label {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}

#date-otw_widget-2 {
	padding-left: 1rem;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

div.otw-wrapper div.selectric p {
	line-height: 2 !important;
}

.selectric .label {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	height: 2rem !important;
}

.otw-submit {
	padding: 0 20px;
	height: 46px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #fff906;
	border: 0;
	cursor: pointer;
}

.otw-submit:hover {
	color: #fff;
	background: #000;
}

#singleplatform .announcement {
	border-color: #fff !important;
}

.tml-login {
	margin: 0 auto !important;
	max-width: 400px !important;
}

.tml-field {
	height: 32px !important;
}

.tml-button {
	display: inline-block !important;
	padding: 10px 15px 10px 15px !important;
	min-width: 150px !important;
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #000 !important;
	border: 0 !important;
	cursor: pointer !important;
}

.tml-button:hover {
	background: #f27400 !important;
}

.tml-links {
	margin: 0;
	list-style-type: none;
}

.pum-theme-default .pum-container {
	padding: 0 50px !important;
}

.pum-theme-default .pum-close.popmake-close {
	width: 46px !important;
	height: 46px !important;
	background: url('images/close.jpg') no-repeat !important;
	text-indent: -9999px !important;
}

.pum-theme-default .pum-content.popmake-content p,
.pum-theme-default .pum-content.popmake-content img.aligncenter {
	margin: 0;
}

.pum-theme-default .popup-content-block {
	position: relative;
	margin: -150px auto 0;
	max-width: 600px;
	padding: 30px 30px 10px;
	background: #fff;
	border-top: 10px solid #fb0f1b;
}

.pum-theme-default .pum-content.popmake-content .popup-content-block p {
	margin: 0 0 20px;
}

@media all and (max-width: 859px) {

	.pum-theme-default .popup-content-block {
		margin: -100px auto 0;
		max-width: 90%;
		padding: 20px 20px 5px;
		border-top: 6px solid #fb0f1b;
	}

}

@media all and (max-width: 479px) {

	.pum-theme-default .pum-container {
		padding: 0 20px !important;
	}

	.pum-theme-default .pum-close.popmake-close {
		width: 20px !important;
		height: 20px !important;
		background-size: contain !important;
	}

	.pum-theme-default .popup-content-block {
		margin: -50px auto 0;
		max-width: 90%;
		padding: 15px 15px 5px;
	}

}