.header ul,
.formrow .error ul,
.help-module .module>ul,
.tabs ul.resp-tabs-list,
.news-list ul,
.news-latest ul,
.step-container {
	list-style-type: none;
	padding: 0;
	margin: 0
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

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

[hidden] {
	display: none
}

html {
	font-family: Source Sans Pro, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 2em
}

button,
input,
select,
textarea {
	font-family: Source Sans Pro, sans-serif;
}

body {
	margin: 0;
	color: #333;
}

a:focus {
	outline: thin dotted
}

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

pre {
	margin: .8em 0
}

p {
	margin: 0 0 10px 0
}

blockquote {
	margin: 2em 20px
}

h1,
.h1 {
	font-size: 2.2em;
	line-height: 1.81818em
}

h2 {
	font-size: 2em;
	line-height: 2em
}

h3 {
	font-size: 1.8em;
	line-height: 2.22222em
}

h4 {
	font-size: 1.4em;
	line-height: 1.42857em
}

h5 {
	font-size: 1.2em;
	line-height: 1.66667em
}

h6 {
	font-size: 1.1em;
	line-height: 1.81818em
}

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

b,
strong {
	font-weight: bold
}

dfn {
	font-style: normal
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
	line-height: 2em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

menu,
ol,
ul {
	margin: 2em 0;
	padding: 0 0 0 20px
}

dl {
	padding: 0;
	margin: 0 0 1em;
	font-size: 1.3em
}

dt {
	font-weight: bold
}

dd {
	margin: 0
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

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

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border-color: #c0c0c0;
	margin: 0 2px;
	border-top-width: .1em;
	border-top-style: solid;
	padding-top: .6em;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	padding-bottom: 1.2em;
	border-left-width: .1em;
	border-left-style: solid;
	padding-left: 1.15em;
	border-right-width: .1em;
	border-right-style: solid;
	padding-right: 1.15em
}

legend {
	border: 0;
	padding: 0;
	*margin-left: -7px
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button,
input {
	line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

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

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
body {
	height: 100%;
	background: #fff
}

.wrapper1of4,
.wrapper2of4,
.wrapper3of4,
.wrapper1of3,
.wrapper2of3 {
	width: 100%;
	float: none
}

div.aside {
	clear: both
}

@media (min-width: 600px) {
	.contentblock {
		float: left;
		width: 50%;
		padding: 0 10px
	}
	.onecolumn .contentblock {
		width: 100%
	}
	.onecolumn .threecolumns .contentblock {
		width: 50%
	}
}

@media (min-width: 800px) {
	.contentblock {
		padding: 0 15px
	}
	.threecolumns .contentblock {
		width: 33.3%
	}
	.fourcolumns .contentblock {
		width: 25%
	}
	.fivecolumns .contentblock {
		width: 20%
	}
	.contentblock .contentblock {
		padding-left: 0
	}
	.onecolumn .threecolumns .contentblock {
		width: 33.3%
	}
	.wrapper3of4 {
		width: 75%;
		float: left
	}
	.wrapper2of4 {
		width: 50%;
		float: left
	}
	.wrapper2of3 {
		width: 66.666%;
		float: left
	}
	.wrapper1of4 {
		width: 25%;
		float: left
	}
	.wrapper1of3 {
		width: 33.333%;
		float: left
	}
	.wrapper1of5 {
		width: 20%;
		float: left
	}
	.wrapper2of5 {
		width: 40%;
		float: left
	}
	.wrapper3of5 {
		width: 60%;
		float: left
	}
	.wrapper4of5 {
		width: 80%;
		float: left
	}
	.wrapper1of7 {
		width: 14%;
		float: left
	}
	.wrapper2of7 {
		width: 28%;
		float: left
	}
	.wrapper3of7 {
		width: 42%;
		float: left
	}
	.wrapper4of7 {
		width: 56%;
		float: left
	}
	.wrapper5of7 {
		width: 71%;
		float: left
	}
	.wrapper6of7 {
		width: 85%;
		float: left
	}
	div.aside {
		background: url(../img/bg/gradient_aside.png) no-repeat 0 0;
		padding-bottom: 5000px;
		margin-bottom: -5000px;
		margin-top: -40px;
		padding-top: 30px;
		clear: none;
		width: 24%
	}
}

@media (min-width: 800px) and (min-width: 1024px) {
	div.aside {
		width: 25%;
		margin-top: -50px;
		padding-top: 40px
	}
}

#header,
#contentwrapper,
#footer {
	max-width: 960px;
	margin: 0 auto;
	min-width: 320px;
	padding: 0 8%
}

#header:before,
#header:after,
#contentwrapper:before,
#contentwrapper:after,
#footer:before,
#footer:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html #header,
* html #contentwrapper,
* html #footer {
	height: 1px
}

@media (min-width: 600px) {
	#header,
	#contentwrapper,
	#footer {
		padding: 0 2%
	}
}

@media (min-width: 1024px) {
	#header,
	#contentwrapper,
	#footer {
		padding: 0;
		max-width: 960px
	}
}

#header {
	padding: 0
}

@media (min-width: 1024px) {
	#header {
		max-width: 940px;
		padding-right: 10px
	}
}

#contentwrapper {
	overflow: hidden;
	padding-top: 20px
}

@media (min-width: 800px) {
	#contentwrapper {
		margin-top: 0
	}
}

@media (min-width: 1024px) {
	#contentwrapper {
		padding-top: 50px
	}
	.aside #contentwrapper {
		margin-top: 0
	}
}

.home #contentwrapper {
	position: relative;
	padding-top: 0
}

.home #contentwrapper>.fullwidth:nth-of-type(1) {
	height: 380px
}

.ie8 .home #contentwrapper .fullwidth:first-child {
	height: 380px
}

.wrapper:before,
.wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .wrapper {
	height: 1px
}

.wrapper.smaller {
	width: 80%;
	margin: 0 auto
}

.highlight {
	background: #f0f0e9
}

@media (min-width: 600px) {
	.column {
		float: left;
		padding-right: 20px
	}
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	color: #20386e;
	font-family: PT Serif, serif;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.2
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	margin: 0 0 5px
}

h1.focus,
h2.focus,
h3.focus,
h4.focus,
h5.focus,
h6.focus,
.h1.focus,
.h2.focus,
.h3.focus {
	color: #20386e
}

h4,
h5,
h6 {
	font-family: Source Sans Pro, sans-serif;
	margin-bottom: 0
}

h1,
.h1 {
	font-size: 3.0em
}

h2,
.h2 {
	font-size: 2.4em
}

h3,
.h3 {
	font-size: 1.5em
}

h4,
.h4 {
	font-size: 1.4em
}

h5,
.h5 {
	font-size: 1.2em
}

h6,
.h6 {
	font-size: 1.0em
}

p,
input,
textarea,
li,
table {
	font-size: 18px;
	line-height: 1.53846em;
	font-family:Source Sans Pro, sans-serif !important;
}

p p,
p input,
p textarea,
p li,
p table,
input p,
input input,
input textarea,
input li,
input table,
textarea p,
textarea input,
textarea textarea,
textarea li,
textarea table,
li p,
li input,
li textarea,
li li,
li table,
table p,
table input,
table textarea,
table li,
table table {
	font-size: 100%
}

p.intro,
input.intro,
textarea.intro,
li.intro,
table.intro {
	font-size: 1.43em;
	line-height: 1.3986em;
	line-height: 1.9;
	margin-bottom: 20px;
	font-family:'Source Sans Pro', sans-serif !important;
}

a {
	text-decoration: underline;
	color: #333;
}

a:active,
a.active,
a:hover {
	text-decoration: underline;
	color: #20386e
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	color: #20386e
}

h1 li,
h2 li,
h3 li,
h4 li,
h5 li,
h6 li {
	text-decoration: none
}

button {
	width: auto;
	overflow: visible;
	padding: 0;
	border: 0;
	cursor: pointer
}

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

button.add {
	position: relative;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 40px;
	margin-bottom: 10px
}

button.add:before {
	content: '+';
	color: #fff;
	left: 10px;
	top: -3px;
	position: absolute;
	font-size: 30px
}

button.add:hover {
	background-color: #555
}

button.remove {
	position: relative;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 40px;
	margin-bottom: 10px
}

button.remove:before {
	content: '-';
	color: #fff;
	left: 10px;
	top: -3px;
	position: absolute;
	font-size: 30px
}

button.remove:hover {
	background-color: #555
}

.btn {
	border: none;
	background: #20386e;
	font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 30px;
	height: 40px;
	font-style: normal;
	color: #fff;
	display: inline-block;
	padding: 0px 10px 0;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 10px
}

.btn.large {
	font-size: 17px;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	padding: 0 35px
}

.btn:hover,
.btn:active,
.btn:focus {
	text-decoration: none;
	background-color: #00346C;
	color: #fff
}

.btn.right {
	margin: 0 0 0 10px
}

.btn.neutral {
	background: #ccc;
	color: #333;
}

.btn.neutral:hover,
.btn.neutral:active,
.btn.neutral:focus {
	background: #b9b9b9
}

.btn.neutral.large span.arrow {
	background-position: -92px 2px
}

