/*
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: #FDF6EA;
	-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: 45px;
	height: 36px;
	background: url('images/scroll-up-button.png') 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: 35px;
		height: 28px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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: #FDF6EA;
	/*border-bottom: 1px solid #47412e;*/
}

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

.header-content-background.show-border {
	border-bottom: 2px solid #00A1ED;
}

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

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

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

/*.header-logo-wrapper {
	position: absolute;
	left: 50%;
	top: -34px;
	display: block;
	margin: 0;
	width: 180px;
	height: 90px;
	font-size: 0;
	line-height: 90px;
	text-align: center;
	transform: translateX(-50%);
	z-index: 3;
}*/

.header-logo {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 80px;
	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: #00A1ED;
}

.super-nav-wrapper.mobile {
	z-index: 21;
}

.super-nav {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
	font-family: BNRoute22, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #FDF6EA;
}

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

.super-nav-content {
	display: block;
	padding: 5px 0;
	color: #FDF6EA;
	text-decoration: none !important;
}

.super-nav-menu {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

.super-nav-menu li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.super-nav-menu li a {
	color: #FDF6EA;
}

/*.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: #fff;
}

@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 60px;
	padding: 25px 0 0;
	list-style-type: none;
	float: left;
}

/*.main-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 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;
	margin: 0 10px;
	padding: 0 0 25px;
	text-align: left;
	/*float: left;*/
}

.main-nav > li > a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-family: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 48px;
	font-weight: 400;
	color: #00A1ED;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	text-transform: uppercase;
}

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

/*.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: 48px;
	margin: 0;
	padding: 5px 0;
	min-width: 100%;
	background: #FDF6EA;
	/*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: 4px 20px;
	font-family: BNRoute22, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #00A1ED;
	letter-spacing: 0.06em;
	text-decoration: none !important;
	text-transform: uppercase;
}

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

.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: 32px 0 0;
	padding: 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: #000;
	/*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: 4px 25px;
	height: 36px;
	font-family: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #FDF6EA;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #00A1ED;
	border: 2px solid #00A1ED;
	vertical-align: top;
}

.aux-nav > li.button > a:hover {
	color: #00A1ED;
	background: transparent;
}

.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: 38px;
	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: 0px solid;
	background: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}

.search-wrapper .searchform .search-field {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	color: #00224a;
	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: #00224a; opacity: 1; }
.search-wrapper .searchform ::-moz-placeholder { color: #00224a; opacity: 1; }
.search-wrapper .searchform :-ms-input-placeholder { color: #00224a; opacity: 1; }
.search-wrapper .searchform :-moz-placeholder { color: #00224a; 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;
		border-bottom: 2px solid #00A1ED;
	}
	
	.page-template-page-home .mobile-header-wrapper {
		border: 0;
	}

	.mobile-header-bar {
		position: relative;
		display: block;
		padding: 0;
		width: 100%;
		height: 70px;
		background: #FDF6EA;
		z-index: 21;
	}

	.mobile-header-logo-wrapper {
		display: block;
		position: absolute;
		left: 40px;
		top: 0;
		padding: 10px 0;
	}
	
	.mobile-header-logo {
		display: inline-block;
		width: auto;
		height: auto;
		max-height: 50px;
		vertical-align: top;
	}
	
	.mobile-nav-button {
		position: relative;
		margin: 0 15px 0 0;
		width: 90px;
		height: 70px;
		float: right;
		cursor: pointer;
	}
	
	.mobile-nav-button .line-1 {
		position: absolute;
		left: 50%;
		top: calc(35% - 1px);
		width: 30px;
		height: 2px;
		background: #00A1ED;
		transform: translateX(-50%);
    -webkit-transition: transform 0.125s, top 0.125s 0.125s;
    transition: transform 0.125s, top 0.125s 0.125s;
	}

	.mobile-nav-button .line-2 {
		position: absolute;
		left: 50%;
		top: calc(50% - 1px);
		width: 30px;
		height: 2px;
		background: #00A1ED;
		transform: translateX(-50%);
	}

	.mobile-nav-button .line-3 {
		position: absolute;
		left: 50%;
		top: calc(65% - 1px);
		width: 30px;
		height: 2px;
		background: #00A1ED;
		transform: translateX(-50%);
    -webkit-transition: transform 0.125s, top 0.125s 0.125s;
    transition: transform 0.125s, top 0.125s 0.125s;
	}

	.mobile-nav-button.open .line-1 {
		top: calc(50% - 1px);
		transform: translateX(-50%) rotate(45deg);
    -webkit-transition: top 0.125s, transform 0.125s 0.125s;
    transition: top 0.125s, transform 0.125s 0.125s;
	}
	
	.mobile-nav-button.open .line-2 {
		opacity: 0;
    -webkit-transition: top 0.125s, transform 0.125s 0.125s;
    transition: top 0.125s, transform 0.125s 0.125s;
	}
	
	.mobile-nav-button.open .line-3 {
		top: calc(50% - 1px);
		transform: translateX(-50%) rotate(-45deg);
    -webkit-transition: top 0.125s, transform 0.125s 0.125s;
    transition: top 0.125s, transform 0.125s 0.125s;
	}
	
	/*.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: #FDF6EA;
		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: BNRoute22, sans-serif;
		font-size: 24px;
		line-height: 28px;
		font-weight: 400;
		color: #00A1ED;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
	.mobile-nav > li > a.open {
		color: #DB4F1B;
	}
	
	.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: 17px;
		height: 8px;
		background: url('images/mobile-sub-nav-button.png') no-repeat center center;
		background-size: 17px 8px;
    -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: 4px 20px 4px 60px;
		font-family: BNRoute22, sans-serif;
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		color: #00A1ED;
		letter-spacing: 0.06em;
		text-decoration: none !important;
	}
	
}

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

	.mobile-header-logo-wrapper {
		left: 20px;
	}

	.mobile-nav-button {
		margin: 0 10px 0 0;
		width: 60px;
	}
	
}

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



}

/*-----------------------------------------------------------------------------------------------------------
		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: 4px 25px;
	min-width: 160px;
	font-family: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #FDF6EA;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #00A1ED;
	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: #000;
	/*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: #FDF6EA;
	/*border-top: 15px solid;
	border-left: 25px solid;
	border-right: 25px solid;
	border-color: #00224a;*/
}

