@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);
*/
@import url(font_Oswald.css);
@import url(font_Raleway.css);

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

input + label::before {
  content: " ";
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/**
* Prints classes for supported or unsupported features
* ---
* @access private
* ---
* @param {Bool}      $supports   - Whether to check for supported features or not
* @param {ArgList}   $features   - List of features
* ---
* @throws `$feature` is not a `string` for `modernizr`
*/
/**
* Prints classes for supported features
* ---
* @requires modernizr
* ---
* @access public
* ---
* @param {ArgList} $features   - List of features
* ---
* @example scss
* .my-selector { @include yep(opacity, csstransforms) { // ... } }
*/
/**
* Nope â€œaliasâ€
* Prints classes for unsupported features and lack of JS
* ---
* @requires modernizr
* ---
* @access public
* ---
* @param {ArgList} $features - List of features
* ---
* @example scss
* .my-selector { @include nope(opacity, csstransforms) { // ... } }
*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../public/stylesheets/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../../public/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("../../public/stylesheets/fonts/fontawesome-webfont.woff?v=4.2.0")
      format("woff"),
    url("../../public/stylesheets/fonts/fontawesome-webfont.ttf?v=4.2.0")
      format("truetype"),
    url("../../public/stylesheets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

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

body {
  color: #fff;
  background: #1a1a1a;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 155%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
}
@media only screen and (max-width: 40em) {
  h1,
  h2 {
    font-size: 6.1vw;
  }
}
@media only screen and (max-width: 40em) {
  h1 section.AgentIntroSection h1,
  h1 section.AgentIntroSection h2,
  h2 section.AgentIntroSection h1,
  h2 section.AgentIntroSection h2 {
    font-size: 8vw;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0.5em 0 0.8em 0;
  line-height: 150%;
}

p {
  margin: 0 0 1em 0;
}

.tx-dce-pi1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.tx-dce-pi1:before,
.tx-dce-pi1:after {
  content: " ";
  display: table;
}

.tx-dce-pi1:after {
  clear: both;
}

article ul {
  padding: 0;
  list-style-position: outside;
  padding-left: 15px;
}

body.layout1 article ul {
  list-style-position: inside;
}

article a {
  color: #1a1a1a;
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.HeaderWrapper {
  color: #1c1c21;
  padding-top: 5px;
  background: #fff;
}

div.HeaderWrapper a {
  color: #1c1c21;
}

div.HeaderWrapper div.Header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  clear: both;
}

div.HeaderWrapper div.Header:before,
div.HeaderWrapper div.Header:after {
  content: " ";
  display: table;
}

div.HeaderWrapper div.Header:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.HeaderWrapper div.Header {
    height: auto;
  }
}

div.HeaderWrapper div.Header div.AgentLogo {
  padding-left: 0;
  padding-right: 0;
  width: 32%;
  float: left;
}
@media only screen and (max-width: 40em) {
  div.HeaderWrapper div.Header div.AgentLogo {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
    position: static;
  }
}

div.HeaderWrapper div.Header div.Mainmenu {
  padding-left: 0;
  padding-right: 0;
  width: 60%;
  float: right;
  float: left;
}
@media only screen and (max-width: 40em) {
  div.HeaderWrapper div.Header div.Mainmenu {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
    position: static;
    height: auto;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider,
  div.TitleImageSlider div.SliderItem {
    overflow: visible !important;
  }
}

div.HeaderWrapper div.Header div.AgentLogo {
  margin-top: 20px;
}

div.HeaderWrapper div.Header div.AgentLogo a {
  display: block;
  color: #1c1c21;
}

div.HeaderWrapper div.Header div.AgentLogo a p {
  margin: 0;
  padding: 0;
}

div.HeaderWrapper div.Header div.AgentLogo a span.name {
  display: block;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
}

div.HeaderWrapper div.Header div.AgentLogo a span.name .dot {
  font-family: Times;
  color: #e9124a;
  font-size: 50px;
}

div.HeaderWrapper div.Header div.AgentLogo a span.company {
  display: block;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #9ba5a9;
  letter-spacing: 4px;
}

div.HeaderWrapper div.Header div.Mainmenu {
  position: relative;
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu {
  float: right;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu {
    float: left;
    margin-top: 20px;
  }
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li {
  position: relative;
}
div.Extramenu > ul.Mainmenu > li {
  position: relative;
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li:hover ul.Submenu {
  display: none;
}
div.Extramenu > ul.Mainmenu > li:hover ul.Submenu {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  div.HeaderWrapper
    div.Header
    div.Mainmenu
    > ul.Mainmenu
    > li:hover
    ul.Submenu {
    display: block;
  }
  div.Extramenu > ul.Mainmenu > li:hover ul.Submenu {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) {
  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li {
    display: inline-block;
    margin-left: 1.625rem;
  }
}
@media only screen and (max-width: 40em) {
  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li {
    display: block;
  }
  div.Extramenu > ul.Mainmenu > li {
    display: block;
  }
}
@media medium-up {
  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li > a {
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
  }

  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li > a.active {
    border-bottom: 5px solid #1c1c21;
  }

  div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li > a:hover {
    border-bottom: 5px solid #1c1c21;
  }
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li ul.Submenu {
  display: none;
  position: absolute;
  left: -50%;
  margin: 0;
  padding: 10px 0 0 0;
  z-index: 3;
  list-style: none;
  font-weight: 300;
  color: #283e4f;
  font-size: 14px;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu {
  display: none;
  position: absolute;
  left: -50%;
  margin: 0;
  padding: 10px 0 0 0;
  z-index: 3;
  list-style: none;
  font-weight: 300;
  color: #283e4f;
  font-size: 14px;
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li ul.Submenu.active {
  display: none;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu.active {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  div.HeaderWrapper
    div.Header
    div.Mainmenu
    > ul.Mainmenu
    > li
    ul.Submenu.active {
    display: block;
  }
  div.Extramenu > ul.Mainmenu > li ul.Submenu.active {
    display: block;
  }
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li ul.Submenu li {
  display: block;
  z-index: 2;
  padding: 0.5em;
  background-color: #e52151;
  border-bottom: 1px solid #bd1742;
  border-left: 4px solid black;
  border-right: 4px solid black;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu li {
  display: block;
  z-index: 2;
  padding: 0.5em;
  background-color: #e52151;
  border-bottom: 1px solid #bd1742;
  border-left: 4px solid black;
  border-right: 4px solid black;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li
  ul.Submenu
  li:first-child {
  border-top: 4px solid black;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu li:first-child {
  border-top: 4px solid black;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li
  ul.Submenu
  li:first-child:before {
  content: url(/fileadmin/sys/sites/young/public/images/menuArrow.png);
  display: block;
  position: absolute;
  top: -3px;
  left: 40%;
  width: 0;
  height: 0;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu li:first-child:before {
  content: url(/fileadmin/sys/sites/young/public/images/menuArrow.png);
  display: block;
  position: absolute;
  top: -3px;
  left: 40%;
  width: 0;
  height: 0;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li
  ul.Submenu
  li:last-child {
  border-bottom: 4px solid black;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu li:last-child {
  border-bottom: 4px solid black;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li
  ul.Submenu
  li:hover {
  background-color: #bd1742;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu li:hover {
  background-color: #bd1742;
}

div.HeaderWrapper div.Header div.Mainmenu > ul.Mainmenu > li ul.Submenu a {
  color: #fff;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu a {
  color: #fff;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li
  ul.Submenu
  a.active {
  color: black;
}
div.Extramenu > ul.Mainmenu > li ul.Submenu a.active {
  color: black;
}

div.HeaderWrapper
  div.Header
  div.Mainmenu
  > ul.Mainmenu
  > li.last
  ul.Submenu
  li:first-child:before {
  left: 30%;
}
div.Extramenu > ul.Mainmenu > li.last ul.Submenu li:first-child:before {
  left: 30%;
}

div.ExtramenuWrapper {
  color: #fff;
  background: #1c1c21;
}

div.ExtramenuWrapper div.Extramenu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  height: 30px;
  line-height: 30px;
  clear: both;
  /* overflow: hidden; */
}

