@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
.vh {
	visibility: hidden
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.desktop-only {
	display: none!important
}

@media print,
screen and (min-width:980px) {
	.desktop-only {
		display: block!important
	}
}

.tablet-only {
	display: none!important
}

@media print,
screen and (min-width:768px) {
	.tablet-only {
		display: block!important
	}
}

.mobile-only {
	display: none!important
}

@media (max-width:767px) {
	.mobile-only {
		display: block!important
	}
}

@media print,
screen and (min-width:980px) {
	.no-desktop {
		display: none!important
	}
}

@media print,
screen and (min-width:768px) {
	.no-tablet {
		display: none!important
	}
}

@media (max-width:767px) {
	.no-mobile {
		display: none!important
	}
}

.column-break {
	margin-bottom: 100vh!important
}

.align-left {
	text-align: left!important
}

.align-right {
	text-align: right!important
}

.pull-left {
	float: left;
	margin-right: 15px
}

.pull-right {
	float: right;
	margin-left: 15px
}

.no-border {
	border-bottom: 0!important;
	border-top: 0!important
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?-p3pgtp);
	src: url(../fonts/icomoon.eot?#iefix-p3pgtp) format("embedded-opentype"), url(../fonts/icomoon.woff?-p3pgtp) format("woff"), url(../fonts/icomoon.ttf?-p3pgtp) format("truetype"), url(../fonts/icomoon.svg?-p3pgtp#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}

.breadcrumbs li:after,
.form-item.-checkbox label:after,
[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon, sans-serif;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-cross:before {
	content: "\e900"
}

.icon-chevron-down:before {
	content: "\e901"
}

.icon-chevron-right:before {
	content: "\e902"
}

.icon-done:before {
	content: "\e28a"
}

.icon-print:before {
	content: "\e2c1"
}

*,
:after,
:before,
html {
	box-sizing: border-box
}

body {
	color: #303030;
	font: 55%/1.618 Noto Sans, sans-serif;
	margin: 0!important
}


table {
	background-color: transparent;
	border: 1px solid #83c51d;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%
}



table td,
table th {
	padding: 5px 2px;
	vertical-align: top
}

table th {
	background: #a4c639;
	color: #fff;
	font-size: 1.8em;
	text-align: left
}

table td {
	font-size: 1.6em
}

table a,
table p {
	font-size: 1em
}

img {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	max-width: 100%;
	width: 100%
}

@media print,
screen and (min-width:768px) {
	img {
		margin: 0 0 10px;
		width: auto
	}
}

address {
	font-size: 1.6em;
	margin: 0 0 10px;
	word-break: break-word
}

blockquote {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.25
}

p {
	font-size: 1.6em;
	word-break: break-word
}

p a {
	font-size: 1em
}

a {
	color: #000;
	font-size: 1.6em;
	margin-bottom: 10px
}

hr {
	margin: 40px 0
}

::-ms-clear {
	height: 22px;
	width: 22px
}

::-webkit-input-placeholder {
	color: #a9a9a9
}

:-ms-input-placeholder {
	color: #a9a9a9
}

:-moz-placeholder,
::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1
}

#main {
	margin-top: 80px;
	position: relative
}

@media print,
screen and (min-width:556px) {
	#main {
		margin-top: 60px
	}
}

@media print,
screen and (min-width:980px) {
	#main {
		margin-top: 116px
	}
}

.-isIE #main {
	display: block
}

.intro p {
	font-weight: 700
}

.offline {
	height: calc(100vh - 91px);
	text-align: center
}

@media (max-width:767px) {
	.offline {
		height: calc(100vh - 45px)
	}
}

.offline svg {
	width: 100px
}

.offline .container .org-chart__wrapper,
.offline .container .wrap,
.offline .logo .org-chart__wrapper,
.offline .logo .wrap {
	transform: translate(-50%, -50%);
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	width: 50%
}

.skip-link {
	background-color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	z-index: 15
}

.skip-link:not(:focus) {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	width: 1px
}

.backstretch {
	background-color: #9e9e9e;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative
}

.btn-print-table,
.cta {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background-color: #007a6e;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: Noto Sans, sans-serif;
	font-size: 1.6em;
	padding: 15px 25px;
	text-decoration: none;
	width: auto
}

.btn-print-table:focus,
.btn-print-table:hover,
.cta:focus,
.cta:hover {
	background-color: #006157
}

.btn-print-table:focus,
.cta:focus {
	outline: 0
}

.btn-print-table:disabled,
.cta:disabled {
	background: #ebeaea;
	color: #b8b7b7;
	cursor: not-allowed
}

.btn-print-table svg.ripple circle,
.cta svg.ripple circle {
	fill: #fff
}

@media print,
screen and (min-width:980px) {
	.btn-print-table,
	.cta {
		width: auto
	}
}

svg.ripple {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1
}

svg.ripple circle {
	fill: #fff;
	opacity: 0
}

.article {
	margin-bottom: 75px
}

.section.-homepage img {
	margin-bottom: 0
}

@media print,
screen and (min-width:768px) {
	.section.-product {
		margin-top: 70px
	}
}

.section.-product table {
	display: none
}

.section.-product td,
.section.-product th {
	width: 50%
}

.section.-product .col-6 {
	margin-bottom: 10px
}

