li.c-nav__item--main:nth-child(2) {display:none}
.c-social--article {display:none;}


article p a, article p a:visited, article ul li a, article ul li a:visited {
  color : rgb(0, 0, 0);
  border-bottom : 2px solid rgb(230, 86, 76);
  font-weight : 700;
}

article p a:hover, article li a:hover {
  text-decoration-line : none;
  text-decoration-style : initial;
  text-decoration-color : initial;
}

.c-article__body .embed-article a, .c-article__body .embed-article a:visited {
  border-bottom : 0px;
}




.post-intro-section {
	background: #eff0eb no-repeat left -164px;
	padding: 42px 0 0;
	color: #262627;
	min-height: 387px;
	margin: 0;
	background-image: url(../img/intro-box-bg.svg);
}


.post-intro-section h1 {
	margin: 0 0 8px;
}
.single-post-image-area {
	width: 400px;
}
.single-post-featured-image {
	width: 400px;
	height: 266px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}
.single-post-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}
.single-post-meta {
	line-height: 27px;
	float: left;
	margin: 8px 4px 0;
	font-size: 16px;
}
.single-post-meta span {
	margin-right: 15px;
}
.single-post-meta span+span::before {
	content: '•';
	margin-right: 15px;
}
.single-post-intro-contents {
	float: left;
	width: 560px;
}
.single-post-intro-contents p {
	margin: 1em 0;
	font-family: "Futura PT", sans-serif;
}
.single-post-meta a,.single-post-meta em {
	font-style: italic;
	color: #4b8764;
}

.single-main-content-with-sidebar {
	width: 700px;
	float: left;
}
.category-prev-next a,.side-prev,.side-next {
	display: block;
	position: fixed;
	top: 50%;
	margin-top: -36px;
	height: 72px;
	width: 72px;
	border: 4px solid #fefefe;
	border-radius: 40px;
	background: #eff0eb;
	box-shadow: 0 0 10px rgba(33, 53, 51, .2);
	overflow: hidden;
	transition: width .5s;
	z-index: 30;
	box-sizing: content-box;
}
.category-prev-next a .icon,.side-prev .icon,.side-next .icon {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 13px;
	height: 20px;
	display: block;
	margin: -10px 0 0;
}
.category-prev-next a .icon svg,.side-prev .icon svg,.side-next .icon svg {
	margin: 2px auto;
}
.category-prev-next .prev a .icon,.side-prev .icon {
	left: 29px;
}
.category-prev-next .next a .icon,.side-next .icon {
	right: 29px;
}
.category-prev-next .prev a,.side-prev {
	left: 20px;
}
.category-prev-next .next a,.side-next {
	right: 20px;
}
.side-prev .hover-content,.side-next .hover-content {
	opacity: 0;
	white-space: nowrap;
	display: block;
	transition: opacity .5s;
}
.side-prev .hover-content span,.side-next .hover-content span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.side-prev:hover,.side-next:hover {
	width: 405px;
	text-decoration: none;
}
.side-prev:hover .hover-content,.side-next:hover .hover-content {
	opacity: 1;
}
.side-prev .hover-content {
	line-height: 20px;
	margin: 16px 30px 16px 72px;
}
.side-next .hover-content {
	line-height: 20px;
	margin: 16px 72px 16px 30px;
}
.side-prev .button-head,.side-next .button-head {
	color: #262627;
	font-family: 'Futura PT';
	font-weight: 900;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	word-spacing: 0.12em;
}
.side-prev .button-post-title,.side-next .button-post-title {
	color: #4b8764;
	font-size: 16px;
}




form label.error {
	text-align: left;
	color: #ff5e71;
	display: block;
	margin: 3px 23px 0;
}
.field-with-label {
	border: 1px solid #fff;
	font-size: 16px;
	color: #3c3c3c;
	font-family: 'Cardo', sans-serif;
	background: #fff;
	border-radius: 4px;
	display: table;
	width: 100%;
	color: #979797;
}
.field-with-label.error {
	border-color: #ff5e71;
}
.field-with-label-wrap {
	display: table-row;
}
.field-with-label-wrap .label,.field-with-label-wrap .field {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}
.field-with-label-wrap .label {
	padding-left: 23px;
	padding-right: 6px;
	text-align: left;
	width: 20px;
}
.field-with-label .field {
	padding-right: 40px;
}
.field-with-label.valid .field {
	background: url(../img/valid-icon.svg) no-repeat right center;
}
.field-with-label-wrap .field input[type="text"],.field-with-label-wrap .field input[type="number"],.field-with-label-wrap .field input[type="password"],.field-with-label-wrap .field input[type="search"],.field-with-label-wrap .field input[type="email"] {
	padding-left: 0;
	padding-right: 0;
	border: none;
	height: 46px;
}

.post-intro-section.no-bg {
	background-image: none;
}
h1 > a {
	color: #262627;
}
h1 > a:hover {
	text-decoration: none;
	color: #4b8764;
}
.excerpt p {
	margin-top: .5em;
}
.no-pg-message {
	text-align: center;
	font-size: 16px;
	color: #a2a3a5;
}
.post-list-item-category {
	font-size: 16px;
	color: #4b8764;
	display: inline-block;
	margin: 1em 0 2em;
	font-family: 'Futura PT';
	text-transform: lowercase;
	font-weight: 500;
	letter-spacing: 3px;
	word-spacing: 3px;
	font-style: normal!important;
}
.article-label {
	display: inline-block;
	font-size: 16px;
	color: #262627;
	font-family: 'Futura PT';
	font-weight: 500;
	line-height: 32px;
	padding: 0 12px;
	background: #f9f9f7;
	margin: 0 0 5px;
}
.posts-list-layout .single-post-body {
	margin-bottom: 25px;
}
.single-post .single-post-body .more,
.posts-list-layout .single-post-body .more {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Futura PT', sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.12em;
	word-spacing: 0.12em;
}
.single-post .single-post-body .more::after,
.posts-list-layout .single-post-body .more::after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 11px;
	vertical-align: baseline;
	margin-left: 9px;
}
.load-ready.single-post .single-post-body .more::after,
.load-ready .posts-list-layout .single-post-body .more::after {
	background: url(../img/more-arrow.svg) no-repeat left center;
}
.posts-list-layout .single-post-body * + h2 {
	margin-top: 2em;
}
h3.has-headline-icon,
h2.has-headline-icon,
.posts-list-layout .single-post-body h2 {
	padding-left: 55px;
	position: relative;
	transition: none;
}
h3.has-headline-icon .headline-icon-wrap,
h2.has-headline-icon .headline-icon-wrap,
.posts-list-layout .single-post-body h2::before,
.posts-list-layout .single-post-body h2 .headline-icon-wrap {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: -8px;
}
.posts-list-layout .single-post-body h3.has-headline-icon::before,
.posts-list-layout .single-post-body h3.has-headline-icon::after,
.posts-list-layout .single-post-body h2.has-headline-icon::before,
.posts-list-layout .single-post-body h2.has-headline-icon::after {
	display: none;
}
.posts-list-layout .single-post-body h2::after {
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	display: block;
	height: 44px;
	width: 44px;
	background: url(../img/default-h-icon.png) no-repeat center center;
}
h3.has-headline-icon .headline-icon-wrap .headline-icon,
h2.has-headline-icon .headline-icon-wrap .headline-icon,
.posts-list-layout .single-post-body h2 .headline-icon-wrap .headline-icon {
	display: block;
	height: 100%;
}
.load-ready h3.has-headline-icon .headline-icon-wrap .headline-icon,
.load-ready .posts-list-layout .single-post-body h2::after,.load-ready h2.has-headline-icon .headline-icon-wrap .headline-icon,
.load-ready  .posts-list-layout .single-post-body h2 .headline-icon-wrap .headline-icon {
	background: url(../img/default-h-icon.png) no-repeat center center;
}
#category-gallery {
	margin-top: 50px;
}
.category-sortes {
	background: #346247;
	color: #fff;
	padding: 66px 0 55px;
}
.category-sortes .container {
	width: 960px;
}
.category-sortes h3 {
	text-align: center;
	color: #f7e4a6;
	margin: 0 0 50px;
}
.category-sortes ul::after {
	content: '';
	display: block;
	clear: both;
}
.category-sortes li {
	width: 33%;
	float: left;
	margin: 0 9% 36px 8%;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Futura PT';
	position: relative;
}
.category-sortes li h4 {
	color: inherit;
	margin-bottom: 5px;
	margin-top: 3px;
}
.category-sortes li::before {
	content: '•';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -40px;
}
.category-sortes li .sorte-description {
	font-size: 16px;
	line-height: 24px;
	color: #9fcbb1;
	font-family: 'Cardo', sans-serif;
}
.category-sortes li:nth-child(2n) {
	margin: 0 6% 36px 11%;
}
.category-sortes li:nth-child(2n+1) {
	clear: left;
}

