.nav-slide .nav,
#nav > ul,
.dropdown ul,
.dropdown ul li,
.accordion,
.list-events,
#footer .nav,
.social-networks,
.result-list,
.list-login,
.cate-list,
.btn-holder,
.search-slide .list,
.content .block-img-tex ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #322815;
	background: #f4f5ec;
	font: 18px/1.25 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

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

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background-color: black;
	color: white;
}

body .btn-primary.active,
body .btn-primary.focus,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-primary:hover,
body .open > .dropdown-toggle.btn-primary {
	background-color: #666;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: black;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	line-height: 2em;
	margin: 0 0 1.2em;
	font-weight: bold;
}

p {
	margin: 0 0 1.2em;
}

li,
p {
	line-height: 2;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

#header {
	background: #0a602b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 130px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 3px solid #fff;
	padding: 0 52px;
	font-size: 16px;
}

#header .nav-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    align-self: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .nav-secondary .donat-btn {
	display: inline-block;
	background: #fff;
	height: auto;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #0a602b;
	margin: 0 15px;
}

#header .nav-secondary .donat-btn:hover {
	background-color: #063518;
	color: #fff;
}

#header .nav-secondary .search-btn {
	margin-left: 15px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#header .nav-secondary .search-btn:hover {
	background-color: #063518;
}

#header .nav-secondary .search-btn:before {
	color: #fff;
	font-size: 20px;
}

/* page logo styles */

.logo {
	width: 118px;
	position: relative;
	top: 0px;
	z-index: 100;
}

.logo a {
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	height: auto;
	padding: 25px 20px;
	border-radius: 0 0 10px 10px;
	min-width: 70px;
}

.logo a img {
	width: 100%;
	height: auto;
}

/* mainnav area styles */

.nav-area {
	background: #0a602b;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

/* nav opener styles */

.nav-mobile {
	position: relative;
	width: 78px;
	height: 78px;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.nav-active .nav-mobile {
	position: fixed;
	right: 50%;
	background: #07451f;
}

.nav-mobile .nav-opener {
	width: 45px;
	height: 38px;
	display: none;
	position: relative;
}

.nav-mobile .nav-opener:before,
.nav-mobile .nav-opener:after,
.nav-mobile .nav-opener span {
	background: #fff;
	position: absolute;
	top: 18px;
	left: 13px;
	height: 3px;
	border-radius: 1px;
	margin-top: 1px;
	width: 27px;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.nav-mobile .nav-opener:before,
.nav-mobile .nav-opener:after {
	content: '';
	top: 11px;
}

.nav-mobile .nav-opener:after {
	top: 25px;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 16px;
	left: 9px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 16px;
	left: 9px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

/* nav slide styles */

.nav-slide .nav {
	display: none;
	font-size: 11px;
	line-height: 15px;
}

.nav-slide .nav li {
	margin: 0 0 3px;
}

.nav-slide .nav a {
	color: #fff;
	text-decoration: underline;
}

.nav-slide .nav a:hover {
	color: #0a602b;
	border-bottom: 3px solid #fff;
}

/* main nav styles */

#nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
}

#nav > ul > li label {
	display: none;
}

#nav > ul > li:first-child {
	display: none;
}

#nav > ul > li.active > a {
	background: #063518;
}

#nav > ul > li.mobile {
	display: none;
}

#nav > ul > li.hover > a,
#nav > ul > li:hover > a {
	background: #063518;
	border-bottom: 3px solid #fff;
}

#nav > ul > li.hover .dropdown,
#nav > ul > li:hover .dropdown {
	display: block;
}

#nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 130px;
	width: 100%;
	-webkit-transition: background 0.2s linear;
	        transition: background 0.2s linear;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	padding: 0;
}

#nav > ul > li > a:hover {
	background: #063518;
	border-bottom: 3px solid #fff;
}

#nav > ul > li.donate {
	display: none;
}

/* nav dropdown styles */

.dropdown {
	z-index: 999;
	display: none;
	left: 0;
	right: -240px;
	top: 130px;
	background: #063518;
	padding: 18px 52px 70px 52px;
	overflow: hidden;
	position: absolute;
	opacity: 90%;
}

.right .dropdown {
	left: -240px;
	right: 0;
}

.dropdown ul {
	text-transform: capitalize;
	text-align: left;
}

.dropdown ul li {
	position: relative;
}

.dropdown ul li a {
	font-weight: 700;
	padding: 14px 0;
	display: block;
	border-bottom: 1px dashed #fff;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}

.dropdown ul li a:hover {
	background-color: #063518;
	color: #fff;
}

.dropdown ul li.has_subtree ul {
	margin-top: 5px;
}

.dropdown ul li.has_subtree ul li a {
	padding: 5px 0;
	border-bottom: 0;
	font-weight: 400;
}

.dropdown ul li.has_subtree ul li a:before {
	content: '\2014';
	margin-right: 4px;
}

#header-portal-searchbox {
	display: none;
	padding: 20px 21px 5px;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
}

#header-portal-searchbox .header-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

#header-portal-searchbox .header-search-form input {
	border: 1px solid #fff;
	border-radius: 5px;
	width: 100%;
	height: 43px;
	font-size: 12px;
}

#header-portal-searchbox .header-search-form input::-webkit-input-placeholder {
	color: black;
}

#header-portal-searchbox .header-search-form input:-ms-input-placeholder {
	color: black;
}

#header-portal-searchbox .header-search-form input::placeholder {
	color: black;
}

#header-portal-searchbox .header-search-form .search-button {
	background: transparent;
	border: none;
	outline: none;
	margin-left: -33px;
}

#header-portal-searchbox .header-search-form .search-button img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}

#google_translate_element {
	position: absolute;
	right: 30px;
	top: 155px;
	z-index: 110;
}

#google_translate_element div.skiptranslate.goog-te-gadget {
	font-size: 0 !important;
}

#google_translate_element div.skiptranslate.goog-te-gadget > div {
	background-color: #fff;
	opacity: 0.8;
	border-radius: 5px;
	padding: 10px 9px;
}

#google_translate_element div.skiptranslate.goog-te-gadget > div select:focus-visible,
#google_translate_element div.skiptranslate.goog-te-gadget > div select:focus {
	outline: none;
}

#google_translate_element .goog-te-gadget .goog-logo-link {
	display: none !important;
	font-size: 0 !important;
}

#google_translate_element .goog-te-gadget .goog-te-combo {
	background-color: transparent;
	border-color: transparent;
	font: 12px "Open Sans", sans-serif;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#google_translate_element .goog-te-gadget .goog-te-combo option {
	background: #fff;
	opacity: 0.8;
}

#google_translate_element .goog-te-gadget > span {
	display: none;
}

#homepage-latest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5vw;
}

#homepage-latest a:focus,
#homepage-latest a:hover {
	text-decoration: none;
	color: black;
}

#homepage-latest .homepage-latest-tile .list-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border: 2px solid black;
}

#homepage-latest .homepage-latest-tile .list-card > a img {
	height: auto;
	width: auto;
	min-width: 230px;
	min-height: 230px;
	max-width: 450px;
	max-height: 450px;
}

#homepage-latest .homepage-latest-tile .list-card > .right-side {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#homepage-latest .homepage-latest-tile .list-card > .right-side .homepage-news-title {
	padding: 2.7777777778vw 3.8194444444vw 0vw;
	padding-bottom: 1rem;
	color: black;
	font-size: 24px;
	font-weight: 600;
}

#homepage-latest .homepage-latest-tile .list-card > .right-side .homepage-news-description {
	padding: 0vw 3.8194444444vw 2.7777777778vw;
	line-height: 2;
}

#homepage-connect-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	background-color: white;
}

#homepage-connect-cards .homepage-connect-card {
	width: 30%;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #b0ce14;
}

#homepage-connect-cards .homepage-connect-card a {
	background-color: #fff;
	width: 64%;
	height: 60px;
	margin-bottom: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	color: #095f2b;
	font-weight: 700;
	font-size: 2vw;
}

#homepage-connect-cards .homepage-connect-card a:hover {
	text-decoration: none;
	color: black;
}

#homepage-connect-cards .homepage-connect-card .connect-card-image {
	aspect-ratio: 1/1;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #afce13;
	background-origin: content-box;
	background-position: center;
	width: 40%;
	margin: 44px;
}

#homepage-connect-cards .homepage-connect-card#homepage-connect-visit .connect-card-image {
	background-image: url(../svg/map.svg);
}

#homepage-connect-cards .homepage-connect-card#homepage-connect-volunteer .connect-card-image {
	background-image: url(../svg/plant.svg);
}

#homepage-connect-cards .homepage-connect-card#homepage-connect-support .connect-card-image {
	background-image: url(../svg/backpack.svg);
}

body.inner .inner-intro + .documentFirstHeading {
	font-family: 'FF Good Pro';
	font-size: Min(calc(20px + 2vw), 46px);
	font-weight: 700;
	color: white;
	background-color: #063518;
	opacity: 0.9;
	min-height: 90px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px 80px;
	margin: 0;
}

#homepage-carousels #homepage-carousel-section.desktop {
	display: block;
}

#homepage-carousels #homepage-carousel-section.tablet,
#homepage-carousels #homepage-carousel-section.mobile {
	display: none;
}

#homepage-carousel-section {
	background: white;
}

#homepage-carousel-section a:not(.image_link),
#homepage-carousel-section figcaption {
	color: white;
	position: absolute;
}

#homepage-carousel-section figure {
	position: relative;
}

#homepage-carousel-section a:not(.image_link) {
	text-transform: uppercase;
	bottom: 2vw;
	right: 4vw;
	font-size: max(2.0vw, 11px);
	font-weight: 700;
	border: solid 1px white;
	border-radius: 4px;
	padding: 0.2em 1.5em;
}

#homepage-carousel-section a:not(.image_link):hover {
	text-decoration: none;
	color: white;
	background-color: black;
	opacity: 0.9;
}

#homepage-carousel-section figcaption {
	bottom: 2vw;
	left: 2vw;
	padding-left: 2vw;
	font-size: max(3vw, 25px);
	font-weight: 700;
  line-height: 1em;
}

#homepage-carousel-section img {
	width: 100%;
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 20%);
	mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 20%);
}

