@font-face {
	font-family:"icomoon";
	src:url(../fonts/icomoon.ttf?9vfyfw) format("truetype"),url(../fonts/icomoon.woff?9vfyfw) format("woff"),url(../fonts/icomoon.svg?9vfyfw#icomoon) format("svg");
	font-weight:400;
	font-style:normal;
	font-display:block;
}

[class*=" icon-"],
[class^=icon-],
body {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

[class*=" icon-"],
[class^=icon-] {
	font-family:"icomoon"!important;
	speak:never;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
}

.icon-arrow-r:before {
	content:"\e900";
}

.icon-facebook:before {
	content:"\e901";
}

.icon-instagram:before {
	content:"\e902";
}

.icon-linkedin:before {
	content:"\e903";
}

.icon-play:before {
	content:"\e904";
}

.icon-search:before {
	content:"\e905";
}

.icon-twitter:before {
	content:"\e906";
}

.icon-youtube:before {
	content:"\e907";
}

.icon-envelope:before {
	content:"\e908";
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:var(--rem-base);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
	height:100%;
}

body {
	margin:0;
	color:var(--base-text-color);
	font:var(--font-size-base)/var(--line-height-base) "Montserrat","Arial","Helvetica Neue","Helvetica",sans-serif;
	min-width:320px;
	min-height:100%;
	display:grid;
	grid-template-rows:1fr auto;
	grid-template-columns:100%;
}

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

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
blockquote p+ p:after,
blockquote p+ p:before,
blockquote q+ p:after,
blockquote q+ p:before,
template {
	display:none;
}

a {
	background-color:transparent;
	color:var(--base-link-color);
	text-decoration:none;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

a:active,
a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

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

sub {
	bottom:-.25em;
	top:5px;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

kbd,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button,
input,
optgroup,
select {
	color:inherit;
	font:inherit;
	margin:0;
}

textarea {
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type=button] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

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

input {
	line-height:normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height:auto;
}

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

fieldset {
	border:1px solid silver;
}

.nav .has-mega-menu .mega-menu> li,
legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

.btn,
optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1.2em;
}

td,
th {
	padding:0;
}

.btn {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	border-style:solid;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
	font-family:"Montserrat";
	text-transform:uppercase;
	letter-spacing:1px;
	padding:var(--btn-y) var(--btn-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.1;
	border-color:#007d70;
}

.btn:hover {
	color:#fff;
	background-color:#016258;
	border-color:#00312b;
	text-decoration:none;
}

.btn._white {
	background-color:#fff;
	color:#007d70;
}

.btn,
.btn._white:hover {
	background-color:#007d70;
	color:#fff;
}

.btn._green-light {
	background-color:#6ba539;
	color:#133125;
}

.btn._green-light:hover {
	background-color:#f0f8ed;
}

.btn-alt {
	padding:12px 18px;
	font-family:"basic-sans";
	font-size:20px;
	letter-spacing:0;
	text-transform:none;
}

.btn-link {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-bottom:15px;
	font-size:14px;
	line-height:1.2;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	color:inherit;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

.btn-link:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	content:"";
	height:5px;
	background:#007d70;
}

.btn-link:hover {
	color:#016258;
	text-decoration:none;
}

.btn-link._green-light:hover:after,
.btn-link._orange:hover:after,
.btn-link._white:after {
	background:#fff;
}

.btn-link._green-light:hover,
.btn-link._orange:hover,
.btn-link._white:hover {
	color:#fff;
}

.btn-link._orange:after {
	background:#f98e2c;
}

.btn-link._green-light:after {
	background:#6ba539;
}

.btn-link-alt,
.btn-link-alt i {
	display:inline-block;
	vertical-align:middle;
}

.btn-link-alt {
	font-family:"basic-sans";
	font-weight:700;
}

.btn-link-alt:hover i {
	-webkit-transform:translateX(10px);
	-ms-transform:translateX(10px);
	transform:translateX(10px);
}

.btn-link-alt i {
	margin:-2px 0 2px 11px;
	font-size:14px;
	line-height:1;
	font-weight:400;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

.btn-play {
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size:184px;
	line-height:1;
	color:inherit;
	opacity:.7;
	outline:0;
}

.btn-play:hover {
	color:inherit;
	opacity:1;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

.btn-holder {
	padding-top:60px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block,
table {
	width:100%;
}

#search_block p:after,
#search_block:after,
.commentlist .comment-author:after,
.entry:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after {
	content:"";
	display:block;
	clear:both;
}

fieldset,
form {
	border-style:none;
	display:block;
	padding:0 0 5px;
	margin:0 0 1.2em;
	color:var(--secondary-color);
}

select {
	border-radius:0;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:11px 15px;
	font-size:16px;
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.2;
	color:#133125;
	background-color:#f1f1f1;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	outline:0;
	max-width:100%;
	width:100%;
	background:0 0;
	border:1px solid #e2e2e2;
}

textarea {
	resize:none;
	vertical-align:top;
	height:250px;
}

button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
	padding:var(--btn-y) var(--input-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.1;
	color:#fff;
	background-color:#007d70;
	border-color:#007d70;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:center;
	font-weight:700;
}

button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color:var(--secondary-color);
	border-color:#00312b;
	background-color:#133125;
	color:#fff;
}

input[type=reset] {
	margin-bottom:13px;
}

iframe,
input[type=file] {
	max-width:100%;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#133125;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#133125;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#133125;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#133125;
	opacity:1;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity:0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
}

.select2 {
	width:100%!important;
}

.select2-container .select2-selection--single {
	height:43px!important;
	outline:0!important;
}

.select2-container--default .select2-selection--single {
	border-color:#e2e2e2!important;
	border-radius:5px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size:16px!important;
	line-height:1.2!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding:11px 35px 11px 15px!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color:#133125!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width:30px!important;
	height:100%!important;
}

.select2-container--open .select2-dropdown {
	background:#fff!important;
	border:1px solid #e2e2e2!important;
	border-radius:0 0 5px 5px!important;
}

.select2-results__option {
	padding:8px 15px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#007d70!important;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"basic-sans";
	font-weight:600;
}

.h,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.06;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:var(--h1);
	line-height:1.083;
	margin:0 0 .78em;
}

.h2,
h2 {
	font-size:var(--h2);
	margin:0 0 .42em;
}

.h3,
h3 {
	font-size:var(--h3);
	margin:0 0 .5em;
}

.h4,
h4 {
	font-size:var(--h4);
	margin:0 0 .6em;
}

.h5,
h5 {
	font-size:var(--h5);
	margin:0 0 .7em;
}

.h6,
h6 {
	font-size:var(--h6);
	margin:0 0 .8em;
}

.title-text {
	font-size:8rem;
	line-height:.95;
	font-weight:700;
	margin-bottom:.5em;
}

.sub-ttl {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:.5em;
}

.info-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:14px;
}

.info-list li {
	padding-right:28px;
	position:relative;
}

.info-list li:after {
	position:absolute;
	top:50%;
	right:13px;
	z-index:2;
	content:"";
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:1px;
	height:14px;
	background:#133125;
}

.info-list li:last-child {
	padding-right:0;
}

.info-list li:last-child:after {
	display:none;
}

.info-list a:hover,
p a {
	text-decoration:underline;
}

._main-heading {
	margin:0 260px 80px 0;
}

.heading {
	color:#6ba539;
}

.heading> * {
	display:inline-block;
	position:relative;
	z-index:1;
	padding:20px;
	margin:0;
}

.heading> :after,
.heading> :before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	content:"";
	background:#fff;
}

.heading> :after {
	right:-25px;
	bottom:-25px;
	z-index:-2;
	background:url(../img/decor-01-green.png) 100% 100%;
	background-size:112px 113px;
}

ol,
p,
ul {
	margin-top:0;
}

p {
	margin-bottom:1em;
}

.info-list a,
p a {
	color:inherit;
}

a:hover {
	color:#007d70;
}

ol,
ul {
	padding-left:0;
}

ol,
ol li,
ul,
ul li {
	list-style:none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
	margin:0 0 1.2em;
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
	padding-left:20px;
	position:relative;
}

#sidebar ol:not([class]) li+ li,
#sidebar ul:not([class]) li+ li,
.entry ol:not([class]) li+ li,
.entry ul:not([class]) li+ li,
ol.list-style li+ li,
ul.list-style li+ li {
	margin-top:16px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
	margin-bottom:0;
	margin-top:16px;
}

#sidebar ol:not([class])> li,
#sidebar ul:not([class])> li,
.entry ol:not([class])> li,
.entry ul:not([class])> li,
ol.list-style> li,
ul.list-style> li {
	padding-left:21px;
}

#sidebar ul:not([class])> li:before,
.entry ul:not([class])> li:before,
ul.list-style> li:before {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	top:.8em;
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background-color:#6ba539;
	border-radius:50%;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset:list;
}

#sidebar ol:not([class])> li:before,
.entry ol:not([class])> li:before,
ol.list-style> li:before {
	content:counter(list) ".";
	counter-increment:list;
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
}

table th {
	text-align:left;
}

table td+ td,
table th+ th {
	text-align:center;
}

table td,
table th {
	font-size:var(--font-size-base);
	color:var(--base-text-color);
	padding:10px 15px;
	border-bottom:1px solid #979797;
}

pre {
	max-width:100%;
	background:rgba(0,0,0,.1);
}

blockquote {
	padding:40px 0;
	margin:0;
	font-family:"basic-sans";
	font-size:3.4rem;
	line-height:1.06;
	quotes:none;
}

blockquote p,
blockquote q {
	color:#f98e2c;
}

blockquote p:last-child,
blockquote q:last-child {
	margin-bottom:0;
}

blockquote cite {
	display:block;
	padding:24px 0 0 97px;
	font-family:"Montserrat";
	font-size:16px;
	font-weight:600;
	font-style:normal;
}

blockquote p:before,
q:before {
	content:open-quote;
}

blockquote p:after,
q:after {
	content:close-quote;
}

dl {
	margin:0 0 1.2em;
}

dl dt {
	float:left;
	clear:left;
	font-weight:700;
	padding:10px 5px;
}

dl dd {
	margin-left:0;
	padding:10px 0;
}

* {
	max-height:1000000px;
}

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

.resize-active {
	-webkit-transition:none!important;
	-o-transition:none!important;
	transition:none!important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
	-webkit-transition:inherit!important;
	-o-transition:inherit!important;
	transition:inherit!important;
}

.container,
html #branda-cookie-notice .cookie-notice-container {
	width:100%;
	margin:0 auto;
	padding-left:var(--gutter);
	padding-right:var(--gutter);
	max-width:calc(1134px + var(--gutter)*2);
}

.container._lg,
html #branda-cookie-notice ._lg.cookie-notice-container {
	max-width:calc(1288px + var(--gutter)*2);
}

.container._md,
html #branda-cookie-notice ._md.cookie-notice-container {
	max-width:980px;
}