.category-prev-next .prev a,.category-prev-next .next a {
	position: absolute;
	z-index: 15;
}
.category-prev-next .prev a {
	left: -130px;
}
.category-prev-next .next a {
	right: -130px;
}
.related-posts-wrap.loading .category-prev-next a::before {
	width: 24px;
	height: 24px;
	background: url(../img/rolling.gif) no-repeat center center;
	margin-top: -12px;
}
.related-posts-wrap.loading .category-prev-next .prev a::before {
	left: 23px;
}
.related-posts-wrap.loading .category-prev-next .next a::before {
	right: 23px;
}
.related-posts-wrap {
	position: relative;
}
.related-posts-wrap.loading::before {
	content: '';
	display: block;
	position: absolute;
	left: -300px;
	padding: 0 300px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
	z-index: 100;
}
.related-posts {
	position: relative;
	margin: 0;
	opacity: 1;
	transition: margin .5s, opacity .4s, min-height .35s;
	z-index: 5;
}
.related-posts.prepare-to-out {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.related-posts.out-to-left,.related-posts.out-to-right,.related-posts.added-from-left,.related-posts.added-from-right {
	opacity: 0;
	width: 100%;
}
.related-posts.out-to-left {
	margin-left: -100%;
}
.related-posts.added-from-right {
	margin-left: 100%;
	width: 100%;
}
.related-posts.out-to-right {
	margin-left: 100%;
}
.related-posts.added-from-left {
	margin-left: -100%;
}
.front-featured-articles {
	margin: 55px 0 0;
}
.front-featured-articles .container {
	width: 1102px;
}
.front-fa-left {
	float: left;
	width: 690px;
}
.front-fa-right {
	width: 360px;
	float: right;
}
.front-fa-full {
	clear: both;
}
.front-fa-large-image .image-wrap a.image {
	display: block;
	position: relative;
}
.front-fa-large-image .image-wrap {
	position: relative;
	height: 460px;
	overflow: hidden;
}
.front-fa-large-image .image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
}
.front-fa-large-image .front-fa-post-meta {
	font-size: 17px;
	line-height: 30px;
	margin: -7px 0 7px;
}
.front-fa-large-image .front-fa-post-meta .sep {
	margin: 0 20px;
}
.main-post-title {
	margin: 0 40px;
	padding: 0 0 37px;
}
.main-post-title h1,.main-post-title h2 {
	font-size: 42px;
	line-height: 1.3em;
}
.front-fa-text-only-item {
	width: 39%;
	float: left;
	margin: 0 0 50px 8%;
}
.front-fa-right .front-fa-text-only-item {
	width: auto;
	float: none;
	margin: 0 0 40px;
}
.front-fa-full .front-fa-thumb-item {
	width: 33%;
	float: left;
}
.front-fa-full .front-fa-thumb-item + .front-fa-thumb-item {
	margin-left: .5%;
}
.front-fa-text-only-item h4 {
	margin: 0 0 20px;
}
.front-fa-text-only-item h4 a {
	color: #262627;
	display: block;
}
.front-fa-text-only-item h4 a:hover {
	text-decoration: none;
	color: #4b8764;
}
.front-fa-text-only-item:nth-child(2n+1) {
	clear: left;
}
.front-fa-text-only-item .front-fa-post-meta {
	margin: 20px 0 0;
	font-size: 16px;
}
.front-fa-text-only-item .front-fa-post-meta a {
	font-style: italic;
}
.front-fa-text-only-item .front-fa-post-meta .sep {
	margin: 0 20px;
}
.front-fa-thumb-item {
	margin: 0 0 33px;
}
.front-fa-thumb-item .thumb {
	display: block;
	height: 240px;
	overflow: hidden;
}
.front-fa-thumb-item .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.front-fa-thumb-item h3 {
	margin: 11px 0 6px 50px;
	line-height: 1em;
}
.front-fa-thumb-item a:hover + h3 a,.front-fa-thumb-item h3 a:hover {
	text-decoration: none;
	color: #4b8764;
}
.front-fa-thumb-item .front-fa-post-meta {
	font-size: 16px;
	margin: 0 0 0 50px;
}
.front-fa-thumb-item .front-fa-post-meta a {
	font-style: italic;
}
.front-fa-thumb-item .front-fa-post-meta .sep {
	margin: 0 20px;
}

.text-right {
	text-align: right;
}
.posts-pagination {
	margin: 51px 0 75px;
	text-align: center;
}
.result-paginate-message {
	font-size: 16px;
	line-height: 16px;
	color: #a2a3a5;
}
.posts-pagination .pages {
	margin: 28px 0 0;
	padding: 0 310px;
	max-width: 650px;
	position: relative;
	display: inline-block;
	box-sizing: content-box;
}
.posts-pagination .pages span,
.posts-pagination .pages a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	color: #a2a3a5;
	font-family: 'Futura PT', sans-serif;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	border-bottom: 5px solid rgba(207, 225, 212, 0.3);
	display: inline-block;
	font-style: normal;
	margin: 0 1px;
}
.posts-pagination .pages .current {
	color: #4b8764;
	border-bottom-color: #4b8764;
}
.posts-pagination .pages a:hover {
	color: #4b8764;
	text-decoration: none;
}
.posts-pagination .pages .next,.posts-pagination .pages .prev {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 21px;
	margin: -11px 0 0;
	border: none;
}
.posts-pagination .pages .next:hover,.posts-pagination .pages .prev:hover {
	background: none;
}
.posts-pagination .pages .next:hover svg,.posts-pagination .pages .prev:hover svg {
	fill: #346247;
}
.posts-pagination .pages .next {
	right: 0;
}
.posts-pagination .pages .prev {
	left: 0;
}


.post-widget-1 h4 svg {
	fill: #262627;
}
.post-widget-1 .icon-menu-companions {
	margin-top: 0!important;
	margin-bottom: 0!important;
	vertical-align: text-bottom;
}
.icon-circle {
	width: 46px;
	height: 46px;
	border: 1px solid #eff0eb;
	border-radius: 50%;
	display: block;
	background: #fff;
}
.calendar-widget-column,.neighbors-widget-column {
	border-left: 1px solid #eff0eb;
	margin: 25px 0 25px 12px;
	font-size: 18px;
	line-height: 30px;
	color: #262627;
	font-family: 'Futura PT', sans-serif;
}

.results-nav-bar,.post-nav-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #262627;
	color: #a2a3a5;
	z-index: 100000;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}
.scroll-top {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-top: -21px;
	background: #4b8764;
	text-align: center;
}
.scroll-top:hover {
	background: #346247;
}
.scroll-top .icon {
	display: block;
	margin: 13px auto;
}
.scroll-top .icon svg {
	fill: #fff;
}
.toc-heading {
	padding: 17px 5px;
	border-bottom: 1px solid #3a3b3b;
}
.toc-heading .text-link,.post-nav-bar .text-link {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.toc-heading .text-link:hover,.post-nav-bar .text-link:hover {
	color: #eff0eb;
}
.logo-sub {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #5b5c5e;
}
#main-logo-v img {
	display: block;
	margin: 0 auto;
}

.search-results-header h3 {
	text-align: center;
	margin-bottom: 1.65em;
}
.search-results-header .page-search-form {
	background: #eff0eb;
	width: 460px;
	margin: 57px auto 53px;
}
.search-results-header .page-search-form input[type="text"] {
	background: none;
	width: 100%;
	border: none;
}
.search-results-header .page-search-form button[type="submit"],.search-results-header .page-search-form input[type="submit"] {
	background-color: transparent;
}
.search-results-header .page-search-form button[type="submit"] svg {
	fill: #4b8764;
}
.search-results-header .page-search-form button[type="submit"]:hover svg {
	fill: #346247;
}
.single-post-category {
	font-family: 'Futura PT';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .24em;
	word-spacing: .24em;
	text-transform: lowercase;
	margin: 46px 0 55px;
}
.single-post-category a {
	font-style: normal!important;
}
.page-content {
	margin-bottom: 75px;
}
#page-content {
	min-height: 350px;
}
body .fancybox-wrap {
	z-index: 108020;
}
body .fancybox-opened {
	z-index: 108030;
}
body .fancybox-overlay {
	z-index: 108010;
}
body #fancybox-loading {
	z-index: 108060;
}
body .fancybox-nav,body .fancybox-nav span,body .fancybox-close {
	z-index: 108040;
}
body .fancybox-title-float-wrap,body .fancybox-title {
	z-index: 108050;
}