.header-spacer {
	height: 100px;
}

.content-wrapper {
	position: relative;
}

.ernest-blue-bg {
	background-color: #00A1ED;
}

.white-bg {
	background-color: #fff;
}

.taupe-bg {
	background-color: #EBE2D2
}

.grid-pattern-bg {
	background: url('images/grid-pattern-tile-bg.png') center top;
	background-size: 600px auto;
}

.dot-pattern-bg {
	background: url('images/dot-pattern-tile-bg.png') center top;
	background-size: 600px auto;
}

.show-top-border {
	border-top: 2px solid #00A1ED;
}

.show-bottom-border {
	border-bottom: 2px solid #00A1ED;
}

.alt-text {
	color: #FDF6EA;
}

.alt-text a {
	color: #FDF6EA;
}

.alt-text h1,
.alt-text h2,
.alt-text h3,
.alt-text h4,
.alt-text h5,
.alt-text h6 {
	color: #FDF6EA;
}

.ernest-blue-bg .button-link a {
	color: #FDF6EA;
	background: transparent;
	border: 2px solid #FDF6EA;
}

.ernest-blue-bg .button-link a:hover {
	color: #00A1ED;
	background: #FDF6EA;
	border: 2px solid #00A1ED;
}

.white-bg .button-link a {
	color: #FDF6EA;
	background: #00A1ED;
	border: 2px solid #00A1ED;
}

.white-bg .button-link a:hover {
	color: #00A1ED;
	background: transparent;
	border: 2px solid #00A1ED;
}

.grid-pattern-bg .button-link a,
.dot-pattern-bg .button-link a {
	background: #FDF6EA;
}

.grid-pattern-bg .button-link a:hover,
.dot-pattern-bg .button-link a:hover {
	background: #00A1ED;
}

.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;
}

.two-col-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.two-col-wrapper.valign {
	align-items: center;
}

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

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

@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%;
	}

	.right-column {
		padding-left: 0;
		width: 100%;
	}

}

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

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

}

/*-----------------------------------------------------------------------------------------------------------
		SIDE BY SIDE SLIDESHOW
-----------------------------------------------------------------------------------------------------------*/

.side-by-side-container {
	position: relative;
	margin: 0 auto;
	padding: 60px 110px;
	max-width: 1920px;
}