div.ExtramenuWrapper div.Extramenu:before,
div.ExtramenuWrapper div.Extramenu:after {
  content: " ";
  display: table;
}

div.ExtramenuWrapper div.Extramenu:after {
  clear: both;
}

div.ExtramenuWrapper div.Extramenu ul {
  float: right;
  margin: 0;
  padding: 0;
  padding-right: 8%;
  list-style: none;
}

div.ExtramenuWrapper div.Extramenu ul li {
  display: inline-block;
  margin-left: 2em;
}

div.ExtramenuWrapper div.Extramenu ul li a {
  font-family: Oswald;
  font-size: 11px;
  text-transform: uppercase;
  color: #777676;
}

div.ExtramenuWrapper div.Extramenu ul li a:hover {
  color: #fff;
}

div.BreadcrumbWrapper {
  background: #292929;
}

div.Breadcrumb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  height: 44px;
  line-height: 44px;
}

div.Breadcrumb:before,
div.Breadcrumb:after {
  content: " ";
  display: table;
}

div.Breadcrumb:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.Breadcrumb {
    height: auto;
    padding: 0.5em 0 0.5em 0;
  }
}

div.Breadcrumb ul,
div.Breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.Breadcrumb li {
  display: inline;
}
@media only screen and (max-width: 40em) {
  div.Breadcrumb li {
    display: block;
    line-height: 23px;
  }

  div.Breadcrumb li:nth-child(1) {
    padding-left: 0.5em;
  }

  div.Breadcrumb li:nth-child(2) {
    padding-left: 1em;
  }

  div.Breadcrumb li:nth-child(3) {
    padding-left: 1.5em;
  }

  div.Breadcrumb li:nth-child(4) {
    padding-left: 2em;
  }

  div.Breadcrumb li:nth-child(5) {
    padding-left: 2.5em;
  }
}

div.Breadcrumb li::before {
  margin-left: 0.6em;
  margin-right: 0.6em;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  color: #b2b2b2;
}

div.Breadcrumb li:first-child::before {
  content: "";
  margin: 0px;
}

div.Breadcrumb li a {
  color: #b2b2b2;
  text-decoration: none;
  font-size: 13px;
}

div.Breadcrumb li a:hover {
  text-decoration: underline;
}

div.TitleImageSlider {
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider {
    height: 700px;
  }
}

div.TitleImageSlider div.SliderItem {
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem {
    height: 700px;
  }
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem {
    background-image: none !important;
  }
}

div.TitleImageSlider div.SliderItem div.slider-item-image {
  display: none;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem div.slider-item-image {
    display: block;
  }

  div.TitleImageSlider div.SliderItem div.slider-item-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem div.slider-item-text-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(28, 28, 33, 0.5);
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.41) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0.41)),
      color-stop(100%, rgba(0, 0, 0, 0.55))
    ) !important;
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.41) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.41) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.41) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.41) 0%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69000000', endColorstr='#8c000000',GradientType=0 ) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 30px 0 30px 0 !important;
  }
}

div.TitleImageSlider
  div.SliderItem
  div.slider-item-text-wrapper
  div.slider-item-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-shadow: #1c1c21 2px 2px 0;
  max-height: 270px;
}

div.TitleImageSlider
  div.SliderItem
  div.slider-item-text-wrapper
  div.slider-item-text:before,
div.TitleImageSlider
  div.SliderItem
  div.slider-item-text-wrapper
  div.slider-item-text:after {
  content: " ";
  display: table;
}

div.TitleImageSlider
  div.SliderItem
  div.slider-item-text-wrapper
  div.slider-item-text:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider
    div.SliderItem
    div.slider-item-text-wrapper
    div.slider-item-text {
    max-height: none;
  }
}

div.TitleImageSlider div.SliderItem div.TextColumn {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem div.TextColumn {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem div.TextColumn {
    padding-left: 0;
    padding-right: 0;
    width: 68%;
    float: left;
  }
}

div.TitleImageSlider div.SliderItem div.TextColumn div.category {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

div.TitleImageSlider div.SliderItem div.TextColumn div.description {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  line-height: 115%;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem div.TextColumn div.description {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.SliderItem div.LinkColumn {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  div.TitleImageSlider div.SliderItem div.LinkColumn {
    padding-left: 0;
    padding-right: 0;
    width: 32%;
    float: left;
    padding: 0px;
  }
}

div.TitleImageSlider div.SliderItem div.cta-link-fvb {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(50%);
}

div.TitleImageSlider div.SliderItem div.LinkColumn div.cta-link a,
div.TitleImageSlider div.SliderItem div.cta-link-fvb a {
  display: block;
  padding: 0.8em;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
  transform: translateY(50%);
}

div.TitleImageSlider div.SliderItem div.cta-link-fvb a {
  transform: translateY(0);
}

div.TitleImageSlider div.SliderItem div.LinkColumn div.cta-link a:hover,
div.TitleImageSlider div.SliderItem div.cta-link-fvb a:hover {
  background: none repeat scroll 0% 0% black;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
}

div.TitleImageSlider div.SliderItem div.LinkColumn div.cta-link a span {
  float: right;
  font-family: FontAwesome;
}

.TitleImageSlider .slider-item-image,
.TitleImageSlider .SliderItem:not(:first-child) {
  display: none;
}

body > div.HeadlineContainerWrapper,
body > .frame > div.HeadlineContainerWrapper {
  color: #1c1c21;
  background: #fff;
  padding: 6em 0px 1em;
}
@media only screen and (max-width: 40em) {
  body > div.HeadlineContainerWrapper,
  body > .frame > div.HeadlineContainerWrapper {
    padding: 1em 0px 1em;
  }
}

body > div.HeadlineContainerWrapper div.HeadlineContainer,
body > .frame > div.HeadlineContainerWrapper div.HeadlineContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
}

body > div.HeadlineContainerWrapper div.HeadlineContainer:before,
body > div.HeadlineContainerWrapper div.HeadlineContainer:after,
body > .frame > div.HeadlineContainerWrapper div.HeadlineContainer:before,
body > .frame > div.HeadlineContainerWrapper div.HeadlineContainer:after {
  content: " ";
  display: table;
}

body > div.HeadlineContainerWrapper div.HeadlineContainer:after,
body > .frame > div.HeadlineContainerWrapper div.HeadlineContainer:after {
  clear: both;
}

body > div.HeadlineContainerBlackWrapper,
body > .frame > div.HeadlineContainerBlackWrapper {
  color: #fff;
  background: #1c1c21;
}
@media only screen and (max-width: 40em) {
  body > div.HeadlineContainerBlackWrapper,
  body > .frame > div.HeadlineContainerBlackWrapper {
    padding: 1em 0px 1em;
  }
}

body > div.HeadlineContainerBlackWrapper div.HeadlineContainer,
body > .frame > div.HeadlineContainerBlackWrapper div.HeadlineContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
  color: #d3d3d3;
}

body > div.HeadlineContainerBlackWrapper div.HeadlineContainer:before,
body > div.HeadlineContainerBlackWrapper div.HeadlineContainer:after,
body > .frame > div.HeadlineContainerBlackWrapper div.HeadlineContainer:before,
body > .frame > div.HeadlineContainerBlackWrapper div.HeadlineContainer:after {
  content: " ";
  display: table;
}

body > div.HeadlineContainerBlackWrapper div.HeadlineContainer:after,
body > .frame > div.HeadlineContainerBlackWrapper div.HeadlineContainer:after {
  clear: both;
}

div.SiteFooterWrapper {
  color: #606060;
  background: #fff;
  padding: 100px 0;
}

div.SiteFooter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  font-size: 13px;
}

div.SiteFooter:before,
div.SiteFooter:after {
  content: " ";
  display: table;
}

div.SiteFooter:after {
  clear: both;
}

div.SiteFooter h4 {
  font-size: 15px;
}
@media only screen and (min-width: 40.063em) {
  div.SiteFooter h4 {
    margin-bottom: 0.5em;
  }
}

div.SiteFooter a {
  color: #606060;
}

div.SiteFooter a:hover {
  text-decoration: underline;
}

div.SiteFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hyphens div.SiteFooter ul li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.no-js div.SiteFooter ul li,
.no-hyphens div.SiteFooter ul li {
  word-break: break-all;
}

div.SiteFooter ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 0.25em;
  white-space: nowrap;
}