.single-post .box-tip,
.c-article__tipbox {
  background-image: url(../img/parsley-plant.svg?v=2);
}

.yasr-container-custom-text-and-visitor-rating {
    font-family: 'Futura PT', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 21px;
    color: #262627;
    margin: 0 0 0.75em 0;
}
.star-rating {
    background-image: url(../img/star-inactive.svg);
}
.star-rating .star-value {
    cursor: pointer;
    background-color: #eff0eb;
    background-image: url(../img/star-active.svg);
}
.star-rating:hover .star-value,
.star-rating .star-value:hover {
    background-image: url(../img/star-hover.svg);
}
.yasr-already-voted-text {
    display: none!important;
}
.yasr-visitor-votes-after-stars-class {
    display: block;
    color: #262627;
    font-family: 'Futura PT', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 9px;
    line-height: 1.5em;
    margin: 0 0 0.75em 0
}
.star-value::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    line-height: 36px;
    color: #4b8764;
    font-family: 'Futura PT', Arial, Helvetica, sans-serif;
    font-weight: 900;
    left: 198px;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    transform: translateX(-10px);
}
.star-value:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.star-value[style*="width: 20%"]::after,
.star-value[style*="width:20%"]::after {
    content: 'Nicht gelungen';
}
.star-value[style*="width: 40%"]::after,
.star-value[style*="width:40%"]::after {
    content: 'Ok';
}
.star-value[style*="width: 60%"]::after,
.star-value[style*="width:60%"]::after {
    content: 'Gut';
}
.star-value[style*="width: 80%"]::after,
.star-value[style*="width:80%"]::after {
    content: 'Sehr gut!';
}
.star-value[style*="width: 100%"]::after,
.star-value[style*="width:100%"]::after {
    content: 'Perfekt!';
}
.yasr-total-average-text {
    display: none;
}
.yasr-small-block-bold {
    font-size: 16px;
}
.yasr-rater-stars-visitor-votes[data-rating="0"] + .yasr-visitor-votes-after-stars-class {
    display: none;
}
#loader-visitor-rating img {
    width: 16px;
    display: none;
}

.wp-caption-text .index i {
	font-style: normal;
}

.icon-plantfinder-back {
	width: 15px;
	height: 9px;
}
.icon-change-plantfinder-styles {
	width: 21px;
	height: 14px;
}
.icon-posts-paginate-next,.icon-posts-paginate-prev {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
}
.icon-dont-forget {
	width: 17px;
	height: 30px;
	vertical-align: top;
	margin-top: -6px;
	margin-right: 15px;
}
.icon-sow {
	width: 17px;
	height: 22px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 15px;
}
.icon-harvest {
	width: 20px;
	height: 28px;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 15px;
}
.icon-time {
	width: 16px;
	height: 19px;
	margin-top: -5px;
	margin-right: 11px;
	fill: #262627;
}
.icon-filter-close {
	width: 8px;
	height: 8px;
	margin: 0 0 0 8px;
	vertical-align: baseline;
}
.icon-change-plantfinder-filters {
	width: 22px;
	height: 16px;
	margin-top: -2px;
}
.icon-pf-species_type {
	width: 24px;
	height: 28px;
}
.icon-pf-colors {
	width: 17px;
	height: 26px;
	margin-top: 2px;
}
.icon-pf-sun_type {
	width: 24px;
	height: 24px;
	margin-top: 4px;
}
.icon-pf-height {
	width: 9px;
	height: 27px;
	margin-top: 1px;
}
.icon-pf-hardy_type {
	width: 16px;
	height: 22px;
	margin-top: 6px;
}
.icon-pf-soil_type {
	width: 22px;
	height: 20px;
	margin-top: 8px;
}
.icon-pf-toxic {
	width: 20px;
	height: 19px;
	margin-top: 8px;
}
.icon-pf-acidic_soil {
	width: 22px;
	height: 17px;
	margin-top: 6px;
}
.icon-back {
	width: 15px;
	height: 9px;
	vertical-align: baseline;
}
.icon-show-plant-features {
	width: 19px;
	height: 22px;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 10px;
}
.icon-hide-plant-features {
	width: 12px;
	height: 23px;
	vertical-align: top;
	margin-right: 10px;
}
.icon-good-neighbors {
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}
.icon-bad-neighbors {
	width: 22px;
	height: 22px;
	vertical-align: text-bottom;
}
.icon-neighbors-notes {
	width: 21px;
	height: 21px;
	vertical-align: text-bottom;
}
.icon-top {
	width: 10px;
	height: 15px;
}
.icon-search {
	display: block;
	margin: 0;
	width: 23px;
	height: 17px;
}
.icon-reload {
	width: 19px;
	height: 16px;
}
.icon-comments {
	width: 18px;
	height: 17px;
}
.icon-question svg {
	fill: #ffffff;
	fill-rule: evenodd;
	display: block;
	margin: 10px 9px 0;
}
a:hover .icon-comments svg,
.icon-comments svg {
	fill: #262627;
}
.icon-question-box {
	width: 40px;
	height: 40px;
	background: #efbe65;
	border-radius: 50%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 11px;
}


@media screen and (max-width: 1335px) {		
	.front-fa-left {
		width: 620px;
	}
	.front-fa-large-image .image-wrap {
		height: 413px;
	}
	.front-fa-large-image h2 {
		width: 85%;
		bottom: 150px;
	}
	.front-fa-large-image .image-wrap .front-fa-post-meta {
		bottom: 125px;
	}
	.quick-tip-item-content {
		width: 259px;
	}
}


@media screen and (max-width: 1023px) {
	.post-nav-bar .container,.table-of-contents-bar .container {
		width: 748px;
	}
	.error404 .posts-list-section .container,.error404 .related-articles .container {
		width: 750px;
	}
	
	.plantfinder-plant-styles .container {
		width: auto;
	}
	.category-sortes .container {
		width: auto;
		margin-right: 30px;
		margin-left: 30px;
	}
	.front-fa-left {
		width: auto;
		float: none;
	}
	.front-fa-large-image .image-wrap {
		height: 512px;
	}
	.front-fa-large-image h2 {
		width: 62%;
		bottom: 140px;
	}
	.front-fa-large-image .image-wrap .front-fa-post-meta {
		bottom: 95px;
	}
	.front-item-mobile-content {
		display: block;
	}
	.front-item-desktop-content {
		display: none;
	}
	.front-fa-right {
		float: none;
		width: auto;
	}
	.front-fa-full .front-fa-mobile+.front-fa-mobile+.front-fa-mobile {
		display: none;
	}
	.front-fa-full .front-fa-thumb-item.front-fa-mobile,
	.front-fa-right .front-fa-text-only-item.front-fa-mobile,
	.front-fa-mobile {
		width: 46.875%;
		margin: 0  0 0 2.5625%;
		float: left;
	}
	.front-fa-mobile + .front-fa-mobile {
		margin-left: 1%;
	}
	.front-fa-large {
		margin-bottom: 62px;
	}
	.front-item-mobile-thumb {
		width: 360px;
		height: 240px;
	}
	.front-item-mobile-desc {
		padding: 4px;
		box-shadow: 0px 6px 20px 0px rgba(33, 53, 41, 0.16);
		margin: -90px 30px 35px;
		position: relative;
	}
	.front-item-mobile-desc-content {
		background: #eff0eb;
		padding: 5px 18px;
		height: 190px;
		overflow: hidden;
	}
	.front-item-mobile-desc-content h3 {
		max-height: 123px;
		overflow: hidden;
		margin: .5em 0;
	}
	.front-item-mobile-desc-content .front-fa-post-meta {
		margin: 16px 0;
		line-height: 1em;
	}
	
	.cycle-pager {
		font-size: 36px;
		color: #4b8764;
		margin: 30px 0 0;
	}
	.cycle-pager span {
		margin: 0 10px;
	}
	.cycle-pager-active {
		color: #a2a3a5;
	}
	.single-post-intro-contents {
		float: none;
		width: auto;
	}
	.post-intro-section h1 {
		margin-right: 333px;
		font-size: 35px;
	}
	.social-share {
		float: right;
	}
	.category-prev-next,.side-prev,.side-next {
		display: none;
	}
	.single-main-content-with-sidebar {
		width: auto;
		float: none;
	}
	.posts-pagination .pages {
		padding: 0 95px;
	}

	.archive-header .right,.archive-header .left {
		float: none;
		max-width: none;
		text-align: center;
	}
	.archive-header .right {
		margin: -15px 0 25px;
		position: static;
	}
	.search-results-count {
		display: block;
		font-size: 16px;
		line-height: 18px;
		color: #a2a3a5;
		margin: -12px 0 36px;
	}
}


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

	.front-featured-articles .container {
		width: 100%;
	}	
	.front-item-mobile-thumb {
		width: 280px;
		height: 186px;
		margin: 0 auto;
	}
	.front-fa-large-image .image-wrap {
		height: auto;
	}
	.front-fa-large-image h2 {
		width: 90%;
		font-size: 48px;
	}
	.front-item-mobile-desc {
		margin: -4px 1px 35px 0;
	}
	.front-fa-post-meta span {
		white-space: nowrap;
	}
	.dont-forget-section.cols-2 .text-what-to-sow-home,.dont-forget-section.cols-2 .text-what-to-harvest-home {
		width: 45%;
	}
	.recent-comment-item {
		width: 290px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.table-of-contents-bar ul {
		width: auto;
		margin: 0 0 0 30px;
	}
	.post-nav-bar .current-heading {
		padding-top: .6em;
		padding-bottom: .8em;
		min-height: 2em;
		height: auto;
	}
	.post-intro-section,.load-ready .post-intro-section {
		min-height: 0;
		padding-bottom: 0;
	}
	.post-nav-bar.visible {
		height: auto;
		min-height: 90px;
	}
	.related-plants .container {
		width: auto;
	}
	.front-fa-thumb-item .front-fa-post-meta .sep,.front-fa-text-only-item .front-fa-post-meta .sep {
		margin: 0 8px;
	}
}

