/* Common */
/* DEFAULT VARIABLES */
:root {
	/* OTP Factoring color palette*/

	/*Z-INDEX*/
}
/* MEDIA */
@font-face {
	font-family: 'regular';
	font-style: normal;
	font-weight: normal;
	src: url('/static/assets/fonts/sourcesanspro-regular.eot');
	src: url('/static/assets/fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
		url('/static/assets/fonts/sourcesanspro-regular.woff') format('woff'),
		url('/static/assets/fonts/sourcesanspro-regular.ttf') format('truetype'),
		url('/static/assets/fonts/sourcesanspro-regular.svg#sourcesansproregular') format('svg');
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'semibold';
	font-style: normal;
	font-weight: normal;
	src: url('/static/assets/fonts/sourcesanspro-semibold.eot');
	src: url('/static/assets/fonts/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'),
		url('/static/assets/fonts/sourcesanspro-semibold.woff') format('woff'),
		url('/static/assets/fonts/sourcesanspro-semibold.ttf') format('truetype'),
		url('/static/assets/fonts/sourcesanspro-semibold.svg#sourcesansprosemibold') format('svg');
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'bold';
	font-style: normal;
	font-weight: normal;
	src: url('/static/assets/fonts/sourcesanspro-bold.eot');
	src: url('/static/assets/fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),
		url('/static/assets/fonts/sourcesanspro-bold.woff') format('woff'),
		url('/static/assets/fonts/sourcesanspro-bold.ttf') format('truetype'),
		url('/static/assets/fonts/sourcesanspro-bold.svg#sourcesansprobold') format('svg');
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	src: url('/static/assets/fonts/icomoon.eot');
	src: url('/static/assets/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/static/assets/fonts/icomoon.woff') format('woff'),
		url('/static/assets/fonts/icomoon.ttf') format('truetype'),
		url('/static/assets/fonts/icomoon.svg#sourcesansprobold') format('svg');
}
body {
	color: #4a4a4a;
	font-family: 'regular';
	font-size: 15px;
	overflow-x: hidden
}
body.anyit nav.breadcrumb .breadcrumb__list {
			display: none;
}
body.anyit main > section:first-of-type {
			padding-top: 90px;
}
@media all and (min-width: 768px) {
	body.anyit main > section:first-of-type {
		padding-top: 60px;
	}
}
main {
	min-height: 120px;
}
@media all and (min-width: 768px) {
	main {
		min-height: 60px;
		padding: 0;
	}
}
main > section .container-fluid .row:not(.m02-card__row) {
	margin-bottom: 32px;
}
strong {
	font-family: 'bold';
	font-weight: inherit;
}
abbr[title] {
	border-bottom: 0;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
[class^="col-"] {
	padding: 0 10px;
}
.container-fluid {
	max-width: 980px;
	padding-left: 20px;
	padding-right: 20px;
}
input[type="search"] {
	/* stylelint-disable */
	-moz-appearance: none;
	-webkit-appearance: none;
	/* stylelint-enable */
}
input[type="search"]::-ms-clear {
	display: none;
}
*::selection {
	background: #eee;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}
/* Globals */
.button {
	background-color: #52ae30;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 16px/20px 'semibold';
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	width: 100%;
}
@media screen and (-ms-high-contrast: active) {
	.button {
		border: 1px solid;
	}
}
@media all and (min-width: 768px) {
	.button {
		display: inline-block;
		width: auto;
	}
	.button + .button {
			margin-left: 20px;
	}
}
.button:focus {
	background-color: #5ec737;
	color: #fff;
	outline: none;
}
.button:hover {
	background-color: rgb(76, 153, 48);
	box-shadow: none;
	color: #fff;
}
.button:active {
	background-color: #5ec737;
	box-shadow: none;
}
.button[disabled],
	.button.disabled {
	background-color: #9e9e9e;
	box-shadow: none;
	cursor: not-allowed;
}
.button--inverse {
		background-color: #fff;
		border: 1px solid #52ae30;
		box-shadow: none;
		color: #52ae30;
		font-size: 15px;
		padding: 9px 16px;
}
.button--inverse:focus {
	background-color: #fff;
	border-color: #979797;
	color: #979797;
}
.button--tab:hover,
		.button--tab:focus,
		.button--tab:active,
		.button--tab.active,
		.button--tab:active:hover,
		.button--tab:active:focus,
		.button--tab.active:hover,
		.button--tab.active:focus {
	background-color: rgb(76, 153, 48);
	box-shadow: none;
	color: #fff;
}
.button--tab:focus,
		.button--tab:active:focus,
		.button--tab.active:focus {
	outline: 2px solid #3999cc;
	outline-offset: 2px;
}
.button + .m04-video {
	margin-top: 20px;
}
.button--link {
	background: none;
	border: none;
	color: #52ae30;
	font-family: 'semibold';
	text-decoration: underline;
	transition: .2s
}
.button--link:focus {
	box-shadow: 0 0 0 1px #5ec737;
	color: #5ec737;
}
.button--link:hover {
	color: rgb(76, 153, 48);
}
.button--link:active {
	color: #5ec737;
}
a {
	color: #52ae30;
	font-family: 'semibold';
	font-weight: inherit;
	text-decoration: none;
	transition: .2s
}
a:focus,
	a:hover {
	color: #390;
	text-decoration: none;
}
a:focus {
	box-shadow: 0 0 0 1px #5ec737;
}
a .file-format {
		background-color: #ff435a;
		bottom: 2px;
		color: white;
		font: 10px 'regular';
		margin-left: 10px;
		padding: 0 3px;
		position: relative;
		text-transform: uppercase;
}
.section {
	padding: 40px 0 30px;
}
@media all and (min-width: 768px) {
	.section {
		padding: 60px 0 40px;
	}
}
.section:first-child {
	padding: 90px 0 40px;
}
@media all and (min-width: 768px) {
	.section:first-child {
		padding: 60px 0 40px;
	}
}
.section--gray {
		background-color: #eee;
}
.section--blue {
		background-color: rgba(0, 153, 153, 0.1);
}
.section--blue-blur {
		background-color: rgba(52, 185, 185, 0.9);
}
.section--has-background {
		background: none;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
}
.section__background-container {
		display: block;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
}
.section__background-image {
		display: block;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
}
.captcha {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 479px) {
	.captcha {
		margin-left: -12%;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
.captcha__input {
		margin-right: 23px;
}
.captcha__image {
		background-color: #ccc;
		height: 40px;
		min-width: 126px;
}
.form-input {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	color: #4a4a4a;
	font: 15px/18px 'regular';
	height: 40px;
	padding: 10px 15px;
	width: 100%;
}
@media all and (min-width: 768px) {
	.form-input {
		width: 285px;
	}
}
@media all and (min-width: 768px) {
	.form-input__group--right {
				text-align: right;
	}
	.form-input__group--center {
				text-align: center;
	}
}
.form-input__group .label {
			margin: 0 20px 0 0;
			padding: 0;
}
.form-input__group > span {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 0 5px;
}
.form-input:focus {
	border-color: #3c8023;
	outline: none;
}
.form-input::-webkit-input-placeholder {
	color: #8d8d8d;
}
.form-input::placeholder {
	color: #8d8d8d;
}
.form-input--textarea {
		height: 80px;
		resize: none;
}
.form-input textarea {
		resize: vertical;
}
.form-input[type="number"] {/* stylelint-disable */
	-moz-appearance: textfield;
	-webkit-appearance: textfield;/* stylelint-enable */
}
.form-input[type="number"]::-webkit-inner-spin-button,
		.form-input[type="number"]::-webkit-inner-spin-button {/* stylelint-disable */
	-moz-appearance: none;
	-webkit-appearance: none;/* stylelint-enable */
}
.form-input--block {
		display: block;
		width: 100%;
	}
textarea {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	color: #4a4a4a;
	font: 15px/18px 'regular';
	height: 40px;
	max-height: 200px;
	min-height: 118px;
	overflow-y: auto;
	padding: 10px 15px;
	resize: vertical;
	width: 100%;
}
@media all and (min-width: 992px) {
	textarea {
		max-width: 515px;
	}
}
.label {
	display: inline-block;
	font-family: bold;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
@media all and (min-width: 768px) {
	.label {
		margin-bottom: 0;
		padding: 12px 0 0 0;
	}
}
/* label kinézetű elválasztó szöveg elem, panaszkezelőhöz kellett */
@media all and (min-width: 768px) {
	.label--solo {
		display: block;
		margin: 0;
		padding: 0;
		text-align: right;
		-webkit-transform: translate3d(-20px,-10px,0);
		        transform: translate3d(-20px,-10px,0);
	}
}
.select-container {
	position: relative;
}
@media all and (min-width: 768px) {
	.select-container {
		width: 285px;
	}
}
.select-container::after {
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 18px;
	top: 15px;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	vertical-align: top;
	width: 8px;
}
.select-container::after:focus {
	display: none;
}
select {
	/* stylelint-disable */
	-moz-appearance: none;
	-webkit-appearance: none;
	/* stylelint-enable */
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	color: #4a4a4a;
	cursor: pointer;
	font: 15px/18px 'regular';
	height: 40px;
	padding: 10px 15px;
	padding-right: 34px;
	text-indent: 0.01px;
	text-overflow: '';
	width: 100%
}
select::-ms-expand {
	display: none;
}
.form-radio {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	color: #4a4a4a;
	font: 15px/18px 'regular';
	height: 20px;
	padding: 10px 15px;
}
input.form-radio:focus,
input.form-radio:focus-visible {
	border-color: #3c8023;
	outline: 1px solid #3c8023;
	outline-offset: 2px;
}
table {
	background-color: #fff;
	border-collapse: separate;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
	padding: 0 7px;
	width: 100%;
}
@media all and (min-width: 768px) {
	table {
		padding: 0 10px;
	}
}
table th,
	table td {
		background: transparent;
		border-bottom: 1px solid #d2d2d2;
		color: #4a4a4a;
		font: 15px/1 'regular';
		padding: 12px;
		text-align: left;
}
table th[scope="col"] {
		font: 11px/1.36 'regular';
		text-transform: uppercase;
}
table tbody tr:last-child th,
		table tbody tr:last-child td {
			border-bottom: 0;
		}
.table-container {
	margin: -4px;
	overflow: auto;
	padding: 4px;
}
.tooltip {
	background: transparent;
	border: 0;
	cursor: help;
	display: inline-block;
	height: 20px;
	margin: 0 3px;
	padding: 0;
	position: relative;
	vertical-align: super;
	width: 20px;
}
.tooltip .tooltip-icon {
		height: 20px;
		left: 0;
		position: absolute;
		top: 0;
		width: 20px;
	}
@media all and (max-width: 767px) {
	.tooltip .tooltip-icon {
		position: relative;
	}
}
.tooltip .tooltip-content {
		background-color: #3999cc;
		border: 0;
		border-radius: 3px;
		bottom: calc(100% + 10px);
		clip: rect(0, 0, 0, 0);
		color: #fff;
		display: block;
		font-size: 16px;
		height: auto;
		left: 50%;
		margin: -1px;
		margin-left: -110px;
		opacity: 0;
		overflow: hidden;
		padding: 5px 10px;
		position: absolute;
		text-align: left;
		text-transform: none;
		text-transform: initial;
		-webkit-transform: rotateX(20deg) scale(0.8);
		        transform: rotateX(20deg) scale(0.8);
		-webkit-transform-origin: center 120%;
		        transform-origin: center 120%;
		transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
		width: 220px;
		z-index: 10;
}
.tooltip .tooltip-content::after {
	border: #3999cc solid 5px;
	bottom: -8px;
	content: "";
	display: block;
	height: 0;
	left: calc(50% - 20px);
	position: absolute;
	right: auto;
		-webkit-transform: rotate(45deg) translateX(-50%);
		        transform: rotate(45deg) translateX(-50%);
	width: 0;
}
@media all and (min-width: 768px) {
	.tooltip .tooltip-content::after {
		left: 50%;
	}
}
@media all and (max-width: 767px) {
	.tooltip .tooltip-content {
		left: 29px;
	}
}
@media screen and (-ms-high-contrast: active) {
	.tooltip .tooltip-content {
		border: #fff solid 1px;
	}
}
.tooltip .tooltip-content * {
			margin-top: 0;
}
.tooltip .tooltip-content *:last-child {
			margin-bottom: 0;
}
.tooltip:focus .tooltip-content, .tooltip:hover .tooltip-content {
			clip: auto;
			opacity: 1;
			overflow: visible;
			-webkit-transform: rotateX(0deg) scale(1);
			        transform: rotateX(0deg) scale(1);
}
.modal-content {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}
.modal-content .modal-body {
		padding: 32px 24px 10px;
	}
.modal-content .modal-footer {
		border-top: 0;
		padding: 10px 24px 32px;
	}
/* Components */
@media all and (min-width: 768px) {
	.datepicker {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-width: 285px;
	}
}
.datepicker .select-container {
	margin-bottom: 10px;
}
@media all and (min-width: 768px) {
	.datepicker .select-container {
		margin-bottom: 0;
		width: auto;
	}
}
.datepicker div[class^="datepicker__"]:last-child .select-container {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	.datepicker .select-container::after {
		right: 13px;
	}
}
@media all and (min-width: 768px) {
	.datepicker select {
		padding: 5px 28px 5px 5px;
	}
}
@media all and (min-width: 768px) {
	.datepicker .select-container--year {
		width: 75px;
	}
}
@media all and (min-width: 768px) {
	.datepicker .select-container--month {
		width: 120px;
	}
}
@media all and (min-width: 768px) {
	.datepicker .select-container--day {
		width: 65px;
	}
}
/* Directives*/
.app-loader {
	height: 150px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.app-loader .sk-circle {
		bottom: 0;
		display: block;
		height: 100px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
	}
.app-loader .sk-circle .sk-child {
			height: 100px;
			position: absolute;
			width: 100px
		}
.app-loader .sk-circle .sk-child::before {
			-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
			        animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	background-color: rgba(210, 210, 210, .9);
	border: #d2d2d2 solid 1px;
	border-radius: 100%;
	content: '';
	display: block;
	height: 16px;
	margin: 0 auto;
	width: 16px;
}
.app-loader .sk-circle .sk-child span {
	display: none;
}
.app-loader .sk-circle span {
			color: #d2d2d2;
			left: 0;
			margin-top: -10px;
			position: absolute;
			right: 0;
			text-align: center;
			top: 50%;
		}
.app-loader .sk-circle .sk-circle1 {
			-webkit-transform: rotate(30deg);
			        transform: rotate(30deg)
		}
.app-loader .sk-circle .sk-circle1::before {
			-webkit-animation-delay: -1.1s;
			        animation-delay: -1.1s;
}
.app-loader .sk-circle .sk-circle2 {
			-webkit-transform: rotate(60deg);
			        transform: rotate(60deg)
		}
.app-loader .sk-circle .sk-circle2::before {
			-webkit-animation-delay: -1s;
			        animation-delay: -1s;
}
.app-loader .sk-circle .sk-circle3 {
			-webkit-transform: rotate(90deg);
			        transform: rotate(90deg)
		}
.app-loader .sk-circle .sk-circle3::before {
			-webkit-animation-delay: -0.9s;
			        animation-delay: -0.9s;
}
.app-loader .sk-circle .sk-circle4 {
			-webkit-transform: rotate(120deg);
			        transform: rotate(120deg)
		}
.app-loader .sk-circle .sk-circle4::before {
			-webkit-animation-delay: -0.8s;
			        animation-delay: -0.8s;
}
.app-loader .sk-circle .sk-circle5 {
			-webkit-transform: rotate(150deg);
			        transform: rotate(150deg)
		}
.app-loader .sk-circle .sk-circle5::before {
			-webkit-animation-delay: -0.7s;
			        animation-delay: -0.7s;
}
.app-loader .sk-circle .sk-circle6 {
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg)
		}
.app-loader .sk-circle .sk-circle6::before {
			-webkit-animation-delay: -0.6s;
			        animation-delay: -0.6s;
}
.app-loader .sk-circle .sk-circle7 {
			-webkit-transform: rotate(210deg);
			        transform: rotate(210deg)
		}
.app-loader .sk-circle .sk-circle7::before {
			-webkit-animation-delay: -0.5s;
			        animation-delay: -0.5s;
}
.app-loader .sk-circle .sk-circle8 {
			-webkit-transform: rotate(240deg);
			        transform: rotate(240deg)
		}
.app-loader .sk-circle .sk-circle8::before {
			-webkit-animation-delay: -0.4s;
			        animation-delay: -0.4s;
}
.app-loader .sk-circle .sk-circle9 {
			-webkit-transform: rotate(270deg);
			        transform: rotate(270deg)
		}
.app-loader .sk-circle .sk-circle9::before {
			-webkit-animation-delay: -0.3s;
			        animation-delay: -0.3s;
}
.app-loader .sk-circle .sk-circle10 {
			-webkit-transform: rotate(300deg);
			        transform: rotate(300deg)
		}
.app-loader .sk-circle .sk-circle10::before {
			-webkit-animation-delay: -0.2s;
			        animation-delay: -0.2s;
}
.app-loader .sk-circle .sk-circle11 {
			-webkit-transform: rotate(330deg);
			        transform: rotate(330deg)
		}
.app-loader .sk-circle .sk-circle11::before {
			-webkit-animation-delay: -0.1s;
			        animation-delay: -0.1s;
}
.app-loader .sk-circle .sk-circle12 {
			-webkit-transform: rotate(360deg);
			        transform: rotate(360deg)
		}
.app-loader .sk-circle .sk-circle12::before {
			-webkit-animation-delay: 0s;
			        animation-delay: 0s;
}
@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.app-loader-small {
	float: right;
	height: 60px;
	position: relative;
	width: 60px;
	z-index: 1;
}
.app-loader-small .loader-small {
		bottom: 0;
		left: 20px;
		position: absolute;
		right: 0;
		top: -5px
	}
.app-loader-small .loader-small::before {
		-webkit-animation: spin 1s infinite linear;
		        animation: spin 1s infinite linear;
	border: 3px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	border-top-color: #fff;
	content: '';
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
server-error {
	left: 0;
	margin: 0 auto;
	max-width: 960px;
	position: absolute;
	right: 0;
	width: 100%;
}
server-error .alert-danger {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: #ff435a;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		color: #fff;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		font-size: 16px;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 15px;
	}
server-error p {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		margin: 0;
	}
server-error button {
		background-color: transparent;
		border: 0;
		font-size: 30px;
	}
.error__chip {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #d63d51;
	border-radius: 3px;
	color: #fff;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	margin-top: 5px;
	padding: 5px;
	position: relative
}
.error__chip::before {
	border-color: transparent transparent #d63d51 transparent;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: -5px;
	width: 0;
}
@media all and (min-width: 768px) {
	.error__chip {
		max-width: 285px;
	}
}
@media screen and (-ms-high-contrast: active) {
	.error__chip {
		border: 1px solid;
	}
}
/* Frame */
header {
	position: fixed;
	width: 100%;
	z-index: 30;
}
@media all and (min-width: 768px) {
	header {
		position: relative;
	}
}
.header-content {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	padding: 0 60px;
}
@media all and (min-width: 768px) {
	.header-content {
		padding: 0 20px;
	}
}
.header-button {
	box-shadow: none;
	display: inline-block;
	margin: 0 0 0 auto;
	padding: 10px 20px;
	position: relative;
}
@media all and (max-width: 767px) {
	.header-button {
		display: none;
	}
}
@media all and (min-width: 992px) {
	.header-button {
		line-height: 2.5;
		padding: 10px 0;
		top: 24px;
		width: 175px;
	}
}
nav.menu .header-button {
	display: none;
}
@media all and (max-width: 767px) {
	nav.menu .menu__btn[aria-expanded="true"] + .header-button {
		display: block;
	}
}
@media all and (min-width: 768px) {
	.menu {
		background-color: #fff;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
		width: 100%;
	}
}
.menu__btn {
		background-color: #fff;
		border: 1px solid #fff;
		color: #fff;
		cursor: pointer;
		min-height: 60px;
		min-width: 60px;
		padding: 0;
		position: absolute;
		top: 0;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		transition: .2s ease-in-out;
}
@media all and (min-width: 768px) {
	.menu__btn {
		display: none;
	}
}
.menu__btn:focus,
		.menu__btn:not(.collapsed):focus {
	border: 1px solid #52ae30;
	outline: none;
}
.menu__btn:not(.collapsed) {
	background-color: #4a4a4a;
	border: 1px solid #4a4a4a;
}
.menu-bar {
		background: #52ae30;
		border-radius: 2px;
		display: block;
		height: 4px;
		opacity: 1;
		position: absolute;
		right: 20px;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 20px;
}
.menu-bar:nth-child(1) {
	top: 21px;
}
.menu-bar:nth-child(2),
		.menu-bar:nth-child(3) {
	top: 28px;
}
.menu-bar:nth-child(4) {
	top: 35px;
}
.menu__btn:not(.collapsed) .menu-bar {
		background-color: #fff;
}
.menu__btn:not(.collapsed) .menu-bar:nth-child(1) {
	opacity: 0;
}
.menu__btn:not(.collapsed) .menu-bar:nth-child(2) {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}
.menu__btn:not(.collapsed) .menu-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}
.menu__btn:not(.collapsed) .menu-bar:nth-child(4) {
	opacity: 0;
}
.menu__list {
		background: #4a4a4a;
		box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
		display: none;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 10;
}
@media all and (max-width: 767px) {
	.menu__list.in {
		display: block;
	}
}
@media all and (min-width: 768px) {
	.menu__list {
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		background-color: transparent;
		box-shadow: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 50px !important;
		padding: 0 20px 0 12px;
		position: static;
	}
}
.menu__item {
		padding: 0 30px;
}
@media all and (max-width: 767px) {
	.menu__item:last-child .menu__link:not(:focus) {
		box-shadow: none;
	}
	.menu__item--active .menu__link {
				color: #19a3a3;
	}
}
@media all and (min-width: 768px) {
	.menu__item {
		margin-right: 16px;
		padding: 0;
	}
	.menu__item--active .menu__link {
				background-color: rgba(0, 153, 153, 0.3);
				border: 0;
				color: #4a4a4a;
	}
}
.menu__link {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
		color: #fff;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		font-size: 18px;
		line-height: 50px;
}
.menu__link:hover {
	color: #099;
}
@media all and (min-width: 768px) {
	.menu__link {
		border-radius: 3px;
		box-shadow: none;
		color: #4a4a4a;
		font-size: 16px;
		line-height: 32px;
		margin: 0;
		padding: 0 8px;
		transition: .2s;
	}
	.menu__link:hover,
			.menu__link:focus {
		color: #4a4a4a;
	}
	.menu__link:hover {
		background-color: #f5f5f5;
	}
	.menu__link:focus {
		background-color: rgba(0, 153, 153, 0.3);
		box-shadow: none;
	}
}
.logo {
	margin: auto;
	max-height: 30px;
}
@media all and (min-width: 768px) {
	.logo {
		margin: auto 0;
	}
}
.logo:focus {
	box-shadow: 0 0 0 1px #fff;
}
@media all and (min-width: 768px) {
	.logo:focus {
		box-shadow: 0 0 0 1px #52ae30;
	}
}
.logo__img {
		height: auto;
}
.lang {
	display: none;
}
@media all and (min-width: 768px) {
	.lang {
		color: #4a4a4a;
		display: block;
		margin: 0;
	}
}
@media all and (min-width: 1240px) {
	.lang {
		margin-right: -150px;
	}
}
.footer {
	background-color: #f5f5f5;
	color: #4a4a4a;
}
@media all and (max-width: 767px) {
	.footer .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			    -ms-flex-direction: column;
			        flex-direction: column;
	}
	.footer [class^="col-"] {
			margin-bottom: 40px;
			-webkit-order: 3;
			    -ms-flex-order: 3;
			        order: 3;
	}
	.footer [class^="col-"]:last-child {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
	}
}
@media all and (max-width: 767px) and all and (min-width: 768px) {
	.footer [class^="col-"] {
		margin-bottom: 0;
	}
}
.footer a {
		color: #4a4a4a;
		font-family: 'regular';
}
.footer a:hover {
	color: #34b9b9;
}
.footer__content {
		padding: 40px 28px;
}
@media all and (min-width: 768px) {
	.footer__content {
		padding: 45px 20px;
	}
}
.footer__list {
		list-style: none;
		margin: 0;
		padding-left: 0;
}
.footer__listitem {
		margin-bottom: 11px;
		position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.footer__listitem {
		word-wrap: break-word;
	}
}
.footer__listitem::before {
	border: 1px solid #34b9b9;
	border-radius: 50%;
	content: '';
	display: block;
	height: 8px;
	left: -16px;
	position: absolute;
	top: 6px;
	width: 8px;
}
.footer__definition-list {
		margin: 0;
}
@media all and (min-width: 768px) {
	.footer__definition-list {
		padding: 0;
	}
}
.footer__definition-term {
		color: #767676;
		font-size: 13px;
		line-height: 19px;
}
.footer__definition {
		line-height: 21px;
		margin: 0 0 5px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.footer__definition {
		word-wrap: break-word;
	}
}
.footer__copyright {
		background-color: #099;
		padding: 10px 20px;
		text-align: center;
}
@media all and (min-width: 768px) {
	.footer__copyright {
		background-color: #4a4a4a;
		padding: 20px 0;
	}
}
.footer__copyright-text {
		color: #fff;
		font-size: 15px;
		line-height: 1.33;
		margin: 0;
}
@media all and (min-width: 768px) {
	.footer__copyright-text {
		background-color: #4a4a4a;
		float: none;
		text-align: center;
	}
}
.skip-link {
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.skip-link ul {
		line-height: 1em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
.skip-link ul li:last-child {
			display: none;
		}
@media all and (min-width: 768px) {
	.skip-link ul li:last-child {
		display: block;
	}
}
.skip-link a {
		background-color: #52ae30;
		border-radius: 4px;
		color: #fff;
		left: 50px;
		padding: 10px;
		position: absolute;
		right: 50px;
		text-align: center;
		text-transform: uppercase;
		top: -5em;
		transition: ease 0.4s;
}
@media all and (min-width: 768px) {
	.skip-link a {
		left: 25%;
		right: 25%;
	}
}
@media all and (min-width: 992px) {
	.skip-link a {
		left: 35%;
		right: 35%;
	}
}
.skip-link a:focus {
		background-color: #52ae30;
		box-shadow: none;
		color: #fff;
		top: 70px;
}
@media all and (min-width: 768px) {
	.skip-link a:focus {
		top: 115px;
	}
}
.breadcrumb {
	padding-top: 60px;
	width: 100%;
}
@media all and (min-width: 768px) {
	.breadcrumb {
		padding: 0;
	}
}
.breadcrumb__list {
		list-style: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 20px;
		padding-top: 20px;
}
.breadcrumb__listitem {
		display: inline-block;
		font-size: 15px;
		line-height: 1.6;
		margin-right: 10px;
		padding-left: 15px;
		position: relative;
}
.breadcrumb__listitem:last-child {
	margin-right: 0;
	padding-right: 0;
}
.breadcrumb__link {
		color: #52ae30;
		font-family: 'semibold';
		padding: 0;
}
.breadcrumb__arrow {
		font-size: 10px;
		left: 0;
		position: absolute;
		top: 7px;
}
.breadcrumb + .section {
	padding-top: 0;
}
.breadcrumb--blue-blur {
		background-color: rgba(52, 185, 185, 0.9);
		color: #fff;
}
.breadcrumb--blue-blur a {
			color: #fff;
		}
.breadcrumb--blue {
		background-color: rgba(0, 153, 153, 0.1);
}
.breadcrumb--gray {
		background-color: #eee;
}
.notification {
	padding: 12px 20px;
	position: relative
}
.notification.warning {
	background: #fc0;
}
.notification .container {
	position: relative;
}
.notification .btn.btn-close {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
	background: transparent;
	border: 0;
	margin-left: auto;
	z-index: 1;
}
.notification-message-container {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		max-width: 922px;
		padding: 0 30px;
}
.notification-message-container modal > button {
		background: transparent;
		border: 0;
		font-weight: bold;
		padding-bottom: 0;
		padding-top: 0;
		text-decoration: underline;
}
.notification-message-inner-container {
		display: inline;
}
.notification-icon {
		height: 20px;
		margin-right: 15px;
		width: 20px;
}
.notification-link {
		color: #4a4a4a;
		display: inline-block;
		margin: 0 0 0 5px;
		text-decoration: underline;
}
.notification-link:hover {
	color: #4a4a4a;
	text-decoration: none;
}
.notification p {
	display: inline;
	font-size: 14px;
}
.notification p:last-of-type {
	margin-bottom: 0;
}
.notification p a {
	color: #4a4a4a;
	font-family: 'regular';
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 6px;
	text-decoration: underline;
}
.notification.notification-slide-leave {
	display: none;
}
.notification.notification-slide-leave-active {
	-webkit-animation: notification-slide .5s ease-out;
	        animation: notification-slide .5s ease-out;
	left: 0;
	position: absolute;
	top: 185px;
}
@media all and (max-width: 767px) {
	html .notification {
		top: 60px;
		z-index: 10;
	}
	html .notification .container p {
		font-size: 16px;
	}
}
/* Applications */
@media all and (min-width: 768px) {
	.app-search-small {
		margin: 0 50px 0 95px;
	}
}
.search {
	height: 60px;
}
.search__btn-toggle {
		background: #fff;
		border: 0;
		color: #52ae30;
		cursor: pointer;
		min-height: 60px;
		min-width: 60px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		transition: .2s ease-in-out;
	}
@media all and (min-width: 768px) {
	.search__btn-toggle {
		display: none;
	}
}
.search__btn-toggle:focus {
	border: 1px solid #52ae30;
	outline: none;
}
.search__btn-toggle--open {
			background-color: #4a4a4a;
			color: #fff;
}
.search__btn-toggle-icon {
		font-size: 22px;
		line-height: 34px;
}
.search__form {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #4a4a4a;
		box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .5);
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 60px;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 20;
}
@media all and (min-width: 768px) {
	.search__form {
		background: transparent;
		box-shadow: none;
		position: relative;
		top: 0;
		width: 220px;
	}
	.search__form.ng-hide:not(.ng-hide-animate) {
		display: block !important;
	}
}
.search__input[type="search"] {
		border: 1px solid #4a4a4a;
		border-radius: 3px;
		box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		height: 40px;
		margin: 0 30px;
		outline: none;
		padding: 10px 12px;
		width: 100%;
}
@media all and (min-width: 768px) {
	.search__input[type="search"] {
		background-color: #f5f5f5;
		border-color: #f5f5f5;
		border-radius: 4px;
		box-shadow: none;
		height: 35px;
		margin: 0;
		padding: 5px 10px;
		position: absolute;
		right: 0;
		top: 12px;
		width: 220px;
	}
}
.search__input[type="search"]:focus {
	border: 1px solid #52ae30;
}
.search__input[type="search"]::-webkit-input-placeholder {
	color: #4a4a4a;
}
.search__input[type="search"]::placeholder {
	color: #4a4a4a;
}
@media all and (min-width: 768px) {
	.search__input[type="search"]::-webkit-input-placeholder {
		color: #f5f5f5;
	}
	.search__input[type="search"]::placeholder {
		color: #f5f5f5;
	}
}
.search__btn-submit {
		background: transparent;
		border: 1px solid transparent;
		border-radius: 3px;
		display: block;
		height: 40px;
		outline: none;
		padding: 0;
		position: absolute;
		right: 30px;
		top: 10px;
		width: 40px;
}
@media all and (min-width: 768px) {
	.search__btn-submit {
		border-radius: 4px;
		height: 35px;
		right: 0;
		top: 12px;
		width: 35px;
	}
}
.search__btn-submit:focus {
	border: 1px solid #52ae30;
}
.search__btn-submit-icon {
		color: #52ae30;
		font-size: 22px;
		line-height: 34px;
}
.autosuggest {
	position: absolute;
	width: calc(100% - 60px);
}
@media all and (min-width: 768px) {
	.autosuggest {
		width: 100%;
	}
}
.autosuggest__dropdown {
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		list-style: none;
		margin: 5px 0 0;
		overflow: hidden;
		padding: 0;
}
.autosuggest__dropdown-item a {
			color: #4a4a4a;
			display: block;
			font-family: 'regular';
			padding: 6px 20px;
			white-space: nowrap;
		}
.autosuggest__dropdown-item--active a {
			background-color: #52ae30;
			color: #fff;
			outline: 0;
			text-decoration: none;
		}
.autosuggest a:hover {
		color: #fff;
}


/*# sourceMappingURL=frame.bundle.css.map*/