.section.-product .btn-print-table,
.section.-product .cta {
	transition-property: background, border, color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	color: #83c51d;
	height: 100%;
	font-family: Noto Sans, sans-serif;
	font-size: 2.4em;
	font-weight: 700;
	overflow: hidden;
	padding: 30px;
	position: relative;
	text-transform: uppercase;
	width: 100%
}

@media print,
screen and (min-width:768px) {
	.section.-product .btn-print-table,
	.section.-product .cta {
		height: 180px
	}
}

@media print,
screen and (min-width:980px) {
	.section.-product .btn-print-table,
	.section.-product .cta {
		height: auto
	}
}

.section.-product .btn-print-table:hover,
.section.-product .cta:hover {
	background-color: #83c51d;
	border: 1px solid #83c51d;
	color: #fff
}

.section.-product .btn-print-table:hover span,
.section.-product .cta:hover span {
	color: inherit
}

.section.-product .btn-print-table[disabled],
.section.-product .cta[disabled] {
	color: #9e9e9e
}

.section.-product .btn-print-table[disabled] span,
.section.-product .cta[disabled] span {
	color: inherit
}

.section.-product .btn-print-table[disabled]:hover,
.section.-product .cta[disabled]:hover {
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0
}

.section.-product .btn-print-table span,
.section.-product .cta span {
	display: block;
	color: #153e00;
	font-size: .8em;
	text-transform: none
}

.section.-product .table-wrap,
.section.-product .table-wrap .table-responsive {
	margin-bottom: 0
}

.section.-stewardship .btn-print-table,
.section.-stewardship .cta {
	display: block;
	text-align: center;
	width: 100%
}

@media print,
screen and (min-width:980px) {
	.section.-stewardship .btn-print-table,
	.section.-stewardship .cta {
		margin-top: 18vh
	}
}

.section.-stewardship .btn-print-table svg,
.section.-stewardship .cta svg {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top
}

.section.-stewardship .btn-print-table svg path,
.section.-stewardship .cta svg path {
	fill: #fff
}

.section.-stewardship .btn-print-table[disabled],
.section.-stewardship .cta[disabled] {
	color: #9e9e9e;
	border: 1px solid #e0e0e0
}

.section.-stewardship .btn-print-table[disabled] svg path,
.section.-stewardship .cta[disabled] svg path {
	fill: #9e9e9e
}

.section.-stewardship .btn-print-table[disabled] span,
.section.-stewardship .cta[disabled] span {
	color: inherit
}

.section.-stewardship .btn-print-table[disabled]:hover,
.section.-stewardship .cta[disabled]:hover {
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0
}

.section.-contact-info textarea {
	height: 270px;
	resize: vertical
}

@media print,
screen and (min-width:1200px) {
	.section.-contact-info textarea {
		height: 245px
	}
}

.section.-contact-info address {
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25
}

.section.-contact-info table {
	border: 0
}

.section.-contact-info table tr {
	background-color: transparent
}

.section.-contact-info iframe {
	margin-bottom: 20px;
	width: 100%
}

.section.-contact-info .btn-print-table,
.section.-contact-info .cta {
	background-color: #007a6e;
	font-weight: 700;
	padding: 10px;
	width: 100%
}

.section.-contact-info .btn-print-table:hover,
.section.-contact-info .cta:hover {
	background-color: #006157
}

.section.-contact-info .btn-print-table svg,
.section.-contact-info .cta svg {
	fill: #fff;
	height: 40px;
	width: 40px
}

.section.-contact-info .label {
	color: #a1d53c;
	font-weight: 700
}

.section.-contact-info .label svg {
	display: inline-block;
	fill: #a1d53c;
	margin-right: 10px;
	vertical-align: top
}

.section.-contact-info .placeholder {
	font-weight: 700
}

.section.-login .form-item:last-child {
	display: inline-block;
	text-align: right;
	width: 100%
}

.section.-login input[type=submit] {
	background-color: #007a6e;
	padding: 15px 25px
}

.section.-login input[type=submit]:hover {
	background-color: #006157
}

.-all-caps {
	text-transform: uppercase
}

.-small-caps {
	text-transform: lowercase
}

.footnote p {
	font-size: 1.2em
}

.-hide {
	display: none
}

.faq-header {
	position: relative
}

.faq-header .btn-print-table,
.faq-header .cta {
	background-color: transparent;
	border-radius: 0;
	color: #83d3b0;
	font-weight: 700;
	padding: 0;
	position: absolute;
	text-decoration: underline;
	right: 0;
	top: 0
}

.grid [class*=" col-"],
.grid [class^=col-] {
	background: #dedede;
	border: 1px solid #9e9e9e;
	text-align: center
}

[class*=" col-"],
[class^=col-] {
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%
}

[class*=" col-"]:last-child,
[class^=col-]:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:768px) {
	[class*=" col-"],
	[class^=col-] {
		float: left;
		margin-bottom: 0;
		padding: 0 15px
	}
}