@media screen and (max-width: 599px) {
	.front-fa-large-image .image-wrap img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	.front-fa-large-image .image-wrap a.image {
		height: 100%;
	}
	.front-fa-full .front-fa-thumb-item.front-fa-mobile,
	.front-fa-right .front-fa-text-only-item.front-fa-mobile,
	.front-fa-mobile {
		width: auto;
		float: none;
		margin: 0 0 35px;
	}
	.front-item-mobile-thumb {
		width: auto;
		height: 240px;
		overflow: hidden;
	}
	.front-item-mobile-thumb img {
		width: 100%;
		height: auto;
	}
	.front-item-mobile-desc {
		height: auto;
		margin: -85px 40px 0;
	}
	.front-item-mobile-desc-content {
		height: auto;
		min-height: 100px;
	}
	.front-item-mobile-desc-content h3 {
		max-height: none;
		overflow: visible;
		margin: 1.2em 0;
	}
	.main-post-comment {
		display: none;
	}
	.main-post-title h1,.main-post-title h2 {
		font-size: 36px;
	}

	.page-search-form {
		width: 320px;
		max-width: 100%;
	}
	
	.posts-list li,.related_posts li {
		float: none;
		margin: 0 0 25px;
		width: 100%;
	}
	.posts-list img,.related_posts img {
		width: 100%;
		height: 223px;
		height: auto;
	}
	#breadcrumbs.phone-only {
		display: block;
	}
	.single-post-featured-image img {
		height: auto;
		width: 100%;
		max-width: none;
	}
	.neighbors-layout.page-content-main .container,.plantfinder-plant-styles .container,.plantfinder-archive .container {
		width: auto;
		max-width: 420px;
		margin: 0 auto;
	}
	
	.posts-pagination {
		display: none;
	}
	.posts-pagination.phone-only {
		display: block;
	}
	.posts-pagination.phone-only .pages span {
		width: auto;
		border: none;
		color: #262627;
	}
	.posts-pagination.phone-only .pages {
		box-sizing: border-box;
		width: 90%;
	}
	.category-sortes li:nth-child(2n),.category-sortes li {
		float: none;
		width: auto;
	}
	.mobile-only .plant-features-link {
		display: none;
	}
	
	.single-post-intro-contents {
		clear: both;
	}
	
	
	.front-fa-large-image .image-wrap {
		height: 540px;
	}
	.article-label {
		display: none;
	}
	.single-post-image-area  .article-label {
		display: inline-block;
	}
	.single-post-featured-image .article-label {
		position: absolute;
		left: 20px;
		bottom: 10px;
		display: block;
		background: rgba(255, 255, 255, .6);
	}
	
	.post-nav-bar .current-heading {
		margin-right: 50px;
	}
	.scroll-top {
		right: 0;
	}
	.category-sortes .container {
		margin-right: 10px;
	}
	.page-content-main {
		min-height: 1220px;
	}
}


@media screen and (max-width: 520px) {
	.main-post-title h1,.main-post-title h2 {
		font-size: 28px;
	}
	.main-post-title {
		margin: 0 20px;
	}
	.front-fa-large-image .image-wrap {
		height: 360px;
	}
}


.front-fa-text-intro {
	max-height: 392px;
	overflow: hidden;
}

.single-blog aside .widget {
	margin-bottom: 50px;
	margin-left: 24px;
}
.rpwe-title {
	margin-top: 0;
	font-size: 24px;
}
.rpwe-li + .rpwe-li {
	margin-top: 40px;
}


.c-article-card--m a {
	flex-basis: 50%;
}
.copy-paragraph-link,
.page-content-main .copy-paragraph-link {
	text-transform: uppercase;
    font-size: 14px;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.12em;
    word-spacing: 0.12em;
    line-height: 2;
}
.icon-link-copy {
	width: 16px;
	height: 16px;
	background: url(../img/cp-link.png) no-repeat center center;
	background-size: contain;
}
.garten-notification-popup.msg-hidden {
	margin-top: -60px;
	opacity: 0;
}
.garten-notification-popup {
	transition: all .5s;
	margin-top: 0;
	opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #346247;
    color: #9fcbb1;
    z-index: 1000;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}


.h-forum__excerpt-wrapper {
	line-height: normal;
}
.search-results-header .c-search {
	max-width: 680px;
    padding: 0 5px;
    margin: 18px auto 30px;
}
.search-results-header .c-search__icon {
	top: 18px;
}


.c-to-do-list__icon-glyph {
	width: 64px;
	margin: 0 auto;
	display: block;
}
.c-to-do-list__icon-glyph svg {
	height: 42px;
	width: auto;
}
.m-featured-articles {
	padding: 0 21px;
}
.m-featured-articles .m-nav__close  {
	padding-left: 0;
	padding-right: 0;
}