.btn.search {
	background-image: url(../img/bg/btn-search.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	text-indent: -9999em;
	padding: 15px;
	position: absolute;
	right: 5%;
	top: -45px;
	height: 30px
}

@media (min-width: 1024px) {
	.btn.search {
		background-position: 2px 2px;
		width: 25px;
		height: 25px;
		padding: 0;
		position: static
	}
}

.btn.search:hover,
.btn.search:active,
.btn.search:focus {
	background-position: 5px -25px;
	background-color: #333;
}

@media (min-width: 1024px) {
	.btn.search:hover,
	.btn.search:active,
	.btn.search:focus {
		background-position: 2px -27px
	}
}

.btn.disabled {
	background: #DFDFDF;
	color: #fff;
	cursor: default
}

.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus {
	background: #DFDFDF
}

.btn.blank {
	background: #fff;
	color: #20386e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 0
}

.btn.blank:hover,
.btn.blank:active,
.btn.blank:focus {
	background: #fff;
	color: #333;
}

.btn.back {
	padding-left: 12px;
	background: #fff url(../img/icons/arrows.png) no-repeat 2px -408px;
	border-radius: 0;
	box-shadow: none
}

.btn.back:hover,
.btn.back:active,
.btn.back:focus {
	padding-left: 12px;
	background: #fff url(../img/icons/arrows.png) no-repeat 2px -408px;
	border-radius: 0;
	box-shadow: none
}

.negative-margin {
	margin-top: -38px
}

.btn.focus {
	background: #c5bf10;
	color: #20386e;
	text-align: center;
	height: auto
}

.btn.focus:hover,
.btn.focus:active,
.btn.focus:focus {
	background: #dcd735;
}

.btn.focus.large span.arrow {
	background-position: 0 -158px
}

.btn span.arrow {
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 5px;
	padding: 0;
	background: url(../img/icons/arrows.png) no-repeat -63px -51px
}

.btn:focus-visible span.arrow {
    background: url(../img/icons/arrows.png) no-repeat -1px -161px;
}

.btn.focus span.arrow {
	background-position: 0 -161px
}

.btn.disabled span.arrow {
	background-position: -63px -51px
}

.btn.neutral span.arrow {
	background-position: -94px 0px;
	height: 12px
}

.btn.blank span.arrow {
	background-position: 0px -417px;
	height: 12px;
	margin-left: 0
}

.btn.large span.arrow {
	background-position: -92px -399px;
	width: 10px;
	height: 14px
}

.linkbutton {
	border: none;
	background: none;
	font-family: Source Sans Pro, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: none;
	-moz-box-shadow: none
}

.logo {
	max-width: 290px;
	display: block;
	padding: 10px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

@media (min-width: 1024px) {
	.logo {
		padding: 24px 0 0;
		margin: 0
	}
}

.logo span {
	position: absolute;
	text-indent: -999em
}

.logo p {
	margin: 0 auto;
	padding-top: 6px;
	width: 210px
}

@media (min-width: 600px) {
	.logo p {
		width: auto;
		padding: 0
	}
}

.logo p img {
	width: 100%
}

.header-shadow {
	-moz-box-shadow: rgba(153, 153, 153, 0.7) 0 -25px 20px 35px;
	-webkit-box-shadow: rgba(153, 153, 153, 0.7) 0 -25px 20px 35px;
	box-shadow: rgba(153, 153, 153, 0.7) 0 -25px 20px 35px;
	height: 60px;
	min-width: 320px
}

@media (min-width: 1024px) {
	.header-shadow {
		height: auto
	}
}

.header {
	position: relative
}

.header ul li a {
	font-size: 12px;
	text-decoration: none
}

@media (min-width: 1024px) {
	.header {
		height: 160px;
		font-family: Source Sans Pro, sans-serif;
	}
	.header li {
		list-style-type: none;
		float: left;
		height: 38px
	}
	.header li a {
		color: #20386e
	}
	.header li a.login {
		padding-left: 17px;
		background: url(../img/icons/icons-small.png) no-repeat 0 -107px
	}
	.header li a.loggedin {
		padding-left: 17px;
		background: url(../img/icons/icons-small.png) no-repeat 0 -313px
	}
}

.header .subnav {
	display: none
}

@media (min-width: 1024px) {
	.header .subnav {
		display: block;
		position: absolute;
		right: 0px;
		top: 20px
	}
	.header .subnav ul li {
		padding: 0 0 0 8px;
		margin: 0 0 0 8px;
		background: url(../img/bg/dot-20px-v.png) no-repeat 0 -2px;
		line-height: 16px
	}
	.header .subnav ul li a:hover,
	.header .subnav ul li a:active,
	.header .subnav ul li a:focus {
		text-decoration: underline
	}
	.header .subnav ul li.active a {
		text-decoration: underline
	}
	.header .subnav ul li:first-child {
		background: none
	}
}

@media (min-width: 1024px) {
	.mainnav {
		margin-left: 5px;
		position: absolute;
		bottom: 0
	}
}

.mainnav .mobilemenu {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 5%;
	background: url(../img/icons/mobile_menu.png) no-repeat 0 0px;
	text-indent: -9999px;
	z-index: 99
}

.mainnav .mobilemenu:hover,
.mainnav .mobilemenu:active {
	background-position: 0 -30px
}

.mainnav .mobilemenu:focus {
	outline: none
}

@media (min-width: 600px) {
	.mainnav .mobilemenu {
		left: 5%
	}
}

@media (min-width: 1024px) {
	.mainnav .mobilemenu {
		display: none
	}
}

.mainnav ul {
	display: block;
	width: 290px;
	height: 100%;
	position: fixed;
	left: -290px;
	top: 0;
	z-index: 98;
	padding-top: 15px;
	background-color: #fff;
	-moz-box-shadow: #ccc 2px 2px 10px;
	-webkit-box-shadow: #ccc 2px 2px 10px;
	box-shadow: #ccc 2px 2px 10px
}

@media (min-width: 1024px) {
	.mainnav ul {
		z-index: 9;
		display: block;
		padding: 0;
		width: 100%;
		position: static;
		box-shadow: none;
		background-color: none
	}
}

.mainnav ul li {
	line-height: 26px;
	padding: 0
}

@media (min-width: 1024px) {
	.mainnav ul li {
		line-height: normal
	}
}

@media (min-width: 1024px) {
	.mainnav ul li a span {
		display: inline-block;
		padding: 7px 10px;
		position: relative;
		z-index: 2
	}
}

.mainnav ul li ul {
	margin-top: -2px;
	padding-top: 0;
	padding-bottom: 4px;
	background: #fff;
	position: relative;
	display: none
}

.mainnav ul li.home a,
.mainnav ul li.home:hover a,
.mainnav ul li.home.active a {
	display: block;
	z-index: 999;
	border-bottom: 1px dotted #d2d2d2;
	background: url(../img/icons/icons-small.png) no-repeat 20px 9px
}

@media (min-width: 1024px) {
	.mainnav ul li.home a,
	.mainnav ul li.home:hover a,
	.mainnav ul li.home.active a {
		background-position: 3px 9px
	}
}

.mainnav ul li.home a span,
.mainnav ul li.home:hover a span,
.mainnav ul li.home.active a span {
	display: block;
	text-indent: -9999em;
	width: 0
}

.mainnav ul li.home:hover a,
.mainnav ul li.home.active a {
	background-position: 16px 9px;
	margin-bottom: 0;
	background-size: auto
}

.mainnav ul li.home.active:hover a {
	background: url(../img/icons/icons-small.png) no-repeat 16px 9px
}

@media (min-width: 1024px) {
	.mainnav ul li.home {
		background: none;
		width: 50px
	}
	.mainnav ul li.home a,
	.mainnav ul li.home:hover a,
	.mainnav ul li.home.active a {
		border-bottom: 0;
		background-position: 3px 9px
	}
	.mainnav ul li.home.active:hover a {
		background-position: 13px 9px
	}
}

.mainnav>ul {
	overflow-y: scroll
}

@media (min-width: 1024px) {
	.mainnav>ul {
		overflow-y: inherit
	}
}

.mainnav>ul>li {
	border-bottom: 1px dotted #d2d2d2;
	position: relative
}

@media (min-width: 1024px) {
	.mainnav>ul>li {
		border-bottom: 0;
		background: url(../img/bg/dot-20px-v.png) no-repeat 9px 6px;
		padding-left: 10px;
		margin: 0 -10px;
		position: relative
	}
	.mainnav>ul>li>ul {
		display: none
	}
}

.mainnav>ul>li:before {
	content: '';
	border-bottom: 1px dotted #d2d2d2;
	position: absolute;
	left: 1px;
	right: 0;
	bottom: 0
}

@media (min-width: 1024px) {
	.mainnav>ul>li:before {
		display: none
	}
}

.mainnav>ul>li>a {
	display: block;
	position: relative;
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	padding: 7px 0 6px 20px
}

.mainnav>ul>li>a:hover {
	text-decoration: none
}

@media (min-width: 1024px) {
	.mainnav>ul>li>a {
		border: none;
		padding: 0 10px 0 0;
		margin: 0;
		font-size: 16px
	}
}

.mainnav>ul>li:hover>a,
.mainnav>ul>li:focus>a {
	border-left: 4px solid #20386e;
	margin-bottom: 1px;
	padding-left: 16px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cfcfcf));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #cfcfcf 100%)
}

@media (min-width: 1024px) {
	.mainnav>ul>li:hover>a,
	.mainnav>ul>li:focus>a {
		border: none;
		padding: 0 10px 0 0;
		margin: 0;
		background: none
	}
}

.mainnav>ul>li:hover>a {
	margin-bottom: 0
}

.mainnav>ul>li.active {
	border-left: 4px solid #20386e
}

.mainnav>ul>li.active>ul {
	display: block;
	position: static;
	margin: -2px 0 0;
	box-shadow: none;
	width: 246px;
	padding-left: 4px
}

@media (min-width: 1024px) {
	.mainnav>ul>li.active {
		border-left: none
	}
	.mainnav>ul>li.active:hover {
		padding-left: 0
	}
	.mainnav>ul>li.active>ul {
		display: none
	}
}

.mainnav>ul>li.active:hover>ul {
	padding-left: 0;
	margin-top: -2px
}

.mainnav>ul>li.active:hover a {
	background: none;
	border-left: none;
	padding-left: 20px
}

@media (min-width: 1024px) {
	.mainnav>ul>li.active:hover a {
		padding-left: 10px
	}
}

.mainnav>ul>li.active.hassubmenu>a {
	border-bottom: none
}

.mainnav>ul>li.active.hassubmenu>a:before {
	display: none
}

@media (min-width: 1024px) {
	.mainnav>ul>li.active>a span {
		border-bottom: 5px solid #20386e;
		height: 38px
	}
}

.mainnav>ul>li li {
	margin: 15px 0 10px
}

.mainnav>ul>li li a {
	color: #333;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 13px;
	padding-left: 16px;
	line-height: 18px;
	display: block
}

.mainnav>ul>li li a:hover {
	text-decoration: underline
}

#searchbox {
	position: absolute;
	top: 60px;
	right: 0;
	width: 100%;
	z-index: 2;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bfbfbf), color-stop(100%, #ffffff));
	background-image: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #bfbfbf 0%, #ffffff 100%)
}

@media (min-width: 1024px) {
	#searchbox {
		background: transparent;
		right: 0;
		top: 120px;
		height: 30px;
		width: 238px;
		z-index: 10;
		margin: 0;
		padding: 0
	}
}

@media (min-width: 1024px) {
	.search {
		padding: 5px 0 5px 3px
	}
	.search ::-webkit-input-placeholder {
		color: #777
	}
	.search :-moz-placeholder {
		color: #777
	}
	.search ::-moz-placeholder {
		color: #777
	}
	.search :-ms-input-placeholder {
		color: #777
	}
}

.search input {
	width: 98%;
	height: 30px;
	padding: 0 6px;
	margin: 10px 1%;
	z-index: 99;
	position: relative;
	font-size: 14px;
	display: none
}

@media (min-width: 1024px) {
	.search input {
		display: block;
		height: 24px;
		float: left;
		width: 205px;
		margin: 0 5px 0 0;
		padding: 4px;
		font-size: 11px;
		line-height: 14px
	}
}

.breadcrumb {
	display: none
}