@media print,
screen and (min-width:768px) {
	.col-1 {
		width: 8.333333%
	}
	.col-2 {
		width: 16.666667%
	}
	.col-3 {
		width: 25%
	}
	.col-4 {
		width: 33.333333%
	}
	.col-5 {
		width: 41.666667%
	}
	.col-6 {
		width: 50%
	}
	.col-7 {
		width: 58.333333%
	}
	.col-8 {
		width: 66.666667%
	}
	.col-9 {
		width: 75%
	}
	.col-10 {
		width: 83.333333%
	}
	.col-11 {
		width: 91.666667%
	}
	.col-12 {
		width: 100%
	}
	.col-offset-1 {
		margin-left: 8.333333%
	}
	.col-offset-2 {
		margin-left: 16.666667%
	}
	.col-offset-3 {
		margin-left: 25%
	}
	.col-offset-4 {
		margin-left: 33.333333%
	}
	.col-offset-5 {
		margin-left: 41.666667%
	}
	.col-offset-6 {
		margin-left: 50%
	}
	.col-offset-7 {
		margin-left: 58.333333%
	}
	.col-offset-8 {
		margin-left: 66.666667%
	}
	.col-offset-9 {
		margin-left: 75%
	}
	.col-offset-10 {
		margin-left: 83.333333%
	}
	.col-offset-11 {
		margin-left: 91.666667%
	}
	.col-offset-12 {
		margin-left: 100%
	}
}

.container,
.logo {
	zoom: 1;
	height: 100%;
	margin: auto;
	max-width: 960px;
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 1
}

.container:after,
.container:before,
.logo:after,
.logo:before {
	content: "";
	display: table
}

.container:after,
.logo:after {
	clear: both
}

@media print,
screen and (min-width:980px) {
	.container,
	.logo {
		padding: 0 15px
	}
}

@media print,
screen and (min-width:1200px) {
	.container,
	.logo {
		max-width: 1160px
	}
}

.container .org-chart__wrapper,
.container .wrap,
.logo .org-chart__wrapper,
.logo .wrap {
	zoom: 1;
	margin: 0 -20px;
	padding: 0
}

.container .org-chart__wrapper:after,
.container .org-chart__wrapper:before,
.container .wrap:after,
.container .wrap:before,
.logo .org-chart__wrapper:after,
.logo .org-chart__wrapper:before,
.logo .wrap:after,
.logo .wrap:before {
	content: "";
	display: table
}

.container .org-chart__wrapper:after,
.container .wrap:after,
.logo .org-chart__wrapper:after,
.logo .wrap:after {
	clear: both
}

@media print,
screen and (min-width:768px) {
	.container .org-chart__wrapper,
	.container .wrap,
	.logo .org-chart__wrapper,
	.logo .wrap {
		margin: 0 -25px
	}
}

.card {
	transition-property: opacity, top;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	opacity: 0;
	position: relative;
	top: 150px
}

.card.show {
	opacity: 1;
	top: 0
}

.card.up {
	top: -150px
}

.card__wrapper {
	background: #fff;
	border-radius: 2px;
	min-height: 100px;
	padding: 15px 20px
}

@media print,
screen and (min-width:768px) {
	.card {
		margin-bottom: 30px
	}
}

.floating {
	position: relative
}

.floating .placeholder {
	transition-property: color, font-size, top;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	font-size: 1.6em;
	position: absolute;
	top: 8px
}

.floating .hint {
	transition-property: opacity, top;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	display: block;
	opacity: 0;
	padding: 5px 0;
	position: relative;
	top: -5px;
	width: 100%
}

.floating.focus .placeholder {
	color: #000;
	font-size: 1em;
	top: -10px
}

.floating.focus .hint {
	opacity: 1;
	top: 0
}

.floating.-error input[type=email],
.floating.-error input[type=password],
.floating.-error input[type=text],
.floating.-error textarea {
	border-color: #f44336
}

.progress {
	background: #bfbfbf;
	border-radius: 0;
	height: 4px;
	width: 100%
}

.progress .progress-bar {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background: #000;
	height: 100%;
	margin-left: 0;
	width: 0
}

.material-select-wrapper {
	border-bottom: 2px solid #e0e0e0;
	font-size: 1.6em!important;
	position: relative;
	width: 100%
}

.material-select-wrapper.native select {
	display: block!important
}

@media print,
screen and (min-width:980px) {
	.material-select-wrapper.native select {
		display: none!important
	}
}

.material-select-wrapper select {
	height: inherit;
	left: 0;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 10
}

.material-select-wrapper select.material {
	display: none
}

.material-select-wrapper .icon {
	bottom: 0;
	color: #bdbdbd;
	font-size: 1.5em;
	height: 26px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

.material-select-wrapper .material-label {
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	z-index: 5
}

.material-select-wrapper .card-wrapper {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .24);
	background: #fff;
	height: 275px;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transform-origin: right top;
	visibility: hidden;
	width: 75%;
	z-index: 10
}

.material-select-wrapper .card-wrapper:after,
.material-select-wrapper .card-wrapper:before {
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	width: 100%;
	z-index: 5
}

