

body {
	position: relative;
	background-color: #F4F4F4;
	color: #333333;
	font-size: 1.0em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
}



p {
	padding: 0px;
	margin: 24px 0px;
}
p:empty {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	margin: 36px auto;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 24px 0px;
	padding: 0px 0px 0px 12px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: square;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
	margin: 24px 0px;
	padding: 24px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: none;
}
blockquote p,
.wp-block-quote p,
.wp-block-pullquote p {
	color: #000000;
	font-family: 'Lora', Georgia, Times, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 140%;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
.wp-block-quote.is-style-large p {
	font-size: 160%;
	line-height: 1.5;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	font-size: 0.85rem;
	margin-top: 12px;
	opacity: 0.6;
}
code, pre, .wp-block-code {
	color: #666666;
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
code, pre {
	display: block;
	white-space: pre-line;
}
pre code {
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}
img {
	height: auto;
}
img, object, embed, iframe {
	max-width: 100%;
	margin: 0px auto 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.align-center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	float: none;
	text-align: center;
}



a img {
	border: none;
}
a, a:link {
	color: #0099cc;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #006699;
	text-decoration: underline;
}



h1 {
	color: #333333;
	font-size: 2.4em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.8px;
	margin: 24px 0px;
	padding: 0px;
}
h2 {
	color: #333333;
	font-size: 2.2em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.6px;
	margin: 24px 0px;
	padding: 0px;
}
h3 {
	color: #333333;
	font-size: 2.0em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.4px;
	margin: 24px 0px;
	padding: 0px;
}
h4 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 24px 0px;
	padding: 0px;
}
h5 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 18px 0px;
	padding: 0px;
}
h6 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.2px;
	margin: 18px 0px;
	padding: 0px;
}
h1 a, h1 a:link,
h2 a, h2 a:link,
h3 a, h3 a:link,
h4 a, h4 a:link,
h5 a, h5 a:link,
h6 a, h6 a:link {
	color: #333333;
	text-decoration: none;
	border: none;
}
h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active,
h4 a:hover, h4 a:focus, h4 a:active,
h5 a:hover, h5 a:focus, h5 a:active,
h6 a:hover, h6 a:focus, h6 a:active {
	color: #0099cc;
	text-decoration: none;
	border: none;
}
.headline {
	font-size: 3.0em;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: -1.4px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.headline.small {
	font-size: 2.4em;
	letter-spacing: -0.4px;
}
.headline.archive-headline {
	margin-bottom: 0px;
}
.adventure-singular.adventure-sidebar-inactive .headline {
	text-align: center;
}
.title {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}



#header {
	background-color: #FFFFFF;
	line-height: 0;
	margin: 0px;
	position: relative;
	z-index: 99;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
#masthead {
	display: inline-block;
	background: #000000;
	position: relative;
	margin-top: -50px;
	margin-bottom: 24px;
	padding: 24px;
	z-index: 9999;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.logo-overlay #masthead,
.logo-overlay #custom-header,
.logo-overlay #masthead,
.logo-overlay #custom-header {
	position: absolute;
	top: 0;
}
.site-title {
	display: block;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: 200;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}
.site-title a,
.site-title a:link {
	color: #FFFFFF;
	text-decoration: none !important;
}
.site-description {
	display: block;
	color: #999999;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#custom-header {
	display: block;
	position: relative;
	max-width: 100%;
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
	margin-top: -48px;
	margin-bottom: 24px;
	padding: 0px;
	overflow: hidden;
	z-index: 9999;
}
#custom-header img {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.mobile-logo {
	display: none;
}
.row.header-active,
.header-active .row {
	margin-top: -48px;
	position: relative;
}



#navigation {
	display: inline-block;
	background-color: #FFFFFF;
	color: #999999;
	position: relative;
	top: 0;
	width: 100%;
	font-size: 0.9rem;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation ul.mobile-menu {
	display: none;
}


.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.menu {
	line-height: 1.0;
}
.menu ul,
ul.menu {
	float: right;
	margin: 0px;
	padding: 0px;
}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 200px; 
}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px;
}
.menu li:hover {
	visibility:	inherit; 
}
.menu li {
	float: left;
	display: inline;
	position: relative;
}
.menu li li {
	display: block;
	position: relative;
}
.menu a {
	display: inline-block;
	position: relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 48px; 
	z-index: 99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 200px; 
	top: 0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 200px; 
	top: 0;
}