@media (min-width: 1024px) {
	.breadcrumb {
		display: block;
		position: absolute;
		top: 175px;
		left: 8px;
		z-index: 10;
		max-width: 680px
	}
	.home .breadcrumb {
		display: none
	}
	.breadcrumb ul {
		font-family: Source Sans Pro, sans-serif;
	}
	.breadcrumb ul li {
		background: url(../img/icons/arrows.png) no-repeat -16px -135px;
		padding: 0 12px;
		height: auto;
		line-height: 16px
	}
	.subhome .breadcrumb ul li {
		background-position: -64px -47px
	}
	.subhome .breadcrumb ul li.active {
		background-position: -64px -47px
	}
	.breadcrumb ul li.active {
		background-position: -51px -71px
	}
	.breadcrumb ul li:first-child {
		background: none;
		padding-left: 0
	}
	.breadcrumb ul a {
		color: #999;
		padding-bottom: 0;
		text-decoration: none
	}
	.subhome .breadcrumb ul a {
		color: #fff
	}
	.breadcrumb ul li.active {
		color: #20386e;
		font-size: 12px
	}
	.subhome .breadcrumb ul li.active {
		color: #fff
	}
	.breadcrumb ul li.active h1 {
		color: #20386e;
		font-size: 12px;
		font-family: Trebuchet MS, verdana, sans-serif;
		margin: 2px 0 0
	}
	.subhome .breadcrumb ul li.active h1 {
		color: #fff
	}
	.breadcrumb ul a:hover {
		text-decoration: underline
	}
}

@media (min-width: 1024px) {
	.mainnav>ul>li.hassubmenu.hover {
		background: url(../img/bg/mainnav-l.png) no-repeat 0 0;
		z-index: 1000
	}
	.mainnav>ul>li.hassubmenu.hover>a {
		background: url(../img/bg/mainnav-r.png) no-repeat 100% 0;
		background-size: auto;
		z-index: 60
	}
	.mainnav>ul>li.hassubmenu.hover>a span {
		border-bottom: none;
		background: url(../img/bg/mainnav-mid.png) repeat-x 0 0px;
		z-index: 60;
		height: 40px
	}
	#preview-nav .preview-item {
		width: 892px;
		height: 310px;
		background: url(../img/bg/nav-panel-transpbg.png) repeat 0 0;
		color: #333;
		padding: 20px 0 0;
		-webkit-box-shadow: 0px 0px 4px #333;
		-moz-box-shadow: 0px 0px 4px #333;
		box-shadow: 0px 0px 4px #333
	}
	.js #preview-nav .preview-item {
		left: 121px;
		position: absolute;
		top: 156px;
		z-index: 999
	}
	.js #preview-nav .preview-item .contentblock {
		width: 32%
	}
	.js #preview-nav .preview-item .contentblock img {
		max-width: 247px
	}
	#preview-nav .preview-item.empty-item {
		height: 0;
		width: 0;
		overflow: hidden;
		padding: 0
	}
	#preview-nav h3 {
		font-size: 16px
	}
	#preview-nav ul {
		color: #333;
		position: static;
		padding-left: 0
	}
	#preview-nav li {
		display: block;
		padding-left: 15px;
		margin-bottom: 5px;
		background: url(../img/icons/arrows.png) no-repeat -28px -114px;
		border: none
	}
	#preview-nav li a {
		font-size: 12px;
		font-family: Source Sans Pro, sans-serif;
		text-decoration: none
	}
	#preview-nav li a:hover {
		color: #20386e
	}
	#preview-nav .spotlight {
		height: 270px;
		background: url(../img/bg/spotlightbg.png) repeat-y 0 0
	}
	#preview-nav .spotlight p {
		width: 260px
	}
	#preview-nav .spotlight p a {
		color: #20386e;
		text-decoration: none
	}
	#preview-nav .spotlight p a:hover {
		color: #333;
	}
}

.touchsmall .mainnav>ul {
	padding-top: 55px
}

.touchsmall .mainnav>ul>li.home {
	background: #fff;
	height: 56px;
	position: fixed;
	top: 0;
	left: 0;
	width: 290px;
	z-index: 230
}

.touchsmall .mainnav>ul>li.home a {
	margin-top: 15px;
	z-index: 235;
	position: relative
}

.skiplink {
	position: absolute;
	left: -999em
}

.margin-nav {
	display: none
}

@media (min-width: 1024px) {
	.margin-nav {
		display: block;
		list-style: none;
		margin: 10px 0 10px -5px;
		padding: 0;
		width: 33.333%;
		float: left
	}
	.fullwidth .margin-nav {
		width: 25%
	}
	.margin-nav li {
		line-height: 18px;
		margin: 5px 0;
		padding: 0 0 5px 20px
	}
	.margin-nav li.active {
		background: url(../img/icons/arrows.png) 4px -155px no-repeat;
		color: #20386e
	}
	.margin-nav li a {
		text-decoration: none
	}
	.margin-nav li a:hover {
		text-decoration: underline
	}
}

@media (min-width: 1024px) {
	.margin-content {
		margin-left: 220px;
		padding-left: 20px
	}
}

#footer {
	background: #efedec url(../img/bg/footer.png) repeat-x 0 0;
	max-width: 100%;
	margin: 0;
	padding: 0 0 10px
}

@media (min-width: 800px) {
	#footer {
		padding: 10px 0 0;
		margin-top: 20px
	}
	.aside.subhome #footer {
		margin-top: 0
	}
}

.footer {
	padding: 35px 0;
	margin: 0 auto;
	position: relative;
	max-width: 960px
}

@media (min-width: 1024px) {
	.footer {
		padding-right: 0;
		padding-left: 0
	}
}

.footer h2 {
	color: #333;
	font-style: normal;
	font-size: 16px;
	margin: 0 8% 10px
}

.footer h2 a {
	text-decoration: none;
	color: #333;
	padding: 5px 0 1px
}

@media (min-width: 600px) {
	.footer h2 a {
		padding: 0;
		background: none
	}
}

.footer h2 a:hover {
	text-decoration: underline
}

@media (min-width: 600px) {
	.footer h2 {
		margin: 0
	}
}

.footer ul.linklist {
	display: none;
	font-family: Source Sans Pro, sans-serif;
	font-size: 9px
}

@media (min-width: 600px) {
	.footer ul.linklist {
		display: block
	}
}

@media (min-width: 600px) {
	.footer .contentblock {
		min-height: 160px
	}
}

ul.disclaimer {
	display: block;
	padding: 0 12px;
	clear: both;
	color: #666
}

ul.disclaimer li {
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
	float: left;
	padding: 0 10px;
	margin: 5px 0;
	border-right: 1px solid #AAA9A9
}

ul.disclaimer li:first-child {
	background: none;
	border-right: none;
	width: 100%
}

@media (min-width: 600px) {
	ul.disclaimer li:first-child {
		width: auto;
		border-right: 1px solid #AAA9A9
	}
}

ul.disclaimer li:last-child {
	border-right: none
}

ul.disclaimer a {
	color: #666;
	text-decoration: underline
}

ul.disclaimer a:hover {
	text-decoration: none
}

.scroll-outer {
	margin: 0 -33px 40px 0;
	position: relative
}

@media (min-width: 600px) {
	.scroll-outer {
		margin-right: -25px
	}
}

@media (min-width: 800px) {
	.scroll-outer {
		margin: 0 -15px 40px 0;
		padding: 0
	}
}

@media (min-width: 1024px) {
	.scroll-outer {
		margin: 0 0 35px
	}
}

.scroll-outer h1,
.scroll-outer h2 {
	padding-right: 8%
}

.home .scroll-outer.fullwidth {
	width: 102%
}

@media (min-width: 1024px) {
	.home .scroll-outer.fullwidth {
		width: 100%;
		margin-left: 20px
	}
}

.scroll-outer.quotes {
	margin: 20px -33px 50px 0
}

.scroll-outer.quotes .scroll-elements {
	width: 100%
}

.scroll-outer.quotes .scroll-elements .ankeiler-container {
	background: none;
	height: auto;
	margin: 0;
	width: 32.3%
}

.scroll-outer.quotes .scroll-elements .ankeiler-container .ankeiler-content {
	background: none
}

.scroll-outer.quotes .scroll-elements .ankeiler-container .ankeiler-content blockquote {
	margin: 0;
	padding: 0 15px 8px 0;
	font-size: 20px;
	line-height: 30px;
	font-family: Source Sans Pro, sans-serif;
	font-style: normal
}

.scroll-outer.quotes .scroll-elements .ankeiler-container .ankeiler-content p {
	font-style: normal
}

.scroll-elements {
	-moz-box-shadow: rgba(51, 51, 51, 0.4) -30px 0 40px -25px inset;
	-webkit-box-shadow: rgba(51, 51, 51, 0.4) -30px 0 40px -25px inset;
	box-shadow: rgba(51, 51, 51, 0.4) -30px 0 40px -25px inset;
	max-width: 100%;
	overflow-y: hidden;
	margin-right: 0;
	clear: both
}

.scroll-elements:before {
	content: '';
	background: url(../img/icons/scroll-more.png) no-repeat right;
	height: 38px;
	width: 74px;
	position: absolute;
	right: 55px;
	bottom: -39px
}

@media (min-width: 1024px) {
	.scroll-elements {
		box-shadow: none;
		max-width: 960px;
		width: 100%;
		overflow: inherit;
		margin-bottom: 0
	}
	.scroll-elements:before {
		display: none
	}
}

.scroll-elements .ankeiler-container ul.linklist {
	float: left;
	width: 155px
}

@media (min-width: 600px) {
	.scroll-elements .ankeiler-container ul.linklist {
		width: 130px
	}
}

@media (min-width: 1024px) {
	.scroll-elements .ankeiler-container ul.linklist {
		padding-bottom: 0
	}
}

.scroll-elements .ankeiler-container p.user-option-text {
	width: 130px;
	float: left
}

@media (min-width: 600px) {
	.scroll-elements .ankeiler-container p.user-option-text {
		width: 110px
	}
}

.home .scroll-elements .ankeiler-container p.user-option-text {
	width: 110px
}

.ankeiler {
	margin-bottom: 20px
}

@media (min-width: 800px) {
	.ankeiler {
		margin-bottom: 0
	}
}

.ankeiler h2 {
	margin-top: 40px;
	margin-bottom: -10px
}

.ankeiler h2:first-child {
	margin: 0 0 5px
}

.ankeiler h3 {
	margin-top: 30px
}

.ankeiler-btn a {
	width: 100%
}

.ankeiler-content {
	width: 100%;
	height: 100%
}

.ankeiler-container {
	width: 220px;
	margin: 20px 10px 0 0;
	position: relative;
	float: left;
	background: url(../img/bg/dot-2px-borded.png) no-repeat right
}