/* BASE64 SVGs */
.c-list__item--u::before,
.c-article__body ul:not([class]) li::before,
.c-article__body ul.sorte li::before {
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCAxNCAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5BcnRib2FyZDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPHBhdGggZD0iTTEwLjkxMzYwNDYsMTEuMTk2OTU4IEMxMC4wNDY0NTc2LDExLjUyMjExODMgOS4xOTYyMDY5LDExLjg4ODI3OTMgOC4zNjYwMDMyMywxMi4yOTQyMDM2IEw4LjUwMTEyMDE0LDExLjU3ODY5OTMgQzkuNDUzMjc2OTgsMTEuMTI5ODI1IDEwLjQzMDIwMjEsMTAuNzMxNjc4OCAxMS40Mjc4NTEyLDEwLjM4NTU4MTEgQzExLjcwMTA3OTgsOS44ODU3MjM3MSAxMS45MTQ4ODg2LDkuMzQ4MjExODYgMTIuMDMxODMyMyw4Ljc3OTUyNjI2IEMxMC45MjAzMjQ1LDkuMTU2MjUzMjUgOS44MzQxMjA3Miw5LjU5OTI4MTcxIDguNzc5NjA1MzcsMTAuMTA2MTI2MyBMOC45MTQ3MjIyOCw5LjM4OTYzMjQyIEM5Ljk1NjY4NTQ2LDguOTA3MjMxNSAxMS4wMjc3MjIxLDguNDg1MzU0NzUgMTIuMTIyNjYxNCw4LjEyNTYxMjczIEMxMi4xNTg5NDA0LDcuNjQxMTExNiAxMi4xMjg5OTcyLDcuMTU4NTI2MTMgMTIuMDUxNzIwOSw2LjY4ODAxMDM4IEMxMS4wNzk2NjU2LDcuMDMzMzMwMjkgMTAuMTI3Nzg1NSw3LjQyOTcyMjQ4IDkuMjAwNDI3NSw3Ljg3NTQ5NDgyIEw5LjMzNjU3NTgzLDcuMTU5MDAwOTQgQzEwLjE4MzEyNDYsNi43NjY5OTgyMyAxMS4wNDg4ODc4LDYuNDE0OTg5NzYgMTEuOTMxMDg1Nyw2LjEwMzg0MTgzIEMxMS44MjA3MzUsNS42NTgzOTg2MiAxMS42NzMxOTY3LDUuMjI4MzUzNzkgMTEuNTA1Nzc3Nyw0LjgyMzAxMDkyIEMxMC44Njc2Njg2LDUuMDc2NTMxMDcgMTAuMjM5NDAzMiw1LjM1MjY0IDkuNjIyMjgxMDUsNS42NTA4MDExMyBMOS43NTYzNjY1Myw0Ljk0MzIxMzk1IEMxMC4yNTM3MDM4LDQuNzExMzAyNzEgMTAuNzU3NjUxLDQuNDkyODc3MTcgMTEuMjY3NjA2Miw0LjI4ODE4MjM4IEMxMS4wNjUyMTY4LDMuODY0MTYyMjYgMTAuODQ3OTE5MSwzLjQ3NTk0ODEgMTAuNjM5NTU5OCwzLjEzNjM1OTAyIEMxMC40NDA5ODkzLDMuMjI2OTQyMzEgMTAuMjQzMjc5NiwzLjMxOTY4Mzc4IDEwLjA0NjE5NzUsMy40MTQyMzE4NiBMMTAuMTc3MTg4NywyLjcwMjY4NjE1IEMxMC4yMjQ1MTgsMi42ODEzNDI3MyAxMC4yNzE4MDM5LDIuNjYwMDY2IDEwLjMxOTA1ODMsMi42Mzg4NjM2IEMxMC4yNDMxNTYxLDIuNTI2NTMzNTUgMTAuMTcwNjIyMSwyLjQyMjg1MDczIDEwLjEwMjkyNTksMi4zMjg2MDUwOSBDOS4xMDY2Mzg4MSwyLjk5MzUxMDU5IDguMjEyNjAxMzgsMy43ODkzNTg1OSA3LjQ0NzAwMTk2LDQuNjkyODM2OTUgTDUuNDE3MTU0MDUsNC4zNDc0NTUyMyBDNi41OTE4NTYwNiwyLjczNDU2Njc0IDguMTA4OTYzNTEsMS4zNzg0MjY4NSA5Ljg2ODc5MjA1LDAuMzY4MTQzMjYxIEwxMC41NDU0MDgsMCBMMTEuMDQ0NjE4NiwwLjU2MzEwMDg0OCBDMTEuMTk0MTc1NSwwLjczMzMxNzYyNSAxNC42ODM0OTIzLDQuNzYwMTMxOTUgMTMuODgwMDEwOCw5LjAxMjU4MjQ3IEMxMy4yNDExMjQyLDExLjQ3NzgzMjYgMTEuNjkwNjY2OSwxMy42MzY0ODA3IDkuNTE3MDc1NTIsMTUuMDg2OTQ2MyBDOS4zMzY1NzU4MywxNS4yMTk1NTcgOS4xMjMwNzA0OSwxNS4zNjQwNDM0IDguODk4MjE5NDUsMTUuNTE2NDQ2NyBMNy44NTg1NDEyNSwxNC4wNTI3ODA0IEM4LjA1MDM4NjYzLDEzLjkyNDEyODIgOC4yMjk4NTQ4OSwxMy43OTk0MzQ1IDguMzc0MjU0NjQsMTMuNjkzNTQzOCBDOS4wODY4NDEzNiwxMy4xNjg4NDg0IDEwLjExMzU4NjksMTIuMzA1NDQ4OCAxMC45MTM2MDQ2LDExLjE5Njk1OCBaIE0yLjM4NjY5ODM0LDguODUxNDE2NCBDMi40Mzc2MzI5Nyw4Ljg1OTIwNDc4IDIuNDg4NTU3NDQsOC44NjcwNzcwOSAyLjUzOTQ3MzMzLDguODc1MDIzNTYgTDIuODgyOTM4NDUsOS41MjMyMzI4IEwyLjg3NTcxODQ2LDkuNTI0MjIyNDMgQzIuNjU5OTAwMjEsOS40ODY3NzMwNCAyLjQ0MzU2MDQ2LDkuNDUwNzI0NjkgMi4yMjY4NjUwNCw5LjQxNjg3Mjk2IEMyLjEyODI0NTIyLDkuNzk4NTk1MjcgMi4wMzU1NTk2NywxMC4yMjk2MzczIDEuOTY4MDAzNSwxMC42OTExODY5IEMyLjUxODM3MDIyLDEwLjc1MDE1MDMgMy4wNjY5ODQwOCwxMC44MjQwMDQ4IDMuNjEzMTg4NjEsMTAuOTEyNjc2NyBMMy45NTM1NTk0NSwxMS41NTc5MTcxIEMzLjI3MjU2NzQyLDExLjQzNzQ5NTEgMi41ODczNDAxNSwxMS4zNDExMzI4IDEuODk5MjY2NTQsMTEuMjY4OTk0MiBDMS44NTk4OTEyMywxMS43MDI0MTUzIDEuODQ3MDE1MzQsMTIuMTU0MjEyMSAxLjg3NDQ4NTAzLDEyLjYxMDgxNDggQzIuODEzMzcyNTksMTIuNjcxNjIzMiAzLjc0ODg2NDQ1LDEyLjc3NjMxOTEgNC42Nzc2MjEwNSwxMi45MjQ1OTk0IEw1LjAyMjExNzYsMTMuNTc1Nzc3NiBDNC4wMDAxNTA1MiwxMy4zOTc0NzA0IDIuOTY5MTA2OTIsMTMuMjczMDc4NiAxLjkzMzYzMjY5LDEzLjIwMzA1NDQgQzIuMDAwNDA0MzIsMTMuNjc0OTQ5NyAyLjExNjI5Njc0LDE0LjE0NTczNjQgMi4yOTY0MzI3NCwxNC42MDA1OTM2IEMzLjQ1MzQyMzQ0LDE0LjY1MDU2NDIgNC42MDY0Mzk3MSwxNC43NjcwMTY1IDUuNzQ5MjczNDgsMTQuOTQ5Mzg3NCBMNi4wOTM3NzAwMiwxNS41OTk1NzU5IEM0LjkzMTYzNDM5LDE1LjM5NzIxMDcgMy43NTc4MDMxNCwxNS4yNjQ0NTg3IDIuNTc5MDg3MDYsMTUuMjAxOTgxIEMyLjg2MTgzNjc2LDE1LjcxNjEyMjggMy4yMjgxNzg2NSwxNi4xNzQyOCAzLjY0MDE5Mzg5LDE2LjU4MDI5ODcgQzQuNzAwMDA2NDQsMTYuNjQ0MTA1NiA1Ljc1NTY1MjgsMTYuNzYzNjcyNyA2LjgwMjM2MDIyLDE2LjkzODU0ODUgTDcuMTQ1ODI1MzQsMTcuNTg4NzM3IEM2LjIyOTcxNzE2LDE3LjQyMjY0NTUgNS4zMDYwMTE5LDE3LjMwMDA0ODcgNC4zNzgwODMsMTcuMjIxMjg0NyBDNS40NzU4NDQxMSwxOC4wNjc1MTYxIDYuNzE2NDQ4NCwxOC42MTg1NzA3IDcuNTU1MzAxNzgsMTguOTI5Njg5IEM3LjcyNDQ1NTc3LDE4Ljk5MjAzNTggNy45MzA3NDExMiwxOS4wNjIyOTk3IDguMTQ5NDAzNiwxOS4xMzI1NjM2IEw4LjE0OTQwMzYsMjEgQzcuNjkwNDE4NjgsMjAuODU2NTAzMyA3LjIzMDQwMjM0LDIwLjcwNjA3OTIgNi44Nzg2ODU4MSwyMC41NzU0NDc3IEM0LjM2MDEzOTI3LDE5Ljc2OTAwODQgMi4yMjk2Mzk1OCwxOC4xMTczNjcgMC44Nzg4NzYyMDcsMTUuOTI0MTc1MyBDLTEuMTYyMzE3NCwxMi4wNjY1ODgxIDAuOTc4OTI0NjA1LDcuMjYyOTEyMzUgMS4wNzE3NTMwMiw3LjA2NDk4NTg2IEwxLjM4MTE4MTA1LDYuMzg2MDk4MDIgTDIuMTQwMzExMTYsNi41NTczMDQ0MyBDNC4xMzA4ODcyNCw3LjA1MzUzNDQ0IDUuOTkwNTI2NTQsNy45NDU2NzY5NCA3LjU5ODYyMTcsOS4xNzU4NzE4MiBMNS43NTQ0MzA2MSwxMC4wNTM2NzU4IEM0Ljc1MDQ3MTA2LDkuMzkyODA1NzUgMy42NTUxNTQ4OSw4Ljg2OTgzNzUzIDIuNTAwMjc5MTEsOC40OTk5NTI4NyBDMi40NjM4NDAzNiw4LjYwNzI4NjExIDIuNDI1NTk3Nyw4LjcyNDgxNTM5IDIuMzg2Njk4MzQsOC44NTE0MTY0IFoiIGlkPSJsb2dvbWFyayIgZmlsbD0iIzRCODc2NCI+PC9wYXRoPiAgICA8L2c+PC9zdmc+);
}
.h-footer-nav-wrapper a[target="_blank"]::after {
	background-image: url("data:image/svg+xml,%3Csvg class='c-nav__item-modifier' width='16px' height='16px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M17.6809988,8.14742829 L12.4142136,13.4142136 L11,12 L16.2970042,6.70299583 L14.5176316,4.84591971 C14.3265854,4.64653072 14.3333486,4.33002048 14.5327376,4.1389743 C14.6258176,4.04978896 14.7497468,4 14.8786573,4 L19.9142136,4 C20.1903559,4 20.4142136,4.22385763 20.4142136,4.5 L20.4142136,9.75545439 C20.4142136,10.0315968 20.1903559,10.2554544 19.9142136,10.2554544 C19.7778997,10.2554544 19.6474952,10.1997997 19.5531879,10.1013741 L17.6809988,8.14742829 Z M12,6 L12,8 L6,8 L6,18 L16,18 L16,13 L18,13 L18,19 C18,19.5522847 17.651777,20 17.2222222,20 L4.77777778,20 C4.34822297,20 4,19.5522847 4,19 L4,7 C4,6.44771525 4.34822297,6 4.77777778,6 L12,6 Z' fill='#ffffff'/%3E%3C/svg%3E%0A");
}
.c-footer__title::before {
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3N3B4IiBoZWlnaHQ9IjQ2cHgiIHZpZXdCb3g9IjAgMCA3NyA0NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5sZWZ0PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJsZWZ0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNGN0U0QTYiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjYzLjUiIGN5PSI2LjUiIHI9IjYuNSI+PC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjNEI4NzY0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSI0Mi41IiBjeT0iMTguNSIgcj0iMy41Ij48L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNDRkUxRDQiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjczLjUiIGN5PSI0Mi41IiByPSIzLjUiPjwvY2lyY2xlPiAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0VGQkU2NSIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMy41IiBjeT0iMjIuNSIgcj0iMy41Ij48L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==);
}
.c-footer__title::after {
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3N3B4IiBoZWlnaHQ9IjQ2cHgiIHZpZXdCb3g9IjAgMCA3NyA0NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5yaWdodDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0icmlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0Y3RTRBNiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy41MDAwMDAsIDYuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy41MDAwMDAsIC02LjUwMDAwMCkgIiBjeD0iMTMuNSIgY3k9IjYuNSIgcj0iNi41Ij48L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiM0Qjg3NjQiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQuNTAwMDAwLCAxOC41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTM0LjUwMDAwMCwgLTE4LjUwMDAwMCkgIiBjeD0iMzQuNSIgY3k9IjE4LjUiIHI9IjMuNSI+PC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjQ0ZFMUQ0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNTAwMDAwLCA0Mi41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTMuNTAwMDAwLCAtNDIuNTAwMDAwKSAiIGN4PSIzLjUiIGN5PSI0Mi41IiByPSIzLjUiPjwvY2lyY2xlPiAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0VGQkU2NSIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3My41MDAwMDAsIDIyLjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNzMuNTAwMDAwLCAtMjIuNTAwMDAwKSAiIGN4PSI3My41IiBjeT0iMjIuNSIgcj0iMy41Ij48L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==);
}
.b-subscription .widget_wysija input[type=text],
.b-subscription .widget_wysija input[type=email] {
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M22,5.9585628 L12.3904135,10.8250221 C12.1045641,10.9697811 11.7666583,10.9687982 11.4816559,10.8223787 L2,5.95119356 L2,5 C2,4.44771525 2.44771525,4 3,4 L21,4 C21.5522847,4 22,4.44771525 22,5 L22,5.9585628 Z M22,8.20039983 L22,17 C22,17.5522847 21.5522847,18 21,18 L3,18 C2.44771525,18 2,17.5522847 2,17 L2,8.19969295 L11.4751252,13.067523 C11.7601276,13.2139425 12.0980334,13.2149254 12.3838828,13.0701664 L22,8.20039983 Z' fill='%23CFE1D4'%3E%3C/path%3E%3C/svg%3E");
}