.side-by-side-container-inner {
	position: relative;
	padding-bottom: 50%;
}

.side-by-side-wrapper {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #00A1ED;
}

.sbs-text-col {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 40px;
	width: 50%;
	/*height: calc(100vh - 138px);
	min-height: 850px;*/
	background: #FDF6EA;
	order: 2;
}

/*body.admin-bar .sbs-text-col {
	height: calc(100vh - 138px - 32px);
}*/

.sbs-content {
	/*padding: 60px 0 0;*/
	width: 100%;
	max-width: 600px;
	/*background: url('images/flower-icon.png') no-repeat center top;
	background-size: auto 66px;*/
}

.sbs-headline {
	margin: 0 0 10px;
	font-family: BNRoute22, sans-serif;
	font-size: 60px;
	line-height: 65px !important;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #00A1ED;
}

.sbs-text-slider {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 600px;
	border-bottom: 2px solid #00A1ED;
}

.sbs-text {
	position: relative;
	padding: 0 10px;
	font-size: 22px;
	line-height: 28px !important;
	font-weight: 400;
	letter-spacing: 0;
	color: #00A1ED;
}

.sbs-text:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: calc(100% - 5px);
	background: #FDF6EA;
	transition: transform 0.6s ease;
	transition-delay: 0s;
	transform-origin: center right;
}

.active .sbs-text:after {
	transform: scale(0, 1);
	transition-delay: 0.6s;
}

.sbs-button-wrapper {
	padding-top: 40px;
}

.sbs-button {
	display: inline-block;
	position: relative;
	padding: 4px 25px;
	min-width: 160px;
	font-family: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #00A1ED;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #00A1ED;
	vertical-align: top;
	transition: all 0.2s ease;
}

.sbs-button:hover {
	color: #FDF6EA;
	background: #00A1ED;
}

.sbs-button:hover:after {
	opacity: 1;
}

.sbs-image-col {
	position: relative;
	width: 50%;
	border-right: 2px solid #00A1ED;
	order: 1;
}

.sbs-image-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sbs-image-slider.slick-slider {
	position: absolute !important;
	left: 0;
	top: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
}

.sbs-image-slider .slick-list,
.sbs-image-slider .slick-track {
	height: 100%;
}

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

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

	.side-by-side-container {
		padding: 40px 60px;
	}

}

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

	.side-by-side-container {
		padding: 40px 40px;
	}

	/*.sbs-text-col {
		height: calc(100vh - 108px);
	}

	body.admin-bar .sbs-text-col {
		height: calc(100vh - 108px - 32px);
	}*/

}

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

	.side-by-side-container {
		padding: 40px 20px;
		max-width: 1920px;
	}

	.side-by-side-container-inner {
		position: relative;
		padding: 0;
	}

	.side-by-side-wrapper {
		display: flex;
		position: relative;
		width: auto;
		height: auto;
	}

	.side-by-side-wrapper {
		flex-wrap: wrap;
	}

	.sbs-text-col {
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		order: 2;
	}

	body.admin-bar .sbs-text-col {
		height: auto;
	}
	
	.sbs-content {
		margin: 0 auto;
		padding-top: 0;
	}

	.sbs-image-col {
		width: 100%;
		height: 400px;
		border-right: 0;
		border-bottom: 2px solid #00A1ED;
		order: 1;
	}

}

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



}

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

	.sbs-text-col {
		padding: 30px 20px;
	}

	.sbs-headline {
		font-size: 35px;
		line-height: 45px !important;
	}

	.sbs-image-col {
		height: 300px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		CALLS TO ACTION
-----------------------------------------------------------------------------------------------------------*/

.cta-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1220px;
}

.cta {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(50% - 20px);
	padding: 80px 40px 40px;
	color: #00A1ED !important;
	text-decoration: none !important;
	background: #FDF6EA url('images/grid-pattern-tile-bg.png') center top;
	background-size: 600px auto;
	border: 2px solid #00A1ED;
}

.cta:hover {
	background-image: url('images/grid-pattern-cta-bg-hover.png');
}

.cta h1,
.cta .h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6,
.cta p {
	margin: 0 0 10px;
}

.cta-image-wrapper {
	position: relative;
	margin: 0 auto 70px;
	max-width: 350px;
}