#homepage-carousel-section .slick-prev {
	left: 10px;
	z-index: 10000;
}

#homepage-carousel-section .slick-next {
	right: 10px;
}

#homepage-carousel-section .slick-dots {
	bottom: 0px;
}

#homepage-carousel-section.slick-dotted.slick-slider {
	margin-bottom: auto;
}

#homepage-carousel-section .slick-arrow {
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

#homepage-carousel-section .slick-track {
	background-color: black;
}

#homepage-mission {
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#homepage-mission > div {
	-ms-flex-preferred-size: 350px;
	    flex-basis: 350px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#homepage-mission #homepage-mission-image {
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 24.3055555556vw;
	background-position: center;
}

#homepage-mission #homepage-mission-image-wrapper {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#homepage-mission #homepage-mission-message-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 150px 0px;
}

#homepage-mission #homepage-mission-title {
	color: #095f2b;
	font-size: 2.8rem;
	font-weight: 700;
}

#homepage-mission #homepage-mission-text {
	color: #095f2b;
	font-size: 1.8rem;
	line-height: 2.8rem;
	max-width: 39.2361111111vw;
}

.accordion {
	font-family: "Montserrat", sans-serif;
	display: block !important;
}

.accordion > li {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 24px;
	list-style: none;
}

.accordion > li div {
	line-height: 2;
}

.accordion > li .slide {
	background: #e1e4ce;
	overflow: hidden;
	padding: 41px 62px;
}

.accordion > li .slide figure.caption {
	display: table;
	max-width: 100%;
}

.accordion > li .slide figure.image-right {
	float: right;
	margin-left: 66px;
	margin-right: -61px;
}

.accordion > li .slide figure.image-right figcaption {
	display: table-caption;
	caption-side: bottom;
}

.accordion > li .slide figure.image-right figcaption .captiondescription {
	text-align: unset;
}

.accordion > li .slide figure.image-left {
	float: left;
	margin-left: -62px;
	margin-right: 28px;
}

.accordion > li .slide figure.image-left figcaption {
	margin-left: 0px;
}

.accordion > li .slide figure figcaption {
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
}

.accordion > li .slide img {
	float: right;
	margin-bottom: 10px;
}

.accordion > li .slide img.image-right {
	float: right;
	margin: 0 0 10px 0;
}

.accordion > li .slide img.image-left {
	float: left;
	margin: 0 25px 10px 0;
}

.accordion > li .slide iframe {
	max-width: 100%;
}

.accordion > li > a {
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	display: block;
	background: #063518;
	padding: 10px 71px;
	border-radius: 40px 0 0;
	position: relative;
}

.accordion > li > a:after {
	position: absolute;
	width: 23px;
	height: 23px;
	right: 8px;
	top: 9px;
	content: "";
	background: url(../svg/accordion-icon-closed.svg) no-repeat;
}

.accordion > li > a.opener {
	line-height: 20px;
	text-decoration: none !important;
}

.accordion > li.active > a:after {
	position: absolute;
	width: 23px;
	height: 23px;
	right: 8px;
	top: 9px;
	content: "";
	background: url(../svg/accordion-icon-open.svg) no-repeat;
}

.list-events .img-caption,
.post-block .img-caption,
.post-event .img-caption {
	width: 100%;
	height: 54.5px;
	z-index: 1;
	background: #4c3d2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.list-events .img-caption a,
.post-block .img-caption a,
.post-event .img-caption a {
	color: white;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 18px;
	white-space: nowrap;
	background-color: transparent;
}

.list-events .img-caption .title,
.post-block .img-caption .title,
.post-event .img-caption .title {
	font-family: "Montserrat";
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	font-size: 1.1vw;
	padding: 25px 10px 25px 10px;
	word-spacing: normal;
	color: #fff;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-events li .text a,
.content-area .portletWrapper .post .text a {
	color: black;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	height: 3.6em;
	line-height: 1.8em;
	display: block;
}

.list-events .text,
.content-area .portletWrapper .post .text,
.content-area .post-block .post .text,
.content-area .post-event .post .text {
	font-size: 12px;
	padding: 12px;
	background-color: white;
	line-height: 19px;
	display: block;
	border-radius: 0 0 30px;
	border: 1px solid #1e3a67;
	border-top: none;
}

.list-events .text span,
.content-area .portletWrapper .post .text span,
.content-area .post-block .post .text span,
.content-area .post-event .post .text span {
	font-weight: 700;
}

.list-events .text a,
.content-area .portletWrapper .post .text a,
.content-area .post-block .post .text a,
.content-area .post-event .post .text a {
	-webkit-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	color: black;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}

.list-events .text a:hover,
.content-area .portletWrapper .post .text a:hover,
.content-area .post-block .post .text a:hover,
.content-area .post-event .post .text a:hover {
	opacity: .7;
}

.list-events {
	position: relative;
	z-index: 99;
	letter-spacing: -.32em;
	margin: 0 -3px;
	text-align: center; /*search post list tablet style*/ /*search post list mobile style*/
}

.list-events li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 3px 6px;
	letter-spacing: normal;
}

.list-events .img-holder {
	border: 1px solid #1e3a67;
	position: relative;
}

.list-events .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.list-events .date {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 15px 3px;
	border: 1px solid #b0ce14;
	border-radius: 27px 0 0;
	background: rgba(176, 206, 20, 0.9);
	color: #fff;
	font-family: "Arial";
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.list-events .date span {
	display: block;
	font-size: 31px;
}

.post-event .portletWrapper,
.content-area .post-block .post,
.content-area .post-event .post {
	margin: 35px 0px 0px 0px;
}

.post-event time.date {
	display: block;
	font-size: 18px;
	font-weight: 700;
	border: none;
	padding: auto;
	text-align: left;
}

.fancybox-slide {
	visibility: hidden;
}

.fancybox-slide.fancybox-slide--complete {
	visibility: visible;
}

.fancybox-caption {
	background: #f8f6eb;
	color: #000;
	max-width: 400px;
}

.fancybox-caption.fancybox-caption--separate {
	visibility: hidden;
}

.fancybox-caption.fancybox-caption__moved {
	padding: 0px;
	visibility: visible;
}

.fancybox-caption a {
	color: #fff;
}

.fancybox-caption a:hover,
.fancybox-caption a:visited,
.fancybox-caption a:link {
	color: #fff;
	text-decoration: none;
}

.fancybox-caption__body {
	overflow: hidden;
	padding: 10px 25px 30px 25px;
}

.fancybox-caption__body .captionwrapper > div {
	margin-bottom: 25px;
}

.captionbutton {
	background-color: #5a4a9b;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	margin: 15px 0px;
}

.compensate-for-scrollbar {
	margin-right: 0px;
}

.fancybox-image {
	cursor: pointer;
}

/* footer styles */

#footer {
	background: #f8f6eb; /* footer address styles */
}

.result #footer {
	background: none;
}

#footer a {
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#footer .holder {
	position: relative;
	background: #0a602b;
	padding: 0 0 17px;
	min-height: 300px;
}

#footer .two-columns {
	padding: 30px 0px 30px 0px;
}

#footer .two-columns:after {
	content: " ";
	display: block;
	clear: both;
}

#footer .two-columns .col-left {
	float: left;
	width: 35%;
}

#footer .two-columns .col-left .col-left-contents {
	width: 600px;
	margin: 0px 0px 0px 30px;
}

#footer .two-columns .col-right {
	float: right;
	width: 35%;
}

#footer .two-columns .col-right .col-right-contents {
	width: 500px;
	margin: 0px 30px 0px 0px;
	float: right;
}

#footer address {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	font-style: normal;
	padding: 20px 10px 20px 30px;
}

#footer address .title {
	font-weight: 700;
}

#footer address a {
	color: #fff;
	text-decoration: none;
}

#footer address a:hover {
	color: #c0a7d1;
	background-color: #0a602b;
}

#footer address a.mail {
	text-decoration: underline;
}

#footer .nav {
	float: left;
	font-size: 14px;
	line-height: 20px;
}

#footer .nav li {
	margin: 0 0 5px;
	padding: 0px 30px;
}

#footer .nav a {
	padding: 0px;
	color: #fff;
	text-decoration: underline;
}

#footer .nav a:hover {
	color: #c0a7d1;
	background-color: #0a602b;
}

/* from area styles */

.form-area {
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	padding: 20px 20px 0 10px;
}

.form-area .title {
	margin: 0 0 3px;
	display: block;
	font-size: 18px;
	line-height: 35px;
	font-weight: 700;
}

.form-area p {
	font-size: 18px;
	margin: 0 0 14px;
}

/* signup form styles */

.signup-form {
	padding: 0 98px 0 0;
	position: relative;
}

.signup-form input[type="email"] {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	background: #fff;
	font-size: 16px;
	line-height: 35px;
	font-style: italic;
	height: 26px;
	padding: 18px;
	color: #322a54;
	position: relative;
	z-index: 1;
}

.signup-form input[type="email"]::-webkit-input-placeholder {
	color: #777;
}

.signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #777;
}

.signup-form input[type="email"]:-moz-placeholder {
	color: #777;
}

.signup-form input[type="email"]:-ms-input-placeholder {
	color: #777;
}

.signup-form input[type="email"].placeholder {
	color: #777;
}

.signup-form .submit {
	outline: none;
	border: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	overflow: hidden;
	padding: 4px 0px 4px 20px;
	width: 98px;
	background: #b0ce14;
	color: #322815;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	        transition: background 0.2s linear;
}

.signup-form .submit:hover {
	background: #e1e4ce;
}

.signup-form .submit span {
	padding: 0 18px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

/* social area styles */

.social-area {
	padding: 0px 20px 0px 0px;
}

.social-area .footer-logo {
	float: right;
	padding: 30px 0px 0px 0px;
}

.social-area .footer-logo img {
	width: 88px;
	height: 78px;
}

/* social networks styles */

.social-networks {
	padding: 50px 0px 20px 10px;
	float: left;
}

.social-networks li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.social-networks a {
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px !important;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a.facebook {
	background: url(../png/facebook.png) no-repeat;
	background-size: 40px !important;
}

.social-networks a.twitter {
	background: url(../png/twitter.png) no-repeat;
	background-size: 40px !important;
}

.social-networks a.instagram {
	background: url(../png/instagram.png) no-repeat;
	background-size: 40px !important;
}

.social-networks a.youtube {
	background: url(../png/youtube.png) no-repeat;
	background-size: 40px !important;
}

body.template-isotope-view #isotope-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 105px;
	gap: 35px;
	row-gap: 53px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

body.template-isotope-view #isotope-grid[style] {
	height: auto !important;
}

body.template-isotope-view #isotope-grid .horizontal:hover {
	background-color: transparent;
}