/* NEWSLETTER STYLES */
/* newsletter */
.newsletter-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -730px;
    background: #262627;
    width: 420px;
    padding: 26px 20px 26px 70px;
    color: #ffffff;
    font-family: 'Futura PT', sans-serif;
}
.show-cookie-popup .newsletter-banner {
    margin-bottom: 80px;
}
.newsletter-banner p {
    color: inherit;
}
.newsletter-banner .sm {
    font-size: 16px;
    line-height: 1.5em;
}
.newsletter-banner__form-area {
    display: none;
}
.newsletter-banner__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}
.newsletter-banner__cta-text {
    font-size: 18px;
}
.newsletter-banner .widget_wysija {
    position: relative;
}
.newsletter-banner .widget_wysija input[type=email] {
    width: 300px;
    height: 66px;
    box-sizing: border-box;
    padding-left: 50px;
    color: #262627;
    font-family: Cardo, sans-serif;
}
.newsletter-banner .wysija-input-group {
    position: relative;
}
.newsletter-banner .widget_wysija .wysija-submit {
    position: absolute;
    left: 300px;
    top: 0;
    height: 66px;
    padding: 0 1em;
    transition: background-color .25s;
}
.newsletter-banner .widget_wysija .wysija-submit:hover {
    background-color: #4b8764;
}
.newsletter-banner .widget_wysija label {
    font-size: 18px;
    margin: 7px 0 7px;
    display: block;
}
.newsletter-banner .wysija-input-group .formError {
    top: 66px!important;
    left: 0!important;
}
.newsletter-banner__close {
    position: absolute;
    top: 36px;
    right: 26px;
    width: 36px;
    height: 36px;
    display: block;
}
.newsletter-banner__close svg {
    fill: #ffffff;
}
.newsletter-banner__subsribed-text {
    display: none;
}