.container._sm,
html #branda-cookie-notice ._sm.cookie-notice-container {
	max-width:786px;
}

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

.wrapper._offset-header {
	padding-top:140px;
}

.wrapper-holder {
	min-height:100%;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.nav-active .wrapper-holder {
	-webkit-transform:translateX(-345px);
	-ms-transform:translateX(-345px);
	transform:translateX(-345px);
}

._offset-top {
	margin-top:80px;
}

._offset-top-sm {
	margin-top:30px;
}

._offset-bottom {
	margin-bottom:80px;
}

._offset-bottom-0 {
	padding-bottom:0!important;
	margin-bottom:0!important;
}

._text-centered {
	text-align:center;
}

._bg-brown {
	background-color:#2e281d;
	color:#fff;
}

._bg-green-light {
	background-color:#6ba539!important;
}

._bg-green-light-alt {
	background-color:#f0f8ed!important;
}

._bg-green-dark {
	background-color:#133125!important;
	color:#fff;
}

._text-green {
	color:#007d70;
}

._text-green-light {
	color:#6ba539;
}

._text-green-dark {
	color:#133125;
}

._text-orange {
	color:#f98e2c;
}

._decor-green-hz,
._decor-green2-hz,
._decor-green3-hz,
._decor-green4-hz,
._decor-green5-hz,
._decor-green6-hz,
._decor-orange-hz,
._decor-orange-vt,
._has-decor-top {
	position:relative;
}

._decor-orange-hz:before {
	position:absolute;
	top:-28px;
	left:0;
	right:139px;
	z-index:2;
	content:"";
	height:55px;
	background:url(../img/decor-02-orange.png) 100% 0;
	background-size:119px 55px;
}

._decor-orange-vt:before {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:2;
	content:"";
	width:55px;
	background:url(../img/decor-02-orange-vt.png);
	background-size:55px 119px;
}

._decor-green-hz:before {
	position:absolute;
	top:-28px;
	left:0;
	right:139px;
	z-index:3;
	content:"";
	height:55px;
	background:url(../img/decor-03-green.png) 100% 0;
	background-size:126px 55px;
}

._decor-green2-hz:before {
	position:absolute;
	top:-30px;
	left:0;
	z-index:3;
	content:"";
	width:50%;
	height:60px;
	background:url(../img/decor-04-green.png) 100% 0;
	background-size:271px 60px;
}

._decor-green3-hz:before {
	position:absolute;
	bottom:-27px;
	left:0;
	right:62px;
	z-index:3;
	content:"";
	height:47px;
	background:url(../img/decor-06-green.png) 100% 0;
	background-size:196px 47px;
}

._decor-green4-hz:before {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
	content:"";
	height:40px;
	background:url(../img/decor-07-green.png) 100% 0;
	background-size:196px 40px;
}

._decor-green5-hz:before {
	position:absolute;
	bottom:-35px;
	left:0;
	z-index:3;
	content:"";
	width:60.5%;
	height:71px;
	background:url(../img/decor-08-green.png);
	background-size:297px 71px;
}

._decor-green6-hz:before {
	position:absolute;
	bottom:-30px;
	right:0;
	z-index:3;
	content:"";
	width:75%;
	height:60px;
	background:url(../img/decor-12-green.png);
	background-size:270px 60px;
}

._has-decor-top {
	padding-top:55px;
}

._has-decor-top:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:2;
	content:"";
	height:30px;
	background:url(../img/decor-09-green.png) repeat-x;
	background-size:216px 30px;
}

._md,
._sm {
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
}

._sm {
	max-width:746px;
}

._m-visible,
._sm-visible,
._t-visible {
	display:none!important;
}

.bg-img {
	z-index:-1;
	top:0;
	height:100%;
}

.bg-img,
.bg-img img,
.separator:after {
	position:absolute;
	left:0;
	width:100%;
}

.bg-img img {
	top:0;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.bg-img._vt-bm img {
	-o-object-position:50% 100%;
	object-position:50% 100%;
}

.row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
}

.row._centered {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.row .col {
	padding-left:15px;
	padding-right:15px;
}

.row .col.col-2 {
	width:50%;
}

.row .col.col-3 {
	width:33.33%;
}

.row .col.col-4 {
	width:25%;
}

.separator {
	height:1px;
	position:relative;
}

.separator:after {
	top:50%;
	content:"";
	height:1px;
	background:#d4d4d4;
}

.social-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:0 -10px;
	font-size:24px;
	line-height:1.2;
}

.social-links li {
	margin:0 10px;
}

.social-links a {
	color:#fff;
}

.social-links a:hover {
	text-decoration:none!important;
	opacity:.7;
}

.header {
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
	background-color:#fff;
	border-bottom:1px solid transparent;
}

.nav-active .header {
	-webkit-transform:translateX(-345px);
	-ms-transform:translateX(-345px);
	transform:translateX(-345px);
}

.header._sticked {
	top:-140px;
	opacity:0;
	border-bottom:1px solid #d4d4d4;
	background-color:#fff;
}

.header._sticked .top-bar,
.nav .has-mega-menu .mega-menu ul a:after,
.nav .has-mega-menu .mega-menu ul a:before,
.nav a .sub-arrow,
.nav li> ul a:after {
	display:none;
}

.header._showed {
	top:0;
	opacity:1;
}

._has-header-alt .header:not(._sticked) {
	background-color:rgba(0,0,0,.2);
}

._has-header-alt .header:hover {
	background-color:#fff;
}

.header-menu-wrapper {
	position:relative;
	padding:40px 0;
	z-index:2;
}

.header-menu-wrapper .container,
.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
	max-width:1288px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.header-menu-wrapper .logo {
	margin:0 50px 0 0;
	position:relative;
}

._has-header-alt .header:not(._sticked) .header-menu-wrapper .logo img:first-child {
	visibility:hidden;
	opacity:0;
}

._has-header-alt .header:hover .header-menu-wrapper .logo img:first-child {
	visibility:visible;
	opacity:1;
}

.header-menu-wrapper .logo img:last-child {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	visibility:hidden;
	opacity:0;
}

._has-header-alt .header:not(._sticked) .header-menu-wrapper .logo img:last-child {
	visibility:visible;
	opacity:1;
}

._has-header-alt .header:hover .header-menu-wrapper .logo img:last-child {
	visibility:hidden;
	opacity:0;
}

.header-menu-wrapper .btn {
	margin:0 40px 0 auto;
}

.top-bar {
	display:none;
	padding:12px 0;
	background:#007d70;
	font-weight:500;
	text-align:center;
	color:#fff;
}

.top-bar._showed {
	display:block;
}

.top-bar .container,
.top-bar html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .top-bar .cookie-notice-container {
	padding-right:50px;
}

.footer-bottom p,
.nav-drop .nav .header-menu li,
.top-bar p {
	margin:0;
}

