@import url('../fonts/Source+Sans+Pro:300,400,700.css');
.nobreak {
  white-space: nowrap;
}
.hideme {
  display: none;
}
.hideme_visibility {
  left: -10000px;
  position: fixed;
  top: -10000px;
}


.no_javascript,
.version_mobile > span {
  color: #fff;
  font-size: 14px;
  padding: 14px 28px;
  text-align: center;
}
.no_javascript {
  background: #a80000;
  display: block;
}
.version_mobile {
  text-decoration: none;
}
.version_mobile .icon {
  font-size: 24px;
}
.version_mobile .icon,
.version_mobile .text {
  display: inline-block;
  vertical-align: middle;
}
.version_mobile > span {
  background: #00509f;
  display: block;
}
html {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
html.no-fontsmoothing {
  font-family: Arial, sans-serif;
}
html.mobile,
html.responsive.mediaqueries {
  height: auto;
  position: relative;
  overflow-x: hidden;
  word-wrap: break-word;
}
html.mobile body,
html.responsive.mediaqueries body {
  height: auto;
}
body {
  background: #ffffff;
  color: #444444;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
a {
  color: #00509f;
  -webkit-transition: color 600ms;
  transition: color 600ms;
}
a:active {
  background-color: transparent;
  outline: 0;
}
a:hover {
  color: #00509f;
  outline: 0;
}
a:focus {
  outline: thin dotted;
}
a[href^="tel:"] {
  color: #444444 !important;
  cursor: text;
  text-decoration: none;
}
a[tabindex="-1"] {
  outline: 0;
}
a.button {
  margin: 0 4px 7px 0;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #004f9f;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-transition: background 600ms, border 600ms, color 600ms;
  transition: background 600ms, border 600ms, color 600ms;
}
a.button > span {
  display: table;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  table-layout: fixed;
}
a.button .icon,
a.button .text {
  display: table-cell;
  vertical-align: middle;
}
a.button .icon + .text {
  padding-left: 7px;
}
a.button:focus {
  outline: 0;
}
a.button:focus,
a.button:hover {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button:active,
a.button.active {
  border-color: #00366c;
  color: #ffffff;
  background-color: #00509f;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.social_media_facebook:focus,
a.button.social_media_facebook:hover {
  border-color: #1e2e4e;
  color: #ffffff;
  background-color: #3b5a97;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.social_media_facebook:active {
  border-color: #1e2e4e;
  color: #ffffff;
  background-color: #4c71b9;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.social_media_twitter:focus,
a.button.social_media_twitter:hover {
  border-color: #006287;
  color: #ffffff;
  background-color: #00aced;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.social_media_twitter:active {
  border-color: #006287;
  color: #ffffff;
  background-color: #21c2ff;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.youtube_channel:focus,
a.button.youtube_channel:hover {
  border-color: #791e1b;
  color: #ffffff;
  background-color: #cd332d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.youtube_channel:active {
  border-color: #791e1b;
  color: #ffffff;
  background-color: #d95954;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.rss_feed:focus,
a.button.rss_feed:hover {
  border-color: #c57707;
  color: #ffffff;
  background-color: #f8aa3a;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
a.button.rss_feed:active {
  border-color: #c57707;
  color: #ffffff;
  background-color: #fabf6b;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
blockquote {
  margin: 0 0 22px;
}
blockquote p {
  font-style: italic;
  margin-bottom: 0;
}
blockquote p:before {
  content: '\201E';
}
blockquote p:after {
  content: '\201C';
}
blockquote footer:before {
  content: '\2013\A0';
  font-size: 80%;
}
sub,
sup {
  font-size: 80%;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -4px;
}
sup {
  top: -7px;
}
small {
  font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00509f;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.no-fontsmoothing h1,
.no-fontsmoothing h2,
.no-fontsmoothing h3,
.no-fontsmoothing h4,
.no-fontsmoothing h5,
.no-fontsmoothing h6 {
  font-family: 'Times New Roman', serif;
}
#sitetitle {
  font-size: 29px;
  font-weight: 400;
  padding-bottom: 5px;
  margin: 0 0 22px;
  margin-bottom: 0;
}
#sitetitle.overview_style {
  padding-top: 25px;
}
h1,
h2 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 11px;
  margin: 0 0 11px;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 11px;
  margin: 0 0 11px;
}
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
p {
  margin: 0 0 22px;
}
.table_wrapper {
  overflow: hidden;
  position: relative;
}
.table_wrapper.left:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  background-color: transparent;
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.table_wrapper.right:after {
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1;
  background-color: transparent;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
table {
  border-bottom: 1px solid #c2c2c2;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 22px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
th {
  text-align: left;
}
td,
th {
  border-top: 1px solid #c2c2c2;
  padding: 11px 14px;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}
li:before {
  color: #00509f;
  content: '\e01f';
}
li:before {
  font-family: 'icomoon';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  left: 0;
}
li > ul,
li > ol {
  margin: 0;
}
nav ol,
nav ul {
  margin: 0;
}
nav li {
  padding: 0;
}
nav li:before {
  content: '';
}
figure {
  margin: 0 0 22px;
}
figure.center {
  text-align: center;
}
figure.floatleft {
  float: left;
  margin: 0 14px 22px 0;
}
figure.floatleft img {
  max-width: none;
}
figure.floatright {
  float: right;
  margin: 0 0 22px 14px;
}
figure.floatright img {
  max-width: none;
}
figure.right {
  text-align: right;
}
figure.text {
  margin-bottom: 0;
}
figcaption {
  text-align: left;
}
figcaption.center {
  margin: 0 auto;
}
figcaption.right {
  margin-left: auto;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
img.unveil {
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in;
  transition: opacity 600ms ease-in;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.svg#icomoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
.icon {
  font-family: 'icomoon';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon_facebook:before {
  content: '\e001';
}
.icon_twitter:before {
  content: '\e002';
}
.icon_youtube:before {
  content: '\e000';
}
.icon_afoot:before {
  content: '\e00f';
}
.icon_car:before {
  content: '\e00e';
}
.icon_archives:before {
  content: '\e00d';
}
.icon_print:before {
  content: '\e004';
}
.icon_rss_feed:before {
  content: '\e003';
}
.icon_download:before {
  content: '\e00c';
}
.icon_online {
  color: #0074ce;
}
.icon_online:before {
  content: '\e007';
}
.icon_pdf {
  color: #e44e4e;
}
.icon_pdf:before {
  content: '\e006';
}
.icon_xls {
  color: #4e892d;
}
.icon_xls:before {
  content: '\e005';
}
.icon_add {
  color: #89b720;
}
.icon_add:before {
  content: '\e010';
}
.icon_remove {
  color: #eb5555;
}
.icon_remove:before {
  content: '\e011';
}
.icon_onlinetool:before {
  content: '\e01c';
}
.icon_check:before {
  content: '\e01d';
}
.icon_clock:before {
  content: '\e01e';
}
.icon_close:before {
  content: '\e012';
}
.icon_search:before {
  content: '\e01a';
}
.icon_arrow_left:before {
  content: '\e008';
}
.icon_arrow_right:before {
  content: '\e009';
}
.icon_arrow_down:before {
  content: '\e00a';
}
.icon_arrow_up:before {
  content: '\e00b';
}
.icon_tiny_arrow_left:before {
  content: '\e016';
}
.icon_tiny_arrow_right:before {
  content: '\e014';
}
.icon_tiny_arrow_down:before {
  content: '\e015';
}
.icon_tiny_arrow_up:before {
  content: '\e013';
}
.icon_desktop:before {
  content: '\e017';
}
.icon_call:before {
  content: '\e600';
}
.icon_smartphone:before {
  content: '\e018';
}
.icon_home:before {
  content: '\e019';
}
.icon_home_screen:before {
  content: '\e01b';
}
form label {
  float: left;
  padding-top: 8px;
  width: 16%;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 14px;
  margin: 0;
}
button {
  cursor: pointer;
  width: auto;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #004f9f;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-transition: background 600ms, border 600ms, color 600ms;
  transition: background 600ms, border 600ms, color 600ms;
}
button > span {
  display: table;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  table-layout: fixed;
}
button .icon,
button .text {
  display: table-cell;
  vertical-align: middle;
}
button .icon + .text {
  padding-left: 7px;
}
button:focus {
  outline: 0;
}
button:focus,
button:hover {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
button:active {
  outline: 0;
  border-color: #00366c;
  color: #ffffff;
  background-color: #00509f;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
button::-moz-focus-inner {
  border: 0;
}
button.back {
  margin-right: 14px;
}
.error input[type=date],
.error input[type=email],
.error input[type=number],
.error input[type=search],
.error input[type=tel],
.error input[type=text],
.error input[type=time],
.error .select,
.error textarea {
  background-color: #fffafa;
  border-color: #d47d7d;
  box-shadow: 0 1px 2px #e1a3a3 inset, 0 -1px 1px #e7b6b6 inset, 0 0 0 3px #ffa7a7;
  color: #a80000;
}
.error select {
  color: #a80000;
}
.error .select {
  color: #d47d7d;
}
.error_msg {
  color: #a80000;
  margin-bottom: 11px;
}
.okay input[type=date],
.okay input[type=email],
.okay input[type=number],
.okay input[type=search],
.okay input[type=tel],
.okay input[type=text],
.okay input[type=time],
.okay .select,
.okay textarea {
  background-color: #fafffa;
  border-color: #7dd485;
  box-shadow: 0 1px 2px #a3e1a9 inset, 0 -1px 1px #b6e7bb inset, 0 0 0 3px #bde9c1;
  color: #00a810;
}
.okay select {
  color: #00a810;
}
.okay .select {
  color: #7dd485;
}
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
.select,
textarea {
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  color: #aaaaaa;
  padding: 7px;
  width: 84%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=date]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
.select:hover,
textarea:hover {
  background: #ffffff;
  border-color: #00509f;
  box-shadow: none;
  color: #aaaaaa;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
.select:focus,
textarea:focus,
input[type=date].focus,
input[type=email].focus,
input[type=number].focus,
input[type=search].focus,
input[type=tel].focus,
input[type=text].focus,
input[type=time].focus,
.select.focus,
textarea.focus {
  background: #ffffff;
  border-color: #00509f;
  box-shadow: 0 1px 2px #399dff inset, 0 -1px 1px #53a9ff inset;
  color: #444444;
  outline: 0;
}
input[type=checkbox],
input[type=radio] {
  float: left;
  height: 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox] + label,
input[type=radio] + label {
  overflow: hidden;
  padding: 0 0 0 7px;
  width: 80%;
}
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=time] {
  height: 38px;
  line-height: 22px;
  -webkit-appearance: none;
}
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=time]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type=date] {
  position: relative;
}
input[type=date]:before {
  content: '\e015';
}
input[type=date]:before {
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 7px;
  font-family: 'icomoon';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select {
  background: transparent;
  border: 0;
  color: #aaaaaa;
  width: 100%;
  -webkit-appearance: none;
}
select:focus {
  outline: 0;
}
.select {
  color: #c3c3c3;
  display: inline-block;
  height: 38px;
  line-height: 22px;
}
.select:hover {
  color: #00509f;
}
.select.focus {
  color: #00509f;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding: 0 22px 0 0;
  }
  .select {
    position: relative;
  }
  .select:before {
    content: '\e015';
  }
  .select:before {
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 7px;
    font-family: 'icomoon';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 1;
  }
}
textarea {
  overflow: hidden;
  padding: 7px;
  resize: none;
  width: 100%;
  -webkit-appearance: none;
}
.form_section {
  margin-bottom: 11px;
}
.form_section:after {
  clear: both;
}
.form_section:after,
.form_section:before {
  content: '';
  display: table;
}
.form_section.span40 {
  width: 620px;
}
.form_entry {
  padding-bottom: 11px;
}
.form_entry:after {
  clear: both;
}
.form_entry:after,
.form_entry:before {
  content: '';
  display: table;
}
.form_multiple_entries .add,
.form_multiple_entries .remove {
  display: block;
  padding: 6px 0 6px 22px;
  position: relative;
}
.form_multiple_entries .add .icon,
.form_multiple_entries .remove .icon {
  font-size: 16px;
  left: 0;
  position: absolute;
}
.form_multiple_entries .add {
  margin: 0 0 22px;
}
.form_multiple_entries .remove {
  margin: 0 0 11px 240px;
}
.form_multiple_entry {
  min-height: 30px;
}
.form_multiple_entry.clone {
  border-top: 1px solid #c2c2c2;
  padding: 11px 0 0;
}
.required_asterisk {
  color: #a80000;
}
.form_footer {
  border-top: 1px solid #c2c2c2;
  padding-top: 22px;
}
.form_footer:after {
  clear: both;
}
.form_footer:after,
.form_footer:before {
  content: '';
  display: table;
}
.form_buttons {
  float: right;
  margin-bottom: 22px;
}
.disclaimer_wrapper {
  position: relative;
}
.disclaimer_popup {
  background: #f5f5f5;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  left: 0;
  max-width: 430px;
  opacity: 0;
  padding: 14px;
  position: absolute;
  top: 22px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.disclaimer_popup:after,
.disclaimer_popup:before {
  border: solid transparent;
  bottom: 100%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
.disclaimer_popup:after {
  border-bottom-color: #f5f5f5;
  border-width: 7px;
  margin-left: -7px;
}
.disclaimer_popup:before {
  border-bottom-color: #c2c2c2;
  border-width: 8px;
  margin-left: -8px;
}
.disclaimer_popup.show {
  opacity: 1;
  top: 33px;
  visibility: visible;
  -webkit-transition: opacity 600ms, top 600ms;
  transition: opacity 600ms, top 600ms;
}
.disclaimer_popup p {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
.datepicker {
  background: #f5f5f5;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 14px;
  position: relative;
}
.datepicker table {
  margin: 3px 0 0;
}
.datepicker td,
.datepicker th {
  padding: 4px 7px;
  text-align: center;
}
.dp_box {
  overflow: hidden;
  position: relative;
}
.dp_active {
  background: #00509f;
  color: #ffffff;
}
.dp_clickable_day {
  cursor: pointer;
}
.dp_clickable_day:hover {
  background: #00509f;
  color: #ffffff;
}
.dp_past_day {
  color: #9d9d9d;
}
.dp_today {
  background: #9d9d9d;
  color: #ffffff;
  font-weight: 700;
}
.dp_weekend {
  background: #f5f5f5;
  color: #9d9d9d;
}
.dp_next_month {
  position: absolute;
  top: 0;
  right: 0;
}
.dp_prev_month {
  left: 0;
  position: absolute;
  top: 0;
}
.dp_month {
  text-align: center;
}
.address .button {
  margin: 0 0 22px;
}
.fax,
.mail,
.phone,
.website {
  display: inline-block;
}
#author {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAJCAMAAACv3DrGAAAAPFBMVEUAAAC8vLy8vLy8vLy7u7u8vLy5ubm7u7u8vLy7u7u7u7u8vLy8vLy8vLy8vLy9vb28vLy8vLy7u7u9vb3EAJvnAAAAE3RSTlMAv5lNJt0zQO5mgMyzu3dV9PGI/2wmeQAAAKpJREFUeF6lkEluxDAMwOjEjuy0M134/7/2MBJy6jIoLzYEiCCE/MBEnsFvPQDPypqeGBACcGr7ZKgDEbxxvOhYOPQAIIaOqPlspgZ43btgJwkzScQNZkCIwS4As0OfNRfWRrynDCPDjpsqCAvRjctcX+R6SoYl6zPD9tzwDRHvWmUliyyz5pdMPYFTqswmrOkd8WCZt0lZGMTQed3sIfsg6Xb+SvALNv7PF+9xCsxTsrEbAAAAAElFTkSuQmCC) no-repeat;
  display: block;
  float: right;
  height: 9px;
  margin-top: 15px;
  width: 76px;
}
#author span {
  left: -10000px;
  position: fixed;
  top: -10000px;
}
#breadcrumbs {
  color: #ababab;
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
}
#breadcrumbs a {
  color: #ababab;
  text-decoration: none;
}
#breadcrumbs a.last {
  text-decoration: underline;
}
.overview_text {
  color: #000;
  margin-bottom: 35px;
}
.overview_text.overview_style {
  padding-bottom: 25px;
}
.overview_style {
  background: #f3f3f3;
  padding-left: 25px;
  padding-right: 25px;
}
#page {
  background: #e4e4e4;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
#page #header {
  background: #fff;
  padding: 14px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
#page #header .white_logo_extension {
  background: #fff;
  height: 50px;
  left: 0;
  margin-right: 350px;
  position: absolute;
  right: 50%;
  top: 135px;
}
#page #header .ikone_header {
  background: url(../images/default/ikone_header.png) no-repeat;
  height: 223px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 283px;
}
#page #header #logo {
  display: block;
  width: 281px;
  margin-left: auto;
  margin-right: auto;
}
#page #header .head_toplist {
  float: right;
  position: relative;
  width: 350px;
}
#page #header .head_toplist a {
  color: #acacac;
  text-decoration: none;
}
#page #header .head_toplist .head_functions li {
  float: left;
  padding-right: 20px;
  padding-top: 6px;
}
#page #header .head_toplist .head_functions li a:hover {
  text-decoration: underline;
}
#page #header .head_toplist .mobile_switcher {
  display: block;
  float: left;
  padding-top: 6px;
}
#page > .container {
  padding-bottom: 340px;
}
#page > .container #content {
  background: #f3f3f3;
  padding: 30px;
}
#page > .container #content.no_content_bg {
  background: none;
  padding: 0;
}
#page > .container #content li {
  background: url(../images/default/liststyle.png) 7px 8px no-repeat;
}
#page > .container #content li:before {
  content: '';
}
#page .container {
  position: relative;
  width: 960px;
}
#page #footer {
  background: #dadada;
  bottom: 0;
  height: 285px;
  left: 0;
  padding-top: 25px;
  position: absolute;
  right: 0;
}
#page #footer .footer_random_news_container {
  float: right;
  position: relative;
}
#page #footer .footer_random_news_container .entry {
  float: left;
  padding-left: 15px;
  width: 215px;
}
#page #footer .footer_random_news_container .entry.news_entry_1 {
  padding-left: 0;
}
#page #footer .footer_random_news_container .entry h3 {
  display: none;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 22px;
}
#page #footer .footer_random_news_container .entry h3 a {
  text-decoration: none;
}
#page #footer .footer_random_news_container .entry img {
  height: 141px;
  margin-top: 50px;
}
#page #footer .footer_random_news_container .entry .blue_hover_overlay {
  background: url(../images/default/footer_news_hover.png) no-repeat;
  bottom: 0;
  display: none;
  height: 141px;
  position: absolute;
  width: 215px;
}
#page #footer h4 {
  color: #000;
  font-weight: normal;
}
#page #footer .address {
  float: left;
  width: 260px;
}
#page #footer .address span,
#page #footer .address a {
  font-size: 16px;
}
#page #footer .address .button {
  font-size: 14px;
}
#page #footer .button {
  padding: 5px!important;
}
#page #footer .functions_container {
  background: #cbcbcb;
  bottom: 0;
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
}
#page #footer .functions_container .functions {
  float: right;
  margin-right: -480px;
  padding-top: 10px;
  position: absolute;
  right: 50%;
  width: 385px;
}
#page #footer .functions_container .functions li {
  float: left;
}
#page #footer .functions_container .functions li a {
  color: #3f3f3f;
  text-decoration: none;
}
#page #footer .functions_container .functions li a .trennzeichen {
  padding-right: 5px;
}
#page #footer .functions_container .functions li a:hover {
  text-decoration: underline;
}
#page #footer .functions_container .functions li.last .trennzeichen {
  display: none;
}
#content,
.footer {
  padding: calc(28px);
}
.to_website {
  display: inline-block !important;
  padding: 5px 10px;
}
.to_website:hover {
  color: white;
}
#jobs_overview > form > label {
  display: none;
}