body.template-isotope-view #isotope-grid .isotope-item {
	width: 30%;
}

body.template-isotope-view #isotope-grid .text {
	background-color: white;
}

body.template-isotope-view #isotope-grid.list-events .img-caption a.btn-info {
	background-color: transparent;
	width: auto;
}

body.template-isotope-view #isotope-grid.list-events .img-caption a.btn-info:after {
	content: "";
}

body.template-isotope-view .below-banner {
	display: none;
}

body.template-isotope-view #main.bg:before {
	display: none;
}

.advance-block {
	background-color: white;
}

.hike-filters-container {
	padding-top: 50px;
	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;
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 50px;
}

.hike-filters-container ::-webkit-scrollbar {
	width: 54px;
}

.hike-filters-container ::-webkit-scrollbar-track {
	box-shadow: 4px 4px inset #DDDDDD;
	border: 25px solid transparent;
}

.hike-filters-container ::-webkit-scrollbar-thumb {
	box-shadow: 4px 4px inset #000;
	border: 25px solid transparent;
}

.hike-filters-container h3 {
	color: #095f2b;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 3px solid #095f2b;
	margin-right: 40px;
	width: 85%;
	white-space: nowrap;
}

.hike-filters-container ul {
	-webkit-padding-start: 0px;
	        padding-inline-start: 0px;
	padding-top: 15px;
}

.hike-filters-container ul li {
	list-style: none;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 38px;
	padding: 0px 20px;
}

.hike-filters-container ul li label {
	cursor: pointer;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.hike-filters-container ul li label:hover {
	font-weight: bold;
}

.hike-filters-container ul li:hover {
	background-color: #e1daba;
}

.hike-filters-container ul.collapsed {
	display: none;
}

.hike-filters-container .hike-filter {
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.hike-filters-container .hike-filter:nth-child(2) .isotope-menu-trigger {
	border-left-width: 2px;
}

.hike-filters-container .hike-filter:last-child .isotope-menu-trigger {
	border-right-width: 2px;
}

.hike-filters-container .hike-filter .isotope-menu-trigger,
.hike-filters-container .hike-filters-mobile-trigger {
	font-family: 'Montserrat', sans-serif;
	color: #8D8D8D;
	padding: 1em;
	border: 2px solid black;
	border-left-width: 1px;
	border-right-width: 1px;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
	min-width: 225px;
	position: relative;
}

.hike-filters-container .hike-filter .isotope-menu-trigger:after,
.hike-filters-container .hike-filters-mobile-trigger:after {
	content: "▾";
	color: #000;
	float: right;
	font-size: 37px;
	position: absolute;
	right: 20px;
	top: 7px;
}

.hike-filters-container .hike-filter .isotope-menu-trigger.black,
.hike-filters-container .hike-filters-mobile-trigger.black {
	color: black;
}

.hike-filters-container .hike-filters-mobile-trigger {
	display: none;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.hike-filters-container .hike-filters-mobile-trigger.closed:after {
	content: "⊖";
}

.hike-filters-container .hike-filters-mobile-trigger.open:after {
	content: "⊕";
}

.hike-filters-container ul.isotope-filter {
	border: 2px solid black;
	border-top: 0px;
	z-index: 110;
	background-color: white;
	max-height: 16em;
	overflow-y: scroll;
	position: absolute;
}

/* Temporary styles to make the non-select version look good */

.jcf-label-active {
	text-decoration: underline;
}

.content .tileItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
	-webkit-column-gap: 85px;
	        column-gap: 85px;
	row-gap: 25px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.content .tileItem .tileImage {
	-ms-flex-preferred-size: 380px;
	    flex-basis: 380px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.content .tileItem .tileImage img {
	border-radius: 0px 0px 80px 0px;
}

.content .tileItem .tileText {
	-ms-flex-preferred-size: 370px;
	    flex-basis: 370px;
	-webkit-box-flex: 2.5;
	    -ms-flex-positive: 2.5;
	        flex-grow: 2.5;
	min-width: 15em;
	font-family: 'Montserrat';
	line-height: 2;
}

.content .tileItem .tileText .publication-date {
	font-weight: 700;
	margin-bottom: 20px;
}

.content .tileItem .tileText h2 {
	margin-bottom: 8px;
}

.content .tileItem .tileText h2 a {
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-decoration: underline;
}

.content .tileItem .tileText h2 a:hover {
	color: #095f2b;
}

.content .tileItem .tileText .tileFooter {
	margin-top: 40px;
}

.content .tileItem .tileText .tileFooter a {
	border: 2px solid black;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none !important;
	font-weight: 700;
}

.content .tileItem .tileText .tileFooter a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

nav.pagination {
	width: 100%;
	text-align: right;
	color: #095f2b;
}

nav.pagination a,
nav.pagination span {
	color: #095f2b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

nav.pagination ul li {
	display: inline;
	color: #095f2b;
}

nav.pagination ul li a {
	text-decoration: underline;
}

nav.pagination ul li a.active,
nav.pagination ul li.previous a,
nav.pagination ul li.next a {
	text-decoration: none;
}

nav.pagination li.previous .label {
	display: none;
}

nav.pagination li.previous .arrow:before {
	content: "< Prev";
}

nav.pagination li.next:after {
	content: " >";
}

/*
Styles for content on the site put there by administrators via TinyMCE
*/

#CnP_inlineiframe {
	height: 2680px;
}

body.portaltype-preserve .content-area {
	font-family: "Montserrat";
	padding: 0px;
	background-color: #f8f6eb;
}

body.portaltype-preserve .content-area .content {
	padding: 45px 55px;
}

body.portaltype-preserve .content-area .content p {
	line-height: 32px;
	margin-bottom: 20px;
}

body.portaltype-preserve .below-banner {
	font-family: "Montserrat";
}

body.portaltype-preserve .below-banner .inner-description {
	padding-bottom: 0px;
	color: #322815;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}

body.portaltype-preserve .above-footer .purple-portlet-wrapper.mobile {
	padding: 0px;
}

body.portaltype-preserve #marker-protectedarea {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	padding-left: 80px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

body.portaltype-preserve #marker-protectedarea .at-a-glance {
	line-height: 2;
}

body.portaltype-preserve #marker-protectedarea .prot-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0px;
}

body.portaltype-preserve #marker-protectedarea .prot-list li {
	list-style: none;
	background-color: #e9e2bd;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 33px;
	border-radius: 40px;
	width: 77px;
	height: 77px;
	padding: 14px;
	text-align: center;
	line-height: 70px;
}

body.portaltype-preserve #marker-protectedarea .prot-list li:hover {
	background-color: #fff;
	border: 1px solid #000;
}

body.portaltype-preserve #marker-protectedarea .prot-list li span {
	display: none;
}

body.portaltype-preserve #marker-protectedarea .prot-list li img {
	padding: 2px;
}

body.portaltype-preserve #marker-protectedarea #at-a-glance-selected-text {
	display: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: #322815;
}

body.portaltype-hike .content-area,
body.portaltype-event .content-area {
	font-family: "Montserrat";
	padding: 0px;
	background-color: #f8f6eb;
}

body.portaltype-hike .content-area .content,
body.portaltype-event .content-area .content {
	line-height: 2;
	padding: 45px 55px;
}

body.portaltype-hike .content-area .content > p,
body.portaltype-event .content-area .content > p {
	line-height: 32px;
	margin-bottom: 20px;
}

body.portaltype-hike .below-banner,
body.portaltype-event .below-banner {
	font-family: "Montserrat";
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 56px 25px 42px 80px;
}

body.portaltype-hike .below-banner .purple-portlet-wrapper,
body.portaltype-event .below-banner .purple-portlet-wrapper {
	padding: 0px;
}

body.portaltype-hike .below-banner .inner-description,
body.portaltype-event .below-banner .inner-description {
	color: #322815;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	padding: 0px;
}

body.portaltype-hike .below-banner input[type=button],
body.portaltype-event .below-banner input[type=button] {
	font-family: "Open Sans";
	font-size: 22px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 20px;
}

body.portaltype-hike .below-banner input[type=button].hike-register,
body.portaltype-event .below-banner input[type=button].hike-register {
	background-color: #5a4a9b;
}

body.portaltype-hike .below-banner input[type=button].hike-register:hover,
body.portaltype-event .below-banner input[type=button].hike-register:hover {
	background-color: #322a54;
}

body.portaltype-hike .below-banner input[type=button].join-waitlist-btn,
body.portaltype-event .below-banner input[type=button].join-waitlist-btn {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}

body.portaltype-hike .below-banner input[type=button].join-waitlist-btn:hover,
body.portaltype-event .below-banner input[type=button].join-waitlist-btn:hover {
	color: #fff;
	background-color: #000;
}

body.portaltype-hike .below-banner .registration-closed,
body.portaltype-event .below-banner .registration-closed {
	font-family: "Open Sans";
	font-size: 22px;
	border-radius: 7px;
	font-weight: bold;
	margin-top: 20px;
	color: #0a602b;
}

body.portaltype-hike .above-footer .purple-portlet-wrapper.mobile,
body.portaltype-event .above-footer .purple-portlet-wrapper.mobile {
	padding: 0px 55px;
}

/* Contents of https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Contents of https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css */

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../gif/ajax-loader-2.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("../eot/slick.eot");
	src: url("../eot/slickd41d.eot?#iefix") format("embedded-opentype"), url("../woff/slick.woff") format("woff"), url("../ttf/slick.ttf") format("truetype"), url("../svg/slick.svg#slick") format("svg");
	font-display: swap;
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* General styles */

h4 {
	font-size: 1.5rem;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
}

.bg-stretch.add {
	height: 314px;
}

.bg-stretch img {
	display: block;
	max-width: inherit;
}

/* search form styles */