div.SiteFooter div.MenuRow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-bottom: 1em;
}

div.SiteFooter div.MenuRow:before,
div.SiteFooter div.MenuRow:after {
  content: " ";
  display: table;
}

div.SiteFooter div.MenuRow:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.ContactColumn {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin-left: 4% !important;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  div.SiteFooter div.MenuRow div.ContactColumn {
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    float: left;
    margin-left: 0% !important;
  }
}

div.SiteFooter div.MenuRow div.ContactColumn div.AgentFooterContactInfo span {
  display: block;
  padding-bottom: 3px;
}

div.SiteFooter
  div.MenuRow
  div.ContactColumn
  div.AgentFooterContactInfo
  span.postal-code,
div.SiteFooter
  div.MenuRow
  div.ContactColumn
  div.AgentFooterContactInfo
  span.location {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.FavoriteInsurances {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin-left: 4% !important;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  div.SiteFooter div.MenuRow div.FavoriteInsurances {
    padding-left: 0;
    padding-right: 0;
    width: 24%;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.FooterMenu {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin-left: 4% !important;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  div.SiteFooter div.MenuRow div.FooterMenu {
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.ExtraFunctions {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin-left: 4% !important;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  div.SiteFooter div.MenuRow div.ExtraFunctions {
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    float: right;
    float: left;
    margin-left: 4% !important;
    float: right;
  }
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin-bottom: 1em;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm:before,
div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm:after {
  content: " ";
  display: table;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm:after {
  clear: both;
}

div.SiteFooter
  div.MenuRow
  div.ExtraFunctions
  div.SearchForm
  input[type="text"] {
  width: 100%;
  height: 25px;
  border: 0;
  padding: 4px 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #e6e6e8;
  -webkit-box-shadow: inset 0px -2px 0px 0px gainsboro;
  -moz-box-shadow: inset 0px -2px 0px 0px gainsboro;
  box-shadow: inset 0px -2px 0px 0px gainsboro;
}

div.SiteFooter
  div.MenuRow
  div.ExtraFunctions
  div.SearchForm
  input[type="text"]:focus {
  background: #f0f0f0;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm [type="submit"] {
  border: 0;
  height: 33px;
  color: #fff;
  background: #1c1c21;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm div.Keyword {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  float: left;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm div.Submit {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
  font-family: FontAwesome;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SocialIcons a:hover {
  text-decoration: none;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SocialIcons a.icon {
  display: inline-block;
  font-family: FontAwesome;
  width: 41px;
  height: 41px;
  color: #fff;
  background-color: #19252d;
  border-radius: 50%;
  line-height: 41px;
  text-align: center;
}

div.CopyrightRowWrapper {
  background: #1c1c21;
}

div.CopyrightRowWrapper div.CopyrightRow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  color: #b5b5b5;
  background: #1c1c21;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
  height: 68px;
  padding-top: 1.5rem;
  overflow: hidden;
  clear: both;
}

div.CopyrightRowWrapper div.CopyrightRow:before,
div.CopyrightRowWrapper div.CopyrightRow:after {
  content: " ";
  display: table;
}

div.CopyrightRowWrapper div.CopyrightRow:after {
  clear: both;
}

div.CopyrightRowWrapper div.CopyrightRow div.Copyright {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  float: left;
}

div.CopyrightRowWrapper div.CopyrightRow div.FVB {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
}

div.CopyrightRowWrapper div.CopyrightRow div.FVB span.Logo {
  display: block;
  width: 100px;
  height: 28px;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/SiteFooter/fvb_logo.png");
}

body > div.ArticleContainerWrapper,
body > .frame > div.ArticleContainerWrapper,
.tx-feuser-mod > .ContentContainer {
  color: #1c1c21;
  background-color: #fff;
}

body > div.ArticleContainerWrapper div.ArticleContainer,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer,
.tx-feuser-mod > .ContentContainer div.ArticleContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

body > div.ArticleContainerWrapper div.ArticleContainer:before,
body > div.ArticleContainerWrapper div.ArticleContainer:after,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer:before,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer:after,
.tx-feuser-mod > .ContentContainer div.ArticleContainer:before,
.tx-feuser-mod > .ContentContainer div.ArticleContainer:after {
  content: " ";
  display: table;
}

body > div.ArticleContainerWrapper div.ArticleContainer:after,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer:after,
.tx-feuser-mod > .ContentContainer div.ArticleContainer:after {
  clear: both;
}

body > div.ArticleContainerWrapper div.ArticleContainer article,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer article,
.tx-feuser-mod > .ContentContainer div.ArticleContainer article {
  padding-left: 0;
  padding-right: 0;
  width: 72%;
  float: right;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-left: 16% !important;
  overflow-x: auto;
  padding: 4em 0;
  text-align: center;
  width: 100% !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 40em) {
  body > div.ArticleContainerWrapper div.ArticleContainer article,
  body > .frame > div.ArticleContainerWrapper div.ArticleContainer article,
  .tx-feuser-mod > .ContentContainer div.ArticleContainer article {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-left: auto !important;
    padding: 1em 0;
  }
}

body
  > div.ArticleContainerWrapper
  div.ArticleContainer
  article
  .HeadlineContainerWrapper,
body
  > .frame
  > div.ArticleContainerWrapper
  div.ArticleContainer
  article
  .HeadlineContainerWrapper {
  padding: 1.5em 0px 1em;
}

body > div.ArticleContainerWrapper div.ArticleContainer article hr,
body > .frame > div.ArticleContainerWrapper div.ArticleContainer article hr {
  width: 150px;
}

body.insurance_form > div.ArticleContainerWrapper div.ArticleContainer article {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body.layout1 > div.ArticleContainerWrapper div.ArticleContainer article,
body.layout1 > div.ArticleContainerWrapper div.ArticleContainer article {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.Imprint a {
  color: #fff;
  text-decoration: underline;
}

section.Imprint a:hover {
  text-decoration: none;
}

div.AgentIntroSectionWrapper {
  color: #a5a5a5;
  background: #1a1a1a;
  padding: 3em 0px;
  font-size: 15px;
}

section.AgentIntroSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

section.AgentIntroSection:before,
section.AgentIntroSection:after {
  content: " ";
  display: table;
}

section.AgentIntroSection:after {
  clear: both;
}

section.AgentIntroSection h1,
section.AgentIntroSection h2 {
  font-size: 28px;
  font-weight: normal;
  color: #d3d3d3;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection h1,
  section.AgentIntroSection h2 {
    font-size: 6.1vw;
  }
}
@media screen and (max-width: 40em) {
  section.AgentIntroSection h1 section.AgentIntroSection h1,
  section.AgentIntroSection h1 section.AgentIntroSection h2,
  section.AgentIntroSection h2 section.AgentIntroSection h1,
  section.AgentIntroSection h2 section.AgentIntroSection h2 {
    font-size: 5.5vw;
  }
}

section.AgentIntroSection a {
  color: #a5a5a5;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection div.ArticleContainer {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (min-width: 40.063em) {
  section.AgentIntroSection div.ArticleContainer {
    padding-left: 0;
    padding-right: 0;
    width: 56%;
    float: left;
  }
}

section.AgentIntroSection div.ArticleContainer a {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  max-width: 50%;
  text-transform: uppercase;
}

section.AgentIntroSection div.ArticleContainer a.download {
  border: none;
  padding: 0.5em 0;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection div.AgentInfoContainer {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (min-width: 40.063em) {
  section.AgentIntroSection div.AgentInfoContainer {
    padding-left: 0;
    padding-right: 0;
    width: 36%;
    float: right;
    float: left;
    margin-left: 4% !important;
  }
}

section.AgentIntroSection div.AgentInfoContainer div.ImageContainer {
  /*float: left;
  width: 40%;*/
  float: none;
  width: 60%;
}

section.AgentIntroSection div.AgentInfoContainer div.ImageContainer img {
  border-radius: 50%;
  width: 85%;
  height: 85%;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer {
  /*float: right;
  width: 60%;*/
  float: none;
  margin-top: 1.5em;
  width: 100%;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer h2 {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.7em;
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection div.AgentInfoContainer div.DataContainer h2 {
    font-size: 16px;
  }
}

div.UserTypeGate {
  opacity: 0.5;
  height: 150px;
  overflow: hidden;
  background: green;
}

div.ContactFormWrapper {
  color: #fff;
  padding: 2em 0;
  background-color: #1a1a1a !important;
}

section.ContactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  color: #fff;
  background-color: #1a1a1a;
}

section.ContactForm:before,
section.ContactForm:after {
  content: " ";
  display: table;
}

section.ContactForm:after {
  clear: both;
}

section.ContactForm div.ArticleContainer {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  section.ContactForm div.ArticleContainer {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-left: 4% !important;
  }
}
@media only screen and (min-width: 40.063em) {
  section.ContactForm div.ArticleContainer {
    padding-left: 0;
    padding-right: 0;
    width: 72%;
    float: right;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-left: 16% !important;
  }
}

section.ContactForm div.AgentContactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

section.ContactForm div.AgentContactForm:before,
section.ContactForm div.AgentContactForm:after {
  content: " ";
  display: table;
}

section.ContactForm div.AgentContactForm:after {
  clear: both;
}

section.ContactForm div.AgentContactForm form {
  display: block;
}

section.ContactForm div.AgentContactForm form input[type="text"],
section.ContactForm div.AgentContactForm form textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #aaafaf;
  background: #232323;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form input[type="text"],
  section.ContactForm div.AgentContactForm form textarea {
    padding: 0.5em;
    padding-right: 0;
  }
}

section.ContactForm div.AgentContactForm form div.error {
  color: #e9124a;
}

section.ContactForm div.AgentContactForm form div.Row1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin: 0 0 2em 0;
}

section.ContactForm div.AgentContactForm form div.Row1:before,
section.ContactForm div.AgentContactForm form div.Row1:after {
  content: " ";
  display: table;
}

section.ContactForm div.AgentContactForm form div.Row1:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.NameField {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin: 0 0 1em 0;
  }
}
@media only screen and (min-width: 40.063em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.NameField {
    padding-left: 0;
    padding-right: 0;
    width: 44%;
    float: left;
    margin-left: 0% !important;
  }
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.EmailField {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.EmailField {
    padding-left: 0;
    padding-right: 0;
    width: 44%;
    float: right;
    float: left;
    margin-left: 8% !important;
  }
}

section.ContactForm div.AgentContactForm form div.Row2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin: 0 0 2em 0;
}

section.ContactForm div.AgentContactForm form div.Row2:before,
section.ContactForm div.AgentContactForm form div.Row2:after {
  content: " ";
  display: table;
}

section.ContactForm div.AgentContactForm form div.Row2:after {
  clear: both;
}

section.ContactForm div.AgentContactForm form div.Row2 div.MessageField {
  padding-left: 0;
  padding-right: 0;
  width: 96%;
  float: left;
  margin-left: 0% !important;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row2 div.MessageField {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
  }
}

section.ContactForm div.AgentContactForm form div.Row3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin: 0 0 2em 0;
}

section.ContactForm div.AgentContactForm form div.Row3:before,
section.ContactForm div.AgentContactForm form div.Row3:after {
  content: " ";
  display: table;
}

section.ContactForm div.AgentContactForm form div.Row3:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row3 div.SubmitField {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 0% !important;
    width: 94%;
  }
}
@media only screen and (min-width: 40.063em) {
  section.ContactForm div.AgentContactForm form div.Row3 div.SubmitField {
    padding-left: 0;
    padding-right: 0;
    width: 16%;
    float: right;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row3
  div.SubmitField
  button[type="submit"] {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0.8em 0px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row3
  div.SubmitField
  button[type="submit"]:hover {
  background: #232323;
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row3
  div.SubmitField
  button[type="submit"]
  span {
  display: none;
  margin-left: 2em;
  font-family: FontAwesome;
  color: #fff;
}

.ContactDisrupt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 2em 0;
  font-size: 1.4375rem;
  font-weight: 100;
}

.ContactDisrupt:before,
.ContactDisrupt:after {
  content: " ";
  display: table;
}

.ContactDisrupt:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .ContactDisrupt {
    position: static;
  }
}

.ContactDisrupt .textContainer {
  padding-left: 0;
  padding-right: 0;
  width: 72%;
  float: left;
  margin-left: 0% !important;
  padding-top: 0.5em;
  width: auto;
  padding-right: 2em;
}
@media only screen and (max-width: 40em) {
  .ContactDisrupt .textContainer {
    padding-left: 0;
    padding-right: 0;
    width: 84%;
    float: left;
    margin-left: 4% !important;
    font-size: 6vw;
    margin-bottom: 1em;
  }
}

.ContactDisrupt .linkContainer {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
  margin-left: 0% !important;
  width: 200px;
}
@media only screen and (max-width: 40em) {
  .ContactDisrupt .linkContainer {
    padding-left: 0;
    padding-right: 0;
    width: 68%;
    float: left;
    margin-left: 4% !important;
  }
}

.ContactDisrupt .linkContainer a {
  display: block;
  position: relative;
  padding: 0.8em 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.ContactDisrupt .linkContainer a span {
  display: none;
}

.GoogleMap {
  color: #1c1c21;
  background-color: #fff;
}

.GoogleMap div.HeadlineWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
}

.GoogleMap div.HeadlineWrapper:before,
.GoogleMap div.HeadlineWrapper:after {
  content: " ";
  display: table;
}

.GoogleMap div.HeadlineWrapper:after {
  clear: both;
}

.GoogleMap div.HeadlineWrapper h2 {
  margin: 0;
}

.GoogleMap #map-canvas {
  width: 100%;
  height: 450px;
}

.GoogleMap .InfoWindowContent {
  width: 300px;
  height: auto;
  overflow: hidden;
}

.GoogleMap .InfoWindowContent h2 {
  font-size: 20px;
  margin: 0;
}

.GoogleMap .InfoWindowContent p {
  margin: 0;
}

section.InsuranceTeaserItems div.IntroWrapper {
  position: relative;
  color: #1c1c21;
  background: #fff;
}

section.InsuranceTeaserItems div.IntroWrapper div.Intro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
}

section.InsuranceTeaserItems div.IntroWrapper div.Intro:before,
section.InsuranceTeaserItems div.IntroWrapper div.Intro:after {
  content: " ";
  display: table;
}

section.InsuranceTeaserItems div.IntroWrapper div.Intro:after {
  clear: both;
}

section.InsuranceTeaserItems div.IntroWrapper div.Intro::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 57px;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url("../images/InsuranceTeaserItems/arrow-down.png");
  background-position: 50% 0;
}
@media only screen and (max-width: 40em) {
  section.InsuranceTeaserItems div.IntroWrapper div.Intro::after {
    bottom: 0;
    height: 28px;
    background-size: 16px 16px;
  }
}
@media only screen and (max-width: 40em) {
  section.InsuranceTeaserItems div.IntroWrapper div.Intro h1 {
    height: 65px;
  }
}

section.InsuranceTeaserItems div.Items {
  position: relative;
  color: #fff;
  background: #1c1c21;
  clear: both;
  overflow: auto;
}

section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem {
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem {
    float: left;
    width: 33.333333%;
    padding-top: 32%;
    overflow: hidden;
  }
}

section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem a {
  position: absolute;
  display: block;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 0px #000;
  font-size: 1.1vw !important;
  line-height: 135%;
}

section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem a div.Teaser {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
  overflow: hidden;
  z-index: 1;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6) 30%);
  min-height: 100% !important;
  width: 100% !important;
  padding: 48% 6% 6% 6%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.41) 47%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.07)),
    color-stop(45%, rgba(0, 0, 0, 0.4)),
    color-stop(47%, rgba(0, 0, 0, 0.41)),
    color-stop(100%, rgba(0, 0, 0, 0.55))
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.41) 47%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.41) 47%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.41) 47%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.41) 47%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12000000', endColorstr='#8c000000', GradientType=0) !important;
}
@media all and (max-width: 400px) {
  section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem a div.Teaser {
    padding: 0.5em 5px;
  }

  section.InsuranceTeaserItems
    div.Items
    div.InsuranceTeaserItem
    a
    div.Teaser
    h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 800px) {
  section.InsuranceTeaserItems
    div.Items
    div.InsuranceTeaserItem
    a
    div.Teaser
    p {
    display: none;
  }
}