.top-bar p a {
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.top-bar p a:hover {
	color:inherit;
	border-bottom-color:#6ba539;
}

.top-bar .close {
	position:absolute;
	top:14px;
	right:20px;
	z-index:2;
	width:24px;
	height:24px;
	background:url(../img/icon-close.svg) no-repeat;
}

.top-bar .close:hover {
	opacity:.8;
}

.footer {
	background:#133125;
	color:#f0f8ed;
}

.footer a {
	color:inherit;
}

.footer-main {
	padding:42px 0 88px;
}

.footer .btns,
.footer-main .container,
.footer-main html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .footer-main .cookie-notice-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.footer-nav {
	padding:0 5px 0 0;
	margin:0;
	font-family:"basic-sans";
	line-height:1.25;
}

.footer-nav li+ li {
	margin-top:9px;
}

.footer .link:hover,
.footer-bottom p a,
.footer-nav a:hover {
	text-decoration:underline;
}

.footer h4 {
	color:#6ba539;
	border-bottom:2px solid #6ba539;
	padding-bottom:7px;
	margin-bottom:16px;
}

.footer-contacts {
	min-width:300px;
	max-width:300px;
	margin:6px 0 0 89px;
	text-align:right;
}

.footer .btns {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	margin-bottom:30px;
}

.footer .link {
	font-family:"basic-sans";
	margin:2px 30px 0 0;
}

.footer .social-links {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.footer-bottom {
	padding:15px 0;
	border-top:2px solid rgba(255,255,255,.4);
	font-size:12px;
	line-height:1.2;
}

.footer-bottom .container,
.footer-bottom html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .footer-bottom .cookie-notice-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	padding-left:138px;
}

.footer-bottom p a {
	white-space:nowrap;
}

.footer-bottom p a:hover {
	text-decoration:none;
}

.footer-logos,
.nav ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.footer-logos {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:0 -7px;
	position:relative;
	z-index:2;
}

.footer-logos li {
	margin:0 7px;
}

.footer .logo {
	position:absolute;
	bottom:100%;
	left:0;
	z-index:2;
	padding:10px;
	margin-bottom:-37px;
	background:#133125;
}

.nav {
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family:"basic-sans";
	font-size:20px;
	line-height:1.2;
	font-weight:600;
}

.nav a,
.nav li {
	position:relative;
}

.nav li+ li {
	margin-left:10px;
}

.nav li> ul {
	position:absolute;
	display:none;
	margin-top:59px!important;
	padding:10px 20px 20px;
	background-color:rgba(19,49,37,.9);
}

.nav li> ul li {
	margin:0;
	padding:12px 0;
	border-bottom:1px solid rgba(118,162,72,.4);
}

.nav li> ul a {
	display:inline-block;
	vertical-align:top;
	padding:0;
	color:#fff!important;
}

.nav li> ul a.highlighted,
.nav li> ul a:hover {
	color:#fff;
	text-decoration:underline;
}

.nav li> ul ul {
	top:-10px!important;
	left:100%!important;
	margin-left:20px!important;
	margin-top:0!important;
}

.nav a {
	display:block;
	padding:0 10px;
	color:#007d70;
}

._has-header-alt .header:hover .nav-drop .nav .header-menu a.highlighted,
._has-header-alt .header:hover .nav-drop .nav .header-menu a:hover,
._has-header-alt .header:not(._sticked) .nav a,
._has-header-alt .header:not(._sticked) .nav-drop .nav .header-menu a.highlighted,
._has-header-alt .header:not(._sticked) .nav-drop .nav .header-menu a:hover {
	color:#fff;
}

._has-header-alt .header:hover .nav a,
.widget ul li a:hover {
	color:#007d70;
}

.nav a:after {
	position:absolute;
	bottom:-59px;
	left:0;
	z-index:2;
	content:"";
	width:100%;
	height:0;
	background:#6ba539;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}

.current-menu-item> a,
.nav a.highlighted,
.nav a:hover {
	color:#133125;
}

.nav a.highlighted:after,
.nav a:hover:after {
	height:10px;
}

.nav .has-mega-menu {
	position:static!important;
	padding-bottom:58px;
	margin-bottom:-58px;
}

.nav .has-mega-menu .mega-menu {
	margin-left:0!important;
	right:0!important;
	width:auto!important;
	max-width:none!important;
	padding:0!important;
}

.nav .has-mega-menu .mega-menu .container,
.nav .has-mega-menu .mega-menu html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .nav .has-mega-menu .mega-menu .cookie-notice-container {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	padding:31px 62px 48px 75px;
}

.nav .has-mega-menu .mega-menu ul {
	position:static;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0!important;
	background:0 0;
	font-family:"basic-sans";
	font-size:18px;
}

.nav .has-mega-menu .mega-menu ul li {
	width:calc(33.33% - 30px);
	margin:0 15px;
}

.nav .has-mega-menu .mega-menu h2 {
	min-width:278px;
	max-width:278px;
	padding:0 30px 0 0;
	margin:0;
	color:#6ba539;
}

.nav-drop {
	position:fixed;
	top:0;
	left:100%;
	z-index:10;
	width:345px;
	height:100vh;
	overflow-y:auto;
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
	background:#133125;
}

.nav-drop .nav {
	display:block;
	padding:43px 52px;
}

.nav-drop .nav .header-menu {
	display:block;
}

.nav-drop .nav .header-menu a:after,
.nav-drop .nav .header-menu.main-menu,
.nav-drop .nav .social-links a:after,
.search-bar_drop,
.widget ul li:before {
	display:none;
}

.nav-drop .nav .header-menu.main-menu> li> a {
	padding-right:15px;
}

.nav-drop .nav .header-menu.main-menu> li> a:before {
	position:absolute;
	top:50%;
	right:0;
	z-index:2;
	-webkit-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
	font-family:"icomoon";
	content:"\e900";
	font-size:14px;
	line-height:1;
}

.nav-drop .nav .header-menu li+ li {
	margin-top:12px;
}

.nav-drop .nav .header-menu li> ul {
	display:none;
	position:static;
	margin:0!important;
	padding:0 0 0 30px!important;
	background:0 0!important;
}

.nav-drop .nav .header-menu li> ul li {
	padding:0;
	margin-top:12px;
	border:0;
}

.nav-drop .nav .header-menu li> ul a {
	color:#fff;
}

.nav-drop .nav .header-menu a {
	display:inline-block;
	vertical-align:top;
	padding:0;
	color:#6ba539;
}

._has-header-alt .header:hover .nav-drop .nav .header-menu a,
._has-header-alt .header:not(._sticked) .nav-drop .nav .header-menu a {
	color:#6ba539;
}

.nav-drop .nav .header-menu a.highlighted,
.nav-drop .nav .header-menu a:hover {
	color:#fff;
	text-decoration:underline;
}

.nav-drop .nav .header-menu .icon-search {
	display:inline-block;
	vertical-align:middle;
	margin:-1px 15px 1px 0;
	font-size:16px;
	line-height:1;
}

.nav-drop .nav .social-links {
	margin:78px -10px 0;
	font-size:23px;
}

.nav-drop .nav .social-links li {
	margin:0 10px;
}

.nav-drop .nav .social-links a {
	padding:0;
	color:#fff;
}

._has-header-alt .header:hover .nav-drop .nav .social-links a {
	color:#fff;
}

.search-bar_drop form {
	margin:0;
	padding:15px 0 0;
}

.search-bar_drop input {
	border:0;
	border-bottom:1px solid #fff;
	border-radius:0;
	padding-left:0;
	padding-right:0;
	font-size:20px;
	line-height:1.2;
	font-weight:600;
	color:#fff;
}

.search-bar_drop input::-webkit-input-placeholder {
	color:#fff;
}

.search-bar_drop input:-moz-placeholder {
	color:#fff;
}

.search-bar_drop input::-moz-placeholder {
	color:#fff;
}

.search-bar_drop input:-ms-input-placeholder {
	color:#fff;
}

.nav-opener {
	display:block;
	width:33px;
	height:28px;
	padding:0;
	position:relative;
	background-color:transparent;
	outline:0;
	border:0;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	background-color:#007d70;
	border-radius:3px;
	position:absolute;
	left:0;
	right:0;
	height:3px;
	margin-top:-1.5px;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.nav-opener span {
	top:15px;
}

._has-header-alt .header:not(._sticked) .nav-opener span,
._has-header-alt .header:not(._sticked) .nav-opener:after,
._has-header-alt .header:not(._sticked) .nav-opener:before {
	background-color:#fff;
}

._has-header-alt .header:hover .nav-opener span,
._has-header-alt .header:hover .nav-opener:after,
._has-header-alt .header:hover .nav-opener:before {
	background-color:#007d70;
}

.nav-opener:before {
	content:"";
	top:3px;
}

.nav-opener:after {
	content:"";
	top:27px;
}

.nav-opener:hover {
	opacity:.9;
}

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

.nav-active .nav-opener:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
}

.nav-active .nav-opener:after {
	top:50%;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}

#wp-calendar caption {
	padding:10px;
}

#wp-calendar td,
#wp-calendar th {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td {
	background:0 0;
}

.comment-form p {
	overflow:hidden;
	padding:0 12px 24px;
	margin:0;
}

.comment-form label {
	display:block;
	padding:0 0 5px;
	font-weight:700;
}

.comment-form input:not([type=submit]),
.comment-form textarea {
	margin:0 4px 0 0;
	width:100%;
	background:0 0;
	border:1px solid #e2e2e2;
	outline:0;
}

.comment-form textarea {
	width:100%;
	margin:0;
	height:115px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width:33.3%;
	float:left;
}

.post-password-form label {
	display:block;
}

#search_block,
.post-password-form {
	margin:0 0 1.2em;
}

#search_block input,
.post-password-form input {
	float:left;
}

#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text] {
	border-radius:5px;
	margin:0 4px 0 0;
	width:144px;
	min-width:auto;
}

#search_block [type=submit],
.post-password-form [type=submit] {
	line-height:1.4;
}

.search-form,
.subscribe-form,
.widget_forminator_widget form {
	position:relative;
	padding:0;
	margin-bottom:20px;
}

.widget_forminator_widget form input {
	padding:7px 30px 7px 7px;
	font-size:14px;
	line-height:1.2;
}

.search-form input,
.subscribe-form input,
.widget_forminator_widget form input {
	display:block;
	width:100%;
	border:1px solid #a3ada9;
	border-radius:0;
	margin:0;
	font-weight:500;
	color:#7d8d86;
}

.search-form input::-webkit-input-placeholder,
.subscribe-form input::-webkit-input-placeholder,
.widget_forminator_widget form input::-webkit-input-placeholder {
	color:#7d8d86;
}

.search-form input:-moz-placeholder,
.subscribe-form input:-moz-placeholder,
.widget_forminator_widget form input:-moz-placeholder {
	color:#7d8d86;
}

.search-form input::-moz-placeholder,
.subscribe-form input::-moz-placeholder,
.widget_forminator_widget form input::-moz-placeholder {
	color:#7d8d86;
}

.search-form input:-ms-input-placeholder,
.subscribe-form input:-ms-input-placeholder,
.widget_forminator_widget form input:-ms-input-placeholder {
	color:#7d8d86;
}

.search-form button,
.subscribe-form button,
.widget_forminator_widget form button {
	position:absolute;
	top:50%;
	right:7px;
	z-index:2;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin:0;
	padding:0;
	background:0 0;
	border:0;
	border-radius:0;
	width:20px;
	height:20px;
	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;
	font-size:16px;
	line-height:1;
	color:#7d8d86;
	outline:0;
}

.subscribe-form button {
	right:6px;
	font-size:14px;
}

.search-form button:hover,
.subscribe-form button:hover,
.widget_forminator_widget form button:hover {
	background:0 0;
	color:#7d8d86;
	opacity:.7;
}

.widget_forminator_widget form {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.widget_forminator_widget form .forminator-row {
	margin-bottom:0!important;
}

.widget_forminator_widget form .forminator-button-submit {
	top:18px;
	font-size:0;
	line-height:0;
}

.widget_forminator_widget form .forminator-button-submit:before {
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-family:"icomoon";
	content:"\e900";
	font-size:14px;
	line-height:1;
}

.widget_forminator_widget form .forminator-error-message {
	display:none!important;
}

.widget_forminator_widget form .forminator-response-message {
	padding-top:15px;
	margin-bottom:0;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	font-size:12px;
	color:#7d8d86;
}

.widget_forminator_widget form .forminator-response-message ul {
	border:0;
	margin:0!important;
	padding:0;
	font-size:inherit;
	line-height:inherit;
	font-weight:inherit;
}

.search-form input {
	border-width:0 0 1px;
	padding:10px 30px 10px 0;
	font-family:"basic-sans";
	font-size:20px;
	line-height:1.2;
}

.subscribe-form input {
	padding:7px 30px 7px 7px;
	font-size:14px;
	line-height:1.2;
}

.commentlist {
	margin:0 0 var(--vertical-rhythm);
}

.commentlist .edit-link {
	margin:0;
}

.commentlist .avatar-holder {
	float:left;
	margin:0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
	padding:0;
}

.comment,
.commentlist-holder {
	overflow:hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+ .commentlist-item {
	padding-top:var(--vertical-rhythm);
}

.widget {
	margin-bottom:40px;
}

.widget:last-child,
.widget:last-child ul {
	margin-bottom:0;
}

.widget h3 {
	font-size:20px;
	line-height:1.1;
	font-weight:500;
	margin-bottom:12px;
}

.widget ul {
	font-size:14px;
	line-height:1.07;
	font-weight:500;
	border-top:1px solid rgba(25,48,38,.4);
	padding:12px 0 0;
}

.widget ul li {
	padding-left:0!important;
}

.widget ul li+ li {
	margin-top:14px!important;
}

.widget ul li a {
	color:#7d8d86;
}

.widget ul li .date {
	font-family:inherit;
	font-style:normal;
	font-size:15px;
	line-height:21px;
	color:#637b8c;
}

.widget ul li .date:hover,
.widget ul li .url:hover {
	color:var(--color-brand-dark);
}

.widget ul li .url {
	color:#637b8c;
}

.post-img a,
.widget_recent_posts ul li a {
	display:block;
}

.widget select {
	min-width:inherit;
	width:100%;
}

.widget_calendar #prev {
	padding-left:5px;
	text-align:left;
}

.widget_calendar #next {
	padding-right:5px;
	text-align:right;
}

#calendar_wrap table a {
	font-size:inherit;
}

.navigation,
.navigation-comments,
.pagination {
	padding:30px 0;
	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;
	font-size:14px;
	line-height:1;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position:absolute;
	left:-99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	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;
	min-width:32px;
	height:32px;
	padding:5px;
	margin:0 2px;
	background:#f0f8ed;
}