.search-form {
	border-radius: 0 30px 0 0;
	position: absolute;
	right: 31px;
	top: 30px;
	background: #fff;
	width: 126px;
	height: 26px;
	padding: 5px 35px 5px 5px;
	border: 1px solid #de8e72;
}

.inner .search-form {
	top: 45px;
	right: 0;
}

.search-form input[type="search"] {
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 14px;
	line-height: 14px;
	font-size: 9px;
	color: #322815;
	padding: 0 3px;
	outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #322815;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #322815;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #322815;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #322815;
}

.search-form input[type="search"].placeholder {
	color: #322815;
}

.search-form .submit {
	-webkit-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	background: none;
	color: #000;
	border: none;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 15px;
	line-height: 16px;
}

.search-form .submit:hover {
	color: #0a602b;
}

/* Homepage styles */

#homepage-numbers {
	padding: 90px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	row-gap: 80px;
	background-color: white;
}

#homepage-numbers .number-card {
	-ms-flex-preferred-size: 285px;
	    flex-basis: 285px;
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#homepage-numbers .number-card .number-card-data {
	font-weight: 600;
	font-size: 68px;
	color: #095f2b;
}

#homepage-numbers .number-card .number-card-caption {
	font-weight: 700;
	font-size: 26px;
	color: #b7cc4c;
}

#homepage-upcoming-events-section .list-events > li {
	padding: 20px 15px 8px;
}

#homepage-upcoming-events-section .list-events > li:last-child {
	display: none;
}

#homepage-upcoming-events-section,
#homepage-latest-section,
#homepage-connect-community {
	background: white;
	padding: 100px 50px;
}

#homepage-connect-community {
	padding-top: 0;
}

#homepage-upcoming-events-title,
#homepage-latest-title,
#homepage-connect-community-title {
	border-bottom: 2px dotted #095f2b;
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #095f2b;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 1rem;
	letter-spacing: -1px;
}

#homepage-upcoming-events-title a,
#homepage-latest-title a,
#homepage-connect-community-title a {
	color: #095f2b;
	font-size: 1.8rem;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
}

/* main informative part styles */

#main {
	background: #f8f6eb;
}

.inner #main {
	background: #f8f6eb;
	padding: 0;
	position: relative;
}

#main .content a {
	text-decoration: underline;
}

#main .content ul {
	display: inline-block;
	list-style-type: disc;
}

/* intro home page styles */

.intro {
	position: relative;
	float: left;
	width: 32.8%;
	border: 1px solid #294472;
	border-radius: 0 0 33px 0;
	overflow: hidden;
}

.intro img {
	display: block;
	width: 100%;
	height: auto;
}

.intro .caption {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.intro .caption:after {
	content: '';
	display: inline-block;
	height: 100%; /* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.intro .caption .frame {
	white-space: normal;
	vertical-align: bottom;
	display: inline-block;
	white-space: normal;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	padding: 10px 24px 3px;
}

.intro .caption h1 {
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.intro .caption p {
	margin: 0 0 5px;
}

.intro .tablet {
	display: none;
}

.intro .mobile {
	display: none;
}

.inner-intro {
	position: relative;
}

.inner-intro img,
.inner-intro iframe {
	width: 100%;
}

.inner-intro img.bannerImageImage.mobile {
	display: none;
}

body.inner .inner-intro .bannerText {
	position: absolute;
	bottom: 0;
	right: 0;
}

body.inner .inner-intro .bannerText h1.bannerTitle {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 2vw;
	line-height: 1;
}

.template-homepage_view .inner-intro .bannerText {
	position: absolute;
	color: white;
	bottom: auto;
	top: 20%;
	left: 10%;
	width: 50%;
	background-color: transparent;
}

.template-homepage_view .inner-intro .bannerText h1.bannerTitle {
	font-size: 4.5vw;
	line-height: 6vw;
	padding: unset;
	font-family: 'FF Good Pro';
	font-weight: bold;
	padding-right: 3.5vw;
}

#learn-more-button-wrapper {
	padding-left: 5vw;
	padding-bottom: calc(max(5vw, 50px));
	display: none;
}

#learn-more-button-wrapper #learn-more-button {
	color: white;
	background-color: #095f2b;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	padding: 15px;
	width: 11em;
	text-align: center;
	z-index: 10000;
	position: relative;
}

#learn-more-button-wrapper #learn-more-button:hover {
	text-decoration: none;
}

.below-banner,
.above-footer {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.below-banner .inner-description,
.above-footer .inner-description {
	color: #095f2b;
	font-size: 28px;
	padding: 25px;
	padding-left: 80px;
	line-height: 2;
}

.below-banner .purple-portlet-wrapper,
.above-footer .purple-portlet-wrapper {
	padding: 25px;
}

.below-banner .purple-portlet-wrapper a,
.below-banner .purple-portlet-wrapper a:hover,
.below-banner .purple-portlet-wrapper a:visited,
.above-footer .purple-portlet-wrapper a,
.above-footer .purple-portlet-wrapper a:hover,
.above-footer .purple-portlet-wrapper a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

.below-banner .purple-portlet-wrapper.desktop,
.above-footer .purple-portlet-wrapper.desktop {
	display: block;
}

.below-banner .purple-portlet-wrapper.mobile,
.above-footer .purple-portlet-wrapper.mobile {
	display: none;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 0px 80px;
}

.below-banner .purple-portlet-wrapper.mobile .purple-portlet,
.above-footer .purple-portlet-wrapper.mobile .purple-portlet {
	width: 100%;
}

.below-banner .purple-portlet-wrapper .purple-portlet,
.above-footer .purple-portlet-wrapper .purple-portlet {
	padding: 33px 28px 20px 35px;
	width: 400px;
	background-color: #5a4a9b;
	color: #fff;
}

.below-banner .purple-portlet-wrapper .purple-portlet h3,
.above-footer .purple-portlet-wrapper .purple-portlet h3 {
	line-height: 2;
	border-bottom: 3px dotted grey;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-family: 'ScalaSansOT Regular';
	font-weight: 700;
	width: fit-content;
}

.below-banner .purple-portlet-wrapper .purple-portlet .portlet-text,
.above-footer .purple-portlet-wrapper .purple-portlet .portlet-text {
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
	font-weight: 400;
}

.content-area {
	overflow: hidden; /*inner post style*/ /*inner post tablet/mobile style*/
}

.content-area .content {
	padding: 25px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 2;
}

.content-area .post-block,
.content-area .post-event {
	float: right;
	width: 400px;
	margin-right: 25px;
	padding-top: 25px;
	position: relative;
	z-index: 99;
}

.content-area .post {
	margin: 0 0 8px;
	position: relative;
	z-index: 9;
}

.content-area .post .img-holder {
	position: relative;
}

.content-area .post .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.content-area .post .text {
	padding: 3px 10px 7px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	border-radius: 0 0 30px;
}

.content-area .post .text a {
	-webkit-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	color: #fff;
	text-decoration: none;
}

.content-area .post .text a:hover {
	opacity: .7;
}

/*search result page style*/

.search-prompt {
	background-color: white;
	padding: 2em 5% 0 5%;
}

.search-result-block {
	padding: 36px 0 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background: #fff;
}

.search-result-block .result-list {
	background: #f8f6eb;
}

.search-result-block .header,
.search-result-block .footer {
	display: block;
	padding: 40px 5% 13px 5%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #063518;
	overflow: hidden;
}

.search-result-block .header .title,
.search-result-block .footer .title {
	text-transform: uppercase;
}

.search-result-block .header .title #search-term,
.search-result-block .footer .title #search-term {
	text-transform: none;
}

.search-result-block .header .page-num,
.search-result-block .footer .page-num {
	display: inline;
	float: right;
}

.search-result-block .header .page-num.mobile,
.search-result-block .footer .page-num.mobile {
	display: none;
}

.search-result-block .header .page-num ul li,
.search-result-block .footer .page-num ul li {
	display: inline;
}

.search-result-block .header .page-num ul li.active,
.search-result-block .footer .page-num ul li.active {
	color: #0a602b;
}

.search-result-block .header .page-num a,
.search-result-block .footer .page-num a {
	-webkit-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
	color: black;
}

.search-result-block .header .page-num a:hover,
.search-result-block .footer .page-num a:hover {
	color: #0a602b;
}

.search-result-block .header .page-num a:hover span,
.search-result-block .footer .page-num a:hover span {
	color: #0a602b;
}

/*search result list style*/

#searchform {
	padding: 0 5%;
}

.result-list {
	padding-left: 5%;
	padding-right: 5%;
}

.result-list li {
	padding: 12px 0px;
	overflow: hidden;
}

.result-list li.bg {
	background: #f4f5ec;
}

.result-list li .img-holder {
	border: 1px solid #50668e;
	float: left;
	width: 175px;
	border-radius: 0 0 27px;
}

.result-list li .img-holder img {
	border-radius: 0 0 27px;
	display: block;
	width: 100%;
	height: auto;
}

.result-list li .info {
	overflow: hidden;
	padding: 0 33px 0 17px;
	font-size: 13px;
	line-height: 24px;
}

.result-list li h1 {
	margin: 0 0 -1px -15px;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 22px;
	background: #0a602b;
	color: #fff;
	text-transform: uppercase;
}

.result-list li h1.green {
	background: #40814d;
}

.result-list li h1.orang {
	background: #d57753;
}

.result-list li h1.brown {
	background: #635941;
}

.result-list li h1.blue {
	background: #314b78;
}

.result-list li h2 {
	margin: 0 0 1px;
	font-size: 13px;
	line-height: 18px;
	color: #0a602b;
}

.result-list li h2.green {
	color: #136425;
}

.result-list li h2.red {
	color: #e5343b;
}

.result-list li h2.brown {
	color: #063518;
}

.result-list li .date {
	margin: 0 0 3px;
	display: block;
	color: #414042;
}

.result-list li p {
	margin: 0;
}

.result-list li .btn:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	margin: 1px 0 0;
}

/*global button style*/

a.btn {
	float: right;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	background: #facf48;
	padding: 4px 9px;
	font-weight: 600;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

a.btn:hover {
	color: #fff;
	background: #0a602b;
}

/* carousel basic styles */

.carousel {
	position: relative;
	padding: 2px 0 0;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
}

.carousel .slide img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #fff;
}

.carousel .slide .caption {
	display: block;
	font-size: 9px;
	line-height: 15px;
	color: #d1d3d4;
	padding: 7px 52px 13px;
}