.material-select-wrapper .card-wrapper:before {
	background: transparent;
	background-repeat: repeat-x;
	background: linear-gradient(180deg, #fff 0, transparent);
	top: 0
}

.material-select-wrapper .card-wrapper:after {
	background: #fff;
	background-repeat: repeat-x;
	background: linear-gradient(180deg, transparent 0, #fff);
	bottom: 0
}

@media print,
screen and (min-width:980px) {
	.material-select-wrapper .card-wrapper {
		width: 50%
	}
}

.material-select-wrapper .card-wrapper.-active li {
	opacity: 1;
	top: 0
}

.material-select-wrapper .card-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: inherit
}

.material-select-wrapper .card-wrapper li {
	transition-property: all;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	font-size: 1em;
	opacity: 0;
	position: relative;
	top: -20px
}

.material-select-wrapper .card-wrapper li:first-child {
	transition-delay: .1s, .1s
}

.material-select-wrapper .card-wrapper li:nth-child(2) {
	transition-delay: .2s, .2s
}

.material-select-wrapper .card-wrapper li:nth-child(3) {
	transition-delay: .3s, .3s
}

.material-select-wrapper .card-wrapper li:nth-child(4) {
	transition-delay: .4s, .4s
}

.material-select-wrapper .card-wrapper li:nth-child(5) {
	transition-delay: .5s, .5s
}

.material-select-wrapper .card-wrapper li:nth-child(6) {
	transition-delay: .6s, .6s
}

.material-select-wrapper .card-wrapper li:nth-child(7) {
	transition-delay: .7s, .7s
}

.material-select-wrapper .card-wrapper li:nth-child(8) {
	transition-delay: .8s, .8s
}

.material-select-wrapper .card-wrapper li:nth-child(9) {
	transition-delay: .9s, .9s
}

.material-select-wrapper .card-wrapper li:nth-child(10) {
	transition-delay: 1s, 1s
}

.material-select-wrapper .card-wrapper li.-active button {
	background: #dedede
}

.material-select-wrapper .card-wrapper button {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background: none;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1em;
	padding: 15px 25px;
	position: relative;
	text-align: left;
	width: 100%
}

.material-select-wrapper .card-wrapper button:focus,
.material-select-wrapper .card-wrapper button:hover {
	background: #dedede
}

.loader {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .24);
	background: #fff;
	border-radius: 50%;
	height: 50px;
	position: relative;
	width: 50px
}

.loader:before {
	content: "";
	display: block;
	padding-top: 100%
}

.circular {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	animation: a 2s linear infinite;
	height: 75%;
	margin: auto;
	transform-origin: center center;
	width: 75%
}

.shadow-z0 {
	box-shadow: 0 0 0 0 transparent
}

.shadow-z1 {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .24)
}

.shadow-z2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.shadow-z3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.shadow-z4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.shadow-z5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: b 1.5s ease-in-out infinite, c 6s ease-in-out infinite;
	stroke-linecap: round
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

@keyframes b {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}

@keyframes c {
	0%,
	to {
		stroke: #000
	}
}

.toaster__wrap {
	bottom: 30px;
	left: 30px;
	max-width: 440px;
	position: fixed;
	width: 100%;
	z-index: 25
}

@media (max-width:767px) {
	.toaster__wrap {
		max-width: 260px
	}
}

.toaster__card {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .24);
	background: #323232;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 10px;
	opacity: 0;
	padding: 20px;
	transform: scale(.75);
	transform-origin: left bottom
}

.toaster__card:last-child,
.toaster__card:only-child {
	margin-bottom: 0
}

.toaster__card p {
	margin: 0
}

.toaster__card button {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 20px;
	left: auto;
	padding: 0;
	right: 10px;
	width: 20px
}

.toaster__card .btn-refresh {
	color: #ffeb3b;
	font-size: 1.3em;
	right: 50px;
	width: auto
}

.toaster__card .icon {
	display: block;
	font-size: 20px
}

.header {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .24);
	background-color: #fff;
	position: fixed;
	height: 80px;
	top: 0;
	width: 100%;
	z-index: 10
}

@media print,
screen and (min-width:768px) {
	.header {
		transition-property: top;
		transition-duration: 1s;
		transition-timing-function: cubic-bezier(.19, 1, .22, 1);
		height: 60px
	}
	.header .top-nav ul {
		padding-right: 0
	}
}

@media print,
screen and (min-width:980px) {
	.header {
		height: auto
	}
	.header.hide {
		top: -135px!important
	}
}

.logo {
	height: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	position: absolute;
	z-index: 5
}

@media print,
screen and (min-width:980px) {
	.logo {
		padding-bottom: 22px;
		padding-top: 22px;
		text-align: center
	}
}

.logo a {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1;
	text-decoration: none
}

.logo a span {
	text-transform: uppercase
}

.logo .container,
.logo .logo {
	padding: 0
}

@media print,
screen and (min-width:980px) {
	.logo .container,
	.logo .logo {
		padding: 0 20px
	}
}

@media print,
screen and (min-width:980px) {
	.logo {
		position: relative
	}
}

.menu {
	transition-property: background-color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background-color: transparent;
	border: 0;
	height: 45px;
	padding: 8px;
	width: 45px;
	position: absolute;
	right: 0;
	z-index: 10
}

.menu:focus {
	outline: 0
}

.menu.-active {
	background-color: #fff;
	z-index: 30
}

.menu.-active .top {
	background-color: #000;
	transform: translateY(4px) rotate(225deg)
}

.menu.-active .bot {
	background-color: #000;
	transform: translateY(-4px) rotate(-225deg)
}

.menu.-active .mid {
	opacity: 0
}