.navigation .current,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation-comments .current,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.pagination .current,
.pagination .page-numbers:active,
.pagination .page-numbers:hover {
	background:#007d70;
	color:#fff;
}

.navigation .dots,
.navigation-comments .dots,
.pagination .dots {
	background:#f0f8ed!important;
	color:#133125!important;
}

.navigation .al,
.navigation .ar,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .al,
.pagination .ar {
	max-width:50%;
}

.navigation .al a,
.navigation .ar a,
.navigation .next,
.navigation .prev,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next,
.navigation-comments .prev,
.pagination .al a,
.pagination .ar a,
.pagination .next,
.pagination .prev {
	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;
	position:relative;
	background:0 0;
	color:#007d70;
}

.navigation .al a:before,
.navigation .ar a:before,
.navigation .next:before,
.navigation .prev:before,
.navigation-comments .al a:before,
.navigation-comments .ar a:before,
.navigation-comments .next:before,
.navigation-comments .prev:before,
.pagination .al a:before,
.pagination .ar a:before,
.pagination .next:before,
.pagination .prev:before {
	font-family:"icomoon";
	content:"\e900";
	font-size:24px;
	line-height:32px;
}

.navigation .al a.disabled,
.navigation .ar a.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al a.disabled,
.navigation-comments .ar a.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al a.disabled,
.pagination .ar a.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
	pointer-events:none;
}

.navigation .al a:hover,
.navigation .ar a:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.pagination .al a:hover,
.pagination .ar a:hover,
.pagination .next:hover,
.pagination .prev:hover {
	background:0 0;
	color:#007d70;
	opacity:.7;
}

.navigation .al a,
.navigation .prev,
.navigation-comments .al a,
.navigation-comments .prev,
.pagination .al a,
.pagination .prev {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.pagination-full {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

#content .pagination-full {
	margin-right:-291px;
}

.navigation-single {
	margin-bottom:var(--vertical-rhythm);
}

.navigation-single .next,
.navigation-single .prev {
	vertical-align:middle;
	max-width:50%;
	background:#000;
	color:#fff;
	text-decoration:none;
}

.navigation-single .prev {
	float:left;
}

.navigation-single .next a,
.navigation-single .prev a {
	color:inherit;
	text-decoration:none;
	padding:5px;
	display:block;
}

.navigation-single .next {
	float:right;
}

img.border {
	padding:5px;
	border:1px solid #ccc;
}

.wp-caption {
	clear:both;
	max-width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	text-align:center;
	margin:0 0 1.2em;
}

.wp-caption img {
	padding:0;
	border:0;
	vertical-align:top;
	width:auto;
	max-width:100%;
	margin:0 0 7px;
}

.wp-caption p {
	margin:.4em 0 0;
}

.wp-caption.alignnone {
	margin:40px -194px;
	max-width:initial;
	text-align:center;
}

.wp-caption.alignleft {
	margin:10px 35px 0 -194px;
}

.wp-caption.alignright {
	margin:10px -194px 0 35px;
}

.wp-caption.aligncenter {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.wp-caption._full-width {
	margin:56px -194px 73px;
	max-width:initial;
	text-align:center;
}

.wp-caption .wp-caption-text {
	padding:0;
	text-align:left;
	margin:0 0 12px;
}

#content .row-col .post-content .entry-content p:last-child,
#content .row-post .post-content .entry-content p:last-child,
.wp-caption .wp-caption-text:last-child {
	margin-bottom:0;
}

div.aligncenter,
figure.aligncenter {
	margin:50px auto;
	text-align:center;
}

code,
img.aligncenter,
pre {
	display:block;
	margin:0 auto 20px;
}

img.no-margin {
	margin:0;
}

.aligncenter {
	margin:5px auto 20px;
}

.alignleft {
	float:left;
	margin:0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}

.alignright {
	float:right;
	margin:0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}

img.wp-smiley {
	padding:0;
	border:0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
.title h1,
a img.alignnone {
	margin:0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.fluid-iframe {
	display:block;
	position:relative;
	padding-bottom:60%;
}

.fluid-iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}

.mejs-container {
	margin-bottom:var(--vertical-rhythm);
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
	height:auto;
}

.posts-list .post {
	padding:30px;
	margin:0 0 60px;
}

.title {
	margin-bottom:1.2em;
	text-transform:uppercase;
}

.post {
	background:#f0f8ed;
}

.post.page {
	padding:30px;
}

.post .postmetadata,
.post .title {
	margin-bottom:10px;
}

.post .title h3 {
	margin-bottom:1em;
}

.post h3 {
	color:#007d70;
	margin-bottom:4px;
}

.post h3 a:hover {
	text-decoration:underline;
}

.post .info-list {
	color:rgba(19,49,37,.5);
	margin-bottom:15px;
}

.post .info-list li:after {
	background:rgba(19,49,37,.5);
}

.post-img {
	overflow:hidden;
	position:relative;
	z-index:1;
	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;
	background:rgba(255,255,255,.5);
	margin:0;
}

.post-img a:hover img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.post-img img {
	width:100%;
	-webkit-transform-origin:center bottom;
	-ms-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}

.textwidget p {
	padding:0 0 10px;
}

.center {
	text-align:center;
}

.hidden,
code br {
	display:none;
}

code,
pre {
	font-family:mono-space,monospace;
	border:1px solid #eee;
	padding:15px 20px;
	margin:0 0 1.2em;
	overflow:auto;
	white-space:pre;
	font-size:12px;
	line-height:20px;
}

code {
	background:#f6f6f6;
	border-top:0;
	border-bottom:0;
}

abbr,
acronym,
span.caps {
	cursor:help;
}

abbr,
acronym {
	border-bottom:1px dashed #dfcfba;
}

.last {
	margin-right:0!important;
	clear:right;
}

.clear {
	clear:both;
	line-height:0;
}

.page-link {
	padding:0 0 15px;
}

.comments {
	clear:both;
}

#respond {
	margin:20px 0;
	overflow:hidden;
}

#respond .comment-reply-title small {
	font-size:12px;
	font-weight:400;
}

#comments,
#reply-title {
	margin:20px 0;
	font-weight:700;
	font-size:28px;
	color:var(--secondary-color);
}

.commentlist {
	margin-left:-2em;
	padding:0;
	text-align:justify;
	line-height:1.5em;
}

.commentlist .comment {
	padding:1.2em 0 0 2em;
}

.commentlist+ .comment {
	padding-top:1.2em;
}

.commentlist .commentlist {
	padding:0;
}

.commentlist .comment-author {
	margin-bottom:.5em;
}

.commentlist .comment-author b {
	font-size:19px;
	line-height:1.5;
	color:var(--secondary-color);
}

.commentlist .comment-content {
	font-family:inherit;
	font-size:18px;
	line-height:1.4;
	color:var(--base-text-color);
	padding-left:67px;
	margin-top:-26px;
}

.commentlist .comment-metadata {
	margin-bottom:2em;
	margin-top:-30px;
	padding-left:67px;
	text-decoration:underline;
}

.commentlist .comment-author img {
	float:left;
	margin:0 1.2em 4px 0;
	width:48px;
	height:48px;
	border-radius:50%;
}

.comment .comment-respond {
	margin-left:20px;
}

.comment-body,
.commentlist #respond {
	margin:0 0 20px;
}

.comment-body .reply {
	padding-bottom:15px;
	font-weight:700;
	font-size:15px;
	line-height:1.4;
	letter-spacing:1px;
	text-transform:uppercase;
	color:var(--secondary-color);
	padding-left:67px;
	margin-top:-5px;
}

.comment-body .reply a {
	color:inherit;
}

.comment-body .reply a:hover {
	opacity:.7;
}

.parent.comment .comment {
	margin-left:30px;
}

.comment-author.vcard {
	margin-bottom:10px;
}

.breadcrumb {
	padding-bottom:20px;
}

.divider {
	height:80px;
}

.wpcf7-not-valid-tip {
	display:block;
	padding-top:5px;
}

.wpcf7-response-output {
	text-align:center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color:#d93c3c;
}

html div.wpcf7-response-output {
	border:2px solid #398f14;
	padding:5px 15px;
	margin:5px 0;
}

html div.wpcf7-response-output.wpcf7-validation-errors {
	border-color:red;
}

.error input:not([type=submit]) {
	border-color:red!important;
}

.widget .gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
	-webkit-filter:opacity(60%);
	filter:opacity(60%);
}

.gallery-item img {
	-webkit-transition:-webkit-filter var(--animation-duration) ease-in;
	-o-transition:filter var(--animation-duration) ease-in;
	transition:filter var(--animation-duration) ease-in;
	transition:filter var(--animation-duration) ease-in,-webkit-filter var(--animation-duration) ease-in;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.gallery-item dt {
	float:none;
	padding:0;
}

.comment-form .comment-form-cookies-consent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width:auto;
	margin:4px 10px 0 0;
}

#content {
	overflow:hidden;
}

#content .row-post {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -15px;
}

#content .row-post .post {
	width:calc(50% - 30px);
	margin:0 15px 30px;
}

#content .row-post .post-img {
	height:250px;
}

#content .row-post .post-content {
	padding:20px 30px 33px;
}

#content .row-col,
#content .row-col .post {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#content .row-col {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin:0;
}

#content .row-col .post {
	margin:0 0 30px;
	width:100%;
}

#content .row-col .post-img {
	min-width:260px;
	max-width:260px;
	height:auto;
}

#content .entry-content strong {
	display:inline-block;
	font-size:21px;
	line-height:1.4;
	font-weight:700;
	margin-bottom:16px;
}

#content strong {
	display:inline-block;
}

.entry-category {
	display:block;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:15px;
}

.entry-category a,
.items-list .item-text h3,
.meta a {
	color:inherit;
}

.entry-category a:hover,
.meta a:hover,
.post-item blockquote p,
.post-item blockquote q {
	color:#007d70;
}

.entry-category,
.meta {
	color:rgba(19,49,37,.6);
}

#sidebar {
	float:right;
	width:174px;
	margin:0 52px 0 65px;
	padding-top:12px;
	color:#7d8d86;
}

.block {
	width:100%;
	background:#f9f9f9;
	float:left;
	padding:0 20px;
}

.block form {
	margin:0 -12px;
}

.block #respond {
	width:100%;
	margin:0;
}

.gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -1em;
}

.gallery-item {
	display:inline-block;
	vertical-align:top;
	width:50%;
	max-width:50%;
	margin:0;
	padding:0 1em 2em;
	text-align:left;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	background:0 0;
}