.carousel .btn-prev,
.carousel .btn-next {
	overflow: hidden;
	text-indent: -9999px;
	width: 26px;
	height: 27px;
	position: absolute;
	left: 9px;
	z-index: 3;
	opacity: .8;
	bottom: 5px;
	background: url(../png/sprite.png) no-repeat -3px -193px;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	opacity: 1;
}

.carousel .btn-next {
	left: auto;
	right: 13px;
	background-position: -3px -160px;
}

/*hiles event page style*/

.list-login {
	border: 1px dotted #fff;
	border-width: 1px 0;
	padding: 16px 0 0;
	margin: 0 0 11px;
}

.list-login li {
	font-size: 13px;
	margin: 0 0 20px;
}

.list-login li a {
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 45px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.list-login li a:after {
	opacity: .8;
}

.list-login li a span {
	font-weight: 700;
}

.list-login li a:after {
	content: "";
	position: absolute;
	left: 2px;
	top: -6px;
	width: 30px;
	height: 30px;
	background: url(../png/sprite.png) no-repeat;
}

.list-login li.reg {
	margin: 0 0 22px;
}

.list-login li.reg a:after {
	background-position: -1px -72px;
}

.list-login li.ratting a:after {
	background-position: -1px -114px;
}

/*category list link style*/

.cate-list {
	padding: 0 0 10px;
}

.cate-list li {
	display: inline-block;
	vertical-align: top;
	max-width: 32%;
	font-size: 9px;
	line-height: 12px;
	margin: 0 23px 5px 0;
	text-transform: uppercase;
}

.cate-list li a {
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 37px 0 0;
}

.cate-list li a:hover {
	opacity: .8;
}

.cate-list li a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -15px;
	width: 31px;
	height: 31px;
	background: url(../png/sprite.png) no-repeat;
}

.cate-list li.fall a:after {
	background-position: -175px -144px;
}

.cate-list li.view a:after {
	background-position: -215px -145px;
}

.cate-list li.setting a:after {
	background-position: -250px -186px;
}

/*button holder style*/

.btn-holder li {
	max-width: 48%;
	display: inline-block;
	vertical-align: top;
}

.btn-holder .btn {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	min-width: 124px;
	padding: 5px 12px;
	display: block;
	float: none;
	border-radius: 0 22px 0 0;
	background: #ffc824;
}

.btn-holder .btn:hover {
	background: #0a602b;
}

.btn-holder .btn.green {
	min-width: 114px;
	border-radius: 0;
	color: #fff;
	padding: 4px 12px;
	border: 1px solid #fff;
	background: #419540;
}

.btn-holder .btn.green:hover {
	background: #e7723c;
}

/*content message style*/

.message {
	display: block;
	color: #e31e25;
	border: 1px solid #e31e25;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	font-style: italic;
	padding: 7px 10px;
	margin: 0 -8px 10px 0;
}

/*filter block styles */

.advance-block {
	width: 100%;
	padding: 3px 5px 7px;
}

.advance-block .header {
	padding: 0 20px 0 0;
	width: 563px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 30px 0 0;
	border: 1px solid #8a7a5c;
	margin: 0 0 -1px;
}

.advance-block .search-opener {
	float: right;
	text-transform: uppercase;
	max-width: 250px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #a7a9ac;
	text-decoration: none;
	-webkit-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	position: relative;
	padding: 0 24px 0 0;
	margin: 2px 0 0;
}

.advance-block .search-opener:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../png/sprite.png) no-repeat -133px -254px;
}

.advance-block .search-opener:hover {
	opacity: .8;
}

/*filter form slide styles */

.search-slide {
	border: 1px solid #8a7a5c;
	padding: 19px 10px 0 32px;
	background: #fff;
}

.search-slide h2 {
	margin: 0 0 21px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
}

.search-slide h3 {
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.search-slide .two-columns {
	width: 69.5%;
	float: left;
	overflow: hidden;
}

.search-slide .two-columns .col {
	float: left;
	width: 48.8%;
	padding: 0 35px 0 0;
}

.search-slide .two-columns .col:first-child {
	width: 51.2%;
}

.search-slide .list {
	padding: 0 0 25px;
}

.search-slide .list li {
	margin: 0 0 5px;
	color: #000;
	font-size: 13px;
	line-height: 13px;
}

.search-slide .list.add {
	margin: 0 0 7px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #e2e2e3;
}

.search-slide .list.more {
	padding: 0 0 11px;
}

.search-slide .right-col {
	float: left;
	width: 29%;
}

/* filter form styles */

.filter-from {
	overflow: hidden;
}

.filter-from input[type=submit] {
	display: block;
	border: 1px solid #886c1f;
	background: #ffc824;
	padding: 0;
	width: 142px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.filter-from input[type=submit]:hover {
	background: #0a602b;
	color: #fff;
}

.filter-from .reset {
	text-transform: uppercase;
	display: block;
	border: none;
	background: #063518;
	padding: 0;
	width: 142px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	position: relative;
}

.filter-from .reset:after {
	position: absolute;
	left: 8px;
	top: 0;
	content: "x";
	font-size: 12px;
}

.filter-from .reset:hover {
	background: #0a602b;
}

.filter-from .btn-holder {
	text-transform: uppercase;
	padding: 10px 0 0;
}

/* search form styles */

.advance-from {
	float: left;
	position: relative;
	width: 200px;
	padding: 1px 15px 1px 0;
}

.advance-from input[type="search"] {
	outline: none;
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 19px;
	line-height: 17px;
	font-size: 13px;
	font-weight: 700;
	color: #a7a9ac;
	padding: 2px 7px 0;
}

.advance-from input[type="search"]::-webkit-input-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #a7a9ac;
}

.advance-from input[type="search"]:-moz-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"]:-ms-input-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"].placeholder {
	color: #a7a9ac;
}

.advance-from .submit {
	-webkit-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	background: none;
	color: #000;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 14px;
	line-height: 16px;
}

.advance-from .submit:hover {
	color: #0a602b;
}

/* custom checkbox styles */

.jcf-checkbox {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin: 0 9px 0 0;
	height: 11px;
	width: 18px;
	background: url(../png/sprite.png) no-repeat -132px -238px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 11px;
	width: 18px;
	top: 0;
	left: 0;
	background: url(../png/sprite.png) no-repeat -109px -238px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.screen {
	position: absolute;
	width: 320px;
	left: 1px;
	margin: 0;
	z-index: 9999;
	top: -29px;
	opacity: 0.5;
	pointer-events: none;
}

/* Hide addthis icons */

.addthis-smartlayers {
	display: none;
}

/* Fix clear for left-floating images */

figure {
	display: table;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}

.image-left {
	clear: left;
}

.image-left .captiondescription {
	clear: left;
}

.image-right {
	clear: right;
	margin: .5em 0 .5em 1em;
}

.image-right .captiondescription {
	clear: right;
	text-align: right;
}

.image-inline {
	clear: none;
}

.image-inline .captiondescription {
	clear: none;
}

/* Blog (news item) date/author styling */

.blog-info-line {
	margin-bottom: 1em;
}

.yt-iframe {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.yt-iframe iframe,
.yt-iframe object,
.yt-iframe embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border-style: hidden;
}

.template-photo-gallery .content img {
	border-width: 0 !important;
	border-bottom-right-radius: 0 !important;
	display: inherit !important;
	height: inherit !important;
}

.result-list li {
	font-size: 16px;
	line-height: 26px;
}

.list-login li.reg-open a:after {
	background-position: -66px -0px;
	width: 33px;
	height: 33px;
}

.list-login li.reg-closed a:after {
	background-position: -33px -33px;
	width: 33px;
	height: 33px;
}

.list-login li.ratting-1 a:after {
	background-position: -33px -0px;
	width: 33px;
	height: 33px;
}

.list-login li.ratting-2 a:after {
	background-position: -0px -33px;
	width: 33px;
	height: 33px;
}

.list-login li.ratting-3 a:after {
	background-position: -0px -0px;
	width: 33px;
	height: 33px;
}

.list-login li.none a {
	padding: 0;
}

.list-login li.none a:after {
	background: none;
}

.cate-list li.art a:after {
	background-position: -60px -90px;
	width: 30px;
	height: 30px;
}

.cate-list li.bike a:after {
	background-position: -30px -0px;
	width: 30px;
	height: 30px;
}

.cate-list li.bird a:after {
	background-position: -30px -60px;
	width: 30px;
	height: 30px;
}

.cate-list li.butterflies a:after {
	background-position: -0px -30px;
	width: 30px;
	height: 30px;
}

.cate-list li.geology a:after {
	background-position: -30px -30px;
	width: 30px;
	height: 30px;
}

.cate-list li.fall-color a:after {
	background-position: -60px -0px;
	width: 30px;
	height: 30px;
}

.cate-list li.wildflower a:after {
	background-position: -60px -30px;
	width: 30px;
	height: 30px;
}

.cate-list li.forest a:after {
	background-position: -0px -60px;
	width: 30px;
	height: 30px;
}

.cate-list li.history a:after {
	background-position: -0px -0px;
	width: 30px;
	height: 30px;
}

.cate-list li.kids a:after {
	background-position: -60px -60px;
	width: 30px;
	height: 30px;
}

.cate-list li.leashed-dogs a:after {
	background-position: -90px -0px;
	width: 30px;
	height: 30px;
}

.cate-list li.meadow a:after {
	background-position: -90px -30px;
	width: 30px;
	height: 30px;
}

.cate-list li.scenic-views a:after {
	background-position: -90px -60px;
	width: 30px;
	height: 30px;
}

.cate-list li.night a:after {
	background-position: -0px -90px;
	width: 30px;
	height: 30px;
}

.cate-list li.water a:after {
	background-position: -90px -90px;
	width: 30px;
	height: 30px;
}

.cate-list li.wildlife a:after {
	background-position: -30px -90px;
	width: 30px;
	height: 30px;
}

#isotope-grid {
	position: relative;
}

#isotope-grid .vertical {
	width: 100%;
	padding: 0em 1em;
}

#isotope-grid .vertical:hover {
	background-color: inherit;
}