.menu .line {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background: #000;
	display: block;
	height: 2px;
	margin: 2px auto;
	opacity: 1;
	position: relative;
	top: 0;
	transform: none;
	will-change: transform;
	width: 15px
}

@media print,
screen and (min-width:980px) {
	.menu {
		display: none
	}
}

.sub-nav {
	background: none;
	border: 0;
	color: #fff;
	display: block;
	height: 45px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	z-index: 5
}

.sub-nav.icon-arrow:after,
.sub-nav.icon-arrow:before {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background: #9e9e9e;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	margin: auto;
	top: 20px;
	width: 2px
}

.sub-nav.icon-arrow:before {
	left: 19px;
	transform: rotate(-45deg)
}

.sub-nav.icon-arrow:after {
	right: 19px;
	transform: rotate(45deg)
}

.sub-nav.icon-arrow.-active:before {
	transform: rotate(-135deg)
}

.sub-nav.icon-arrow.-active:after {
	transform: rotate(135deg)
}

.footer {
	background-color: #1d1e26;
	padding: 20px 0;
	text-align: center
}

@media print,
screen and (min-width:1200px) {
	.footer {
		line-height: 1;
		text-align: left
	}
}

.footer nav {
	margin-bottom: 20px;
	padding: 0 20px
}

@media print,
screen and (min-width:1200px) {
	.footer nav {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
		width: 45%
	}
}

.footer nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer nav li {
	display: inline-block;
	font-size: 1.4em;
	position: relative
}

.footer nav li:after {
	color: #a8a9aa;
	content: "|";
	display: inline-block;
	margin-left: 6px;
	margin-right: 3px
}

.footer nav li:last-child:after {
	display: none
}

.footer nav a {
	color: #a8a9aa
}

.footer .copyright {
	padding: 0 20px
}

@media print,
screen and (min-width:1200px) {
	.footer .copyright {
		float: left;
		padding: 0 15px;
		text-align: right;
		width: 55%
	}
}

.footer .copyright p {
	color: #a8a9aa;
	font-size: 1.4em;
	margin: 0
}

.footer .copyright p span {
	text-transform: uppercase
}

.banner {
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px
}

@media print,
screen and (min-width:768px) {
	.banner {
		height: 135px
	}
}

.banner h2 {
	color: #153e00;
	display: inline-block;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 5.2em;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 25px;
	text-shadow: 1px 1px 0 #fff;
	width: auto
}

.banner h2:after {
	background-color: #fff;
	box-shadow: 1px 1px 0 #153e00;
	content: "";
	display: block;
	height: 2px;
	width: 100%
}

.banner span {
	font-size: 1.6em;
	display: block;
	text-shadow: 1px 1px 0 #153e00
}

.breadcrumbs {
	height: 100%;
	margin: auto;
	max-width: 960px;
	padding: 0 20px;
	position: relative;
	width: 100%
}

@media print,
screen and (min-width:980px) {
	.breadcrumbs {
		padding: 0 15px
	}
}

@media print,
screen and (min-width:1200px) {
	.breadcrumbs {
		max-width: 1160px
	}
}

.breadcrumbs ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top
}

.breadcrumbs li a {
	text-decoration: none
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
	text-decoration: underline
}

.breadcrumbs li:after {
	content: "\e902";
	margin: 0 10px;
	position: relative;
	top: 3px
}

.breadcrumbs li:last-child {
	font-weight: 700
}

.breadcrumbs li:last-child:after {
	content: ""
}

.form-item {
	margin-bottom: 15px
}

.form-item input[type=email],
.form-item input[type=password],
.form-item input[type=text],
.form-item textarea {
	transition-property: border-bottom, color, outline;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	border: none;
	border-bottom: 1px solid #e0e0e0;
	font-family: Noto Sans, sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	padding: 10px 0;
	width: 100%
}

.form-item input[type=email]:focus,
.form-item input[type=password]:focus,
.form-item input[type=text]:focus,
.form-item textarea:focus {
	border-bottom: 1px solid #000;
	color: #000
}

.form-item input[type=email]:disabled,
.form-item input[type=password]:disabled,
.form-item input[type=text]:disabled,
.form-item textarea:disabled {
	background: none;
	border-bottom: 1px dotted #e0e0e0
}

.form-item input[type=email]:disabled:focus,
.form-item input[type=email]:disabled:hover,
.form-item input[type=password]:disabled:focus,
.form-item input[type=password]:disabled:hover,
.form-item input[type=text]:disabled:focus,
.form-item input[type=text]:disabled:hover,
.form-item textarea:disabled:focus,
.form-item textarea:disabled:hover {
	cursor: not-allowed
}

.form-item label {
	cursor: pointer;
	display: block;
	font-size: 1.6em;
	line-height: 1.3;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
	width: 100%
}

.form-item label:before {
	transition-property: border, background;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	border: 2px solid #9e9e9e;
	content: "";
	display: inline-block;
	left: 0
}

.form-item label:after,
.form-item label:before {
	transition-duration: .5s;
	height: 20px;
	position: absolute;
	width: 20px
}

.form-item label:after {
	transition-property: all;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	margin: auto;
	transform: scale(0)
}

.form-item input[type=checkbox],
.form-item input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.form-item input[type=checkbox]:checked+label:before,
.form-item input[type=checkbox]:focus+label:before,
.form-item input[type=radio]:checked+label:before,
.form-item input[type=radio]:focus+label:before {
	border: 2px solid #000
}