.ankeiler-container:last-of-type {
	background: none
}

.ankeiler-container.ankeiler-twocolumn {
	background: none
}

.ankeiler-container.ankeiler-twocolumn>a,
.ankeiler-container.ankeiler-twocolumn .ankeiler-content>a {
	min-height: inherit
}

.ankeiler-container>a,
.ankeiler-container .ankeiler-content>a {
	float: left;
	height: 100%;
	width: 65px;
	min-height: 165px
}

@media (min-width: 600px) {
	.ankeiler-container>a,
	.ankeiler-container .ankeiler-content>a {
		width: 90px
	}
}

.ankeiler-container p.user-option-text {
	margin-right: 20px;
	width: 105px;
	font-size: 20px;
	line-height: 28px;
	color: #20386e;
	margin-bottom: 0
}

.ankeiler-container p.ankeiler-btn {
	width: 95%;
	clear: both;
	position: absolute;
	bottom: 0;
	left: -5px
}

.ankeiler-container p.ankeiler-btn a {
	width: 100%;
	text-align: center;
	margin-left: 5px;
	height: auto
}

.ankeiler-container ul.linklist {
	clear: none;
	float: left;
	width: 60%
}

.ankeiler-container img {
	margin: 5px 10px 10px 0;
	max-width: 50px
}

@media (min-width: 600px) {
	.ankeiler-container img {
		max-width: 80px
	}
}

.ankeiler-container.ankeiler-twocolumn {
	width: 100%;
	height: auto;
	margin: 0 5px 5px
}

@media (min-width: 600px) {
	.ankeiler-container.ankeiler-twocolumn {
		margin-bottom: 30px;
		min-height: inherit
	}
}

@media (min-width: 1024px) {
	.ankeiler-container.ankeiler-twocolumn {
		margin-left: -5px;
		margin-right: -5px
	}
}

.ankeiler-container.ankeiler-twocolumn .ankeiler-content {
	background: none;
	float: left;
	width: 100%;
	margin-bottom: 20px
}

@media (min-width: 600px) {
	.ankeiler-container.ankeiler-twocolumn .ankeiler-content {
		min-height: 115px;
		margin-bottom: 0
	}
}

.ankeiler-container.ankeiler-twocolumn .ankeiler-content p.user-option-text {
	width: 295px
}

.ankeiler-container.ankeiler-twocolumn.shadow-box {
	width: 96%;
	margin-bottom: 20px
}

@media (min-width: 600px) {
	.ankeiler-container.ankeiler-twocolumn.shadow-box {
		width: 98%;
		margin-bottom: 60px
	}
}

@media (min-width: 1024px) {
	.ankeiler-container.ankeiler-twocolumn.shadow-box {
		width: 100%
	}
}

.positioning-ankeiler .ankeiler-component {
	float: left;
	position: relative;
	width: 220px;
	top: 25px;
	min-height: inherit;
	overflow: hidden;
	height: 150px;
	padding: 15px;
	border-bottom: 15px solid transparent;
	background: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #999 0 0 15px;
	-webkit-box-shadow: #999 0 0 15px;
	box-shadow: #999 0 0 15px
}

.positioning-ankeiler .ankeiler-component a img {
	margin-left: 25px;
	margin-bottom: 5px;
	display: block;
	clear: both
}

.positioning-ankeiler .ankeiler-component a:hover {
	text-decoration: underline;
	color: #20386e
}

.positioning-ankeiler .ankeiler-component p,
.positioning-ankeiler .ankeiler-component a img,
.positioning-ankeiler .ankeiler-component a.btn.blank {
	margin: 0
}

.positioning-ankeiler .ankeiler-component a.btn.blank {
	padding: 0;
	background: none
}

.positioning-ankeiler .ankeiler-component p {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	word-wrap: break-word
}

.positioning-ankeiler .ankeiler-component .btn {
	height: auto
}

.fullwidth .positioning-ankeiler {
	width: 930px;
	overflow: hidden
}

.wrapper3of4 .scroll-elements .positioning-ankeiler {
	width: 720px;
	overflow: hidden
}

.wrapper3of4 .scroll-elements .positioning-ankeiler .ankeiler-container {
	width: 230px
}

.wrapper3of4 .scroll-elements .positioning-ankeiler .ankeiler-container .ankeiler-content>a {
	min-height: 180px
}

@media (min-width: 1024px) {
	.wrapper3of4 .scroll-elements .positioning-ankeiler .ankeiler-container .ankeiler-content>a {
		min-height: 130px
	}
}

.quotes .positioning-ankeiler {
	width: 960px
}

.user-option-text {
	font-family: Source Sans Pro, sans-serif;
}

.user-option-text a {
	color: #20386e;
	text-decoration: none
}

.user-option-text a:hover {
	text-decoration: underline
}

.ankeiler-component a.btn.blank {
	margin-left: 20px;
	padding-top: 0;
	margin-top: 0
}

.ankeiler-component a.btn.blank span.arrow {
	margin-left: 5px;
	margin-top: 10px;
	background: url(../img/icons/arrows.png) no-repeat scroll 0px -160px transparent
}

.ankeiler-component h2.h3 {
	font-size: 20px;
	font-style: normal;
	padding: 25px 20px 10px 25px
}

.contentblock .ankeiler h2 a,
.contentblock .shadow-box h2 a {
	color: #20386e
}

.contentblock .ankeiler p,
.contentblock .shadow-box p {
	color: #333;
	margin-bottom: 5px
}

.contentblock .ankeiler p.user-option-text,
.contentblock .shadow-box p.user-option-text {
	color: #20386e
}

.contentblock .shadow-box p img {
	margin-right: 15px
}

.contentblock .ankeiler a {
	text-decoration: none;
	height: 30px
}

.contentblock .ankeiler a:hover {
	text-decoration: underline
}

.home .contentblock .ankeiler {
	background: none;
	position: relative;
	margin-right: 20px
}

.background-image {
	position: absolute;
	top: 60px;
	max-width: 100%;
	min-width: 320px;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: url(../img/bg/bg-background-image.gif) left bottom repeat-x;
	padding-bottom: 11px;
	-moz-box-shadow: #999 0 15px 25px -15px;
	-webkit-box-shadow: #999 0 15px 25px -15px;
	box-shadow: #999 0 15px 25px -15px
}

@media (min-width: 1024px) {
	.background-image {
		top: 160px
	}
}

.background-image img {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1280px;
	min-height: 300px;
	left: -280px
}

@media (min-width: 800px) {
	.background-image img {
		left: -140px
	}
}

@media (min-width: 1024px) {
	.background-image img {
		left: 0
	}
}

.home .background-image {
	height: 360px;
	width: 100%
}

.home .background-image img {
	min-height: 360px
}

#quote-carousel {
	position: relative;
	bottom: 10px;
	overflow: hidden;
	margin-left: 8px;
	height: 290px;
	margin-bottom: 20px
}

@media (min-width: 1024px) {
	#quote-carousel {
		margin-bottom: 0;
		height: 280px
	}
}

.home #quote-carousel {
	margin-bottom: 0;
	height: auto;
	bottom: auto
}

@media (min-width: 600px) {
	.home #quote-carousel {
		top: 60px
	}
	.home #quote-carousel li {
		margin-left: 0
	}
}

#quote-carousel ul {
	width: 5000px;
	list-style: none;
	position: relative;
	padding: 0;
	overflow: hidden
}

#quote-carousel li {
	width: 250px;
	margin-right: 5px;
	position: relative;
	float: left
}

@media (min-width: 600px) {
	#quote-carousel li {
		width: 565px
	}
}

#quote-carousel li blockquote {
	font-family: Source Sans Pro, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	color: #C5DC00;
	font-style: normal;
	z-index: 10;
	margin: 0 0 13px
}

#quote-carousel li blockquote div.white-quote {
	color: #fff;
	font-size: 40px;
	line-height: 48px
}

#quote-carousel li div.quote-tekst {
	color: #fff;
	font-family: Source Sans Pro, sans-serif;
	font-size: 20px
}

#quote-carousel li span {
	font-family: Source Sans Pro, sans-serif;
	font-size: 35px;
	color: #000;
	line-height: 1.2;
	font-style: normal;
	z-index: 1;
	width: 555px;
	padding: 0 5px
}

#quote-carousel .panel-buttons {
	position: absolute;
	bottom: 0;
	height: 20px;
	left: 3px
}

.quote-button {
	position: absolute;
	top: 245px;
	left: 8px
}

.home .quote-button {
	position: static
}

@media (min-width: 600px) {
	.home .quote-button a {
		font-size: 20px;
		padding: 5px 20px
	}
}

.home .quote-button .btn {
	height: auto
}

@media (min-width: 600px) {
	.home .quote-button .btn {
		height: 40px
	}
}

#spotlight {
	display: block;
	position: absolute;
	right: 20px;
	top: 30px;
	font-family: Source Sans Pro, sans-serif;
	background: none;
	padding-bottom: 10px;
	font-size: 11px
}

#spotlight .bg {
	background: url(../img/bg/spotlight-top.png) no-repeat top left;
	padding: 20px 20px 10px;
	color: #fff
}

.home #spotlight .bg {
	background-image: none;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 30px 10px
}

@media (min-width: 1024px) {
	.home #spotlight .bg {
		max-width: 330px
	}
}

#spotlight h2 {
	font-size: 18px;
	font-style: normal;
	color: #20386e;
	margin: 0 0 10px
}

#spotlight em {
	font-family: Source Sans Pro, sans-serif;
	font-size: 13px
}

#spotlight span.sub {
	display: block;
	margin-bottom: 10px
}

#spotlight p {
	font-size: 15px;
	color: #20386e
}

#spotlight img {
	float: left;
	margin: 25px 10px 0 0
}

#spotlight span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	font-style: normal;
	color: #20386e
}

#spotlight span.name {
	font-family: Source Sans Pro, sans-serif;
	font-size: 15px;
	font-style: normal;
	margin-top: 36px
}

#spotlight span.company-name {
	height: 25px
}

@media (min-width: 1024px) {
	#spotlight {
		width: 330px
	}
}

.home #spotlight {
	margin-bottom: 20px;
	position: static
}

@media (min-width: 1024px) {
	.home #spotlight {
		margin-top: -375px;
		margin-right: 1px;
		margin-bottom: 0;
		float: right;
		position: relative
	}
}

fieldset {
	border: none;
	margin: 0;
	padding: 0
}