.newsletter-banner--state-open .newsletter-banner__form-area {
    display: block;
    margin: 33px 0 0;
}
.newsletter-banner--state-open .newsletter-banner__title,
.newsletter-banner--state-subscribed .newsletter-banner__title {
    font-size: 33px;
}
.newsletter-banner--state-open.newsletter-banner .sm {
    margin-top: 38px;
}
.newsletter-banner--state-subscribed.newsletter-banner .newsletter-banner__title-area,
.newsletter-banner--state-subscribed.newsletter-banner .newsletter-banner__form-area {
    display: none;
}
.newsletter-banner--state-subscribed.newsletter-banner .newsletter-banner__subsribed-text {
    display: block;
}
.newsletter-banner--state-subscribed.newsletter-banner p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.newsletter-banner--state-subscribed.newsletter-banner p + p {
    margin-top: 14px;
}
.newsletter-banner--state-subscribed .newsletter-banner__close {
    top: 6px;
    right: 6px;
}
.newsletter-banner--state-teaser .newsletter-banner__close {
    top: 22px;
    right: 6px;
}
.newsletter-banner--state-teaser {
    cursor: pointer;
}
.newsletter-banner--state-teaser::before {
    content: '';
    display: block;
    position: absolute;
    left: 24px;
    top: 29px;
    width: 24px;
    height: 18px;
}
.newsletter-banner--state-open {
    width: 550px;
    padding-left: 35px;
    padding-bottom: 2px;
    padding-top: 35px;
}
.newsletter-banner--state-subscribed {
    width: 310px;
    padding: 50px 35px;
}
.newsletter-banner .widget_wysija .wysija-submit {
    background-color: #EFBE65;
    font-size: 18px;
    font-weight: bold;
}
.newsletter-banner__close-text-link {
    display: none;
}
@media screen and (max-width: 1499px) {
    .newsletter-banner {
        left: 10px;
        margin-left: 0;
    }
}
.newsletter-banner--v1 {
    background: #346247 url('../img/banner-1-bg-1.svg') no-repeat -1px 50%;
    background-size: auto 100%;
}
.newsletter-banner--state-teaser.newsletter-banner--v1::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMCAwaDI0djE4SDBWMHptMiAydjE0aDIwVjJIMnoiLz48cGF0aCBkPSJNMS4zIDFMMCAyLjYgMTEuNSAxMWwxMS43LTkuNEwyMiAxIDExLjUgOS40IDEuMyAxeiIvPjwvc3ZnPg==) no-repeat center center;
}
.newsletter-banner--v1.newsletter-banner--state-open {
    background: #346247 url('../img/banner-1-bg-2.svg') no-repeat 50% 0;
    background-size: auto;
}
.newsletter-banner--v1.newsletter-banner--state-subscribed {
    background: #346247 url('../img/banner-1-bg-2.svg') no-repeat 50% -50px;
    background-size: auto;
}
.newsletter-banner--v1 .widget_wysija .wysija-submit {
    background-color: #EFBE65;
}

.newsletter-banner--v2 .newsletter-banner__title {
    color: #F7E4A6;
}
.newsletter-banner--state-teaser.newsletter-banner--v2 {
    background: #262627 no-repeat 90% 67% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSI3Ij48ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgLTEgMzUgMCkiPjxjaXJjbGUgY3g9IjMuNSIgY3k9Ii0zLjUiIHI9IjMuNSIgZmlsbD0iIzRiODc2NSIvPjxjaXJjbGUgY3g9IjMxLjUiIGN5PSItMy41IiByPSIzLjUiIGZpbGw9IiNkMGUxZDQiLz48Y2lyY2xlIGN4PSIxNy41IiBjeT0iLTMuNSIgcj0iMy41IiBmaWxsPSIjZWZiZTY0Ii8+PC9nPjwvc3ZnPg==);
}
.newsletter-banner--state-teaser.newsletter-banner--v2::before {
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4yIiBoZWlnaHQ9IjEyLjciPjxwYXRoIGQ9Ik0xNS44IDBsLTEuNCAxLjQgNCA0SDB2MmgxOC40bC00IDMuOSAxLjQgMS40IDYuNC02LjN6IiBmaWxsPSIjZjdlNGE1Ii8+PC9zdmc+);
}
.newsletter-banner--state-open.newsletter-banner--v2 .newsletter-banner__title-area {
    text-align: center;
    margin-top: 32px;
}
.newsletter-banner--v2 .widget_wysija .wysija-submit {
    background-color: #4B8764;
}
.newsletter-banner--v2 .widget_wysija .wysija-submit:hover {
    background: #EFBE65;
}
.newsletter-banner--v2.newsletter-banner--state-open .newsletter-banner__form-area {
    margin-top: -3px;
}
.newsletter-banner--v2.newsletter-banner--state-open .newsletter-banner__close {
    top: 18px;
    right: 16px;
}
.newsletter-banner--v2.newsletter-banner--state-open {
    padding-left: 68px;
    padding-right: 60px;
}
.newsletter-banner__close:hover svg {
    fill: #ffffff;
}
.newsletter-banner--v2.newsletter-banner--state-open.newsletter-banner .sm {
    opacity: .75;
}
.newsletter-banner--state-open.newsletter-banner--v2 {
    background: #262627 no-repeat 50% 6% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTQiIGhlaWdodD0iMzEiPjxjaXJjbGUgY3g9IjQyLjUiIGN5PSIzLjUiIHI9IjMuNSIgZmlsbD0iIzRiODc2NSIvPjxjaXJjbGUgY3g9IjczLjUiIGN5PSIyNy41IiByPSIzLjUiIGZpbGw9IiNkMGUxZDQiLz48Y2lyY2xlIGN4PSIzLjUiIGN5PSI3LjUiIHI9IjMuNSIgZmlsbD0iI2VmYmU2NCIvPjxjaXJjbGUgY3g9IjExMS41IiBjeT0iMy41IiByPSIzLjUiIGZpbGw9IiM0Yjg3NjUiLz48Y2lyY2xlIGN4PSIxNTAuNSIgY3k9IjcuNSIgcj0iMy41IiBmaWxsPSIjZWZiZTY0Ii8+PC9zdmc+);
}
.newsletter-banner--state-subscribed.newsletter-banner--v2 .newsletter-banner__close-text-link {
    display: inline-block;
    text-decoration: underline;
    margin-top: 16px;
}
.newsletter-banner--state-subscribed.newsletter-banner--v2 .newsletter-banner__close-text-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.newsletter-banner--state-subscribed.newsletter-banner--v2 .newsletter-banner__close {
    display: none;
}
.newsletter-banner--state-subscribed.newsletter-banner--v2 {
    width: 445px;
    padding: 43px 115px 25px;
    text-align: center;
    background: #262627 no-repeat 50% 30% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MjUiIGhlaWdodD0iNDYiPjxjaXJjbGUgY3g9IjYzLjUiIGN5PSI2LjUiIHI9IjYuNSIgZmlsbD0iI2Y3ZTRhNSIvPjxjaXJjbGUgY3g9IjQyLjUiIGN5PSIxOC41IiByPSIzLjUiIGZpbGw9IiM0Yjg3NjUiLz48Y2lyY2xlIGN4PSI3My41IiBjeT0iNDIuNSIgcj0iMy41IiBmaWxsPSIjZDBlMWQ0Ii8+PGNpcmNsZSBjeD0iMy41IiBjeT0iMjIuNSIgcj0iMy41IiBmaWxsPSIjZWZiZTY0Ii8+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIC0xIDQyNSAwKSI+PGNpcmNsZSBjeD0iNjMuNSIgY3k9Ii02LjUiIHI9IjYuNSIgZmlsbD0iI2Y3ZTRhNSIvPjxjaXJjbGUgY3g9IjQyLjUiIGN5PSItMTguNSIgcj0iMy41IiBmaWxsPSIjNGI4NzY1Ii8+PGNpcmNsZSBjeD0iNzMuNSIgY3k9Ii00Mi41IiByPSIzLjUiIGZpbGw9IiNkMGUxZDQiLz48Y2lyY2xlIGN4PSIzLjUiIGN5PSItMjIuNSIgcj0iMy41IiBmaWxsPSIjZWZiZTY0Ii8+PC9nPjwvc3ZnPg==);
}