.form-item.-radio-button label:before {
	border-radius: 50%;
	margin-right: 20px;
	position: absolute
}

.form-item.-radio-button label:after {
	background: transparent;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	top: 0
}

.form-item.-radio-button input[type=radio]:checked+label:after {
	background: #000;
	transform: scale(.45)
}

.form-item.-checkbox label:after {
	color: transparent;
	content: "\e28a";
	display: inline-block;
	font-size: 1em;
	height: 10px;
	left: 2px;
	top: 6px;
	width: 10px
}

.form-item.-checkbox input[type=checkbox]:checked+label:before {
	background: #000
}

.form-item.-checkbox input[type=checkbox]:checked+label:after {
	color: #fff;
	left: 1px;
	top: 1px;
	transform: scale(1)
}

#navigation {
	transition-property: height;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	zoom: 1;
	height: 45px;
	position: absolute;
	right: 0;
	top: 45px;
	width: 100%;
	z-index: 5
}

#navigation:after,
#navigation:before {
	content: "";
	display: table
}

#navigation:after {
	clear: both
}

@media print,
screen and (min-width:980px) {
	#navigation {
		background: #83c51d;
		height: auto;
		position: static;
		width: 100%
	}
	#navigation .sub-nav {
		display: none
	}
}

#navigation.-active {
	z-index: 25
}

#navigation ol {
	zoom: 1;
	background: #fff;
	margin: 0 20px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0
}

#navigation ol:after,
#navigation ol:before {
	content: "";
	display: table
}

#navigation ol:after {
	clear: both
}

#navigation ol li {
	transition-property: all;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	opacity: 0;
	overflow: hidden;
	position: relative;
	transform: translateY(-30px);
	will-change: transform;
	vertical-align: top
}

#navigation ol li:first-child {
	transition-delay: .1s, .1s
}

#navigation ol li:nth-child(2) {
	transition-delay: .2s, .2s
}

#navigation ol li:nth-child(3) {
	transition-delay: .3s, .3s
}

#navigation ol li:nth-child(4) {
	transition-delay: .4s, .4s
}

#navigation ol li:nth-child(5) {
	transition-delay: .5s, .5s
}

#navigation ol li:nth-child(6) {
	transition-delay: .6s, .6s
}

#navigation ol li:nth-child(7) {
	transition-delay: .7s, .7s
}

#navigation ol li:nth-child(8) {
	transition-delay: .8s, .8s
}

#navigation ol li:nth-child(9) {
	transition-delay: .9s, .9s
}

#navigation ol li:nth-child(10) {
	transition-delay: 1s, 1s
}

@media print,
screen and (min-width:980px) {
	#navigation ol li {
		transform: none;
		opacity: 1
	}
}

#navigation ol li:last-child {
	float: left;
	width: 100%
}

@media print,
screen and (min-width:980px) {
	#navigation ol li:last-child {
		float: right;
		width: auto
	}
}

#navigation ol li:last-child svg {
	display: inline-block;
	fill: #83c51d;
	height: 22px;
	width: 22px;
	vertical-align: top
}

@media print,
screen and (min-width:980px) {
	#navigation ol li:last-child svg {
		fill: #fff
	}
}

#navigation ol a {
	color: #000;
	display: inline-block;
	font-size: 1em;
	margin-bottom: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 100%
}

#navigation ol a.-active {
	background: #497800;
	color: #fff
}

#navigation ol a span {
	position: relative;
	z-index: 5
}

@media print,
screen and (min-width:980px) {
	#navigation ol a {
		color: #fff
	}
}

#navigation .nav {
	zoom: 1;
	height: 0;
	width: 100%
}

#navigation .nav:after,
#navigation .nav:before {
	content: "";
	display: table
}

#navigation .nav:after {
	clear: both;
	transition-property: opacity;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background: rgba(0, 0, 0, .5);
	content: "";
	height: inherit;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5
}

#navigation .nav.-active {
	height: 100%
}

#navigation .nav.-active:after {
	opacity: 1
}

@media print,
screen and (min-width:980px) {
	#navigation .nav {
		height: auto;
		margin: auto;
		max-width: 960px
	}
}

@media print,
screen and (min-width:1200px) {
	#navigation .nav {
		max-width: 1160px
	}
}

#navigation .lvl1 {
	box-shadow: 0 0 0 0 transparent;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	max-width: 300px;
	overflow: auto;
	position: relative;
	top: 0;
	transform: translateX(100%);
	will-change: transform;
	width: 100%;
	z-index: 10
}

@media print,
screen and (min-width:980px) {
	#navigation .lvl1 {
		transform: none;
		float: none;
		max-width: none
	}
}

#navigation .lvl1.-active {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transform: none
}

#navigation .lvl1.-active>li {
	transform: none;
	opacity: 1
}

#navigation .lvl1>li {
	border-bottom: 1px solid #9e9e9e
}

@media print,
screen and (min-width:980px) {
	#navigation .lvl1>li {
		border-bottom: 0;
		overflow: visible
	}
	#navigation .lvl1>li:before {
		content: "|";
		color: #fff;
		position: absolute;
		left: -5px;
		top: 8px
	}
	#navigation .lvl1>li:first-child:before,
	#navigation .lvl1>li:last-child:before {
		display: none
	}
}