.cta-image {
	display: block;
	margin: 0;
	opacity: 1;
}

.cta:hover .cta-image {
	opacity: 0;
}

.cta-hover-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	opacity: 0;
}

.cta:hover .cta-hover-image {
	opacity: 1;
}

.cta-content {
	position: relative;
	padding: 30px 50px;
	width: 100%;
	background: #FDF6EA;
	border: 2px solid #00A1ED;
	flex-grow: 1;
}

.cta-button-wrapper {
	margin: 50px 0 0;
	text-align: center;
}

.cta-button {
	display: inline-block;
	position: relative;
	padding: 4px 25px;
	min-width: 160px;
	font-family: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #00A1ED;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #00A1ED;
	vertical-align: top;
}

.cta:hover .cta-button {
	color: #FDF6EA;
	background: #00A1ED;
}

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

	.cta-wrapper {
		display: block;
		padding: 0 20px;
		max-width: 550px;
	}

	.cta {
		width: 100%;
	}
	
	.cta-left {
		margin: 0 0 40px;
	}

}

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

	.cta-wrapper {
		display: block;
	}

	.cta {
		margin: 0 0 20px;
		width: 100%;
		min-height: 400px;
	}

}

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

	.cta-image-wrapper {
		margin: 0 auto 50px;
		max-width: 310px;
	}

}

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

	.cta {
		padding: 50px 20px 20px;
	}

	.cta-image-wrapper {
		margin: 0 auto 50px;
		max-width: 310px;
	}

	.cta-content {
		padding: 30px 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.testimonial-left {
	width: 240px;
}

.testimonial-block .author-image {
	display: block;
	margin: 0 0 5px;
}

.testimonial-block .author-name {
	font-family: BNRoute22, sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.testimonial-block .author-title {
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	text-transform: uppercase;	
}

.testimonial-right {
	width: calc(100% - 280px);
}

.testimonial-block .testimonial {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 300;
}

.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: transparent;
	border: 2px solid #3a3a3a;
	border-radius: 0;
	cursor: pointer;
}

.testimonial-controls > .testimonial-link.active {
	background: #3a3a3a;
}

.content-wrapper.alt-text .testimonial-controls > .testimonial-link {
	background: transparent;
	border-color: #FDF6EA;
}

.content-wrapper.alt-text .testimonial-controls > .testimonial-link.active {
	background: #FDF6EA;
}

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

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

	.testimonial-left {
		width: 200px;
	}

	.testimonial-right {
		width: calc(100% - 220px);
	}

}

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

	.testimonial-wrapper {
		display: block;
	}

	.testimonial-left {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 240px;
	}

	.testimonial-right {
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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;*/
	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 {
}

.owl-carousel .owl-item img {
	max-width: calc(100vw - 140px);
	width: auto !important;
}

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

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

	.logo-carousel-arrow {
		width: 35px;
		background-size: 70px 40px;
	}

	.owl-carousel .owl-item img {
		max-width: calc(100vw - 70px);
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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-text-container {
	padding: 0 110px;
}

.image-text-wrapper {
	display: flex;
	margin: 0 auto;
	max-width: 1700px;
	border: 2px solid #00A1ED;
}

.image-column {
	width: 50%;
	background-position: center center;
	background-size: cover;
}

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

.image-column.left {
	order: 1;
	border-right: 2px solid #00A1ED;
}

.image-column.right {
	order: 2;
	border-left: 2px solid #00A1ED;
}

.text-column {
	order: 2;
	display: flex;
	align-items: center;
	padding: 60px 0 40px;
	width: 50%;
	position: relative;
}

.text-column-inner {
	margin: 0 auto;
	padding: 0 120px;
	width: 100%;
	max-width: 860px;
}

.text-column.right {
	order: 1;
}

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

	.image-text-container {
		padding: 0 60px;
	}

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

}

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

	.image-text-container {
		padding: 0 40px;
	}

}

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

	.image-text-container {
		padding: 0 20px;
	}

	.image-text-wrapper {
		display: block;
	}

	.image-column {
		position: relative;
		width: 100%;
		background-image: none !important;
		border: 0 !important;
		border-bottom: 2px solid #00A1ED !important;
	}

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

	.text-column {
		padding: 40px 0 20px;
		width: 100%;
	}

}

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

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

}

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

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

}

