@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:960px)";
  width: 960px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

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

html,
body {
  font-size: 16px; }

body {
  background: #fff;
  color: #5E6366;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.text-right, .social-media-links {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.3333333333%; }
  .small-2 {
    position: relative;
    width: 16.6666666667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.3333333333%; }
  .small-5 {
    position: relative;
    width: 41.6666666667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.3333333333%; }
  .small-8 {
    position: relative;
    width: 66.6666666667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.3333333333%; }
  .small-11 {
    position: relative;
    width: 91.6666666667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.3333333333%; }
  .large-2 {
    position: relative;
    width: 16.6666666667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.3333333333%; }
  .large-5 {
    position: relative;
    width: 41.6666666667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.3333333333%; }
  .large-8 {
    position: relative;
    width: 66.6666666667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.3333333333%; }
  .large-11 {
    position: relative;
    width: 91.6666666667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #7dd7ff;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #009ee3;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #70a9e1; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #009ee3;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #7dd7ff;
    line-height: 0; }

h1 {
  font-size: 1.25em; }

h2 {
  font-size: 1em; }

h3 {
  font-size: 1.0625em; }

h4 {
  font-size: 0.8125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square; }

ul.circle {
  list-style-type: circle; }

ul.disc {
  list-style-type: disc; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #5E6366;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #4ac8ff; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #4ac8ff; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7dd7ff; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 1.875em; }
  h2 {
    font-size: 1.625em; }
  h3 {
    font-size: 1.375em; }
  h4 {
    font-size: 1.125em; } }

/*
     * Print styles.
     *
     * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
    */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #5E6366;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  label small {
    text-transform: capitalize;
    color: #767d81; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.postfix.button.radius {
  border-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.prefix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #A4ADB3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #5E6366;
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #96a0a7;
    border-color: #96a0a7; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #96a0a7;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dcdfe1; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 0 #ddd;
  padding: 0;
  margin: 0; }
  fieldset legend {
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #96a0a7; }

.error label,
.error label.error {
  color: #c60f13; }

.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #96a0a7; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafafa;
    border-color: #96a0a7; }

label.error {
  color: #c60f13; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #fff; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 54px; }

.top-bar-js-breakpoint {
  width: 925px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (max-width: 924px) {
  .top-bar {
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    position: relative;
    background: #fff;
    margin-bottom: 0; }
    .top-bar ul {
      margin-bottom: 0;
      list-style: none; }
    .top-bar .row {
      max-width: none; }
    .top-bar form,
    .top-bar input {
      margin-bottom: 0; }
    .top-bar input {
      height: 2.45em; }
    .top-bar .button {
      padding-top: .5em;
      padding-bottom: .5em;
      margin-bottom: 0; }
    .top-bar .title-area {
      position: relative;
      margin: 0; }
    .top-bar .name {
      height: 54px;
      margin: 0;
      font-size: 16px; }
      .top-bar .name h1 {
        line-height: 54px;
        font-size: 1.0625em;
        margin: 0; }
        .top-bar .name h1 a {
          font-weight: normal;
          color: #A4ADB3;
          width: 50%;
          display: block;
          padding: 0 18px; }
    .top-bar .toggle-topbar {
      position: absolute;
      right: 0;
      top: 0; }
      .top-bar .toggle-topbar.menu-icon {
        right: 18px;
        top: 50%; }
    .top-bar.expanded {
      height: auto;
      background: transparent; }
      .top-bar.expanded .title-area {
        background: #fff; }
      .top-bar.expanded .toggle-topbar a {
        color: #afcfee; }
  .top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out; }
    .top-bar-section ul {
      width: 100%;
      height: auto;
      display: block;
      background: #222;
      font-size: 16px;
      margin: 0; }
    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
      border-bottom: solid 1px white;
      border-top: solid 1px #e6e6e6;
      clear: both;
      height: 1px;
      width: 100%; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #A4ADB3;
      padding: 12px 0 12px 0;
      padding-left: 18px;
      font-size: inherit;
      font-weight: normal;
      background: #222; }
      .top-bar-section ul li > a.button {
        background: #afcfee;
        font-size: inherit;
        padding-right: 18px;
        padding-left: 18px; }
        .top-bar-section ul li > a.button:hover {
          background: #85b6e5; }
      .top-bar-section ul li > a.button.secondary {
        background: #B5BFC5; }
        .top-bar-section ul li > a.button.secondary:hover {
          background: #98a6af; }
      .top-bar-section ul li > a.button.success {
        background: #5da423; }
        .top-bar-section ul li > a.button.success:hover {
          background: #457a1a; }
      .top-bar-section ul li > a.button.alert {
        background: #c60f13; }
        .top-bar-section ul li > a.button.alert:hover {
          background: #970b0e; }
    .top-bar-section ul li:hover > a {
      background: black;
      color: #afcfee; }
    .top-bar-section ul li.active > a {
      background: #f7f7f7;
      color: #afcfee; }
    .top-bar-section .has-form {
      padding: 18px; }
    .top-bar-section .has-dropdown {
      position: relative; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
        border-left-style: solid;
        margin-right: 18px;
        margin-top: -4.5px;
        position: absolute;
        top: 50%;
        right: 0; }
      .top-bar-section .has-dropdown.moved {
        position: static; }
        .top-bar-section .has-dropdown.moved > .dropdown {
          display: block; }
    .top-bar-section .dropdown {
      position: absolute;
      left: 100%;
      top: 0;
      display: none;
      z-index: 99; }
      .top-bar-section .dropdown li {
        width: 100%;
        height: auto; }
        .top-bar-section .dropdown li a {
          font-weight: normal;
          padding: 8px 18px; }
          .top-bar-section .dropdown li a.parent-link {
            font-weight: normal; }
        .top-bar-section .dropdown li.title h5 {
          margin-bottom: 0; }
          .top-bar-section .dropdown li.title h5 a {
            color: #A4ADB3;
            line-height: 27px;
            display: block; }
      .top-bar-section .dropdown label {
        padding: 8px 18px 2px;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #555;
        font-weight: bold;
        font-size: 0.625em; }
  .top-bar-js-breakpoint {
    width: 925px !important;
    visibility: hidden; }
  .js-generated {
    display: block; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent; }
  .featherlight-previous {
    left: 25px;
    right: 80%; }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../Fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../Fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../Fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../Fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../Fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .top-bar-section #nav > li a[target="_blank"]:after, .metamenu li a[target="_blank"]:after, .touch .footer a.googlemap:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

@font-face {
  font-family: "lia";
  src: url("../Fonts/lia/lia.eot?v=-domjxg");
  src: url("../Fonts/lia/lia.eot?#iefix&v=-domjxg") format("embedded-opentype"), url("../Fonts/lia/lia.woff?v=-domjxg") format("woff"), url("../Fonts/lia/lia.ttf?v=-domjxg") format("truetype"), url("../Fonts/lia/lia.svg?v=-domjxg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.lia, .lia-pseudo:before {
  display: inline-block;
  font: normal normal normal 14px/1 "lia";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lia-glasses:before {
  content: ""; }

.lia-responsive:before {
  content: ""; }

.lia-customer:before {
  content: ""; }

.lia-employee:before {
  content: ""; }

.lia-location:before {
  content: ""; }

.lia-turnover:before {
  content: ""; }

.lia-plus:before {
  content: ""; }

.lia-teamviewer:before {
  content: ""; }

.lia-cash:before {
  content: ""; }

.fa-pseudo:before, .mail:before,
.form:before,
.file:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
.csc-frame {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

.csc-default {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  .csc-default ul,
  .csc-default ol {
    margin-left: 1.4em; }
  .csc-default ul.columns,
  .csc-default ol.columns {
    margin-left: 0;
    list-style: none; }

.contenttable {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
  min-width: 100%; }
  .contenttable thead,
  .contenttable tfoot {
    background: #f5f5f5;
    font-weight: bold; }
    .contenttable thead tr th,
    .contenttable thead tr td,
    .contenttable tfoot tr th,
    .contenttable tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222;
      text-align: left; }
  .contenttable tr th,
  .contenttable tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222; }
  .contenttable tr.even, .contenttable tr.alt, .contenttable tr:nth-of-type(even) {
    background: #f9f9f9; }
  .contenttable thead tr th,
  .contenttable tfoot tr th,
  .contenttable tbody tr td,
  .contenttable tr td,
  .contenttable tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

.uppercase {
  text-transform: uppercase; }

.error404-sitemap ul {
  list-style-type: none; }

.error404-searchbox #tx_indexedsearch table {
  max-width: 249px;
  background: transparent; }
  .error404-searchbox #tx_indexedsearch table tr:nth-of-type(even) {
    background: transparent; }
  .error404-searchbox #tx_indexedsearch table td {
    padding-left: 0;
    padding-right: 0; }

.columns > .csc-default {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }

label {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-top: 0.1875em;
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
  padding-left: 0 !important;
  line-height: 1.25em !important; }
  @media only screen and (min-width: 768px) {
    label {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 33.3333333333%;
      float: left; } }
  label.text {
    cursor: auto;
    margin-bottom: 0.625em;
    font-weight: normal; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"] {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  margin-bottom: 14px; }
  @media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="file"] {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 66.6666666667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

input[type="checkbox"] {
  margin-top: 0.15em;
  margin-right: 8px; }

input[type="file"] {
  border: 1px solid #A4ADB3; }

select {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #A4ADB3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #5E6366;
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  position: relative;
  float: left;
  padding: 0.3125em 0.9375em 0.3125em 5px;
  background: url(../Images/pfeil-select.png) no-repeat 97% center !important;
  border: 1px solid #A4ADB3;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  select:focus {
    box-shadow: 0 0 5px #96a0a7;
    border-color: #96a0a7; }
  select:focus {
    background: #fafafa;
    border-color: #96a0a7;
    outline: none; }
  select[disabled] {
    background-color: #dcdfe1; }
  @media only screen and (min-width: 768px) {
    select {
      width: 66.66667%; } }

.formhandler {
  margin-left: -0.9375em;
  margin-right: -0.9375em; }
  .formhandler h3,
  .formhandler legend {
    margin-top: 25px; }

.formfeld {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .formfeld:before, .formfeld:after {
    content: " ";
    display: table; }
  .formfeld:after {
    clear: both; }

@media only screen and (min-width: 768px) {
  .column-left {
    padding-right: 2.8125em; }
  .column-right {
    padding-left: 2.8125em; } }

.eintrag {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 66.6666666667%;
  float: left;
  font-size: 0.875em;
  padding-bottom: 0.5625em;
  padding-top: 0;
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .eintrag {
      padding-top: 0.5625em;
      padding-left: 0.9375em; } }

.pflichtfeld {
  color: #009ee3; }

.submit {
  float: right; }
  @media only screen and (min-width: 768px) {
    .submit {
      float: left; } }
  .submit.right {
    margin-top: 5px; }
    @media only screen and (min-width: 768px) {
      .submit.right {
        margin-top: 0; } }

.nofloat {
  float: none; }

.fileupload-list li:before {
  display: none !important;
  padding: 0 !important; }

.fileupload-list .formhandler_removelink {
  margin-left: 0.625em; }

#message {
  height: 12.5em; }

.kontaktformular_textarea {
  height: 18.75em !important; }

.formhandler_error {
  padding: 0.3125em;
  margin-bottom: 0.3125em;
  border: 1px dotted red;
  background: #eee; }
  .formhandler_error .message {
    display: block;
    color: red;
    font-size: 0.875em; }

.formhandler_error_wrapper {
  border: 1px dotted red;
  background: #eee;
  padding: 0.3125em; }
  .formhandler_error_wrapper p {
    color: red !important;
    font-size: 0.875em !important; }
  .formhandler_error_wrapper ul,
  .formhandler_error_wrapper li {
    margin: 0 !important;
    padding: 0 !important; }
  .formhandler_error_wrapper li:before {
    display: none !important; }
  .formhandler_error_wrapper .formhandler_error {
    padding: 0;
    border: 0; }

.noerror {
  display: none; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../Fonts/flexslider-icon.eot");
  src: url("../Fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../Fonts/flexslider-icon.woff") format("woff"), url("../Fonts/flexslider-icon.ttf") format("truetype"), url("../Fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .flexslider .slides video {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  line-height: 40px; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.resp-tab-item, .resp-accordion {
  background-color: #3ca4e3;
  color: #fff; }

#resp-tabs {
  padding-top: 70px;
  margin-top: -60px !important; }
  @media only screen and (min-width: 768px) {
    #resp-tabs {
      padding-top: 100px;
      margin-top: -80px !important; } }

.resp-tabs-list {
  margin: 0;
  padding: 0; }

.resp-tab-item {
  transition: all 300ms ease-out;
  display: inline-block;
  float: left;
  width: 33.33334%;
  margin: 0;
  padding: 15px;
  list-style: none;
  cursor: pointer;
  border-top: 4px solid #fff;
  text-transform: uppercase;
  font-weight: 600; }
  .resp-tab-item:hover, .resp-tab-item:active {
    background: #B5BFC5; }

.resp-tab-active {
  border-top-color: #ebeff1;
  color: #5E6366; }

.resp-tab-active,
.resp-tab-active:hover,
.resp-tab-active:active,
.resp-tabs-container {
  background: #fff; }

.resp-tabs-container {
  padding: 0px;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 0.9375em 0 0.9375em 0; }
  @media only screen and (min-width: 768px) {
    .resp-tab-content {
      padding: 1.9375em; } }

.resp-accordion {
  transition: all 300ms ease-out;
  cursor: pointer;
  padding: 5px;
  display: none;
  position: relative;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  padding: 15px;
  border-bottom: 1px solid #fff; }

.resp-accordion:hover,
.resp-accordion:active,
.resp-accordion-active {
  background-color: #1e8cce; }

h2.resp-tab-active {
  border-bottom: 0px;
  margin-bottom: 0px;
  background-color: #3ca4e3;
  color: #fff; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:last-child {
  border-bottom: 0; }

.resp-content-active,
.resp-accordion-active {
  display: block; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1;
  background: blue; }

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none; }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none; }

.resp-vtabs .resp-tab-content {
  border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important; }

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }

@font-face {
  font-family: 'li_custom';
  src: url("../Fonts/li_custom.eot");
  src: url("../Fonts/li_custom.eot?#iefix") format("embedded-opentype"), url("../Fonts/li_custom.woff") format("woff"), url("../Fonts/li_custom.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before, body > section.seperated:after,
body > section.csc-default.seperated:after {
  font-family: "li_custom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.flex-direction-nav a:before {
  content: "\f114"; }

.flex-direction-nav a.flex-next:before {
  content: "\f115"; }

body > section.seperated:after,
body > section.csc-default.seperated:after {
  content: "\f117"; }

.formhandler h2, body > section > .csc-header h2,
body > section > .wrap > .csc-header h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.375em; }
  @media screen and (min-width: 800px) {
    .formhandler h2, body > section > .csc-header h2,
    body > section > .wrap > .csc-header h2 {
      font-size: 1.875em; } }

body > section > .csc-header h2,
body > section > .wrap > .csc-header h2 {
  max-width: 9.666666667em;
  padding: 0 0 0.625em 0;
  margin-bottom: 0.9375em;
  border-bottom: 3px solid #009ee3; }
  body > section > .csc-header h2.csc-header-alignment-center,
  body > section > .wrap > .csc-header h2.csc-header-alignment-center {
    margin-left: auto;
    margin-right: auto; }
  body > section > .csc-header h2.csc-header-alignment-right,
  body > section > .wrap > .csc-header h2.csc-header-alignment-right {
    margin-left: auto; }

h3, fieldset legend {
  font-size: 1.1875em;
  font-weight: 600;
  line-height: 1.4;
  color: #5E6366;
  margin-bottom: 0.9375em;
  text-transform: uppercase; }

body > section.seperated:after,
body > section.csc-default.seperated:after {
  display: block;
  height: 52px;
  font-size: 3.125em;
  text-align: center; }

.top-bar-section #nav > li a[target="_blank"]:after, .metamenu li a[target="_blank"]:after {
  content: "";
  font-size: 0.875em;
  margin-left: 0.625em; }

body {
  margin: 0 auto;
  background-color: #ebeff1; }

h2 {
  font-size: 1.875em; }

fieldset legend {
  margin-left: 0; }

textarea {
  resize: none; }

.small {
  font-size: 0.75em; }

body > section p,
body > section ul {
  font-size: 0.875em; }

a {
  display: inline-block; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

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

.clear {
  clear: both; }

.highlight {
  color: #009ee3; }

.top-bar-section #nav > li ul, .top-bar.expanded .top-bar-section #nav {
  margin-top: 25px;
  padding: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .touch .top-bar-section #nav > li ul, .top-bar-section #nav > li .touch ul, .touch .top-bar.expanded .top-bar-section #nav, .top-bar.expanded .top-bar-section .touch #nav {
    margin-top: 3px; }
  .no-touch .active .top-bar-section #nav > li ul, .top-bar-section #nav > li .no-touch .active ul, .no-touch .active .top-bar.expanded .top-bar-section #nav, .top-bar.expanded .top-bar-section .no-touch .active #nav {
    margin-top: 11px; }
  .top-bar-section #nav > li ul li, .top-bar.expanded .top-bar-section #nav li {
    padding-right: 1.25em;
    border-bottom: 1px solid #8D9599;
    background-color: rgba(255, 255, 255, 0.9); }
    .top-bar-section #nav > li ul li:last-child, .top-bar.expanded .top-bar-section #nav li:last-child {
      border: 0; }
  .top-bar-section #nav > li ul a, .top-bar.expanded .top-bar-section #nav a {
    padding-top: 7px;
    padding-bottom: 7px; }

.top-bar ul, .top-bar li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.top-bar .title-area {
  display: none;
  text-align: right;
  text-transform: uppercase; }
  .top-bar .title-area a {
    color: #62B0E4;
    display: inline-block;
    padding-right: 30px;
    position: relative; }
  .top-bar .title-area .burger-icon {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
    top: 1px;
    margin-left: 0.625em;
    margin-top: 0.625em; }
    .top-bar .title-area .burger-icon, .top-bar .title-area .burger-icon:before, .top-bar .title-area .burger-icon:after {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #62B0E4;
      transition-property: background-color, transform;
      transition-duration: 0.3s; }
    .top-bar .title-area .burger-icon:before, .top-bar .title-area .burger-icon:after {
      position: absolute;
      content: ""; }
    .top-bar .title-area .burger-icon:before {
      top: -6px; }
    .top-bar .title-area .burger-icon:after {
      top: 6px; }

.top-bar.expanded .title-area .burger-icon {
  background-color: transparent; }

.top-bar.expanded .title-area .burger-icon:before {
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg); }

.top-bar.expanded .title-area .burger-icon:after {
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg); }

.top-bar .top-bar-section a {
  padding: 0.9375em;
  display: block;
  color: #8D9599; }
  @media only screen and (max-width: 1000px) {
    .top-bar .top-bar-section a {
      padding-left: 10px;
      padding-right: 10px; } }

.top-bar-section #nav {
  position: relative; }
  .top-bar-section #nav > li {
    position: relative;
    display: inline-block;
    text-transform: uppercase; }
    @media screen and (min-width: 925px) and (max-width: 1250px) {
      .top-bar-section #nav > li.m13 a {
        padding-right: 0; } }
    .top-bar-section #nav > li.louis-link {
      text-transform: none; }
      @media only screen and (min-width: 925px) {
        .top-bar-section #nav > li.louis-link {
          position: absolute;
          right: 0;
          top: 0;
          margin-right: -125px;
          border-left: 1px solid #EBEBEB;
          font-size: 12px;
          line-height: 32px; }
          .top-bar-section #nav > li.louis-link a {
            padding-left: 20px; } }
      @media screen and (min-width: 925px) and (max-width: 1250px) {
        .top-bar-section #nav > li.louis-link {
          display: none; } }
    .top-bar-section #nav > li a[target="_blank"]:after {
      color: #A4ADB3; }
    .top-bar-section #nav > li.active > a,
    .top-bar-section #nav > li a:hover {
      color: #62B0E4; }
    @media only screen and (min-width: 925px) {
      .top-bar-section #nav > li:first-child a {
        padding-left: 0; }
      .top-bar-section #nav > li:last-child a {
        padding-right: 0; } }
    .top-bar-section #nav > li:hover .dropdown {
      opacity: 1;
      visibility: visible; }
    .top-bar-section #nav > li .dropdown {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      z-index: 99; }
  .top-bar-section #nav li.active > a {
    color: #62B0E4; }

@media only screen and (max-width: 924px) {
  .navigation-wrapper {
    height: 54px; }
    .touch .navigation-wrapper {
      height: 46px; }
  .navigation {
    position: absolute;
    top: 0;
    right: 0; }
  .top-bar {
    background: none; }
    .top-bar .title-area {
      display: block; }
  .top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 15px; }
    .touch .top-bar .toggle-topbar.menu-icon {
      top: 12px; } }

.top-bar.expanded {
  overflow: visible; }
  .top-bar.expanded .title-area {
    background: none; }
  .top-bar.expanded .top-bar-section {
    min-width: 320px;
    clear: both; }
    .top-bar.expanded .top-bar-section ul {
      background: none; }
    .top-bar.expanded .top-bar-section a {
      background: none !important; }
  .top-bar.expanded .top-bar-section #nav > li {
    display: list-item; }

.metamenu {
  font-size: .75rem; }
  .metamenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    line-height: 200%; }
  .metamenu li {
    float: left;
    margin-right: 1.25em;
    text-transform: uppercase; }
    .metamenu li a {
      display: block; }
      .metamenu li a[target="_blank"]:after {
        color: #fff; }
    @media only screen and (max-width: 725px) {
      .metamenu li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #767d81; }
        .metamenu li a {
          padding: .75rem 0; } }

.button, .button-default, .button-white, .button-small, .button-application, .mail,
.form,
.file {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  .button .button-icon, .button-default .button-icon, .button-white .button-icon, .button-small .button-icon, .button-application .button-icon, .mail .button-icon,
  .form .button-icon,
  .file .button-icon {
    display: inline-block;
    position: relative;
    padding-left: 31px; }
    .button .button-icon:before, .button-default .button-icon:before, .button-white .button-icon:before, .button-small .button-icon:before, .button-application .button-icon:before, .mail .button-icon:before,
    .form .button-icon:before,
    .file .button-icon:before {
      font-size: 1.1875em;
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

@media only screen and (min-width: 1026px) {
  .button-row {
    position: relative; }
    .button-row > div[class*="column"] {
      position: static; }
    .button-row .button-default {
      position: absolute;
      right: 0;
      bottom: 1.25em; } }

.button-default, .button-white, .button-small, .button-application {
  background-color: #3ca4e3;
  color: #fff;
  border: 0;
  width: 260px;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  font-size: 14px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease-out; }
  @media only screen and (max-width: 330px) {
    .button-default, .button-white, .button-small, .button-application {
      width: 100%; } }
  .button-default:hover, .button-white:hover, .button-small:hover, .button-application:hover {
    color: #fff;
    background-color: #1e8cce; }
    .button-default:hover:after, .button-white:hover:after, .button-small:hover:after, .button-application:hover:after {
      background-color: rgba(0, 0, 0, 0.3); }
  .button-default:active, .button-white:active, .button-small:active, .button-application:active, .button-default:focus, .button-white:focus, .button-small:focus, .button-application:focus, .button-default:visited, .button-white:visited, .button-small:visited, .button-application:visited {
    color: #fff; }
  .button-default:after, .button-white:after, .button-small:after, .button-application:after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    transition: all 400ms ease-out; }

.button-white {
  background-color: #fff;
  color: #009ee3 !important; }
  .button-white:after {
    background-color: rgba(60, 164, 227, 0.5); }
  .button-white:hover {
    color: #fff !important; }

.button-small {
  width: auto;
  padding: 10px 15px 9px 15px;
  font-size: 0.8125em; }

.button-application {
  margin: 15px 15px 0 15px; }
  @media only screen and (max-width: 330px) {
    .button-application {
      width: 90%;
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 609px) {
    .button-application {
      margin-left: auto;
      margin-right: auto;
      display: block;
      float: none !important; } }
  @media only screen and (min-width: 610px) {
    .button-application {
      float: right; } }

.mail:before,
.form:before,
.file:before {
  content: "";
  padding-right: 3px; }

.mail:before {
  content: ""; }

.form:before {
  content: ""; }

.file:before {
  content: ""; }

.button-group {
  margin-top: 3.5%;
  margin-bottom: 3.5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .button-group .button-default {
    margin: 15px 0 0 0; }
    @media only screen and (min-width: 331px) {
      .button-group .button-default {
        margin: 15px 15px 0 15px; } }

.headline-block {
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #62B0E4;
  margin: 0 auto; }
  @media only screen and (max-width: 675px) {
    .headline-block {
      font-size: 1.875em; } }
  @media only screen and (max-width: 450px) {
    .headline-block {
      font-size: 1.375em; } }
  @media only screen and (max-width: 335px) {
    .headline-block {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 5px 0.625em;
      margin-right: 0.625em;
      margin-left: 0.625em; }
      .headline-block br {
        display: none; } }
  .headline-block span {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.75rem 1.25rem;
    line-height: 1.1;
    margin: 5px 0;
    transition: all 0.7s; }
    @media only screen and (max-width: 450px) {
      .headline-block span {
        padding: 0.625rem 0.9375rem;
        margin: 3px 0; } }
    @media only screen and (max-width: 335px) {
      .headline-block span {
        background-color: transparent;
        display: block;
        padding: 0;
        line-height: 1.5;
        margin: 0; } }

.social-media-links {
  width: 100%;
  margin: 1.25em 0 0;
  font-size: 35px;
  color: #A4ADB3; }
  .social-media-links a {
    margin-left: 0.9375rem;
    color: inherit; }
    .social-media-links a:first-child {
      margin-left: 0; }
    .social-media-links a:hover i {
      color: #afcfee; }
  @media only screen and (max-width: 641px) {
    .social-media-links {
      text-align: left !important;
      float: none !important; } }

.logo, .footer-louis:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjQ0LjQgMTIyLjEgOTYwIDQ2MCIgd2lkdGg9Ijk2MCIgaGVpZ2h0PSI0NjAiPjxwYXRoIGZpbGw9IiNCMENGRUUiIGQ9Ik0xMDguMiAzMjcuOGgzNC4xdjU1LjNoLTM0LjF6Ii8+PHBhdGggb3BhY2l0eT0iLjQiIGZpbGw9IiNCMENGRUUiIGQ9Ik00NC40IDI4NS4zaDU1LjN2MzRINDQuNHoiLz48cGF0aCBmaWxsPSIjQjBDRkVFIiBkPSJNMTQyLjIgMjg1LjNoNTUuMnYzMy45bC04OS4yLjJWMjMwaDM0djU1LjNNMzA5LjEgNDM0LjNWMzE5LjhoLTEwLjd2MTE0LjVoMTAuN000MzAuNSA0MzQuM1YzMTkuOGgtMTAuOHYzMC43YzAgMjIuMy43IDU2LjEgMS4yIDcyLjEtNC41LTgtOS4yLTE2LjItMTQuMS0yNGwtNTAtNzguOGgtMTUuMXYxMTQuN2gxMC44di0zMy44YzAtMjEuNC0uNy01NS44LTEuMi02OS40IDMuNyA3LjYgOC4yIDE1IDEzLjQgMjMuMWw1MC43IDgwLjFoMTUuMU01MzEuOCAzMjguOHYtOWgtODEuOXY5aDM1LjV2MTA1LjVoMTFWMzI4LjhoMzUuNE02MDYuMiA0MzQuM3YtOC45aC00NS44di00NS44aDQzLjVWMzcxaC00My41di00Mi4zaDQ1Ljh2LTguOWgtNTYuNnYxMTQuNWg1Ni42TTcwNS42IDQzNC4zbC0zNS44LTQyLjdjLTMuMS0zLjctNy04LjItMTAuMy0xMS45IDIyLS4zIDM5LTExLjMgMzktMzIuNCAwLTIxLjEtMTYuMy0yOC4xLTM3LTI4LjEtMTIgMC0xOC43LjItMjUuNy41djExNC40aDEwLjhWMzgwaC41bDQ0LjEgNTQuMmgxNC41di4xek02ODcgMzQ5LjRjMCAxMy4yLTEwLjcgMjIuNi0yOS40IDIyLjYtNS41IDAtOS4xLS4yLTExLS4zdi00My4yYzMuNy0uMyA3LjQtLjUgMTEuNy0uNSAxOC41LS4xIDI4LjcgNS40IDI4LjcgMjEuNE04MTYuNyA0MzQuM1YzMTkuOEg4MDZ2MzAuN2MwIDIyLjMuNyA1Ni4xIDEuMiA3Mi4xLTQuNS04LTkuMi0xNi4yLTE0LjEtMjRsLTUwLTc4LjhoLTE0Ljd2MTE0LjdoMTAuOHYtMzMuOGMwLTIxLjQtLjctNTUuOC0xLjItNjkuNCAzLjcgNy42IDguMiAxNSAxMy40IDIzLjFsNTAuNyA4MC4xaDE0LjdNOTA1LjkgNDM0LjN2LTguOWgtNDUuN3YtNDUuOGg0My41VjM3MWgtNDMuNXYtNDIuM2g0NS43di04LjloLTU2LjZ2MTE0LjVoNTYuNk0xMDA0LjQgMzI4Ljh2LTloLTgxLjl2OUg5NTh2MTA1LjVoMTAuOFYzMjguOGgzNS42TTM1Ny43IDI4NS4xdi0xOS4zaC0zNy4ydi05NS4zaC0yMi4xdjExNC42aDU5LjNNNDY5LjQgMjI2LjJjMC0zOS4yLTIxLjUtNTcuNi01Mi4xLTU3LjYtMzAuNyAwLTU2LjEgMjIuOC01Ni4xIDYwLjcgMCAzNS41IDE3LjIgNTcuNyA1Mi4xIDU3LjcgMzEuMyAwIDU2LjEtMjMgNTYuMS02MC44em0tMjMuNSAxLjdjMCAyNy42LTE1LjkgMzktMzAuOSAzOS0yMC42IDAtMzAtMTUuNy0zMC00MC4xIDAtMjUuOCAxNC41LTM4LjQgMzAuMy0zOC40IDE5LjYuMSAzMC42IDE0IDMwLjYgMzkuNU01NzguNyAyNDAuNnYtNzAuMWgtMjJWMjQyYzAgMTkuNi03LjEgMjYuNy0yNC4yIDI2LjctMTkgMC0yMy45LTEwLjEtMjMuOS0yNC42di03My42aC0yMi4xdjc0LjljMCAyMiA4LjIgNDEuNyA0NC40IDQxLjcgMzAuNS0uMSA0Ny44LTE1IDQ3LjgtNDYuNU02MjYuOSAyODUuMVYxNzAuNWgtMjIuMXYxMTQuNmgyMi4xTTcxNy4yIDI0OS42YzAtMzUuOC00OC4yLTI4LjEtNDguMi00OC43IDAtOC4yIDYuNS0xMy45IDE5LjItMTMuOSA3IDAgMTQuMSAxLjIgMjAuNiAzLjFsMS4yLTE5LjNjLTYuOC0xLjItMTQuMi0yLjEtMjAuOC0yLjEtMjcuNiAwLTQzLjYgMTQuMS00My42IDM0LjQgMCAzNy43IDQ3LjkgMjcuOCA0Ny45IDQ5LjUgMCAxMC40LTguNyAxNS4xLTE5LjkgMTUuMS04LjQgMC0xNy41LTEuOS0yNC00LjFsLTEuMyAyMC42YzcuMSAxLjkgMTUuMyAyLjcgMjMuNSAyLjcgMjguMy4xIDQ1LjQtMTUuNiA0NS40LTM3LjMiLz48cGF0aCBmaWxsPSIjRDhEQkREIiBkPSJNMjQ5LjkgNTgyLjF2LTQ2MGgtNHY0NjBoNCIvPjxnIGZpbGw9IiNCMENGRUUiPjxwYXRoIGQ9Ik0zMzEuNyA1MzMuMWgtNy42bC0yMC4yLTI0djI0aC01LjV2LTQ3LjZoNS41djIyLjZsMjAuMy0yMi44aDYuN2wtMjEuMiAyMy4xIDIyIDI0Ljd6TTM3NS4yIDUzMy4xSDM2OWwtNC4xLTExLjdoLTIxLjJsLTQuMyAxMS43aC01LjZsMTcuOC00Ny42aDUuOGwxNy44IDQ3LjZ6TTM2My4zIDUxN2wtNi44LTE4LjdjLS45LTIuNS0xLjUtNC44LTIuMS03aC0uMmMtLjUgMi4yLTEuMiA0LjYtMi4xIDYuOGwtNi44IDE4LjhoMTh2LjF6TTQxMi41IDUzMy4xaC03TDM4OC4yIDUxMWgtLjJ2MjIuMWgtNS41di00Ny42YzMuMS0uMiA2LjgtLjIgMTEuMy0uMiAxMC40IDAgMTUuNyA0IDE1LjcgMTIgMCA0LjEtMS41IDcuNC00LjUgOS44LTIuNyAyLjItNi41IDMuNC0xMSAzLjYgMSAxLjIgMi40IDIuNyA0LjEgNC45bDE0LjQgMTcuNXptLTguNy0zNS4xYzAtNS42LTMuNy04LjQtMTEuMy04LjQtMS44IDAtMy4zIDAtNC42LjJWNTA3YzEgLjIgMi40LjIgNC4zLjIgMy42IDAgNi41LS45IDguNi0yLjUgMS45LTIgMy00IDMtNi43ek00NTEuMyA1MzMuMWgtN0w0MjcgNTExaC0uMnYyMi4xaC01LjV2LTQ3LjZjMy4xLS4yIDYuOC0uMiAxMS4zLS4yIDEwLjQgMCAxNS43IDQgMTUuNyAxMiAwIDQuMS0xLjUgNy40LTQuNSA5LjgtMi43IDIuMi02LjUgMy40LTExIDMuNiAxIDEuMiAyLjQgMi43IDQuMSA0LjlsMTQuNCAxNy41em0tOC44LTM1LjFjMC01LjYtMy43LTguNC0xMS4zLTguNC0xLjggMC0zLjMgMC00LjYuMlY1MDdjMSAuMiAyLjQuMiA0LjMuMiAzLjYgMCA2LjUtLjkgOC42LTIuNSAyLTIgMy00IDMtNi43ek00NjUuMyA1MzMuMUg0NjB2LTQ3LjZoNS41djQ3LjZoLS4yek01MDIuMyA1MzMuMWgtMjR2LTQ3LjZoMjR2NC41aC0xOC41djE2LjZoMTcuN3Y0LjVoLTE3Ljd2MTcuN2gxOC41djQuM3pNNTQ0IDUzMy4xaC03TDUxOS43IDUxMWgtLjJ2MjIuMUg1MTR2LTQ3LjZjMy4xLS4yIDYuOC0uMiAxMS4zLS4yIDEwLjQgMCAxNS43IDQgMTUuNyAxMiAwIDQuMS0xLjUgNy40LTQuNSA5LjgtMi45IDIuMi02LjUgMy40LTExIDMuNiAxIDEuMiAyLjQgMi43IDQuMSA0LjlsMTQuNCAxNy41em0tOC44LTM1LjFjMC01LjYtMy43LTguNC0xMS4zLTguNC0xLjggMC0zLjMgMC00LjYuMlY1MDdjMSAuMiAyLjQuMiA0LjMuMiAzLjYgMCA2LjUtLjkgOC42LTIuNSAyLTIgMy00IDMtNi43ek01NzYuNyA1MzMuMWgtMjR2LTQ3LjZoMjR2NC41aC0xOC41djE2LjZINTc2djQuNWgtMTcuN3YxNy43aDE4LjV2NC4zek02MTYuMyA0OTguN2MwIDQuNi0xLjggOC40LTUuMiAxMS4zLTMuNCAyLjktNy45IDQuNS0xMy4yIDQuNS0xLjUgMC0yLjcgMC00LjEtLjJ2MTguOGgtNS41di00Ny42YzMuNC0uMiA3LjEtLjIgMTEuMy0uMiA1LjMgMCA5LjUgMS4yIDEyLjMgMy43IDIuOSAyLjMgNC40IDUuNiA0LjQgOS43em0tNS43LjhjMC02LjctNC05LjktMTEuNy05LjloLTUuMnYyMGMxLjguMiAzLjMuMyA0LjMuMyAzLjcgMCA2LjgtMSA5LjEtMi45czMuNS00LjQgMy41LTcuNXpNNjY1LjUgNTA4LjVjMCA3LjctMi4yIDEzLjktNi41IDE4LjUtNC4xIDQuMy05LjUgNi41LTE1LjcgNi41LTcgMC0xMi4zLTIuMi0xNS45LTYuNS0zLjQtNC4xLTUuMy05LjktNS4zLTE3LjMgMC03LjcgMi4yLTEzLjkgNi41LTE4LjUgNC4xLTQuMyA5LjUtNi41IDE1LjctNi41IDYuNSAwIDExLjcgMi4xIDE1LjQgNi40IDMuOSA0LjEgNS44IDEwIDUuOCAxNy40em0tNS45LjljMC02LjQtMS4zLTExLjMtNC4zLTE1LTIuNy0zLjQtNi43LTUuMy0xMS45LTUuMy00LjUgMC04IDEuOC0xMS4xIDQuOS0zLjMgMy42LTQuOCA4LjQtNC44IDE0LjQgMCA2LjIgMS4zIDExIDQgMTQuNSAyLjcgMy43IDYuNyA1LjYgMTIgNS42IDQuNSAwIDgtMS44IDExLjEtNC45IDMuMy0zLjIgNS04IDUtMTQuMnpNNzA1IDUzMy4xaC03TDY4MC43IDUxMWgtLjJ2MjIuMUg2NzV2LTQ3LjZjMy4xLS4yIDYuOC0uMiAxMS4zLS4yIDEwLjQgMCAxNS43IDQgMTUuNyAxMiAwIDQuMS0xLjUgNy40LTQuNSA5LjgtMi45IDIuMi02LjUgMy40LTExIDMuNiAxIDEuMiAyLjQgMi43IDQuMSA0LjlsMTQuNCAxNy41em0tOC43LTM1LjFjMC01LjYtMy43LTguNC0xMS4zLTguNC0xLjggMC0zLjMgMC00LjYuMlY1MDdjMSAuMiAyLjQuMiA0LjMuMiAzLjYgMCA2LjUtLjkgOC42LTIuNSAxLjktMiAzLTQgMy02Ljd6TTc0Mi43IDQ4OS45aC0xNC40djQzLjJINzIzdi00My4yaC0xNC4ydi00LjVoMzR2NC41aC0uMXpNNzg2LjMgNTMzLjFoLTYuMmwtNC4xLTExLjdoLTIxLjJsLTQuMyAxMS43aC01LjZsMTcuOC00Ny42aDUuOGwxNy44IDQ3LjZ6TTc3NC40IDUxN2wtNi44LTE4LjdjLS45LTIuNS0xLjUtNC44LTIuMS03aC0uMmMtLjUgMi4yLTEuMiA0LjYtMi4xIDYuOGwtNi44IDE4LjhoMTh2LjF6TTgxNi43IDUzMy4xaC0yMy4xdi00Ny42aDUuNXY0My4yaDE3Ljd2NC40aC0uMXoiLz48L2c+PC9zdmc+"); }

.logo {
  display: block;
  width: 173px;
  height: 83px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 173px 83px;
  text-indent: -99999px; }
  .no-svg .logo {
    background-image: url("../Images/louis-logo-karriereportal.png"); }
  .active .logo {
    width: 120px;
    height: 55px;
    background-size: 120px 55px; }
  @media only screen and (max-width: 924px) {
    .touch .logo {
      width: 120px;
      height: 46px;
      background-size: 120px 46px; } }

.headline-block, header [class*="column"],
header [class*="column"] + [class*="column"]:last-child, .footer-copyright [class*="column"],
.footer-copyright [class*="column"] + [class*="column"]:last-child, .footer-louis:before, .footer-louis p {
  display: inline-block;
  vertical-align: middle; }

header [class*="column"],
header [class*="column"] + [class*="column"]:last-child, .footer-copyright [class*="column"],
.footer-copyright [class*="column"] + [class*="column"]:last-child {
  float: none;
  margin-right: -2px;
  margin-left: -2px; }

.cash-for-talents-tabs-wrapper {
  max-width: 328px; }
  @media only screen and (max-width: 609px) {
    .cash-for-talents-tabs-wrapper {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1000px) {
    .cash-for-talents-tabs-wrapper {
      float: left; } }

.cash-for-talents-tabs {
  color: #009ee3;
  margin: 15px 15px 0 65px;
  margin-bottom: 0; }
  .cash-for-talents-tabs:before {
    display: block;
    width: 35px;
    height: 42px;
    float: left;
    margin-left: -50px;
    margin-right: 18px;
    content: "";
    font-size: 41px; }

.accordion-icon {
  display: block;
  position: relative;
  padding-right: 38px; }
  .accordion-icon:before {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) {
      .accordion-icon:before {
        font-size: 32px; } }

.cash-for-talents-stoerer {
  margin: 0 auto 10px;
  background: transparent url("../Images/wimpelchen.png") no-repeat top center;
  color: #009ee3;
  width: 161px;
  height: 254px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 768px) {
    .cash-for-talents-stoerer {
      margin-top: -20px; } }

.cash-for-talents-stoerer__icon {
  height: 166px;
  width: auto;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
  fill: currentColor; }

.js .lightbox-content {
  display: none; }

.lightbox-content p,
.lightbox-content ul {
  font-size: 0.875em; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding-top: 25px; } }

.featherlight-inner {
  display: block !important; }

.stoerer-instagram {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 225px;
  width: 338px;
  height: 335px;
  color: #1a1a18;
  font-size: 15px;
  -ms-transform: translateX(290px);
      transform: translateX(290px);
  transition: transform 0.5s ease; }
  .stoerer-instagram.open {
    -ms-transform: none;
        transform: none; }
  .stoerer-instagram strong {
    font-weight: 800; }
  @media only screen and (max-width: 1096px) {
    .stoerer-instagram {
      bottom: 0;
      top: auto;
      right: 15px;
      -ms-transform: translateY(331px);
          transform: translateY(331px);
      width: 290px;
      height: 379px;
      box-shadow: 0px 0px 2px 0px #ccc; }
      .stoerer-instagram.open {
        -ms-transform: none;
            transform: none; } }
  @media only screen and (max-width: 479px) {
    .stoerer-instagram {
      left: 50%;
      -ms-transform: translateX(-50%) translateY(331px);
          transform: translateX(-50%) translateY(331px); }
      .stoerer-instagram.open {
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  @media (max-width: 1096px) and (max-height: 400px) {
    .stoerer-instagram {
      height: 254px;
      -ms-transform: translateY(206px);
          transform: translateY(206px); } }
  @media (max-width: 479px) and (max-height: 400px) {
    .stoerer-instagram {
      -ms-transform: translateX(-50%) translateY(206px);
          transform: translateX(-50%) translateY(206px); } }

.instagram-handler {
  position: relative;
  width: 48px;
  height: 335px;
  float: left;
  cursor: pointer; }
  @media only screen and (max-width: 1096px) {
    .instagram-handler {
      float: left;
      width: 335px;
      height: 48px; } }

.instagram-handler-text {
  width: 283px;
  height: 48px;
  background-color: #ffee00;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
  position: absolute;
  top: 283px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center; }
  @media only screen and (max-width: 1096px) {
    .instagram-handler-text {
      -ms-transform: rotate(0);
          transform: rotate(0);
      top: 0;
      font-size: 14px;
      margin-left: 48px;
      width: 242px;
      padding-top: 18px; } }

.instagram-handler-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  background-color: #009ee3;
  color: #fff;
  padding-top: 9px;
  font-size: 28px;
  text-align: center; }

.instagram-content {
  width: 290px;
  height: 335px;
  float: left; }
  @media only screen and (max-width: 1096px) {
    .instagram-content {
      height: 331px; } }
  @media (max-width: 1096px) and (max-height: 400px) {
    .instagram-content {
      height: 206px; } }

.instagram-content-text {
  width: 290px;
  height: 283px;
  margin-bottom: 4px;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px; }
  @media only screen and (max-width: 1096px) {
    .instagram-content-text {
      margin-bottom: 0; } }
  @media (max-width: 1096px) and (max-height: 400px) {
    .instagram-content-text {
      height: 158px; } }

.instagram-content-top {
  *zoom: 1;
  padding-top: 37px;
  padding-bottom: 37px; }
  .instagram-content-top:before, .instagram-content-top:after {
    content: " ";
    display: table; }
  .instagram-content-top:after {
    clear: both; }

.instagram-logo {
  width: 84px;
  height: 84px;
  position: relative;
  background-color: #009ee3;
  border-radius: 42px;
  float: left; }

#louis-plus {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.instagram-louiscareer {
  float: left;
  font-size: 17px;
  margin-top: 32px;
  margin-left: 22px;
  font-weight: 800;
  color: inherit; }
  .instagram-louiscareer:hover, .instagram-louiscareer:active, .instagram-louiscareer:focus {
    color: #009ee3; }

.instagram-content-bottom {
  padding-top: 34px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc; }
  .instagram-content-bottom p {
    margin-bottom: 6px;
    line-height: 1.4; }
  @media (max-width: 1096px) and (max-height: 400px) {
    .instagram-content-bottom {
      display: none; } }

.instagram-content-button {
  transition: all 300ms ease-out;
  display: block;
  width: 290px;
  height: 48px;
  background-color: #009ee3;
  color: #fff;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 25px; }
  .instagram-content-button:hover, .instagram-content-button:active, .instagram-content-button:focus {
    color: #fff;
    background-color: #007bb0; }
  @media only screen and (max-width: 1096px) {
    .instagram-content-button {
      text-align: center; } }

@media only screen and (max-width: 1096px) {
  .footer {
    padding-bottom: 63px !important; } }

.discretion {
  margin-bottom: -20px;
  position: relative;
  z-index: 9; }
  .discretion > .row {
    margin-top: 50px; }

.discretion__inside {
  background-color: #EBEFF2;
  display: -ms-flexbox;
  display: flex; }

.discretion__icon {
  background-color: #ffee00;
  color: #000;
  padding: 10px;
  -ms-flex: 0 1 80px;
      flex: 0 1 80px;
  width: 80px;
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .discretion__icon svg {
    width: 100%;
    max-width: 30px;
    height: auto;
    fill: currentColor; }

.discretion__content {
  -ms-flex: 1;
      flex: 1;
  padding: 20px 30px; }
  @media only screen and (min-width: 1024px) {
    .discretion__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .discretion__content p {
    margin: 0; }
  .discretion__content h3 {
    margin: 0 30px 0 0; }

.events {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 20px 0 0;
  padding: 20px 25px; }
  @media only screen and (min-width: 768px) {
    .events {
      margin: 50px 0;
      padding: 50px; } }
  .events h3 {
    color: #009ee3;
    margin-top: 0; }
  .events p:last-child {
    margin-bottom: 0; }
  .events a {
    font-weight: bold;
    color: #009ee3; }

.static-header {
  background: #007db2;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(45deg, #007db2 0%, #009ee3 100%); }
  .static-header .row {
    padding: 30px 0 40px; }
  @media only screen and (min-width: 560px) {
    .static-header .row {
      padding: 50px 0 60px; } }
  @media only screen and (min-width: 768px) {
    .static-header {
      min-height: calc(100vh - 105px); } }

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0); }
  1.72414% {
    transform: translate3d(0, 0, 0); }
  3.44828% {
    transform: translate3d(0, 0, 0); }
  6.89655% {
    transform: translate3d(0, -5px, 0); }
  8.62069% {
    transform: translate3d(0, 0, 0); }
  10.34483% {
    transform: translate3d(0, -5px, 0); }
  11.7931% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.static-header__headline {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #009ee3;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 20px; }
  .static-header__headline br {
    display: none; }
  @media only screen and (min-width: 420px) {
    .static-header__headline {
      background-color: transparent;
      padding: 0;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; }
      .static-header__headline br {
        display: block; }
      .static-header__headline span {
        display: inline-block;
        background-color: #fff;
        padding: 7px 15px; }
        @supports ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) {
          .static-header__headline span {
            -webkit-box-decoration-break: clone;
                    box-decoration-break: clone;
            line-height: 2.5;
            display: inline; } } }
  @media only screen and (min-width: 560px) {
    .static-header__headline {
      font-size: 28px; }
      .static-header__headline span {
        padding: 10px 20px; } }
  @media only screen and (min-width: 768px) {
    .static-header__headline {
      font-size: 38px;
      text-align: left; }
      .static-header__headline span {
        padding: 15px 30px; } }
  @media only screen and (min-width: 1024px) {
    .static-header__headline {
      font-size: 50px; }
      .static-header__headline span {
        padding: 20px 35px; } }
  .static-header__headline strong {
    color: #004b9a;
    font-weight: 900; }

.static-header__btns {
  margin-bottom: 30px; }
  @media only screen and (min-width: 560px) {
    .static-header__btns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .static-header__btns {
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-bottom: 80px; } }

.static-header__btn {
  background-color: #ffee00;
  color: #000;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 200px;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms ease-in-out; }
  .static-header__btn:hover {
    color: #000;
    background-color: #e6d600; }
  .static-header__btn > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 2px solid #ccbe00;
    width: 36px; }
    @media only screen and (min-width: 768px) {
      .static-header__btn > span {
        width: 70px; } }
    .static-header__btn > span:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .static-header__btn > span span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .static-header__btn .icon {
    width: 16px;
    height: 16px;
    transition: all 300ms ease-in-out;
    animation-duration: 8s;
    animation-delay: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounce; }
    @media only screen and (min-width: 768px) {
      .static-header__btn .icon {
        width: 30px;
        height: 30px; } }
  .static-header__btn--big {
    position: relative;
    padding-right: 50px; }
  .static-header__btn + .static-header__btn {
    margin-top: 15px; }
  @media only screen and (min-width: 560px) {
    .static-header__btn {
      margin: 0; }
      .static-header__btn + .static-header__btn {
        margin-top: 0;
        margin-left: 25px; } }
  @media only screen and (min-width: 768px) {
    .static-header__btn {
      font-size: 18px;
      max-width: none;
      padding: 25px 25px; }
      .static-header__btn--big {
        padding-right: 95px; } }

.static-header__cash {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .static-header__cash {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      text-align: left; } }

.static-header__cash-icon {
  width: 63px;
  -ms-flex: 1 0 63px;
      flex: 1 0 63px;
  margin-right: 30px;
  fill: #fff;
  margin-top: 8px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .static-header__cash-icon {
      display: block; } }

.static-header__cash-text {
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .static-header__cash-text {
      font-size: 20px; } }

.static-header__cash-anchor {
  color: #ffee00;
  font-weight: bold; }
  .static-header__cash-anchor .icon {
    margin-left: 4px; }
  @media only screen and (min-width: 768px) {
    .static-header__cash-anchor {
      font-size: 20px; } }
  .static-header__cash-anchor:hover {
    color: #e6d600; }

.icon {
  display: inline-block;
  pointer-events: none;
  fill: currentColor;
  height: 1.25rem;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
  width: 1.25rem;
  min-width: 1.25rem;
  top: -2px; }

body .cc-window {
  border: 1px solid #cfd4d7; }

body .cc-revoke,
body .cc-window {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  body .cc-revoke p,
  body .cc-window p {
    margin: 0; }

body .cc-link {
  padding: 0;
  opacity: 1; }

body .cc-compliance > .cc-btn {
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  padding-top: 16px;
  padding-bottom: 16px; }

header {
  border-top: 1px solid #EBEBEB;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.6875em 0;
  z-index: 100;
  width: 100%;
  height: 105px;
  position: relative;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  header.active {
    height: 75px;
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
  @media only screen and (max-width: 924px) {
    .touch header {
      height: 67px;
      padding-top: 0.625em;
      padding-bottom: 0.625em; } }
  header a {
    text-decoration: none; }

body > header + *, body > header + section {
  margin-top: 105px !important; }
  body > header + *.active, body > header + section.active {
    margin-top: 75px !important; }
  @media only screen and (max-width: 924px) {
    .touch body > header + *, .touch body > header + section {
      margin-top: 67px !important; } }

body > section,
body > section.csc-default {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  float: none;
  padding-bottom: 20px; }
  body > section:before, body > section:after,
  body > section.csc-default:before,
  body > section.csc-default:after {
    content: " ";
    display: table; }
  body > section:after,
  body > section.csc-default:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    body > section,
    body > section.csc-default {
      padding-top: 20px; } }
  body > section.full-width,
  body > section.csc-default.full-width {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    body > section.full-width .wrap,
    body > section.csc-default.full-width .wrap {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5em;
      *zoom: 1;
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 100%;
      float: left;
      float: none; }
      body > section.full-width .wrap:before, body > section.full-width .wrap:after,
      body > section.csc-default.full-width .wrap:before,
      body > section.csc-default.full-width .wrap:after {
        content: " ";
        display: table; }
      body > section.full-width .wrap:after,
      body > section.csc-default.full-width .wrap:after {
        clear: both; }
  body > section.white,
  body > section.csc-default.white {
    background-color: #fff; }
  body > section.athens-gray,
  body > section.csc-default.athens-gray {
    background-color: #EBEFF2; }
  body > section.gray-shade,
  body > section.csc-default.gray-shade {
    background-color: #A4ADB3; }
    body > section.gray-shade > .csc-header h2,
    body > section.gray-shade > .wrap > .csc-header h2,
    body > section.csc-default.gray-shade > .csc-header h2,
    body > section.csc-default.gray-shade > .wrap > .csc-header h2 {
      color: #fff;
      border-bottom-color: #fff; }
    body > section.gray-shade > .csc-header:after,
    body > section.gray-shade > .wrap > .csc-header:after,
    body > section.csc-default.gray-shade > .csc-header:after,
    body > section.csc-default.gray-shade > .wrap > .csc-header:after {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.4); }
  body > section.blue,
  body > section.csc-default.blue {
    background-color: #58c0ff; }
    body > section.blue > .csc-header h2,
    body > section.blue > .wrap > .csc-header h2,
    body > section.csc-default.blue > .csc-header h2,
    body > section.csc-default.blue > .wrap > .csc-header h2 {
      color: #fff;
      border-bottom-color: #fff; }
    body > section.blue > .csc-header:after,
    body > section.blue > .wrap > .csc-header:after,
    body > section.csc-default.blue > .csc-header:after,
    body > section.csc-default.blue > .wrap > .csc-header:after {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.4); }
  body > section.image,
  body > section.csc-default.image {
    padding: 0; }
    body > section.image img,
    body > section.csc-default.image img {
      width: 100%;
      position: relative;
      z-index: -1; }
  body > section.seperated,
  body > section.csc-default.seperated {
    padding-bottom: 0; }
    body > section.seperated:after,
    body > section.csc-default.seperated:after {
      margin-top: 20px;
      color: #A4ADB3; }
    body > section.seperated.gray-shade:after,
    body > section.csc-default.seperated.gray-shade:after {
      color: #fff; }
    body > section.seperated.blue:after,
    body > section.csc-default.seperated.blue:after {
      color: #fff; }
    body > section.seperated.white:after,
    body > section.csc-default.seperated.white:after {
      color: #58c0ff; }
  body > section.shadow,
  body > section.csc-default.shadow {
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.1); }

body > section > .csc-header,
body > section > .wrap > .csc-header {
  padding-top: 1.875em; }
  body > section > .csc-header:after,
  body > section > .wrap > .csc-header:after {
    display: block;
    content: " ";
    height: 1px;
    background-color: #009ee3;
    background-color: rgba(0, 158, 227, 0.4);
    position: relative;
    top: -1.425em; }
    @media screen and (min-width: 800px) {
      body > section > .csc-header:after,
      body > section > .wrap > .csc-header:after {
        top: -1.875em; } }
  body > section > .csc-header h2.header-wide,
  body > section > .wrap > .csc-header h2.header-wide {
    max-width: 56%;
    min-width: 290px; }

.anker {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -105px; }
  .anker.active {
    top: -75px; }
  @media only screen and (max-width: 924px) {
    .touch .anker {
      top: -67px; } }

.container {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.full-slider {
  width: 100%;
  padding: 0;
  max-width: none; }

.icon-with-text {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 33.3333333333%;
  float: left;
  margin-bottom: 1.875em;
  margin-top: 3.75em; }
  @media screen and (max-width: 767px) {
    .icon-with-text {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 100%;
      float: left;
      text-align: center; } }
  .icon-with-text img {
    position: relative; }
  .icon-with-text h3 {
    margin: 21px 0 18px 0; }
  .icon-with-text p {
    clear: both; }
  .icon-with-text div {
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .icon-with-text .default-alignment {
      display: block; } }

.position-left img,
.position-left h3 {
  float: left; }

.position-left h3 {
  margin-left: 8px; }

.position-right img {
  float: right; }

.position-right h3 {
  float: left;
  margin-right: 8px; }

.position-top,
.position-bottom {
  text-align: center; }

.position-bottom p {
  margin-top: 1.25em; }

.bubbles-with-text {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-top: 36px;
  margin-bottom: 27px;
  text-align: center;
  overflow: hidden; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text {
      max-width: 960px;
      margin-left: 20px; } }
  .bubbles-with-text.suspension {
    padding-top: 31px; }

.bubbles-with-text-header {
  margin-top: 25px; }

.bubbles-with-text-header + .bubbles-with-text {
  margin-top: 0; }

.bubbles-with-text .pipe {
  width: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  height: calc(100% - 276px);
  margin-left: -3px;
  margin-top: 155px;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .white .bubbles-with-text .pipe {
    background-color: #e6e6e6; }

.bubbles-with-text.suspension .pipe {
  margin-top: 0;
  height: calc(100% - 121px); }
  .bubbles-with-text.suspension .pipe:before {
    display: block;
    width: 252px;
    height: 10px;
    margin-left: -126px;
    content: " ";
    background-image: url("../Images/schatten.png"); }
    .blue .bubbles-with-text.suspension .pipe:before {
      background-image: url("../Images/schatten_blue.png"); }

.bubbles-with-text section {
  min-height: 298px;
  display: none; }
  .bubbles-with-text section:last-child .image {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 960px) {
      .bubbles-with-text section:last-child .image {
        padding-bottom: 34px; } }
  .bubbles-with-text section.actionmove {
    display: block; }

.bubbles-with-text section {
  margin-top: 34px; }
  .bubbles-with-text section:nth-child(2) {
    margin-top: 0; }

.bubbles-with-text.no-numbers section {
  margin-top: 100px; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text.no-numbers section {
      margin-top: 34px; }
      .bubbles-with-text.no-numbers section:nth-child(2) {
        margin-top: 0; } }

.bubbles-with-text.suspension section:nth-child(2),
.bubbles-with-text.suspension.no-numbers section:nth-child(2) {
  margin-top: 34px; }

.bubbles-with-text .verlinkung {
  display: block; }

.bubbles-with-text img {
  box-sizing: content-box;
  border-radius: 121px;
  box-shadow: 0px 0px 0px 6px #fff;
  opacity: 0;
  width: 0;
  margin-top: 115px;
  transition: all 0.4s ease-in; }
  .white .bubbles-with-text img {
    box-shadow: 0px 0px 0px 6px #e6e6e6; }
  .bubbles-with-text img.actionmove {
    opacity: 1;
    width: 230px;
    margin-left: 0;
    margin-top: 0; }

.bubbles-with-text .image {
  display: inline-block;
  position: relative;
  left: -121px;
  width: 242px;
  height: 242px;
  margin: 0 50% 34px 50%;
  padding-top: 34px;
  box-sizing: content-box; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .image {
      display: block;
      position: absolute;
      z-index: 7;
      left: 50%;
      margin-top: 6px;
      margin-left: -121px;
      padding-top: 0;
      background-color: transparent; } }

@media only screen and (min-width: 960px) {
  .bubbles-with-text .image {
    margin-top: 34px; } }

@media only screen and (min-width: 960px) {
  .bubbles-with-text section:nth-child(2) .image {
    margin-top: 34px; } }

@media screen and (max-width: 600px) {
  .bubbles-with-text.no-numbers .image {
    margin-bottom: 0;
    padding-bottom: 34px; } }

.bubbles-with-text .left-side,
.bubbles-with-text .right-side {
  display: inline-block;
  position: relative;
  padding: 0.52em 6px 0.52em 6px;
  background-color: #A4ADB3; }
  .blue .bubbles-with-text .left-side, .blue
  .bubbles-with-text .right-side {
    background-color: #58c0ff; }
  .white .bubbles-with-text .left-side, .white
  .bubbles-with-text .right-side {
    background-color: #fff; }
  @media only screen and (min-width: 321px) {
    .bubbles-with-text .left-side,
    .bubbles-with-text .right-side {
      width: 291px;
      margin-left: 50%;
      margin-right: 50%;
      left: -145px; } }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .left-side,
    .bubbles-with-text .right-side {
      display: table;
      position: absolute;
      z-index: 6;
      height: 242px;
      margin: 0 0 28px 0;
      left: auto;
      background-color: transparent; } }
  .bubbles-with-text .left-side h3,
  .bubbles-with-text .left-side p,
  .bubbles-with-text .right-side h3,
  .bubbles-with-text .right-side p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.45; }
    .white .bubbles-with-text .left-side h3, .white
    .bubbles-with-text .left-side p, .white
    .bubbles-with-text .right-side h3, .white
    .bubbles-with-text .right-side p {
      color: #5E6366; }
  .bubbles-with-text .left-side h3,
  .bubbles-with-text .right-side h3 {
    margin-top: 0;
    margin-bottom: 18px; }

@media only screen and (min-width: 960px) {
  .bubbles-with-text .left-side,
  .bubbles-with-text .right-side {
    margin-top: 28px; } }

@media only screen and (min-width: 960px) {
  .bubbles-with-text section:nth-child(2) .left-side,
  .bubbles-with-text section:nth-child(2) .right-side {
    margin-top: 28px; } }

.bubbles-with-text .left-side {
  opacity: 0;
  margin-left: -100px;
  transition: all 0.4s ease-in; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .left-side {
      padding-left: 12px;
      padding-right: 0;
      text-align: right; } }
  .bubbles-with-text .left-side.actionmove {
    opacity: 1;
    margin-left: 0; }
    @media only screen and (min-width: 321px) {
      .bubbles-with-text .left-side.actionmove {
        margin-left: 50%; } }
    @media only screen and (min-width: 960px) {
      .bubbles-with-text .left-side.actionmove {
        margin-left: 0; } }

.bubbles-with-text .right-side {
  transition: all 0.4s ease-in;
  margin-left: 679px;
  opacity: 0; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .right-side {
      padding-left: 0;
      padding-right: 12px;
      text-align: left;
      margin-left: 739px; } }
  .bubbles-with-text .right-side.actionmove {
    margin-left: 0;
    opacity: 1; }
    @media only screen and (min-width: 321px) {
      .bubbles-with-text .right-side.actionmove {
        margin-left: 50%; } }
    @media only screen and (min-width: 960px) {
      .bubbles-with-text .right-side.actionmove {
        margin-left: 639px; } }

.bubbles-with-text section:last-child {
  min-height: 270px; }
  .bubbles-with-text section:last-child .left-side,
  .bubbles-with-text section:last-child .right-side,
  .bubbles-with-text section:last-child .image {
    margin-bottom: 0; }

@media only screen and (min-width: 960px) {
  .bubbles-with-text .text,
  .bubbles-with-text .number {
    display: table-cell;
    vertical-align: middle; } }

.bubbles-with-text .number {
  margin-bottom: 4px;
  font-size: 8.8125em;
  font-weight: bold;
  text-align: center;
  color: #B5BFC5; }
  .blue .bubbles-with-text .number {
    color: #7ccdff; }
  .white .bubbles-with-text .number {
    color: #009ee3; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .number {
      padding-bottom: 7px;
      font-size: 10.0625em; } }
  .bubbles-with-text .number .point {
    display: none; }
    @media only screen and (min-width: 960px) {
      .bubbles-with-text .number .point {
        display: inline; } }

.bubbles-with-text .small-spacing .digits {
  padding-right: 0.1em; }
  @media only screen and (min-width: 960px) {
    .bubbles-with-text .small-spacing .digits {
      padding-right: 0;
      letter-spacing: -0.1em; } }

.content_top,
.content_bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .content_top:before, .content_top:after,
  .content_bottom:before,
  .content_bottom:after {
    content: " ";
    display: table; }
  .content_top:after,
  .content_bottom:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .content_top section,
    .content_bottom section {
      margin-top: 16px; }
      .content_top section:not(.box-wide),
      .content_bottom section:not(.box-wide) {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 50%;
        float: left; } }

.has-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s; }

.header-text-wrapper {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 74%;
  margin: 0 0 0 -37%;
  padding-top: 16%;
  text-align: center;
  text-transform: uppercase; }
  .header-content-image .header-text-wrapper {
    bottom: 0;
    padding-top: 0;
    padding-bottom: 6%; }

.header-text-headline {
  margin-top: 0;
  margin-bottom: 3px; }
  .header-content-default .header-text-headline {
    font-weight: 600;
    line-height: 1.2;
    font-size: 0.875em;
    color: tint(#5E6366, 20%); }
    @media only screen and (min-width: 768px) {
      .header-content-default .header-text-headline {
        font-size: 2.125em;
        font-weight: normal; } }
    @media only screen and (min-width: 960px) {
      .header-content-default .header-text-headline {
        font-size: 2.75em; } }
  .header-content-image .header-text-headline {
    font-size: 16px; }
    .header-content-image .header-text-headline.fade-in {
      animation-delay: 0.5s; }

.header-text {
  margin-bottom: 0;
  font-size: 0.625em; }
  @media only screen and (min-width: 768px) {
    .header-text {
      font-size: 0.8125em; } }
  .header-content-image .header-text {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 2px 0;
    padding: 0.65rem 1.15rem;
    line-height: 1.1;
    color: #2A8EDB; }

.header-content-image.header-content {
  height: calc(100vh - 105px);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center top;
  background-color: #3B7FB4;
  background-image: url("../Images/header/headerbild_cash-4-talents.jpg"); }
  @media only screen and (min-height: 1250px) {
    .header-content-image.header-content {
      height: 850px; } }
  @media only screen and (max-width: 768px) {
    .header-content-image.header-content {
      height: 420px; } }
  @media only screen and (max-width: 600px) {
    .header-content-image.header-content {
      height: 350px; } }
  @media only screen and (max-width: 450px) {
    .header-content-image.header-content {
      height: 280px; } }
  @media only screen and (max-width: 335px) {
    .header-content-image.header-content {
      height: 250px; } }
  @media only screen and (min-width: 1920px) {
    .header-content-image.header-content {
      height: 850px; } }
  .header-content-image.header-content:after {
    display: none; }
  .header-content-image.header-content .anchor {
    display: none; }
    @media only screen and (min-width: 1025px) {
      .header-content-image.header-content .anchor {
        display: inline-block;
        position: absolute;
        margin: 0;
        left: 50%;
        bottom: 15px;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        color: #fff;
        z-index: 199;
        font-size: 3.2em; } }
  .header-content-image.header-content .headline-block {
    color: #2A8EDB;
    font-size: 0.875em; }
    @media only screen and (min-width: 768px) {
      .header-content-image.header-content .headline-block {
        font-size: 1.875em; } }
    @media only screen and (min-width: 960px) {
      .header-content-image.header-content .headline-block {
        font-size: 2.5em; } }

.header-content-image .header-content-inner {
  height: 100%; }

.footer {
  padding: 40px 0;
  background-color: #5E6366;
  color: #fff;
  font-size: 1em;
  border-bottom: 1px solid #525659; }
  @media only screen and (max-width: 725px) {
    .footer {
      padding: 0; }
      .footer .right {
        float: left !important;
        width: 100%;
        text-align: center !important; }
      .footer .text-right, .footer .social-media-links {
        text-align: center !important; }
      .footer div[class*="column"] {
        width: 100%;
        padding-bottom: 1.25em;
        margin-bottom: 1.25em;
        text-align: center; }
      .footer .row:first-child div[class*="column"]:first-child {
        padding: 0;
        margin-bottom: 1.875rem; } }
  .footer a {
    color: inherit;
    text-decoration: none; }
    .footer a:hover {
      color: #afcfee; }
  .touch .footer a.googlemap:before {
    content: "";
    font-size: 1.0625em;
    position: relative;
    top: 1px;
    margin-right: 0.625em; }
  .footer strong span {
    font-weight: 100; }

.footer-contact,
.imported-contactbox {
  font-size: 1.25em;
  line-height: 150%;
  text-align: right;
  width: 100%; }
  .footer-contact p,
  .imported-contactbox p {
    margin: 0; }
  .footer-contact .type,
  .imported-contactbox .type {
    color: #afcfee;
    margin-right: 5px; }

@media only screen and (max-width: 725px) {
  .footer-contact p {
    margin: 15px 0; } }

.footer-copyright p {
  margin: 0;
  font-size: .75rem; }

@media only screen and (max-width: 725px) {
  .footer-copyright div[class*="column"]:last-child {
    border: 0;
    margin: 0; } }

.footer-social {
  margin: 1.875rem 0 0.9375rem;
  color: inherit; }
  .footer-social .teamviewer {
    border-left: 1px solid #fff;
    padding-left: 22px; }
    @media only screen and (max-width: 1023px) {
      .footer-social .teamviewer {
        display: none; } }
  @media only screen and (max-width: 725px) {
    .footer-social {
      margin: 0.9375rem 0 0; } }

.footer-louis {
  text-transform: uppercase;
  color: #afcfee; }
  .footer-louis:before {
    margin-right: 1.25em;
    height: 1.875em;
    width: 1.875em;
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -19px;
    background-size: 173px 83px; }
    .no-svg .footer-louis:before {
      background-image: url("../Images/louis-icon.png");
      background-position: 0 0;
      background-size: 30px 30px; }
  .footer-louis p {
    border-left: 1px solid #afcfee;
    height: 3.75rem;
    line-height: 3.75rem;
    padding-left: 1.25rem; }

#top-button {
  font-size: 1em;
  position: fixed;
  bottom: 100px;
  right: 1.875em;
  display: block;
  width: auto;
  z-index: 200;
  opacity: 0.2; }
  @media only screen and (max-width: 1400px) {
    #top-button {
      display: none; } }
  #top-button:hover {
    opacity: 1;
    color: #fff; }