.gallery-columns-1 .gallery-item {
	width:100%;
	max-width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-caption {
	display:block;
	text-align:left;
	padding:0 10px 0 0;
	margin-bottom:0;
}

.accordion-list .item.active .item-opener:before,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
label+ br {
	display:none;
}

.content-area {
	padding-top:20px;
}

label {
	display:block;
	padding:0 0 5px;
}

label span {
	margin-left:4px;
}

.form-allowed-tags code {
	white-space:pre-line;
}

.hentry> img {
	margin-bottom:16px;
}

.page-site-header {
	margin-bottom:40px;
	position:relative;
}

.page-site-header:before {
	content:"";
	display:block;
	width:100%;
	padding-top:50%;
}

.page-site-header img {
	-o-object-fit:cover;
	object-fit:cover;
	max-width:none;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.main {
	padding:60px 0;
}

#main .container:after,
#main html #branda-cookie-notice .cookie-notice-container:after,
.clearfix:after,
.main .container:after,
.main html #branda-cookie-notice .cookie-notice-container:after,
html #branda-cookie-notice #main .cookie-notice-container:after,
html #branda-cookie-notice .main .cookie-notice-container:after {
	content:"";
	display:table;
	clear:both;
}

.entry,
.items-list .item-image img {
	width:100%;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
	padding-left:5px;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
	padding-right:5px;
	-ms-flex-negative:0;
	flex-shrink:0;
}

.hero-section {
	position:relative;
	overflow:hidden;
	min-height:790px;
	padding:200px 0 68px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.hero-section .container,
.hero-section html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .hero-section .cookie-notice-container {
	width:100%;
	position:relative;
	z-index:3;
}

.hero-section .title-text {
	color:#fff;
	margin-bottom:0;
}

.video-block {
	position:absolute!important;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}

.video-block .youtube-background {
	z-index:3!important;
	background-image:none!important;
}

.video-block .youtube-poster {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background-size:cover;
}

.video-block._overlay:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	content:"";
	background-color:rgba(19,49,37,.3);
}

.video-block img,
.video-block video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.video-block #video {
	z-index:2;
}

.video-block iframe {
	max-width:initial;
	-webkit-transition:opacity 500ms ease-in-out;
	-o-transition:opacity 500ms ease-in-out;
	transition:opacity 500ms ease-in-out;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	transition-delay:250ms;
}