#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	background: none;
	color: rgba(0, 0, 0, .6);
}
#navigation .menu li.current-menu-ancestor a,
#navigation .menu li.current_page_ancestor a,
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
.menu {
	margin-bottom: 0;
}
.menu ul.sub-menu, .menu ul.children {
	background-color: #FFFFFF;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.menu ul.sub-menu ul.sub-menu,
.menu ul.children ul.children {
	background-color: #FFFFFF;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-khtml-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
}
.menu a {
	background: none;
	line-height: 48px;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin: 0px;
	padding: 0px 10px;
}
.menu a {
	color: rgba(0, 0, 0, .5);
}
.menu a:focus,
.menu a:hover,
.menu a:active {
	background: rgba(0, 0, 0, .04);
	outline: 0;
}
.menu a:focus,
.menu a:hover,
.menu a:active {
	color: #000000;
}
.menu li li a {
	display: block;
	background: none;
	font-weight: 400;
	text-transform: none;
	line-height: 36px;
	margin: 0px;
	padding: 0px 12px;
}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	color: rgba(0, 0, 0, .6);
}
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	background: rgba(0, 0, 0, .04);
	outline: 0;
}
.menu li li a:hover {
	color: #000000;
}
.menu li.sfHover:hover a {
	color: #000000;
}
.menu li.sfHover:hover .sub-menu a {
	color: rgba(0, 0, 0, .5);
}
.menu li.sfHover:hover .sub-menu a:hover {
	color: #000000;
}
.menu li.sfHover:hover {
	background: rgba(0, 0, 0, .04);
	outline: 0;
}
.menu li {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.menu li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.menu li li {
	background: none;
	text-align: left;
	margin: 0px;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.menu li li:last-child {
	border-right: none;
}


.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1.0em; 
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.6em;
	margin-top: -1px;
	height: 0;
	width: 0;
	
	border: 3px solid transparent;
	border-top-color: #666666; 
	border-top-color: rgba(0,0,0,.3);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #666666; 
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #666666; 
	border-left-color: rgba(0,0,0,.3);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #666666;
}



.home-slider {
	width: 100%;
	overflow: hidden;
}
.home-slider .slides li {
	padding: 0px;
	box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-slider .slides a.feature-img img,
.page-slideshow .slides li img {
	margin-left: -9999px;
}
.slideshow {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.slideshow ul, .slideshow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideshow .feature-img {
	margin-bottom: 0px;
	overflow: hidden;
}
.slideshow .information {
	width: 100%;
	max-width: 1180px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px;
	z-index: 9;
}
.slideshow .information .headline {
	font-weight: 300;
	font-size: 2.6em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.slideshow .information .headline.no-excerpt {
	margin-bottom: 24px;
}
.slideshow .information .headline a {
	color: #FFFFFF;
	text-decoration: none;
}
.slideshow .information .headline a:hover {
	color: rgba(255, 255, 255, .8);
}
.slideshow .information .excerpt {
	margin: 0px 0px 12px 0px;
}
.slideshow .information p {
	color: #FFFFFF;
	max-width: 76%;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}
.flexslider .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.12);
	border-left: 3px solid rgba(255, 255, 255, 0.12);
	border-right: 3px solid rgba(255, 255, 255, 0.4);
	border-top: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 999;
}
.slideshow .loading {
	min-height: 560px;
}
.slideshow .bg-gradient {
	position: absolute;
	width: 100%;
	height: 180px;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
}
.flexslider {
	background: #000000;
	position: relative;
	width: 100%;
	zoom: 1;
}
.flexslider .slides li {
	position: relative;
	background-position: center;
	min-height: 560px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
	max-width: 100%;
	margin: 0px auto 0px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}


.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}



.no-js .slides > li:first-child {
	display: none;
}

.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
.flex-container {
	zoom: 1;
	position: relative;
}


.flex-caption {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}


.flex-direction-nav {
	height: 0;
}
.flex-direction-nav li a {
	display: block;
	background: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 46px;
	height: 48px;
	width: 48px;
	text-decoration: none !important;
	margin: -24px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
}
.flex-direction-nav li a:hover {
	background: rgba(0, 0, 0, 1);
}
.flex-direction-nav .flex-next {
	right: 0;
	text-align: center;
}
.flex-direction-nav .flex-prev {
	left: 0;
	text-align: center;
}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
	color: rgba(255, 255, 255, .6);
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	text-decoration: none !important;
}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
	color: #FFFFFF;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}