/*-----------------------------------------------------------------------------------------------------------
		BIOS
-----------------------------------------------------------------------------------------------------------*/

.bio-wrapper {
	margin: 0 0 20px;
	padding: 0 20px;
	width: 50%;
	float: left;
}

.bio-box-outer {
	position: relative;
	padding: 40px;
	cursor: pointer;
	background: #FDF6EA url('images/grid-pattern-tile-bg.png') center top;
	background-size: 600px auto;
	border: 2px solid #00A1ED;
}

.bio-box-inner {
	position: relative;
	width: 100%;
	height: 650px;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.bio-header {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: #FDF6EA;
	border: 2px solid #00A1ED;
	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: calc(-100% + 128px);
	width: 100%;
	height: 100%;
	padding: 40px 40px 20px;
	background: #FDF6EA;
	border: 2px solid #00A1ED;
	opacity: 0;
	overflow: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.bio-box-outer.open .bio-container {
	bottom: 0;
	opacity: 1;
}

.bio-name {
  font-family: BNRoute22, sans-serif;
	font-size: 34px;
	line-height: 35px !important;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
}

.bio-header-inner {
	width: 100%;
	padding: 20px 0 20px;
}

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

	.bios-wrapper {
		margin: 0 auto;
		max-width: 560px;
	}

	.bio-wrapper {
		margin: 0 0 40px;
		padding: 0;
		width: 100%;
		float: none;
	}

}

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

	.bio-box-outer {
		padding: 30px 20px;
	}

	.bio-box-inner {
		height: 500px;
	}

	.bio-container {
		padding: 30px 20px 20px;
	}

	.bio-header-inner {
		padding: 10px 0 20px;
	}

}

@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 {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	text-align: center;
	/*border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;*/
}

.category-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	list-style-type: none;
}

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

.category-links > li > a {
	display: block;
  font-family: BNRoute22, sans-serif;
	font-size: 34px;
	line-height: 35px !important;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #00A1ED;
}

.category-links > li > a:hover,
.category-links > li.active > a {
	color: #DB4F1B;
}

.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 40px;
	float: right;
}

.blog-text-column.left {
	padding: 0 40px 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 {
  font-family: BNRoute22, sans-serif;
	font-size: 34px;
	line-height: 35px !important;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.post-title a {
	color: #00A1ED;
}

.post-title a:hover {
	color: #DB4F1B;
	text-decoration: none;
}

.post-date-cats-wrapper {
	margin: 0 0 15px;
	padding: 0 0 15px;
	line-height: 20px;
	border-bottom: 2px solid #00A1ED;
	/*background: url('images/grey-background-line.png') repeat-x left center;*/
}

.post-date-cats {
	display: inline-block;
	padding: 0;
	font-size: 19px;
	line-height: 28px !important;
	font-weight: 300;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #D94B30;
	vertical-align: top;
}

/*.content-wrapper.navy .post-date-cats {
	background: #193049;
}

.content-wrapper.deco .post-date-cats {
	background: #f7f5f1;
}

.post-date-cats a {
	color: #ee2a24;
}

.post-date-cats a:hover {
	color: #00224a;
}*/

.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 {
	margin: 0 0 30px;
}

/*.blog-text-column > .button-link {
	margin: 0 0 20px;
}

.blog-text-column .button-link a {
	padding: 0;
	width: 150px;
	color: #fff !important;
	line-height: 46px !important;
	background: url('images/blog-button.png') no-repeat center top !important;
	background-size: 150px auto;
	transition: all 0s;
}

.blog-text-column .button-link a:hover {
	background-position: center bottom !important;
}

.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: BNRoute22, sans-serif;
	font-size: 23px;
	line-height: 26px !important;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	vertical-align: center;
}

.blog-navigation a {
	color: #00A1ED;
}

.blog-navigation a:hover {
	color: #DB4F1B;
}

.prev-page {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 20px;
}

.prev-page:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	width: 11px;
	height: 14px;
	background: #00A1ED;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.next-page {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 10px;
}

.next-page:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	width: 11px;
	height: 14px;
	background: #00A1ED;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.blog-navigation a:hover .prev-page:before,
.blog-navigation a:hover .next-page:after {
	background: #DB4F1B;
}

.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 {
		font-size: 50px;
		line-height: 55px !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;
	}

}

@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: BNRoute22, sans-serif;
	font-size: 60px;
	line-height: 65px !important;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.post-headline {
	margin: 0 0 20px;
  font-family: BNRoute22, sans-serif;
	font-size: 34px;
	line-height: 35px !important;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.blog-single .post-date-cats {
	padding: 0;
}

.addthis_sharing_toolbox {
	margin: 0 0 15px;
}

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

.post-content {
	margin: 0 auto;
	max-width: 900px;
	color: #484B4D;
}

.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;
	}

	.single-post-title {
		font-size: 50px;
		line-height: 55px !important;
	}

	.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
-----------------------------------------------------------------------------------------------------------*/

.gallery-wrapper {
	margin: 0;
}

.grid-sizer {
	display: block;
	width: calc(100% / 3);
}

.grid-item {
	display: block;
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
	float: left;
}

.gallery-image {
	display: block;
	width: 100%;
	height: auto;
}

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

	.grid-sizer {
		width: calc(100% / 2);
	}

	.grid-item {
		width: calc(100% / 2 - 30px);
	}

}

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

	.grid-item {
		margin: 0 10px 20px;
		width: calc(100% / 2 - 20px);
	}

}

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

	.grid-sizer {
		width: 100%;
	}

	.grid-item {
		margin: 0 0 20px;
		width: 100%;
	}

}