.hero {
	min-height:410px;
	margin-bottom:80px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.hero .heading {
	margin:0 0 -42px;
}

.intro {
	padding:80px 0;
}

.intro-content {
	padding-left:194px;
}

.intro .h1,
.intro h1 {
	font-weight:400;
	margin-left:-195px;
}

.intro h5 {
	line-height:inherit;
	margin-bottom:0;
}

.intro .btns {
	padding:13px 0 0;
}

.intro .btn {
	margin:0 15px 15px 0;
}

.intro .image {
	padding:26px 0 34px;
}

.intro p+ h2 {
	margin-top:32px;
}

.intro .list-style,
.intro .list-style p {
	margin-bottom:0;
}

.intro .list-style li+ li {
	margin-top:12px;
}

.intro-contacts form textarea {
	height:200px;
}

.video,
.video-text {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.video {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.video-text {
	width:calc(50% - 179px);
	min-height:525px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:90px 70px 90px 0;
}

.video-content {
	width:calc(50% + 179px);
	position:relative;
	z-index:1;
}

.video .container,
.video html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .video .cookie-notice-container {
	max-width:340px;
	margin:0 0 0 auto;
}

.article h2,
.post-item h2,
.video h2 {
	margin-bottom:20px;
}

.video .btn-link {
	margin-top:50px;
}

.quote blockquote {
	padding:100px 0;
	margin:0;
}

.article,
.article-text {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.article,
.article._reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.article._reversed {
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
}

.article._reversed .container,
.article._reversed html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .article._reversed .cookie-notice-container {
	margin:0;
}

.article._reversed ._decor-green-hz:before {
	left:139px;
	right:0;
	background-position:0 0;
}

.article-text {
	width:calc(50% - 179px);
	min-height:525px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:90px 70px;
}

.article-content {
	width:calc(50% + 179px);
	position:relative;
	z-index:1;
}

.article .container,
.article html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .article .cookie-notice-container {
	max-width:650px;
	margin:0 0 0 auto;
}

.article .btn-link {
	margin-top:50px;
}

.cta,
.post-list {
	padding:80px 0;
}

.cta .h1,
.cta h1 {
	margin-bottom:24px;
}

.cta p {
	margin-bottom:36px;
}

.post-list .h1,
.post-list h1 {
	margin-bottom:60px;
}

.post-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.post-item._reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.post-item._reversed .post-item-content {
	padding-left:55px;
	padding-right:86px;
}

.post-item+ .post-item {
	margin-top:60px;
}

.post-item-image {
	width:48.7%;
}

.post-item-content {
	width:51.3%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0 70px 0 86px;
}

.post-item p {
	margin-bottom:16px;
}

.post-item blockquote {
	padding:0;
	margin:0 0 40px;
}

.post-item blockquote cite {
	padding:18px 0 0;
}

.post-item .btn-link-alt {
	margin-top:18px;
}

.slider-section {
	padding:80px 0;
}

.slider-section-intro {
	margin-bottom:57px;
}

.slider-section-intro .h1,
.slider-section-intro h1 {
	margin-bottom:20px;
}

.slider-image-text {
	position:relative;
}

.slider-image-text .slick-slider {
	font-size:0;
	line-height:0;
	outline:0;
}

.slider-image-text .slide {
	position:relative;
	overflow:hidden;
}

.slider-image-text .slide-wrap {
	min-height:620px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	position:relative;
}

.slider-image-text .slide-box {
	width:calc(50% - 15px);
	background:#fff;
	position:relative;
	z-index:1;
	margin:55px 30px;
	padding:61px 67px 80px;
	font-size:16px;
	line-height:1.625;
}

.slider-image-text .slide-box:after,
.slider-image-text .slide-box:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	content:"";
	background:#fff;
}

.slider-image-text .slide-box:after {
	left:25px;
	right:-30px;
	bottom:-30px;
	z-index:-2;
	background:url(../img/decor-05-green.png) 100% 100%;
	background-size:271px 271px;
}

.slider-image-text .bg-img {
	width:calc(50% + 227px);
}

.slider-image-text h2 {
	margin-bottom:23px;
}

.slider-image-text .btn-link-alt {
	margin-top:35px;
}

.slick-arrow,
.slick-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.slick-nav {
	position:absolute;
	bottom:55px;
	right:30px;
	z-index:10;
	width:calc(50% - 15px);
	padding:0 0 24px 67px;
}

.slick-arrow {
	width:15px;
	height:15px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	background:0 0;
	border:0;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	color:#133125;
	outline:0;
}

.slick-arrow:before {
	display:inline-block;
	font-family:"icomoon";
	content:"\e900";
	font-size:15px;
	line-height:1;
}

.slick-arrow:hover {
	color:#007d70;
}

.slick-arrow.slick-prev:before {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.slick-counter {
	margin:0 2px 0 14px;
	font-family:"basic-sans";
	font-weight:400;
	letter-spacing:11px;
	color:rgba(19,49,37,.5);
}

.image-hero {
	position:relative;
	height:500px;
}

.accordion-wrap {
	padding:80px 0;
}

.accordion-intro {
	margin-bottom:37px;
}

.accordion .h1,
.accordion h1 {
	margin-bottom:23px;
}

.accordion-list .item {
	background:#fff;
}

.accordion-list .item:hover {
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.1);
	box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.accordion-list .item+ .item {
	margin-top:10px;
}

.accordion-list .item-opener {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	padding:32px 70px 32px 40px;
}

.accordion-list .item-opener:hover {
	color:inherit;
	text-decoration:underline;
}

.accordion-list .item-opener:hover:after,
.accordion-list .item-opener:hover:before {
	background:#133125;
}

.accordion-list .item-opener:after,
.accordion-list .item-opener:before {
	position:absolute;
	top:50%;
	right:45px;
	z-index:2;
	content:"";
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:3px;
	height:33px;
	background:#6ba539;
}

.accordion-list .item-opener:after {
	right:30px;
	width:33px;
	height:3px;
}

.accordion-list .item-content {
	overflow:hidden;
	padding:0 106px 36px;
}

.accordion-list h2,
.items-list h3 {
	color:#007d70;
	margin-bottom:0;
}

.accordion-list .ico {
	width:80px;
	min-width:80px;
	height:80px;
	margin:-40px 6px -40px -29px;
	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;
}

.items {
	padding:80px 0;
}

.items-intro {
	margin-bottom:36px;
}

.items-intro .h1,
.items-intro h1 {
	margin-bottom:20px;
}

.items-bottom-text {
	padding:7px 0 0;
	font-size:14px;
}

.items-list .row {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.items-list .row .col {
	padding-bottom:30px;
}

.items-list .row .col._has-decor {
	padding-bottom:60px;
}

.items-list .item {
	display:block;
	height:100%;
	position:relative;
	background:#133125;
	font-weight:500;
	color:#fff;
}

.items-list .item._bg-brown .item-content {
	background:#2e281d;
}

.items-list .item._bg-brown h2,
.items-list .item._bg-brown h3 {
	color:#f98e2c;
}

.items-list .item-image {
	overflow:hidden;
}

.items-list .item-content,
.items-list .item-text {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.items-list .item-content {
	position:relative;
	z-index:2;
	padding:15px 25px 43px;
	background:#133125;
	-webkit-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.items-list .item-text {
	padding:22px 20px 20px;
	height:100%;
	color:#133125;
}

.items-list h2 {
	font-size:50px;
	line-height:1.2;
	color:#6ba539;
	margin-bottom:3px;
}

.items-list h3 {
	font-size:34px;
	line-height:1.06;
	color:#6ba539;
}

.items-list p {
	margin:0;
}

.items-list .btn-link {
	margin-top:37px;
}

.items-list-alt .item {
	overflow:hidden;
}

.items-list-alt .item:hover .item-content {
	margin:-70px 0 0;
}

.items-list-alt .item-content {
	min-height:170px;
	margin:0 0 -70px;
	padding-bottom:20px;
}

.items-list-alt .item-content._secondary-height {
	min-height:220px;
}

.items-list-large .item-content {
	padding:25px 60px 61px 33px;
	height:auto;
}

.items-list-large h3 {
	margin-bottom:28px;
}

.items-list-slider .slick-list {
	margin:0 -15px;
}

.items-list-slider .slick-track {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.items-list-slider .slick-slide {
	float:none!important;
	height:auto;
	padding:0 15px 30px;
	outline:0;
}

.items-list-slider .slick-slide> div,
.items-list-slider .slide {
	height:100%;
}

.items-list-slider .slick-arrow {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:34px;
	height:34px;
	color:#007d70;
}

.items-list-slider .slick-arrow:before {
	font-size:32px;
}

.items-list-slider .slick-arrow.slick-prev {
	left:-60px;
}

.items-list-slider .slick-arrow.slick-next {
	right:-60px;
}

.items-list-slider .slick-arrow:hover,
.logos-list-slider .slick-arrow:hover {
	color:#133125;
}

.logos {
	padding:80px 0;
}

.logos-intro {
	margin-bottom:36px;
}

.logos h2 {
	margin-bottom:20px;
}

.logos .btn {
	margin-top:10px;
}

.logos-list,
.logos-list a,
.logos-list-slider 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;
}

.logos-list {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -15px;
}

.logos-list li,
.logos-list-slider .slick-slide {
	padding:0 15px 30px;
}

.logos-list a,
.logos-list-slider a {
	width:164px;
	height:130px;
	background:#fff;
}

.logos-list-slider {
	margin:0 -15px;
	font-size:0;
	line-height:0;
}

.logos-list-slider .slick-arrow {
	position:absolute;
	top:50%;
	z-index:10;
	-webkit-transform:translateY(calc(50% - 47px));
	-ms-transform:translateY(calc(50% - 47px));
	transform:translateY(calc(50% - 47px));
	width:32px;
	height:32px;
	color:#007d70;
}

.logos-list-slider .slick-arrow:before {
	font-size:32px;
	line-height:1;
}

.logos-list-slider .slick-arrow.slick-prev {
	left:-40px;
}

.logos-list-slider .slick-arrow.slick-next {
	right:-40px;
}

.logos-list-slider a {
	margin:0 auto;
}

.boxes {
	padding:80px 0;
}

.boxes-intro {
	margin-bottom:74px;
}

.boxes .row .col {
	padding-bottom:30px;
}

.boxes .box {
	display:block;
	min-height:260px;
	height:100%;
	border:1px solid #6ba539;
	position:relative;
}

.boxes .box:hover {
	border-color:#133125;
}

.boxes .box:hover .box-hover {
	opacity:1;
	visibility:visible;
}

.boxes .box-text {
	padding:20px;
}

.boxes .box-image {
	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:100%;
	min-height:258px;
}

.boxes .box-hover {
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	padding:28px 20px 45px;
	background:#133125;
	font-size:18px;
	line-height:1.333;
	font-weight:500;
	color:#f0f8ed;
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
}

.boxes .box h2,
.post-box h3 {
	color:#6ba539;
	margin-bottom:16px;
}

.boxes .h1,
.boxes h1 {
	margin-bottom:20px;
}

.bio h1,
.boxes .ico {
	margin-bottom:13px;
}

.team,
.text-section {
	padding:80px 0;
}

.text-section .image {
	margin:32px -100px 62px;
}

.team .container,
.team html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .team .cookie-notice-container {
	position:relative;
	padding-left:214px;
}

.team-nav {
	position:absolute;
	top:-12px;
	left:-48px;
	z-index:2;
	width:232px;
	padding:30px 25px;
	-webkit-transition:-webkit-transform .25s linear;
	-o-transition:transform .25s linear;
	transition:transform .25s linear;
	transition:transform .25s linear,-webkit-transform .25s linear;
}

._header-showed .fixed-position .team-nav {
	-webkit-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
}

.team-nav:after,
.team-nav:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	content:"";
	background:#fff;
}

.team-nav:after {
	top:8px;
	left:-30px;
	bottom:-35px;
	right:auto;
	z-index:-2;
	width:127px;
	background:url(../img/decor-10-green.png);
	background-size:127px 125px;
}

.team-nav ul {
	font-family:"basic-sans";
	font-size:20px;
	margin:0;
}

.team-nav ul li {
	padding:7px 4px;
	border-bottom:1px solid rgba(25,48,38,.4);
}

.team-nav ul a {
	color:rgba(19,49,37,.55);
	outline:0;
}

.team-nav ul a.anchor-active,
.team-nav ul a:hover {
	text-decoration:underline;
	color:#007d70;
}

.team-items+ .team-items {
	margin-top:84px;
}

.team-items .row {
	margin-bottom:-30px;
}

.team-items .row .col {
	padding-bottom:30px;
}

.team-items .item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%;
	padding:20px;
	background:#f0f8ed;
	font-size:14px;
	line-height:1.07;
	color:#007d70;
}

.team-items .item:hover {
	background-color:#007d70;
	color:#fff;
}

.team-items .item:hover * {
	color:inherit;
}

.team-items .item-image {
	width:120px;
	min-width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	margin:0 21px 0 0;
}

.team-items h2 {
	margin:0 0 30px 15px;
}

.team-items .h4,
.team-items h4 {
	color:#133125;
	margin:0 -5px 22px 0;
}

.bio h2,
.team-items .h4 span,
.team-items h4 span {
	font-family:"Montserrat","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.team-items .h4 span,
.team-items h4 span {
	display:block;
	padding-top:4px;
	font-size:16px;
}

.team-items p {
	margin-bottom:0;
}

.bio {
	overflow:hidden;
	padding:80px 0;
}

.bio .container,
.bio html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .bio .cookie-notice-container {
	padding-left:215px;
	position:relative;
}

.bio-heading {
	background:#f0f8ed;
	position:relative;
	z-index:1;
	padding:26px 0 23px;
	margin-bottom:37px;
}

.bio-heading:before,
.bio-image:before {
	position:absolute;
	z-index:-1;
	content:"";
}

.bio-heading:before {
	top:-9999px;
	left:-9999px;
	right:-9999px;
	bottom:0;
	background:#f0f8ed;
}

.bio-image {
	position:absolute;
	top:0;
	left:-292px;
	z-index:2;
	width:260px;
	height:260px;
}

.bio-image:before {
	right:80%;
	bottom:21%;
	width:9999px;
	height:60px;
	background:url(../img/decor-11-green.png) repeat-x 100% 0;
	background-size:271px 60px!important;
}

.bio-image,
.bio-image img {
	border-radius:50%;
}

.bio .sub-ttl {
	margin-bottom:12px;
}

.bio h2 {
	font-size:2rem;
}

.bio .btn {
	margin-top:40px;
}

.intro-post {
	padding-bottom:60px;
}

.intro-post+ .main {
	padding-top:0;
}

.intro-post h1,
.post-box {
	margin-bottom:40px;
}

.post-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background-color:#133125;
	color:#fff;
}

.post-box-image {
	width:57%;
	position:relative;
	z-index:1;
}

.post-box-content {
	width:43%;
	padding:38px 30px 69px;
}

.post-box .sub-ttl {
	color:rgba(240,248,237,.4);
	margin-bottom:14px;
}

.post-box h3 {
	line-height:1.143;
	margin-bottom:3px;
}

.post-box .info-list {
	color:rgba(240,248,237,.5);
}

.post-box .info-list li:after {
	background:rgba(240,248,237,.5);
}

.post-box .btn-link-alt:hover,
.post-box .info-list a:hover {
	color:#fff;
}

.post-section {
	padding:0 0 80px;
}

.post-section .entry-header {
	padding:80px 0 60px;
	margin-bottom:69px;
	position:relative;
	z-index:1;
	background:#f0f8ed;
}

.post-section .entry-header:before {
	position:absolute;
	bottom:-30px;
	right:50%;
	z-index:3;
	content:"";
	width:9999px;
	height:60px;
	background:url(../img/decor-04-green.png) 100% 0;
	background-size:271px 60px;
}

.post-section .entry-header:after {
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
	z-index:-1;
	content:"";
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	width:9999px;
	background:#f0f8ed;
}

.post-section h1 {
	margin-bottom:24px;
}

.post-section .info-list {
	color:rgba(19,49,37,.6);
}

.post-section .info-list li:after {
	background-color:rgba(19,49,37,.6);
}

.post-section h2,
.widget-block h2 {
	margin-bottom:30px;
}

.post-section .wp-caption {
	margin:56px -194px 73px;
	max-width:inherit;
}

.post-section .wp-caption-text {
	text-align:left;
}

.share {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:42px;
}

.share .share-ttl {
	font-family:"basic-sans";
	font-size:20px;
	line-height:1.2;
	font-weight:500;
	color:#7d8d86;
	margin:0 15px 0 0;
}

.intro-contacts form,
.share .social-links,
.timeline p,
.widget-block ul p {
	margin:0;
}

.share .social-links li {
	margin:0 10px 0 0;
}

.share .social-links a {
	color:#7d8d86;
}

.share .social-links a:hover {
	opacity:1;
	color:#193026;
}

.story-section,
.video-section,
.widget-block {
	padding:80px 0;
}

.widget-block .h1,
.widget-block h1 {
	margin-bottom:38px;
}

.widget-block ul {
	margin:0 0 36px;
}

.widget-block ul li+ li {
	margin-top:13px;
}

.widget-block ul a:not(.btn) {
	font-weight:700;
	text-decoration:underline;
	color:inherit;
}

.widget-block ul a:not(.btn):hover {
	text-decoration:none;
	color:#007d70;
}

.video-section .row {
	margin-bottom:-30px;
}

.video-section .row .col {
	padding-bottom:30px;
}

.video-section h2 {
	margin-bottom:50px;
}

.story-section[class*=_decor] {
	padding-top:105px;
}

.story-section .h1,
.story-section h1 {
	margin-bottom:82px;
}

.timeline {
	position:relative;
	z-index:1;
	padding:34px 0;
}

.timeline:after {
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
	z-index:-1;
	content:"";
	margin-left:-1px;
	width:2px;
	background:#133125;
}

.timeline-item {
	padding:0 34px 118px 60px;
}

.timeline-item:last-child {
	padding-bottom:0;
	position:relative;
}

.timeline-item:last-child:after {
	position:absolute;
	top:252px;
	left:-1px;
	bottom:-34px;
	z-index:1;
	content:"";
	width:2px;
	background:#f0f8ed;
}

.timeline._last-item-left .timeline-item:last-child:after {
	left:auto;
	right:-1px;
}

.timeline-content {
	padding:30px 40px 24px;
	background:#fff;
	position:relative;
	z-index:1;
}

.timeline-content:after,
.timeline-content:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	content:"";
	background:#fff;
}

.timeline-content:after {
	top:30px;
	left:28px;
	right:-35px;
	bottom:-37px;
	z-index:-2;
	background:url(../img/decor-05-green.png) 100% 100%;
	background-size:170px 170px;
}

.timeline .image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	min-height:173px;
	margin:0 -10px 23px;
}

.timeline h2 {
	position:relative;
	color:#007d70;
	margin-bottom:22px;
}

.timeline h2:after,
.timeline h2:before {
	position:absolute;
	top:50%;
	z-index:3;
	content:"";
	background:#007d70;
}

.timeline h2::before {
	right:calc(100% + 10px);
	width:90px;
	height:2px;
}

.timeline h2:after {
	left:-107px;
	margin-top:-7px;
	width:15px;
	height:15px;
	border-radius:50%;
}

.content-module {
	padding:80px 0;
}

.content-module p+ h2 {
	margin-top:30px;
}

.intro-contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.intro-contacts .col:nth-child(1) {
	width:320px;
	padding-right:50px;
}

.intro-contacts .col:nth-child(2) {
	width:calc(100% - 320px + 195px);
	margin-right:-195px;
}

.intro-contacts a {
	color:#016258;
}

.intro-contacts a:hover {
	text-decoration:none;
}

.intro-contacts form input#forminator-field-email-1::-webkit-input-placeholder {
	font-weight:inherit;
	color:#133125;
}

.intro-contacts form input#forminator-field-email-1::-moz-placeholder {
	font-weight:inherit;
	color:#133125;
}

.intro-contacts form input#forminator-field-email-1:-ms-input-placeholder {
	font-weight:inherit;
	color:#133125;
}