#navigation .lvl1 a {
	padding: 10px 20px
}

#navigation .lvl1 a.-active {
	background-color: #497800
}

@media print,
screen and (min-width:980px) {
	#navigation .lvl1 a.-active {
		background-color: transparent
	}
}

@media print,
screen and (min-width:980px) {
	#navigation .lvl1 a {
		transition-property: color, background-color;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(.19, 1, .22, 1)
	}
	#navigation .lvl1 a.-active {
		color: #000;
		text-decoration: underline
	}
	#navigation .lvl1 a:focus,
	#navigation .lvl1 a:hover {
		background-color: #497800
	}
	#navigation .lvl1 a:focus.-active,
	#navigation .lvl1 a:hover.-active {
		background-color: transparent
	}
}

@media print,
screen and (min-width:980px) {
	#navigation .lvl1 {
		background: none;
		height: auto!important;
		overflow: visible
	}
	#navigation .lvl1:first-child>a {
		padding-left: 0
	}
	#navigation .lvl1 li {
		border-top: 0;
		float: left
	}
}

.accordions {
	margin-bottom: 30px
}

.accordion {
	border-bottom: 2px solid #c7c7c7
}

.accordion:first-child {
	border-top: 2px solid #c7c7c7
}

.accordion__header {
	cursor: pointer;
	font-size: 1.7em;
	font-weight: 700;
	padding: 12px 40px 12px 0;
	position: relative
}

.accordion__header .button {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition-property: background-color, border-color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	background-color: #536c7a;
	border: 1px solid #909fa8;
	cursor: pointer;
	height: 25px;
	overflow: hidden;
	left: auto;
	width: 25px
}

.accordion__header .button:after,
.accordion__header .button:before {
	transition-property: background-color, transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-color: #909fa8;
	display: block;
	content: "";
	height: 2px;
	position: absolute;
	width: 12px
}

.accordion__header .button:after {
	transform: rotate(90deg)
}

.accordion__header .button:focus,
.accordion__header .button:hover {
	background-color: #83d3b0;
	border-color: #f8fdfb
}

.accordion__header .button:focus:after,
.accordion__header .button:focus:before,
.accordion__header .button:hover:after,
.accordion__header .button:hover:before {
	background-color: #f8fdfb
}

.accordion__header .button.-active {
	background-color: #83d3b0;
	border-color: #f8fdfb
}

.accordion__header .button.-active:after,
.accordion__header .button.-active:before {
	background-color: #f8fdfb
}

.accordion__header .button.-active:after,
.accordion__header .button.-active:before {
	transform: rotate(1turn)
}

