@import url(https://fonts.googleapis.com/css?family=Asap:400,400i,600,600i,700,700i);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i);@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,600,700);/**
 * Reset & Helpers
 */
:root {
	/* Grid */

	/* Calc grid columns in % */

	/* Typography */

	/* Type: Sizes */        /* 48px */ /* 40px */     /* 36px */    /* 30px */      /* 24px */     /* 20px */    /* 18px */

	/* Type: Other */

	/* Colors */

	/* Border color */

	/* Spacing */   /* 20px */  /* 30px */    /* 40px */ /* 50px */ /* 60px */
}
/* 400px */
/* 720px */
/* 1000px */
/* 1200px */
/**
 * Basics
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* If user is logged in and brower has admin menu-bar */
body.logged-in.admin-bar .header-wrapper {
	top: 46px;
}
@media screen and (min-width: 780px) {
	body.logged-in.admin-bar .header-wrapper {
		top: 32px;
	}
}
blockquote {
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.333;
	margin: 0 0 0 2rem;
	position: relative;
	quotes: "\201C" "\201D";
}
@media (min-width: 25em) {
	blockquote {
		font-size: 1.25rem;
		margin: 0 0 0 4rem;
	}
}
blockquote cite {
	font-size: 1rem;
	font-weight: bold;
}
blockquote::before {
	content: open-quote;
	color: #984f48;
	font-family: 'Asap', sans-serif;
	font-style: normal;
	position: absolute;
	font-size: 60px;
	line-height: 1;
	left: -28px;
	left: -1.75rem;
}
@media (min-width: 25em) {
	blockquote::before {
		font-size: 85px;
		left: -48px;
		left: -3rem;
	}
}
@media (min-width: 45em) {
	blockquote::before {
		font-size: 100px;
		left: -52px;
		left: -3.25rem;
	}
}
.btn {
	background-color: #e7ddcc;
	border-radius: 4px;
	color: #000;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 14px;
}
@media (min-width: 62.5em) {
	.btn {
		font-size: 20px;
		padding: 10px 17px;
	}
}
@media (min-width: 75em) {
	.btn {
		font-size: 24px;
		padding: 12px 20px;
	}
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
img,
figure {
	display: block;
	margin: 1.75rem 0
}
img.aligncenter, figure.aligncenter {
	margin: 1.75rem auto;
}
figure {
	max-width: 100%;
}
figure > img {
	margin: 0
}
figure > img.aligncenter,
	figure > img.alignnone,
	figure > img.alignleft,
	figure > img.alignright {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
figcaption {
	font-size: 0.8em;
	line-height: 1.25em;
	font-style: italic;
	padding: 0.333rem 0 0;
}
@media (min-width: 62.5em) {
	img,
	figure {
		margin: 5px 0 15px
	}
	img.aligncenter, figure.aligncenter {
		margin: 5px auto 15px;
	}
	img.alignleft, figure.alignleft {
		float: left;
		margin-right: 1.75rem;
		margin-left: 0;
		max-width: 50%;
	}
	img.alignright, figure.alignright {
		float: right;
		margin-left: 1.75rem;
		margin-right: 0;
		max-width: 50%;
	}

	figure img.alignleft,
		figure img.alignright {
		float: none;
		margin: 0;
	}
}
.content-wrapper form:not([name*='filter']) {
	padding: 2.5rem 0
}
.content-wrapper form:not([name*='filter']) input,
	.content-wrapper form:not([name*='filter']) textarea {
	border: 1px solid #a4a7ad;
	border-radius: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	color: #2c332c;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 1.25rem;
}
.content-wrapper form:not([name*='filter']) input:focus, .content-wrapper form:not([name*='filter']) textarea:focus {
	border-bottom-color: #333;
	outline: none;
}
.content-wrapper form:not([name*='filter']) input[type='submit'],
	.content-wrapper form:not([name*='filter']) button[type='submit'] {
	cursor: pointer;
	background-color: #e7ddcc;
	border-radius: 4px;
	color: #000;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 14px;
	width: auto;
}
@media (min-width: 62.5em) {
	.content-wrapper form:not([name*='filter']) input[type='submit'],
	.content-wrapper form:not([name*='filter']) button[type='submit'] {
		font-size: 20px;
		padding: 10px 17px;
	}
}
@media (min-width: 75em) {
	.content-wrapper form:not([name*='filter']) input[type='submit'],
	.content-wrapper form:not([name*='filter']) button[type='submit'] {
		font-size: 24px;
		padding: 12px 20px;
	}
}
.content-wrapper form:not([name*='filter']) input[type='submit']:disabled, .content-wrapper form:not([name*='filter']) button[type='submit']:disabled {
	color: #aaa;
}
.content-wrapper form:not([name*='filter']) label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
}
.sidebar form input {
	background: #fff;
}
.gform_wrapper li input[type="radio"],
		.gform_wrapper li input[type="checkbox"],
		.gform_wrapper div.gchoice input[type="radio"],
		.gform_wrapper div.gchoice input[type="checkbox"] {
	width: 10px;
	margin: 2px 5px 0 0 !important;
}
.hamburger {
	display: block;
	position: relative;
	height: 45px;
	padding: 0 10px 10px;
	font-weight: 100;
	text-decoration: none;
	border: 0;
	background: none;
	line-height: 1.5em;
	font-family: 'Asap', sans-serif;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media (min-width: 25em) {
	.hamburger {
		top: auto;
	}
}
@media (min-width: 62.5em) {
	.hamburger {
		display: none;
	}
}
.hamburger:hover,
	.hamburger:focus {
	opacity: 0.8;
}
.hamburger:hover {
	cursor: pointer;
}
.hamburger__icon,
.hamburger__icon::before,
.hamburger__icon::after {
	background-color: #14234d;
	border-radius: 1px;
	height: 4px;
	width: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hamburger__icon {
	display: inline-block;
	position: relative;
}
.hamburger__icon::before,
.hamburger__icon::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
}
.hamburger__icon::after {
	left: auto;
	right: 0;
	top: 8px;
	width: 30px;
}
/* CLose variant */
.hamburger.active .hamburger__icon {
	background-color: transparent;
}
.hamburger.active .hamburger__icon::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.hamburger.active .hamburger__icon::after {
	right: 0;
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]) {
	word-wrap: unset;
	font-family: 'Asap', sans-serif;
	line-height: 1.25em;
}
h1:not([class]) {
	margin: 0 0 0.5em;
	font-size: 3em;
	line-height: 1.25em;
}
h2:not([class]) {
	margin: 0.75em 0 0.25em;
	font-size: 2.25em;
}
h3:not([class]) {
	margin: 1em 0 0.25em;
	font-size: 1.875em;
}
h4:not([class]) {
	margin: 1em 0 0.25em;
	font-size: 1.5em;
}
h5:not([class]) {
	margin: 1.25em 0 0.25em;
	font-size: 1.25em;
}
h6:not([class]) {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	margin: 1.25em 0 0.25em;
}
h1:not([class]) + h2:not([class]),
h2:not([class]) + h3:not([class]),
h3:not([class]) + h4:not([class]),
h4:not([class]) + h5:not([class]),
h5:not([class]) + h6:not([class]) {
	margin-top: 0;
}
a {
	color: #984f48;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}
a:hover {
	opacity: 0.8;
}
ul:not([class]),
ol:not([class]) {
	padding-left: 2em;
	margin: 1em 0 1.5em;
	list-style-type: disc
}
ul:not([class]) li, ol:not([class]) li {
	margin: 0.5em 0;
	line-height: 1.25em;
}
ol:not([class]) {
	list-style-type: decimal;
}
.logo img {
	margin: 0;
	width: 90px;
}
@media (min-width: 25em) {
	.logo img {
		width: 120px;
	}
}
@media (min-width: 62.5em) {
	.logo img {
		width: 170px;
	}
}
.logo-footer img {
	margin: 2rem auto 0;
	width: 200px;
}
p:not([class]) {
	margin: 0.25em 0 1em;
	line-height: 1.5em;
}
.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.site-select-mobile,
.select2-container {
	width: 100%;
}
@media (min-width: 45em) {
	.site-select-mobile,
.select2-container {
		display: none;
	}
}
.site-select {
	background-color: transparent;
	border: 1px solid #a4a7ad;
	border-radius: 7px;
	height: 40px;
	margin: 0.555rem 0 0;
	padding: 10px 20px;
	width: 100%;
}
@media (min-width: 25em) {
	.site-select {
		margin: 1.111rem 0 0;
	}
}
@media (min-width: 45em) {
	.site-select {
		margin: 0 15px 0 0;
		width: auto;
	}
}
.select2.select2-container {
	margin: 0.555rem 0 0;
	min-width: 190px;
	height: 40px !important;
}
@media (min-width: 25em) {
	.select2.select2-container {
		margin: 1.111rem 0 0;
	}
}
@media (min-width: 45em) {
	.select2.select2-container {
		margin: 0 15px 0 0;
	}
}
.select2-container .select2-selection--single {
	background-color: transparent;
	border-radius: 7px !important;
	height: 40px !important;
	width: 100%;
}
@media (min-width: 45em) {
	.select2-container .select2-selection--single {
		width: auto;
	}
}
@media (min-width: 62.5em) {
	.select2-container .select2-selection--single {
		height: 100% !important;
	}
}
.select2-container.select2-container--open .select2-selection--single {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-selection__rendered,
.select2-selection__arrow {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 40px !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 62.5em) {
	.select2-selection__rendered,
.select2-selection__arrow {
		height: 100% !important;
	}
}
.select2-dropdown.select2-dropdown--below {
	z-index: 9999;
}
.logged-in.admin-bar .select2-dropdown.select2-dropdown--below {
	top: 46px;
}
@media only screen and (min-width: 782px) {
	.logged-in.admin-bar .select2-dropdown.select2-dropdown--below {
		top: 32px;
	}
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #984f48 transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #984f48 !important;
}
.skip-link {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.skip-link:focus {
	display: block;
}
.categories .categories__list,
.tags .tags__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.categories .categories__list .categories__item,
.tags .tags__list .tags__item {
	display: inline-block;
	font-weight: 700;
	padding-right: 10px
}
.categories .categories__list .categories__item a, .tags .tags__list .tags__item a {
	text-decoration: none;
}
/**
 * Components
 */
.article-list {
	border-top: 10px solid #7c8a54;
	font-family: 'Asap', sans-serif;
	margin-bottom: 1.25rem;
}
@media (min-width: 45em) {
	.article-list {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
	}
}
.article-list .widgettitle {
	background-color: #fff;
	color: #2c332c;
	font-size: 1.875rem;
	font-weight: bold;
	margin: 0;
	padding: 1.375rem 1.875rem;
}
.article-list h3 {
	margin: 0;
	line-height: 1.25em;
}
.article-list a {
	color: inherit;
	text-decoration: none;
}
.article-list__single {
	background-color: #fff;
	border-top: 1px solid #faf9f7;
	padding: 1rem 1.875rem
}
.article-list__single:last-child {
	border-bottom: 1px solid #faf9f7;
}
.article-list__single--archive-link {
	text-align: center;
}
.article-list__heading {
	color: #984f48;
	font-family: 'Asap', sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
}
.article-list__meta {
	color: #42464f;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-style: italic;
	display: block;
	line-height: 1;
	margin-top: 0.3125rem;
}
/* .breadcrumbs {}

.breadcrumbs__item {}

.breadcrumbs__item--home {}

.breadcrumbs__item--current {}

.breadcrumbs__link {} */
.cta_widget {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	padding: 0.555rem;
	min-height: 70vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 25em) {
	.cta_widget {
		padding: 1rem;
		min-height: 53vw;
	}
}
@media (min-width: 45em) {
	.cta_widget {
		display: block;
		margin-bottom: 30px;
		width: 31.62393%;
		min-height: 28.475vw;
	}
}
@media (min-width: 62.5em) {
	.cta_widget {
		padding: 1.875rem;
	}
}
@media (min-width: 75em) {
	.cta_widget {
		height: 350px;
		min-height: auto;
		padding: 2.5rem;
	}
}
.cta_widget.has-link:hover {
	opacity: 0.8;
}
.cta_widget.color-dark-green {
	background-color: #5b653e;
}
.cta_widget.color-light-green {
	background-color: #7c8a54;
}
.cta_widget.color-dark-blue {
	background-color: #14234d;
}
.cta_widget.color-dark-red {
	background-color: #984f48;
}
.cta_widget.color-beige {
	background-color: #e7ddcc;
	color: #2c332c;
}
.cta_widget {
	.cta__content__icon::before {
		font-size: 48px;
	}
}
.cta_widget.color-dark-green .cta__content__icon::before {
	color: #7c8a54;
}
.cta_widget.color-light-green .cta__content__icon::before {
	color: #5b653e;
}
.cta_widget.color-dark-blue .cta__content__icon::before {
	color: #243563;
}
.cta_widget.color-dark-red .cta__content__icon::before {
	color: rgb(129, 67, 61);
}
.cta_widget.color-beige .cta__content__icon::before {
	color: #bababa;
}
.sidebar .cta_widget {
	width: 100%;
}
.cta__link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.cta__content {
	position: relative;
}
.cta__content__title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.125;
	margin: 0 0 0.625rem;
	position: relative;
	z-index: 1;
}
@media (min-width: 62.5em) {
	.cta__content__title {
		font-size: 1.75rem;
		margin: 0 0 0.9375rem;
	}
}
@media (min-width: 75em) {
	.cta__content__title {
		font-size: 2.25rem;
		margin: 0 0 1.25rem;
	}
}
.cta__content__icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0
}
.cta__content__icon::before {
	font-size: 120px;
}
@media (min-width: 25em) {
	.cta__content__icon::before {
		font-size: 150px;
	}
}
@media (min-width: 45em) {
	.cta__content__icon::before {
		font-size: 96px;
	}
}
.cta__content__subtitle,
.cta__content__text {
	font-family: 'Open Sans', sans-serif;
	z-index: 1;
	position: relative;
}
.cta__content__subtitle {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 0.25rem;
}
@media (min-width: 62.5em) {
	.cta__content__subtitle {
		font-size: 1.25rem;
	}
}
@media (min-width: 75em) {
	.cta__content__subtitle {
		font-size: 1.375rem;
		margin: 0 0 0.5rem;
	}
}
.cta__content__text {
	font-size: 1rem;
	margin: 0;
	line-height: 22px;
}
@media (min-width: 62.5em) {
	.cta__content__text {
		font-size: 1.125rem;
		line-height: 24px;
	}
}
@media (min-width: 75em) {
	.cta__content__text {
		font-size: 1.25rem;
		line-height: 27px;
	}
}
.embed-container {
	overflow: hidden;
	max-width: 100%;
	margin: 2rem 0;
}
.embed-container__inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-post-oembed-wrap > .embed-container {
	margin: 0;
}
/* Maybe relevant - Match the embed if it is the very first element in the post content */
.post-wrapper :first-child.embed-container {
	margin-top: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.hero_widget {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
}
@media (min-width: 500px) {
	.hero_widget {
		height: 400px;
	}
}
@media (min-width: 45em) {
	.hero_widget {
		margin-bottom: 30px;
	}
}
@media (min-width: 62.5em) {
	.hero_widget {
		height: 450px;
	}
}
.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
}
@media (min-width: 500px) {
	.hero {
		height: 400px;
	}
}
@media (min-width: 62.5em) {
	.hero {
		height: 450px;
	}
}
.hero__image-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.hero__img {
	max-width: none;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin: 0;
	height: 300px;
}
@media (min-width: 500px) {
	.hero__img {
		height: 400px;
	}
}
@media (min-width: 62.5em) {
	.hero__img {
		height: 450px;
	}
}
@media (min-width: 1600px) {
	.hero__img {
		width: 100%;
		height: auto;
	}
}
.hero__text-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.hero__text__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background-color: rgba(0, 0, 0, .37);
	color: #fff;
	padding: 0.555rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width: 25em) {
	.hero__text__content {
		padding: 1rem;
	}
}
@media (min-width: 45em) {
	.hero__text__content {
		display: block;
		width: 48.71795%;
		top: 0;
		bottom: 0;
		left: 1.111rem;
		padding: 1.875rem;
	}
}
@media (min-width: 62.5em) {
	.hero__text__content {
		width: 40.17094%;
		padding: 2.5rem;
	}
}
@media (min-width: 75em) {
	.hero__text__content {
		left: 0;
	}
}
.hero__text {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.125;
	margin: 0;
	width: 100%;
}
@media (min-width: 25em) {
	.hero__text {
		font-size: 2rem;
	}
}
@media (min-width: 45em) {
	.hero__text {
		font-size: 2.25rem;
	}
}
@media (min-width: 62.5em) {
	.hero__text {
		font-size: 3rem;
	}
}
.hero-link-wrapper {
	margin: 1.25rem 0 0.9375rem;
	width: 100%;
}
@media (min-width: 45em) {
	.hero-link-wrapper {
		margin: 1.875rem 0 0;
	}
}
@media (min-width: 75em) {
	.hero-link-wrapper {
		margin: 2.5rem 0 0;
	}
}
.hike-template-default .sidebar, .holiday-template-default .sidebar, .course-template-default .sidebar {
	padding: 0 16px;
}
@media screen and (min-width: 45em) {
	.hike-template-default .sidebar, .holiday-template-default .sidebar, .course-template-default .sidebar {
		padding: 0;
	}
}
.hike-template-default .hike-wrapper,
	.hike-template-default .holiday-wrapper,
	.hike-template-default .course-wrapper,
	.holiday-template-default .hike-wrapper,
	.holiday-template-default .holiday-wrapper,
	.holiday-template-default .course-wrapper,
	.course-template-default .hike-wrapper,
	.course-template-default .holiday-wrapper,
	.course-template-default .course-wrapper {
	border-top: 10px solid #7c8a54;
	padding: 1.875rem 11.1115%;
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
@media screen and (min-width: 45em) {
	.hike-template-default .hike-wrapper,
	.hike-template-default .holiday-wrapper,
	.hike-template-default .course-wrapper,
	.holiday-template-default .hike-wrapper,
	.holiday-template-default .holiday-wrapper,
	.holiday-template-default .course-wrapper,
	.course-template-default .hike-wrapper,
	.course-template-default .holiday-wrapper,
	.course-template-default .course-wrapper {
		width: 82.90598%;
	}
}
.hike-template-default .hike-section,
	.hike-template-default .holiday-section,
	.hike-template-default .course-section,
	.holiday-template-default .hike-section,
	.holiday-template-default .holiday-section,
	.holiday-template-default .course-section,
	.course-template-default .hike-section,
	.course-template-default .holiday-section,
	.course-template-default .course-section {
	margin: 0 auto 1.875rem auto;
	border-bottom: 1px solid #e7ddcc;
	padding: 0 0 1.875rem 0;
}
.hike-template-default .hike-section p, .hike-template-default .holiday-section p, .hike-template-default .course-section p, .holiday-template-default .hike-section p, .holiday-template-default .holiday-section p, .holiday-template-default .course-section p, .course-template-default .hike-section p, .course-template-default .holiday-section p, .course-template-default .course-section p {
	padding: 0;
	margin: 0;
}
.hike-template-default .hike-section:last-child,
	.hike-template-default .holiday-section:last-child,
	.hike-template-default .course-section:last-child,
	.holiday-template-default .hike-section:last-child,
	.holiday-template-default .holiday-section:last-child,
	.holiday-template-default .course-section:last-child,
	.course-template-default .hike-section:last-child,
	.course-template-default .holiday-section:last-child,
	.course-template-default .course-section:last-child {
	border-bottom: 0;
}
.hike-template-default .hike-row,
	.hike-template-default .holiday-row,
	.hike-template-default .course-row,
	.holiday-template-default .hike-row,
	.holiday-template-default .holiday-row,
	.holiday-template-default .course-row,
	.course-template-default .hike-row,
	.course-template-default .holiday-row,
	.course-template-default .course-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hike-template-default .full_width, .holiday-template-default .full_width, .course-template-default .full_width {
	width: 100%;
}
.hike-template-default .hike-header span, .hike-template-default .holiday-header span, .hike-template-default .course-header span, .holiday-template-default .hike-header span, .holiday-template-default .holiday-header span, .holiday-template-default .course-header span, .course-template-default .hike-header span, .course-template-default .holiday-header span, .course-template-default .course-header span {
	display: block;
	width: 100%;
}
.hike-template-default .hike-pre-heading,
	.hike-template-default .holiday-pre-heading,
	.hike-template-default .course-pre-heading,
	.holiday-template-default .hike-pre-heading,
	.holiday-template-default .holiday-pre-heading,
	.holiday-template-default .course-pre-heading,
	.course-template-default .hike-pre-heading,
	.course-template-default .holiday-pre-heading,
	.course-template-default .course-pre-heading {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: #2c332c;
	margin-top: 1.25rem;
}
.hike-template-default .hike-pre-heading.hike-start,
	.hike-template-default .holiday-pre-heading.holiday-start,
	.hike-template-default .course-pre-heading.course-start,
	.holiday-template-default .hike-pre-heading.hike-start,
	.holiday-template-default .holiday-pre-heading.holiday-start,
	.holiday-template-default .course-pre-heading.course-start,
	.course-template-default .hike-pre-heading.hike-start,
	.course-template-default .holiday-pre-heading.holiday-start,
	.course-template-default .course-pre-heading.course-start {
	margin-top: 0;
}
.hike-template-default .hike-heading,
	.hike-template-default .holiday-heading,
	.hike-template-default .course-heading,
	.holiday-template-default .hike-heading,
	.holiday-template-default .holiday-heading,
	.holiday-template-default .course-heading,
	.course-template-default .hike-heading,
	.course-template-default .holiday-heading,
	.course-template-default .course-heading {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.5em;
}
.hike-template-default .hike-date,
	.hike-template-default .holiday-date,
	.hike-template-default .course-date,
	.holiday-template-default .hike-date,
	.holiday-template-default .holiday-date,
	.holiday-template-default .course-date,
	.course-template-default .hike-date,
	.course-template-default .holiday-date,
	.course-template-default .course-date {
	margin-top: 1.25rem;
	color: #7c8a54;
	font-family: 'Asap', sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.hike-template-default .hike-time,
	.hike-template-default .holiday-time,
	.hike-template-default .course-time,
	.holiday-template-default .hike-time,
	.holiday-template-default .holiday-time,
	.holiday-template-default .course-time,
	.course-template-default .hike-time,
	.course-template-default .holiday-time,
	.course-template-default .course-time {
	margin-top: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #2c332c;
}
.hike-template-default .hike-distance,
	.hike-template-default .holiday-distance,
	.hike-template-default .course-distance,
	.holiday-template-default .hike-distance,
	.holiday-template-default .holiday-distance,
	.holiday-template-default .course-distance,
	.course-template-default .hike-distance,
	.course-template-default .holiday-distance,
	.course-template-default .course-distance {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #2c332c;
	margin-top: 16px;
}
.hike-template-default .hike-details,
	.hike-template-default .holiday-details,
	.hike-template-default .course-details,
	.holiday-template-default .hike-details,
	.holiday-template-default .holiday-details,
	.holiday-template-default .course-details,
	.course-template-default .hike-details,
	.course-template-default .holiday-details,
	.course-template-default .course-details {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2c332c;
}
.hike-template-default .hike-map-link,
	.hike-template-default .holiday-map-link,
	.hike-template-default .course-map-link,
	.holiday-template-default .hike-map-link,
	.holiday-template-default .holiday-map-link,
	.holiday-template-default .course-map-link,
	.course-template-default .hike-map-link,
	.course-template-default .holiday-map-link,
	.course-template-default .course-map-link {
	display: block;
	margin-top: 16px;
	color: #984f48;
	font-weight: 600;
}
body.archive .listed-post.hike,
body.archive .listed-post.holiday,
body.archive .listed-post.course {
	display: -ms-grid;
	display: grid;
	float: none;
}
/* post *has* thumbnail */
body.archive .listed-post.hike.has-image,
body.archive .listed-post.holiday.has-image,
body.archive .listed-post.course.has-image {
	-ms-grid-columns: 1fr 0 0;
	grid-template-columns: 1fr 0 0;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike.has-image,
body.archive .listed-post.holiday.has-image,
body.archive .listed-post.course.has-image {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 0 1fr 0;
		grid-template-columns: 0 1fr 0;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
		float: none;
	}
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike.has-image,
body.archive .listed-post.holiday.has-image,
body.archive .listed-post.course.has-image {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 38.14% 41.23% 1fr;
		grid-template-columns: 38.14% 41.23% 1fr;
		-ms-grid-rows: auto 0 0;
		grid-template-rows: auto 0 0;
		float: none;
	}
}
body.archive .listed-post.hike.has-image .listed-post__linked-image, body.archive .listed-post.holiday.has-image .listed-post__linked-image, body.archive .listed-post.course.has-image .listed-post__linked-image {
	float: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / span 1;
	max-width: 100%;
	max-height: 200px;
	overflow: hidden;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
body.archive .listed-post.hike.has-image .listed-post__linked-image img, body.archive .listed-post.holiday.has-image .listed-post__linked-image img, body.archive .listed-post.course.has-image .listed-post__linked-image img {
	margin: 0 auto;
	width: auto;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike.has-image .listed-post__linked-image, body.archive .listed-post.holiday.has-image .listed-post__linked-image, body.archive .listed-post.course.has-image .listed-post__linked-image {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
	}
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike.has-image .listed-post__linked-image, body.archive .listed-post.holiday.has-image .listed-post__linked-image, body.archive .listed-post.course.has-image .listed-post__linked-image {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
	}
}
body.archive .listed-post.hike.has-image .listed-post__content, body.archive .listed-post.holiday.has-image .listed-post__content, body.archive .listed-post.course.has-image .listed-post__content {
	float: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	max-width: 370px;
	/*image size
 */
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike.has-image .listed-post__content, body.archive .listed-post.holiday.has-image .listed-post__content, body.archive .listed-post.course.has-image .listed-post__content {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / span 1;
	}
	body.archive .listed-post.hike.has-image .listed-post__content .listed-post__content-items, body.archive .listed-post.holiday.has-image .listed-post__content .listed-post__content-items, body.archive .listed-post.course.has-image .listed-post__content .listed-post__content-items {
		padding: 2rem;
	}
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike.has-image .listed-post__content, body.archive .listed-post.holiday.has-image .listed-post__content, body.archive .listed-post.course.has-image .listed-post__content {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
	}
	body.archive .listed-post.hike.has-image .listed-post__content .listed-post__content-items, body.archive .listed-post.holiday.has-image .listed-post__content .listed-post__content-items, body.archive .listed-post.course.has-image .listed-post__content .listed-post__content-items {
		padding: 2rem;
	}
}
body.archive .listed-post.hike.has-image .hike-archive-details,
	body.archive .listed-post.hike.has-image .holiday-archive-details,
	body.archive .listed-post.hike.has-image .course-archive-details,
	body.archive .listed-post.holiday.has-image .hike-archive-details,
	body.archive .listed-post.holiday.has-image .holiday-archive-details,
	body.archive .listed-post.holiday.has-image .course-archive-details,
	body.archive .listed-post.course.has-image .hike-archive-details,
	body.archive .listed-post.course.has-image .holiday-archive-details,
	body.archive .listed-post.course.has-image .course-archive-details {
	float: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike.has-image .hike-archive-details,
	body.archive .listed-post.hike.has-image .holiday-archive-details,
	body.archive .listed-post.hike.has-image .course-archive-details,
	body.archive .listed-post.holiday.has-image .hike-archive-details,
	body.archive .listed-post.holiday.has-image .holiday-archive-details,
	body.archive .listed-post.holiday.has-image .course-archive-details,
	body.archive .listed-post.course.has-image .hike-archive-details,
	body.archive .listed-post.course.has-image .holiday-archive-details,
	body.archive .listed-post.course.has-image .course-archive-details {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3 / span 1;
	}
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike.has-image .hike-archive-details,
	body.archive .listed-post.hike.has-image .holiday-archive-details,
	body.archive .listed-post.hike.has-image .course-archive-details,
	body.archive .listed-post.holiday.has-image .hike-archive-details,
	body.archive .listed-post.holiday.has-image .holiday-archive-details,
	body.archive .listed-post.holiday.has-image .course-archive-details,
	body.archive .listed-post.course.has-image .hike-archive-details,
	body.archive .listed-post.course.has-image .holiday-archive-details,
	body.archive .listed-post.course.has-image .course-archive-details {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
	}
}
body.archive .listed-post.hike.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.hike.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.hike.has-image .course-archive-details .course-row,
	body.archive .listed-post.holiday.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.holiday.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.holiday.has-image .course-archive-details .course-row,
	body.archive .listed-post.course.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.course.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.course.has-image .course-archive-details .course-row {
	max-width: 370px;
	/*image size
 */
	margin: 0 auto;
	border-bottom: 3px solid #7c8a54;
	border-left: 0;
	padding: 0 2rem 2rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.hike.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.hike.has-image .course-archive-details .course-row,
	body.archive .listed-post.holiday.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.holiday.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.holiday.has-image .course-archive-details .course-row,
	body.archive .listed-post.course.has-image .hike-archive-details .hike-row,
	body.archive .listed-post.course.has-image .holiday-archive-details .holiday-row,
	body.archive .listed-post.course.has-image .course-archive-details .course-row {
		padding: 0 2rem;
		border-bottom: 0;
		border-left: 3px solid #7c8a54;
		margin: 2rem auto;
	}
}
/* without thumbnail */
body.archive .listed-post.hike,
body.archive .listed-post.holiday,
body.archive .listed-post.course {
	-ms-grid-columns: 1fr 0 0;
	grid-template-columns: 1fr 0 0;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike,
body.archive .listed-post.holiday,
body.archive .listed-post.course {
		-ms-grid-columns: 0 1fr 1fr;
		grid-template-columns: 0 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
}
@media screen and (min-width: 62.5em) {
	body.archive .listed-post.hike,
body.archive .listed-post.holiday,
body.archive .listed-post.course {
		-ms-grid-columns: 0 79.37% 1fr;
		grid-template-columns: 0 79.37% 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
}
body.archive .listed-post.hike .listed-post__linked-image, body.archive .listed-post.holiday .listed-post__linked-image, body.archive .listed-post.course .listed-post__linked-image {
	float: none;
}
@media screen and (min-width: 540px) {
	body.archive .listed-post.hike .listed-post__linked-image, body.archive .listed-post.holiday .listed-post__linked-image, body.archive .listed-post.course .listed-post__linked-image {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		width: 100%;
		padding: 0;
	}
	body.archive .listed-post.hike .listed-post__linked-image img, body.archive .listed-post.holiday .listed-post__linked-image img, body.archive .listed-post.course .listed-post__linked-image img {
		margin: 0;
		width: auto;
	}
}
body.archive .listed-post.hike .listed-post__content, body.archive .listed-post.holiday .listed-post__content, body.archive .listed-post.course .listed-post__content {
	float: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike .listed-post__content, body.archive .listed-post.holiday .listed-post__content, body.archive .listed-post.course .listed-post__content {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
	}
}
body.archive .listed-post.hike .listed-post__content .listed-post__content-items, body.archive .listed-post.holiday .listed-post__content .listed-post__content-items, body.archive .listed-post.course .listed-post__content .listed-post__content-items {
	padding: 2rem;
}
body.archive .listed-post.hike .hike-archive-details,
	body.archive .listed-post.hike .holiday-archive-details,
	body.archive .listed-post.hike .course-archive-details,
	body.archive .listed-post.holiday .hike-archive-details,
	body.archive .listed-post.holiday .holiday-archive-details,
	body.archive .listed-post.holiday .course-archive-details,
	body.archive .listed-post.course .hike-archive-details,
	body.archive .listed-post.course .holiday-archive-details,
	body.archive .listed-post.course .course-archive-details {
	float: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike .hike-archive-details,
	body.archive .listed-post.hike .holiday-archive-details,
	body.archive .listed-post.hike .course-archive-details,
	body.archive .listed-post.holiday .hike-archive-details,
	body.archive .listed-post.holiday .holiday-archive-details,
	body.archive .listed-post.holiday .course-archive-details,
	body.archive .listed-post.course .hike-archive-details,
	body.archive .listed-post.course .holiday-archive-details,
	body.archive .listed-post.course .course-archive-details {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3 / span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
	}
}
body.archive .listed-post.hike .hike-archive-details .hike-row,
	body.archive .listed-post.hike .holiday-archive-details .holiday-row,
	body.archive .listed-post.hike .course-archive-details .course-row,
	body.archive .listed-post.holiday .hike-archive-details .hike-row,
	body.archive .listed-post.holiday .holiday-archive-details .holiday-row,
	body.archive .listed-post.holiday .course-archive-details .course-row,
	body.archive .listed-post.course .hike-archive-details .hike-row,
	body.archive .listed-post.course .holiday-archive-details .holiday-row,
	body.archive .listed-post.course .course-archive-details .course-row {
	border-bottom: 3px solid #7c8a54;
	border-left: 0;
	padding: 2rem;
	margin: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (min-width: 25em) {
	body.archive .listed-post.hike .hike-archive-details .hike-row,
	body.archive .listed-post.hike .holiday-archive-details .holiday-row,
	body.archive .listed-post.hike .course-archive-details .course-row,
	body.archive .listed-post.holiday .hike-archive-details .hike-row,
	body.archive .listed-post.holiday .holiday-archive-details .holiday-row,
	body.archive .listed-post.holiday .course-archive-details .course-row,
	body.archive .listed-post.course .hike-archive-details .hike-row,
	body.archive .listed-post.course .holiday-archive-details .holiday-row,
	body.archive .listed-post.course .course-archive-details .course-row {
		border-bottom: 0;
		border-left: 3px solid #7c8a54;
		padding: 0 2rem;
		margin: 2rem auto;
	}
}
h3.listed-post__content__sub_title {
	color: #984f48;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin: 0;
}
h2.listed-post__content__title,
h2.listed-post__content__title a {
	color: #2c332c;
}
a.listed-post__content__post-link {
	font-weight: bold;
	color: #984f48;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}
a.listed-post__content__post-link::after {
	content: url('../img/icon-arrow-right-sm.svg');
	margin-left: 10px;
}
a.listed-post__content__post-link:hover::after {
	margin-left: 15px;
}
.hike-row,
.holiday-row,
.course-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.full_width {
	width: 100%;
}
.hike-header span, .holiday-header span, .course-header span {
	display: block;
	width: 100%;
}
.hike-archive-details .hike-heading,
.holiday-archive-details .holiday-heading,
.course-archive-details .course-heading {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.5em;
}
.holiday-archive-details .holiday-heading {
	font-size: 1.125em;
}
.hike-date,
.holiday-date,
.course-date {
	margin-top: 1.25rem;
	color: #7c8a54;
	font-family: 'Asap', sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.holiday-date {
	margin-top: 0.625rem;
	line-height: 1;
}
.hike-time,
.holiday-time,
.course-time {
	margin-top: 0.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #2c332c;
}
.hike-archive-details .hike-distance,
.holiday-archive-details .holiday-distance,
.course-archive-details .course-distance {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #2c332c;
	margin-top: 0.5rem;
}
.view-toggler-tabs {
	border-bottom: 1rem solid #7c8a54;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 1rem;
}
.view-toggler-tabs li {
	display: inline-block;
	padding: 0;
	border: 0;
}
.view-toggler-tabs__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 28px 0.5rem 28px;
	color: #2c332c;
	background: #e7ddcc;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 24px;
	font-weight: 600;
	-webkit-transition: none;
	transition: none;
}
.view-toggler-tabs__link.view-toggler-tabs__active-tab:hover {
	opacity: 1;
}
.view-toggler-tabs__active-tab {
	background: #7c8a54;
	color: #fff;
}
.post-wrapper .gallery {
	overflow: hidden;
	margin: 2rem 0
}
.post-wrapper .gallery figure.gallery-item {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 10px;
}
.post-wrapper .gallery img {
	width: 100%;
	margin: 0;
}
.post-wrapper .gallery figcaption {
	display: none;
}
@media (min-width: 25em) {
	.post-wrapper .gallery.gallery-columns-2 figure.gallery-item, .post-wrapper .gallery.gallery-columns-3 figure.gallery-item, .post-wrapper .gallery.gallery-columns-4 figure.gallery-item, .post-wrapper .gallery.gallery-columns-5 figure.gallery-item, .post-wrapper .gallery.gallery-columns-6 figure.gallery-item {
		width: 50%;
		float: left;
	}
}
@media (min-width: 45em) {
	.post-wrapper .gallery.gallery-columns-3 figure.gallery-item, .post-wrapper .gallery.gallery-columns-4 figure.gallery-item, .post-wrapper .gallery.gallery-columns-5 figure.gallery-item, .post-wrapper .gallery.gallery-columns-6 figure.gallery-item {
		width: 33.33%;
	}
}
@media (min-width: 62.5em) {
	.post-wrapper .gallery.gallery-columns-4 figure.gallery-item {
		width: 25%;
	}
	.post-wrapper .gallery.gallery-columns-5 figure.gallery-item {
		width: 20%;
	}
	.post-wrapper .gallery.gallery-columns-6 figure.gallery-item {
		width: 16.66667%;
	}
	.post-wrapper .gallery.gallery-columns-4 .gallery-caption, .post-wrapper .gallery.gallery-columns-5 .gallery-caption, .post-wrapper .gallery.gallery-columns-6 .gallery-caption {
		display: none;
	}
}
.tos-opened .tos-wrapper.tos-fixed {
	z-index: 9999;
}
.logged-out-message {
	color: #000;
	position: relative;
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	padding: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}
.logged-out-message .logged-out-message__text {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}
.logged-out-message .logged-out-message__icon {
	position: absolute;
	top: 12px;
	right: 17px;
	z-index: 0;
	opacity: 0.2;
}
.logged-out-message .logged-out-message__icon::before {
	font-size: 75px;
}
.login-box {
	border: 1px solid #243563;
	border-radius: 7px;
	padding: 1.25rem
}
.login-box .btn {
	background-color: #984f48;
	color: #fff;
}
.login-box h2 {
	font-size: 1.875em;
	margin-top: 0;
}
.header-wrapper ul.menu__sub-menu {
	display: none;
}
.nav-wrapper {
	display: none;
}
@media (min-width: 62.5em) {
	.nav-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.menu-wrapper {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.menu-wrapper.main-nav {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	width: 100%;
	position: relative;
	top: -5px;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 62.5em) {
	.menu__item {
		display: inline-block;
	}
	.menu__item:not(:last-child) {
		margin-right: 50px;
	}
}
@media (min-width: 75em) {
	.menu__item:not(:last-child) {
		margin-right: 80px;
	}
}
.menu__item--current,
.menu__item--current-ancestor {
	border-bottom: 2px solid #14234d;
}
#footer .menu__item--current,
#footer .menu__item--current-ancestor {
	border-bottom: none;
}
.menu__link {
	color: #14234d;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}
.menu__link:hover,
	.menu__link:focus {
	opacity: 0.65;
}
.service-nav {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
.header-wrapper.header-small .service-nav {
	top: -50px;
}
.service-nav .menu__item {
	padding-top: 8px;
	margin-right: 15px;
}
.service-nav .menu__item--btn {
	background-color: transparent;
	border: 1px solid #984f48;
	border-radius: 7px;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	display: inline-block;
	padding: 7px 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.service-nav .menu__item--btn .menu__link {
	color: #984f48;
	font-weight: 700;
}
.service-nav .menu__link {
	color: #2c332c;
	font-weight: normal;
}
/* Mobile menu */
.overlay-menu {
	display: none;
	margin: 1rem;
	overflow-y: scroll;
	border-top: 1px solid #5b653e;
	padding-top: 1rem;
}
@media (min-width: 62.5em) {
	.overlay-menu {
		display: none !important;
	}
}
@media (min-width: 45em) {
	.overlay-menu .overlay-menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 45em) {
	.overlay-menu .overlay-menu-wrapper__main,
	.overlay-menu .overlay-menu-wrapper__service {
		width: 50%;
	}
}
.overlay-menu .overlay-menu-wrapper__main {
	font-size: 18px;
	margin-bottom: 1.5rem;
}
@media (min-width: 45em) {
	.overlay-menu .overlay-menu-wrapper__main {
		margin-bottom: 1rem;
	}
}
.overlay-menu .overlay-menu-wrapper__service {
	font-size: 16px;
	margin-bottom: 1rem;
}
@media (min-width: 45em) {
	.overlay-menu .overlay-menu-wrapper__service {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
.overlay-menu .overlay-menu__item {
	margin-bottom: 5px;
}
.overlay-menu .overlay-menu__link {
	color: #2c332c;
}
.overlay-menu .overlay-menu__item--current .overlay-menu__link {
	border-bottom: 2px solid #2c332c;
}
.overlay-menu li {
	list-style: none;
}
.overlay-menu .menu__item--btn {
	background-color: transparent;
	border: 1px solid #984f48;
	border-radius: 7px;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	display: inline-block;
	padding: 7px 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #984f48;
	font-weight: 700;
}
.overlay-menu .menu__item--btn .overlay-menu__link {
	color: #984f48;
	font-weight: 700;
}
@media (min-width: 45em) {
	.overlay-menu .menu__item--btn {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.pagination {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	margin: 0 auto;
	max-width: 470px;
	text-align: center;
	position: relative;
}
.page-numbers {
	margin: 0 2px;
}
.prev.page-numbers,
.next.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
}
@media screen and (min-width: 480px) {
	.prev.page-numbers,
.next.page-numbers {
		font-size: 18px;
	}
}
.prev.page-numbers {
	left: 0
}
.prev.page-numbers::before {
	content: url('../img/icon-arrow-left.svg');
	height: 20px;
	margin-right: 5px;
}
.next.page-numbers {
	right: 0
}
.next.page-numbers::after {
	content: url('../img/icon-arrow-right.svg');
	height: 20px;
	margin-left: 5px;
}
.widget.news-grid {
	margin-bottom: 1.25rem;
	width: 100%;
}
@media (min-width: 45em) {
	.widget.news-grid {
		margin-bottom: 1.875rem;
	}
}
.news-grid-headline {
	margin-top: 0;
}
@media (min-width: 45em) {
	.news-grid-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.news-grid-item {
	margin: 0 0 1.25rem;
	width: 100%;
}
@media (min-width: 45em) {
	.news-grid-item {
		margin: 0;
		width: 48.71795%;
	}
}
.news-grid-item__image-link {
	display: block;
}
.news-grid-item__image img {
	margin: 0;
}
.news-grid-item__content {
	padding: 0.625rem;
}
@media (min-width: 25em) {
	.news-grid-item__content {
		padding: 1.25rem;
	}
}
.news-grid-item__title {
	font-size: 1.25rem;
	margin: 0;
}
@media (min-width: 25em) {
	.news-grid-item__title {
		font-size: 1.5rem;
	}
}
.news-grid-item__title-link {
	color: #2c332c;
}
.news-grid-item__date {
	font-size: 0.875rem;
	font-style: italic;
	margin: 0;
}
.news-grid-item__excerpt {
	font-size: 1rem;
	margin: 0.5rem 0 0.9375rem;
}
@media (min-width: 25em) {
	.news-grid-item__excerpt {
		font-size: 1.125rem;
	}
}
.news-grid-item__readmore {
	font-size: 1rem;
	font-weight: bold;
}
@media (min-width: 25em) {
	.news-grid-item__readmore {
		font-size: 1.125rem;
	}
}
.news-grid .news-archive-link-wrapper a.news-archive-link {
	background-color: transparent;
	border: 1px solid #984f48;
	border-radius: 4px;
	color: #984f48;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 62.5em) {
	.news-grid .news-archive-link-wrapper a.news-archive-link {
		font-size: 20px;
		padding: 10px 17px;
	}
}
.news-grid .news-archive-link-wrapper a.news-archive-link:hover {
	background-color: #984f48;
	border: 1px solid #984f48;
	color: #faf9f7;
}
.pco-submenu {
	border-top: 10px solid #5b653e;
	font-family: 'Asap', sans-serif;
	margin-bottom: 1.25rem;
}
@media (min-width: 45em) {
	.pco-submenu {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
	}
}
.pco-submenu .widgettitle {
	display: none;
}
.pco-submenu .menu__sub-menu__item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #faf9f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 60px;
	padding: 0.9375rem 1.875rem;
}
.pco-submenu .menu__sub-menu__item a {
	font-size: 1.25rem;
}
@media (min-width: 62.5em) {
	.pco-submenu .menu__sub-menu__item a {
		font-size: 1.5rem;
	}
}
.pco-submenu .menu__sub-menu__item.menu__item--current {
	background-color: #7c8a54;
	border: none;
}
.pco-submenu .menu__sub-menu__item.menu__item--current a {
	color: #fff;
}
@media (min-width: 25em) {
	body.error404 .content-wrapper main .search-form, body.search .content-wrapper--archive .search-form {
		height: 60px;
	}
	body.error404 .content-wrapper main .search__field,
		body.error404 .content-wrapper main .search-form .search__field,
		body.error404 .content-wrapper main .search-form:not([name^='filter']) .search__field,
		body.search .content-wrapper--archive .search__field,
		body.search .content-wrapper--archive .search-form .search__field,
		body.search .content-wrapper--archive .search-form:not([name^='filter']) .search__field {
		font-size: 22px;
	}
	body.error404 .content-wrapper main .search__submit,
		body.error404 .content-wrapper main .search-form .search__submit,
		body.error404 .content-wrapper main .search-form:not([name^='filter']) .search__submit,
		body.search .content-wrapper--archive .search__submit,
		body.search .content-wrapper--archive .search-form .search__submit,
		body.search .content-wrapper--archive .search-form:not([name^='filter']) .search__submit {
		width: 35px;
	}
}
.search-form,
.content-wrapper .search-form,
.content-wrapper .search-form:not([name^='filter']) {
	border: 1px solid #a4a7ad;
	border-radius: 7px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 18px
}
.search-form .search__label, .content-wrapper .search-form .search__label, .content-wrapper .search-form:not([name^='filter']) .search__label {
	position: absolute;
	clip: rect(0 0 0 0);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.search-form .search__field, .content-wrapper .search-form .search__field, .content-wrapper .search-form:not([name^='filter']) .search__field {
	border: 0;
	background-color: transparent;
	color: #2c332c;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	margin-bottom: 0;
}
.search-form .search__field:focus, .content-wrapper .search-form .search__field:focus, .content-wrapper .search-form:not([name^='filter']) .search__field:focus {
	border-bottom-color: #333;
	outline: none;
}
.search-form .search__submit, .content-wrapper .search-form .search__submit, .content-wrapper .search-form:not([name^='filter']) .search__submit {
	border: 0;
	background-color: transparent;
	padding: 4px 0 0 5px;
	width: 25px;
}
.search-form .search__submit:hover, .content-wrapper .search-form .search__submit:hover, .content-wrapper .search-form:not([name^='filter']) .search__submit:hover {
	cursor: pointer;
}
.search-form .search__submit::before, .content-wrapper .search-form .search__submit::before, .content-wrapper .search-form:not([name^='filter']) .search__submit::before {
	content: url('../img/icon-search.svg');
}
.search-form .search__submit span, .content-wrapper .search-form .search__submit span, .content-wrapper .search-form:not([name^='filter']) .search__submit span {
	position: absolute;
	clip: rect(0 0 0 0);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.sign-up__wrapper {
	margin-top: 2.5rem
}
.sign-up__wrapper .message {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.5rem auto;
	background: #e7ddcc;
	padding: 1.25rem;
	border-top: 10px solid #243563;
	border-right: 1px solid #243563;
	border-bottom: 1px solid #243563;
	border-left: 1px solid #243563;
}
.sign-up__wrapper .btn.form-submit {
	margin-top: 1.25rem;
}
.sign-up__wrapper .info-box__wrapper {
	border: 1px solid #243563;
	border-radius: 7px;
	padding: 1.25rem;
}
.sign-up__wrapper .response_message {
	background: #e7ddcc;
	padding: 1.25rem;
	border-top: 10px solid #243563;
	border-right: 1px solid #243563;
	border-bottom: 1px solid #243563;
	border-left: 1px solid #243563;
}
.sign-up__wrapper .response_message.success {
	border-top: 10px solid #7c8a54;
	border-right: 1px solid #7c8a54;
	border-bottom: 1px solid #7c8a54;
	border-left: 1px solid #7c8a54;
}
.sign-up__wrapper .response_message.error {
	border-top: 10px solid #984f48;
	border-right: 1px solid #984f48;
	border-bottom: 1px solid #984f48;
	border-left: 1px solid #984f48;
}
.sign-up__wrapper .consent-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sign-up__wrapper .consent-wrapper label {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.sign-up__wrapper .consent-wrapper #consent {
	display: inline-block;
	width: 50px;
	height: auto;
	margin-right: 20px;
}
.sign-up__wrapper {
	/*Base for label styling
 */
}
.sign-up__wrapper [type="checkbox"]:not(:checked),
	.sign-up__wrapper [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.sign-up__wrapper [type="checkbox"]:not(:checked) + label,
	.sign-up__wrapper [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 36px;
	cursor: pointer;
	margin-right: 2rem;
	margin-top: -36px;
}
.sign-up__wrapper {
	/*checkbox aspect
 */
}
.sign-up__wrapper [type="checkbox"]:not(:checked) + label::before,
	.sign-up__wrapper [type="checkbox"]:checked + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border: 1px solid #a4a7ad;
	background: #fff;
	border-radius: 7px;
}
.sign-up__wrapper {
	/*checked mark aspect
 */
}
.sign-up__wrapper [type="checkbox"]:not(:checked) + label::after,
	.sign-up__wrapper [type="checkbox"]:checked + label::after {
	content: '\2713   ';
	position: absolute;
	top: -8px;
	top: -0.5rem;
	left: 8px;
	left: 0.5rem;
	font-size: 48px;
	font-size: 3rem;
	line-height: 0.8;
	color: #7c8a54;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
.sign-up__wrapper {
	/*checked mark aspect changes
 */
}
.sign-up__wrapper [type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.sign-up__wrapper [type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.sign-up__wrapper {
	/*disabled checkbox
 */
}
.sign-up__wrapper [type="checkbox"]:disabled:not(:checked) + label::before,
	.sign-up__wrapper [type="checkbox"]:disabled:checked + label::before {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.sign-up__wrapper [type="checkbox"]:disabled:checked + label::after {
	color: #999;
}
.sign-up__wrapper [type="checkbox"]:disabled + label {
	color: #aaa;
}
@-webkit-keyframes ldio-fls22o3lu4 {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes ldio-fls22o3lu4 {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
.ldio-fls22o3lu4 div {
	left: 45.5px;
	top: 25.5px;
	position: absolute;
	-webkit-animation: ldio-fls22o3lu4 linear 1s infinite;
	        animation: ldio-fls22o3lu4 linear 1s infinite;
	background: #000;
	width: 9px;
	height: 9px;
	border-radius: 4.5px / 4.5px;
	-webkit-transform-origin: 4.5px 24.5px;
	        transform-origin: 4.5px 24.5px;
}
.ldio-fls22o3lu4 div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-animation-delay: -0.8888888888888888s;
	        animation-delay: -0.8888888888888888s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(2) {
	-webkit-transform: rotate(40deg);
	        transform: rotate(40deg);
	-webkit-animation-delay: -0.7777777777777778s;
	        animation-delay: -0.7777777777777778s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(3) {
	-webkit-transform: rotate(80deg);
	        transform: rotate(80deg);
	-webkit-animation-delay: -0.6666666666666666s;
	        animation-delay: -0.6666666666666666s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(4) {
	-webkit-transform: rotate(120deg);
	        transform: rotate(120deg);
	-webkit-animation-delay: -0.5555555555555556s;
	        animation-delay: -0.5555555555555556s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(5) {
	-webkit-transform: rotate(160deg);
	        transform: rotate(160deg);
	-webkit-animation-delay: -0.4444444444444444s;
	        animation-delay: -0.4444444444444444s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(6) {
	-webkit-transform: rotate(200deg);
	        transform: rotate(200deg);
	-webkit-animation-delay: -0.3333333333333333s;
	        animation-delay: -0.3333333333333333s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(7) {
	-webkit-transform: rotate(240deg);
	        transform: rotate(240deg);
	-webkit-animation-delay: -0.2222222222222222s;
	        animation-delay: -0.2222222222222222s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(8) {
	-webkit-transform: rotate(280deg);
	        transform: rotate(280deg);
	-webkit-animation-delay: -0.1111111111111111s;
	        animation-delay: -0.1111111111111111s;
	background: #000;
}
.ldio-fls22o3lu4 div:nth-child(9) {
	-webkit-transform: rotate(320deg);
	        transform: rotate(320deg);
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	background: #000;
}
.loadingio-spinner-spinner-pr083efshr8 {
	width: 47px;
	height: 47px;
	display: none;
	overflow: hidden;
	background: #fff;
	vertical-align: bottom;
}
.ldio-fls22o3lu4 {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transform: translateZ(0) scale(0.47);
	        transform: translateZ(0) scale(0.47);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0; /* see note above */
}
.ldio-fls22o3lu4 div { -webkit-box-sizing: content-box; box-sizing: content-box; }
/* generated by https://loading.io/ */
.teaser_widget {
	margin-bottom: 1.25rem;
	position: relative;
	width: 100%;
}
@media (min-width: 45em) {
	.teaser_widget {
		margin-bottom: 1.875rem;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-small {
		width: 31.62393%;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-small .teaser {
		position: relative;
		height: 0;
		padding-bottom: 94.5%;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-large {
		width: 65.81197%;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-large .teaser {
		position: relative;
		height: 0;
		padding-bottom: 45.455%;
	}
}
.sidebar .teaser_widget {
	width: 100%;
}
.teaser__link {
	display: block;
}
.teaser__text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background-color: rgba(0, 0, 0, .37);
	color: #fff;
	padding: 0.555rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width: 25em) {
	.teaser__text-wrap {
		padding: 1rem;
	}
}
@media (min-width: 62.5em) {
	.teaser__text-wrap {
		padding: 1.875rem;
	}
}
@media (min-width: 75em) {
	.teaser__text-wrap {
		padding: 2.5rem;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-small .teaser__text-wrap {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		min-height: 50%;
	}
}
@media (min-width: 45em) {
	.teaser_widget.size-large .teaser__text-wrap {
		display: block;
		width: calc(50% - 15px);
		top: 0;
		bottom: 0;
	}
}
.teaser__text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.125;
	margin: 0;
}
@media (min-width: 25em) {
	.teaser__text {
		font-size: 1.75rem;
	}
}
@media (min-width: 62.5em) {
	.teaser__text {
		font-size: 2.25rem;
	}
}
.teaser__image-wrap img {
	margin: 0;
	width: 100%;
	min-height: 70vw; /* Keep image height on load to prevent jumping content */
	background-color: #eaeaea;
}
@media (min-width: 25em) {
	.teaser__image-wrap img {
		min-height: 53vw;
		/*Keep image height on load to prevent jumping content
 */
	}
}
@media (min-width: 45em) {
	.teaser__image-wrap img {
		min-height: 28.475vw;
		/*Keep image height on load to prevent jumping content
 */
	}
}
@media (min-width: 75em) {
	.teaser__image-wrap img {
		height: 350px;
		/*Keep image height on load to prevent jumping content
 */
		min-height: auto;
	}
}
.sponsorslider_widget {
	margin-bottom: 1.25rem;
	position: relative
}
.sponsorslider_widget.size-small {
	width: 100%;
}
@media (min-width: 45em) {
	.sponsorslider_widget.size-small {
		width: 31.62393%;
	}
}
.sponsorslider_widget.size-large {
	width: 100%;
}
@media (min-width: 45em) {
	.sponsorslider_widget.size-large {
		width: 65.81197%;
	}
}
.sponsorslider_widget.border .sponsorslider {
	border: 4px solid #ef9800;
}
@media (min-width: 45em) {
	.sponsorslider_widget {
		margin-bottom: 1.875rem;
	}
}
.sponsorslider_widget .sponsorslider__title {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 4px;
	padding: 10px;
	z-index: 100;
	font-size: 0.75em;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sponsorslider_widget .sponsorslider {
	border: 4px solid #faf9f7;
}
.sponsorslider_widget .sponsorslider .sponsorslider__slides__slide__link img,
		.sponsorslider_widget .sponsorslider .sponsorslider__slides__slide img {
	margin: 0;
}
.sidebar .sponsorslider_widget {
	margin-bottom: 1.25rem;
	width: 100%;
}
@media (min-width: 45em) {
	.sidebar .sponsorslider_widget {
		margin-bottom: 1.875rem;
	}
}
.certificate-container {
	max-width: 1170px;
	color: #2c332c;
	text-align: center
}
.certificate-container .certificate-title {
	color: #207178 !important;
	font-family: 'Asap', sans-serif !important;
	font-size: 3rem;
	line-height: 3rem;
}
.certificate-container .member-name {
	font-size: 45px;
	line-height: 45px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 25px;
	display: inline-block;
	word-wrap: break-word;
	z-index: 2;
	position: relative;
}
.certificate-container .member-department {
	font-size: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
}
.certificate-container .volunteer-role {
	color: #207178 !important;
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Asap', sans-serif !important;
	z-index: 2;
	position: relative;
}
.certificate-container .logo-cert {
	max-width: 70%;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.certificate-container .logo-cert .img-cert {
	width: 100% !important;
}
/**
 * Templates
 */
body.error404 .content-wrapper main {
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important
}
body.error404 .content-wrapper main article {
	padding: 1.25rem 0.555rem;
}
@media (min-width: 25em) {
	body.error404 .content-wrapper main article {
		padding: 1.875rem 1rem;
	}
}
@media (min-width: 45em) {
	body.error404 .content-wrapper main article {
		padding: 3.125rem 1rem;
	}
}
body.error404 .content-wrapper main > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
}
html {
	font-size: 16px;
}
body {
	background-color: #faf9f7;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	margin-top: 110px;
}
@media (min-width: 25em) {
	body {
		margin-top: 150px;
	}
}
@media (min-width: 45em) {
	body {
		margin-top: 93px;
	}
}
@media (min-width: 62.5em) {
	body {
		margin-top: 140px;
	}
}
body h1,
	body h2,
	body h3,
	body h4 {
	font-family: 'Asap', sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.container {
	max-width: 1170px;
	padding-left: 3%;
	padding-right: 3%;
}
.content-wrapper::after {
	content: "";
	display: table;
	clear: both;
}
.content-wrapper {
	margin: 0 auto;
	max-width: 1170px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.content-wrapper .main,
	.content-wrapper .sidebar {
	float: left;
	width: 100%;
}
.content-wrapper .main article:not(.post-wrapper--search-not-found) {
	background-color: #fff;
}
.content-wrapper .post-wrapper {
	position: relative;
}
.content-wrapper .widget-page::after {
	content: "";
	display: table;
	clear: both;
}
.content-wrapper .widget-page {
	margin: 0 0.555rem;
}
@media (min-width: 45em) {
	.content-wrapper .widget-page {
		margin: 0 1.111rem;
	}
}
@media (min-width: 75em) {
	.content-wrapper .widget-page {
		margin: 0;
	}
}
.content-wrapper .widget-page .main {
	width: 100%;
}
.content-wrapper .widget-page .widget-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.content-wrapper .aside-right::after {
	content: "";
	display: table;
	clear: both;
}
.content-wrapper .aside-right {
	padding: 1.25rem 0;
}
@media (min-width: 45em) {
	.content-wrapper .aside-right {
		padding: 2.5rem 0;
	}
	.content-wrapper .aside-right .main {
		margin-right: 2.5641%;
		width: 65.81197%;
	}
	.content-wrapper .aside-right .sidebar {
		width: 31.62393%;
	}
}
@media (min-width: 45em) {
	.single .content-wrapper .aside-right .main {
		margin-left: 0;
		margin-right: 2.5641%;
		width: 65.81197%;
	}
}
@media (min-width: 62.5em) {
	.single .content-wrapper .aside-right .main {
		margin-left: 8.54701%;
		margin-right: 2.5641%;
		width: 57.26496%;
	}
}
body.archive article::after, body.blog article::after, body.search article::after {
	content: "";
	display: table;
	clear: both;
}
body.archive .content-wrapper--archive, body.blog .content-wrapper--archive, body.search .content-wrapper--archive {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	margin: 5rem auto 0;
	max-width: 970px;
	padding: 1.25rem 0.555rem;
}
@media (min-width: 25em) {
	body.archive .content-wrapper--archive, body.blog .content-wrapper--archive, body.search .content-wrapper--archive {
		padding: 3.125rem 1rem;
	}
}
body.archive .archive-header__title,
	body.archive .search-form,
	body.blog .archive-header__title,
	body.blog .search-form,
	body.search .archive-header__title,
	body.search .search-form {
	line-height: 1.25;
	margin: 0 0 1.875rem;
}
@media (min-width: 25em) {
	body.archive .archive-header__title,
	body.archive .search-form,
	body.blog .archive-header__title,
	body.blog .search-form,
	body.search .archive-header__title,
	body.search .search-form {
		line-height: 1.25;
		margin: 0 0 3.125rem;
	}
}
body.archive .content-wrapper--archive main, body.blog .content-wrapper--archive main, body.search .content-wrapper--archive main {
	background-color: transparent;
}
body.archive .listed-post, body.blog .listed-post, body.search .listed-post {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 1.875rem;
}
@media screen and (min-width: 540px) {
	body.archive .listed-post, body.blog .listed-post, body.search .listed-post {
		display: block;
	}
}
body.archive .listed-post__content, body.blog .listed-post__content, body.search .listed-post__content {
	padding: 1rem;
}
@media screen and (min-width: 540px) {
	body.archive .listed-post__content, body.blog .listed-post__content, body.search .listed-post__content {
		padding: 2rem;
	}
}
body.archive .listed-post__content.has-image, body.blog .listed-post__content.has-image, body.search .listed-post__content.has-image {
	padding: 1rem;
	float: left;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media screen and (min-width: 540px) {
	body.archive .listed-post__content.has-image, body.blog .listed-post__content.has-image, body.search .listed-post__content.has-image {
		padding: 2rem 0 2rem 2rem;
		margin-right: 3.092783505%;
		width: 58.7628866%;
	}
}
body.archive .listed-post__linked-image, body.blog .listed-post__linked-image, body.search .listed-post__linked-image {
	float: left;
}
@media screen and (min-width: 540px) {
	body.archive .listed-post__linked-image, body.blog .listed-post__linked-image, body.search .listed-post__linked-image {
		width: 38.1443299%;
		margin-bottom: 0;
		padding: 2rem 2rem 2rem 0;
	}
}
body.archive .listed-post__linked-image img, body.blog .listed-post__linked-image img, body.search .listed-post__linked-image img {
	margin: 0;
	width: 100%;
}
body.archive .listed-post__content__title, body.blog .listed-post__content__title, body.search .listed-post__content__title {
	margin: 0 0 10px;
}
body.archive .listed-post__date, body.blog .listed-post__date, body.search .listed-post__date {
	font-size: 0.875rem;
}
body.archive .listed-post__excerpt p, body.blog .listed-post__excerpt p, body.search .listed-post__excerpt p {
	margin: 0;
}
body.page article p a,
	body.page article ul a,
	body.single article p a,
	body.single article ul a {
	text-decoration: underline;
}
body.page .post-image img, body.single .post-image img {
	margin: 0;
	background-color: #eaeaea;
}
body.page .post-header__title, body.single .post-header__title {
	font-family: 'Asap', sans-serif;
	font-size: 1.75rem;
	line-height: 1.25em;
	font-weight: 700;
	margin-top: 0;
}
@media (min-width: 45em) {
	body.page .post-header__title, body.single .post-header__title {
		font-size: 2.25rem;
	}
}
@media (min-width: 62.5em) {
	body.page .post-header__title, body.single .post-header__title {
		font-size: 3.375rem;
	}
}
body.page:not(.search-results) .post-image {
	position: relative;
}
body.page:not(.search-results) .post-image .hero-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background-color: rgba(0, 0, 0, .37);
	color: #fff;
	padding: 0.555rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width: 25em) {
	body.page:not(.search-results) .post-image .hero-title {
		padding: 1rem;
	}
}
@media (min-width: 45em) {
	body.page:not(.search-results) .post-image .hero-title {
		display: block;
		width: 40.17094%;
		top: 0;
		bottom: 0;
		left: 4.273504274%;
		padding: 1.875rem;
	}
}
@media (min-width: 62.5em) {
	body.page:not(.search-results) .post-image .hero-title {
		left: 8.54701%;
		padding: 2.5rem;
	}
}
body.page:not(.search-results) .post-image .hero-title h1 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.125;
	margin: 0;
}
@media (min-width: 25em) {
	body.page:not(.search-results) .post-image .hero-title h1 {
		font-size: 2rem;
	}
}
@media (min-width: 45em) {
	body.page:not(.search-results) .post-image .hero-title h1 {
		font-size: 2.25rem;
	}
}
@media (min-width: 62.5em) {
	body.page:not(.search-results) .post-image .hero-title h1 {
		font-size: 3rem;
	}
}
@media (min-width: 75em) {
	body.page:not(.search-results) .post-image .hero-title h1 {
		font-size: 3em;
	}
}
body.page:not(.search-results) article {
	padding: 1.25rem 0.555rem;
	margin-bottom: 1.875rem;
}
@media (min-width: 25em) {
	body.page:not(.search-results) article {
		padding: 1.875rem 1rem;
	}
}
@media (min-width: 45em) {
	body.page:not(.search-results) article {
		padding: 2.5rem 6.493506494%;
		/*50px padding / 770px article column width
 */
	}
}
@media (min-width: 62.5em) {
	body.page:not(.search-results) article {
		padding: 3.75rem 12.98701299%;
		/*100px padding / 770px article column width
 */
	}
}
body.page .post-image img {
	min-height: 37.5vw;
	/*Keep image height on load to prevent jumping content
 */
}
@media (min-width: 75em) {
	body.page .post-image img {
		min-height: 450px;
		/*Keep image height on load to prevent jumping content
 */
	}
}
body.page .listed-post .post-image img {
	min-height: auto;
}
body.single article {
	padding: 1.25rem 0.555rem;
}
@media (min-width: 25em) {
	body.single article {
		padding: 1.875rem 1rem;
	}
}
@media (min-width: 45em) {
	body.single article {
		padding: 3.125rem 7.462686567%;
		/*50px padding / 670px article column width
 */
	}
}
@media (min-width: 45em) {
	body.single .post-header__title {
		margin-bottom: 1.875rem;
	}
}
body.single .post-header__excerpt p {
	font-family: 'Asap', sans-serif;
	font-size: 1.25rem;
	line-height: 1.375rem;
	font-weight: 700;
	margin: 0 0 1.875rem;
}
@media (min-width: 45em) {
	body.single .post-header__excerpt p {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
}
body.single .post-image {
	margin: 0 -0.555rem;
}
@media (min-width: 25em) {
	body.single .post-image {
		margin: 0 -1rem;
	}
}
@media (min-width: 45em) {
	body.single .post-image {
		margin: 0 -8.771929825%;
		/*50px padding / 570px image wrapper width
 */
	}
}
body.single .post-image img {
	width: 100%;
}
body.single .post-image-copyright p {
	font-size: 0.875rem;
	font-style: italic;
	margin: 0.333rem 0 1.25rem;
}
body.single .post-meta {
	border-bottom: 1px solid #a4a7ad;
	margin: 1.25rem 0;
	padding: 0 0 0.625rem;
	position: relative;
}
body.single .post-meta::after {
	content: "";
	display: table;
	clear: both;
}
body.single .post__date {
	display: inline-block;
	margin-right: 1.25rem;
}
body.single .post__time {
	color: #42464f;
}
body.single .categories {
	display: inline-block;
}
body.single .tags {
	margin: 1.25rem 0;
}
body.single .tags .tags__title {
	font-size: 1.125rem;
	margin: 0;
}
body.single .share-some {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
body.single .share-some a.some__link {
	width: 46px;
	height: 46px;
	border: 1px solid black;
	padding: 10px;
	margin-left: 10px;
}
body.single .share-some svg {
	width: 25px;
	height: 25px;
}
.hike-template-default .main, .holiday-template-default .main, .course-template-default .main,  .main {
	padding: 16px 0;
}
.hike-template-default .main .post-header h1, .holiday-template-default .main .post-header h1, .course-template-default .main .post-header h1, .main .post-header h1 {
	font-size: 2.5em;
}
.hike-template-default .main .post-header h3, .holiday-template-default .main .post-header h3, .course-template-default .main .post-header h3, .main .post-header h3 {
	font-size: 1.5em;
}
.hike-template-default .main .post-header .hike_featured_image,
		.hike-template-default .main .post-header .holiday_featured_image,
		.hike-template-default .main .post-header .course_featured_image,
		.holiday-template-default .main .post-header .hike_featured_image,
		.holiday-template-default .main .post-header .holiday_featured_image,
		.holiday-template-default .main .post-header .course_featured_image,
		.course-template-default .main .post-header .hike_featured_image,
		.course-template-default .main .post-header .holiday_featured_image,
		.course-template-default .main .post-header .course_featured_image,
		.main .post-header .hike_featured_image,
		.main .post-header .holiday_featured_image,
		.main .post-header .course_featured_image {
	margin: 1.875rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hike-template-default .main .post-header .hike_featured_image .wp-post-image-wrap,
		.hike-template-default .main .post-header .holiday_featured_image .wp-post-image-wrap,
		.hike-template-default .main .post-header .course_featured_image .wp-post-image-wrap,
		.holiday-template-default .main .post-header .hike_featured_image .wp-post-image-wrap,
		.holiday-template-default .main .post-header .holiday_featured_image .wp-post-image-wrap,
		.holiday-template-default .main .post-header .course_featured_image .wp-post-image-wrap,
		.course-template-default .main .post-header .hike_featured_image .wp-post-image-wrap,
		.course-template-default .main .post-header .holiday_featured_image .wp-post-image-wrap,
		.course-template-default .main .post-header .course_featured_image .wp-post-image-wrap,
		.main .post-header .hike_featured_image .wp-post-image-wrap,
		.main .post-header .holiday_featured_image .wp-post-image-wrap,
		.main .post-header .course_featured_image .wp-post-image-wrap {
	width: 100%;
}
.hike-template-default .main .post-header .hike_featured_image .post-image,
		.hike-template-default .main .post-header .holiday_featured_image .post-image,
		.hike-template-default .main .post-header .course_featured_image .post-image,
		.holiday-template-default .main .post-header .hike_featured_image .post-image,
		.holiday-template-default .main .post-header .holiday_featured_image .post-image,
		.holiday-template-default .main .post-header .course_featured_image .post-image,
		.course-template-default .main .post-header .hike_featured_image .post-image,
		.course-template-default .main .post-header .holiday_featured_image .post-image,
		.course-template-default .main .post-header .course_featured_image .post-image,
		.main .post-header .hike_featured_image .post-image,
		.main .post-header .holiday_featured_image .post-image,
		.main .post-header .course_featured_image .post-image {
	max-height: 376px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hike-template-default .main .post-header .hike_featured_image img,
		.hike-template-default .main .post-header .holiday_featured_image img,
		.hike-template-default .main .post-header .course_featured_image img,
		.holiday-template-default .main .post-header .hike_featured_image img,
		.holiday-template-default .main .post-header .holiday_featured_image img,
		.holiday-template-default .main .post-header .course_featured_image img,
		.course-template-default .main .post-header .hike_featured_image img,
		.course-template-default .main .post-header .holiday_featured_image img,
		.course-template-default .main .post-header .course_featured_image img,
		.main .post-header .hike_featured_image img,
		.main .post-header .holiday_featured_image img,
		.main .post-header .course_featured_image img {
	width: auto;
	margin: 0 auto;
}
.hike-template-default .post-terms, .holiday-template-default .post-terms, .course-template-default .post-terms,  .post-terms {
	border-bottom: 1px solid #e7ddcc;
	padding: 1rem 0 2.5rem;
	margin-top: 48px;
}
.hike-template-default .post-terms .term-label, .holiday-template-default .post-terms .term-label, .course-template-default .post-terms .term-label, .post-terms .term-label {
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	color: #42464f;
}
.hike-template-default .post-terms .term-name, .holiday-template-default .post-terms .term-name, .course-template-default .post-terms .term-name, .post-terms .term-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #984f48;
	background: #f4f2ef;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem;
	border-radius: 0.3rem;
	border: 1px solid #e7ddcc;
}
.hike-template-default .google-maps__wrapper, .holiday-template-default .google-maps__wrapper, .course-template-default .google-maps__wrapper,  .google-maps__wrapper {
	padding: 16px;
	margin: 0 auto;
}
@media screen and (min-width: 45em) {
	.hike-template-default .google-maps__wrapper, .holiday-template-default .google-maps__wrapper, .course-template-default .google-maps__wrapper,  .google-maps__wrapper {
		padding: 0 7.462686567%;
	}
}
.hike-template-default .google-maps__wrapper h3, .holiday-template-default .google-maps__wrapper h3, .course-template-default .google-maps__wrapper h3,  .google-maps__wrapper h3 {
	font-size: 1.25em;
}
footer {
	background-color: #14234d;
	color: #fff;
	padding: 50px 0 60px;
}
@media (min-width: 45em) {
	footer {
		padding: 3.75rem 0;
	}
}
.footer-inner {
	margin: 0 auto;
	max-width: calc(1170px + 2rem);
	padding: 0 1rem;
}
#footer::after {
	content: "";
	display: table;
	clear: both;
}
#footer .widget_text {
	float: left;
	width: 100%;
}
@media (min-width: 45em) {
	#footer .widget_text {
		width: 31.62393%;
	}
	#footer .widget_text:not(:first-child) {
		margin-left: 2.5641%;
	}
}
@media (min-width: 62.5em) {
	#footer .widget_text {
		margin-left: 2.5641%;
		margin-right: 2.5641%;
		width: 23.07692%;
	}
	#footer .widget_text:first-child,
			#footer .widget_text:last-child {
		margin-left: 8.54701%;
		margin-right: 0;
	}
}
#footer .widget_text .footer-text-title {
	font-size: 18px;
	line-height: 1;
	margin: 20px 0 10px;
}
#footer .widget_text p {
	margin: 0 0 10px;
}
#footer .widget_text a {
	color: #fff;
	text-decoration: underline;
}
.header-wrapper {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, 0.03, 0.26, 1.02), -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, 0.03, 0.26, 1.02), -webkit-box-shadow 0.2s ease-in-out;
	transition: transform 0.4s cubic-bezier(0.68, 0.03, 0.26, 1.02), box-shadow 0.2s ease-in-out;
	transition: transform 0.4s cubic-bezier(0.68, 0.03, 0.26, 1.02), box-shadow 0.2s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.68, 0.03, 0.26, 1.02), -webkit-box-shadow 0.2s ease-in-out
}
.header-wrapper.header-scrolled.scrolling-down {
	-webkit-transform: translate3d(0, -150px, 0);
	        transform: translate3d(0, -150px, 0);
}
.header-wrapper.header-scrolled.scrolling-down.active {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header-wrapper.active {
	overflow-y: scroll;
	max-height: 100%;
}
.header-wrapper.header-scrolled.scrolling-up,
	.header-wrapper.active {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .05);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .05);
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: calc(1170px + 2.222rem);
	padding: 0.555rem;
	position: relative;
	margin: 0 auto;
	z-index: 99999;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
@media (min-width: 25em) {
	.header-inner {
		padding: 1.111rem;
	}
}
@media (min-width: 62.5em) {
	.header-inner {
		height: 140px;
	}
}
@media (min-width: 62.5em) {
	.header-wrapper.header-small .header-inner {
		height: 93px;
	}
}
/* Burgermenu + site-select */
.header-inner-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 62.5em) {
	.header-inner-right {
		display: none;
	}
}
.header-inner-right .site-select,
.header-inner-right .select2.select2-container {
	display: none;
}
@media (min-width: 45em) {
	.header-inner-right .site-select,
.header-inner-right .select2.select2-container {
		display: block;
	}
}
@media (min-width: 62.5em) {
	.header-inner-right .site-select,
.header-inner-right .select2.select2-container {
		display: none;
	}
}
main {
	background: #fff;
	padding: 16px;
}
.widget-page main {
	background: transparent;
	padding: 0;
}
.dvl-sponsored-content__top-banner {
	background: #ef9800;
	color: #faf9f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 0.2rem;
	position: absolute;
	top: -1rem; /* = 16px = main padding-top */
	left: 0;
	font-size: 12.8px
}
.dvl-sponsored-content__top-banner a {
	margin-left: 0.5em;
	color: #fff;
	text-decoration: underline;
}
.dvl-sponsored-content {
	color: #7c8a54;
	font-size: 12.8px;
	float: right;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	width: 40.17094%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border: 1px solid #ef9800;
	border-radius: 5px;
	padding: 1em;
	margin: 0 0 1rem 1rem;
	text-align: center;
}
@media (min-width: 25em) {
	.dvl-sponsored-content {
		width: 23.07692%;
	}
}
.dvl-sponsored-content .dvl-sponsored-content__advertiser {
	margin-top: 1rem;
}
.dvl-sponsored-content .dvl-sponsored-content__advertiser-logo img {
	max-width: 100%;
	margin: 0;
}
.sponsor_sidebar_area {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1170px;
	padding-top: 2em;
}
@media (min-width: 62.5em) {
	.sponsor_sidebar_area {
		margin: 0 max(calc(-50vw - -515px), -100px);
	}
}

/*# sourceMappingURL=base.min.css.map*/