.intro-contacts form input#forminator-field-email-1::-ms-input-placeholder {
	font-weight:inherit;
	color:#133125;
}

.intro-contacts form input#forminator-field-email-1::placeholder {
	font-weight:inherit;
	color:#133125;
}

.intro-contacts form .forminator-error-message {
	font-size:14px;
	color:red;
}

@media (min-width:30em) {
	.gallery {
		margin:0 -.5em;
	}

	.gallery-item {
		padding:0 .5em 1.8em;
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

@media (min-width:768px) {
	.commentlist-item .commentlist-item {
		padding:0 0 0 2em;
	}
}

@media (min-width:48em) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (min-width:1024px) {
	.admin-bar .header {
		top:32px!important;
	}

	.admin-bar .header._sticked {
		top:-140px!important;
	}

	.admin-bar .header._showed {
		top:0!important;
	}

	.gallery-item {
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}

	.timeline {
		overflow:hidden;
	}

	.timeline-item {
		width:50%;
	}

	.timeline-item:nth-child(odd) {
		float:right;
	}

	.timeline-item:nth-child(even) {
		float:left;
		padding-left:35px;
		padding-right:60px;
		text-align:right;
	}

	.timeline-item:nth-child(even) .timeline-content:after {
		right:28px;
		left:-35px;
	}

	.timeline-item:nth-child(even) .image {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
	}

	.timeline-item:nth-child(even) h2:before {
		left:calc(100% + 10px);
		right:auto;
	}

	.timeline-item:nth-child(even) h2:after {
		left:auto;
		right:-107px;
	}

	.timeline-item:nth-child(2) {
		margin-top:245px;
	}
}

@media (min-width:1366px) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (max-width:1679px) {
	.article-text {
		padding:90px 50px;
	}
}

@media (max-width:1445px) {
	.hero-section {
		min-height:650px;
	}
}

@media (max-width:1365px) {
	._decor-green-hz:before,
	._decor-orange-hz:before {
		right:100px;
	}

	.footer-contacts {
		min-width:250px;
		max-width:250px;
		margin-left:15px;
	}

	.nav .has-mega-menu .mega-menu .container,
	.nav .has-mega-menu .mega-menu html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .nav .has-mega-menu .mega-menu .cookie-notice-container {
		padding:30px 15px 45px;
	}

	.video-text {
		min-height:450px;
		padding-right:50px;
	}

	.quote._decor-orange-vt {
		padding-left:80px;
	}

	.article._reversed ._decor-green-hz:before {
		left:100px;
	}

	.article-text {
		width:calc(50% - 100px);
		min-height:450px;
		padding:90px 30px;
	}

	.article-content {
		width:calc(50% + 100px);
	}

	.post-item-content,
	.post-item-image {
		width:50%;
	}

	.image-hero {
		height:400px;
	}

	.items-list h2 {
		font-size:46px;
	}

	.items-list h3 {
		font-size:30px;
	}

	.items-list-slider .slick-list {
		margin:0;
	}

	.items-list-slider .slick-arrow {
		width:30px;
		height:30px;
	}

	.items-list-slider .slick-arrow:before {
		font-size:20px;
	}

	.items-list-slider .slick-arrow.slick-prev {
		left:-17px;
	}

	.items-list-slider .slick-arrow.slick-next {
		right:-17px;
	}

	.logos-list-slider .slick-arrow.slick-prev {
		left:-30px;
	}

	.logos-list-slider .slick-arrow.slick-next {
		right:-30px;
	}

	.boxes .box-hover {
		font-size:16px;
	}

	.team .container,
	.team html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .team .cookie-notice-container {
		padding-left:280px;
	}

	.team-nav {
		left:30px;
	}

	.timeline-item:last-child:after {
		top:252px;
	}
}

@media (max-width:1279px) {
	.logos-list-slider .slick-arrow.slick-prev {
		left:-10px;
	}

	.logos-list-slider .slick-arrow.slick-next {
		right:-10px;
	}
}

@media (max-width:1199px) {
	.wp-caption.alignnone {
		margin:30px -120px;
	}

	.wp-caption.alignleft {
		margin:10px 35px 0 -120px;
	}

	.wp-caption.alignright {
		margin:10px -120px 0 35px;
	}

	.wp-caption._full-width {
		margin:56px -120px 73px;
	}

	.intro .h1,
	.intro h1 {
		margin-left:-118px;
	}

	.logos-list-slider {
		margin:0 25px;
	}

	.logos-list-slider .slick-arrow.slick-prev {
		left:-30px;
	}

	.logos-list-slider .slick-arrow.slick-next {
		right:-30px;
	}

	.logos-list-slider a {
		width:100%;
		max-width:164px;
	}

	.post-section .wp-caption {
		margin:56px -120px 73px;
	}

	.intro-contacts .col:nth-child(2) {
		width:calc(100% - 320px + 120px);
		margin-right:-120px;
	}
}

@media (max-width:1024px) {
	html {
		font-size:calc(var(--rem-base) - 1.5px);
	}

	.timeline-item:last-child:after {
		top:249px;
	}
}

@media (max-width:1023px) {
	.btn-play {
		font-size:120px;
	}

	.title-text {
		font-size:7rem;
	}

	._main-heading {
		margin:0 0 80px;
	}

	#wpadminbar,
	._t-hidden {
		display:none!important;
	}

	._t-visible {
		display:block!important;
	}

	.top-bar {
		font-size:14px;
	}

	.top-bar .close {
		top:16px;
		width:16px;
		height:16px;
		background-size:cover;
	}

	.footer-main {
		padding:40px 0 50px;
	}

	.footer-main .container,
	.footer-main html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .footer-main .cookie-notice-container {
		display:block;
	}

	.footer-contacts {
		margin:50px 0 0;
		min-width:0;
		max-width:inherit;
		text-align:center;
	}

	.footer .btns {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.footer .link {
		font-size:20px;
	}

	.footer .social-links {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.footer-bottom {
		padding:20px 0;
		text-align:center;
	}

	.footer-bottom .container,
	.footer-bottom html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .footer-bottom .cookie-notice-container {
		display:block;
		padding-left:100px;
		padding-right:100px;
	}

	.footer-logos {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		margin-bottom:20px;
	}

	.footer .logo {
		margin-bottom:-32px;
	}

	.accordion-intro br,
	.items-intro br,
	.logos-intro br,
	.nav,
	.slider-section-intro br {
		display:none;
	}

	.nav-drop .nav .header-menu {
		padding-bottom:36px;
	}

	.nav-drop .nav .header-menu+ .header-menu {
		border-top:1px solid #007d70;
		padding-top:38px;
	}

	.nav-drop .nav .header-menu.main-menu {
		display:block;
	}

	.nav-drop .nav .social-links {
		margin-top:42px;
	}

	.comment-form input:not([type=submit]),
	.comment-form textarea {
		width:100%;
	}

	#content .pagination-full {
		margin-right:0;
	}

	.wp-caption.alignnone {
		margin:30px 0;
	}

	.wp-caption.alignleft {
		max-width:50%;
		margin:10px 35px 0 0;
	}

	.wp-caption.alignright {
		max-width:50%;
		margin:10px 0 0 35px;
	}

	.wp-caption._full-width {
		margin:50px 0;
	}

	img.alignleft,
	img.alignright {
		max-width:50%;
	}

	.divider {
		height:40px;
	}

	:root {
		margin-top:0!important;
	}

	.admin-bar .main-header {
		margin-top:0!important;
	}

	#content {
		margin-bottom:50px;
	}

	#sidebar {
		float:none;
		width:auto;
		margin:0;
		padding:0;
	}

	.main> .container,
	html #branda-cookie-notice .main> .cookie-notice-container {
		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;
	}

	.hero-section {
		min-height:500px;
		padding:150px 0 40px;
	}

	.hero {
		min-height:350px;
	}

	.intro .h1,
	.intro h1 {
		margin-left:0;
	}

	.video-text {
		width:calc(50% - 50px);
		padding:60px 50px 60px 0;
	}

	.video-content {
		width:calc(50% + 50px);
	}

	.video .btn-link {
		margin-top:30px;
	}

	.article {
		display:block;
	}

	.article._reversed ._decor-green-hz:before {
		left:0;
		right:100px;
		background-position:100% 0;
	}

	.article-text {
		width:auto;
		min-height:0;
		padding:60px 0 40px!important;
	}

	.article-content {
		width:100%;
		height:300px;
	}

	.article .container,
	.article html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .article .cookie-notice-container {
		max-width:inherit;
		margin:0;
	}

	.article .btn-link {
		margin-top:30px;
	}

	.post-item._reversed .post-item-content {
		padding-left:15px;
		padding-right:30px;
	}

	.post-item-content {
		padding:0 15px 0 30px;
	}

	.slider-image-text .slide-wrap {
		min-height:0;
	}

	.slider-image-text .slide-box {
		width:60%;
		padding:40px 40px 80px;
	}

	.slider-image-text .btn-link-alt {
		margin-top:20px;
	}

	.slick-nav {
		width:60%;
		padding-left:40px;
	}

	.image-hero {
		height:350px;
	}

	.accordion-list .item-content {
		padding:0 30px 30px 100px;
	}

	.items-list .row .col {
		width:50%;
	}

	.items-list h2 {
		font-size:42px;
	}

	.items-list h3 {
		font-size:30px;
	}

	.items-list-large .item-content {
		padding:25px 25px 60px;
	}

	.boxes .row .col {
		width:33.33%;
	}

	.bio .container,
	.bio html #branda-cookie-notice .cookie-notice-container,
	.team .container,
	.team html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .bio .cookie-notice-container,
	html #branda-cookie-notice .team .cookie-notice-container {
		padding-left:20px;
	}

	.team-nav {
		position:relative!important;
		top:auto!important;
		left:auto!important;
		width:auto!important;
		-webkit-transform:none!important;
		-ms-transform:none!important;
		transform:none!important;
		margin:0 30px 80px;
	}

	.bio {
		text-align:center;
	}

	.bio-heading {
		padding:0 0 60px;
		margin-bottom:60px;
	}

	.bio-image {
		position:static;
		margin:0 auto 30px;
	}

	.bio-image:before {
		right:50%;
		bottom:-30px;
	}

	.post-box-content,
	.post-box-image {
		width:50%;
	}

	.post-section .wp-caption {
		margin:50px 0;
	}

	.timeline:after {
		left:0;
		margin-left:0;
	}

	.timeline-item:last-child:after {
		left:0;
	}

	.timeline._last-item-left .timeline-item:last-child:after {
		left:0;
		right:auto;
	}

	.intro-contacts .col:nth-child(2) {
		width:calc(100% - 320px);
		margin-right:0;
	}
}