section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem a div.Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.InsuranceTeaserItems div.Items div.InsuranceTeaserItem a div.Image img {
  width: 100%;
  height: 100%;
}

.owl-carousel {
  margin-top: -42px !important;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

/* display none until init */

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.PowerMailWrapper {
  background-color: #fff;
  color: #1c1c21;
  padding-bottom: 2em;
}

.tx-powermail {
  background-color: #fff;
  color: #1c1c21;
  padding-bottom: 2em;
  text-align: center;
}

.tx-powermail > form,
.tx-powermail > .container-fluid > form,
.tx-powermail > .powermail_confirmation,
.tx-powermail > .container-fluid > .powermail_confirmation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: left;
}

.tx-powermail:before,
.tx-powermail:after {
  content: " ";
  display: table;
}

.tx-powermail:after {
  clear: both;
}

.tx-powermail a {
  color: #1a1a1a;
  text-decoration: underline;
}

.tx-powermail a:hover {
  text-decoration: none;
}

.tx-powermail > form {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  /*float: left;*/
}

.tx-powermail .ArticleContainerWrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form {
    padding-left: 1em;
    width: 90%;
  }
}

.tx-powermail form fieldset {
  width: 100%;
  margin-left: auto;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.tx-powermail form fieldset fieldset {
  width: 100%;
}

.tx-powermail form fieldset .powermail_checkbox {
  margin-right: 1em;
}

.tx-powermail form fieldset legend {
  display: none;
}

.tx-powermail form fieldset .powermail_fieldwrap {
  width: 30%;
  margin-right: 5%;
  float: left;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap {
    width: 100%;
    float: none;
  }
}

.tx-powermail form fieldset .powermail_fieldwrap .powermail_label {
  display: block;
  width: 100%;
}

.tx-powermail form fieldset .powermail_fieldwrap_check,
.tx-powermail form fieldset .powermail_fieldwrap_type_check,
.tx-powermail form fieldset .powermail_fieldwrap_content,
.tx-powermail form fieldset .powermail_fieldwrap_type_content,
.tx-powermail form fieldset .powermail_fieldwrap_submit,
.tx-powermail form fieldset .powermail_fieldwrap_type_submit {
  width: 100%;
}

.tx-powermail form fieldset .powermail_fieldwrap_type_check {
  margin: 5px 0;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_label {
  line-height: 2;
}

.tx-powermail form fieldset .powermail_submit,
.call-2-more {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #1c1c21;
  color: #ffffff;
  border: none;
  padding: 1em 3em 1em 3em;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.tx-powermail form fieldset .powermail_submit:hover {
  background: #393942;
}

.tx-powermail form fieldset .parsley-errors-list {
  padding-left: 20px;
}

.tx-powermail form fieldset .powermail_fieldwrap_typoscript {
  display: none;
}

.tx-powermail form fieldset .powermail_input,
.tx-powermail form fieldset .powermail_date,
.tx-powermail form fieldset .powermail_select {
  width: 100%;
  background: #e6e6e8;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: inset 0px -2px 0px 0px gainsboro;
  -moz-box-shadow: inset 0px -2px 0px 0px gainsboro;
  box-shadow: inset 0px -2px 0px 0px gainsboro;
  border: none;
}

.tx-powermail form fieldset .powermail_input:focus {
  background: #f0f0f0;
}

.tx-powermail form fieldset .powermail_select {
  border: 1px solid #c8c8c8 !important;
  padding: 5px 0.5em 5px 0.25em !important;
}

.tx-powermail form fieldset .parsley-errors-list li {
  color: #e9124a;
}

.tx-powermail form.healthAbroad #powermail_fieldwrap_21,
.tx-powermail form.healthAbroad #powermail_fieldwrap_32,
.tx-powermail form.reiserueck #powermail_fieldwrap_291,
.tx-powermail form.reiserueck .powermail_fieldwrap_marker_82s4ssyc,
.tx-powermail form.reiserueck #powermail_fieldwrap_21 {
  float: none;
  overflow: hidden;
}

.tx-powermail form.healthAbroad #powermail_fieldwrap_16,
.tx-powermail form.healthAbroad #powermail_fieldwrap_19,
.tx-powermail form.healthAbroad #powermail_fieldwrap_28,
.tx-powermail form.healthAbroad #powermail_fieldwrap_29,
.tx-powermail form.healthAbroad #powermail_fieldwrap_30,
.tx-powermail form.healthAbroad #powermail_fieldwrap_267,
.tx-powermail form.healthAbroad #powermail_fieldwrap_275,
.tx-powermail form.healthAbroad #powermail_fieldwrap_279 {
  margin-right: 0;
}
.tx-powermail form.reiserueck #powermail_fieldwrap_294,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum,
.tx-powermail form.reiserueck #powermail_fieldwrap_297,
.tx-powermail form.reiserueck .powermail_fieldwrap_ort,
.tx-powermail form.reiserueck #powermail_fieldwrap_332,
.tx-powermail form.reiserueck .powermail_fieldwrap_reisepreis,
.tx-powermail form.reiserueck #powermail_fieldwrap_302,
.tx-powermail form.reiserueck .powermail_fieldwrap_versicherungsbeginn,
.tx-powermail form.reiserueck #powermail_fieldwrap_308,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_01,
.tx-powermail form.reiserueck #powermail_fieldwrap_312,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_02,
.tx-powermail form.reiserueck #powermail_fieldwrap_316,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_03,
.tx-powermail form.reiserueck #powermail_fieldwrap_320,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_04,
.tx-powermail form.reiserueck #powermail_fieldwrap_324,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_05,
.tx-powermail form.reiserueck #powermail_fieldwrap_336,
.tx-powermail form.reiserueck .powermail_fieldwrap_geburtsdatum_06 {
  margin-right: 0;
}

.tx-powermail form.healthAbroad .powermail_submit {
  float: right;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form.healthAbroad .powermail_submit,
  .tx-powermail form.reiserueck .powermail_submit {
    float: none;
  }
}

.tx-powermail form.healthAbroad .powermail_fieldwrap_text,
.tx-powermail form.reiserueck .powermail_fieldwrap_text,
.tx-powermail form.reiserueck .powermail_fieldwrap_type_text {
  float: none;
  clear: both;
  width: 100%;
}

.tx-powermail form.smartphone #powermail_fieldwrap_3,
.tx-powermail form.smartphone .powermail_fieldwrap_e_mail,
.tx-powermail form.smartphone #powermail_fieldwrap_6,
.tx-powermail form.smartphone .powermail_fieldwrap_ort,
.tx-powermail form.smartphone #powermail_fieldwrap_8,
.tx-powermail form.smartphone .powermail_fieldwrap_bic,
.tx-powermail form.smartphone #powermail_fieldwrap_63,
.tx-powermail form.smartphone .powermail_fieldwrap_laufzeit {
  margin-right: 0;
}
.tx-powermail form.smartphone #powermail_fieldwrap_281,
.tx-powermail form.smartphone .powermail_fieldwrap_telefon {
  width: 90%;
}
.tx-powermail form.smartphone #powermail_fieldwrap_281 input,
.tx-powermail form.smartphone .powermail_fieldwrap_telefon input {
  width: 33.3333%;
}

.smartphone table th,
.smartphone table th[scope="row"],
.smartphone table td {
  min-width: auto;
  width: 16.66%;
}

table.smartphone th[scope="row"] {
  text-align: left;
}

.tx-powermail form.smartphone .powermail_submit {
  float: right;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form.smartphone .powermail_submit {
    float: none;
  }
}

.tx-powermail form.moped #powermail_fieldwrap_35,
.tx-powermail form.moped #powermail_fieldwrap_42,
.tx-powermail form.moped #powermail_fieldwrap_46,
.tx-powermail form.moped #powermail_fieldwrap_38 {
  margin-right: 0;
}