.accordion__body {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s, visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	display: block;
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
	color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

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

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: d .8s infinite linear;
	background: transparent;
	border: 6px solid hsla(0, 0%, 39%, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@keyframes d {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

.fancybox-content {
	font-family: Noto Sans, sans-serif;
	max-width: 700px
}

.fancybox-content p {
	clear: both
}

.org-chart__wrapper {
	position: relative
}

.org-chart__top-level {
	zoom: 1;
	margin-bottom: 45px;
	position: relative
}

.org-chart__top-level:after,
.org-chart__top-level:before {
	content: "";
	display: table
}

.org-chart__top-level:after {
	clear: both;
	background-color: #585858;
	content: "";
	display: none;
	height: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
	width: 3px
}

@media print,
screen and (min-width:980px) {
	.org-chart__top-level:after {
		display: block
	}
}

@media print,
screen and (min-width:980px) {
	.org-chart__top-level {
		display: -ms-flexbox;
		display: flex
	}
}

.org-chart__person {
	margin-bottom: 20px;
	padding: 0 15px;
	position: relative
}

.org-chart__person:first-child:after {
	background-color: #585858;
	content: "";
	display: none;
	height: 3px;
	position: absolute;
	top: 30px;
	right: 0;
	width: 15px
}

@media print,
screen and (min-width:980px) {
	.org-chart__person:first-child:after {
		display: block
	}
}

.org-chart__person:last-child {
	margin-bottom: 0
}

.org-chart__person:last-child:before {
	background-color: #585858;
	content: "";
	display: none;
	height: 3px;
	position: absolute;
	top: 30px;
	left: 0;
	width: 15px
}

@media print,
screen and (min-width:980px) {
	.org-chart__person:last-child:before {
		display: block
	}
}

@media print,
screen and (min-width:980px) {
	.org-chart__person {
		-ms-flex: 1;
		flex: 1;
		float: left;
		margin-bottom: 0;
		width: 50%
	}
}

.org-chart__tile {
	background: linear-gradient(180deg, #f6f6f6 0, #e0e0e0);
	border: 2px solid #e2e2e2;
	border-radius: 6px;
	height: 100%;
	padding: 18px
}

.org-chart__image {
	border: 6px solid #72c01e;
	border-radius: 50%;
	height: 200px;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 200px
}

.org-chart__personnel .org-chart__image {
	height: 90px;
	width: 90px
}

@media print,
screen and (min-width:768px) {
	.org-chart__personnel .org-chart__image {
		float: left
	}
}

.org-chart__image img {
	border: 6px solid #fff;
	border-radius: 50%
}

.org-chart__name {
	color: #303030;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

.org-chart__personnel .org-chart__name {
	font-size: 1.8em;
	text-transform: none
}

@media print,
screen and (min-width:768px) {
	.org-chart__personnel .org-chart__name {
		float: left;
		padding-left: 20px;
		text-align: left;
		max-width: 180px
	}
}

.org-chart__name span {
	color: #9c9c9c;
	display: block;
	font-size: .7em
}

.org-chart__department {
	margin-bottom: 50px;
	padding: 0 15px;
	position: relative
}

@media print,
screen and (min-width:980px) {
	.org-chart__department {
		float: left;
		width: 20%;
		margin-left:40px;
	}
}

.org-chart__department:before {
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-color: #585858;
	bottom: auto;
	content: "";
	display: none;
	height: 15px;
	position: absolute;
	top: -15px;
	width: 3px
}

@media print,
screen and (min-width:980px) {
	.org-chart__department:before {
		display: block
	}
}

.org-chart__department h3 {
	font-size: 2.4em;
	text-align: center
}

@media print,
screen and (min-width:980px) {
	.org-chart__department h3 {
		display: none
	}
}

.org-chart__department .btn-print-table,
.org-chart__department .cta {
	background: linear-gradient(180deg, #f6f6f6 0, #dedede);
	border: 3px solid #585858;
	border-radius: 8px;
	color: #666;
	display: none;
	height: 100%;
	font-family: Noto Sans, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 5px;
	position: relative;
	text-transform: uppercase;
	width: 100%
}

.org-chart__department .btn-print-table:before,
.org-chart__department .cta:before {
	border: 3px solid #fff;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media print,
screen and (min-width:980px) {
	.org-chart__department .btn-print-table,
	.org-chart__department .cta {
		display: block;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:1200px) {
	.org-chart__department .btn-print-table,
	.org-chart__department .cta {
		font-size: 1.4em
	}
}

.org-chart__personnel {
	zoom: 1;
	margin-bottom: 20px
}

.org-chart__personnel:after,
.org-chart__personnel:before {
	content: "";
	display: table
}

.org-chart__personnel:after {
	clear: both
}

@media print,
screen and (min-width:768px) {
	.org-chart__personnel {
		float: left;
		padding: 0 15px;
		width: 50%
	}
}

.org-chart__details {
	zoom: 1
}

.org-chart__details:after,
.org-chart__details:before {
	content: "";
	display: table
}

.org-chart__details:after {
	clear: both
}

@media print,
screen and (min-width:980px) {
	.org-chart__details {
		display: none
	}
}

.org-chart__details p {
	clear: both
}

.org-chart__note {
	display: none;
	text-align: center
}

.org-chart__note p {
	font-size: 1.4em
}

.org-chart__line {
	background-color: #585858;
	content: "";
	display: none;
	height: 3px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0
}

@media print,
screen and (min-width:980px) {
	.org-chart__line {
		bottom: 118px;
		display: block;
		width: 610px;
		margin-left:119px;
	}
}

@media print,
screen and (min-width:1200px) {
	.org-chart__line {
		bottom: 118px;
		width: 707px;
		margin-left:138px;
	}
	.-isIE .org-chart__line {
		bottom: 118px
	}
}

.table-wrap {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	width: 100%
}

.table-wrap:after,
.table-wrap:before {
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 50px
}

.table-wrap:before {
	border-radius: 0 10px 10px 0/0 50% 50% 0;
	box-shadow: 4px 0 10px #000;
	right: 100%
}

.table-wrap:after {
	border-radius: 10px 0 0 10px/50% 0 0 50%;
	box-shadow: -4px 0 10px #000;
	left: 100%
}

.table-wrap.left,
.table-wrap.right {
	transition-property: border;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.table-wrap.left {
	border-left: 1px solid #f4f4f4
}

.table-wrap.left:before {
	opacity: .25
}

.table-wrap.right {
	border-right: 1px solid #f4f4f4
}

.table-wrap.right:after {
	opacity: .25
}

.table-wrap.-clean:after,
.table-wrap.-clean:before {
	display: none
}

.table-wrap.-clean.right {
	border-right: 0;
	padding: 0
}

.table-wrap.-clean .table-responsive {
	border: 0;
	overflow: visible
}

.table-responsive {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dadada;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	width: 100%
}

.btn-print-table {
	transition-property: position;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	font-size: 1.6em;
	max-width: 200px;
	padding: 10px;
	width: 100%
}

@media print,
screen and (min-width:980px) {
	.btn-print-table {
		display: none
	}
}


/*# sourceMappingURL=main.css.map */

.main-blockwrp{
    padding: 80px 0 40px;
}        
.block-mini{
    margin: 0 0 30px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}
.block-mini h6{
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #9a9a9a;
    margin: 0;
}
.block-mini img{
    width: 100%;
}
.blockmini-dt{
    padding: 15px;
}
.block-mini h3{
    font-size: 20px;
    font-weight: bold;
    color: #83c51d;
    margin: 0 0 10px;
}
.block-mini p{
    font-size: 15px;
    font-weight: normal;
    color: #9a9a9a;
    line-height: 22px;
    margin: 0 0 15px;
}
.block-mini a.remore{
    display: table;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #83c51d;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.block-mini a.remore:hover{
    color: #111;
}