@media (max-width:1000px) {
	.block {
		padding-bottom:30px;
	}

	.page-site-header {
		margin-top:20px;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
}

@media (max-width:768px) {
	html {
		font-size:calc(var(--rem-base) - 2px);
	}

	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size:15px;
	}
}

@media (max-width:767px) {
	._main-heading {
		margin:0 0 60px;
	}

	blockquote cite {
		padding:24px 0 0 30px;
	}

	._offset-top {
		margin-top:60px;
	}

	._offset-bottom {
		margin-bottom:60px;
	}

	._m-hidden {
		display:none!important;
	}

	._m-visible {
		display:block!important;
	}

	.header-menu-wrapper {
		padding:32px 0;
	}

	.header-menu-wrapper .logo {
		max-width:158px;
		margin:0 20px 0 0;
	}

	.header-menu-wrapper .btn {
		margin:0 26px 0 auto;
	}

	.nav-opener {
		width:25px;
		height:23px;
	}

	.nav-opener span {
		top:12px;
	}

	.nav-opener:before {
		top:3px;
	}

	.nav-opener:after {
		top:21px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width:100%;
		float:none;
	}

	.wp-caption.alignleft {
		max-width:100%;
		margin:50px auto;
	}

	.wp-caption.alignright {
		max-width:100%;
		margin:30px auto;
	}

	div.aligncenter,
	figure.aligncenter {
		margin:30px auto;
	}

	img.alignright {
		float:right;
		margin:0 0 10px var(--vertical-rhythm);
	}

	img.alignleft {
		float:left;
		margin:0 var(--vertical-rhythm) 10px 0;
	}

	.alignleft,
	.alignright {
		float:none;
		margin:0 auto 10px;
	}

	#content .row-post .post,
	.posts-list .post {
		margin:0 0 20px;
	}

	.commentlist {
		margin-left:0;
	}

	.commentlist .comment {
		padding:0;
	}

	.divider {
		display:none;
	}

	#content .row-post {
		margin:0;
	}

	#content .row-post .post {
		width:100%;
	}

	input[type=reset]+ input[type=submit] {
		margin-top:10px;
	}

	.hero {
		min-height:300px;
	}

	.intro {
		padding:60px 0;
	}

	.video,
	.video-text {
		display:block;
	}

	.video-text {
		width:auto;
		min-height:0;
		padding:60px 0 40px;
	}

	.video-content {
		width:100%;
		height:300px;
	}

	.video .container,
	.video html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .video .cookie-notice-container {
		max-width:inherit;
		margin:0;
	}

	.quote._decor-orange-vt {
		padding-left:60px;
	}

	.quote blockquote {
		padding:80px 0;
	}

	.cta,
	.post-list,
	.slider-section {
		padding:60px 0;
	}

	.post-list .h1,
	.post-list h1 {
		margin-bottom:40px;
	}

	.post-item blockquote {
		margin:0 0 16px;
	}

	.slider-image-text .slide-wrap {
		display:block;
		position:static;
	}

	.slider-image-text .slide-box {
		width:auto;
		margin:200px 50px 50px;
	}

	.slider-image-text .bg-img {
		width:100%;
		height:300px;
	}

	.slick-nav {
		left:0;
		right:0;
		width:auto;
		padding-left:0;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.image-hero {
		height:300px;
	}

	.accordion-wrap,
	.bio,
	.boxes,
	.items,
	.logos,
	.team,
	.text-section {
		padding:60px 0;
	}

	.accordion-list .item-content {
		padding:0 30px 30px;
	}

	.items-list-alt .item-content {
		min-height:160px;
	}

	.items-list-alt .item-content._secondary-height {
		min-height:210px;
	}

	.boxes .row .col {
		width:50%;
	}

	.boxes .box-hover {
		font-size:18px;
	}

	.boxes .box h2 {
		font-size:30px;
	}

	.post-box {
		display:block;
	}

	.post-box-image {
		width:auto;
		height:300px;
	}

	.post-box-content {
		width:auto;
	}

	.story-section,
	.video-section,
	.widget-block {
		padding:60px 0;
	}

	.story-section[class*=_decor] {
		padding-top:80px;
	}

	.story-section .h1,
	.story-section h1 {
		margin-bottom:60px;
	}

	.timeline-item {
		padding-bottom:100px;
	}

	.content-module {
		padding:60px 0;
	}

	.intro-contacts {
		display:block;
	}

	.intro-contacts .col {
		width:auto!important;
	}

	.intro-contacts .col:nth-child(1) {
		padding:0 0 30px;
	}
}

@media (max-width:667px) {
	html {
		font-size:calc(var(--rem-base) - 2.5px);
	}

	table th {
		padding:10px 5px;
	}

	table td {
		padding:7px 5px;
	}
}

@media (max-width:666px) {
	.btn-play {
		font-size:100px;
	}

	.title-text {
		font-size:5rem;
	}

	.title-text br {
		display:none;
	}

	._decor-green2-hz:before,
	._decor-green5-hz:before {
		width:auto;
		right:100px;
	}

	._sm-hidden {
		display:none!important;
	}

	._sm-visible {
		display:block!important;
	}

	.row {
		display:block;
		margin-left:0;
		margin-right:0;
	}

	.row .col {
		padding-left:0;
		padding-right:0;
		width:auto!important;
	}

	.top-bar .container,
	.top-bar html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .top-bar .cookie-notice-container {
		padding-right:40px;
	}

	.footer-nav {
		padding:0 0 40px;
	}

	.footer-contacts {
		margin:0;
	}

	.footer-bottom .container,
	.footer-bottom html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .footer-bottom .cookie-notice-container {
		padding-left:15px;
		padding-right:15px;
	}

	.footer-logos {
		margin:0 50px;
	}

	.footer-logos li {
		margin:0 15px 20px;
	}

	.footer .logo {
		max-width:80px;
		margin-bottom:-20px;
	}

	#wp-calendar {
		width:100%;
	}

	.comment-body .reply {
		padding-bottom:0;
	}

	.parent.comment .comment {
		margin-left:5%;
	}

	#content .row-post .post-img {
		width:100%;
		max-width:100%;
		height:calc(100vw - 40px);
		max-height:400px;
	}

	#content .row-post .post-content {
		padding:20px;
	}

	#content .row-col .post {
		display:block;
		margin:0 0 20px;
	}

	#content .row-col .post-img {
		width:100%;
		max-width:100%;
		height:calc(100vw - 40px);
		max-height:400px;
	}

	.hero-section {
		min-height:350px;
		padding:140px 0 20px;
	}

	.hero {
		min-height:250px;
	}

	.post-item {
		display:block;
	}

	.post-item-image {
		width:auto;
	}

	.post-item-content {
		width:auto;
		display:block;
		padding:30px 0 0;
	}

	.slider-image-text .slide-box {
		padding:30px 25px 80px;
		margin:200px 15px 30px;
	}

	.slider-image-text .slide-box:after {
		right:-15px;
		bottom:-15px;
	}

	.slick-nav {
		bottom:40px;
	}

	.accordion-list .item-opener {
		padding:20px 50px 20px 20px;
	}

	.accordion-list .item-opener:before {
		right:26px;
		height:25px;
	}

	.accordion-list .item-opener:after {
		right:15px;
		width:24px;
		height:3px;
	}

	.accordion-list h2 {
		font-size:22px;
	}

	.accordion-list .ico {
		width:50px;
		min-width:50px;
		height:50px;
		margin:-30px 5px -30px -15px;
	}

	.accordion-list .ico img {
		-webkit-transform:scale(.7);
		-ms-transform:scale(.7);
		transform:scale(.7);
	}

	.logos-list-slider {
		margin:0;
	}

	.logos-list-slider .slick-arrow:before {
		font-size:20px;
	}

	.logos-list-slider .slick-arrow.slick-prev {
		left:-20px;
	}

	.logos-list-slider .slick-arrow.slick-next {
		right:-20px;
	}

	.boxes .box h2 {
		font-size:34px;
	}

	.post-box-content {
		padding:30px 20px 69px;
	}

	.post-section .entry-header {
		padding:60px 0;
	}

	.timeline {
		padding:0 0 30px;
	}

	.timeline-item {
		padding:0 30px 80px;
	}

	.timeline-item:last-child:after {
		top:245px;
	}

	.timeline-content {
		padding:30px;
	}

	.timeline-content:after {
		top:30px;
		left:30px;
		right:-30px;
		bottom:-30px;
	}

	.timeline .image {
		margin:0 0 20px;
	}

	.timeline h2::before {
		width:50px;
	}

	.timeline h2:after {
		left:-67px;
	}
}

@media (max-width:567px) {
	html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
}

@media (max-width:413px) {
	.nav-active .header,
	.nav-active .wrapper-holder {
		-webkit-transform:translateX(-300px);
		-ms-transform:translateX(-300px);
		transform:translateX(-300px);
	}

	.footer-logos {
		margin:0 40px;
	}

	.nav-drop {
		width:300px;
	}

	.logos-list-slider .slick-arrow:before {
		font-size:32px;
	}

	.logos-list-slider .slick-arrow.slick-prev {
		left:0;
	}

	.logos-list-slider .slick-arrow.slick-next {
		right:0;
	}
}

@media (max-width:375px) {
	html {
		overflow-x:hidden;
		font-size:calc(var(--rem-base) - 3px);
	}

	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size:14px;
	}

	.product-thumb {
		padding:5px;
	}
}

@media (max-width:374px) {
	.btn-alt {
		padding:10px 14px;
		font-size:16px;
	}

	.header-menu-wrapper .logo {
		max-width:130px;
	}

	.header-menu-wrapper .btn {
		margin:0 15px 0 auto;
	}

	.top-bar .close {
		right:15px;
	}

	.footer .link {
		font-size:16px;
	}

	.navigation .m-hidden,
	.navigation-comments .m-hidden,
	.pagination .m-hidden {
		display:none;
	}

	.team-nav {
		margin:0 0 80px 20px;
	}

	.team-nav:after {
		left:-20px;
		bottom:-25px;
	}

	.team-items .item-image {
		width:80px;
		min-width:80px;
		height:80px;
	}

	.timeline h2:after,
	.timeline h2:before,
	.timeline:after {
		display:none;
	}

	.timeline-item {
		padding:0 20px 80px 0;
	}

	.timeline-content {
		padding:25px;
	}

	.timeline-content:after {
		top:20px;
		left:20px;
		right:-20px;
		bottom:-20px;
	}
}

@media (min-width:667px) and (max-width:767px) {
	.team-items .item-image {
		width:80px;
		min-width:80px;
		height:80px;
	}
}