input,
textarea {
	font-family: Source Sans Pro, sans-serif;
	height: 1.5em;
	padding: 9px 3px 10px;
	border: 1px solid #ccc;
	-moz-box-shadow: #adadad 0 0 4px;
	-webkit-box-shadow: #adadad 0 0 4px;
	box-shadow: #adadad 0 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

textarea {
	height: auto;
	width: 100%;
	box-shadow: none;
	border-color: #adadad;
	margin-bottom: 5px;
	padding: 7px
}

.formpage>.formfield {
	margin: 0 -10px 1em
}

.formpage .formfield {
	padding: 10px 0;
	border-bottom: 1px dotted #999;
	position: relative;
	z-index: 10
}

.formpage .formfield.tariefklasse,
.formpage .formfield.rentemiddeling {
	border-bottom: 0;
	margin-bottom: 0
}

.formpage .formfield .wrapper1of4,
.formpage .formfield .wrapper1of2,
.formpage .formfield .wrapper1of3,
.formpage .formfield .wrapper3of4,
.formpage .formfield .wrapper1of5,
.formpage .formfield .wrapper2of5,
.formpage .formfield .wrapper3of5,
.formpage .formfield .wrapper9of10 {
	position: relative
}

@media (min-width: 800px) {
	.formpage .formfield {
		margin-bottom: -6px;
		padding: 15px 0 4px
	}
	.formpage .formfield .wrapper1of4 {
		width: 21.5%;
		margin: 0 0 0 10px
	}
	.formpage .formfield .wrapper1of3 {
		width: 31.6%;
		margin: 0 0 0 8px
	}
	.formpage .formfield .wrapper1of2 {
		width: 48.3%;
		margin: 0 0 0 8px;
		overflow: visible;
		float: left
	}
	.formpage .formfield .wrapper3of4 {
		width: 70%;
		margin: 0 0 0 8px;
		overflow: visible
	}
	.formpage .formfield .wrapper1of5 {
		width: 17%;
		margin: 0 0 0 10px
	}
	.formpage .formfield .wrapper2of5 {
		width: 37%;
		margin: 0 0 0 10px;
		float: left
	}
	.formpage .formfield .wrapper3of5 {
		width: 57%;
		margin: 0 0 0 8px;
		overflow: visible
	}
	.formpage .formfield .wrapper9of10 {
		width: 98%;
		margin: 0 0 0 8px;
		float: left
	}
}

@media (min-width: 1024px) {
	.formpage .formfield .wrapper1of3 {
		width: 31.8%
	}
}

.formpage .formfield input {
	box-shadow: none;
	border-color: #adadad;
	padding: 8px 7px 7px;
	height: 36px;
	font-size: 12px;
	margin-bottom: 5px
}

.formpage .formfield input.radio {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
	margin-top: 3px;
	height: auto
}

.formpage .formfield input.checkbox {
	border: none;
	height: auto
}

.formpage .formfield input.euro-input {
	padding-left: 20px
}

.formpage .formfield input.total-amount {
	border: none;
	padding: 0;
	height: auto
}

.formpage .formfield .euro-container {
	display: table
}

@media screen and (max-width: 800px) {
	.formpage .formfield .euro-container.wrapper1of2,
	.formpage .formfield .euro-container.wrapper1of3,
	.formpage .formfield .euro-container.wrapper1of4,
	.formpage .formfield .euro-container.wrapper3of4,
	.formpage .formfield .euro-container.wrapper1of5,
	.formpage .formfield .euro-container.wrapper2of5,
	.formpage .formfield .euro-container.wrapper3of5,
	.formpage .formfield .euro-container.wrapper9of10 {
		width: 100%
	}
}

.formpage .formfield .euro-container span.euro-input {
	position: absolute;
	left: 8px;
	margin-top: 8px;
	z-index: 9;
	font-size: 14px
}

.formpage .formfield .euro-container.displayNone {
	display: none
}

.formpage .formfield .btn {
	width: auto;
	height: auto;
	float: right;
	padding: 0 15px
}

.formpage .formfield .btn span.arrow {
	margin-left: 10px
}

.formpage .formfield .btn:hover {
	text-decoration: none
}

.formpage .formfield .btn.blank {
	color: #666
}

.formpage .formfield .btn.blank span.arrow {
	margin-right: 10px;
	background-position: -9px -436px
}

.formpage .formfield input.btn {
	padding: 0 7px 0 15px;
	font-size: 14px;
	height: 30px
}

.formpage .formfield input.btn.arrow {
	background-image: url(../img/icons/arrows.png);
	background-repeat: no-repeat
}

.formpage .formfield input.btn.focus {
	min-width: 165px;
	color: #20386e;
	text-align: left
}

.ie8 .formpage .formfield input.btn.focus {
	min-width: 140px
}

.formpage .formfield input.btn.focus.arrow {
	background-position: 145px -150px
}

.formpage .formfield input.btn.blank {
	min-width: 150px;
	text-align: right;
	color: #666;
	margin-right: 10px;
	font-size: 13px
}

.ie8 .formpage .formfield input.btn.blank {
	min-width: 120px
}

.formpage .formfield input.btn.blank.arrow {
	background-position: 0 -429px
}

.formpage .formfield label {
	font-size: 11px
}

.formpage .formfield label.radio {
	margin-right: 10px
}

.formpage .formfield select {
	width: 100%;
	font-size: 11px;
	background: #eee;
	padding: 6px 8px;
	margin-bottom: 5px;
	height: 32px;
	border: 1px solid #adadad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.formpage .formfield .tariefklasse .formrow {
	margin-bottom: 0
}

.formpage .formfield .tariefklasse label {
	font-size: 13px
}

.formpage .formfield .tariefklasse .btn {
	float: left
}

.formpage .formfield .tariefklasse .euro-container {
	position: relative;
	width: 100%
}

@media (min-width: 800px) {
	.formpage .padding.margin-content .formfield .wrapper1of3 {
		width: 31.6%
	}
	.formpage .padding.margin-content .formfield .wrapper1of2 {
		width: 48.3%
	}
	.formpage .padding.margin-content .formfield .wrapper9of10 {
		width: 98.4%
	}
}

@media (min-width: 1024px) {
	.formpage .padding.margin-content .formfield .wrapper1of2 {
		width: 47.9%
	}
	.formpage .padding.margin-content .formfield .wrapper1of3 {
		width: 31.3%
	}
	.formpage .padding.margin-content .formfield .wrapper9of10 {
		width: 98%
	}
}

.formrow {
	margin-bottom: 1em;
	clear: both
}

.formrow.space-left {
	padding-left: 12%
}

.formrow.space-left .radio-normal {
	margin-bottom: 5px;
	margin-left: 8px
}

.formrow.icon-salutation {
	background: url(../img/icons/form_aanhef.png) no-repeat 0 0
}

.formrow.icon-address {
	background: url(../img/icons/form_adres.png) no-repeat 0 0
}

.formrow.icon-phone {
	background: url(../img/icons/form_telefoon.png) no-repeat 0 0
}

.formrow:before {
	content: "";
	display: block;
	height: 0;
	overflow: hidden
}

.formrow:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both
}

.formrow>.inputlist {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px
}

.formrow>.inputlist>.fullwidth {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: -1px 0
}

.formrow>.inputlist>.fullwidth>label {
	display: inline-block;
	padding: 10px 10px 10px 40px;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	color: #20386e;
	font-style: normal;
	font-family: Source Sans Pro, sans-serif;
}

.formrow>.inputlist>.fullwidth>label.selected {
	background-color: #c5bf10;
}

.formrow>.inputlist>.fullwidth>input {
	margin: 0 0 5px 15px;
	position: absolute;
	top: 14px;
	padding: 0
}

.formrow>.inputlist>.fullwidth:hover {
	background-color: #F5F8C7
}

.formrow>.inputlist>.fullwidth>input:checked+label {
	background-color: #c5bf10;
}

.formrow h3 {
	margin-bottom: 4px
}

.formrow p.error,
.formrow p.specific-error {
	color: #ff2b44;
	font-size: 11px;
	margin: -5px 0 15px
}

.formrow .error ul {
	margin: -5px 0 10px
}

.formrow .error ul li {
	color: #ff2b44;
	font-size: 11px
}

.formrow label.checkbox.error {
	color: #ff2b44
}

.formrow input.error,
.formrow textarea.error,
.formrow input.input-error,
.formrow select.error {
	border: 1px solid #ff2b44;
	color: #ff2b44
}

.formrow a {
	color: #20386e;
	text-decoration: none
}

.formrow a:hover {
	text-decoration: underline
}

.formrow .required-fields {
	color: #999;
	font-size: 11px
}

@media (min-width: 600px) {
	.formrow .required-fields {
		float: left
	}
}

.formrow .btn {
	margin-right: 0
}

.inputlist-content .formfield {
	padding: 15px 0 0;
	margin: 0 20px
}

.inputlist-content .formfield:last-of-type {
	border-bottom: 0
}

.remove-upload {
	position: absolute;
	right: 15px;
	width: 30px;
	height: 36px;
	text-indent: -9999px;
	background: url(../img/icons/remove.png) no-repeat 8px 13px
}

.ie .remove-upload {
	right: 85px
}

.placeholder {
	color: #adadad
}

.help-module {
	overflow: hidden;
	position: relative;
	padding: 5px 3px;
	margin: 20px 0
}

@media (min-width: 800px) {
	.help-module {
		position: inherit;
		margin-top: 0;
		padding-left: 6px
	}
}

.help-module .help-balloon {
	background: #fff;
	padding: 10px;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	margin-bottom: 15px;
	width: 50%
}

@media screen and (min-width: 400px) {
	.help-module .help-balloon {
		width: 60%
	}
}

@media (min-width: 600px) {
	.help-module .help-balloon {
		width: 78%
	}
}

@media (min-width: 800px) {
	.help-module .help-balloon {
		width: auto
	}
}

.help-module .help-balloon:before {
	content: '';
	height: 15px;
	width: 15px;
	position: absolute;
	top: 20px;
	right: -7px;
	background: #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-box-shadow: 3px -2px 4px -2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px -2px 4px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 3px -2px 4px -2px rgba(0, 0, 0, 0.3)
}

@media (min-width: 800px) {
	.help-module .help-balloon:before {
		bottom: -7px;
		left: 46%;
		right: auto;
		top: auto;
		-moz-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.3)
	}
}

.help-module .help-balloon p {
	font-size: 15px;
	line-height: 20px
}

.help-module .help-balloon .call,
.help-module .help-balloon ul.linklist li a {
	font-family: Source Sans Pro, sans-serif;
	font-style: normal;
	font-size: 14px
}

.help-module .help-balloon .call {
	color: #20386e
}

.help-module .help-balloon .call a,
.help-module .help-balloon .call a:hover {
	text-decoration: none;
	cursor: text
}

.help-module img {
	position: absolute;
	right: 0;
	top: 15px
}

@media (min-width: 800px) {
	.help-module img {
		position: static;
		margin-left: 20%;
		display: block
	}
}

.help-module img.center {
	margin: 0 auto
}