.flex-control-nav {
	position: absolute;
	right: 36px;
	bottom: 12px;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
.flex-control-nav li {
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 4px;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.flex-control-nav li a:hover {
	background: #ffffff;
}
.flex-control-nav li a.flex-active {
	background: #ffffff;
	cursor: default;
}



.homepage {
	position: relative;
	margin: -48px 0px 0px 0px;
	padding: 0px;
	z-index: 9;
}
.featured-page {
	display: flex;
	align-items: stretch;
	background: #FFFFFF;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.featured-page p {
	font-size: 120%;
}
.featured-page .eleven.columns {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.featured-page .article {
	padding: 24px 36px;
}
.featured-page .title {
	font-size: 2.4em;
	font-weight: 300;
}
.featured-page .feature-img {
	min-height: 300px;
	min-width: 300px;
	margin: 0px;
	padding: 0px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-social {
	background: #F9F9F9;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0, .08);
}
.home-social .title {
	float: left;
	color: #999999;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-indent: 24px;
	margin: 0px;
	padding: 0px;
}
.home-social .social-icons {
	float: right;
	text-align: right;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
.home-social .social-icons li {
	display: inline;
	text-align: center;
}
.home-social .social-icons li a {
	float: left;
	background: #F9F9F9;
	color: #999999;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid rgba(0,0,0, .08);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.home-social .social-icons li a:hover {
	background: #EEEEEE;
	color: #000000;
}
.home-social .social-icons i {
	font-size: 18px;
}
.home-news .headline.small {
	margin-bottom: 0px;
}
.home-news .feature-img {
	margin: 0px;
}
.home-news .post-author {
	background: #F9F9F9;
	margin-top: 0px;
	padding: 12px 24px;
	border-top: 1px solid rgba(0,0,0, .08);
}



.article,
.intro {
	display: block;
	background: #FFFFFF;
	padding: 36px;
	box-sizing: border-box;
	overflow: hidden;
}
.intro {
	border-bottom: 1px solid rgba(0,0,0, .08);
}
.intro-img {
	position: relative;
}
.intro-img .headline {
	position: absolute;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
	font-weight: 300;
	left: 36px;
	right: 36px;
	bottom: 36px;
}
.intro-img .headline a {
	color: #FFFFFF;
}
.intro-img .headline a:hover {
	color: rgba(255, 255, 255, .7);
}
.post-holder {
	background: #FFFFFF;
	margin: 12px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.single-holder {
	background: #FFFFFF;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.blog-holder,
.archive-holder {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding-bottom: 0px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.blog-holder .article,
.archive-holder .article {
	padding: 18px 36px;
}
.archive-holder.archive-title {
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.category-wrap {
	margin-left: -12px;
	margin-bottom: 24px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
}
.category-wrap .article,
.category-wrap .intro {
	padding: 18px 24px;
}
.category-wrap .article p {
	margin: 12px 0px;
}
.category-wrap .post-holder {
	margin: 18px 0px 0px 0px;
}
.row .category-wrap .third {
	width: 32%;
}
.gutter-sizer-third {
	width: 1.8%;
}
.postarea {
	margin-bottom: 36px;
	padding: 0px;
	position: relative;
	z-index: 9;
}
.post-author {
	display: block;
	color: #999999;
	font-size: 0.75em;
	margin: -8px 0px 0px 0px;
	padding: 6px 0px;
	overflow: hidden;
}
.post-author p {
	margin: 0px;
	padding: 0px;
}
.post-meta {
	display: block;
	background: #F9F9F9;
	color: #999999;
	width: 100%;
	font-size: 0.9em;
	margin: 0px;
	padding: 12px 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0, .08);
}
.post-meta p {
	margin: 0px;
	padding: 0px 18px;
}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0,0,0, .08);
}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
}
.archive-column.last {
	padding-right: 0;
}
.sticky {
	position: relative;
}
.bypostauthor {
}



.social-icons {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li a {
	display: block;
	background: #333333;
	color: #666666;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	min-height: 36px;
	min-width: 36px;
	margin: 2px;
	padding: 0px;
	border-radius: 18px;
}
.social-icons li a:hover {
	background: #444444;
	color: #FFFFFF;
}
.social-icons li a[href*="twitter.com"]:hover	{
	color: #ffffff;
	background: #00aced;
}
.social-icons li a[href*="facebook.com"]:hover	{
	color: #ffffff;
	background: #3b5998;
}
.social-icons li a[href*="google.com"]:hover {
	color: #ffffff;
	background: #dd4b39;
}
.social-icons li a[href*="linkedin.com"]:hover {
	color: #ffffff;
	background: #007bb6;
}
.social-icons li a[href*="pinterest.com"]:hover	{
	color: #ffffff;
	background: #cb2027;
}
.social-icons li a[href*="youtube.com"]:hover	{
	color: #ffffff;
	background: #bb0000;
}
.social-icons li a[href*="instagram.com"]:hover	{
	color: #ffffff;
	background: #517fa4;
}



.pagination {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px auto 24px;
	padding: 0px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	z-index: 7;
}
.pagination .page-numbers {
	float: left;
	background: #ffffff;
	color: #666666;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.pagination .page-numbers:first-child {
	border-left: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers.current {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
}
.post-navigation {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	overflow: hidden;
}
.previous-post {
	float: left;
	font-size: 0.9em;
}
.next-post {
	float: right;
	font-size: 0.9em;
}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
}
.page-links span {
	margin: 0px 3px;
}



.feature-img {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px;
	overflow: hidden;
}
.feature-img.page-banner {
	background-color: #000000;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 620px;
}
.feature-img.banner {
	background: #000000;
	max-height: 620px;
	width: 100%;
}
.feature-img.banner img {
  width: 100%;
}
.feature-img.page-banner img {
	margin-left: -9999px;
}
.page-header,
.category-header {
	background: #000000;
}
.avatar {
	background: #f4f4f4;
	margin: 0px;
	padding: 0px;
}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
}
.author-avatar .avatar {
	display: block;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	border: none;
}
img.aligncenter,
.wp-block-image .aligncenter {
	margin: 12px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image .alignnone {
	padding: 0px;
	margin: 12px 0px;
}
img.alignright,
.wp-block-image .alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
}
img.alignleft,
.wp-block-image .alignleft {
	padding: 0px;
	margin: 12px 24px 12px 0px;
}
.alignwide, .alignfull {
	position: relative;
	width: calc(100% + 72px);
	left: -36px;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
}
.alignwide .alignwide,
.alignfull .alignfull,
.alignwide .alignfull,
.alignfull .alignwide {
	max-width: 100%;
	left: auto;
}
.aligncenter, .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-right: 0px;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-left: 0px;
}
.wp-caption {
	background: #F4F4F4;
	max-width: 100%;
	text-align: center;
	padding: 0px 0px 8px 0px;
	margin-bottom: 12px;
}
.wp-caption a {
	display: block;
	line-height: 0;
}
.wp-caption img {
	max-width: 94%;
	margin: 0px auto 0px;
	padding: 3% 3% 0px 3%;
}
.wp-caption-text,
.wp-caption figcaption,
.wp-block-image figcaption,
[class*="wp-block"] figcaption,
.blocks-gallery-caption {
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5;
	margin: 0px;
	padding: 8px 12px;
}
#wpstats {
	position: absolute;
	bottom: 0;
	z-index: 0;
}



.gallery-caption {
	font-size: 0.8em;
	padding: 0px 10px;
}
.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
.gallery-item {
	margin: 0px
}
.gallery-icon {
	line-height: 0;
	margin: 6px;
}
.gallery-icon a {
	display: block;
	background: #F9F9F9;
	padding: 6px;
	border: 1px solid #DDDDDD;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.gallery a:hover {
	background: #161616;
}
.gallery img {
	border: none !important;
}
.gallery-caption {
	font-size: 0.9em;
	padding: 0px 10px;
}



.sidebar {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.sidebar.left {
	padding: 0px 24px 0px 0px;
}



.widget {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding: 18px;
	overflow: hidden;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	position: relative;
	z-index: 9;
}
.widget h6 {
	line-height: 1.4;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.widget li {
	display: block;
	list-style-type: none;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.widget li:first-child {
	padding-top: 0px;
	border-top: none;
}
.widget li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.widget li li {
	padding: 8px 12px;
}
.widget li li:first-child {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.widget li a {
	margin: 0px;
	padding: 0px;
}
.textwidget {
	margin: 0px;
}
.textwidget p {
	margin: 12px 0px;
}
.textwidget iframe {
	max-width: 100%;
}
.tagcloud,
.wp_widget_tag_cloud {
	line-height: 1.2;
}
.widget_authors .avatar {
	margin: 0px 12px 0px 0px;
	padding: 0px;
}
.widget .grofile-thumbnail {
	max-width: none !important;
	width: 100% !important;
}
.widget .widget-grofile h4 {
	margin: 12px 0px;
	padding: 0px;
}
.widget .grofile-meta > p {
	padding-top: 0px;
}
.widget .widget-grofile ul.grofile-urls {
	padding-bottom: 12px;
}
.widget .recentcomments {
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 8px;
}
.widget_recent_comments .avatar {
	background: none;
	margin: 0px;
	padding: 0px;
}
.widget_recent_comments table {
	background: none;
}
.widget_recent_comments tr {
	border: none;
}
.widget_recent_comments td {
	border: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 6px 12px 6px 0px;
	border: none;
}
.widget_recent_comments td.recentcommentsavatartop a,
.widget_recent_comments td.recentcommentsavatarend a {
	display: block;
	position: relative;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	line-height: 1.6;
	padding: 6px 0px;
	border: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentstexttop {
	border: none;
}



.widget h6 a.rsswidget {
	display: inline;
}
.widget a.rsswidget {
	display: block;
	font-size: 1.1em;
	line-height: 1.8;
}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 12px;
}
.widget_rss .rssSummary {
	line-height: 1.8;
}



#calendar_wrap {
	margin: 0px auto 0px;
}
#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar a {
	margin: 0px;
}
#wp-calendar caption {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
}



.widget ul.menu {
	float: none;
	text-align: left;
}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #006699;
	background: none;
}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #0099CC;
	height: auto;
	font-size: 1.0em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
}
.widget ul.menu li a:hover {
	color: #006699;
	text-decoration: underline;
}
.widget ul.menu li:first-child a {
	padding-top: 0px;
}
.widget ul.menu li li:first-child a {
	padding-top: 8px;
}
.widget ul.menu li:last-child a {
	padding-bottom: 0px;
}
.widget ul.menu li li:last-child a {
	padding-bottom: 8px;
}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-left: none;
}
.widget ul.menu li:last-child {
	border-right: none;
}
.widget .sf-arrows .sf-with-ul:after {
	right: 2px;
}
.widget ul.menu li ul.sub-menu {
	float: none;
	display: none;
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}




#searchform {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
#searchform label {
	display: none;
}
input.search-field,
#searchform #s {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 70%;
	height: 42px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 6px 0px 0px;
	padding: 6px;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	box-sizing: border-box;
}
#searchsubmit,
.woocommerce-product-search button {
	float: right;
	background: #F9F9F9;
	color: #666666;
	width: 26%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.0em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 8px !important;
	box-sizing: border-box;
}
.three.columns input.search-field,
.three.columns #searchform #s {
	width: 58%;
}
.three.columns #searchsubmit {
	width: 26%;
}



