/* ===== Primary Site Styles =====
   Author: Falko Birner
   ===============================
*/
/* =============================================================================
   Project Variables
   ========================================================================== */
/* =============================================================================
   Standard Project Variables
   ========================================================================== */
/* =============================================================================
   Mixins
   ========================================================================== */
/* =============================================================================
   Standard Mixins
   ========================================================================== */
/* =============================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Ken Burn Animation
   ========================================================================== */
.ken-burns {
  -moz-animation: kenBurns 50s ease 1 normal forwards;
  -o-animation: kenBurns 50s ease 1 normal forwards;
  -webkit-animation: kenBurns 50s ease 1 normal forwards;
  -ms-animation: kenBurns 50s ease 1 normal forwards;
  animation: kenBurns 50s ease 1 normal forwards;
}
@-moz-keyframes kenBurns {
  0% {
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  100% {
    -moz-transform: scale(1.2) translate(15px,30px);
    -o-transform: scale(1.2) translate(15px,30px);
    -webkit-transform: scale(1.2) translate(15px,30px);
    -ms-transform: scale(1.2) translate(15px,30px);
    transform: scale(1.2) translate(15px,30px);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  100% {
    -moz-transform: scale(1.2) translate(15px,30px);
    -o-transform: scale(1.2) translate(15px,30px);
    -webkit-transform: scale(1.2) translate(15px,30px);
    -ms-transform: scale(1.2) translate(15px,30px);
    transform: scale(1.2) translate(15px,30px);
  }
}
@-o-keyframes kenBurns {
  0% {
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  100% {
    -moz-transform: scale(1.2) translate(15px,30px);
    -o-transform: scale(1.2) translate(15px,30px);
    -webkit-transform: scale(1.2) translate(15px,30px);
    -ms-transform: scale(1.2) translate(15px,30px);
    transform: scale(1.2) translate(15px,30px);
  }
}
@-ms-keyframes kenBurns {
  0% {
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  100% {
    -moz-transform: scale(1.2) translate(15px,30px);
    -o-transform: scale(1.2) translate(15px,30px);
    -webkit-transform: scale(1.2) translate(15px,30px);
    -ms-transform: scale(1.2) translate(15px,30px);
    transform: scale(1.2) translate(15px,30px);
  }
}
@keyframes kenBurns {
  0% {
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  100% {
    -moz-transform: scale(1.2) translate(15px,30px);
    -o-transform: scale(1.2) translate(15px,30px);
    -webkit-transform: scale(1.2) translate(15px,30px);
    -ms-transform: scale(1.2) translate(15px,30px);
    transform: scale(1.2) translate(15px,30px);
  }
}
.ken-burns-effect img {
  -moz-animation: kenBurns 50s ease 1 normal forwards;
  -o-animation: kenBurns 50s ease 1 normal forwards;
  -webkit-animation: kenBurns 50s ease 1 normal forwards;
  -ms-animation: kenBurns 50s ease 1 normal forwards;
  animation: kenBurns 50s ease 1 normal forwards;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
@media only screen and (max-width: 767px) {
  .ken-burns-effect img {
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
/* =============================================================================
   Plugins
   ========================================================================== */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80200;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 80300;
}
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-type-inline {
  padding-bottom: 20px;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 80600;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 80400;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff2717;
  font-size: 1.5em;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.fancybox-close i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.fancybox-close:hover {
  background-color: #e52713;
  text-decoration: none;
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 80400;
  text-align: center;
}
.fancybox-nav:hover {
  text-decoration: none;
}
.fancybox-nav:hover span {
  color: #e52713;
  text-decoration: none;
}
.fancybox-type-iframe .fancybox-nav,
.fancybox-type-inline .fancybox-nav {
  width: 60px;
}
.fancybox-prev {
  left: 0;
}
.fancybox-type-iframe .fancybox-prev,
.fancybox-type-inline .fancybox-prev {
  left: -60px;
}
.fancybox-next {
  right: 0;
}
.fancybox-type-iframe .fancybox-next,
.fancybox-type-inline .fancybox-next {
  right: -60px;
}
.fancybox-nav span {
  display: block;
  cursor: pointer;
  z-index: 80400;
  opacity: 0;
  text-align: center;
  height: 60px;
  font-family: icon-font;
  margin: 0 auto;
  line-height: 60px;
  width: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  background-color: #ff2717;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 2.5em;
}
.fancybox-type-iframe .fancybox-nav span,
.fancybox-type-inline .fancybox-nav span {
  opacity: 1;
}
.fancybox-prev span {
  left: 0;
}
.fancybox-prev span:before {
  content: "\e904";
}
.fancybox-next span {
  right: 0;
}
.fancybox-next span:before {
  content: "\e905";
}
.fancybox-nav:hover span {
  opacity: 1;
  color: #fff;
  background-color: #ff2717;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80100;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 80500;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.875em;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 80500;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding: 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-size: 1em;
}
.fancybox-title-inside-wrap a {
  color: #fff;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.fancybox-title-inside-wrap a:hover {
  background-color: #e52713;
  color: #000;
  text-decoration: none;
}
.fancybox-type-iframe .fancybox-title-inside-wrap,
.fancybox-type-inline .fancybox-title-inside-wrap {
  position: relative;
  bottom: auto;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* Thumbs */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 80500;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs.bottom {
  bottom: 0;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 2px;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 6px solid #222;
  background: #111;
  outline: none;
  opacity: 0.8;
}
#fancybox-thumbs ul li a:hover {
  opacity: 1;
  border-color: #fff;
}
#fancybox-thumbs ul li.active a {
  border-color: #e52713;
  opacity: 1;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}
/* =============================================================================
   Fancy Box
   ========================================================================== */
.fancybox-html-content {
  width: 900px;
  background-color: #fff;
  padding: 40px;
  color: #222;
}
.fancybox-html-content .fancybox-html-content__header {
  margin: -40px;
  padding: 20px 40px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-bottom: 1px solid #e1e1e1;
}
.fancybox-html-content .fancybox-html-content__header h1,
.fancybox-html-content .fancybox-html-content__header h2,
.fancybox-html-content .fancybox-html-content__header h3,
.fancybox-html-content .fancybox-html-content__header h4,
.fancybox-html-content .fancybox-html-content__header h5,
.fancybox-html-content .fancybox-html-content__header h6 {
  margin-bottom: 0;
}
.fancybox-fullsize {
  width: 96vw;
  min-height: 96vh;
  background-color: #fff;
}
.fancybox-fullsize .fancybox-fullsize__header {
  padding: 0 40px;
  padding-right: 60px;
  position: relative;
  height: 80px;
  line-height: 80px;
  background-color: #e52713;
  color: #fff;
}
.fancybox-fullsize .fancybox-fullsize__header h1,
.fancybox-fullsize .fancybox-fullsize__header h2,
.fancybox-fullsize .fancybox-fullsize__header h3,
.fancybox-fullsize .fancybox-fullsize__header h4,
.fancybox-fullsize .fancybox-fullsize__header h5,
.fancybox-fullsize .fancybox-fullsize__header h6 {
  color: #fff;
  line-height: 80px;
}
.fancybox-fullsize .fancybox-fullsize__header p.h1,
.fancybox-fullsize .fancybox-fullsize__header p.h2,
.fancybox-fullsize .fancybox-fullsize__header p.h3,
.fancybox-fullsize .fancybox-fullsize__header p.h4,
.fancybox-fullsize .fancybox-fullsize__header p.h5,
.fancybox-fullsize .fancybox-fullsize__header p.h6 {
  color: #fff;
  line-height: 80px;
}
.fancybox-fullsize .fancybox-fullsize__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 80px;
}
/* =============================================================================
   Base Font
   ========================================================================== */
/* =============================================================================
   Base Font
   ========================================================================== */
@font-face {
  font-family: 'Crimson';
  src: url('../fonts/crimsontext-roman-webfont.eot');
  src: url('../fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/crimsontext-roman-webfont.ttf') format('truetype'), url('../fonts/crimsontext-roman-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson';
  src: url('../fonts/crimsontext-italic-webfont.eot');
  src: url('../fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/crimsontext-italic-webfont.ttf') format('truetype'), url('../fonts/crimsontext-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
/**
 * @license
 * MyFonts Webfont Build ID 3323409, 2016-12-21T09:13:28-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FuturaStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/heavy/
 * Copyright: Copyright &#x00A9; 1987, 1991, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * Licensed pageviews: 250,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3323409
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FuturaStd-Heavy';
  src: url('../fonts/32B611_0_0.eot');
  src: url('../fonts/32B611_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32B611_0_0.woff2') format('woff2'), url('../fonts/32B611_0_0.woff') format('woff'), url('../fonts/32B611_0_0.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/* =============================================================================
   Icon Font
   ========================================================================== */
@font-face {
  font-family: 'icon-font';
  src: url('../fonts/icon-font.eot?i55zqa');
  src: url('../fonts/icon-font.eot?#iefixi55zqa') format('embedded-opentype'), url('../fonts/icon-font.woff?i55zqa') format('woff'), url('../fonts/icon-font.ttf?i55zqa') format('truetype'), url('../fonts/icon-font.svg?i55zqa#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icf {
  font-family: 'icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icf-search:before {
  content: "\e900";
}
.icf-alert-circle:before {
  content: "\e901";
}
.icf-arrow-down:before {
  content: "\e902";
}
.icf-arrow-down-filled:before {
  content: "\e903";
}
.icf-arrow-left:before {
  content: "\e904";
}
.icf-arrow-right:before {
  content: "\e905";
}
.icf-arrow-up:before {
  content: "\e906";
}
.icf-chat:before {
  content: "\e907";
}
.icf-check:before {
  content: "\e908";
}
.icf-check-circle:before {
  content: "\e909";
}
.icf-cross:before {
  content: "\e90a";
}
.icf-dots:before {
  content: "\e90b";
}
.icf-download:before {
  content: "\e90c";
}
.icf-facebook:before {
  content: "\e90d";
}
.icf-heart:before {
  content: "\e90e";
}
.icf-info-circle:before {
  content: "\e90f";
}
.icf-map-marker:before {
  content: "\e910";
}
.icf-twitter:before {
  content: "\e911";
}
.icf-youtube:before {
  content: "\e912";
}
/* =============================================================================
   Generic
   ========================================================================== */
/*! normalize.css v3.0.2 | 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.
 */
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,
menu,
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-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* Reset Space (Added) */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
  font-family: 'Crimson', Georgia, serif;
  font-weight: 400;
}
html {
  font-size: 16px;
  line-height: 1.2;
}
body {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #ff2717;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ff2717;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #222;
  opacity: 0.6;
}
::-moz-placeholder {
  color: #222;
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: #222;
  opacity: 0.6;
}
:-moz-placeholder {
  color: #222;
  opacity: 0.6;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* Added */
a {
  color: #68726a;
  text-decoration: none;
}
a:hover {
  color: #e52713;
  text-decoration: underline;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
}
em {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* =============================================================================
   Base
   ========================================================================== */
/* =============================================================================
   Grid
   ========================================================================== */
.pusher-helper {
  min-height: 1px;
}
.row {
  overflow: hidden;
  display: block;
  margin-left: -20px;
  position: relative;
  z-index: 20;
}
.row.row--no-padding {
  margin-left: 0;
}
.row.row--dark-bg {
  background-color: #222;
  color: #fff;
}
.row.row--white-bg {
  background-color: #fff;
}
.row.row--big-padding-vert {
  padding: 20px 0;
}
.grid--light-bg {
  background-color: #f6f6f6;
}
.grid--border-right {
  border-right: 1px solid #3c3c3c;
}
.grid--border-bottom {
  border-bottom: 1px solid #3c3c3c;
}
.grid--border-top {
  border-top: 1px solid #3c3c3c;
}
.grid--border-right-light {
  border-right: 1px solid #e1e1e1;
}
.grid--border-bottom-light {
  border-bottom: 1px solid #e1e1e1;
}
.grid--border-top-light {
  border-top: 1px solid #e1e1e1;
}
*[class*="grid"].grid--absolute {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
*[class*="grid"].grid--absolute.grid--right {
  left: auto;
  right: 0;
}
.grid-1 {
  float: left;
  width: 8.33333333%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-1.center-column {
  margin-left: 45.83333333%;
}
.grid-1.right-column {
  margin-left: 91.66666667%;
}
.row--no-padding .grid-1 {
  padding: 0;
}
.grid-2 {
  float: left;
  width: 16.66666667%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-2.center-column {
  margin-left: 41.66666667%;
}
.grid-2.right-column {
  margin-left: 83.33333333%;
}
.row--no-padding .grid-2 {
  padding: 0;
}
.grid-3 {
  float: left;
  width: 25%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-3.center-column {
  margin-left: 37.5%;
}
.grid-3.right-column {
  margin-left: 75%;
}
.row--no-padding .grid-3 {
  padding: 0;
}
.grid-4 {
  float: left;
  width: 33.33333333%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-4.center-column {
  margin-left: 33.33333333%;
}
.grid-4.right-column {
  margin-left: 66.66666667%;
}
.row--no-padding .grid-4 {
  padding: 0;
}
.grid-5 {
  float: left;
  width: 41.66666667%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-5.center-column {
  margin-left: 29.16666667%;
}
.grid-5.right-column {
  margin-left: 58.33333333%;
}
.row--no-padding .grid-5 {
  padding: 0;
}
.grid-6 {
  float: left;
  width: 50%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-6.center-column {
  margin-left: 25%;
}
.grid-6.right-column {
  margin-left: 50%;
}
.row--no-padding .grid-6 {
  padding: 0;
}
.grid-7 {
  float: left;
  width: 58.33333333%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-7.center-column {
  margin-left: 20.83333333%;
}
.grid-7.right-column {
  margin-left: 41.66666667%;
}
.row--no-padding .grid-7 {
  padding: 0;
}
.grid-8 {
  float: left;
  width: 66.66666667%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-8.center-column {
  margin-left: 16.66666667%;
}
.grid-8.right-column {
  margin-left: 33.33333333%;
}
.row--no-padding .grid-8 {
  padding: 0;
}
.grid-9 {
  float: left;
  width: 75%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-9.center-column {
  margin-left: 12.5%;
}
.grid-9.right-column {
  margin-left: 25%;
}
.row--no-padding .grid-9 {
  padding: 0;
}
.grid-10 {
  float: left;
  width: 83.33333333%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-10.center-column {
  margin-left: 8.33333333%;
}
.grid-10.right-column {
  margin-left: 16.66666667%;
}
.row--no-padding .grid-10 {
  padding: 0;
}
.grid-11 {
  float: left;
  width: 91.66666667%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.grid-11.center-column {
  margin-left: 4.16666667%;
}
.grid-11.right-column {
  margin-left: 8.33333333%;
}
.row--no-padding .grid-11 {
  padding: 0;
}
.grid-12 {
  float: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.row--no-padding .grid-12 {
  padding: 0;
}
/* Push */
.push-1 {
  margin-left: 8.33333333%;
}
.push-2 {
  margin-left: 16.66666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.33333333%;
}
.push-5 {
  margin-left: 41.66666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.33333333%;
}
.push-8 {
  margin-left: 66.66666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.33333333%;
}
.push-11 {
  margin-left: 91.66666667%;
}
.push-12 {
  margin-left: 100%;
}
/* =============================================================================
   Base Headlines
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: normal;
  font-style: normal;
  font-family: 'FuturaStd-Heavy', Arial, Helvetica, sans-serif;
  color: #68726a;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.normal-page-content h1,
.normal-page-content h2,
.normal-page-content h3,
.normal-page-content h4,
.normal-page-content h5,
.normal-page-content h6 {
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: none;
}
h1.has-border,
h2.has-border,
h3.has-border,
h4.has-border,
h5.has-border,
h6.has-border {
  padding-top: 0.7em;
  margin-bottom: 1.5em;
}
h1.has-border:before,
h2.has-border:before,
h3.has-border:before,
h4.has-border:before,
h5.has-border:before,
h6.has-border:before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 0.26em;
  left: 0;
  top: 0;
  background-color: #e52713;
}
h1.has-border-bottom,
h2.has-border-bottom,
h3.has-border-bottom,
h4.has-border-bottom,
h5.has-border-bottom,
h6.has-border-bottom {
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
h1.has-border-bottom:before,
h2.has-border-bottom:before,
h3.has-border-bottom:before,
h4.has-border-bottom:before,
h5.has-border-bottom:before,
h6.has-border-bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 0.2em;
  left: 0;
  bottom: 0;
  background-color: #e52713;
}
h1 {
  font-size: 2.75em;
}
h2 {
  font-size: 2.125em;
}
h3 {
  font-size: 1.625em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.75em;
}
/* Replacement with <p> */
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  line-height: 1;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: 400;
}
p.h1 {
  font-size: 2.75em;
}
p.h2 {
  font-size: 2.125em;
}
p.h3 {
  font-size: 1.625em;
}
p.h4 {
  font-size: 1.25em;
}
p.h5 {
  font-size: 1em;
}
p.h6 {
  font-size: 0.75em;
}
/* =============================================================================
   Base Forms
   ========================================================================== */
legend {
  display: none;
}
fieldset {
  position: relative;
}
fieldset p {
  margin-bottom: 1em;
  position: relative;
}
label {
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}
label.error {
  color: #cc0000;
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-group {
  max-width: 706px;
  margin-bottom: 2.5em;
}
.label-hint {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 4px;
}
input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=tel],
textarea,
select {
  padding: 10px;
  border: 1px solid #bbbbbb;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}
input[type=text].error,
input[type=password].error,
input[type=file].error,
input[type=email].error,
input[type=tel].error,
textarea.error,
select.error {
  border-color: #cc0000;
}
input[type=text].disabled,
input[type=password].disabled,
input[type=file].disabled,
input[type=email].disabled,
input[type=tel].disabled,
textarea.disabled,
select.disabled {
  background-color: #eeeeee;
  color: #555555;
  font-weight: bold;
  border-color: #e1e1e1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #e52713;
  outline: 0 none;
  -moz-box-shadow: 0 0 6px rgba(229, 39, 19, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(229, 39, 19, 0.2);
  box-shadow: 0 0 6px rgba(229, 39, 19, 0.2);
}
input[type=text]:focus.error,
input[type=password]:focus.error,
input[type=file]:focus.error,
input[type=email]:focus.error,
input[type=tel]:focus.error,
textarea:focus.error,
select:focus.error {
  border-color: #cc0000;
}
input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}
textarea {
  height: 240px;
}
select {
  color: #222;
  padding: 10px;
}
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 0;
  font-weight: 400;
}
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=checkbox] + label:hover:before {
  border-color: #e52713;
}
input[type=checkbox]:checked + label:before {
  border-color: #e52713;
  background-color: #e52713;
}
input[type=checkbox] + label::after {
  content: "\e908";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  display: block;
  z-index: 1;
  opacity: 0;
  font-family: icon-font;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 1px;
  font-weight: 400;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio] + label:hover:before {
  border-color: #e52713;
}
input[type=radio]:checked + label:before {
  border-color: #e52713;
  background-color: #e52713;
}
input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 11px;
  height: 11px;
  line-height: 24px;
  text-align: center;
  display: block;
  z-index: 10;
  opacity: 0;
  font-style: normal;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
input[type=radio]:checked + label::after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* =============================================================================
   Base Textlayout
   ========================================================================== */
p {
  margin-bottom: 40px;
}
p a {
  text-decoration: underline;
  line-height: 1.4;
}
.normal-page-content p {
  margin-bottom: 1em;
}
small,
p.small {
  font-size: 80%;
}
.medium {
  line-height: 1.3;
  font-size: 1em;
}
.big-text {
  line-height: 1.3;
  font-size: 1.5em;
}
.standard-ci-color-1 {
  color: #e52713;
}
.big-letter {
  float: left;
  font-size: 90px;
  margin-top: -3px;
  margin-left: -10px;
  margin-right: 20px;
  line-height: 90px;
}
.futura {
  font-family: 'FuturaStd-Heavy', Arial, Helvetica, sans-serif;
}
.opensans {
  font-family: 'Opensans', Arial, Helvetica, sans-serif;
}
.highlight-color {
  color: #22a7f0 !important;
}
.light {
  font-weight: 200;
}
.bold {
  font-weight: 700;
}
.red {
  color: #e52713;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.headline-orange-bg,
.headline-blue-bg {
  background-color: #68726a;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  clear: both;
  letter-spacing: -0.05em;
  -moz-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
}
.headline-blue-bg {
  background-color: #e52713;
}
hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
hr.hr--dashed {
  border-style: dashed;
}
.text-divider {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.text-divider span {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.text-divider hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-bottom: 0;
}
sup {
  font-size: 60%;
  font-weight: 300;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: block;
  position: relative;
  quotes: none !important;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 40px;
}
q cite {
  color: #888888;
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 10px;
}
q cite:before {
  content: "— ";
}
.text-label {
  display: inline-block;
  background-color: #e52713;
  color: #fff !important;
  padding: 4px 6px;
  line-height: normal;
  text-shadow: none;
  font-size: 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.grey-5 {
  color: #f5f5f5;
}
.grey-10 {
  color: #eeeeee;
}
.grey-20 {
  color: #e1e1e1;
}
.grey-30 {
  color: #d4d4d4;
}
.grey-40 {
  color: #bbbbbb;
}
.grey-50 {
  color: #a2a2a2;
}
.grey-60 {
  color: #888888;
}
.grey-70 {
  color: #6f6f6f;
}
.grey-80 {
  color: #555555;
}
.grey-90 {
  color: #3c3c3c;
}
.grey-base {
  color: #222;
}
/* =============================================================================
   Base Lists
   ========================================================================== */
ol {
  list-style-type: decimal;
  margin-left: 22px;
  margin-bottom: 40px;
}
ol li {
  margin-bottom: 5px;
}
ol ol {
  margin-bottom: 5px;
  margin-top: 10px;
}
ol ol li {
  list-style-type: lower-alpha;
  margin-bottom: 5px;
}
dl {
  margin-bottom: 40px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 5px;
}
.normal-list {
  list-style-type: none;
  margin-bottom: 40px;
}
.normal-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.normal-list li:before {
  content: "• ";
  color: #d4d4d4;
  position: absolute;
  left: 0;
  top: 0;
}
.normal-list li ul {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.normal-list li ul li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.blank-list {
  margin-bottom: 40px;
}
.blank-list li {
  margin-bottom: 5px;
}
.center-list {
  text-align: center;
  margin-bottom: 40px;
}
.center-list img {
  padding: 5px;
  margin-bottom: 10px;
}
.center-list .btn {
  margin: 0 5px;
  margin-bottom: 10px;
}
.center-list a {
  margin: 0 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.btn-list {
  margin-bottom: 40px;
}
.btn-list li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
}
.btn-list li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.btn-list.btn-list--centered {
  text-align: center;
}
.btn-list.btn-list--centered li {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}
.number-list {
  margin-bottom: 40px;
  counter-reset: number-list;
  list-style-type: none;
  margin-left: 0;
}
.number-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.number-list li:before {
  counter-increment: number-list;
  content: counter(number-list);
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e52713;
  color: #fff;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  left: 0;
  top: -5px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.app-list li {
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* =============================================================================
   Base Messages
   ========================================================================== */
/* Alert Messages */
.alert {
  padding: 15px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert > i {
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 14px;
}
.alert.alert--has-icon {
  padding-left: 48px;
}
.alert.alert--fullsize {
  border-left: 0;
  border-right: 0;
  padding: 0 !important;
}
.alert.alert--fullsize .alert__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 10;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert.alert--fullsize .alert__inner i {
  margin-right: 5px;
}
.alert.alert--success {
  background-color: #dff8d4;
  border-color: #D6E9C6;
  color: #0f6210;
}
.alert.alert--success i {
  color: #0f6210;
}
.alert.alert--success p.small {
  color: #0f6210;
}
.alert.alert--info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #31708F;
}
.alert.alert--info i {
  color: #31708F;
}
.alert.alert--info p.small {
  color: #31708F;
}
.alert.alert--warning {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
}
.alert.alert--warning i {
  color: #8A6D3B;
}
.alert.alert--warning p.small {
  color: #8A6D3B;
}
.alert.alert--danger {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #cc0000;
}
.alert.alert--danger i {
  color: #cc0000;
}
.alert.alert--danger p.small {
  color: #cc0000;
}
/* Small Status Message */
.alert-small {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  line-height: normal;
  font-size: 13px;
}
.item-count-input-list .alert-small {
  margin-top: -10px;
}
fieldset .alert-small {
  margin-top: 4px;
}
.alert-small i {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 1px;
}
.alert-small.alert-small--success {
  color: #0f6210;
}
.alert-small.alert-small--info {
  color: #31708F;
}
.alert-small.alert-small--warning {
  color: #8A6D3B;
}
.alert-small.alert-small--danger {
  color: #cc0000;
}
/* =============================================================================
   Base Tables
   ========================================================================== */
.table-holder {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.content-table {
  border-collapse: seperate;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1em;
}
.content-table td,
.content-table th {
  padding-right: 4px;
  padding-bottom: 2px;
  text-align: left;
  vertical-align: top;
}
.content-table td.right,
.content-table th.right {
  text-align: right;
}
.content-table h1,
.content-table h2,
.content-table h3,
.content-table h4,
.content-table h5,
.content-table p {
  margin-bottom: 0;
}
.content-table.content-table--table-of-contents td,
.content-table.content-table--table-of-contents th {
  white-space: nowrap;
}
.content-table.content-table--table-of-contents td.content-table--table-of-contents__filler div {
  position: relative;
  height: 18px;
}
.content-table.content-table--table-of-contents td.content-table--table-of-contents__filler div:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #888888;
  bottom: 5px;
  position: absolute;
  width: 100%;
}
.content-table.content-table--table-of-contents td.content-table--table-of-contents__filler span {
  background-color: #fff;
  padding-right: 4px;
  display: inline-block;
  position: relative;
  z-index: 10;
  height: 18px;
}
/* =============================================================================
   Grid
   ========================================================================== */
/*! Reflex v1.1.1 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: -20px;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before,
.grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid *:before,
.grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
}
.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
_:-ms-fullscreen,
:root .grid__cell {
  width: 100%;
}
.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}
.grid__col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}
.grid__col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}
.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}
.grid__col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}
.grid__col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}
.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}
.grid__col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}
.grid__col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}
.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}
.grid__col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}
.grid__col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}
@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 991px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1281px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 auto;
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1281px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}
.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}
.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}
.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.grid--bleed {
  margin-left: 0;
}
.grid--bleed > [class*="grid__col-"] {
  padding: 0;
}
.grid--has-border > [class*="grid__col-"]:before {
  content: "";
  position: absolute;
  width: 1px;
  right: -10px;
  top: 0;
  bottom: 0;
  background-color: #e1e1e1;
}
.grid--has-border > [class*="grid__col-"]:last-child:before {
  display: none;
}
.grid--has-border.grid--padding-sm > [class*="grid__col-"]:before {
  right: -5px;
}
.grid--has-border.grid--padding-lg > [class*="grid__col-"]:before {
  right: -20px;
}
.grid--has-border.grid--padding-xl > [class*="grid__col-"]:before {
  right: -30px;
}
.grid--has-border.grid--bleed > [class*="grid__col-"]:before {
  right: 0;
  top: 20px;
  bottom: 20px;
}
.grid--padding-sm {
  margin-left: -10px;
}
.grid--padding-sm > [class*="grid__col-"] {
  padding-left: 10px;
}
.grid--padding-md {
  margin-left: -20px;
}
.grid--padding-md > [class*="grid__col-"] {
  padding-left: 20px;
}
.grid--padding-lg {
  margin-left: -40px;
}
.grid--padding-lg > [class*="grid__col-"] {
  padding-left: 40px;
}
.grid--padding-xl {
  margin-left: -60px;
}
.grid--padding-xl > [class*="grid__col-"] {
  padding-left: 60px;
}
.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid--align-start {
  -ms-flex-align: start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid--align-end {
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid--align-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--align-center [class*="grid__col-"] {
  vertical-align: middle;
}
.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.grid--align-baseline [class*="grid__col-"] {
  vertical-align: baseline;
}
.grid--align-content-start {
  -ms-flex-line-pack: start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.grid--align-content-end {
  -ms-flex-line-pack: end;
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.grid--align-content-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid--align-self-start {
  -ms-flex-item-align: start;
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.grid--align-self-end {
  -ms-flex-item-align: end;
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid__col--bleed {
  padding: 0;
}
.grid__cell--padding-sm {
  padding: 10px;
}
.grid__cell--padding-md {
  padding: 20px;
}
.grid__cell--padding-lg {
  padding: 40px;
}
.grid__cell--padding-xl {
  padding: 60px;
}
.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
/* =============================================================================
   Objects
   ========================================================================== */
/* =============================================================================
   Standard Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 16px 26px;
  line-height: normal !important;
  height: auto !important;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  position: relative;
  color: #fff;
  background: none;
  text-shadow: none;
  font-size: 18px !important;
  font-weight: 400 !important;
  background-color: #e52713;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.btn i {
  position: relative;
  margin-left: 10px;
  font-size: 130%;
  float: right;
}
.btn i.icf-plus {
  top: 1px;
}
.btn.btn--loading {
  color: #fff;
  background-color: #ff2717;
  border-color: #ff2717;
}
.btn.btn--loading:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("../images/singleones/loading_white_bg.gif");
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn--loading i {
  color: #fff;
}
.btn.btn--loading.btn--light {
  color: #fff;
  background-color: #ff2717;
  border-color: #ff2717;
}
.btn.btn--loading.btn--light:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.btn.btn--loading.btn--light i {
  color: #fff;
}
.btn.btn--light {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  color: #222;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.btn.btn--tiny {
  font-size: 14px !important;
  padding: 16px 26px;
}
.btn.btn--small {
  font-size: 16px !important;
  padding: 16px 26px;
}
.btn.btn--big {
  font-size: 22px !important;
  padding: 16px 28px;
}
.btn.btn--full-size {
  width: 100%;
  text-align: center;
  max-width: inherit !important;
}
.btn.btn--active {
  text-decoration: none;
  background-color: #e1e1e1;
  color: #555555;
}
.btn.btn--no-style {
  background: none;
  color: #e52713 !important;
}
.btn.btn--no-style i {
  color: #e52713;
}
.btn.btn--no-style:hover {
  text-decoration: underline;
  background: none;
  color: #e52713 !important;
}
.btn.btn--disabled,
.btn.btn--disabled:hover {
  background-color: #e1e1e1;
  color: #a2a2a2;
  cursor: not-allowed;
}
.btn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #68726a;
  border-color: #68726a;
}
.btn:active {
  background-color: #505751;
  border-color: #505751;
}
/* =============================================================================
   Object Media
   ========================================================================== */
.single-image {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.single-image img {
  max-width: 100%;
  height: auto;
}
.single-image.single-image--max-width-50 {
  max-width: 50px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-100 {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-150 {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-200 {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-250 {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-300 {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-350 {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-400 {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-450 {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--max-width-500 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.single-image.single-image--has-border {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.single-image.single-image--rounded {
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.single-image.single-image--has-padding {
  padding: 30px;
}
.single-image.single-image--left {
  margin: 0;
  margin-bottom: 40px;
}
.single-image.single-image--right {
  margin: 0;
  margin-left: auto;
  margin-bottom: 40px;
}
.single-image .single-image__title {
  display: block;
  text-align: left;
  padding: 10px 0;
  line-height: normal;
  color: #222;
  font-family: 'FuturaStd-Heavy', Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.media-image {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-bottom: 40px;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.media-image.media-image--has-border {
  border: 1px solid #d4d4d4;
  padding: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.media-image.media-image--has-border div {
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.media-image.media-image--has-border:before {
  display: none;
}
.media-image img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.media-image .media-image__title {
  display: block;
  text-align: left;
  padding: 2px 4px;
  line-height: normal;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: rgba(229, 39, 19, 0.4);
  overflow: hidden;
  z-index: 10;
  font-size: 0.875em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-image .media-image__title i {
  font-size: 18px;
  float: left;
  position: relative;
  margin-right: 5px;
}
.media-image > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(229, 39, 19, 0.4);
  z-index: 1;
  margin-left: -21px;
  margin-top: -21px;
  font-size: 1.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff2717;
  width: 0;
  z-index: 10;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
a.media-image:hover {
  text-decoration: none;
}
a.media-image:hover > i {
  background-color: #e52713;
}
a.media-image:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.media-image:hover .media-image__title {
  background-color: rgba(229, 39, 19, 0.8);
}
a.media-image:hover:before {
  width: 100%;
}
a.media-image:hover.media-image--has-border {
  border-color: #e52713;
}
.media-video {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-bottom: 40px;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.media-video.media-image--has-border {
  border: 1px solid #d4d4d4;
  padding: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.media-video.media-image--has-border div {
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.media-video.media-image--has-border:before {
  display: none;
}
.media-video img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.media-video .media-image__title {
  display: block;
  text-align: left;
  padding: 2px 4px;
  line-height: normal;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: rgba(229, 39, 19, 0.4);
  overflow: hidden;
  z-index: 10;
  font-size: 0.875em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-video .media-image__title i {
  font-size: 18px;
  float: left;
  position: relative;
  margin-right: 5px;
}
.media-video > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(229, 39, 19, 0.4);
  z-index: 1;
  margin-left: -21px;
  margin-top: -21px;
  font-size: 1.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-video:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff2717;
  width: 0;
  z-index: 10;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-video i {
  background: none;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(34, 167, 240, 0.6);
  margin-left: -30px;
  margin-top: -30px;
  text-indent: 2px;
  font-size: 1.75em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
a.media-video:hover {
  text-decoration: none;
}
a.media-video:hover i {
  color: #fff;
}
a.media-video:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.media-video:hover .media-image__title {
  background-color: rgba(229, 39, 19, 0.5);
}
a.media-video:hover:before {
  width: 100%;
}
/* =============================================================================
   Object Gallery
   ========================================================================== */
.grid--gallery {
  margin-bottom: 40px;
}
.grid--gallery .media-image {
  margin-bottom: 1vw;
}
/* =============================================================================
   Object Icon List
   ========================================================================== */
.icon-list {
  margin-bottom: 40px;
}
.icon-list li {
  margin-bottom: 10px;
  position: relative;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li small {
  color: #e52713;
}
/* =============================================================================
   Object Box
   ========================================================================== */
.box {
  padding: 20px;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}
/* =============================================================================
   Object Misc
   ========================================================================== */
.hint {
  font-size: 80%;
  line-height: 1.2;
  color: #555555;
}
.hint i {
  position: relative;
  top: 1px;
}
.border-grow {
  position: relative;
  display: block;
}
.border-grow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0 solid transparent;
  z-index: 10;
  content: "";
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.border-grow:hover:before {
  border: 10px solid rgba(104, 114, 106, 0.6);
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.next-motion {
  display: block;
  margin-bottom: 10px;
}
.next-motion img {
  max-width: 100%;
}
/* =============================================================================
   Object Social Media Icons
   ========================================================================== */
.social-buttons {
  margin-bottom: 40px;
}
.social-buttons li {
  display: inline-block;
  margin-right: 5px;
}
.social-buttons li a {
  display: block;
  color: #939eab;
  overflow: hidden;
  border: 2px solid #939eab;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.social-buttons li a i {
  font-size: 1.125em;
  line-height: 39px;
  height: 39px;
  width: 39px;
  text-align: center;
}
.social-buttons li a i.icf-instagram {
  position: relative;
  left: 2px;
}
.social-buttons li a span {
  display: none;
}
.social-buttons li a:hover {
  border-color: transparent !important;
  color: #fff;
}
.social-buttons li a:hover.social-buttons__facebook {
  background-color: #3b5998;
}
.social-buttons li a:hover.social-buttons__linked-in {
  background-color: #0976b4;
}
.social-buttons li a:hover.social-buttons__mail {
  background-color: #e52713;
}
.social-buttons li a:hover.social-buttons__twitter {
  background-color: #55acee;
}
.social-buttons li a:hover.social-buttons__instagram {
  background-color: #3f729b;
}
.social-buttons li a:hover.social-buttons__google-plus {
  background-color: #dd4b39;
}
.social-buttons li a:hover.social-buttons__xing {
  background-color: #026466;
}
.social-buttons li.social-buttons__text {
  width: 100%;
  padding-bottom: 4px;
  color: #888888;
  font-size: 1em;
}
.page-section--blur .social-buttons li {
  margin: 10px;
}
.page-section--blur .social-buttons li a {
  color: #fff;
}
.page-section--blur .social-buttons li a i {
  font-size: 1.75em;
  line-height: 58px;
  height: 60px;
  width: 60px;
}
/* =============================================================================
   Object Flex Video
   ========================================================================== */
.flex-media {
  position: relative;
  height: 0;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  margin-bottom: 40px;
}
.flex-media.flex-media--widescreen {
  padding-bottom: 56.34%;
  padding-top: 0;
}
.flex-media img {
  width: 100%;
  max-width: 100%;
}
.flex-media iframe,
.flex-media video,
.flex-media embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
}
/* =============================================================================
   Object Fullsize Video
   ========================================================================== */
.fullsize-video-holder {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fullsize-video {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
}
/* =============================================================================
   Object Teaser
   ========================================================================== */
.standard-teaser {
  padding: 20px;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0;
  color: #222;
}
.standard-teaser:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff2717;
  width: 0;
  z-index: 10;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.standard-teaser .standard-teaser__content {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.standard-teaser .standard-teaser__content .single-image {
  overflow: hidden;
}
.standard-teaser .standard-teaser__content .single-image img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.standard-teaser .standard-teaser__content .standard-teaser__text {
  padding: 20px;
}
.standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 2vw;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__subtitle {
  margin-bottom: 0;
  font-size: 1vw;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standard-teaser .standard-teaser__content .standard-teaser__text p {
  margin-bottom: 0 !important;
}
a.standard-teaser:hover {
  text-decoration: none;
}
a.standard-teaser:hover:before {
  width: 100%;
}
a.standard-teaser:hover .single-image img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blue-teaser {
  background-color: #e52713;
  color: #fff;
  padding: 10px;
  overflow: hidden;
  -moz-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
}
.blue-teaser:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #818c83;
  width: 0;
  z-index: 10;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.blue-teaser .single-image {
  overflow: hidden;
}
.blue-teaser .single-image img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.blue-teaser .headline-orange-bg {
  padding: 5px 10px;
}
.blue-teaser p {
  margin-bottom: 0;
}
a.blue-teaser:hover {
  text-decoration: none;
  color: #fff;
}
a.blue-teaser:hover:before {
  width: 100%;
}
a.blue-teaser:hover .single-image img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* =============================================================================
   Burger Nav
   ========================================================================== */
.burger-nav {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}
.burger-nav span,
.burger-nav span:before,
.burger-nav span:after {
  cursor: pointer;
  width: 39px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  text-indent: -9999px;
  content: "";
  outline: 1px solid transparent;
  left: 20px;
}
.burger-nav span {
  top: 33px;
}
.burger-nav span:before {
  top: -7px;
  left: 0;
}
.burger-nav span:after {
  top: 7px;
  left: 0;
}
.mobile-nav-active .burger-nav span {
  top: 33px;
  background-color: transparent;
}
.mobile-nav-active .burger-nav span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.mobile-nav-active .burger-nav span:after {
  top: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .burger-nav {
    display: block;
  }
}
/* =============================================================================
   GUI
   ========================================================================== */
/* =============================================================================
   General
   ========================================================================== */
html,
body {
  background-color: #fff;
}
body {
  min-height: 100vh;
}
.site-wrapper {
  min-height: 100vh;
}
/* =============================================================================
   Header
   ========================================================================== */
/* =============================================================================
   Page Sections
   ========================================================================== */
.page-section {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
}
.page-section .page-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 10;
  position: relative;
}
.page-section.page-section--app-intro .page-section__inner {
  padding-top: 6vw;
  padding-bottom: 0;
}
.page-section.page-section--grey {
  background-color: #eff1f0;
}
/* =============================================================================
   Hero
   ========================================================================== */
/* =============================================================================
   GUI Content
   ========================================================================== */
body {
  padding: 40px;
}
.new-page {
  page-break-before: always;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pdf-footer {
  text-align: center;
  padding: 10px 0;
}
.pdf-header {
  height: 10mm;
  padding-bottom: 5px;
  background-color: transparent;
}
.pdf-jump-to-contents {
  display: none;
}
.mdm-logo {
  height: 140px;
  margin-bottom: 1em;
  position: relative;
}
.mdm-logo .mdm-logo__inner {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background-image: url("../images/singleones/mdm-logo.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 140px;
  width: 200px;
}
.row--gallery .grid-3:nth-child(4n +1) {
  clear: both;
}
.single-image--logo {
  max-width: 250px;
}
/* =============================================================================
   Footer
   ========================================================================== */
/* =============================================================================
   Standard Delete & Extend Classes
   ========================================================================== */
/* =============================================================================
   Base Delete & Extend Classes
   ========================================================================== */
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-bottom-static {
  margin-bottom: 0 !important;
}
.margin-bottom-4vw {
  margin-bottom: 4vw !important;
}
.margin-bottom-3vw {
  margin-bottom: 3vw !important;
}
.margin-bottom-2vw {
  margin-bottom: 2vw !important;
}
.margin-bottom-1-5vw {
  margin-bottom: 1.5vw !important;
}
.margin-bottom-1vw {
  margin-bottom: 1vw !important;
}
.margin-bottom-4em {
  margin-bottom: 4em !important;
}
.margin-bottom-3em {
  margin-bottom: 3em !important;
}
.margin-bottom-2em {
  margin-bottom: 2em !important;
}
.margin-bottom-1em {
  margin-bottom: 1em !important;
}
.margin-bottom-0-5em {
  margin-bottom: 0.5em !important;
}
.margin-bottom-4x {
  margin-bottom: 160px !important;
}
.margin-bottom-3x {
  margin-bottom: 120px !important;
}
.margin-bottom-2x {
  margin-bottom: 80px !important;
}
.margin-bottom-1x {
  margin-bottom: 40px !important;
}
.margin-bottom-0-5x {
  margin-bottom: 20px !important;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-80 {
  padding-top: 80px;
}
.display-inline {
  display: inline-block;
}
.display-block {
  display: block;
}
.standard-padding {
  padding-top: 20px;
}
.center {
  text-align: center;
}
.center-static {
  text-align: center !important;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none !important;
}
.no-wrap {
  white-space: nowrap;
}
.hide {
  display: none;
}
.overflow-auto {
  overflow-y: auto;
}
.overflow-visible {
  overflow: visible;
}
.locked-scroll {
  overflow: hidden;
}
.locked-scroll-mobile {
  overflow: hidden;
}
.locked-scroll-mobile body {
  overflow: hidden;
}
.no-opacity {
  opacity: 0;
}
.position-static {
  position: static;
}
.screen-height {
  height: 100vh;
}
.clear-both {
  clear: both;
}
.white-text {
  color: #fff;
}
.relative {
  position: relative;
}
.show-on-xs {
  display: none;
}
.show-on-sm {
  display: none;
}
.show-on-md {
  display: none;
}
.show-on-lg {
  display: none;
}
.show-on-xlg {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-on-xs {
    display: block;
  }
  .hide-on-xs {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show-on-sm {
    display: block;
  }
  .hide-on-sm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .show-on-md {
    display: block;
  }
  .hide-on-md {
    display: none;
  }
  .grid--hide-border-on-md > [class*="grid__col-"]:before {
    display: none !important;
  }
}
@media only screen and (max-width: 1281px) {
  .show-on-lg {
    display: block;
  }
  .hide-on-lg {
    display: none;
  }
  .grid--hide-border-on-lg > [class*="grid__col-"]:before {
    display: none !important;
  }
}
@media only screen and (max-width: 1600px) {
  .show-on-xlg {
    display: block;
  }
  .hide-on-xlg {
    display: none;
  }
  .grid--hide-border-on-xlg > [class*="grid__col-"]:before {
    display: none !important;
  }
}
/* ==========================================================================
   IE Fixes
   ========================================================================== */
/* ==========================================================================
   IE Fixes
   ========================================================================== */
/* ==========================================================================
   Low Bird Fixes
   ========================================================================== */
/* ==========================================================================
   Low Bird Fixes
   ========================================================================== */
/* ==========================================================================
   Touch Fixes
   ========================================================================== */
/* ==========================================================================
   Touch Fixes
   ========================================================================== */
/* ==========================================================================
   Webkit Fixes
   ========================================================================== */
/* ==========================================================================
   Webkit Fixes
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1680px) {
  /* =============================================================================
   Standard Styles 1610
   ========================================================================== */
  /* =============================================================================
   Project Styles 1610
   ========================================================================== */
}
@media only screen and (max-width: 1460px) {
  /* =============================================================================
   Standard Styles 1430
   ========================================================================== */
  /* =============================================================================
   Project Styles 1430
   ========================================================================== */
}
@media only screen and (max-width: 1340px) {
  /* =============================================================================
   Standard Styles 1320
   ========================================================================== */
  /* =============================================================================
   Project Styles 1320
   ========================================================================== */
}
@media only screen and (max-width: 1280px) {
  /* =============================================================================
   Standard Styles 1280
   ========================================================================== */
  /* =============================================================================
   Project Styles 1280
   ========================================================================== */
}
@media only screen and (max-width: 1180px) {
  /* =============================================================================
   Standard Styles 1180
   ========================================================================== */
  /* =============================================================================
   Project Styles 1180
   ========================================================================== */
}
@media only screen and (max-width: 1024px) {
  /* =============================================================================
   Standard Styles 1024
   ========================================================================== */
  /* =============================================================================
   Project Styles 1024
   ========================================================================== */
}
@media only screen and (max-width: 990px) {
  /* =============================================================================
   Standard Styles 990
   ========================================================================== */
  .fancybox-html-content {
    border: 0;
    width: 92vw;
  }
  .no-margin-bottom {
    margin-bottom: 20px;
  }
  .fancybox-title-inside-wrap {
    padding: 5px;
  }
  .fancybox-type-inline {
    padding-bottom: 0;
  }
  .fancybox-type-iframe .fancybox-nav,
  .fancybox-type-inline .fancybox-nav {
    width: 30px;
    top: 100px;
  }
  .fancybox-type-iframe .fancybox-nav span,
  .fancybox-type-inline .fancybox-nav span {
    font-size: 2.5em;
  }
  .fancybox-type-iframe .fancybox-prev,
  .fancybox-type-inline .fancybox-prev {
    left: 0;
  }
  .fancybox-type-iframe .fancybox-next,
  .fancybox-type-inline .fancybox-next {
    right: 0;
  }
  .standard-padding {
    padding-top: 20px;
  }
  .margin-bottom-25 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-30 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-40 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-50 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-60 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-70 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-80 {
    margin-bottom: 1em !important;
  }
  .single-image.single-image--left {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .single-image.single-image--right {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .btn {
    padding: 14px;
    font-size: 16px !important;
  }
  .selectric .label {
    margin: 0 50px 0 14px;
    line-height: 50px;
    height: 50px;
  }
  .selectric .button {
    width: 50px;
    height: 50px;
    *font: 0.4px Lucida Sans Unicode, Arial Unicode MS, Arial;
  }
  /* =============================================================================
   Project Styles 990
   ========================================================================== */
  .box.box--house-details {
    margin-top: 0;
  }
  .page-intro-headline {
    font-size: 2.875em;
  }
  .page-intro-subheadline {
    font-size: 1.25em;
  }
  .single-image--logo {
    float: right;
    max-width: 160px;
    margin-bottom: 2em !important;
  }
  .page-section .page-section__inner {
    padding: 20px;
  }
  .app-list--padding-on-mobile {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* =============================================================================
   Standard Styles 767
   ========================================================================== */
  .row {
    margin-left: -20px;
  }
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    text-align: left;
    padding-left: 20px !important;
  }
  .row--no-padding .grid-1,
  .row--no-padding .grid-2,
  .row--no-padding .grid-3,
  .row--no-padding .grid-4,
  .row--no-padding .grid-5,
  .row--no-padding .grid-6,
  .row--no-padding .grid-7,
  .row--no-padding .grid-8,
  .row--no-padding .grid-9,
  .row--no-padding .grid-10,
  .row--no-padding .grid-11,
  .row--no-padding .grid-12 {
    padding-left: 0 !important;
  }
  .grid-1.center-column,
  .grid-2.center-column,
  .grid-3.center-column,
  .grid-4.center-column,
  .grid-5.center-column,
  .grid-6.center-column,
  .grid-7.center-column,
  .grid-8.center-column,
  .grid-9.center-column,
  .grid-10.center-column,
  .grid-11.center-column,
  .grid-12.center-column {
    margin-left: 0%;
  }
  .grid-1.right-column,
  .grid-2.right-column,
  .grid-3.right-column,
  .grid-4.right-column,
  .grid-5.right-column,
  .grid-6.right-column,
  .grid-7.right-column,
  .grid-8.right-column,
  .grid-9.right-column,
  .grid-10.right-column,
  .grid-11.right-column,
  .grid-12.right-column {
    margin-left: 0%;
  }
  .grid-1.center,
  .grid-2.center,
  .grid-3.center,
  .grid-4.center,
  .grid-5.center,
  .grid-6.center,
  .grid-7.center,
  .grid-8.center,
  .grid-9.center,
  .grid-10.center,
  .grid-11.center,
  .grid-12.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-1 {
    float: left;
    width: 8.33333333%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-1.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-2 {
    float: left;
    width: 16.66666667%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-2.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-3 {
    float: left;
    width: 25%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-3.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-4 {
    float: left;
    width: 33.33333333%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-4.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-5 {
    float: left;
    width: 41.66666667%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-5.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-6 {
    float: left;
    width: 50%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-6.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-7 {
    float: left;
    width: 58.33333333%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-7.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-8 {
    float: left;
    width: 66.66666667%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-8.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-9 {
    float: left;
    width: 75%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-9.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-10 {
    float: left;
    width: 83.33333333%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-10.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-11 {
    float: left;
    width: 91.66666667%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-11.center {
    text-align: center;
  }
  .row.row--keep-on-mobile .grid-12 {
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    text-align: left;
  }
  .row.row--keep-on-mobile .grid-12.center {
    text-align: center;
  }
  /* Push */
  .push-1,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .push-10,
  .push-11,
  .push-12 {
    margin-left: 0%;
  }
  *[class*="grid"].grid--absolute {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
  }
  *[class*="grid"].grid--absolute.grid--right {
    left: auto;
    right: auto;
  }
  html {
    font-size: 15px;
  }
  body {
    padding: 10px;
  }
  fieldset {
    margin-bottom: 0;
  }
  textarea {
    height: 200px;
  }
  .btn {
    width: 100%;
    text-align: center;
    max-width: inherit !important;
  }
  .btn.btn--has-icon {
    width: auto;
  }
  .btn-list {
    margin-bottom: 0.5em;
  }
  .btn-list li {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .center-on-mobile {
    text-align: center;
  }
  q {
    margin-bottom: 1em;
    font-size: 1.125em;
  }
  q cite {
    font-size: 0.875em;
  }
  .margin-bottom-4vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-3vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-2vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1-5vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-4em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-3em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-2em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .no-margin-bottom {
    margin-bottom: 1em !important;
  }
  p,
  .box,
  .normal-list,
  hr,
  .standard-teaser,
  .media-image,
  .single-image,
  .margin-bottom-2x {
    margin-bottom: 1em !important;
  }
  .grid--has-border > [class*="grid__col-"]:before {
    display: none !important;
  }
  .box {
    padding: 15px;
  }
  .box .box__header {
    margin: -15px;
    margin-bottom: 15px;
    padding: 15px;
  }
  .box.box--small-padding {
    padding: 15px;
  }
  .box.box--small-padding .box__header {
    margin: -15px;
    margin-bottom: 15px;
  }
  .big-letter {
    float: left;
    font-size: 40px;
    margin-top: -3px;
    margin-left: -5px;
    margin-right: 10px;
    line-height: 40px;
  }
  h1.has-border,
  h2.has-border,
  h3.has-border,
  h4.has-border,
  h5.has-border,
  h6.has-border {
    margin-bottom: 0.75em;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.25em;
  }
  h3 {
    font-size: 1.125em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.875em;
  }
  h6 {
    font-size: 0.875em;
  }
  /* Replacement with <p> */
  p.h1 {
    font-size: 1.5em;
  }
  p.h2 {
    font-size: 1.25em;
  }
  p.h3 {
    font-size: 1.125em;
  }
  p.h4 {
    font-size: 1em;
  }
  p.h5 {
    font-size: 0.875em;
  }
  p.h6 {
    font-size: 0.875em;
  }
  .grid--gallery {
    margin-left: -0.5em;
    margin-bottom: 0.5em;
  }
  .grid--gallery > [class*="grid__col-"] {
    padding-left: 0.5em;
  }
  .grid--gallery > [class*="grid__col-"] .media-image {
    margin-bottom: 0.5em !important;
  }
  /* =============================================================================
   Project Styles 767
   ========================================================================== */
  .new-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* Small Devices max height 480 */
}
@media only screen and (max-height: 700px) {
  /* =============================================================================
   Standard Styles 700
   ========================================================================== */
  /* =============================================================================
   Project Styles 700
   ========================================================================== */
}
@media only screen and (max-height: 800px) {
  /* =============================================================================
   Standard Styles 800
   ========================================================================== */
  /* =============================================================================
   Project Styles 800
   ========================================================================== */
}
@media only screen and (max-height: 680px) {
  /* =============================================================================
   Standard Styles 680
   ========================================================================== */
  /* =============================================================================
   Project Styles 680
   ========================================================================== */
}
@media only screen and (max-height: 480px) {
  /* =============================================================================
   Standard Styles 480
   ========================================================================== */
  /* =============================================================================
   Project Styles 480
   ========================================================================== */
}
/* =============================================================================
   Base Includes End
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