/*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,
.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: 30px;
	line-height: 38px;
	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: 26px;
		line-height: 34px;
	}

}

@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: 30px;
		line-height: 38px;
	}

}

@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: 24px;
		line-height: 32px;
	}

	.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%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FEATURED PRODUCTS
-----------------------------------------------------------------------------------------------------------*/

.featured-products-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1180px;
}

.featured-product-wrapper {
	margin: 0 0 20px;
	padding: 0 10px;
	width: 33.3333%;
}

.featured-product {
	display: block;
}

.fp-image-wrapper {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
	/*height: 360px;
	background-position: center center;
	background-size: cover;*/
}

/*.fp-image-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center, left top;
	background-size: cover, auto;
	background-blend-mode: multiply;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.featured-product:hover .fp-image-overlay {
	opacity: 1;
}*/

.fp-name {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #00224a;
	letter-spacing: 0.02em;
	text-align: center;
}

.fp-price {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #00224a;
	letter-spacing: 0.02em;
	text-align: center;
}

.fp-button {
	display: block;
	margin: 15px auto 0;
	padding: 10px 15px 10px 15px;
	width: 150px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px;
	line-height: 25px !important;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.075em;
	background: #a37400;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.featured-product:hover .fp-button {
	background: #6e571d;
}

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

	/*.fp-image-wrapper {
		height: 260px;
	}*/

}

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

	.featured-product-wrapper {
		margin: 0 0 40px;
		width: 50%;
	}

	/*.fp-image-wrapper {
		height: 280px;
	}*/

}

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

	/*.fp-image-wrapper {
		height: 240px;
	}*/

}

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

	.featured-product-wrapper {
		padding: 0 20px;
		width: 100%;
	}

	/*.fp-image-wrapper {
		height: 280px;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		WOO
-----------------------------------------------------------------------------------------------------------*/

.woocommerce ul.products li.product {
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #00224a !important;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	font-size: 16px !important;
	line-height: 24px !important;
	color: #00224a !important;
}

.woocommerce ul.products li.product .button {
	padding: 10px 15px 10px 15px;
	min-width: 150px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	background: #a37400;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.woocommerce ul.products li.product:hover .button {
	background: #6e571d;
}

.woocommerce span.onsale {
	width: 56px !important;
	height: 56px !important;
	text-align: center;
	background-color: #000 !important;
}

.woocommerce div.product .product_title {
	font-size: 40px;
	line-height: 44px;
}

.woocommerce div.product p.price {
	font-size: 24px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	color: #000 !important;
}

.woocommerce .quantity .qty {
	height: 42px;
}