.newsletter-banner.newsletter-banner--v3 {
    border: 2px solid #262627;
    background: #EFF0EB;
    color: #5B5C5E;
}
.newsletter-banner.newsletter-banner--v3 .newsletter-banner__title {
    color: #262627;
}
.newsletter-banner--state-teaser.newsletter-banner--v3::before {
    width: 26px;
    height: 28px;
    left: 22px;
    top: 26px;
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCI+PHBhdGggZD0iTTI2IDI4SDBWMGgyNnYyOHpNMiAydjI0aDIyVjloLTdWMkgyem0xNyAwbDUgNVYyaC01em0wIDIuOFY3aDIuMkwxOSA0Ljh6TTEzIDIxSDZ2LTJoN3Yyem0zLTZINnYtMmgxMHYyem0tMy02SDZWN2g3djJ6IiBmaWxsPSIjMjYyNjI3Ii8+PC9zdmc+);
}
.newsletter-banner--v3.newsletter-banner--state-open {
    background-image: url(../img/banner-3-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 17px;
}
.newsletter-banner--v3 .newsletter-banner__close svg {
    fill: #4b8764;
}
.newsletter-banner--v3 .widget_wysija .wysija-submit {
    background-color: #4B8764;
    color: #ffffff;
}
.newsletter-banner--v3 .widget_wysija .wysija-submit:hover {
    background-color: #262627;
}
.newsletter-banner--v3 .widget_wysija input[type=email] {
    border: 1px solid #CFE1D4;
    border-right: none;
}
.newsletter-banner--v3.newsletter-banner--state-open.newsletter-banner .sm {
    margin-right: 180px;
    margin-top: 17px;
}
.newsletter-banner--state-subscribed.newsletter-banner--v3 .newsletter-banner__close-text-link {
    display: inline-block;
    text-decoration: underline;
    margin-top: 30px;
}
.newsletter-banner--state-subscribed.newsletter-banner--v3 .newsletter-banner__close-text-link:hover {
    text-decoration: none;
}
.newsletter-banner--state-subscribed.newsletter-banner--v3 .newsletter-banner__close {
    display: none;
}
.newsletter-banner--v3.newsletter-banner--state-subscribed {
    background-image: url(../img/banner-3-bg.svg);
    background-repeat: no-repeat;
    background-position: -42px 152%;
    padding-bottom: 38px;
}

.newsletter-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    background: #262627;
    color: #ffffff;
    font-family: 'Futura PT', sans-serif;
    padding: 9px 0;
}
.admin-bar .newsletter-bar {
    margin-top: 32px;
}
.newsletter-bar p {
    color: inherit;
}
.newsletter-bar__form-area {
    display: flex;
    justify-content: center;
}
.newsletter-bar__title {
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 0;
}
.newsletter-bar__close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.newsletter-bar .sm {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 0 10px;
}
.newsletter-bar .widget_wysija input[type=email] {
    height: 42px;
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 50px;
    margin: 0 15px 0 50px;
    width: 320px;
    color: #ffffff;
    vertical-align: middle;
}
.newsletter-bar .widget_wysija .wysija-submit {
    background-color: #EFBE65;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    border-radius: 21px;
    vertical-align: middle;
}
.newsletter-bar .widget_wysija input[type=email]::placeholder {
  color: #ffffff;
}
.newsletter-bar__title-area,
.newsletter-bar .widget_wysija {
    white-space: nowrap;
}
.newsletter-bar .widget_wysija input[type=text], 
.newsletter-bar .widget_wysija input[type=email] {
    background-position: 12px 58%;
    font-family: Cardo, sans-serif;
}
@media screen and (max-width: 1335px) {
    .newsletter-bar .widget_wysija input[type=email] {
        width: 260px;
        margin-left: 20px;
    }
    .newsletter-bar .sm {
        line-height: 1em;
    }
}

.newsletter-bar--v1 {
    background: #346247 url(../img/watercolor.svg) no-repeat 0 50%;
    background-size: auto 100%;
}
.newsletter-bar--v1 .widget_wysija input[type=email] {
    border-color: #5B836B;
}
.newsletter-bar--v1 .newsletter-bar__close svg {
    fill: #ffffff;
    opacity: .6;
}

.newsletter-bar--v2 {
    background: #262627;
}
.newsletter-bar--v2 .widget_wysija input[type=email] {
    border-color: #5B5C5E;
}
.newsletter-bar--v2 .widget_wysija .wysija-submit {
    background-color: #4B8764;
}
.newsletter-bar--v2 .newsletter-bar__close svg {
    fill: #ffffff;
    opacity: .6;
}
.newsletter-bar--v2.newsletter-bar--state-open::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 10px;
    margin: -7px 0 0 -670px;
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSI3Ij48ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgLTEgMzUgMCkiPjxjaXJjbGUgY3g9IjMuNSIgY3k9Ii0zLjUiIHI9IjMuNSIgZmlsbD0iIzRiODc2NSIvPjxjaXJjbGUgY3g9IjMxLjUiIGN5PSItMy41IiByPSIzLjUiIGZpbGw9IiNkMGUxZDQiLz48Y2lyY2xlIGN4PSIxNy41IiBjeT0iLTMuNSIgcj0iMy41IiBmaWxsPSIjZWZiZTY0Ii8+PC9nPjwvc3ZnPg==);
}
.newsletter-bar--v2.newsletter-bar--state-subscribed .newsletter-bar__title {
    display: inline-block;
    position: relative;
}
.newsletter-bar--v2.newsletter-bar--state-subscribed .newsletter-bar__title::before,
.newsletter-bar--v2.newsletter-bar--state-subscribed .newsletter-bar__title::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    height: auto;
    width: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NyIgaGVpZ2h0PSI0NiI+PGNpcmNsZSBjeD0iNjMuNSIgY3k9IjYuNSIgcj0iNi41IiBmaWxsPSIjZjdlNGE1Ii8+PGNpcmNsZSBjeD0iNDIuNSIgY3k9IjE4LjUiIHI9IjMuNSIgZmlsbD0iIzRiODc2NSIvPjxjaXJjbGUgY3g9IjczLjUiIGN5PSI0Mi41IiByPSIzLjUiIGZpbGw9IiNkMGUxZDQiLz48Y2lyY2xlIGN4PSIzLjUiIGN5PSIyMi41IiByPSIzLjUiIGZpbGw9IiNlZmJlNjQiLz48L3N2Zz4=);
}
.newsletter-bar--v2.newsletter-bar--state-subscribed .newsletter-bar__title::before {
    left: -150px;
}
.newsletter-bar--v2.newsletter-bar--state-subscribed .newsletter-bar__title::after {
    right: -150px;
    transform: scaleX(-1);
}

.newsletter-bar--v3 {
    background: #EFF0EB;
    border-bottom: 2px solid #262627;
    color: #262627;
}
.newsletter-bar--v3 .newsletter-bar__title {
    color: inherit;
}
.newsletter-bar--v3 .widget_wysija input[type=email] {
    border-color: #CFE1D4;
    background-color: #ffffff;
    color: #262627;
}
.newsletter-bar--v3 .widget_wysija input[type=email]::placeholder {
  color: #A2A3A5;
}
.newsletter-bar--v3 .newsletter-bar__close {
    right: 200px;
}
.newsletter-bar--v3 .newsletter-bar__close svg {
    fill: #4a8763;
    opacity: .5;
}
.newsletter-bar--v3 .newsletter-bar__close:hover svg {
    opacity: 1;
}
.newsletter-bar--v3 .widget_wysija .wysija-submit {
    background-color: #4B8764;
    color: #ffffff;
}
.newsletter-bar--v3::after,
.newsletter-bar--v3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../img/bush-for-bar.svg) no-repeat 0 50%;
    width: 170px;
}
.newsletter-bar--v3::before {
    left: 0;
}
.newsletter-bar--v3::after {
    right: 0;
    transform: scaleX(-1);
}
@media screen and (max-width: 1335px) {
    .newsletter-bar--v3::after, 
    .newsletter-bar--v3::before {
        display: none;
    }
    .newsletter-bar--v3 .newsletter-bar__close {
        right: 10px;
    }
}
@media screen and (max-width: 1050px) {
    .newsletter-bar__close,
    .newsletter-bar--v3 .newsletter-bar__close {
        right: -10px;
    }
}



.newsletter-banner {
    display: none;
    z-index: 100;
}
.newsletter-banner.show {
    display: block;
    animation: bannerIn .75s;
}
.newsletter-banner.show-out {
    display: block;
    animation: bannerOut .75s forwards;
}
.newsletter-banner--state-teaser.newsletter-banner.show-out {
    animation: bannerFadeOut .75s forwards;
}

.newsletter-bar {
    display: none;
    z-index: 100;
}
.newsletter-bar.show {
    display: block;
    animation: barIn .75s;
}
.newsletter-bar.show-out {
    display: block;
    animation: barOut 1s forwards;
}
.newsletter-bar.close-clicked {
    animation: barOutTop .75s forwards;
}

@keyframes bannerIn {
    0% {
        opacity: 0.5;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes bannerOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50vw);
    }
}
@keyframes bannerFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes barIn {
    0% {
        opacity: 0.75;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes barOutTop {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 0.75;
        transform: translateY(-100%);
    }
}
@keyframes barOut {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1023px) {
    .newsletter-bar,
    .newsletter-banner {
        display: none!important;
    }
    .body-wrap {
        padding-top: 0!important;
    }
}


/* Design fixes */

article p a, article p a:visited, article ul li a, article ul li a:visited {
	border-bottom : 2px solid #d9281c;
}