.help-module a {
	color: #2C4C92
}

.help-module .btn.focus {
	width: 100%
}

.help-module .module {
	position: relative;
	background: #fff;
	margin-top: 45px
}

@media (min-width: 800px) {
	.help-module .module {
		margin-top: 0
	}
}

.help-module .module>ul li {
	font-size: 100%;
	padding: 0 10px
}

.help-module .module>ul li>h3 {
	border-top: 1px solid #ccc;
	margin-bottom: 0
}

.help-module .module>ul h3 {
	font-size: 1.4em;
	padding: 10px 0;
	font-style: normal
}

.help-module .module>ul h3 a {
	display: block;
	color: #20386e;
	text-decoration: none;
	position: relative;
	padding-right: 15px
}

.help-module .module>ul h3 a:before {
	content: '';
	background: url(../img/icons/arrows.png) no-repeat -25px -117px;
	position: absolute;
	right: 0;
	top: 10%;
	height: 18px;
	width: 8px
}

.help-module .module>ul li:first-child h3 {
	border-top: 0
}

.help-module .module .answer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 10px 10px;
	background: #fff;
	z-index: 9;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.help-module .module .answer .close {
	background: url(../img/icons/btn-sidebar-back.png) no-repeat 0 0;
	position: absolute;
	top: -16px;
	left: 0;
	height: 40px;
	width: 60px;
	text-indent: -9999px;
	cursor: pointer
}

.help-module .flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000
}

.help-module .flip-container,
.help-module .front,
.help-module .back {
	width: 100%
}

.help-module .flip-container {
	height: 480px;
	position: relative
}

.help-module .flipper {
	position: relative
}

.help-module .front,
.help-module .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0
}

.help-module .front {
	z-index: 2;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.help-module .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.tabs {
	border: 1px solid #c1c1c1
}

@media (min-width: 600px) {
	.tabs {
		border: none
	}
}

.tabs ul.resp-tabs-list {
	display: none
}

@media (min-width: 600px) {
	.tabs ul.resp-tabs-list {
		display: block;
		padding-left: 1em
	}
	.tabs ul.resp-tabs-list li {
		display: inline-block;
		padding: .5em .8em;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px 0 0;
		-moz-box-shadow: inset 0 -10px 15px -5p rgba(213, 213, 213, 0.75);
		-webkit-box-shadow: inset 0 -10px 15px -5p rgba(213, 213, 213, 0.75);
		box-shadow: inset 0 -10px 15px -5p rgba(213, 213, 213, 0.75);
		position: relative;
		margin-left: 1em;
		border: 2px solid #afafaf;
		background: #efedec
	}
	.tabs ul.resp-tabs-list li:after {
		content: "";
		opacity: 0.5;
		left: 50%;
		margin-left: -5px;
		top: 65%;
		width: 10px;
		height: 10px;
		position: absolute;
		background: url(../img/icons/arrows.png) 0px -560px no-repeat
	}
	.tabs ul.resp-tabs-list li:first-child {
		margin-left: 0
	}
	.tabs ul.resp-tabs-list li span,
	.tabs ul.resp-tabs-list li div {
		font-family: Source Sans Pro, sans-serif;
		font-size: 1.3em;
		display: block;
		color: #666666;
		padding-bottom: .75em;
		cursor: pointer
	}
	.tabs ul.resp-tabs-list li.resp-tab-active {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 2px solid #fff;
		background: #fff
	}
	.tabs ul.resp-tabs-list li.resp-tab-active:after {
		display: none
	}
	.tabs ul.resp-tabs-list li.resp-tab-active span,
	.tabs ul.resp-tabs-list li.resp-tab-active div {
		color: #20386e
	}
	.tabs ul.resp-tabs-list li:hover {
		background: #f9f9f9
	}
	.tabs ul.resp-tabs-list li:hover span,
	.tabs ul.resp-tabs-list li:hover div {
		color: #20386e
	}
	.tabs ul.resp-tabs-list li:hover:after {
		opacity: 1
	}
}

@media (min-width: 600px) {
	.resp-tabs-container,
	.toggler-container {
		padding-top: 1em;
		margin-top: -2px;
		border-top: 2px solid #afafaf
	}
}

.resp-tabs-container img,
.toggler-container img {
	width: 100%
}

.resp-tabs-container img.wub-icon,
.toggler-container img.wub-icon {
	width: auto
}

.resp-tabs-container>h2.resp-accordion,
.resp-tabs-container>h2,
.resp-tabs-container.desktop-toggler>h2,
.toggler-container>h2.resp-accordion,
.toggler-container>h2,
.toggler-container.desktop-toggler>h2 {
	cursor: pointer;
	font-size: 13px;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	margin: 0;
	padding: 10px 25px 10px 15px;
	background: #eee;
	color: #aaa;
	margin-bottom: -1px
}

.resp-tabs-container>h2.resp-accordion:first-child,
.resp-tabs-container>h2:first-child,
.resp-tabs-container.desktop-toggler>h2:first-child,
.toggler-container>h2.resp-accordion:first-child,
.toggler-container>h2:first-child,
.toggler-container.desktop-toggler>h2:first-child {
	border-top: none
}

.resp-tabs-container>h2.resp-accordion .resp-arrow,
.resp-tabs-container>h2 .resp-arrow,
.resp-tabs-container.desktop-toggler>h2 .resp-arrow,
.toggler-container>h2.resp-accordion .resp-arrow,
.toggler-container>h2 .resp-arrow,
.toggler-container.desktop-toggler>h2 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	margin-right: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #a6a6a6
}

.resp-tabs-container>h2.resp-accordion.resp-tab-active,
.resp-tabs-container>h2.resp-accordion.active,
.resp-tabs-container>h2.resp-tab-active,
.resp-tabs-container>h2.active,
.resp-tabs-container.desktop-toggler>h2.resp-tab-active,
.resp-tabs-container.desktop-toggler>h2.active,
.toggler-container>h2.resp-accordion.resp-tab-active,
.toggler-container>h2.resp-accordion.active,
.toggler-container>h2.resp-tab-active,
.toggler-container>h2.active,
.toggler-container.desktop-toggler>h2.resp-tab-active,
.toggler-container.desktop-toggler>h2.active {
	margin-bottom: 0;
	padding: 10px 25px 10px 15px;
	background: #c5bf10;
	color: #20386e;
	border-bottom: 1px solid #c1c1c1
}

.resp-tabs-container>h2.resp-accordion.resp-tab-active span.resp-arrow,
.resp-tabs-container>h2.resp-accordion.active span.resp-arrow,
.resp-tabs-container>h2.resp-tab-active span.resp-arrow,
.resp-tabs-container>h2.active span.resp-arrow,
.resp-tabs-container.desktop-toggler>h2.resp-tab-active span.resp-arrow,
.resp-tabs-container.desktop-toggler>h2.active span.resp-arrow,
.toggler-container>h2.resp-accordion.resp-tab-active span.resp-arrow,
.toggler-container>h2.resp-accordion.active span.resp-arrow,
.toggler-container>h2.resp-tab-active span.resp-arrow,
.toggler-container>h2.active span.resp-arrow,
.toggler-container.desktop-toggler>h2.resp-tab-active span.resp-arrow,
.toggler-container.desktop-toggler>h2.active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #20386e
}

@media (min-width: 600px) {
	.resp-tabs-container>h2.resp-accordion,
	.resp-tabs-container>h2,
	.resp-tabs-container.desktop-toggler>h2,
	.toggler-container>h2.resp-accordion,
	.toggler-container>h2,
	.toggler-container.desktop-toggler>h2 {
		display: none
	}
}

.resp-tabs-container>h2.resp-tab-title:last-child,
.toggler-container>h2.resp-tab-title:last-child {
	border-top: 12px solid #c1c1c1;
	background: blue
}

.resp-tabs-container .resp-tab-content,
.resp-tabs-container .toggler-content,
.toggler-container .resp-tab-content,
.toggler-container .toggler-content {
	margin: 15px;
	display: none
}

@media (min-width: 600px) {
	.resp-tabs-container .resp-tab-content,
	.resp-tabs-container .toggler-content,
	.toggler-container .resp-tab-content,
	.toggler-container .toggler-content {
		border: none;
		padding: 0
	}
}

.resp-tabs-container .resp-tab-content-active,
.toggler-container .resp-tab-content-active {
	display: block
}

.toggler-container {
	margin-bottom: 10px;
	border-top: none
}

.toggler-container>h2,
.toggler-container.desktop-toggler>h2 {
	display: block
}

.toggler-container>h2:first-child,
.toggler-container.desktop-toggler>h2:first-child {
	border-top: 1px solid #c1c1c1
}

.toggler-container>h2 span,
.toggler-container.desktop-toggler>h2 span {
	display: block
}

.toggler-container .toggler-content {
	border-bottom: 1px solid #c1c1c1;
	padding: 15px;
	margin: 0
}

@media (min-width: 800px) {
	.toggler-container {
		border: none
	}
	.toggler-container>h2 {
		border: none;
		margin: 0 0 5px;
		padding: 0;
		cursor: text;
		background: transparent;
		font-size: 1.8em;
		color: #20386e
	}
	.toggler-container>h2:first-child {
		border: none
	}
	.toggler-container>h2 span {
		display: none
	}
	.toggler-container .toggler-content {
		padding: 0;
		display: block;
		border: none
	}
	.toggler-container.desktop-toggler .toggler-content {
		display: none;
		padding: 15px
	}
	.toggler-container.desktop-toggler .toggler-content h2 {
		margin-bottom: 20px
	}
}

.focus-block {
	display: none
}

@media (min-width: 800px) {
	.focus-block {
		display: block
	}
	.focus-block .wrapper3of4 {
		margin-bottom: 20px;
		background: url(../img/bg/dot-2px-borded.png) repeat-y top right
	}
	.focus-block .wrapper3of4 h2 a {
		color: #20386e
	}
	.focus-block .wrapper3of4 .btn {
		height: 30px;
		width: 100%
	}
}

.news-item {
	margin-bottom: 35px
}

.news-item img {
	width: 100%
}

.news-item .date {
	display: block
}

.news-list,
.news-latest {
	margin-bottom: 40px
}

.news-list ul,
.news-latest ul {
	margin: 20px 0;
	overflow: hidden
}

.news-list ul li,
.news-latest ul li {
	clear: both
}

.news-list ul li h3,
.news-latest ul li h3 {
	margin-bottom: 10px
}

.news-list ul .date,
.news-latest ul .date {
	display: block
}

.news-list ul img,
.news-latest ul img {
	max-width: 140px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px
}

@media (min-width: 600px) {
	.news-list ul img,
	.news-latest ul img {
		max-width: 220px
	}
}

.news-latest {
	margin-top: 20px
}

