	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
.pik {
	padding-left:10px;
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1 {
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	color: #034694;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 10px
}
h2 {
	font-weight: 700;
	border-bottom: 2px solid #ffffff;
	margin: 20px 0 16px
}
p, select {
	color: #585858;
	line-height: 22px
}
p {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 10px
}
select {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background-color: #f5f5f5
}
body {
	background: #fff;
	color: #585858;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	cursor: auto
}
.hidden {
	display: none!important
}
@media (min-width:960px) {
	.mobile-only {
		display: none!important
	}
}
@media (max-width:959px) {
	.desktop-only {
		display: none!important
	}
}
@media (max-width:419px) {
	.hide-xs {
		display: none!important
	}
}
@media (min-width:420px) {
	.show-xs {
		display: none!important
	}
}
@media (max-width:959px) {
	.show-l {
		display: none!important
	}
}
@media (max-width:767px) {
	.show-m-up {
		display: none!important
	}
}
@media (min-width:768px) {
	.show-s-down {
		display: none!important
	}
}
.block {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.block-content {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}
.icon::after {
	content: '';
	position: relative;
	top: 6px;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block
}
.icon-lablue::after {
	background-size: cover;
	background-position: center;
	background-image: url(../images/lablue.svg)
}
.icon-lock::after {
	background-image: url(../images/lock.svg)
}
.icon-trash::after {
	background-image: url(../images/trash.svg)
}
.icon-user::after {
	background-image: url(../images/user.svg)
}
.icon-email::after {
	background-image: url(../images/email.svg)
}
.link-style, a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #034694;
	text-decoration: underline;
	cursor: pointer
}
.link-style:hover, a:hover {
	text-decoration: none
}
h1 a, h2 a, table a {
	text-decoration: none
}
h1 a:hover, h2 a:hover, table a:hover {
	text-decoration: underline
}
.link-gray {
	color: gray
}
.lb-logo {
	display: inline-block;
	height: 33px;
	width: 100px;
	background: url(../images/lablue.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain
}
.btn-base {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid gray;
	padding: 6px 10px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	line-height: 20px;
	color: #585858
}
@media (min-width:768px) {
	.btn-base:hover:not(:disabled) {
		border: 1px solid #022e62;
		background: #c0d1e4
	}
}
.btn, a.btn {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid gray;
	padding: 6px 10px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	line-height: 20px;
	color: #585858;
	vertical-align: baseline;
	background: #fff
}
@media (min-width:768px) {
	.btn:hover:not(:disabled), a.btn:hover:not(:disabled) {
		border: 1px solid #022e62;
		background: #c0d1e4
	}
}
.btn button::-moz-focus-inner, a.btn button::-moz-focus-inner {
	border: 0
}
.btn+.btn, a.btn+.btn {
	margin-left: 4px
}
.btn:focus, a.btn:focus {
	outline: 0
}
.btn:disabled, a.btn:disabled {
	cursor: not-allowed;
	background: #ffffff
}
.btn:hover, a.btn:hover {
	text-decoration: none
}
.btn-large, a.btn-large {
	font-size: 18px;
	padding: 11px 22px 12px
}
.btn-light, a.btn-light {
	font-weight: 400
}
.btn-submit, a.btn-submit {
	color: #fff;
	border-color: transparent;
	background: #034694;
	font-weight: 700
}
.btn-submit:disabled, a.btn-submit:disabled {
	background: #507894
}
.btn-submit:hover:not(:disabled), a.btn-submit:hover:not(:disabled) {
	background: #022e62
}
.btn-danger, a.btn-danger {
	color: #fff;
	border-color: transparent;
	background: #9C0400;
	font-weight: 700
}
.btn-danger:disabled, a.btn-danger:disabled {
	background: #9C6464
}
.btn-danger:hover:not(:disabled), a.btn-danger:hover:not(:disabled) {
	border-color: transparent;
	background: #640000
}
.btn-error, a.btn-error {
	color: #fff;
	border-color: transparent;
	background: #9C0400
}
.btn-error:disabled, a.btn-error:disabled {
	background: #9C6464
}
.btn-error:hover:not(:disabled), a.btn-error:hover:not(:disabled) {
	border-color: transparent;
	background: #640000
}
.btn-success, a.btn-success {
	color: #fff;
	border-color: transparent;
	background: #038708;
	font-weight: 700
}
.btn-success:disabled, a.btn-success:disabled {
	background: #649664
}
.btn-success:hover:not(:disabled), a.btn-success:hover:not(:disabled) {
	border-color: transparent;
	background: #026405
}
.btn-active, a.btn-active {
	background: #BDF5CF
}
.btn .icon, a.btn .icon {
	vertical-align: bottom
}
label+.btn {
	margin-left: 8px
}
.btn-small, .btn-small:not(input), a.btn-small {
	position: relative;
	font-size: 12px;
	top: 1px;
	height: 28px;
	padding: 3px 6px
}
.btn-group {
	margin-left: -5px
}
.btn-group-align-right {
	text-align: right
}
.btn-group .btn {
	margin-top: 10px;
	margin-left: 5px
}
.input-base {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #585858
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], input[type=time], textarea {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #585858;
	padding: 2px 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
select {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #585858
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], input[type=time] {
	padding: 7px
}
.form-field-wrapper {
	display: inline-block;
	position: relative
}
.form-field-wrapper-fullwidth {
	display: block
}
.form-field-icon {
	position: absolute;
	left: 4px;
	bottom: 2px
}
.form-field-hasError input[type=date], .form-field-hasError input[type=email], .form-field-hasError input[type=number], .form-field-hasError input[type=password], .form-field-hasError input[type=text], .form-field-hasError input[type=time], .form-field-hasError textarea {
	border: 1px solid #9C0400
}
.form-field-hasError .form-error {
	display: block
}
.form-label {
	display: block;
	padding: 8px 2px 2px
}
.form-field-hasError .form-label {
	display: none
}
.form-error {
	display: none;
	margin: 4px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #9C0400;
	border-radius: 2px
}
.form-error a {
	color: #fff;
	text-decoration: underline
}
.progressbar {
	z-index: 20;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #BCE3F5
}
.progressindicator {
	background: #034694;
	position: relative;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-animation: progress 2.8s infinite linear;
	animation: progress 2.8s infinite linear
}
@-webkit-keyframes progress {
	0% {
		-webkit-transform: translateX(-100%) scaleX(.2);
		transform: translateX(-100%) scaleX(.2)
	}
	20% {
		-webkit-transform: translateX(-40%) scaleX(.2);
		transform: translateX(-40%) scaleX(.2)
	}
	30% {
		-webkit-transform: translateX(0) scaleX(.5);
		transform: translateX(0) scaleX(.5)
	}
	55% {
		-webkit-transform: translateX(100%) scaleX(.7);
		transform: translateX(100%) scaleX(.7)
	}
	55.99% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	56% {
		-webkit-transform: translateX(-100%) scaleX(0);
		transform: translateX(-100%) scaleX(0)
	}
	56.99% {
		-webkit-transform: translateX(-100%) scaleX(.6);
		transform: translateX(-100%) scaleX(.6)
	}
	75% {
		-webkit-transform: translateX(-5%) scaleX(.6);
		transform: translateX(-5%) scaleX(.6)
	}
	85% {
		-webkit-transform: translateX(30%) scaleX(.3);
		transform: translateX(30%) scaleX(.3)
	}
	98% {
		-webkit-transform: translateX(100%) scaleX(.2);
		transform: translateX(100%) scaleX(.2)
	}
	99.99% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@keyframes progress {
	0% {
		-webkit-transform: translateX(-100%) scaleX(.2);
		transform: translateX(-100%) scaleX(.2)
	}
	20% {
		-webkit-transform: translateX(-40%) scaleX(.2);
		transform: translateX(-40%) scaleX(.2)
	}
	30% {
		-webkit-transform: translateX(0) scaleX(.5);
		transform: translateX(0) scaleX(.5)
	}
	55% {
		-webkit-transform: translateX(100%) scaleX(.7);
		transform: translateX(100%) scaleX(.7)
	}
	55.99% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	56% {
		-webkit-transform: translateX(-100%) scaleX(0);
		transform: translateX(-100%) scaleX(0)
	}
	56.99% {
		-webkit-transform: translateX(-100%) scaleX(.6);
		transform: translateX(-100%) scaleX(.6)
	}
	75% {
		-webkit-transform: translateX(-5%) scaleX(.6);
		transform: translateX(-5%) scaleX(.6)
	}
	85% {
		-webkit-transform: translateX(30%) scaleX(.3);
		transform: translateX(30%) scaleX(.3)
	}
	98% {
		-webkit-transform: translateX(100%) scaleX(.2);
		transform: translateX(100%) scaleX(.2)
	}
	99.99% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
.header {
	height: 33px;
	padding: 3px 10px;
	clear: both
}
@media (min-width:768px) {
	.header {
		height: auto
	}
}
@media (min-width:960px) {
	.header {
		padding: 5px 10px 0
	}
}
.header-logo {
	margin-top: 2px;
	padding: 2px 0;
	width: 92px;
	height: 30px
}
@media (min-width:768px) {
	.header-logo {
		width: 165px;
		height: 50px
	}
}
.header-right {
	float: right
}
@media (min-width:768px) {
	.header-right {
		margin-top: 13px
	}
}
.header-text {
	display: none
}
@media (min-width:768px) {
	.header-text {
		display: inline-block
	}
}
.header-btn {
	display: inline-block
}
.footer {
	padding-bottom: 80px
}
.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:768px) {
	.footer-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.footer-logo {
	margin-bottom: 5px
}
.footer-col {
	margin: 0 20px;
	padding: 20px 0
}
@media (min-width:768px) {
	.footer-col {
		margin: 20px 0 0 7px;
		padding: 0 20px 4px 13px;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}
.footer-col:not(:first-child) {
	border-top: 1px solid #585858
}
@media (min-width:768px) {
	.footer-col:not(:first-child) {
		border-top: none;
		border-left: 1px solid #585858
	}
}
.footer-icon {
	-webkit-filter: gray();
	filter: gray()
}
.footer-icon::after {
	width: 100px;
	height: 38px
}
.footer-text {
	margin: 11px 0
}
@media (min-width:768px) {
	.footer-text {
		display: block
	}
}
.footer-linklist {
	margin: 12px -5px 0
}
.footer-linklist li {
	padding: 5px 10px;
	line-height: 20px
}
a.footer-link {
	text-decoration: none;
	color: #585858
}
a.footer-link:hover {
	text-decoration: underline
}
#spa .footer-content {
	max-width: 1000px
}
.promo-text {
	margin: 0 25px
}
.hero {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 33%;
	background-color: #ffffff;
	background-image: url(../images/teaser1_mobile.jpg);
	background-position: 50%;
	background-size: cover;
	border-top: 1px solid #737b82
}
@media (min-width:768px) {
	.hero {
		padding-top: 0;
		padding-bottom: 320px;
		background-image: url(../images/teaser1.jpg)
	}
}
.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.hero-textblock {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	z-index: 10
}
@media (min-width:768px) {
	.hero-textblock {
		top: 45px;
		bottom: auto;
		margin-left: 7px
	}
}
.hero-text {
	display: table;
	margin-bottom: 6px;
	padding: 0 10px 0 20px;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	background-color: rgba(22, 82, 142, .7);
	text-decoration: none;
	border: none
}
@media (min-width:960px) {
	.hero-text {
		font-size: 24px;
		line-height: 34px
	}
}
@media (min-width:768px) {
	.hero-text:first-child {
		font-size: 24px;
		line-height: 46px
	}
}
@media (min-width:960px) {
	.hero-text:first-child {
		font-size: 36px
	}
}
.hero-btn {
	display: none;
	margin-top: 16px
}
@media (min-width:768px) {
	.hero-btn {
		display: table
	}
}
@media (min-width:768px) {
	.loginbox {
		position: absolute;
		top: 0
	}
}
.loginbox-box {
	padding: 4px 20px 12px;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (min-width:768px) {
	.loginbox-box {
		margin-top: 25px;
		margin-left: auto;
		margin-right: 7px;
		width: 300px;
		padding: 10px;
		border-radius: 2px
	}
}
.loginbox-form {
	margin: 0 auto;
	max-width: 300px
}
input.loginbox-input {
	padding: 8px 7px 6px 35px;
	font-size: 14px;
	width: 100%
}
input.loginbox-input-username::before {
	content: '';
	background-image: url(../images/user.svg)
}
input.loginbox-input-password::before {
	content: '';
	background-image: url(../images/lock.svg)
}
.loginbox-btn {
	margin-top: 7px;
	width: 100%
}
.loginbox-switchlink {
	margin: 7px auto 0;
	display: block;
	width: 100%;
	max-width: 300px;
	text-align: right
}
.loginbox-heading {
	display: none;
	border: none;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	color: #034694
}
@media (min-width:768px) {
	.loginbox-heading {
		display: block;
		margin-top: 7px;
		margin-bottom: 4px
	}
}
.testimonials {
	background-color: #ffffff
}
.testimonials-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 14px 0
}
@media (min-width:768px) {
	.testimonials-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.testimonials-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 7px;
	padding: 6px 12px 24px;
	min-height: 48px;
	background-color: #fff
}
@media (min-width:768px) {
	.testimonials-box {
		margin: 16px 7px;
		min-height: 80px
	}
}
.testimonials-imgwrapper {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	position: absolute;
	left: 12px;
	top: 12px
}
.testimonials-text {
	margin: 0 0 0 52px
}
.testimonials-star-wrapper {
	padding-top: 2px
}
.testimonials-signature {
	position: absolute;
	right: 12px;
	bottom: 8px;
	font-style: italic
}
.home {
	position: relative;
	background-color: #ffffff;
	padding-bottom: 1px
}
.home-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 18px 10px;
	background-color: #fff
}
.home-cta-with-extramargin {
	margin-bottom: 20px
}
@media (min-width:768px) {
	.home-cta-with-extramargin {
		margin-bottom: 30px
	}
}
.home-ctheading {
	margin: 0 auto 10px;
	text-align: center;
	border: none;
	font-weight: 400
}
@media (min-width:768px) {
	.home-ctheading {
		font-size: 22px
	}
}
.home .userbox {
	margin: 9px
}
.home-userblock {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px
}
@media (min-width:480px) {
	.home-userblock {
		max-width: 474px
	}
}
@media (min-width:640px) {
	.home-userblock {
		max-width: 632px
	}
}
@media (min-width:970px) {
	.home-userblock {
		max-width: 950px
	}
}
.home .userlist-ad {
	margin-left: auto;
	margin-right: auto
}
.star-icon {
	margin: 4px 0;
	position: relative;
	display: inline-block;
	color: #FDB901;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 5.6px solid #FDB901;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg)
}
.star-icon:before {
	border-bottom: 6.4px solid #FDB901;
	border-left: 2.4px solid transparent;
	border-right: 2.4px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -3.6px;
	left: -5.2px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg)
}
.star-icon:after {
	position: absolute;
	display: block;
	color: #FDB901;
	top: .24px;
	left: -8.4px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 5.6px solid #FDB901;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
	content: ''
}