.tx-powermail form.moped #powermail_fieldwrap_39,
.tx-powermail form.moped #powermail_fieldwrap_47,
.tx-powermail form.moped #powermail_fieldwrap_48,
.tx-powermail form.moped #powermail_fieldwrap_43 {
  float: none;
  overflow: hidden;
}

.tx-powermail form.moped #powermail_fieldwrap_44 {
  height: 61px;
}

.tx-powermail form.moped .powermail_submit {
  float: right;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form.moped .powermail_submit {
    float: none;
  }
}

.tx-powermail form.musik .powermail_fieldwrap {
  margin: 0.5em 0;
  margin-right: 5%;
  overflow: hidden;
}

.tx-powermail form.musik #powermail_fieldwrap_190,
.tx-powermail form.musik .powermail_fieldwrap_e_mail,
.tx-powermail form.musik #powermail_fieldwrap_193,
.tx-powermail form.musik .powermail_fieldwrap_ort,
.tx-powermail form.musik #powermail_fieldwrap_197,
.tx-powermail form.musik .powermail_fieldwrap_iban,
.tx-powermail form.musik #powermail_fieldwrap_209,
.tx-powermail form.musik .powermail_fieldwrap_einverstndnisagb {
  margin-right: 0;
}
.tx-powermail form.musik #powermail_fieldwrap_225,
.tx-powermail form.musik .powermail_fieldwrap_marker_mr9cha33 {
  width: 100%;
  margin: 0;
}
.tx-powermail form.musik #powermail_fieldwrap_216,
.tx-powermail form.musik .powermail_fieldwrap_info,
.tx-powermail form.musik #powermail_fieldwrap_223,
.tx-powermail form.musik .powermail_fieldwrap_instrument {
  display: block;
  width: 100%;
  margin-right: 0;
}
.tx-powermail form.musik #powermail_fieldwrap_216 table,
.tx-powermail form.musik .powermail_fieldwrap_info table,
.tx-powermail form.musik #powermail_fieldwrap_223 table,
.tx-powermail form.musik .powermail_fieldwrap_instrument table,
.tx-powermail form.musik fieldset table .powermail_fieldwrap,
.tx-powermail form.musik fieldset .powermail_fieldwrap_submit,
.tx-powermail form.musik fieldset .powermail_fieldwrap_type_submit,
.tx-powermail form.musik #calc-Posten {
  width: 100%;
}
.tx-powermail form.musik #powermail_fieldwrap_198,
.tx-powermail form.musik .powermail_fieldwrap_bic {
  float: none;
  clear: both;
  margin-right: 0;
  display: block;
}
.tx-powermail form.musik #powermail_fieldwrap_222,
.tx-powermail form.musik .powermail_fieldwrap_versicherungsende {
  display: block;
  margin-right: 0;
}
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_submit
  input[type="button"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="button"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_submit
  input[type="submit"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="submit"] {
  padding: 8px 30px 8px 30px;
  border: none;
  background-color: #1c1c21;
  color: white;
  text-transform: uppercase;
  float: right;
  margin-right: 2em;
}
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_submit_2
  input[type="button"],
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap_type_submit_2
  input[type="button"] {
  font-size: 0.6em;
  float: left;
}
.tx-powermail form.musik table th,
.tx-powermail form.musik table td {
  min-width: auto;
  width: auto;
  vertical-align: top;
  text-align: left;
}
.tx-powermail form.musik table th:first-child,
.tx-powermail form.musik table td:first-child {
  width: 22%;
}
.tx-powermail form.musik table.musikinstrumente th:first-child,
.tx-powermail form.musik table td:first-child {
  width: auto;
}
.tx-powermail form.musik table.musikinstrumente {
  width: 100%;
}
.tx-powermail form.musik table th:nth-child(3),
.tx-powermail form.musik table td:nth-child(3) {
  width: 22%;
}
.tx-powermail form.musik #calc-Posten th:nth-child(4),
.tx-powermail form.musik #calc-Posten td:nth-child(4) {
  display: none;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_244 input[type="text"],
.tx-powermail form.fahrrad #powermail_fieldwrap_245 input[type="text"],
.tx-powermail form.fahrrad #powermail_fieldwrap_248 input[type="text"] {
  border: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_244 input[type="text"],
.tx-powermail form.fahrrad #powermail_fieldwrap_248 input[type="text"] {
  width: 100%;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_259,
.tx-powermail form.fahrrad #powermail_fieldwrap_233,
.tx-powermail form.fahrrad #powermail_fieldwrap_236,
.tx-powermail form.fahrrad #powermail_fieldwrap_240 {
  margin-right: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_239 select {
  margin: 0.25em 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_244,
.tx-powermail form.fahrrad #powermail_fieldwrap_245,
.tx-powermail form.fahrrad #powermail_fieldwrap_248 {
  display: block;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_248 {
  margin-right: 0;
}

.tx-powermail form.fahrrad #powermail_fieldwrap_255 {
  margin-right: 0;
  width: 100%;
  display: block;
}
.tx-powermail form.fahrrad #powermail_fieldwrap_241 {
  float: none;
  margin-right: 0;
  display: block;
}