.woocommerce button.button,
.button.wc-forward,
.button.wc-backward {
	padding: 10px 15px 10px 15px;
	min-width: 150px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	background: #a37400 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.woocommerce button.button:hover,
.button.wc-forward:hover,
.button.wc-backward:hover {
	background: #6e571d !important;
}

.woocommerce .actions button.button {
	color: #00224a !important;
	background: #f5f5f5 !important;
}

.woocommerce .actions button.button:hover {
	color: #00224a !important;
	background: #d5d5d5 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	padding: 20px 0 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	margin: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc(25% - 15px) !important;
	margin: 0 0 20px 20px !important;
}

.cart_totals h2,
.woocommerce-Tabs-panel h2,
.related.products h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 36px;
	line-height: 46px !important;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000;
}

.cart_totals h2,
.related.products h2 {
	text-transform: uppercase;
}

.added_to_cart.wc-forward {
	display: block !important;
	margin: 10px auto 0;
	padding: 10px 15px 10px 15px !important;
	width: 166px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0.075em !important;
	background: #000 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.added_to_cart.wc-forward:hover {
	background: #94d6da !important;
}

.checkout-button {
	display: inline-block !important;
}

.orderby {
	height: 24px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
}

.shop_table th.product-name,
.shop_table th.product-price,
.shop_table th.product-quantity,
.shop_table th.product-subtotal {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600 !important;
}

body .woocommerce a.remove {
	color: #a37400 !important;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	line-height: 32px !important;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.04em;
}

.woocommerce-notice,
.woocommerce-privacy-policy-text {
	font-size: 15px;
	line-height: 23px !important;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.05em;
}

#coupon_code {
	height: 42px;
}

.woocommerce-result-count,
.woocommerce-ordering {
	float: none !important;
}

.yikes-custom-woo-tab-title {
	display: none;
}

.woocommerce div.product .product_title {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 36px;
	line-height: 36px !important;
	font-weight: 600;
	color: #00224a;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.woocommerce div.product span.price {
	color: #000 !important;
}

.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in {
	padding-bottom: 30px;
}

.woocommerce .related {
	clear: both;
}

.tm-options-totals .price.amount.options {
	font-weight: 400;
}

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

.pre-footer-wrapper {
	border-top: 2px solid #00A1ED;
}

.pre-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 60px 40px 40px;
	max-width: 920px;
}

.pre-footer-left {
	width: calc(60% - 20px);
}

.pre-footer-right {
	width: calc(40% - 20px);
}

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

	.pre-footer-content {
		display: block;
	}

	.pre-footer-left,
	.pre-footer-right {
		width: 100%;
	}

}

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

	.pre-footer-content {
		padding: 60px 20px 40px;
	}

}

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

	.pre-footer-content {
		padding: 40px 20px 20px;
	}

}

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

.footer-wrapper {
	position: relative;
	background: #00A1ED;
}

.footer-wrapper-inner {
	position: relative;
	padding: 140px 40px 0;
}

.footer-content {
	margin: 0 auto;
	padding: 0 0 60px;
	max-width: 1000px;
	color: #FDF6EA;
}

.footer-content a {
	color: #FDF6EA;
	letter-spacing: 2px;
}

.footer-content a:hover {
	color: #FDF6EA;
}

.footer-content .button-link a {
	color: #FDF6EA;
	background: transparent;
	border: 2px solid #FDF6EA;
}

.footer-content .button-link a:hover {
	color: #00A1ED;
	background: #FDF6EA;
}

.footer-boxes-wrapper {
	display: flex;
}

.footer-box {
	padding: 0 20px;
	width: 33.3333%;
}

.fbox1 {
	align-self: flex-start;
}

.fbox3 {
	align-self: flex-start;
}

.legal {
	padding: 0 0 20px;
	font-size: 13px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #FDF6EA;
}

.legal a.atlas {
	font-family: georgia, serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: none;
	color: #FDF6EA;
}

.legal a:hover {
	color: #DB4F1B;
}

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

	.footer-wrapper-inner {
		position: relative;
		padding: 100px 40px 0;
	}

}

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

	.footer-wrapper-inner {
		position: relative;
		padding: 60px 20px 0;
	}

	.footer-content {
		padding: 0;
	}

	.footer-boxes-wrapper {
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 400px;
	}

	.footer-box {
		margin: 0 auto 40px;
		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; }
	
}

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

.gform_required_legend {
	display: none;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-family: BNRoute22, sans-serif !important;
	font-size: 23px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: #00A1ED !important;
}