#isotope-grid .horizontal {
	width: 47%;
	text-align: left;
	background-color: inherit;
	color: white;
	border: inherit;
	padding: 0 3px 6px;
	margin: 0;
	left: inherit !important;
	position: relative !important;
	top: 0 !important;
}

/*content-area style*/

.content {
	overflow: hidden;
	font-size: 18px;
}

.content h1 {
	font-size: 56px;
}

.content h2 {
	font-size: 48px;
}

.content h3 {
	font-size: 32px;
}

.content h4 {
	font-size: 24px;
}

.content .block-img-tex {
	padding: 24px 0 0;
	margin: 0 -8px 0 -22px;
	overflow: hidden;
}

.content .block-img-tex .img-hoder {
	border-radius: 0 0 34px;
	margin: 8px 22px 10px 0;
	float: left;
	border: 1px solid #2d426b;
}

.content .block-img-tex .img-hoder img {
	border-radius: 0 0 34px;
	display: block;
	width: 100%;
	height: auto;
}

.content .block-img-tex .info {
	overflow: hidden;
}

.content .block-img-tex ul {
	padding: 3px 0 9px;
}

.content .block-img-tex ul li:before {
	margin: 8px 12px 0 3px;
	content: "";
	width: 3px;
	height: 3px;
	background: #322815;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}

.content.event {
	line-height: 23px;
	padding: 1px 8px 0 22px;
}

.content.event h2 {
	margin: 0 0 2px;
	color: #414042;
	text-transform: uppercase;
}

.content.event p {
	margin: 0 0 7px;
}

.content.event.add {
	line-height: 21px;
	padding: 0 8px 0 19px;
}

.content.event.add p {
	margin: 0 0 11px;
}

.content .documentDescription {
	margin-bottom: 1em;
}

.content #viewlet-above-content-body > div {
	margin-bottom: 0.5em;
}

@media (max-width: 500px), (min-width: 931px) and (max-width: 1230px) {

figure.image-left:has(img[data-scale="mini"]) {
	float: none;
}

}

@media (max-width: 840px), (min-width: 901px) and (max-width: 1450px) {

figure.image-left:has(img[data-scale="large"]) {
	float: none;
}

}

@media (max-width: 840px), (min-width: 931px) and (max-width: 1230px) {

figure.image-left:has(img[data-scale="preview"]) {
	float: none;
}

}

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

#footer .two-columns {
	padding: 30px 0px 20px 0px;
}

#footer .two-columns .col-left {
	width: 50%;
}

#footer .two-columns .col-left .col-left-contents {
	width: 420px;
	float: left;
}

#footer .two-columns .col-right {
	float: right;
	width: 50%;
}

#footer .two-columns .col-right .col-right-contents {
	width: 400px;
	float: right;
}

}

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

#header {
	font-size: 14px;
	padding: 0 15px;
}

#header .nav-secondary .search-btn {
	margin-left: 0px;
}

.logo a {
	padding: 12.5px 10px;
}

.nav-area {
	background: #0a602b;
}

#nav > ul > li {
	line-height: 20px;
}

#nav > ul > li > a {
	font-size: 12px;
	padding: 20px 5px;
}

#nav > ul > li > a span:after {
	margin: 9px 0 0 10px;
}

.dropdown {
	padding: 9px 26px 35px 26px;
}

#homepage-latest {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
}

#homepage-latest .homepage-latest-tile .list-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

#homepage-latest .homepage-latest-tile .list-card > a img {
	width: 100%;
	min-width: unset;
	min-height: unset;
	max-height: 640px;
	max-width: 640px;
}

#homepage-latest .homepage-latest-tile .list-card {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 640px;
}

#homepage-latest .homepage-latest-tile .list-card > a {
	max-width: 100%;
}

#homepage-connect-cards .homepage-connect-card a {
	height: 50px;
	margin-bottom: 25px;
}

#homepage-connect-cards .homepage-connect-card .connect-card-image {
	margin: 22px;
}

#homepage-carousels #homepage-carousel-section.desktop {
	display: none;
}

#homepage-carousels #homepage-carousel-section.tablet {
	display: block;
}

#homepage-mission #homepage-mission-image {
	margin-top: 30px;
}

.list-events .img-caption .title,
.post-block .img-caption .title,
.post-event .img-caption .title {
	font-size: 2vw;
}

.list-events .text,
.content-area .portletWrapper .post .text,
.content-area .post-block .post .text,
.content-area .post-event .post .text {
	padding: 44px 15px 14px 5px;
}

.list-events {
	margin: 0 -4px;
	padding: 0 0 18px;
}

.list-events li {
	width: 50%;
	padding: 0 4px 8px;
}

.list-events .img-holder {
	overflow: hidden;
}

.list-events .date {
	border-radius: 40px 0 0;
	font-size: 23px;
	line-height: 30px;
	padding: 15px 7px 6px 23px;
}

.list-events .date span {
	font-size: 42px;
}

.list-events .text {
	font-size: 18px;
	line-height: 24px;
	margin: -50px 0 0;
	padding: 67px 10px 23px;
}

.list-events .btn-info {
	width: auto;
	font-size: 21px;
	line-height: 25px;
	padding: 6px 46px 6px 9px;
}

.list-events .btn-info:after {
	margin: 6px 0 0;
}

.social-networks li {
	padding: 0 8px 8px 0;
}

.social-networks a {
	width: 30px;
	height: 30px;
}

.social-networks a.facebook,
.social-networks a.twitter,
.social-networks a.instagram,
.social-networks a.youtube {
	background-size: 30px !important;
}

body.template-isotope-view #isotope-grid {
	padding: 50px 80px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

body.template-isotope-view #isotope-grid .isotope-item {
	width: auto;
	max-width: 290px;
	-ms-flex-preferred-size: 290px;
	    flex-basis: 290px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

body.portaltype-preserve .content-area .post-block,
body.portaltype-preserve .content-area .post-event {
	padding: 0px 55px;
}

body.portaltype-hike .content-area .post-block,
body.portaltype-hike .content-area .post-event,
body.portaltype-event .content-area .post-block,
body.portaltype-event .content-area .post-event {
	padding: 0px 55px;
}

.bg-stretch.add {
	height: 295px;
}

.search-form {
	top: 33px;
	right: 40px;
	width: 164px;
	padding: 8px 45px 8px 5px;
	border-radius: 0 28px 0 0;
	height: inherit;
}

.search-form input[type="search"] {
	font-size: 10px;
	line-height: 16px;
	height: 16px;
}

.search-form .submit {
	right: 21px;
	top: 9px;
	font-size: 19px;
}

.inner .search-form {
	top: 61px;
	right: 4px;
}

#homepage-numbers .number-card:last-child {
	-webkit-box-flex: 0.2;
	    -ms-flex-positive: 0.2;
	        flex-grow: 0.2;
}

#homepage-upcoming-events-section .list-events > li:last-child {
	display: inline-block;
}

#main {
	padding: 0;
}

.intro {
	margin: 0 0 8px;
	float: none;
	width: inherit;
}

.intro .desktop {
	display: none;
}

.intro .tablet {
	display: block;
}

.intro .caption .frame {
	padding: 23px 13px 13px;
	max-width: 400px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	vertical-align: top;
	word-spacing: 3px;
}

.intro .caption .frame h1 {
	font-style: normal;
}

.inner-intro img.bannerImageImage.mobile {
	display: block;
}

.inner-intro img.bannerImageImage.desktop {
	display: none;
}

.template-homepage_view .inner-intro {
	padding-bottom: 40vw;
}

.template-homepage_view .inner-intro .bannerText {
	color: #095f2b;
	top: calc(100% - 40vw);
	left: 0%;
	width: 100%;
	padding: 7vw 5vw;
}

.template-homepage_view .inner-intro .bannerText h1.bannerTitle {
	padding-right: unset;
	margin: 0;
	line-height: 1.2;
	font-size: 7.5vw;
}

#learn-more-button-wrapper {
	display: block;
}

#learn-more-button-wrapper #learn-more-button {
	font-size: 18px;
}

.below-banner .purple-portlet-wrapper.desktop,
.above-footer .purple-portlet-wrapper.desktop {
	display: none;
}

.below-banner .purple-portlet-wrapper.mobile,
.above-footer .purple-portlet-wrapper.mobile {
	display: block;
}

.below-banner .purple-portlet-wrapper .purple-portlet,
.above-footer .purple-portlet-wrapper .purple-portlet {
	width: 400px;
}

.content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

body.template-isotope-view .content-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.content-area .post-block,
.content-area .post-event {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0px 80px;
	background-color: white;
}

.content-area .btn-info.tablet {
	font-size: 17px;
	padding: 4px 4px 5px;
}

.content-area .post {
	margin: 0 0 17px;
}

.content-area .post .text {
	padding: 44px 15px 14px 5px;
	margin: -35px 0 0;
}

.content-area .post.green .img-caption .title {
	font-size: 17px;
	line-height: 25px;
	padding: 2px 3px 6px 11px;
}

.result-list li {
	padding: 30px 0 6px 21px;
}

.result-list li .img-holder {
	width: 240px;
}

.result-list li .info {
	padding: 0 50px 0 22px;
	font-size: 18px;
	line-height: 25px;
}

.result-list li h1 {
	margin: 0 -50px 4px -8px;
	padding: 9px 50px 6px 9px;
	font-size: 20px;
	line-height: 20px;
}

.result-list li h2 {
	font-size: 18px;
	line-height: 22px;
}

.result-list li p {
	margin: 0 0 7px;
}

.result-list li .btn:after {
	vertical-align: top;
	line-height: 18px;
	margin: 2px 0 0;
}

a.btn {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 6px 4px 12px;
}

.carousel .slide .caption {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	padding: 23px 52px 13px;
}

.carousel .btn-prev,
.carousel .btn-next {
	width: 36px;
	height: 35px;
	bottom: 3px;
	left: 6px;
	background-position: -118px -186px;
}

.carousel .btn-next {
	left: auto;
	background-position: -157px -184px;
}

.list-login {
	padding: 19px 0 2px;
	margin: 0 -30px 13px 0;
}

.list-login li {
	font-size: 18px;
	line-height: 22px;
}

.list-login li a {
	padding: 0 0 0 47px;
}

.list-login li a:after {
	width: 35px;
	height: 34px;
	left: -3px;
}

.list-login li.reg {
	margin: 0 0 26px;
}