.news-latest ul {
	margin: 0
}

.news-latest ul li {
	float: left;
	clear: none;
	width: 100%
}

@media (min-width: 800px) {
	.news-latest ul li {
		width: 47%;
		margin-right: 3%
	}
}

@media (min-width: 1024px) {
	.news-latest ul li {
		width: 31.3%;
		margin-right: 0;
		margin-left: 3%
	}
	.news-latest ul li:first-child {
		margin-left: 0
	}
}

.news-latest ul li img {
	width: 40%;
	max-width: none
}

@media (min-width: 800px) {
	.news-latest ul li img {
		width: 100%;
		margin-right: 0
	}
}

.news-list ul li {
	overflow: hidden;
	margin-bottom: 15px
}

.lightbox {
	background: #fff;
	padding: 10px;
	width: 98%;
	max-width: 680px;
	min-width: 320px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1000
}

@media (min-width: 600px) {
	.lightbox .lb-header {
		height: 110px
	}
}

.lightbox .lb-header .logo {
	margin: 10px 0;
	padding: 0;
	height: 39px;
	width: 290px;
	max-width: none
}

.lightbox .lb-header .logo p {
	padding: 0;
	width: auto
}

.lightbox .lb-header ul li {
	list-style-type: none;
	display: inline-block;
	height: 20px;
	padding: 0 8px
}

.lightbox .lb-header .mainnav {
	margin-top: 50px
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav {
		margin-top: 0;
		position: relative
	}
}

.lightbox .lb-header .mainnav>ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 90px;
	background: none;
	width: 100%;
	box-shadow: none
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav>ul {
		top: 1px
	}
}

@media (min-width: 1024px) {
	.lightbox .lb-header .mainnav>ul {
		top: 4px
	}
}

.lightbox .lb-header .mainnav>ul>li>a:hover {
	border-bottom: 5px solid #20386e;
	background: none
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav ul li {
		background: url("../img/bg/dot-20px-v.png") no-repeat scroll 9px 6px transparent
	}
}

.lightbox .lb-header .mainnav ul li a {
	border: none;
	text-decoration: none;
	color: #20386e;
	font-size: 14px
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav ul li a {
		font-size: 16px
	}
}

.lightbox .lb-header .mainnav ul li a:before {
	display: none
}

.lightbox .lb-header .mainnav ul li.home,
.lightbox .lb-header .mainnav ul li:first-child {
	width: auto;
	padding-left: 0;
	background: none
}

.lightbox .lb-header .mainnav>ul>li.active>a {
	border-bottom: 5px solid #20386e;
	background: none
}

.lightbox .lb-header .mainnav>ul>li {
	margin: 0 3% 10px 0;
	padding: 0
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav>ul>li {
		padding: 0 6px 0 20px;
		margin: 0 0 10px
	}
}

.lightbox .lb-header .mainnav>ul>li>a {
	display: inline-block;
	background: none;
	padding: 0
}

@media (min-width: 600px) {
	.lightbox .lb-header .mainnav>ul>li>a {
		padding: 0 0 1px
	}
}

@media (min-width: 1024px) {
	.lightbox .lb-header .mainnav>ul>li>a {
		padding: 0 0 5px
	}
}

@media (min-width: 600px) {
	.lightbox .lb-header .box {
		position: absolute;
		right: 0px
	}
}

.lightbox .content {
	margin-top: 20px;
	overflow: auto
}

@media (min-width: 600px) {
	.lightbox .content {
		margin-top: 10px
	}
}

.lightbox .hr,
.lightbox .overlay .hr {
	margin-bottom: 15px;
	clear: both
}

.lightbox .hr.shade,
.lightbox .overlay .hr.shade {
	margin: 0 -10px 5px
}

.lightbox div.hr.shade {
	background: url("../img/bg/header-shade.png") repeat-x scroll 0 0 transparent;
	border: none;
	height: 15px;
	margin-top: -20px
}

@media (min-width: 600px) {
	.lightbox div.hr.shade {
		margin: 0 -10px 5px
	}
}

.lightbox h6,
.lightbox .overlay h6 {
	font-size: 11px;
	font-weight: normal
}

.lightbox .box {
	background: transparent
}

.lightbox .box .top {
	height: 7px;
	background: url(../img/bg/box-corners.png) no-repeat right -29px;
	padding-right: 10px
}

.lightbox .box .topleft {
	height: 7px;
	background: url(../img/bg/box-corners.png) no-repeat left top;
	padding-left: 10px
}

.lightbox .box .topmid {
	height: 7px;
	background: url(../img/bg/box-corners.png) repeat-x left -160px
}

.lightbox .box .middle {
	background: url(../img/bg/box-side-r.png) repeat-y right top
}

.lightbox .box .middleleft {
	padding: 0 4px;
	background: url(../img/bg/box-side-l.png) repeat-y left top
}

.lightbox .box .btm {
	height: 8px;
	background: url(../img/bg/box-corners.png) no-repeat right -105px;
	padding-right: 10px
}

.lightbox .box .btmleft {
	height: 8px;
	background: url(../img/bg/box-corners.png) no-repeat left -73px;
	padding-left: 10px
}

.lightbox .box .btmmid {
	height: 8px;
	background: url(../img/bg/box-corners.png) repeat-x left -134px
}

.lightbox .box .padding {
	padding: 0 6px;
	background: url(../img/bg/transparent-bg.png) repeat 0 0
}

.lightbox .box div.hr.shade {
	margin: 0 -6px 0px
}

.lightbox .box.alt .top {
	height: 7px;
	background: url(../img/bg/box-corners-grey.png) no-repeat right -29px;
	padding-right: 10px
}

.lightbox .box.alt .topleft {
	height: 7px;
	background: url(../img/bg/box-corners-grey.png) no-repeat left top;
	padding-left: 10px
}

.lightbox .box.alt .topmid {
	height: 7px;
	background: url(../img/bg/box-corners-grey.png) repeat-x left -160px
}

.lightbox .box.alt .btm {
	height: 8px;
	background: url(../img/bg/box-corners-grey.png) no-repeat right -105px;
	padding-right: 10px
}

.lightbox .box.alt .btmleft {
	height: 8px;
	background: url(../img/bg/box-corners-grey.png) no-repeat left -73px;
	padding-left: 10px
}

.lightbox .box.alt .btmmid {
	height: 8px;
	background: url(../img/bg/box-corners-grey.png) repeat-x left -134px
}

.lightbox .box.alt .padding {
	padding: 0 6px;
	background: #ededed
}

.lightbox .box.alt div.search {
	padding: 6px 0 0
}

.lightbox .box.alt div.search input {
	display: block;
	float: left;
	width: 87%;
	margin: 0 5px 0 0
}

@media (min-width: 600px) {
	.lightbox .box.alt div.search input {
		width: auto
	}
}

.lightbox .box.alt div.search .btn.search {
	position: static;
	float: right
}

@media (min-width: 600px) {
	.lightbox .box.alt div.search .btn.search {
		float: left
	}
}

.lightbox a.close {
	position: absolute;
	top: -5px;
	right: 5px;
	background: url(../img/icons/icons-lightbox.png) no-repeat -36px 0;
	width: 14px;
	height: 14px;
	cursor: pointer
}

.lightbox a.close span {
	text-indent: -999em;
	position: absolute
}

.lightbox .formrow input {
	height: auto;
	padding: 4px
}

.lightbox .formrow .btn {
	height: auto
}

table.jCalendar {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0
}

table.jCalendar th {
	color: #666;
	font-weight: bold;
	text-align: center;
	padding: 2px 8px;
	border-right: none
}

table.jCalendar td,
tr:nth-child(even) table.jCalendar {
	background: none;
	color: #20386e;
	padding: 2px 8px;
	text-align: center
}

table.jCalendar td.other-month,
tr:nth-child(even) table.jCalendar.other-month {
	background: none;
	color: #ccc
}

table.jCalendar td.today,
tr:nth-child(even) table.jCalendar.today {
	background: none;
	color: #20386e
}

table.jCalendar td.dp-hover,
table.jCalendar td.selected,
tr:nth-child(even) table.jCalendar.dp-hover,
tr:nth-child(even) table.jCalendar.selected {
	background: #20386e;
	color: #fff
}

table.jCalendar td.dp-hover.dp-hover,
table.jCalendar td.selected.dp-hover,
tr:nth-child(even) table.jCalendar.dp-hover.dp-hover,
tr:nth-child(even) table.jCalendar.selected.dp-hover {
	background: #20386e;
	color: #fff
}

table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000
}

table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff
}

table.jCalendar td {
	border-right: none
}

table.jCalendar td.disabled {
	background: #bbb;
	color: #888
}

table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888
}

table.jCalendar td.unselectable {
	background: #bbb;
	color: #888
}

table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888
}

div.dp-popup {
	position: relative;
	background: #fff;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	padding: 2px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.2em;
	-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2)
}

div#dp-popup {
	position: absolute;
	z-index: 199
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block
}

a#dp-close:hover {
	text-decoration: underline
}

div.dp-popup a {
	color: #20386e;
	text-decoration: none;
	padding: 3px 2px 0;
	font-size: 16px
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px
}

div.dp-popup div.dp-nav-prev a {
	float: left;
	cursor: pointer
}

div.dp-popup div.dp-nav-next a {
	cursor: pointer
}

div.dp-popup div.dp-nav-prev a.disabled {
	cursor: default
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px
}

div.dp-popup div.dp-nav-next a {
	float: right
}

div.dp-popup div.dp-nav-next a.disabled {
	cursor: default
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa
}

div.dp-popup td {
	cursor: pointer
}

div.dp-popup td.disabled {
	cursor: default
}

a.dp-nav-next-year,
a.dp-nav-prev-year {
	display: none
}

a.dp-choose-date {
	display: none;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 37px;
	height: 37px;
	padding: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/datepicker/calendar.png) no-repeat
}

@media (min-width: 800px) {
	a.dp-choose-date {
		display: block;
		right: 4px
	}
}

@media (min-width: 1024px) {
	a.dp-choose-date {
		display: block
	}
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default
}

input.dp-applied {
	width: 100%
}

@media (min-width: 800px) {
	input.dp-applied {
		width: 83%
	}
}

@media (min-width: 1024px) {
	input.dp-applied {
		width: 77%
	}
}

.step-container {
	counter-reset: section;
	overflow: hidden;
	background: #f1f1f1;
	margin-bottom: 2em
}

.step-container li {
	float: left;
	position: relative;
	padding: 5px 20px 5px 30px;
	background: #f1f1f1
}

@media (min-width: 600px) {
	.step-container li {
		padding-left: 50px
	}
}

.step-container li:before {
	counter-increment: section;
	content: counters(section, ".") " ";
	position: absolute;
	left: 20px;
	top: 5px;
	background: #ccc;
	color: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	width: 20px;
	z-index: 10
}