.footer {
	background: #000000;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
.footer .align-left {
	font-size: 0.9em;
	line-height: 1.8;
}
.footer-widgets {
	max-width: 1180px;
	margin: 0px auto 0px;
	padding: 24px 0px;
	overflow: hidden;
}
.footer-widgets .widget {
	float: left;
	width: 25%;
	background: none;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.footer-widgets .widget li {
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.footer-widgets .widget li:first-child {
	border-top: none;
}
.footer-widgets .widget .footer-widget {
	padding: 12px;
}
.footer-widgets .widget h6 {
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer-widgets .widget a,
.footer-widgets .widget ul.menu li a {
	color: #999999 !important;
}
.footer-widgets .widget a:hover,
.footer-widgets .widget ul.menu li a:hover {
	color: #FFFFFF !important;
}
.footer-widgets .textwidget {
	color: #666666;
}
.footer-information {
	background: #242424;
	padding: 48px;
	overflow: hidden;
}
.footer-information p {
	margin: 0px;
	padding: 0px;
}
.footer-content {
	color: #666666;
	max-width: 1180px;
	margin: 0px auto 0px;
}
.footer-content a {
	color: #999999;
}



#comments {
	background: #FFFFFF;
	margin-top: 24px;
	padding: 12px 36px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
#comments-title {
	font-size: 2.0em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
}
#reply-title {
	margin: 0px;
	padding: 0px;
}
.commentlist li .avatar {
	float: right;
	background: #F4F4F4;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0,0,0, .08);
}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0,0,0, .08);
}
.commentlist li ul li {
	padding-left: 24px;
}
.commentlist li ul li:last-child {
	border-bottom: none;
}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
}
.comment {
	padding: 18px 0px;
}
#commentform {
	margin: 5px 0px 0px 0px;
}
.commentlist li #respond {
	border-top: 1px solid rgba(0,0,0, .08);
}
#respond {
	padding-top: 20px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
}
p.logged-in-as {
	margin-top: -6px;
}
.nocomments {
	display: none;
}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin-top: -12px;
	padding: 0px;
}
.reply {
	margin: 12px 0px 0px 0px;
	padding: 6px 0px;
}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.form-allowed-tags {
	display: none;
}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	margin: 0px;
	padding: 0px;
}