.tx-powermail form fieldset table .powermail_fieldwrap input[type="text"] {
  width: 60%;
}

.tx-powermail form fieldset .calculator_row .powermail_fieldwrap {
  width: 100%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_85,
.tx-powermail form.ladymed .powermail_fieldwrap_e_mail,
.tx-powermail form.ladymed #powermail_fieldwrap_88,
.tx-powermail form.ladymed .powermail_fieldwrap_ort,
.tx-powermail form.ladymed #powermail_fieldwrap_93,
.tx-powermail form.ladymed .powermail_fieldwrap_versicherungstyp,
.tx-powermail form.ladymed #powermail_fieldwrap_104,
.tx-powermail form.ladymed .powermail_fieldwrap_geburtsdatum,
.tx-powermail form.ladymed #powermail_fieldwrap_108,
.tx-powermail form.ladymed #powermail_fieldwrap_112,
.tx-powermail form.ladymed #powermail_fieldwrap_121,
.tx-powermail form.ladymed #powermail_fieldwrap_90,
.tx-powermail form.ladymed .powermail_fieldwrap_bic {
  margin-right: 0;
}

.tx-powermail form.ladymed #powermail_fieldwrap_121 textarea {
  width: 100%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_123,
.tx-powermail form.ladymed .powermail_fieldwrap_marker_9g8tf9f9,
.tx-powermail form.ladymed #powermail_fieldwrap_258 {
  display: block;
  width: 100%;
}

.tx-powermail form fieldset .powermail_fieldwrap_105,
.tx-powermail form fieldset .powermail_fieldwrap_marker_ve31dcp3 {
  width: 100%;
}

.tx-indexedsearch {
  color: #1c1c21;
  background: #fff;
}

.tx-indexedsearch .tx-indexedsearch-searchbox,
.tx-indexedsearch .tx-indexedsearch-whatis,
.tx-indexedsearch .tx-indexedsearch-browsebox,
.tx-indexedsearch .tx-indexedsearch-res {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.tx-indexedsearch .tx-indexedsearch-searchbox:before,
.tx-indexedsearch .tx-indexedsearch-searchbox:after,
.tx-indexedsearch .tx-indexedsearch-whatis:before,
.tx-indexedsearch .tx-indexedsearch-whatis:after,
.tx-indexedsearch .tx-indexedsearch-browsebox:before,
.tx-indexedsearch .tx-indexedsearch-browsebox:after,
.tx-indexedsearch .tx-indexedsearch-res:before,
.tx-indexedsearch .tx-indexedsearch-res:after {
  content: " ";
  display: table;
}

.tx-indexedsearch .tx-indexedsearch-searchbox:after,
.tx-indexedsearch .tx-indexedsearch-whatis:after,
.tx-indexedsearch .tx-indexedsearch-browsebox:after,
.tx-indexedsearch .tx-indexedsearch-res:after {
  clear: both;
}

.tx-indexedsearch-searchbox {
  padding-top: 1em;
  padding-bottom: 1em;
}

.tx-indexedsearch-searchbox fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.tx-indexedsearch-searchbox fieldset:before,
.tx-indexedsearch-searchbox fieldset:after {
  content: " ";
  display: table;
}

.tx-indexedsearch-searchbox fieldset:after {
  clear: both;
}

.tx-indexedsearch-searchbox fieldset div.tx-indexedsearch-form {
  padding-left: 0;
  padding-right: 0;
  width: 60%;
  float: left;
}

.tx-indexedsearch-searchbox
  fieldset
  div.tx-indexedsearch-form
  input#tx-indexedsearch-searchbox-sword {
  width: 90%;
  border: 1px solid #1c1c21;
  height: 35px;
}