.step-container li:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: -10px;
	top: 5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 2px -2px 3px -2px #999;
	background: #f1f1f1;
	z-index: 9
}

.step-container li:first-child.previous-step a {
	padding-left: 10px
}

@media (min-width: 600px) {
	.step-container li:first-child.previous-step a {
		padding-left: 40px
	}
}

.step-container li:first-child:before {
	left: 10px
}

.step-container li:last-child:after {
	display: none
}

.step-container li.previous-step {
	background: #F5F9C4;
	padding: 0
}

.step-container li.previous-step:before {
	background: #CAE100;
	color: #003F8E
}

.step-container li.previous-step:after {
	background: #F5F9C4
}

.step-container li.previous-step a {
	color: #003F8E;
	text-decoration: none;
	position: relative;
	z-index: 12;
	padding: 5px 20px;
	margin-right: 5px;
	display: inline-block
}

@media (min-width: 600px) {
	.step-container li.previous-step a {
		padding-left: 48px;
		background: url(../img/icons/vink.png) no-repeat center right
	}
}

.step-container li.current-step {
	background: #003F8E
}

.step-container li.current-step:before {
	background: #CAE100;
	color: #003F8E
}

.step-container li.current-step:after {
	background: #003F8E
}

.step-container li.current-step span {
	color: #fff
}

.step-container li span {
	text-indent: -9999px;
	display: inline-block;
	width: 1px
}

@media (min-width: 600px) {
	.step-container li span {
		text-indent: 0;
		width: auto
	}
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.nopadding {
	padding: 0
}

.nomargin {
	margin: 0
}

.nowrap {
	white-space: nowrap
}

html.js .hide,
.displayNone,
p.displayNone {
	display: none
}

.textbrowser {
	position: absolute;
	left: -999em
}

.printonly {
	display: none
}

.right {
	float: right
}

.left {
	float: left
}

.pull-right {
	float: right;
	text-align: right
}

.muted {
	color: #999
}

.text-warning {
	color: #c09853
}

.text-error {
	color: #f00
}

.text-info {
	color: #3a87ad
}

.text-success {
	color: #468847
}

#contentwrapper {
	position: relative
}

.fullwidth {
	width: 100%;
	position: relative;
	clear: both
}

.fullwidth.contentblock {
	clear: none
}

.scrolltable {
	overflow: auto;
	margin-top: 38px;
	margin-right: 0;
	margin-bottom: -25px
}

.scrolltable.scroll-more {
	margin-top: 30px
}

.scrolltable.scroll-more:before {
	content: '';
	background: url(../img/icons/scroll-more-top.png) no-repeat right;
	height: 38px;
	width: 74px;
	position: absolute;
	right: 45px;
	top: -30px
}

@media (min-width: 1024px) {
	.scrolltable {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0
	}
}

.hr {
	border-bottom: 1px solid #e1E2d4;
	margin-bottom: 1em
}

.hr hr {
	display: none
}

hr {
	height: 1px;
	border: none;
	background: #999
}

ul li {
	padding-bottom: 5px
}

ul ul {
	margin: 5px 0 0
}

ul.linklist {
	list-style-type: none;
	padding: 0 0 15px;
	clear: left;
	margin: 0
}

ul.linklist li {
	padding: 5px 0 1px 15px;
	text-decoration: none;
	background: url(../img/icons/arrows.png) no-repeat -25px -112px;
	line-height: 16px
}

ul.linklist.downloads .pdf {
	background: url(../img/icons/icons-small.png) no-repeat -87px -188px;
	padding-left: 20px;
	margin-bottom: 5px
}

ul.linklist.downloads .pdf a {
	text-decoration: underline
}

ul.linklist.downloads .pdf a:hover {
	color: #20386e
}

ul.linklist.downloads .pdf span {
	padding-left: 10px;
	font-size: 11px
}

.ankeiler ul.linklist li {
	padding: 5px 0 10px 15px
}

ul.linklist li a {
	text-decoration: none
}

ul.linklist li a:hover,
ul.linklist li a:active,
ul.linklist li a:focus {
	text-decoration: underline;
	color: #333;
}

ul li.more {
	background-position: -46px -67px
}

table {
	margin: 0 0 20px
}

table tr td,
table tr th {
	padding: 10px 20px;
	vertical-align: top;
	text-align: left;
	border-right: 20px solid #fff
}

table tr:nth-child(odd) td {
	background: #f8f8f8
}

table.overview {
	width: 100%;
	margin-bottom: 10px
}

table.overview tr:nth-child(odd) {
	background: #f6f6f6
}

table.overview th,
table.overview td {
	background: transparent;
	border-right: 0;
	padding: 5px
}

table.overview th {
	width: 405px;
	word-wrap: break-word
}

.shadow-box {
	background: #fff;
	padding: 15px 15px 0;
	-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	z-index: 9
}

.shadow-box:after {
	content: '';
	position: absolute;
	left: -260px;
	top: -260px;
	width: 470px;
	height: 470px;
	border-radius: 400px;
	background: rgba(251, 251, 251, 0.9);
	z-index: -1
}

.fullwidth .shadow-box ul.linklist {
	overflow: hidden
}

@media (min-width: 600px) {
	.fullwidth .shadow-box ul.linklist li {
		width: 45%;
		margin-right: 5%;
		float: left
	}
}

@media (min-width: 600px) and (min-width: 800px) {
	.threecolumns .fullwidth .shadow-box ul.linklist li,
	.wrapper1of3.onecolumn .fullwidth .shadow-box ul.linklist li {
		width: 100%;
		float: none;
		margin: 0
	}
}

.shadow-box ul.linklist li {
	line-height: 20px;
	background-position: -25px -110px
}

iframe {
	border: none
}

iframe#child-iframe {
	height: 200px
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin-bottom: 45px;
	height: 0
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videowrapper p {
	margin-top: 58%;
	font-size: 11px
}

.date {
	color: #20386e;
	font-style: normal;
	font-size: 12px
}

.more,
.more a {
	text-decoration: none
}

.more:hover,
.more a:hover {
	text-decoration: underline
}

.cm-image-right {
	float: right;
	margin: 0 0 5px 10px
}

.cm-image-left {
	float: left;
	margin: 0 10px 5px 0
}

.cm-image-fullwidth {
	width: 100%
}

.tooltip {
	display: inline-block;
	position: relative;
	height: 12px;
	width: 12px;
	background: #999;
	color: #fff;
	margin-bottom: 0;
	margin-left: 5px;
	line-height: 12px;
	font-size: 8px;
	font-style: normal;
	font-family: Source Sans Pro, sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.tooltip:hover {
	background-color: #666
}

.tooltip:hover span {
	display: block
}

.tooltip span {
	display: none;
	background: #fff;
	-moz-box-shadow: #999 0 0 15px;
	-webkit-box-shadow: #999 0 0 15px;
	box-shadow: #999 0 0 15px;
	bottom: 26px;
	color: #333;
	right: -70px;
	padding: 10px;
	position: absolute;
	min-width: 160px;
	max-width: 220px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	z-index: 99
}

.tooltip span:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 46%
}

@media (max-width: 480px) {
	.tooltip {
		position: static
	}
	.tooltip span {
		bottom: auto;
		right: auto;
		min-width: 0;
		max-width: none;
		width: 13em;
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		left: calc(50vw - 6.5em)
	}
	.tooltip span:before {
		content: none
	}
}

.mail #page {
	margin: 0 auto;
	width: 680px;
	min-width: auto;
	font-size: 10px
}

.mail .header {
	height: 80px
}

.mail .header h1 {
	margin: 30px 20px 30px 0
}

.mail h2 {
	margin-bottom: 1em
}

.mail h3 {
	margin-bottom: 10px
}

.mail #contentwrapper {
	padding-top: 0
}

.mail .hr {
	border-bottom: 2px solid #e1e2d4;
	margin: 1em 0 2em;
	clear: both
}

.mail .hr hr {
	background: none;
	height: 0;
	display: none
}

.mail ul {
	margin-top: 0
}

.mail ul li {
	padding-bottom: 0;
	font-size: 12px;
	display: list-item;
	margin-left: 10px
}

.mail table {
	font-size: 10px;
	line-height: 20px;
	font-family: Source Sans Pro, sans-serif;
	width: 100%
}

.mail table tr:nth-child(2n+1) td {
	background: transparent
}

.mail table td {
	border: none;
	padding: 0;
	background: none
}

.mail table td table {
	margin: 0
}

.mail table.overview {
	font-size: 12px
}

.mail p {
	font-size: 13px
}

.mail .list-textblock {
	padding-left: 13px
}

.mail .list-textblock * {
	font-size: 12px
}

.mail .logo {
	max-width: auto;
	width: 220px
}

.mail .nopadding {
	padding: 0
}

.mail .nopadding th,
.mail .nopadding td {
	padding: 0
}

.mail td.equal {
	width: 1%
}

@media print {
	.header-shadow,
	.step-container,
	#footer,
	#preview-nav,
	.wrapper1of4.onecolumn.aside {
		display: none
	}
	table tr td {
		padding: 5px 20px
	}
	.header .skiplink,
	.header .mainnav,
	.header .subnav,
	.header #searchbox,
	.carousel,
	.background-image,
	#quote-carousel,
	#quote-button,
	#spotlight,
	#footer,
	.margin-nav,
	.hr,
	.no-print,
	.onecolumn.aside,
	.newsletternavigation {
		display: none
	}
	.header {
		height: auto
	}
	.home #maincontent,
	.subhome #maincontent {
		margin-top: 10pt
	}
	.logo {
		display: block;
		margin: 10pt;
		padding: 5pt 0 10pt 0
	}
	.breadcrumb {
		min-height: 20pt;
		padding: 0 0 20pt 10pt;
		position: static
	}
	.ankeiler,
	.contentblock,
	.twocolumns .contentblock,
	.threecolumns .contentblock,
	.conversiebox .focus {
		float: none !important;
		width: auto
	}
	#contentwrapper,
	.conversiebox,
	.wrapper,
	.wrapper3of4,
	.wrapper2of4,
	.wrapper2of3 {
		overflow: visible !important;
		clear: both;
		float: none !important;
		padding: 0;
		margin: 0;
		width: auto
	}
	.productsturend .wrapper2of3,
	.formpage .wrapper2of3,
	.formpage .wrapper2of4 {
		width: 100% !important
	}
	.btn {
		display: none
	}
}

body:after {
	display: none;
	content: 'small'
}

@media (min-width: 800px) {
	body:after {
		content: 'medium'
	}
}

@media (min-width: 1024px) {
	body:after {
		content: 'large'
	}
}

body.no-after:after {
	content: ''
}