.gform_wrapper .gfield_required {
	height: 26px !important;
	font-size: 23px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
	color: #00A1ED !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 23px !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: 4px 25px !important;
	min-width: 160px !important;
	font-family: BNRoute22, sans-serif !important;
	font-size: 23px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: #00A1ED !important;
	letter-spacing: 0.06em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: transparent !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	-webkit-appearance: none;
	transition: all 0.2s;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #FDF6EA !important;
	background: #00A1ED !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 0 6px !important;
	height: 40px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #DB4F1B!important;
	background: transparent !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	outline: 0 !important;
}

.gform_wrapper select {
	padding: 0 0 0 6px !important;
	height: 40px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #DB4F1B!important;
	background: transparent url('images/mobile-sub-nav-button.png') no-repeat 98% center !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	outline: 0 !important;
}

.gform_wrapper textarea {
	padding: 4px 6px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #DB4F1B!important;
	background: transparent !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	outline: 0 !important;
}

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

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

#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	font-family: BNRoute22, sans-serif;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #00A1ED !important;
	background: transparent !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#sb_instagram .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
	color: #fff !important;
	background: #00A1ED !important;
}

.alt-text #sb_instagram .sbi_load_btn:hover,
.alt-text #sb_instagram .sbi_follow_btn a:hover {
	color: #00224a !important;
	background: #f5f5f5 !important;
}

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

#mc_embed_shell {
	margin: 0 auto !important;
	max-width: 600px !important;
	font-size: 12px !important;
}

.pre-footer-wrapper #mc_embed_shell {
	margin: 0 !important;
	max-width: 300px !important;
}

#mc_embed_signup {
	width: 100% !important;
	float: none !important;
	font: inherit !important;
	background: transparent !important;
}

.mc-field-group {
	margin: 0 0 10px!important; 
	font-size: 18px !important;
	line-height: 28px!important; 
}

#mc_embed_shell input[type=text],
#mc_embed_shell input[type=email] {
	display: block !important;
	width: 100% !important;
	height: 30px !important;
	font-family: "PP Radio Grotesk", sans-serif !important;
	font-size: 18px !important;
	line-height: 28px !important;
}

#mc-embedded-subscribe {
	position: relative !important;
	display: inline-block !important;
	margin: 0 0 20px !important;
	padding: 10px 25px 6px !important;
	font-family: BNRoute22, sans-serif !important;
	font-size: 23px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	color: #00A1ED !important;
	background: transparent !important;
	border: 2px solid #00A1ED !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
}

#mc-embedded-subscribe:hover {
	color: #fff !important;
	background: #00A1ED !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;
}

#mc_embed_signup_scroll {
	position: relative;
	margin: 0 auto;
	max-width: 202px;
	border: 1px solid #fff;
}

#mc_embed_signup_scroll p {
	margin: 0;
}

#mce-EMAIL {
	display: block;
	padding: 0 24px 0 4px;
	width: 100%;
	height: 28px;
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	color: #fff;
	background: transparent;
	border: 0;
}

.mc-field-group {
	padding: 0 !important;
}

#mc-embedded-subscribe {
	position: absolute;
	right: 0;
	top: 0;
	display: block !important;
	padding: 0 6px !important;
	height: 24px !important;
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: #e02927 !important;
	letter-spacing: 0.075em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	-webkit-appearance: none;
}

/*#mc-embedded-subscribe:hover {
	color: #fff !important;
	background: #ed1b24 !important;
}

#mce-EMAIL::-webkit-input-placeholder {
  color: #fff;
}

#mce-EMAIL::-moz-placeholder {
  color: #fff;
}

#mce-EMAIL:-ms-input-placeholder {
  color: #fff;
}

#mce-EMAIL:-moz-placeholder {
  color: #fff;
}
*/
/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.footer-list {
	display: flex;
	margin: 0;
	list-style-type: none;
}

.footer-list li {
	margin: 0 10px 0 0;
}

.footer-list li a {
	font-size: 28px;
	line-height: 32px;
}

.rotating-logo-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

.rotating-logo-outer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('images/ernest-footer-logo-outside.png') no-repeat center center;
	background-size: contain;
	animation: spin 22s linear infinite;
}

.rotating-logo-inner {
	width: 100%;
	padding-bottom: 100%;
	background: url('images/ernest-footer-logo-inside.png') no-repeat center center;
	background-size: contain;
}

@keyframes spin { 
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	} 
}

.fancybox-caption {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
}


#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;
}