.tx-indexedsearch-searchbox fieldset div.tx-indexedsearch-search-submit {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  float: left;
}

.tx-indexedsearch-searchbox fieldset div.tx-indexedsearch-search-submit button {
  border: 0;
  color: #fff;
  background: #1c1c21;
  height: 35px;
}

.tx-indexedsearch-searchbox
  fieldset
  div.tx-indexedsearch-search-submit
  button
  span {
  font-family: FontAwesome;
}

.tx-indexedsearch-whatis {
  padding-top: 1em;
  padding-bottom: 0;
  text-align: center;
}

.tx-indexedsearch-browsebox {
  padding-top: 0;
  padding-bottom: 1em;
  text-align: center;
}

.tx-indexedsearch-browsebox ul li a {
  color: #1c1c21;
}

.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage {
  font-weight: bold;
}

.tx-indexedsearch-res div.SearchResultItem h3 span a {
  color: #1c1c21;
}

.tx-indexedsearch-res div.SearchResultItem h3 span a:hover {
  text-decoration: underline;
}

.tx-indexedsearch-res div.SearchResultItem dl.tx-indexedsearch-info {
  font-style: italic;
  font-size: 85%;
}

.tx-indexedsearch-res div.SearchResultItem dl.tx-indexedsearch-info a {
  color: #1c1c21;
}

.NewsContainerWrapper {
  color: #1c1c21;
  background: #fff;
}

.NewsContainerWrapper a {
  color: #1c1c21;
}

.NewsContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.NewsContainer:before,
.NewsContainer:after {
  content: " ";
  display: table;
}

.NewsContainer:after {
  clear: both;
}

