@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=Lato:300,400,700,900);
*/
@import url(font_Lato.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,
section.AgentIntroSection div.AgentInfoContainer h2,
.HeadlineContainer h2 {
  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, .smalltext {
  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;
}

/* 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) { // ... } }
*/

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

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

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

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

select {
  width: 100%;
}

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

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .small-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .large-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

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

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

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

select {
  width: 100%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("./vendor/slick/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick/fonts/slick.eot");
  src: url("./vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./vendor/slick/fonts/slick.woff") format("woff"),
    url("./vendor/slick/fonts/slick.ttf") format("truetype"),
    url("./vendor/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "â†";
}

[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "â†’";
}

[dir="rtl"] .slick-next:before {
  content: "â†";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
  .slick-slider {
    margin-bottom: 50px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  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: #61686d;
  background: #e8e9e9;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  padding-top: 40px;
}
@media only screen and (max-width: 40em) {
  body {
    padding-top: 0;
  }
}

a {
  text-decoration: none;
}

h1,
section.AgentIntroSection div.AgentInfoContainer h2,
.HeadlineContainer h2 {
  font-size: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 40em) {
  h1,
  section.AgentIntroSection div.AgentInfoContainer h2,
  .HeadlineContainer h2 {
    font-size: 24px;
  }
}

.hyphens h1,
.hyphens section.AgentIntroSection div.AgentInfoContainer h2,
section.AgentIntroSection div.AgentInfoContainer .hyphens h2,
.hyphens .HeadlineContainer h2,
.HeadlineContainer .hyphens h2,
.hyphens h2,
.hyphens h3,
.hyphens h4,
.hyphens h5 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

table th {
  padding: 0 1em;
  vertical-align: top;
}

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

.ContentContainer .ArticleContainer a {
  color: #243746;
  text-decoration: underline;
}

.ContentContainer .ArticleContainer a:hover {
  text-decoration: none;
}

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

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

div.Header:after {
  clear: both;
}

div.Header div.MainmenuContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  color: #fff;
  background: #243746;
  border-bottom: 7px solid #cd4746;
  height: 98px;
}

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

div.Header div.MainmenuContainer:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.Header div.MainmenuContainer {
    height: auto !important;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  div.Header div.MainmenuContainer p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

div.Header div.MainmenuContainer a {
  color: #fff;
}

div.Header div.MainmenuContainer div.AgentLogo {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 27.5%;
  left: 0%;
  right: auto;
  right: 0%;
  left: auto;
  float: left;
  margin-left: 5% !important;
  height: 91px;
}
@media only screen and (max-width: 40em) {
  div.Header div.MainmenuContainer div.AgentLogo {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
    position: static;
    margin-bottom: 10px;
    height: auto;
  }
}

div.Header div.MainmenuContainer div.Mainmenu {
  min-height: 10px;
}
@media only screen and (max-width: 40em) {
  div.Header div.MainmenuContainer div.Mainmenu {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
    position: static;
  }
}
@media only screen and (min-width: 40.063em) {
  div.Header div.MainmenuContainer div.Mainmenu {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 62.5%;
    float: right;
    left: 0%;
    right: auto;
    right: 5%;
    left: auto;
    float: right;
    margin-left: 0% !important;
    height: 91px;
    position: relative;
  }
}

div.AgentLogo {
  clear: both;
  overflow: hidden;
  position: relative;
  bottom: 0;
  margin-top: 1em;
}

div.AgentLogo a {
  display: block;
  position: absolute;
  bottom: 13px;
}

div.AgentLogo span.name {
  display: block;
  font-weight: bold;
  font-size: /*25px*/ 22px;
  line-height: 1.1em;
}

div.AgentLogo span.name .dot {
  color: #cd4746;
  font-size: 50px;
}

div.AgentLogo span.company {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #9ba5a9;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.AgentLogo {
    position: relative;
  }

  div.AgentLogo .inner {
    bottom: 0.5em;
  }
}
@media only screen and (max-width: 40em) {
  div.AgentLogo {
    margin-top: 0;
  }

  div.AgentLogo a {
    position: static;
  }
}

div.Mainmenu > ul.Mainmenu {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 40em) {
  div.Mainmenu > ul.Mainmenu {
    position: relative;
    bottom: auto;
  }
}

div.Mainmenu > ul.Mainmenu li {
  display: inline-block;
  margin-right: 2.5625rem;
}
@media only screen and (max-width: 40em) {
  div.Mainmenu > ul.Mainmenu li {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.Mainmenu > ul.Mainmenu li {
    font-size: 15px;
    margin-right: 1.25rem;
  }
}

div.Mainmenu > ul.Mainmenu li.last {
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  div.Mainmenu > ul.Mainmenu li > a:before {
    content: " > ";
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 0.25em;
    white-space: nowrap;
  }

  div.Mainmenu > ul.Mainmenu li > a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 40.063em) {
  div.Mainmenu > ul.Mainmenu li > a:after {
    content: "";
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent transparent;
    border-bottom-style: solid;
    margin-left: 50%;
  }

  div.Mainmenu > ul.Mainmenu li > a.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent #cd4746 transparent;
    border-bottom-style: solid;
  }

  div.Mainmenu > ul.Mainmenu li > a:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent #cd4746 transparent;
    border-bottom-style: solid;
  }
}

div.Mainmenu > ul.Mainmenu li ul {
  display: none;
}
div.Extramenu > ul.Mainmenu li ul {
  display: none;
}

div.Extramenu {
  position: relative;
  min-height: 5px;
  max-height: 25px;
  font-size: 11px;
  text-transform: uppercase;
  clear: both;
  overflow: hidden;
}

div.Extramenu ul {
  position: relative;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.Extramenu ul li {
  padding: 0.4em 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #3a4c5a;
}

div.Extramenu ul li a {
  color: #e9edf0;
}

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

div.Extramenu ul li:after {
  content: "/";
  margin: 0 0.25em;
  display: inline-block;
  padding-left: 10px;
}

div.Extramenu ul li.first {
  padding-left: 1em;
}

div.Extramenu ul li.last {
  padding-right: 1em;
}

div.Extramenu ul li.last:after {
  display: none;
}

div.Extramenu ul li.first:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-image: url("../images/Extramenu/diagonal-border.png");
  background-repeat: no-repeat;
  content: "";
}

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

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

div.Breadcrumb:after {
  clear: both;
}

div.Breadcrumb ul {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.Breadcrumb li {
  display: inline-block;
  font-size: 14px;
}
@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 {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

div.Breadcrumb li:first-child::before {
  display: none;
}

div.Breadcrumb li a {
  color: #354b5b;
}

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

div#MegadropdownsContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  max-width: none !important;
  position: absolute;
  display: none;
  font-weight: 300;
  font-size: 16px;
  color: #283e4f;
  top: 0;
  left: 0;
}

div#MegadropdownsContainer:before,
div#MegadropdownsContainer:after {
  content: " ";
  display: table;
}

div#MegadropdownsContainer:after {
  clear: both;
}

div#MegadropdownsContainer ul {
  background-color: #cd4746;
  list-style: none;
  margin: 0;
  padding: 0;
}