.list-login li.reg a:after {
	background-position: -35px -144px;
}

.list-login li.ratting a:after {
	background-position: -35px -192px;
}

.cate-list li {
	font-size: 11px;
	line-height: 15px;
}

.cate-list li a {
	padding: 40px 0 0;
}

.cate-list li a:after {
	width: 34px;
	height: 35px;
	margin: 0 0 0 -17px;
}

.cate-list li.fall a:after {
	background-position: -73px -144px;
}

.cate-list li.view a:after {
	background-position: -112px -145px;
}

.cate-list li.setting a:after {
	background-position: -76px -185px;
}

.btn-holder .btn {
	font-size: 13px;
	padding: 8px 15px;
	min-width: 143px;
}

.btn-holder .btn.green {
	padding: 7px 12px;
	min-width: 130px;
}

.message {
	display: none;
}

.advance-block {
	padding: 12px 0 0;
}

.advance-block .header {
	width: inherit;
	margin: 0 41px 23px 40px;
}

.advance-block .search-opener {
	margin: 2px 4px 0 0;
	font-size: 17px;
}

.advance-block .search-opener:after {
	width: 21px;
	height: 21px;
	background-position: -193px -239px;
}

.search-slide {
	margin: 0 0 20px;
	padding: 20px 10px 0 38px;
}

.search-slide h2 {
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 24px;
}

.search-slide h3 {
	font-size: 17px;
	line-height: 22px;
}

.search-slide .list {
	padding: 0 0 10px;
}

.search-slide .list li {
	font-size: 17px;
	line-height: 19px;
}

.search-slide .list.add {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: none;
}

.search-slide .list.more {
	padding: 0 0 10px;
}

.search-slide .two-columns {
	width: 100%;
}

.search-slide .two-columns .col {
	width: 43%;
}

.search-slide .two-columns .col:first-child {
	width: 56.2%;
}

.search-slide .right-col {
	width: 100%;
}

.search-slide .right-col .area {
	float: left;
	width: 56.2%;
}

.filter-from input[type=submit] {
	height: 36px;
	line-height: 34px;
	width: 226px;
	font-size: 23px;
	margin: 0 0 16px;
}

.filter-from .reset {
	height: 36px;
	line-height: 34px;
	width: 226px;
	font-size: 23px;
	letter-spacing: normal;
}

.filter-from .reset:after {
	font-size: 16px;
	left: 18px;
}

.filter-from .btn-holder {
	float: left;
	width: 43%;
	padding: 7px 0 0 3px;
}

.advance-from {
	width: 227px;
}

.advance-from input[type="search"] {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	padding: 0 7px;
}

.advance-from .submit {
	font-size: 16px;
}

.jcf-checkbox {
	margin: 4px 9px 0 2px;
	background-position: -102px -276px;
	width: 25px;
	height: 15px;
}

.jcf-checkbox span {
	background-position: -133px -276px;
	width: 25px;
	height: 15px;
}

}

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

.content-area .post-block,
.content-area .post-event {
	padding: 0px 30px;
}

}

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

#footer .two-columns {
	padding: 30px 0px 20px 0px;
}

#footer .two-columns .col-left {
	width: 50%;
}

#footer .two-columns .col-left .col-left-contents {
	width: 350px;
	float: left;
}

#footer .two-columns .col-right {
	float: right;
	width: 50%;
}

#footer .two-columns .col-right .col-right-contents {
	width: 400px;
	float: right;
}

#footer .nav {
	width: 160px;
}

}

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

#header {
	font-size: 18px;
	border-bottom: 0;
	height: 78px;
}

#header .nav-secondary .donat-btn {
	display: none;
}

#header .nav-secondary .search-btn {
	display: none;
}

.logo a {
	width: 70px;
	padding: 15px 10px;
}

.nav-area {
	border-bottom: 0;
	border-radius: 0;
	position: absolute;
	z-index: 999;
	right: -50%;
	top: 0;
	width: 50%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.nav-active .nav-area {
	right: 0;
	bottom: 0;
	position: fixed;
	overflow-y: auto;
}

.nav-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-mobile .nav-opener {
	display: block;
}

.nav-slide .nav {
	display: block;
}

#nav > ul > li.hover > a,
#nav > ul > li:hover > a {
	border-bottom: none;
}

#nav > ul {
	display: block;
}

#nav > ul > li {
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #84af95;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
}

#nav > ul > li.donate {
	display: block;
}

#nav > ul > li > a {
	height: 78px;
	text-align: left;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 25px;
	font-size: 20px;
}

#nav > ul > li > a span:after {
	display: none;
}

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

.dropdown {
	font-size: 12px;
	border-top: 1px solid #0a602b;
}

.dropdown ul {
	font-size: 12px;
}

.dropdown ul li a {
	padding: 0;
}

.dropdown {
	border-radius: 0;
	width: inherit;
	position: static;
	padding: 0;
	padding-bottom: 26px;
}

.dropdown > ul {
	margin-top: 20px;
}

.dropdown > ul > li {
	padding: 0px 20px 0px 20px;
}

.dropdown > ul > li > a {
	padding: 10px 0px;
}

.dropdown > ul > li ul {
	padding: 10px 0px;
}

.dropdown > ul > li ul li a {
	padding: 0px;
}

#header-portal-searchbox {
	display: block;
}

#google_translate_element {
	display: block;
	position: relative;
	padding: 10px 20px;
	top: 0px;
	right: unset;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 10%);
	text-align: center;
}

#google_translate_element div.skiptranslate.goog-te-gadget {
	font-size: 0 !important;
}

#google_translate_element div.skiptranslate.goog-te-gadget > div {
	background-color: unset;
	opacity: unset;
	border-radius: unset;
	padding: unset;
}

#google_translate_element .goog-te-gadget .goog-logo-link {
	display: none !important;
	font-size: 0 !important;
}

#google_translate_element .goog-te-gadget .goog-te-combo {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
	font: 12px "Open Sans", sans-serif;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
}

#google_translate_element .goog-te-gadget .goog-te-combo option {
	background: #0a602b;
}

#google_translate_element .goog-te-gadget > span {
	display: none;
}

#homepage-latest {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 7.4358974359vw;
}

#homepage-latest .homepage-latest-tile .list-card {
	height: 100%;
	width: 100%;
}

#homepage-latest .homepage-latest-tile .list-card > .right-side .homepage-news-title {
	padding: 20px;
	padding-bottom: 1rem;
}

#homepage-latest .homepage-latest-tile .list-card > .right-side .homepage-news-description {
	padding: 20px;
	padding-top: 0px;
}

#homepage-connect-cards .homepage-connect-card a {
	height: 54px;
	margin-bottom: 42px;
}

#homepage-connect-cards .homepage-connect-card .connect-card-image {
	margin: 44px;
}

body.inner .inner-intro + .documentFirstHeading {
	min-height: unset;
	padding: 15px 30px;
}

#homepage-carousels #homepage-carousel-section.desktop,
#homepage-carousels #homepage-carousel-section.tablet {
	display: none;
}

#homepage-carousels #homepage-carousel-section.mobile {
	display: block;
}

#homepage-carousel-section a:not(.image_link) {
	left: 4vw;
	right: unset;
	bottom: 4vw;
	font-size: 22px;
}

#homepage-carousel-section figcaption {
	bottom: 12vw;
	font-size: 32px;
	padding: 2vw;
	margin-bottom: 10px;
}

#homepage-mission {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: unset;
	    -ms-flex-align: unset;
	        align-items: unset;
}

#homepage-mission #homepage-mission-image {
	min-height: 89.7435897436vw;
	margin-top: 0px;
}

#homepage-mission #homepage-mission-message-wrapper {
	padding: 0px 47px;
	max-height: 71.7948717949vw;
}

#homepage-mission #homepage-mission-title {
	margin-bottom: 10px;
}

#homepage-mission #homepage-mission-text {
	max-width: unset;
}

.accordion > li .slide {
	padding: 30px;
}

.accordion > li .slide figure {
	float: none;
	margin: 10px 0;
}

.accordion > li .slide figure.image-right {
	float: none;
	margin: 10px 0;
}

.accordion > li .slide figure.image-left {
	float: none;
	margin: 10px 0;
}

.accordion > li .slide img {
	float: none;
	margin: 10px 0px;
}

.accordion > li .slide img.image-right {
	float: none;
	margin: 10px 0px;
}

.accordion > li .slide img.image-left {
	float: none;
	margin: 10px 0px;
}

.accordion > li > a {
	padding: 10px 35px;
}

.list-events .img-caption,
.post-block .img-caption,
.post-event .img-caption {
	height: 47px;
}

.list-events .img-caption .title,
.post-block .img-caption .title,
.post-event .img-caption .title {
	font-size: 4vw;
}

.list-events {
	margin: 0;
	padding: 0;
}

.list-events li {
	width: inherit;
	display: block;
	padding: 0 0 20px;
}

.list-events .btn-info {
	width: auto;
	font-size: 17px;
	line-height: 22px;
	padding: 3px 17px 5px 18px;
}

.list-events .btn-info:after {
	margin: 5px 0 0;
}

.list-events .text {
	font-size: 15px;
	line-height: 19px;
	border-radius: 0 0 40px;
	padding: 72px 25px 19px;
}

#footer .holder {
	min-height: 600px;
}

#footer .two-columns {
	padding: 30px 0px 30px 0px;
}

#footer .two-columns .col-left {
	float: left;
	width: 100%;
}

#footer .two-columns .col-left .col-left-contents {
	padding: 0px 0px 30px 30px;
	margin: 0px 0px 0px 30px;
	width: 100%;
	float: left;
}

#footer .two-columns .col-right {
	float: left;
	width: 100%;
}

#footer .two-columns .col-right .col-right-contents {
	padding: 0px 0px 30px 30px;
	margin: 0px 0px 0px 30px;
	width: 85%;
	float: left;
}

#footer address {
	padding: 20px 0px 20px 0px;
	float: left;
	font-size: 14px;
	line-height: 25px;
}

#footer address .title {
	font-weight: 700;
	font-size: 18px;
}

#footer .nav li {
	padding: 0px;
}

.form-area {
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	line-height: 25px;
}

.form-area .title {
	font-size: 18px;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
}