button, .button, a.button, a.button:link, a.button:visited,
#comments .reply a, .wp-block-button__link, .wp-block-button__link:visited, .wp-block-search__button,
#searchsubmit, #prevLink a, #prevLink a:link, #prevLink a:visited, #nextLink a,
button[type=submit], input[type=submit], #submit, input#submit, input.button {
	display: inline-block;
	background-color: #f4f4f4;
	color: #666666;
	position: relative;
	top: -2px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.6;
	margin: 12px 0px;
	padding: 6px 18px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
button:hover, .button:hover, a.button:hover, a.button:focus, a.button:active,
.wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button__link:not(.has-text-color):not(.has-background):active,
.wp-block-button__link:not(.has-text-color):not(.has-background):focus,
#comments .reply a:hover, .wp-block-search__button:hover, #searchsubmit:hover,
#prevLink a:hover, #nextLink a:hover, input[type=submit]:hover,
button[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover {
	top: 0px;
	background-color: #0099cc;
	border-color: #0099cc;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.6;
	margin: 12px 0px;
	padding: 6px 18px;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
}
.more-link {
	margin-top: 24px;
}



table {
	width: 100%;
	margin: 18px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
.widget table {
	margin: 0px;
}
table thead,
table tfoot {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
table thead th,
table tfoot td {
	border: none;
}
table th {
	background: #eeeeee;
	background: rgba(0, 0, 0, 0.08);
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 4px;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
table td {
	padding: 6px 4px;
	margin: 0px;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}



form {
	display: block;
	margin: 24px 0px;
}
form p {
	margin: 6px 0px;
}
form div {
	display: block;
}
form span {
	margin-bottom: 8px;
	overflow: hidden;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form fieldset {
	margin: 12px 0px;
	border-color: rgba(0, 0, 0, 0.12);
}
form legend {
	font-weight: bold;
}
form li > label {
	font-weight: bold;
}
form li li > label {
	font-weight: normal;
}
form span label {
	font-size: 0.8rem;
}
form input,
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form textarea {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #f9f9f9;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 4px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}
form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 6px;
	vertical-align: baseline !important;
}
form input[type='submit'] {
	margin-top: 0px;
}
form textarea {
	width: 100%;
	overflow: auto;
}
form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form input[type="tel"],
form.contact-form input[type="url"] {
	width: 100%;
}
form .form-submit {
	padding: 0px;
}
textarea {
	overflow: auto;
}
address {
	margin: 12px 0px;
}
select {
	display: block;
	background-color: #f9f9f9;
	color: rgba(0, 0, 0, 0.6);
	color: #666666;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
	width: auto;
	max-width: 100%;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 4px;
	padding: 6px 46px 6px 8px !important;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
	background-position:
		calc(100% - 16px) 50%,
		calc(100% - 11px) 50%,
		calc(100% - 32px) 6px;
	background-size:
		5px 5px,
		5px 5px,
		1px 24px;
	background-repeat: no-repeat;

	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}



a, a:link {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
}
.shadow {
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.radius-full {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.radius-top {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}



#wrap {
	margin: 0px;
	padding: 0px;
}
.container {
	margin: 0px auto 0px;
	padding: 0px;
}
.row {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.row .row {
	min-width: 0;
}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
}
[class*="column"] + [class*="column"]:last-child {
	float: right;
}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.28%; }
.row .fourth 	{ width: 25%; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }


.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }




.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}



.wp-block-image,
.wp-block-table {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-image img {
	display: block;
}
.wp-block-embed {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-gallery .blocks-gallery-item {
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.wp-block-cover .wp-block-button,
.wp-block-cover-image .wp-block-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-cover h2 {
	padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
	padding: 0px 36px;
	box-sizing: border-box;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0px auto;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
	z-index: 7;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-media-text .wp-block-media-text__content {
	padding-top: 36px;
	padding-bottom: 36px;
}
.wp-block-button {
	position: relative;
	box-sizing: border-box;
}
.wp-block-button.alignleft {
	float: none;
	text-align: left;
}
.wp-block-button.alignright {
	float: none;
	text-align: right;
}
.wp-block-button.alignwide .wp-block-button__link {
	display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: inherit;
	box-shadow: none;
	text-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: inherit;
	background: inherit;
}
.wp-block-button__link.has-text-color:hover {
	color: initial;
}
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff;
	border-color: #ffffff;
}
.wp-block-pullquote {
	position: relative;
	margin: 36px 0px 24px;
	padding: 36px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}
.wp-block-pullquote p {
	font-style: italic;
}
.wp-block-pullquote::before {
	position: absolute;
	top: -28px; left: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.4);
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: -24px;
	border-radius: 50%;
	border: 2px solid #dddddd;
}
.wp-block-pullquote.is-style-solid-color {
	padding-left: 72px;
}
.wp-block-pullquote.is-style-solid-color::before {
	left: 36px;
	top: 36px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: none;
}
.wp-block-pullquote blockquote {
	margin: 0px;
	padding: 0px;
	border: none;
}
.wp-block-pullquote blockquote p {
	margin-bottom: 12px;
}
.wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
	font-size: 90%;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.6;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
	padding-left: 36px;
	padding-right: 36px;
}
.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-social-links .wp-social-link {
	padding: 0px;
}
.wp-block-social-links .wp-social-link a {
	color: inherit;
}
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address {
	margin-top: 6px;
	margin-bottom: 6px;
}
.wp-block-jetpack-email::before {
	color: #999999;
	font-family: 'FontAwesome';
	font-size: 90%;
	content: '\f0e0';
	margin-right: 8px;
}
.wp-block-jetpack-phone::before {
	color: #999999;
	font-family: 'FontAwesome';
	content: '\f095';
	margin-right: 8px;
}
.wp-block-jetpack-slideshow .swiper-pagination-bullet {
	top: auto;
}
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignwide,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignwide {
	left: auto;
	width: auto;
	max-width: 100%;
	padding: 0px;
}
.swiper-button-next,
.swiper-button-prev {
	top: 50% !important;
}




@media handheld, only screen and (max-width: 1023px) {

	

	#wpadminbar {
		position: fixed;
	}
	iframe {
		max-width: 100%;
	}
	.homepage,
	.header-active .row,
	.row.header-active {
		margin-top: 0px;
	}
	.menu a {
		font-size: 0.9em;
		padding: 0px 8px;
	}
	.slideshow .loading {
		min-height: 360px;
	}
	.slideshow .information {
		width: auto;
		position: absolute;
		bottom: 24px;
		left: 24px;
		margin-left: 0px;
		padding: 0px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.slideshow .information .headline {
		font-weight: 400;
		font-size: 2em;
		letter-spacing: 0px;
	}
	.slideshow .information .headline.no-excerpt {
		margin-bottom: 0px;
	}
	.flex-control-nav,
	.slideshow .excerpt {
		display: none;
	}
	.home-social .title {
		display: none;
	}
	.intro-img .headline {
		left: 18px;
		bottom: 18px;
	}
	.category-wrap {
		width: 100%;
		margin: 0px;
	}
	.adventure-sidebar-inactive .alignwide,
	.adventure-sidebar-inactive .alignfull,
	.adventure-sidebar-active .alignfull,
	.adventure-sidebar-active .alignwide {
		width: calc(100% + 48px);
		left: -24px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.footer {
		margin-top: 0px;
	}
	.footer-content {
		text-align: center;
	}
	.footer-content .align-left {
		float: none;
		display: block;
	}
	.footer-content .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 18px;
	}
}



@media handheld, only screen and (max-width: 767px) {
	h1 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	h2 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	h3 {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	h4 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	h5 {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	h6 {
		font-size: 1.0rem;
		line-height: 1.4;
	}
	.headline {
		font-size: 2.0rem;
	}
	.headline.small {
		font-size: 1.4rem;
	}
	body, p {
		font-size: 0.9rem;
		line-height: 1.7;
	}
	blockquote {
		margin: 12px 0px;
		padding: 18px 0px;
	}
	blockquote p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}



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

	

	body {
		position: inherit;
	}
	.container {
		margin: 12px;
		padding: 0px;
	}
	#header {
		display: inline-block;
		width: 100%;
		height: auto;
		z-index: 8;
	}
	#custom-header {
		background: #000000;
		margin: 0px;
	}
	#custom-header img {
		margin: 0px auto 0px;
	}
	#masthead,
	.logo-overlay #masthead,
	.logo-overlay #custom-header {
		position: relative;
		top: 0;
		z-index: 8;
	}
	#masthead,
	.logo-overlay #masthead {
		display: block;
		margin: 0px;
	}
	.mobile-logo {
		display: block;
		position: relative;
		margin: 0px;
	}
	.main-logo {
		display: none;
	}
	#navigation {
		background: #000000 !important;
		position: relative;
		top: auto;
		margin: 0px;
		padding: 0px;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
	}
	.menu-toggle,
	.main-small-navigation ul.mobile-menu.toggled-on {
		display: block;
	}
	.navigation-main ul.menu,
	.sf-sub-indicator {
		display: none;
	}
	.menu {
		display: block;
	}
	.menu-toggle {
		color: #FFFFFF;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 1.8em;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1;
		text-transform: none;
		text-align: center;
		margin: 0;
		padding: 18px 12px;
	}
	.menu-toggle:before {
		color: #FFFFFF;
		font-family: 'FontAwesome';
		content: '\f0c9';
		top: 1px;
		margin-right: 6px;
		position: relative;
	}
	.mobile-menu ul.sub-menu,
	.mobile-menu ul.children {
		display: block !important;
		visibility: visible !important;
		left: auto;
		margin: 0;
		padding: 0;
	}
	.mobile-menu ul,
	.mobile-menu li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu li {
		display: block;
		text-align: center;
		line-height: 30px;
	}
	.mobile-menu li li a:before {
		content: '- ';
	}
	.mobile-menu li li li a:before {
		content: '-- ';
	}
	.mobile-menu li li li li a:before {
		content: '--- ';
	}
	.mobile-menu a {
		display: block;
		color: #CCCCCC !important;
		font-size: 1.2em;
		text-decoration: none;
		padding: 6px 0px;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.mobile-menu a:hover {
		background: rgba(255, 255, 255, 0.1);
		color: #FFFFFF !important;
		text-decoration: none;
	}
	.home-slider .slides li {
		min-height: 320px;
	}
	.home-slider .slides a.feature-img img,
	.page-slideshow .slides li img {
		margin-left: 0px;
	}
	.slideshow .loading {
		min-height: 320px;
	}
	.slideshow .information .headline {
		font-size: 1.4em;
		letter-spacing: 0px;
	}
	.home-social .title {
		display: none;
	}
	.article, .intro,
	.featured-page .article {
		padding: 24px;
	}
	.blog-holder .article,
	.archive-holder .article {
		padding: 12px 24px;
	}
	.featured-page {
		margin-bottom: 0px;
	}
	.featured-page .feature-img {
		display: none;
	}
	.featured-page,
	.featured-page .eleven.columns {
		display: block;
}
	.blog-holder,
	.archive-holder,
	.post-holder {
		margin: 12px 0px 0px 0px;
	}
	.row .category-wrap .third {
		width: 100%;
		max-width: 100%;
	}
	.gutter-sizer-third {
		display: none;
	}
	.page-header {
		display: none;
	}
	.post-author p {
		float: left;
		display: block;
		width: 100%;
		font-size: 0.9em;
	}
	.pagination {
		margin-bottom: 0px;
		padding: 24px 0px;
	}
	.social .align-left,
	.social .align-right {
		float: none;
		display: block;
		text-align: left;
		overflow: hidden;
	}
	.social .align-right {
		margin-top: 6px;
	}
	.tweet-btn, .like-btn, .plus-btn {
		margin-left: 0px;
	}
	.tweet-btn {
		width: 88px;
	}
	.like-btn {
		width: 90px;
	}
	.plus-btn {
		width: 70px;
	}
	.archive-column {
		width: 100%;
		padding-right: 0;
	}
	.sidebar {
		padding: 0px;
	}
	.sidebar.left {
		display: none;
	}
	.sidebar .widget {
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(0,0,0, .08);
	}
	.sidebar .widget:last-child {
		border-bottom: none;
	}
	.container form textarea {
		width: 94% !important;
	}
	#commentform textarea {
		width: 95% !important;
	}
	.footer-widgets {
		padding: 0px 24px;
	}
	.footer-widgets .widget .footer-widget {
		padding: 0px;
	}
	.footer-widgets .widget {
		float: none;
		width: 100%;
		margin: 0px;
		padding: 24px 0px;
	}
	.masonry-brick {
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}

	

	form input[type='url'],
	form input[type='tel'],
	form input[type='email'],
	form input[type='text'],
	form input[type='password'],
	form input[type='number'] {
		width: 100%;
}

	

	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		overflow: visible !important;
	}
	.row .single,
	.row .half,
	.row .third,
	.row .fourth {
		width: 100%;
	}
	.row .row .column, .row .row .columns {
		padding: 0;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.column:last-child, .columns:last-child {
		margin-right: 0;
		float: none;
	}
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	[class*="column"]:before, [class*="column"]:after {
		content:"";
		display:table;
	}
	[class*="column"]:after {
		clear: both;
	}
}