div#MegadropdownsContainer ul li {
  padding: 0.5em;
  border-bottom: 1px solid #ae3c3c;
}

div#MegadropdownsContainer ul li:last-child {
  border-bottom: none;
}

div#MegadropdownsContainer ul li:hover {
  background-color: #ae3c3c;
}

div#MegadropdownsContainer ul a {
  color: #fff;
  font-size: 14px;
}

.hyphens div#MegadropdownsContainer ul a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

div#MegadropdownsContainer div.Submenu1Container {
  max-width: 230px;
}

div#MegadropdownsContainer div.Submenu2Container {
  display: none;
}

div#MegadropdownsContainer div.Megadropdown {
  position: absolute;
  width: auto;
  display: none;
}

div.TitleImageSlider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  height: 536px;
  position: relative;
}

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

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

div.TitleImageSlider div.slider-item {
  position: absolute;
  bottom: 0;
  background: rgba(40, 62, 79, 0.74);
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.slider-item {
    position: relative;
  }
}

div.TitleImageSlider div.slider-item div.slider-item-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding: 1em 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

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

div.TitleImageSlider div.slider-item div.slider-item-text:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.slider-item div.slider-item-text {
    font-size: 20px;
    line-height: 30px;
  }
}

div.TitleImageSlider div.slider-item div.slider-item-text div.TextWrapper {
  padding-left: 0;
  padding-right: 0;
  width: 57.5%;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.slider-item div.slider-item-text div.TextWrapper {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
    margin-bottom: 1em;
  }
}
div.TitleImageSlider div.slider-item div.slider-item-text div.TextWrapper.fvb{
  width: auto;
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.TextWrapper
  div.category {
  display: none;
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.TextWrapper
  div.description {
  display: block;
}

div.TitleImageSlider div.slider-item div.slider-item-text div.LinkWrapper {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: right;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider div.slider-item div.slider-item-text div.LinkWrapper {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

div.TitleImageSlider div.slider-item div.slider-item-text div.cta-link-fvb {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
div.TitleImageSlider div.slider-item div.slider-item-text div.cta-link-fvb > span {
  display: none;
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.LinkWrapper
  div.cta-link
  a,
div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.cta-link-fvb
  a {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.25em 1em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 40em) {
  div.TitleImageSlider
    div.slider-item
    div.slider-item-text
    div.LinkWrapper
    div.cta-link
    a,
  div.TitleImageSlider
    div.slider-item
    div.slider-item-text
    div.cta-link-fvb
    a {
    padding: 0;
    font-size: 14px;
  }
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.LinkWrapper
  div.cta-link
  a
  span,
div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.cta-link-fvb
  a span {
  margin-left: 0.5em;
  font-family: FontAwesome;
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.LinkWrapper
  div.cta-link
  a:hover,
div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.cta-link-fvb
  a:hover {
  background: #be4242;
}

div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.LinkWrapper
  div.cta-link
  a:hover
  span,
div.TitleImageSlider
  div.slider-item
  div.slider-item-text
  div.cta-link-fvb
  a:hover span {
  color: #881514;
}

.BackgroundTitleSlider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 899px;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 899px;
}
@media only screen and (max-width: 40em) {
  .BackgroundTitleSlider {
    display: none;
  }
}

.BackgroundTitleSlider .slider-item-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 899px;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.BackgroundTitleSlider .slider-item-image img {
  margin: 0 auto;
}

.BackgroundTitleSlider .active {
  z-index: 3;
}

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

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

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

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

.PageMenu:after {
  clear: both;
}

.PageMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen {
  .PageMenu ul {
    display: block;
    padding: 0;
    margin: 0;
  }

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

  .PageMenu ul:after {
    clear: both;
  }

  .PageMenu ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }

  .PageMenu ul > li {
    width: 100%;
    padding: 0 0 0;
    list-style: none;
  }

  .PageMenu ul > li:nth-of-type(1n) {
    clear: none;
  }

  .PageMenu ul > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .PageMenu ul > li:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .PageMenu ul {
    display: block;
    padding: 0;
    margin: 0;
  }

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

  .PageMenu ul:after {
    clear: both;
  }

  .PageMenu ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }

  .PageMenu ul > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }

  .PageMenu ul > li:nth-of-type(1n) {
    clear: none;
  }

  .PageMenu ul > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .PageMenu ul > li:nth-of-type(2n + 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .PageMenu ul > li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}

.PageMenu ul li {
  position: relative;
  overflow: hidden;
  padding-top: 5%;
  padding-left: 5% !important;
  border: 1px solid #e3e5e8;
}

.PageMenu ul li:hover {
  background-color: #e3e5e8;
}
@media only screen and (min-width: 64.063em) {
  .PageMenu ul li {
    min-height: 220px;
    height: 220px;
    overflow: hidden;
  }
}

.PageMenu ul .pageMenuIconContainer {
  width: 100px;
  height: 90px;
  float: left;
}

.PageMenu ul h3 {
  margin-top: 0;
}

.PageMenu ul a {
  color: #243746;
}

.PageMenu ul .abstractContainer {
  padding-left: 0;
  padding-right: 0;
  width: 75%;
  float: left;
}
@media only screen and (max-width: 40em) {
  .PageMenu ul .abstractContainer {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

.PageMenu ul .abstractContainer > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.PageMenu .pageMenuIcon {
  width: 100%;
  max-width: 100%;
}

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

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

div.SiteFooter:after {
  clear: both;
}

div.SiteFooter h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter h4 {
    margin-bottom: 0.5em;
  }
}

div.SiteFooter a {
  color: #fff;
}

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

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

div.SiteFooter ul li {
  padding-bottom: 3px;
}

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

div.SiteFooter ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 0.5em;
  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;
  background: #273e50;
  padding: 2em 0;
}

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

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

div.SiteFooter div.MenuRow div.ContactColumn {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.ContactColumn {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !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;
}

div.SiteFooter div.MenuRow div.FavoriteInsurances {
  padding-left: 0;
  padding-right: 0;
  width: 22.5%;
  float: left;
  margin-left: 2.5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.FavoriteInsurances {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

div.SiteFooter div.MenuRow div.FooterMenu {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
  margin-left: 2.5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.FooterMenu {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

div.SiteFooter div.MenuRow div.ExtraFunctions {
  padding-left: 0;
  padding-right: 0;
  width: 17.5%;
  float: right;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.MenuRow div.ExtraFunctions {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

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%;
  border: 0;
  padding: 0.5em 0.25em;
  background: #fff;
  height: 25px;
  color: #61686d;
}

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm [type="submit"] {
  border: 0;
  height: 25px;
  color: #881514;
  background: #cd4746;
}

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

div.SiteFooter div.MenuRow div.ExtraFunctions div.SearchForm div.Submit {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  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.SiteFooter div.CopyrightRow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  color: #5e6970;
  background: #19252d;
  font-weight: 300;
  font-size: 17px;
  height: 68px;
  padding-top: 1.5rem;
  overflow: hidden;
  clear: both;
}

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

div.SiteFooter div.CopyrightRow:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.CopyrightRow {
    height: auto;
    padding-bottom: 1.5rem;
  }
}

div.SiteFooter div.CopyrightRow div.Copyright {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.CopyrightRow div.Copyright {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
    margin-bottom: 0.5em;
  }
}

div.SiteFooter div.CopyrightRow div.FVB {
  padding-left: 0;
  padding-right: 0;
  width: 10%;
  float: right;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  div.SiteFooter div.CopyrightRow div.FVB {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
    margin-bottom: 0.5em;
  }
}

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

section.AgentIntroSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background: #fff;
  padding: 2em 0;
}

section.AgentIntroSection a {
  color: #61686d;
}

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

section.AgentIntroSection:after {
  clear: both;
}

section.AgentIntroSection div.HrContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 1em;
  padding-left: 5%;
  padding-bottom: 0;
}

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

section.AgentIntroSection div.HrContainer:after {
  clear: both;
}

section.AgentIntroSection div.HrContainer hr {
  height: 5px;
  background: #cd4746;
  border: 0;
  width: 70px;
  margin: 0 auto 0 0;
}

section.AgentIntroSection h1,
section.AgentIntroSection div.AgentInfoContainer h2,
section.AgentIntroSection .HeadlineContainer h2,
.HeadlineContainer section.AgentIntroSection h2 {
  margin-top: 0.33em;
}

section.AgentIntroSection div.ArticleContainer {
  padding-left: 0;
  padding-right: 0;
  width: 47.5%;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection div.ArticleContainer {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
    margin-bottom: 1em;
  }
}

section.AgentIntroSection div.ArticleContainer img {
  padding: 1em 0 1em 0;
}

section.AgentIntroSection div.AgentInfoContainer {
  padding-left: 0;
  padding-right: 0;
  width: 35%;
  float: right;
  float: left;
  margin-left: 5% !important;
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  section.AgentIntroSection div.AgentInfoContainer {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

section.AgentIntroSection div.AgentInfoContainer div.ImageContainer {
  /*float: left;
  width: 30.76923%;*/
  float: none;
  width: 60%;
  padding-bottom: 10px;
}

section.AgentIntroSection div.AgentInfoContainer div.ImageContainer img {
  width: 100%;
  border-radius: 50%;
  /*border: 5px solid #e1e1e1;*/
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer {
  /*float: left;
  margin-left: 7.69231%;
  width: 61.53846%; */
  float: none;
  margin-top: 1.5em;
  width: 100%;
  font-size: 16px;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer h2 {
  color: #243746;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer h3 {
  margin-top: 0;
  margin-bottom: 0;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer div.Company {
  color: #cd4746;
  margin-bottom: 0.5em;
}

section.AgentIntroSection div.AgentInfoContainer div.DataContainer div.Email a {
  color: #243746;
  text-decoration: underline;
}

section.AgentIntroSection
  div.AgentInfoContainer
  div.DataContainer
  div.Email
  a:hover {
  text-decoration: none;
}

.UserTypeGate {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background: #283e4f;
}

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

.UserTypeGate:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .UserTypeGate {
    padding-bottom: 1em;
  }
}

.UserTypeGate div.CustomersSection {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  color: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media only screen and (max-width: 40em) {
  .UserTypeGate div.CustomersSection {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: right;
    float: left;
    margin-left: 0% !important;
  }
}
@media only screen and (max-width: 40em) {
  .UserTypeGate div.CustomersSection {
    padding: 2em 0;
  }
}

.UserTypeGate div.CustomersSection:hover {
  cursor: pointer;
  background: #243746;
}

.UserTypeGate div.CustomersSection:hover div.Text a {
  background: #cd4746;
}

.UserTypeGate div.CustomersSection:hover div.Text a span {
  color: #881514;
}

.UserTypeGate div.CustomersSection div.Icons {
  height: 100%;
  margin-left: 10%;
  margin-right: 5%;
  width: 10%;
  float: left;
}

.UserTypeGate div.CustomersSection div.Text {
  position: relative;
  float: right;
  margin-right: 15%;
  width: 60%;
  height: 150px;
}

.UserTypeGate div.CustomersSection div.Text h3 {
  margin: 0 0 0.5em 0;
}

.UserTypeGate div.CustomersSection div.Text p {
  margin: 0 0 0.5em 0;
  color: #fff;
  opacity: 0.55;
}

.UserTypeGate div.CustomersSection div.Text a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #415869;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 40em) {
  .UserTypeGate div.CustomersSection div.Text a {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }
}

.UserTypeGate div.CustomersSection div.Text a span {
  font-family: FontAwesome;
  color: #213544;
  margin-left: 2em;
}

section.ContactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding: 2em 0;
  color: #fff;
  background-color: #243746;
  background-image: url("../images/ContactForm/bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

section.ContactForm:after {
  clear: both;
}

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

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

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

section.ContactForm div.IntroContainer div.IntroColumn {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-left: 10% !important;
  padding: 2em 0;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.IntroContainer div.IntroColumn {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

section.ContactForm div.IntroContainer div.IntroColumn h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 300;
}

section.ContactForm div.IntroContainer div.IntroColumn h2:before {
  display: block;
  content: "";
  width: 75px;
  height: 5px;
  background: #cd4746;
  margin: 0 0 0.25em;
}

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

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

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

section.ContactForm div.ContactInfoContainer div.AgentInfoColumn {
  padding-left: 0;
  padding-right: 0;
  width: 37.5%;
  float: left;
  margin-left: 10% !important;
  color: #bfc4c8;
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.ContactInfoContainer div.AgentInfoColumn {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentImageColumn {
  padding-left: 0;
  padding-right: 0;
  width: 30%;
  float: left;
  margin-left: 0% !important;
  float: left;
}
@media only screen and (max-width: 40em) {
  section.ContactForm
    div.ContactInfoContainer
    div.AgentInfoColumn
    div.AgentImageColumn {
    width: 25%;
  }
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentImageColumn
  img {
  float: left;
  width: 95%;
  border-radius: 50%;
  border: 5px solid #e1e1e1;
}
@media only screen and (max-width: 40em) {
  section.ContactForm
    div.ContactInfoContainer
    div.AgentInfoColumn
    div.AgentImageColumn
    img {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress {
  float: right;
  margin-left: 6.66667%;
  width: 0.66667;
}
@media only screen and (max-width: 40em) {
  section.ContactForm
    div.ContactInfoContainer
    div.AgentInfoColumn
    div.AgentAddress {
    width: 70%;
    margin-left: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.ContactForm
    div.ContactInfoContainer
    div.AgentInfoColumn
    div.AgentAddress {
    width: 100%;
  }
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress
  div.Name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress
  div.Company {
  font-size: 17px;
  color: #cd4746;
  margin-bottom: 0.75em;
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress
  div.SocialIcons {
  padding-top: 0.5em;
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress
  div.SocialIcons
  a.icon {
  text-decoration: none;
  display: inline-block;
  font-family: FontAwesome;
  width: 41px;
  height: 41px;
  color: #fff;
  background-color: #19252d;
  border-radius: 50%;
  line-height: 41px;
  text-align: center;
  margin-right: 3px;
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentInfoColumn
  div.AgentAddress
  a {
  text-decoration: underline;
}

section.ContactForm div.ContactInfoContainer div.AgentArticleColumn {
  padding-left: 0;
  padding-right: 0;
  width: 37.5%;
  float: right;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.ContactInfoContainer div.AgentArticleColumn {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}

section.ContactForm
  div.ContactInfoContainer
  div.AgentArticleColumn
  div.Article {
  color: #bfc4c8;
  font-size: 15px;
}

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

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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  display: block;
}

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

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

section.ContactForm div.AgentContactForm form input[type="text"],
section.ContactForm div.AgentContactForm form textarea {
  padding: 0.5em;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
  border: 1px solid #adb0b4;
  width: 100%;
}

section.ContactForm div.AgentContactForm form input[type="text"]:focus,
section.ContactForm div.AgentContactForm form textarea:focus {
  border-color: #adb0b4;
  background-color: #283b49;
}

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

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;
}

section.ContactForm div.AgentContactForm form div.Row1 div.NameField {
  padding-left: 0;
  padding-right: 0;
  width: 37.5%;
  float: left;
  margin-left: 10% !important;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.NameField {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
    margin: 0 0 1em 0;
  }
}

section.ContactForm div.AgentContactForm form div.Row1 div.EmailField {
  padding-left: 0;
  padding-right: 0;
  width: 37.5%;
  float: right;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row1 div.EmailField {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !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: 80%;
  float: right;
  float: left;
  margin-left: 10% !important;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row2 div.MessageField {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
  }
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row2
  div.MessageField
  textarea {
  width: 100%;
}

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;
}

section.ContactForm div.AgentContactForm form div.Row3 div.SubmitField {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: right;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (max-width: 40em) {
  section.ContactForm div.AgentContactForm form div.Row3 div.SubmitField {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
  }
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row3
  div.SubmitField
  button[type="submit"] {
  padding: 0.25em 0;
  color: #cd4746;
  background: rgba(205, 71, 70, 0.25);
  border: 1px solid #cd4746;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}

section.ContactForm
  div.AgentContactForm
  form
  div.Row3
  div.SubmitField
  button[type="submit"]
  span {
  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;
  padding: 2em 0;
  background-color: #cd4746;
  color: #fff;
  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: 55%;
  float: left;
  margin-left: 5% !important;
}
@media only screen and (max-width: 40em) {
  .ContactDisrupt .textContainer {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: left;
    margin-left: 5% !important;
    margin-bottom: 1em;
  }
}

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

.ContactDisrupt .linkContainer a {
  display: block;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  background-color: #9e2524;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.ContactDisrupt .linkContainer span {
  float: right;
  font-family: FontAwesome;
  color: #cd4746;
}

.ContactDisrupt .linkContainer:hover span {
  color: #fff;
}

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

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

.GoogleMap:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .GoogleMap {
    padding-top: 0;
  }
}

.GoogleMap div.HeadlineWrapper {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  float: right;
  float: left;
  margin-left: 5% !important;
}

.GoogleMap div.HeadlineWrapper h2:before {
  display: block;
  content: "";
  width: 75px;
  height: 5px;
  background: #cd4746;
  margin: 0 0 0.25em;
}

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

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

section.InsuranceTeaserItems {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background: #fff;
  padding: 2em 0;
}

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

section.InsuranceTeaserItems:after {
  clear: both;
}

section.InsuranceTeaserItems div.HrContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 1em;
  padding-left: 5%;
  padding-bottom: 0;
}

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

section.InsuranceTeaserItems div.HrContainer:after {
  clear: both;
}

section.InsuranceTeaserItems div.HrContainer hr {
  height: 5px;
  background: #cd4746;
  border: 0;
  width: 70px;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 40em) {
  section.InsuranceTeaserItems {
    padding-bottom: 0;
  }
}

section.InsuranceTeaserItems div.Intro {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  float: right;
  float: left;
  margin-left: 5% !important;
  margin-bottom: 2em;
}

section.InsuranceTeaserItems div.InsuranceTeaserItem {
  padding-left: 0;
  padding-right: 0;
  width: 42.5%;
  float: left;
  margin-left: 5% !important;
  margin-bottom: 2em;
}
@media only screen and (max-width: 40em) {
  section.InsuranceTeaserItems div.InsuranceTeaserItem {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    float: right;
    float: left;
    margin-left: 5% !important;
  }
}
@media only screen and (max-width: 40em) {
  section.InsuranceTeaserItems div.InsuranceTeaserItem {
    margin-bottom: 0;
  }
}

section.InsuranceTeaserItems div.InsuranceTeaserItem div.Image img {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  section.InsuranceTeaserItems div.InsuranceTeaserItem div.Image img {
    max-height: 175px;
  }
}

section.InsuranceTeaserItems div.InsuranceTeaserItem div.Teaser {
  padding: 1em 0;
}
@media only screen and (min-width: 40.063em) {
  section.InsuranceTeaserItems div.InsuranceTeaserItem div.Teaser {
    height: 12em;
  }
}

section.InsuranceTeaserItems div.InsuranceTeaserItem div.Teaser h4 {
  color: #cd4746;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

section.InsuranceTeaserItems div.InsuranceTeaserItem div.Teaser h3 {
  color: #243746;
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 0.5em 0;
}

section.InsuranceTeaserItems div.InsuranceTeaserItem div.Teaser p {
  margin: 0 0 1em 0;
}

.ContentContainer .tx-indexedsearch {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #fff;
  padding-bottom: 1em;
}

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

.ContentContainer .tx-indexedsearch:after {
  clear: both;
}

.ContentContainer .tx-indexedsearch a {
  color: #616161;
  text-decoration: underline;
}

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

.ContentContainer .tx-indexedsearch h3 a,
.ContentContainer
  .tx-indexedsearch
  li.tx-indexedsearch-browselist-currentPage
  a {
  text-decoration: none;
}

.ContentContainer .tx-indexedsearch fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.ContentContainer .SearchForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #243746;
  padding-left: 5%;
  padding-bottom: 1.5em;
}

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

.ContentContainer .SearchForm:after {
  clear: both;
}

.ContentContainer .SearchForm .searchField {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
}

.ContentContainer .SearchForm .searchField input[type="text"] {
  padding: 0.5em;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: 1px solid #adb0b4;
  width: 100%;
}

.ContentContainer .SearchForm .searchField input[type="text"]:focus {
  border-color: #adb0b4;
  background-color: #283b49;
}

.ContentContainer .SearchForm .tx-indexedsearch-search-submit {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: right;
  float: left;
  margin-left: 5% !important;
}

.ContentContainer
  .SearchForm
  .tx-indexedsearch-search-submit
  button[type="submit"] {
  padding: 0.4em;
  height: 36px;
  color: #cd4746;
  background: rgba(205, 71, 70, 0.25);
  border: 1px solid #cd4746;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}

.ContentContainer
  .SearchForm
  .tx-indexedsearch-search-submit
  button[type="submit"]
  span {
  margin-left: 2em;
  font-family: FontAwesome;
  color: #fff;
}

.ContentContainer .tx-indexedsearch-whatis,
.ContentContainer div.tx-indexedsearch-browsebox,
.ContentContainer .SearchResultItem {
  padding-left: 5%;
  background-color: #fff;
}

.ContentContainer .tx-indexedsearch-whatis {
  padding-top: 1em;
}

.ContentContainer .tx-indexedsearch-res {
  border-top: 1px solid #e3e5e8;
}

.ContentContainer .tx-indexedsearch-res .tx-indexedsearch-res {
  border: none;
}

.ContentContainer div.tx-indexedsearch-browsebox:last-child:not(:empty) {
  border-top: 1px solid #e3e5e8;
}

.ContentContainer ul.tx-indexedsearch-browsebox {
  margin-left: 0;
  padding-left: 0;
}

.ContentContainer ul.tx-indexedsearch-browsebox li {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.ContentContainer ul.tx-indexedsearch-browsebox li a {
  color: #61686d;
}

.ContentContainer
  ul.tx-indexedsearch-browsebox
  li.tx-indexedsearch-browselist-currentPage {
  background-color: #243746;
}

.ContentContainer
  ul.tx-indexedsearch-browsebox
  li.tx-indexedsearch-browselist-currentPage
  a {
  color: #fff;
}

.ContentContainer .SearchResultItem {
  margin-top: 2em;
}

.ContentContainer .SearchResultItem dl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ContentContainer .SearchResultItem dd.item-path {
  margin: 0;
  background-color: #fff;
}

.ContentContainer .SearchResultItem h3 {
  margin-bottom: 0.5em;
}

.ContentContainer .SearchResultItem h3 a {
  color: #243746;
}

.ContentContainer .SearchResultItem h3 a:visited {
  color: #415869;
}

.ContentContainer .SearchResultItem p.descr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ContentContainer .SearchResultItem strong {
  color: #000 !important;
  font-weight: normal;
}

.NewsContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

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

.NewsContainer:after {
  clear: both;
}

.news a {
  color: #243746;
  text-decoration: underline;
}

.news a:hover {
  text-decoration: none;
}

.news-list-view {
  padding-left: 0;
  padding-right: 0;
  width: 75%;
  float: left;
}

.news-list-view .page-navigation p {
  float: none;
}

.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.previous {
  padding-left: 0;
}

.news-list-view .page-navigation ul li a {
  padding: 0;
  color: #000;
}

.news-list-view .page-navigation ul li.current {
  background-color: #243746;
  color: #fff;
}

.news-list-view .article {
  padding-bottom: 0;
}

.news-list-view .article .header {
  margin-bottom: 15px;
}

.news-list-view .article .header h3 a,
.news-list-view .article .header h3 a:visited {
  color: #243746;
}

.news-list-view .article .header h3 span.news-list-date {
  font-size: 14px;
  margin-left: 1em;
}
@media only screen and (max-width: 40em) {
  .news-list-view .article .header h3 span.news-list-date {
    display: block;
    margin-left: 0;
  }
}

.news-list-view .article .footer {
  border: none;
}

.news.news-single {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #fff;
}

.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: 75%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
}
.news.news-single > .article > .header > h1 {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .news.news-single .article {
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.news.news-single .article .news-img-wrap {
  float: left;
  width: auto;
  margin-left: 0;
  margin-bottom: 15px;
}

.news.news-single .article .teaser-text {
  font-weight: 700;
}

.news.news-single .facebook {
  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: 50%;
  float: left;
}

.news.news-single .facebook .share {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
}

.news.news-single .facebook .twitter {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  float: left;
}

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

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

.GoogleMap:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .GoogleMap {
    padding-top: 0;
  }
}

.GoogleMap div.HeadlineWrapper {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  float: right;
  float: left;
  margin-left: 5% !important;
}

.GoogleMap div.HeadlineWrapper h2:before {
  display: block;
  content: "";
  width: 75px;
  height: 5px;
  background: #cd4746;
  margin: 0 0 0.25em;
}

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

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

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

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

.HeadlineContainer:after {
  clear: both;
}

.HeadlineContainer h1,
.HeadlineContainer section.AgentIntroSection div.AgentInfoContainer h2,
section.AgentIntroSection div.AgentInfoContainer .HeadlineContainer h2,
.HeadlineContainer h2,
.HeadlineContainer h2,
.HeadlineContainer h3,
.HeadlineContainer h4,
.HeadlineContainer h5 {
  color: #fff;
  font-weight: 100;
}

.HeadlineContainer > div.inner {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  float: right;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-left: 5% !important;
}

.HeadlineContainer-WhiteHeadlineOnBlueContainer {
  background-color: #415869;
}

.HeadlineContainer-WhiteHeadlineOnDarkBlueContainer {
  background-color: #243746;
  padding-top: 8.75rem;
}
@media only screen and (max-width: 40em) {
  .HeadlineContainer-WhiteHeadlineOnDarkBlueContainer {
    padding-top: 0;
  }
}

.ContentContainer > .ArticleContainer,
.ContentContainer > .frame > .ArticleContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #fff;
}

.ContentContainer > .ArticleContainer:before,
.ContentContainer > .ArticleContainer:after,
.ContentContainer > .frame > .ArticleContainer:before,
.ContentContainer > .frame > .ArticleContainer:after {
  content: " ";
  display: table;
}

.ContentContainer > .ArticleContainer:after,
.ContentContainer > .frame > .ArticleContainer:after {
  clear: both;
}

.ContentContainer > .ArticleContainer article,
.ContentContainer > .frame > .ArticleContainer article,
.ArticleContainer > .headline {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
  width: 93% !important;
  overflow-x: auto;
  padding-right: 5%;
  padding-bottom: 1em;
}

.ContentContainer > .ArticleContainer article ul,
.ContentContainer > .frame > .ArticleContainer article ul {
  padding-left: 20px;
}

.ContentContainer > .ArticleContainer a,
.ContentContainer > .frame > .ArticleContainer a {
  color: #243746;
  text-decoration: underline;
}

.ContentContainer > .ArticleContainer a:hover,
.ContentContainer > .frame > .ArticleContainer a:hover {
  text-decoration: none;
}

.tx-powermail {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #fff;
  padding-bottom: 2em;
}

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

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

.tx-powermail form > h3 {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
}

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

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

.tx-powermail form a {
  color: #243746;
  text-decoration: underline;
}

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

.tx-powermail form fieldset {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
  width: auto;
  border: none;
}

.tx-powermail form fieldset fieldset {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 0% !important;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset fieldset {
    width: 100%;
  }
}

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

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

.tx-powermail form fieldset .powermail_fieldwrap {
  width: 33%;
  float: left;
}

.tx-powermail form fieldset .powermail_fieldwrap input[type="text"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="email"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="date"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="tel"],
.tx-powermail form fieldset .powermail_fieldwrap input[type="number"],
.tx-powermail form fieldset .powermail_fieldwrap select,
.tx-powermail form fieldset .powermail_fieldwrap_299 input {
  width: 80%;
}
.tx-powermail form fieldset .powermail_fieldwrap select {
  margin-bottom: 10px;
}

.tx-powermail form fieldset .powermail_fieldwrap_280 input {
  width: 40%;
}
.tx-powermail form fieldset .powermail_fieldwrap_281,
.tx-powermail form.smartphone .powermail_fieldwrap_telefon {
  float: none;
}
.tx-powermail form fieldset .powermail_fieldwrap_281 input,
.tx-powermail form.smartphone .powermail_fieldwrap_telefon input {
  width: 80%;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap {
    width: 100%;
    float: none;
  }
}

.tx-powermail form fieldset .powermail_fieldwrap_type_check,
.tx-powermail form fieldset .powermail_fieldwrap_type_radio {
  padding-bottom: 0.75em;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_label,
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_label {
  padding: 0 0 6px 0;
}

.tx-powermail form fieldset .powermail_fieldwrap_check {
  width: 100%;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_check {
  width: 95%;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap_input,
  .tx-powermail form fieldset .powermail_fieldwrap_type_input {
    width: 100%;
  }
}

.tx-powermail form fieldset .powermail_label {
  display: block;
}

.tx-powermail form fieldset .powermail_input,
.tx-powermail form fieldset .powermail_date {
  background: white;
  padding: 5px 0.5em 5px 0.5em !important;
  border: 1px solid #a9a9a9;
}

.tx-powermail form fieldset .powermail_input:focus,
.tx-powermail form fieldset .powermail_date:focus {
  background: #f3f5f5;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset #powermail_fieldwrap_79 {
    width: 95%;
  }
}

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

.tx-powermail form fieldset .powermail_fieldwrap_content,
.tx-powermail form fieldset .powermail_fieldwrap_type_content {
  clear: both;
  width: 75%;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap_content,
  .tx-powermail form fieldset .powermail_fieldwrap_type_content {
    width: 90%;
  }
}

.tx-powermail form fieldset .powermail_fieldwrap_submit,
.tx-powermail form fieldset .powermail_fieldwrap_type_submit {
  float: right;
  display: block;
  margin-top: 2em;
}

.tx-powermail form fieldset .powermail_fieldwrap_submit .powermail_submit,
.tx-powermail form fieldset .powermail_fieldwrap_type_submit .powermail_submit {
  border: none;
  display: block;
  padding: 0.5em 1em;
  background: none repeat scroll 0% 0% #cd4746;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.ContentContainer .ArticleContainer .call-2-more {
  border: none;
  display: inline-block;
  padding: 0.5em 1em;
  background: none repeat scroll 0% 0% #cd4746;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.tx-powermail form fieldset .powermail_fieldwrap_submit .powermail_submit:hover,
.tx-powermail
  form
  fieldset
  .powermail_fieldwrap_type_submit
  .powermail_submit:hover {
  background: #9e2524;
}
@media only screen and (max-width: 40em) {
  .tx-powermail form fieldset .powermail_fieldwrap_submit,
  .tx-powermail form fieldset .powermail_fieldwrap_type_submit {
    float: none;
  }
}

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

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

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

.tx-powermail form.healthAbroad .powermail_fieldwrap_7,
.tx-powermail form.healthAbroad .powermail_fieldwrap_8 {
  float: none;
  clear: both;
}

.tx-powermail form.healthAbroad .powermail_fieldwrap_280 {
  width: 66%;
}

.tx-powermail form.healthAbroad .powermail_fieldwrap_text,
.tx-powermail form.healthAbroad .powermail_fieldwrap_type_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_radio,
.tx-powermail form.smartphone .powermail_fieldwrap_type_radio,
.tx-powermail form.smartphone #powermail_fieldwrap_40 {
  float: none;
  clear: both;
  width: 100%;
}

.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_fieldwrap_radio input[type="radio"],
.tx-powermail
  form.smartphone
  .powermail_fieldwrap_type_radio
  input[type="radio"],
.tx-powermail form.smartphone #powermail_fieldwrap_40 input[type="radio"] {
  width: auto;
  margin-right: 1em;
}

.tx-powermail form.smartphone .powermail_fieldwrap_check,
.tx-powermail form.smartphone .powermail_fieldwrap_type_check {
  width: 95%;
}

.tx-powermail form.smartphone .powermail_check_legend,
.tx-powermail form.smartphone .powermail_fieldwrap_type_check .powermail_label {
  display: none;
}

.tx-powermail form.smartphone .powermail_fieldwrap_submit,
.tx-powermail form.smartphone .powermail_fieldwrap_type_submit {
  float: right;
}

.tx-powermail form.ladymed #powermail_fieldwrap_121 textarea {
  width: 80%;
}

.tx-powermail form.ladymed #powermail_fieldwrap_105 legend,
.tx-powermail form fieldset .powermail_fieldwrap_marker_ve31dcp3,
.tx-powermail form.ladymed #powermail_fieldwrap_118 legend {
  display: inline-block;
}

.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-powermail form.moped .powermail_fieldwrap_select,
.tx-powermail form.moped .powermail_fieldwrap_type_select {
  float: none;
}

.tx-powermail form.moped .powermail_fieldwrap_check,
.tx-powermail form.moped .powermail_fieldwrap_type_check {
  width: 100%;
}

.tx-powermail form.musik #powermail_fieldwrap_225,
.tx-powermail
  form.musik
  fieldset
  .powermail_fieldwrap.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_222,
.tx-powermail form.musik .powermail_fieldwrap_versicherungsende {
  display: block;
  margin-right: 0;
}

.tx-powermail form.musik .powermail_radio_legend {
  margin-left: 5%;
}

.tx-powermail form.musik #calc-Posten {
  margin-right: 5%;
}

.tx-powermail form.musik fieldset .powermail_fieldwrap {
  margin: 0.5em 0;
  overflow: hidden;
}

.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.musik #powermail_fieldwrap_198,
.tx-powermail form.musik .powermail_fieldwrap_bic {
  float: none;
  clear: both;
  margin-right: 0;
  display: block;
}

.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_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_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.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: #cd4746;
  color: white;
  text-transform: uppercase;
  float: right;
  margin-right: 2em;
}

.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 {
  width: 100%;
}

.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 #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 {
  width: 95%;
}

.tx-powermail .fahrrad fieldset,
.tx-powermail form.fahrrad fieldset table .powermail_fieldwrap,
.tx-powermail form.fahrrad fieldset .powermail_fieldwrap_submit,
.tx-powermail form.fahrrad fieldset .powermail_fieldwrap_type_submit {
  float: none;
  width: 95%;
  clear: both;
}

.tx-powermail
  form.fahrrad
  fieldset
  .powermail_fieldwrap_submit
  input[type="button"],
.tx-powermail
  form.fahrrad
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="button"],
.tx-powermail
  form.fahrrad
  fieldset
  .powermail_fieldwrap_submit
  input[type="submit"],
.tx-powermail
  form.fahrrad
  fieldset
  .powermail_fieldwrap_type_submit
  input[type="submit"] {
  margin-right: 0;
}

.InstantProtectionCarousel {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  float: right;
  float: left;
  margin-left: 5% !important;
}

.InstantProtectionCarousel a {
  color: inherit;
}

.InstantProtectionCarousel a:hover {
  text-decoration: underline;
}

.InstantProtectionCarousel .sliderThumb {
  font-size: inherit;
  color: #000;
  line-height: 1.2;
}

.InstantProtectionCarousel .sliderThumb:before {
  display: none;
}

.InstantProtectionCarousel ul.slick-dots li,
.InstantProtectionCarousel ul.slick-dots li button {
  width: auto;
  height: auto;
}

.InstantProtectionCarousel ul.slick-dots li.slick-active button {
  font-weight: bold;
}

.InstantProtectionCarousel .slick-prev,
.InstantProtectionCarousel .slick-next {
  display: none !important;
}

.InstantProtectionCarousel .image {
  width: 290px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.InstantProtectionCarousel .bodytext {
  text-align: center;
}

.InstantProtectionCarousel .bodytext h3 {
  margin-top: 0;
}

.InstantProtectionCarousel .bodytext p:first-child {
  color: #cd4746;
  margin-bottom: 0;
}

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

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

.GridElementsWrapper:after {
  clear: both;
}

.GridElementsWrapper .GridElementsHeadline {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
}

.GridElementsWrapper .GridElementsHeadline div.HrContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 1em;
  padding-left: 5%;
  padding-bottom: 0;
}

.GridElementsWrapper .GridElementsHeadline div.HrContainer:before,
.GridElementsWrapper .GridElementsHeadline div.HrContainer:after {
  content: " ";
  display: table;
}

.GridElementsWrapper .GridElementsHeadline div.HrContainer:after {
  clear: both;
}

.GridElementsWrapper .GridElementsHeadline div.HrContainer hr {
  height: 5px;
  background: #cd4746;
  border: 0;
  width: 70px;
  margin: 0 auto 0 0;
}

.GridElementsWrapper .GridElementsHeadline h1,
.GridElementsWrapper
  .GridElementsHeadline
  section.AgentIntroSection
  div.AgentInfoContainer
  h2,
section.AgentIntroSection
  div.AgentInfoContainer
  .GridElementsWrapper
  .GridElementsHeadline
  h2,
.GridElementsWrapper .GridElementsHeadline .HeadlineContainer h2,
.HeadlineContainer .GridElementsWrapper .GridElementsHeadline h2 {
  margin-top: 0.33em;
}

.GridElementsWrapper .GridElementsHeadline div.HrContainer {
  padding-left: 0;
}

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

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

.Imagesection:after {
  clear: both;
}

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

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

.Imprint:after {
  clear: both;
}

.Imprint div.ArticleContainer {
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  float: left;
  margin-left: 5% !important;
}

table {
  border-collapse: collapse;
}

table thead th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

table tr {
  border: 1px solid #a9a9a9;
}

table th,
table td {
  min-width: 20%;
  width: 20%;
  padding: 0 1em;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
}

table tbody td {
  text-align: right;
}

table th[scope="row"] {
  width: 25%;
}

.contenttable {
  text-align: left;
}

.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 {
  margin-bottom: 1em;
}
.csc-menu.csc-menu-3 li {
  width: auto;
  min-height: auto;
  height: auto;
  float: none;
  padding-top: 0;
  border: 0;
}
.csc-menu.csc-menu-3 li a {
  display: block;
}
.csc-menu.csc-menu-3 .l0 {
  display: none;
}
.csc-menu.csc-menu-3 .l1 {
  font-weight: bold;
  line-height: 2.4em;
  font-size: 1.1em;
}
.csc-menu.csc-menu-3 .l2 {
  text-indent: 1em;
  line-height: 1.8em;
}

.ArticleContainer.no-pb {
  padding-bottom: 0 !important;
}

.ContentContainer > .frame > .ArticleContainer a.call-2-action,
.AgentIntroSection p.call-2-action,
a.call-2-action {
  display:inline-block;
  background-color:#dedfdf;
  color: inherit;
  padding:1em;
  font-size:1.25em;
  line-height:1;
  text-decoration: none;
  cursor: pointer;
}
.ContentContainer > .frame > .ArticleContainer a.call-2-action:hover,
.AgentIntroSection p.call-2-action:hover,
a.call-2-action:hover {
  background-color: #e4e6e6;
}

.frame-layout-1 .tx-feuser-mod .subheader {
  margin: 0.67em 0;
  margin-top: 0.33em;
  font-size: 36px;
  font-weight: 300;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.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");
}