.form-area p {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

.signup-form .signup-form input[type="email"] {
	font-size: 14px;
	line-height: 20px;
}

.signup-form .signup-form .submit {
	font-size: 14px;
	line-height: 26px;
	height: 36px;
	padding: 4px 0px 4px 20px;
	width: 68px;
}

.signup-form .signup-form .submit span {
	padding: 0 18px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.social-area {
	padding: 0px;
}

.social-networks {
	padding: 50px 0px 20px 0px;
}

.social-networks li {
	padding: 0 5px 5px 0;
}

.social-networks a {
	width: 30px;
	height: 30px;
}

.social-networks a.facebook,
.social-networks a.twitter,
.social-networks a.instagram,
.social-networks a.youtube {
	background-size: 30px !important;
}

body.template-isotope-view #isotope-grid {
	padding: 50px 30%;
	row-gap: 30px;
}

body.template-isotope-view #isotope-grid .isotope-item {
	width: auto;
	max-width: 340px;
	-ms-flex-preferred-size: 340px;
	    flex-basis: 340px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.hike-filters-container h3 {
	width: 100%;
}

.hike-filters-container .hike-filter.hidden-on-mobile {
	display: none;
}

.hike-filters-container .hike-filter .isotope-menu-trigger,
.hike-filters-container .hike-filters-mobile-trigger {
	border: 2px solid black;
}

.hike-filters-container {
	padding-right: 50px;
	padding-left: 50px;
}

.hike-filters-container .hike-filter {
	-ms-flex-preferred-size: 400px;
	    flex-basis: 400px;
}

#CnP_inlineiframe {
	height: 3150px;
}

body.portaltype-preserve .content-area .content {
	padding: 40px 35px;
}

body.portaltype-preserve .content-area .content p {
	padding: 0px;
}

body.portaltype-preserve .content-area .post-block,
body.portaltype-preserve .content-area .post-event {
	padding: 0px 35px;
}

body.portaltype-preserve #marker-protectedarea {
	padding-left: 30px;
}

body.portaltype-hike .content-area .content,
body.portaltype-event .content-area .content {
	padding: 40px 35px;
}

body.portaltype-hike .content-area .content > p,
body.portaltype-event .content-area .content > p {
	padding: 0px;
}

body.portaltype-hike .content-area .post-block,
body.portaltype-hike .content-area .post-event,
body.portaltype-event .content-area .post-block,
body.portaltype-event .content-area .post-event {
	padding: 0px 35px;
}

body.portaltype-hike .below-banner,
body.portaltype-event .below-banner {
	padding: 30px 30px 48px 30px;
}

body.portaltype-hike .below-banner .inner-description,
body.portaltype-event .below-banner .inner-description {
	font-size: 20px;
	line-height: 36px;
}

body.portaltype-hike .above-footer .purple-portlet-wrapper.mobile,
body.portaltype-event .above-footer .purple-portlet-wrapper.mobile {
	padding: 0px 35px;
}

.bg-stretch.add {
	height: 155px;
}

.search-form {
	position: relative;
	right: 0;
	top: 0;
	margin: 7px 0 10px 5px;
	width: 135px;
	padding: 6px 45px 6px 5px;
	border-radius: 0 26px 0 0;
}

.search-form .submit {
	font-size: 15px;
	right: 18px;
	top: 5px;
}

.inner .search-form {
	top: 0;
	right: 0;
}

#homepage-upcoming-events-section .list-events > li:last-child {
	display: none;
}

#homepage-upcoming-events-section,
#homepage-latest-section,
#homepage-connect-community {
	padding: 100px 15px;
}

#homepage-upcoming-events-title,
#homepage-latest-title,
#homepage-connect-community-title {
	font-size: 24px;
}

#main {
	background: none;
}

#main.bg:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 60px;
	background: #f4f5ec;
	z-index: 9;
}

.intro {
	margin: 0 0 16px;
}

.intro .tablet {
	display: none;
}

.intro .mobile {
	display: block;
}

.intro .caption .frame {
	word-spacing: 1px;
	padding: 15px 4px 13px 14px;
}

.below-banner .inner-description,
.above-footer .inner-description {
	padding-left: 30px;
}

.below-banner .purple-portlet-wrapper.mobile,
.above-footer .purple-portlet-wrapper.mobile {
	padding: 0px 30px;
}

.below-banner .purple-portlet-wrapper .purple-portlet,
.above-footer .purple-portlet-wrapper .purple-portlet {
	padding: 30px 0px 18px 20px;
}

.below-banner .purple-portlet-wrapper .purple-portlet h3,
.above-footer .purple-portlet-wrapper .purple-portlet h3 {
	font-size: 18px;
}

.content-area .content {
	padding-left: 30px;
	padding-right: 30px;
}

.search-result-block .header,
.search-result-block .footer {
	text-align: center;
}

.search-result-block .header .page-num.desktop,
.search-result-block .footer .page-num.desktop {
	display: none;
}

.search-result-block .header .page-num.mobile,
.search-result-block .footer .page-num.mobile {
	display: revert;
	float: revert;
}

.result-list li {
	position: relative;
	padding: 7px 14px 13px 7px;
}

.result-list li .img-holder {
	margin: 0 0 13px;
	display: block;
	float: none;
	width: inherit;
	border-radius: 0 0 20px;
}

.result-list li .img-holder img {
	border-radius: 0 0 20px;
}

.result-list li h1 {
	padding: 3px 10px;
	position: absolute;
	left: 7px;
	right: 14px;
	top: 7px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}

.result-list li h1.green {
	background: rgba(19, 100, 37, 0.8);
}

.result-list li h1.orang {
	background: rgba(208, 91, 50, 0.8);
}

.result-list li h1.brown {
	background: rgba(66, 53, 28, 0.8);
}

.result-list li h1.blue {
	background: rgba(49, 75, 120, 0.8);
}

.result-list li h2 {
	margin: 0;
	font-size: 15px;
}

.result-list li p {
	margin: 0 0 15px;
}

.result-list li .info {
	padding: 0;
	font-size: 15px;
	line-height: 18px;
	overflow: visible;
}

.result-list li .date {
	margin: 0 0 -1px;
}

a.btn {
	padding: 3px 10px 4px 12px;
}

.carousel .slide .caption {
	padding: 4px 12px 7px;
}

.carousel .btn-prev,
.carousel .btn-next {
	opacity: .5;
	top: 50%;
	width: 26px;
	height: 27px;
	margin: -30px 0 0;
	background-position: -3px -193px;
}

.carousel .btn-next {
	background-position: -3px -160px;
}

.list-login {
	margin: 0 0 14px;
	padding: 19px 7px 2px;
}

.cate-list {
	text-align: center;
	padding: 0 0 13px;
}

.cate-list li {
	line-height: 13px;
	margin: 0;
	padding: 0 10px 5px;
}

.btn-holder {
	letter-spacing: -5px;
	margin: 0 -11px;
}

.btn-holder li {
	letter-spacing: normal;
	width: 50%;
}

.btn-holder .btn.green {
	margin: 0 5px 0 0;
}

.advance-block {
	padding: 7px 0 0;
}

.advance-block .header {
	background: none;
	border: none;
	margin: 0;
	width: inherit;
	padding: 0 10px;
	text-align: center;
}

.advance-block .search-opener {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 17px;
}

.search-slide {
	margin: 0 0 15px;
	padding: 23px 10px 0 20px;
}

.search-slide h2 {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 19px;
}

.search-slide h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 2px;
}

.search-slide .two-columns {
	width: 100%;
}

.search-slide .two-columns .col {
	padding: 0;
	width: 100%;
}

.search-slide .two-columns .col:first-child {
	width: 100%;
}

.search-slide .right-col {
	width: 100%;
}

.search-slide .right-col .area {
	float: left;
	width: 100%;
}

.search-slide .list {
	padding: 0 0 8px;
}

.search-slide .list li {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 2px;
}

.search-slide .list.add {
	padding: 0 0 8px;
}

.search-slide .list.more {
	padding: 0 0 8px;
}

.filter-from input[type=submit] {
	width: 100%;
}

.filter-from .reset {
	width: 100%;
}

.filter-from .reset:after {
	top: 3px;
}

.filter-from .btn-holder {
	margin: 0 0 10px;
	width: 100%;
	padding: 0 17px;
}

.advance-from {
	text-align: left;
	background: #fff;
	border-radius: 0 30px 0 0;
	border: 1px solid #8a7a5c;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 0 60px 0 0;
}

.advance-from input[type="search"] {
	height: 25px;
}

.advance-from .submit {
	right: 43px;
}

.jcf-checkbox {
	background-position: -132px -238px;
	width: 18px;
	height: 11px;
	margin: 4px 9px 0 0;
}

.jcf-checkbox span {
	background-position: -109px -238px;
	width: 18px;
	height: 11px;
}

}

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

.hike-filters-container .hike-filters-mobile-trigger {
	display: block;
}

}

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

#homepage-connect-cards .homepage-connect-card a {
	font-size: 3.5vw;
}

}

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

#homepage-numbers .number-card:last-child {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

}

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

#homepage-connect-cards .homepage-connect-card a {
	font-size: 3vw;
}

}

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

#homepage-connect-cards .homepage-connect-card a {
	font-size: 6vw;
}

}

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

#footer .two-columns {
	padding: 30px 0px 30px 0px;
}

#footer .two-columns .col-left {
	float: left;
	width: 100%;
}

#footer .two-columns .col-left .col-left-contents {
	padding: 0px 0px 30px 20px;
	margin: 0px 0px 0px 20px;
	width: 80%;
}

#footer .two-columns .col-right {
	float: left;
	width: 100%;
}

#footer .two-columns .col-right .col-right-contents {
	padding: 0px 0px 30px 20px;
	margin: 0px 0px 0px 20px;
	width: 80%;
	float: left;
}

#footer .nav {
	width: 150px;
}

.social-area {
	padding: 0px;
}

.social-area .footer-logo {
	width: 70px;
}

}

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

#CnP_inlineiframe {
	height: 3500px;
}

}

.eea-preview-items .card {
  display: flex;
  flex-direction: column;
}

.eea-preview-items .card-image {
  order: 1;
  flex: 0 0 100%;
}

.eea-preview-items .card-body {
  order: 2;
  flex: 0 0 100%;
}