.news-list-view {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.news-list-view .page-navigation p {
  float: none;
  padding: 1em 0;
  text-align: center;
}

.news-list-view .page-navigation ul {
  overflow: auto;
  float: none;
  margin: 0;
  padding: 0 0 2em 0;
}

.news-list-view .page-navigation ul li {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.news-list-view .page-navigation ul li.current {
  color: #fff;
  background: #1c1c21;
}

.news-list-view .page-navigation ul li.current a {
  color: #fff;
}

.news-list-view .page-navigation ul li a {
  padding: 0 4px;
  display: block;
  color: #1c1c21;
}

.news-list-view .article {
  padding-bottom: 0;
}

.news-list-view .article .header {
  margin-bottom: 15px;
}

.news-list-view .article .header h3 span.news-list-date {
  font-size: 14px;
  margin-left: 1em;
}

.news-list-view .article .teaser-text div.link-more a {
  font-weight: bold;
}

.news-list-view .article .teaser-text div.link-more a span {
  font-family: FontAwesome;
}

.news-list-view .article .footer {
  border: none;
}

.news-single-wrapper {
  color: #1c1c21;
  background: #fff;
}

.news.news-single {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  color: #1c1c21;
  background-color: #fff;
  padding: 2em 0;
}

.news.news-single:before,
.news.news-single:after {
  content: " ";
  display: table;
}

.news.news-single:after {
  clear: both;
}

.news.news-single .article {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

.news.news-single .article .teaser-text {
  font-weight: 700;
  color: #1a1a1a;
}

.news.news-single .article .news-backlink-wrap a {
  color: #1c1c21;
}

.news.news-single .article .news-backlink-wrap a:hover {
  text-decoration: underline;
}

.news.news-single .article .news-backlink-wrap a:before {
  content: "<";
}

.news.news-single .article .news-related-wrap {
  display: none;
}

.news.news-single .facebook {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 1em;
}

.news.news-single .facebook:before,
.news.news-single .facebook:after {
  content: " ";
  display: table;
}

.news.news-single .facebook:after {
  clear: both;
}

.news.news-single .facebook .like {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  float: left;
}

.news.news-single .facebook .share {
  padding-left: 0;
  padding-right: 0;
  width: 32%;
  float: left;
}

.news.news-single .facebook .twitter {
  padding-left: 0;
  padding-right: 0;
  width: 32%;
  float: left;
}

.news.news-single > .article > .header > h1 {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .news-single .article .news-img-wrap {
    float: none;
    margin-left: 0;
  }

  .news-single .article .news-img-wrap .mediaelement.mediaelement-image a {
    margin-bottom: 10px;
  }
}

div.csc-mailform {
  background-color: #fff;
  color: #1c1c21;
}

div.csc-mailform ol {
  padding: 0;
  list-style: none;
}

div.csc-mailform ol li {
  padding-top: 0.25em;
}

div.csc-mailform ol .csc-form-14.csc-form-element.csc-form-element-checkbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

div.csc-mailform
  ol
  .csc-form-14.csc-form-element.csc-form-element-checkbox:before,
div.csc-mailform
  ol
  .csc-form-14.csc-form-element.csc-form-element-checkbox:after {
  content: " ";
  display: table;
}

div.csc-mailform
  ol
  .csc-form-14.csc-form-element.csc-form-element-checkbox:after {
  clear: both;
}

div.csc-mailform
  ol
  .csc-form-14.csc-form-element.csc-form-element-checkbox
  label {
  width: 80%;
}

div.csc-mailform fieldset {
  border: none;
}

div.csc-mailform fieldset legend {
  float: left;
  font-weight: normal;
  margin-left: 0;
  margin-right: 7px;
  width: 13em;
}

div.csc-mailform fieldset ol {
  padding: 0;
}

div.csc-mailform fieldset ol > li {
  float: left;
  clear: none;
  padding-top: 0;
}

div.csc-mailform fieldset ol li.csc-form-confirmation-false {
  margin-right: 30px;
}

div.csc-mailform form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

div.csc-mailform form:before,
div.csc-mailform form:after {
  content: " ";
  display: table;
}

div.csc-mailform form:after {
  clear: both;
}

div.csc-mailform form ul {
  margin: 0;
  padding: 0;
}

div.csc-mailform form li {
  display: block;
  clear: both;
  padding-top: 1em;
}

div.csc-mailform form li label {
  width: 20%;
}

div.csc-mailform form li label:hover {
  cursor: pointer;
}

div.csc-mailform form input[type="text"] {
  padding: 0.5em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1c1c21;
  background: transparent;
  border: 1px solid #adb0b4;
  width: 50%;
}

div.csc-mailform form input[type="text"]:focus {
  border-color: #adb0b4;
}

div.csc-mailform form input[type="radio"] {
  padding: 0.5em;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #1c1c21;
  background: transparent;
  border: 1px solid #adb0b4;
}

div.csc-mailform form input[type="radio"]:focus {
  border-color: #adb0b4;
}

div.csc-mailform form .fieldset-subgroup.type {
  width: 100%;
}

div.csc-mailform form .fieldset-subgroup.type legend {
  float: left;
  width: 20%;
}

div.csc-mailform
  form
  li.csc-form-element-checkbox.csc-form-14.csc-form-element {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  float: left;
  margin-left: 20% !important;
  padding-left: 26px;
}

div.csc-mailform form .csc-form-15.csc-form-element.csc-form-element-submit {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  float: left;
  margin-left: 32% !important;
}

div.csc-mailform
  form
  .csc-form-15.csc-form-element.csc-form-element-submit
  input {
  margin-left: 20px;
}

div.csc-mailform form .csc-form-confirmation-false,
div.csc-mailform form .csc-form-confirmation-true {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  float: left;
  margin-left: 0% !important;
}

div.csc-mailform form fieldset ol {
  padding-top: 1em;
  padding-left: 0;
}

div.csc-mailform form fieldset ol li {
  float: none;
  padding-top: 0.5em;
  padding-bottom: 0;
  padding-left: 0;
}

div.csc-mailform + div.ArticleContainer article {
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
  width: 104%;
  float: left;
  margin-left: 8% !important;
}

.Imagesection {
  background-color: #fff;
}

.Imprint {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.Imprint:before,
.Imprint:after {
  content: " ";
  display: table;
}

.Imprint:after {
  clear: both;
}

.Imprint div.ArticleContainer {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

table {
  border-collapse: collapse;
  border-color: gainsboro;
}

table thead th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

table th,
table td {
  min-width: 20%;
  width: 20%;
  padding: 0.4em;
  vertical-align: middle;
  border: 1px solid gainsboro;
}

table tbody td {
  text-align: right;
}

table tr {
  border: 1px solid gainsboro;
}

.contenttable {
  text-align: left;
}

div.PageMenuWrapper {
  color: #1c1c21;
  background: #fff;
}

div.PageMenuDefault {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding: 1em 0;
}

div.PageMenuDefault:before,
div.PageMenuDefault:after {
  content: " ";
  display: table;
}

div.PageMenuDefault:after {
  clear: both;
}

div.PageMenuDefault ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.PageMenuDefault ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  div.PageMenuDefault ul li {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: right;
    float: left;
    margin-left: 4% !important;
    float: auto;
  }
}
@media only screen and (min-width: 40.063em) {
  div.PageMenuDefault ul li {
    padding-left: 0;
    padding-right: 0;
    width: /*28.0%*/ 44%;
    float: left;
    margin-left: 4% !important;
  }
  div.PageMenuDefault ul li:nth-child(odd) {
    clear: left;
  }
}

div.PageMenuDefault ul li div.pageMenuIconContainerLarge {
  margin-bottom: 1em;
}

div.PageMenuDefault ul li div.pageMenuIconContainerLarge img.pageMenuIcon {
  width: 201px;
  height: 200px;
}

div.PageMenuDefault
  ul
  li
  div.pageMenuIconContainerLarge
  img.pageMenuIcon:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

div.PageMenuDefault ul li div.pageMenuIconContainerSmall {
  margin-bottom: 1em;
}

div.PageMenuDefault ul li div.pageMenuIconContainerSmall img.pageMenuIcon {
  width: 70px;
  height: 70px;
}

div.PageMenuDefault ul li div.abstractContainer a {
  color: #1c1c21;
}

div.PageMenuAltWrapper {
  color: #1c1c21;
  background: #fff;
}

div.PageMenuAlt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding: 1em 0;
}

div.PageMenuAlt:before,
div.PageMenuAlt:after {
  content: " ";
  display: table;
}

div.PageMenuAlt:after {
  clear: both;
}

div.PageMenuAlt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.PageMenuAlt ul li {
  background: #fff;
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 4%;
}
@media only screen and (min-width: 40.063em) {
  div.PageMenuAlt ul li {
    padding-top: 28%;
  }
}

div.PageMenuAlt ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 40em) {
  div.PageMenuAlt ul li img {
    width: 190%;
    max-width: 190%;
  }
}

div.PageMenuAlt ul li img[src$=".svg"] {
  display: none;
}

div.PageMenuAlt ul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #292929;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

div.PageMenuAlt ul li:hover .pageMenuIconContainerLarge {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

div.PageMenuAlt ul li:hover a {
  color: #fff;
}

div.PageMenuAlt ul li:hover div.TextContainer {
  border: 1px solid white;
}
@media only screen and (max-width: 40em) {
  div.PageMenuAlt ul li:hover div.TextContainer {
    border: none;
  }
}

div.PageMenuAlt ul li h3 {
  position: relative;
}

div.PageMenuAlt ul li h3:before {
  position: absolute;
  top: 0;
  left: -7%;
  content: "\f0da";
  font-family: FontAwesome !important;
  font-size: 25px;
}

div.PageMenuAlt ul li a {
  color: #1c1c21;
}

div.PageMenuAlt ul li .pageMenuIconContainerLarge {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

div.PageMenuAlt ul li div.TextContainer {
  border: 1px solid #1c1c21;
  overflow: hidden;
  padding: 7% 6% 6% 6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 40.063em) {
  div.PageMenuAlt ul li div.TextContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

div.PageMenuAlt ul li div.TextContainer > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.PageMenuAlt ul li div.TextContainer > a:hover {
  border: none;
}

div.PageMenuAlt ul li div.TextContainer div.Text {
  bottom: 6%;
  padding-right: 5%;
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  div.PageMenuAlt ul li div.TextContainer div.Text {
    position: absolute;
    bottom: 4%;
  }
}
@media only screen and (max-width: 40em) {
  div.PageMenuAlt ul li {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    float: left;
    margin-left: 4% !important;
  }
}
@media only screen and (min-width: 40.063em) {
  div.PageMenuAlt ul li:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    float: left;
  }

  div.PageMenuAlt ul li:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    float: left;
    margin-left: 4% !important;
  }
}

div.PageMenuAltWithImagesWrapper {
  color: #fff;
  background: #1c1c21;
}

div.PageMenuAltWithImages {
  font-size: 1.4vw;
  text-shadow: 1px 1px 0px #000;
}
@media only screen and (max-width: 40em) {
  div.PageMenuAltWithImages {
    font-size: 4.1vw;
  }
}

div.PageMenuAltWithImages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

div.PageMenuAltWithImages ul li {
  list-style: none;
  padding: 0;
  padding-top: 25%;
  float: left;
  position: relative;
  width: 25%;
  color: #fff;
  background: #ccc;
}
@media only screen and (max-width: 40em) {
  div.PageMenuAltWithImages ul li {
    padding: 50% 0px 0px;
    width: 50%;
  }
}

div.PageMenuAltWithImages ul li h3 a {
  color: #fff;
}

div.PageMenuAltWithImages ul li div.pageMenuIconContainerLarge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

div.PageMenuAltWithImages ul li div.pageMenuIconContainerLarge img {
  width: 100%;
  height: auto;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

div.PageMenuAltWithImages ul li div.pageMenuIconContainerLarge img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div.PageMenuAltWithImages ul li div.TextContainer {
  position: absolute;
  bottom: 8%;
  left: 8%;
  background: transparent;
}

div.PageMenuAltWithImages ul li div.TextContainer div.Text {
  display: none;
}

.news-related ul li span {
  border: 0;
}
.news-related ul li span.news-related-files-size {
  display: none;
}
/*# sourceMappingURL=app.css.map */

.csc-menu.csc-menu-3 {
  list-style-type: none;
  margin-bottom: 1em;
  text-align: left;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.csc-menu.csc-menu-3 li a {
  color: #1a1a1a;
  text-decoration: underline;
}
.csc-menu.csc-menu-3 li a:hover {
  text-decoration: none;
}
.csc-menu-3 .l0 {
  display: none;
}
.csc-menu-3 .l1 {
  font-weight: bold;
  line-height: 2.4em;
}
.csc-menu-3 .l2 {
  text-indent: 1em;
  line-height: 1.8em;
}

.HeadlineContainerWrapper
  + .tx-feuser-mod
  > .ContentContainer
  > .ArticleContainer
  article {
  padding-top: 0;
}

.ContentContainer > .frame > .ArticleContainer a.call-2-action,
a.call-2-action {
  display:inline-block;
  background-color:#e7e8e8;
  color: inherit;
  padding:1em;
  font-size:1.25em;
  text-decoration: none;
}
.ContentContainer > .frame > .ArticleContainer a.call-2-action:hover,
a.call-2-action:hover {
  color: #fff;
  background-color: #393942;
}

.frame-layout-1 .tx-feuser-mod .subheader {
  font-size: 28px;
  font-weight: normal;
  color: #d3d3d3;
  line-height: 150%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.frame-layout-1 .tx-feuser-mod .subheader strong {
  font-weight: inherit;
}
.SocialIcons .icon.twitter-x {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg style='fill:%23ffffff' height='0.8em' viewBox='0 0 300 300' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'%3E%3C/path%3E%3C/svg%3E");
}