@charset "UTF-8";
/*!
Theme Name: Acatech
Theme URI: http://www.wp-munich.com/
Description: Acatech Theme 2023
Author: WP Munich
Author URI: http://www.wp-munich.com
Version: 1.7.0
Text Domain: tlx
Domain Path: /languages
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
/*!
 * @license
 * MyFonts Webfont Build ID 3470305, 2017-10-23T07:40:00-0400
 *
 * 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: QuaySansITCPro-Book by ITC
 * URL: https://www.myfonts.com/fonts/itc/quay-sans/pro-book/
 *
 * Webfont: QuaySansITCPro-BookItalic by ITC
 * URL: https://www.myfonts.com/fonts/itc/quay-sans/pro-book-italic/
 *
 * Webfont: QuaySansITCPro-Medium by ITC
 * URL: https://www.myfonts.com/fonts/itc/quay-sans/pro-medium/
 *
 * Webfont: QuaySansITCPro-MediumItalic by ITC
 * URL: https://www.myfonts.com/fonts/itc/quay-sans/pro-medium-italic/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3470305
 * Licensed pageviews: 700,000
 * Webfonts copyright: Copyright 2002, 2005-2006, 2009 International Typeface Corporation. All Rights Reserved.
 *
 * © 2017 MyFonts Inc
*/
/*@import (css) url("//hello.myfonts.net/count/34f3e1");*/
@font-face {
  font-family: 'QuaySansITCPro';
  font-weight: 400;
  src: url('fonts/quay_sans/34F3E1_0_0.eot');
  src: url('fonts/quay_sans/34F3E1_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/quay_sans/34F3E1_0_0.woff2') format('woff2'), url('fonts/quay_sans/34F3E1_0_0.woff') format('woff'), url('fonts/quay_sans/34F3E1_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'QuaySansITCPro';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/quay_sans/34F3E1_1_0.eot');
  src: url('fonts/quay_sans/34F3E1_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/quay_sans/34F3E1_1_0.woff2') format('woff2'), url('fonts/quay_sans/34F3E1_1_0.woff') format('woff'), url('fonts/quay_sans/34F3E1_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'QuaySansITCPro';
  font-weight: 600;
  src: url('fonts/quay_sans/34F3E1_2_0.eot');
  src: url('fonts/quay_sans/34F3E1_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/quay_sans/34F3E1_2_0.woff2') format('woff2'), url('fonts/quay_sans/34F3E1_2_0.woff') format('woff'), url('fonts/quay_sans/34F3E1_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'QuaySansITCPro';
  font-weight: 600;
  font-style: italic;
  src: url('fonts/quay_sans/34F3E1_3_0.eot');
  src: url('fonts/quay_sans/34F3E1_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/quay_sans/34F3E1_3_0.woff2') format('woff2'), url('fonts/quay_sans/34F3E1_3_0.woff') format('woff'), url('fonts/quay_sans/34F3E1_3_0.ttf') format('truetype');
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Micro ClearFix Mixin */
.clearfix,
.container,
.container-fluid,
.row {
  zoom: 1;
  clear: both;
}
/**
 * Typography
 *
 * Set the look and feel of the base typography.
 * Important: No font sizes shall be defined here!
 */
body {
  font-family: "QuaySansITCPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0;
}
a {
  color: inherit;
  font-weight: 600;
  position: relative;
  transition: color 0.5s ease;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  text-align: left;
  font-family: "QuaySansITCPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.044em;
  font-weight: 400;
}
h1 {
  word-wrap: break-word;
  font-weight: 400;
  zoom: 1;
  clear: both;
}
h2 {
  zoom: 1;
  clear: both;
}
h4 {
  font-weight: 400;
}
ul,
ol {
  padding: 0;
  list-style-position: outside;
  margin: 0;
}
ul li,
ol li {
  margin: 0 0 0 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
hr {
  border-top: 1px solid #BBBBBB;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
dl {
  font-size: 1em;
  margin: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-left: 0;
}
code {
  padding: 0 4px;
  border-radius: 4px;
}
kbd {
  padding: 0 4px;
  border-radius: 4px;
}
big {
  font-size: inherit;
}
pre {
  overflow: visible;
  margin: 0;
  padding: 0;
}
blockquote {
  position: relative;
  margin: 0;
  padding-left: 10px;
  font-family: "QuaySansITCPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  border: none;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:not(.testimonial_quote):before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
blockquote:not(.testimonial_quote):before.fa-pull-left {
  margin-right: 0.3em;
}
blockquote:not(.testimonial_quote):before.fa-pull-right {
  margin-left: 0.3em;
}
blockquote:not(.testimonial_quote):before.pull-left {
  margin-right: 0.3em;
}
blockquote:not(.testimonial_quote):before.pull-right {
  margin-left: 0.3em;
}
blockquote:not(.testimonial_quote):before em {
  display: inline-block;
}
sup,
sub {
  line-height: 1;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead tr {
  background-color: rgba(0, 0, 0, 0.1);
}
table thead tr th {
  text-transform: uppercase;
}
table tbody tr:nth-child(odd) {
  background-color: transparent;
}
table tbody tr:nth-child(even) {
  background-color: rgba(68, 130, 196, 0.05);
}
table th,
table td {
  padding: 0 30px;
  margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/**
 * The font size definitions for the whole theme
 * If there are font sizes defined somewhere else, you're doing it wrong!
 */
body,
p,
.widgettitle {
  font-size: 16px;
  line-height: 1.5em;
}
h1 {
  font-size: 25px;
  line-height: 1.92em;
}
h2 {
  font-size: 24px;
  line-height: 1em;
  line-height: 1.333em;
}
h3 {
  font-size: 19px;
  line-height: 1.26315789em;
}
h4,
h5,
h6 {
  font-size: 16px;
  line-height: 1.5em;
}
blockquote:not(.testimonial_quote) {
  font-size: 20px;
  line-height: 1.2em;
}
input,
label,
select,
button,
textarea {
  font-size: 16px;
  line-height: 1.5em;
}
.logo-text {
  font-size: 25px;
  line-height: 1.92em;
}
footer .credit {
  font-size: 13px;
  line-height: 1.84615385em;
}
.gallery-caption,
.post_thumb_caption {
  font-size: 11px;
  line-height: 2.18181818em;
  line-height: 1.25em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
hr,
code,
kbd,
big,
pre,
blockquote,
sup,
sub,
table,
address {
  margin-bottom: 24px;
}
.btn {
  font-size: 15px;
  line-height: 1.6em;
}
.card .the_title {
  font-size: 19px;
  line-height: 1.26315789em;
}
.card .meta-info {
  font-size: 13px;
  line-height: 1.84615385em;
}
.block_title {
  font-size: 15px;
  line-height: 1.6em;
}
.teaser-image-container .the_content h1,
.teaser-image-container .the_content h2,
.teaser-image-container .the_content h3,
.teaser-image-container .the_content h4,
.teaser-image-container .the_content h5,
.teaser-image-container .the_content h6 {
  font-size: 32px;
  line-height: 1.5em;
}
.teaser-image-container.term p {
  font-size: 32px;
  line-height: 1.5em;
}
.download .fa {
  font-size: 16px;
  line-height: 1.5em;
}
.big_text {
  font-size: 32px;
  line-height: 1.5em;
}
.loop-row .the_title {
  font-size: 16px;
  line-height: 1.5em;
}
.gform_body .gform_custom_title {
  font-size: 20px;
  line-height: 1.2em;
}
.aca-widget.contacts .contact-title {
  font-size: 16px;
  line-height: 1.5em;
}
.frontpage_claim .the_claim h1 {
  font-size: 20px;
  line-height: 1.2em;
}
#pt-mediathek div.gallery .gallery-item .gallery-caption {
  font-size: 19px;
  line-height: 1.26315789em;
}
.teaser-image-container .image-credits {
  font-size: 12px;
  line-height: 2em;
}
.teaser-image-container .content .big_text {
  font-size: 25px;
  line-height: 1.92em;
}
.wp-caption .wp-caption-text,
.the_thumbnail_caption small {
  font-size: 12px;
}
.sc_accordion .accordion-title .the_accordion_title {
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  body,
  p,
  .widgettitle {
    font-size: 18px;
    line-height: 1.5em;
  }
  h1 {
    font-size: 36px;
    line-height: 1.5em;
  }
  h2 {
    font-size: 29px;
    line-height: 1.86206897em;
    line-height: 1.333em;
  }
  h3 {
    font-size: 24px;
    line-height: 1.125em;
  }
  h4 {
    font-size: 21px;
    line-height: 1.28571429em;
  }
  h5,
  h6 {
    font-size: 20px;
    line-height: 1.35em;
  }
  blockquote:not(.testimonial_quote) {
    font-size: 23px;
    line-height: 1.17391304em;
  }
  input,
  label,
  select,
  button,
  textarea {
    font-size: 18px;
    line-height: 1.5em;
  }
  .gallery-caption,
  .post_thumb_caption {
    font-size: 12px;
    line-height: 2.25em;
    line-height: 1.25em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  hr,
  code,
  kbd,
  big,
  pre,
  blockquote,
  sup,
  sub,
  table,
  address {
    margin-bottom: 27px;
  }
  header.header-desktop a {
    font-size: 15px;
    line-height: 1.8em;
  }
  .sub-menu-close-md .close {
    font-size: 12px;
    line-height: 2.25em;
  }
  .card .meta-info {
    font-size: 15px;
    line-height: 1.8em;
  }
  .block_title {
    font-size: 17px;
    line-height: 1.58823529em;
  }
  .teaser-image-container .the_content h1,
  .teaser-image-container .the_content h2,
  .teaser-image-container .the_content h3,
  .teaser-image-container .the_content h4,
  .teaser-image-container .the_content h5,
  .teaser-image-container .the_content h6 {
    font-size: 44px;
    line-height: 1.22727273em;
  }
  .teaser-image-container.term p {
    font-size: 44px;
    line-height: 1.22727273em;
  }
  .btn {
    font-size: 17px;
    line-height: 1.58823529em;
  }
  .download .fa {
    font-size: 18px;
    line-height: 1.5em;
  }
  .big_text {
    font-size: 36px;
    line-height: 1.5em;
  }
  .loop-row .the_title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .gform_body .gform_custom_title {
    font-size: 23px;
    line-height: 1.17391304em;
  }
  .aca-widget.contacts .contact-title {
    font-size: 23px;
    line-height: 1.17391304em;
  }
  .frontpage_claim .the_claim h1 {
    font-size: 29px;
    line-height: 1.86206897em;
  }
  #pt-mediathek div.gallery .gallery-item .gallery-caption {
    font-size: 18px;
    line-height: 1.5em;
  }
  .teaser-image-container .image-credits {
    font-size: 15px;
    line-height: 1.8em;
  }
  .teaser-image-container .content .big_text {
    font-size: 29px;
    line-height: 1.86206897em;
  }
  .sc_accordion .accordion-title .the_accordion_title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .wp-caption .wp-caption-text,
  .the_thumbnail_caption small {
    font-size: 14px;
  }
}
/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
  white-space: normal;
  background: none;
  /* Browsers have different default form fonts */
  font-family: "QuaySansITCPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  outline: none;
}
fieldset {
  padding: 0;
  margin: 0;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  background: #fff;
}
input:focus,
textarea:focus {
  border-color: #888888;
}
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  border-radius: 3px;
  padding: 6px 10px;
}
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
input[type=file] {
  border-radius: 3px;
  padding: 6px 5px;
}
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  border-radius: 3px;
  padding: 6px 5px;
}
/* Selects
-----------------------------------------------*/
select {
  border: 1px solid #EEEEEE;
  vertical-align: top;
  background: #fff;
  padding: 6px 30px 6px 5px;
  /* Kill the default appearance in webkit browsers */
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
  border-radius: 5px;
  padding: 0 5px;
}
/* Form Groups
-----------------------------------------------*/
.input-group {
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  vertical-align: middle;
  display: flex;
}
.input-group .clean-input {
  flex: 1 0 auto;
  border: none;
  margin: 0;
  background: transparent;
}
.input-group .input-group-button {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  border-radius: 0 3px 3px 0;
}
/* Add own formstyles, contact form 7 and gravity forms styles back in */
.block_title,
.the_content *.block_title {
  display: inline-block;
  color: #fff;
  background-color: #9DC5E2;
  padding: 0 10px;
  letter-spacing: 0.1px;
  font-weight: 600;
}
.block_title a,
.the_content *.block_title a {
  color: #fff;
}
.block_title.yellow,
.the_content *.block_title.yellow {
  color: #333333;
  background-color: #F3E400;
}
.block-title-list .block_title {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .block-title-list .block_title {
    margin-bottom: 6.75px;
  }
}
.big_text {
  display: inline-block;
  line-height: 1em;
  font-style: italic;
  font-weight: 600;
}
/**
 * Grid system
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.acabluelight,
.the_content h1.acabluelight,
.the_content h2.acabluelight,
.the_content h3.acabluelight,
.the_content h4.acabluelight,
.the_content h5.acabluelight,
.the_content h6.acabluelight {
  color: #9DC5E2;
}
.acabluedark,
.the_content h1.acabluedark,
.the_content h2.acabluedark,
.the_content h3.acabluedark,
.the_content h4.acabluedark,
.the_content h5.acabluedark,
.the_content h6.acabluedark {
  color: #003c69;
}
.acabluemiddle,
.the_content h1.acabluemiddle,
.the_content h2.acabluemiddle,
.the_content h3.acabluemiddle,
.the_content h4.acabluemiddle,
.the_content h5.acabluemiddle,
.the_content h6.acabluemiddle {
  color: #5C8DC1;
}
.wrapper--acabluelight {
  background-color: #9DC5E2;
}
.wrapper--acabluedark {
  background-color: #003c69;
  color: #fff;
}
.wrapper--acabluedark * {
  color: #fff;
}
.wrapper--acabluemiddle {
  background-color: #5C8DC1;
}
.flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.post-post-loop-wrapper .loop .row:first-child {
  padding-top: 48px;
}
.post-post-loop-wrapper .loop .row .btn-wrapper {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .post-post-loop-wrapper .loop .row:first-child:first-child {
    padding-top: 54px;
  }
  .post-post-loop-wrapper .loop .row:first-child .btn-wrapper {
    padding-bottom: 54px;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 100%;
  color: #333333;
  background-color: #fff;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a {
  color: #5C8DC1;
}
a:hover {
  text-decoration: underline;
}
body.admin-bar header.header-mobile {
  margin-top: 46px;
}
body.admin-bar #wpadminbar {
  position: fixed;
}
.viewport {
  background: #fff;
}
.page-wrapper {
  margin-bottom: 96px;
}
.bold {
  font-weight: 700 !important;
}
.normal {
  font-weight: 500 !important;
}
.thin {
  font-weight: 300 !important;
}
.the_permalink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.hide {
  display: none;
}
.search-form .input-group {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 24px;
}
.search-form .input-group .clean-input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  padding: 3px 0;
}
.search-form .input-group .input-group-icon {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.search-form .input-group .input-group-icon i.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.search-form .input-group .input-group-icon i.fa:before {
  color: #BBBBBB;
}
.search-form .search-form-submit {
  border: 1px solid #003c69;
  color: #003c69;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
}
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.the_content ul li {
  list-style: square;
}
.the_thumbnail figure {
  width: 100%;
  margin: 0;
}
.title-hover:hover .the_title {
  text-decoration: underline;
}
.aca_gf_headline,
.gform_wrapper h1.aca_gf_headline,
.gform_wrapper h2.aca_gf_headline,
.gform_wrapper h3.aca_gf_headline {
  font-weight: bold;
  font-style: italic;
  color: #003c69;
  padding-top: 24px;
  margin-bottom: 24px;
}
.gform_wrapper.wrapper--acabluelight_wrapper .gform_fileupload_multifile .gform_drop_area,
.gform_wrapper.wrapper--acabluelight_wrapper div.charleft {
  color: #fff !important;
  border-color: #fff !important;
}
.gform_confirmation_wrapper.wrapper--acabluelight {
  padding: 24px 30px;
}
.gform_footer.top_label br,
.gfield_checkbox br {
  display: none;
}
.gfield_checkbox input[type="checkbox"] {
  margin-bottom: 6px;
}
div.pL {
  margin-bottom: 24px;
}
.comment-form-policy-top-copy > p {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  border: 1px solid #333333;
  padding: 6px 30px;
  font-weight: 600;
  cursor: pointer;
  color: #333333;
  transition: all 0.2s ease;
}
.btn:hover {
  color: #fff;
  background-color: #003c69;
  text-decoration: none;
}
.btn.archive_btn {
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.wrapper--acabluedark .btn,
.wrapper--acabluelight .btn {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease;
}
.wrapper--acabluedark .btn:hover,
.wrapper--acabluelight .btn:hover {
  background-color: #fff;
  color: #003c69;
}
.slick-arrow,
.slick-arrow:hover {
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  z-index: 100;
  top: 35%;
}
.slick-arrow:before,
.slick-arrow:hover:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.slick-arrow:before.fa-pull-left,
.slick-arrow:hover:before.fa-pull-left {
  margin-right: 0.3em;
}
.slick-arrow:before.fa-pull-right,
.slick-arrow:hover:before.fa-pull-right {
  margin-left: 0.3em;
}
.slick-arrow:before.pull-left,
.slick-arrow:hover:before.pull-left {
  margin-right: 0.3em;
}
.slick-arrow:before.pull-right,
.slick-arrow:hover:before.pull-right {
  margin-left: 0.3em;
}
.slick-arrow.slick-prev,
.slick-arrow:hover.slick-prev,
.slick-arrow.slick-prev:hover,
.slick-arrow:hover.slick-prev:hover {
  left: 3px;
}
.slick-arrow.slick-prev:before,
.slick-arrow:hover.slick-prev:before,
.slick-arrow.slick-prev:hover:before,
.slick-arrow:hover.slick-prev:hover:before {
  left: -1px;
  content: "\f104";
}
.slick-arrow.slick-next,
.slick-arrow:hover.slick-next,
.slick-arrow.slick-next:hover,
.slick-arrow:hover.slick-next:hover {
  right: 5px;
}
.slick-arrow.slick-next:before,
.slick-arrow:hover.slick-next:before,
.slick-arrow.slick-next:hover:before,
.slick-arrow:hover.slick-next:hover:before {
  right: -1px;
  content: "\f105";
}
.wrapper--acabluedark .slick-arrow,
.wrapper--acablueligt .slick-arrow,
.wrapper--acabluedark .slick-arrow:hover,
.wrapper--acablueligt .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.wrapper--acabluedark .slick-arrow:before,
.wrapper--acablueligt .slick-arrow:before,
.wrapper--acabluedark .slick-arrow:hover:before,
.wrapper--acablueligt .slick-arrow:hover:before {
  color: #333333;
}
/* Embedded Media */
.embed-responsive {
  max-width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  padding: 3px;
}
.embed-responsive:after {
  content: "";
  display: block;
  padding-bottom: 56.2%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.oembed-wrapper {
  zoom: 1;
  clear: both;
}
iframe.twitter-tweet {
  margin: 0 auto 24px !important;
}
.twitter-tweet {
  margin: auto;
}
div.gallery {
  margin: 0 0 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
div.gallery .gallery-item {
  flex: 1 1 auto;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
div.gallery .gallery-item .gallery-icon {
  margin: 0;
  padding: 5px;
}
div.gallery .gallery-item .gallery-icon img {
  max-width: none;
  width: 100%;
  display: block;
}
div.gallery .gallery-item .gallery-caption {
  display: none;
  /*position: relative;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0 5px;
			overflow: hidden;
			margin: 0;
			font-weight: 300;
			line-height: 1.5em;*/
}
div.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}
div.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
  max-width: 50%;
}
div.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
  max-width: 33.33333333%;
}
div.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
  max-width: 25%;
}
div.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
  max-width: 20%;
}
div.gallery.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
  max-width: 16.66666667%;
}
div.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571429%;
  max-width: 14.28571429%;
}
div.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
  max-width: 12.5%;
}
div.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111111%;
  max-width: 11.11111111%;
}
/* Images from Wordpress Media */
img {
  padding: 0;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
a img {
  height: inherit;
}
img[class*="wp-image"] {
  margin-bottom: 24px;
}
.wp-caption {
  max-width: 100%;
  margin: 0;
  margin-bottom: 24px;
  line-height: 16px;
}
.wp-caption img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  padding-bottom: 6px;
}
.wp-caption img.size-medium {
  max-width: none;
}
.wp-caption .wp-caption-text {
  margin: 0 !important;
  padding: 3px 0px;
  text-align: left;
  color: #333333;
  word-break: break-word;
}
.wp-caption.caption-size-medium {
  max-width: 50%;
}
/* Media Alignment */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  display: block;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
img.alignleft,
img.alignright,
figure.alignleft,
figure.alignright {
  margin-bottom: 24px;
}
img.alignnone {
  margin-bottom: 0;
}
blockquote .alignleft,
blockquote .alignright {
  float: none;
}
blockquote .wp-caption .wp-caption-text {
  word-break: break-all;
}
/*.mejs-container {
	.mejs-controls {
		.mejs-time-rail {
			display: flex;
			align-items: center;

			span {
				height: 3px;
			}
		}
	}
}*/
.widget {
  zoom: 1;
  clear: both;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li {
  list-style: disc;
}
.widget.widget_media_image figure {
  width: 100% !important;
}
.widget.widget_media_image figure figcaption {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}
.widget.widget_media_image img {
  display: block;
  width: 100%;
}
.widget.widget_media_video .wp-video {
  margin-bottom: 24px;
}
.widget.widget_search .search-form {
  margin-bottom: 24px;
}
.widget.widget_categories ul,
.widget.widget_recent_entries ul {
  margin-bottom: 24px;
}
header.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  transition: all ease 0.2s;
  /*.wrapper-row {
		display: flex;
	}*/
  /*.the_logo {
		padding: 3px 0;
		display: block;
		max-height: 27px; //@line-height-target-xs * 2;
		max-width: 100%;
		width: auto;
		transition: padding ease 0.2s;
	}

	.the_logo.the_claim {
		//margin-top: 10px;
		max-height: 25px;//@line-height-target-xs * 1.5;
		opacity: 1;
		transition: all ease 0.2s;
	}*/
}
header.header-mobile .container {
  height: 100%;
}
header.header-mobile .wrapper-row {
  display: flex;
  align-items: center;
  height: 100%;
}
header.header-mobile .wrapper-row .col-xs-6 {
  height: 100%;
}
header.header-mobile .wrapper-row .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header.header-mobile .wrapper-row .logo-wrapper .the_logo {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
header.header-mobile .wrapper-row .logo-wrapper .logo-link {
  height: 100%;
}
header.header-mobile .wrapper-row .trigger-wrapper {
  display: flex;
  flex: 0 0 auto;
  align-content: center;
  justify-content: flex-end;
}
header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  align-self: center;
  margin-right: 30px;
}
header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span {
  display: block;
  position: absolute;
  top: 42.5%;
  right: 0;
  height: 10%;
  width: 75%;
  background-color: #333333;
  border-radius: 3px;
  transition: transform 0.25s ease;
}
header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:after,
header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:before {
  content: "";
  display: block;
  position: absolute;
  top: -200%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 3px;
  transition: transform 0.25s ease, top 0.25s ease 0.25s, background 0.25s ease, opacity 0.25s ease;
}
header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:after {
  top: 200%;
}
header.header-mobile.is_small {
  height: 61px;
  /*.logo-wrapper {
			//height: @line-height-target-xs * 2;
		}
		.logo-link:last-child {
			position: absolute;
		}
		.the_logo {
			padding: 0;
		}*/
}
header.header-mobile.is_small .wrapper-row .logo-wrapper .the_logo.the_claim {
  padding: 0;
  margin: 0;
  max-height: 0px;
  opacity: 0;
  transition: all ease 0.5s;
}
.viewport {
  padding-top: 108px;
}
/**
 * The slide in navigation
 */
header.header-mobile {
  transform: translateX(0);
  transition: all 0.5s ease;
}
header.header-mobile .trigger-wrapper {
  transform: translateX(0);
  transition: all 0.5s ease;
}
header.header-mobile .nav-wrapper {
  width: 240px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -240px;
  height: 100vh;
  transition: 0.5s transform ease;
  transform: translateX(0);
  z-index: 999;
  overflow-x: hidden;
  color: #003c69;
  background-color: #9DC5E2;
}
header.header-mobile .search-form {
  position: relative;
  display: flex;
  margin: 17px 20px 18px;
  z-index: 10;
}
header.header-mobile .search-form .input-group {
  margin-bottom: 0;
}
header.header-mobile .search-form .input-group i.fa {
  display: none;
}
header.header-mobile .search-form .input-group input[type=search] {
  max-width: 65%;
}
header.header-mobile .search-form .search-form-submit {
  position: relative;
  text-indent: -9999px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  width: 32px;
  text-align: center;
}
header.header-mobile .search-form .search-form-submit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #003c69;
  text-indent: 0;
}
header.header-mobile .search-form .search-form-submit:before.fa-pull-left {
  margin-right: 0.3em;
}
header.header-mobile .search-form .search-form-submit:before.fa-pull-right {
  margin-left: 0.3em;
}
header.header-mobile .search-form .search-form-submit:before.pull-left {
  margin-right: 0.3em;
}
header.header-mobile .search-form .search-form-submit:before.pull-right {
  margin-left: 0.3em;
}
header.header-mobile nav.header-menu {
  position: relative;
  width: 240px;
}
header.header-mobile nav.header-menu ul.menu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: inside none;
  position: relative;
  transition: transform 0.5s ease;
  letter-spacing: 0.04em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item {
  margin: 0;
  padding: 0;
  clear: both;
}
header.header-mobile nav.header-menu ul.menu li.menu-item.search-menu-item {
  display: none;
}
header.header-mobile nav.header-menu ul.menu li.menu-item a {
  color: #003c69;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  transition: transform 0.5s ease 0.5s;
  z-index: 0;
  padding: 12px 25px;
  position: relative;
}
header.header-mobile nav.header-menu ul.menu li.menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid rgba(0, 60, 105, 0.5);
}
header.header-mobile nav.header-menu ul.menu li.menu-item:last-child a:after {
  display: none;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger {
  display: block;
  margin-right: 5px;
  color: #003c69;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  float: right;
  z-index: 9999;
  position: relative;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger:before.fa-pull-left {
  margin-right: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger:before.fa-pull-right {
  margin-left: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger:before.pull-left {
  margin-right: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger:before.pull-right {
  margin-left: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0 0;
  list-style: inside none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(480px);
  transition: transform 0.5s ease;
  z-index: 1;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.menu-item a {
  transform: translateX(65px);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid rgba(0, 60, 105, 0.5);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.menu-item:last-child a:after {
  display: none;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid rgba(0, 60, 105, 0.5);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item:last-child a:after {
  display: none;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active {
  transform: translateX(240px);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item a {
  transform: translateX(0);
  transition-delay: 0s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(1) a {
  transition-delay: 0s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(2) a {
  transition-delay: 0.025s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(3) a {
  transition-delay: 0.05s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(4) a {
  transition-delay: 0.075s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(5) a {
  transition-delay: 0.1s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(6) a {
  transition-delay: 0.125s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(7) a {
  transition-delay: 0.15s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(8) a {
  transition-delay: 0.175s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(9) a {
  transition-delay: 0.2s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(10) a {
  transition-delay: 0.225s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(11) a {
  transition-delay: 0.25s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(12) a {
  transition-delay: 0.275s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(13) a {
  transition-delay: 0.3s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(14) a {
  transition-delay: 0.325s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(15) a {
  transition-delay: 0.35s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active > li.menu-item:nth-child(n + 15) a {
  transition-delay: 0.35s;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu.active-sub-menu {
  transform: translateX(0);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close {
  color: #003c69;
  font-weight: 300;
  text-decoration: none;
  display: block;
  transition: transform 0.5s ease 0.5s;
  z-index: 0;
  padding: 12px 25px;
  position: relative;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid rgba(0, 60, 105, 0.5);
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:before {
  content: "\f104";
  margin-right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:before.fa-pull-left {
  margin-right: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:before.fa-pull-right {
  margin-left: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:before.pull-left {
  margin-right: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close:before.pull-right {
  margin-left: 0.3em;
}
header.header-mobile nav.header-menu ul.menu li.social-media-item {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}
header.header-mobile nav.header-menu ul.menu li.social-media-item a {
  flex: 0 0 auto;
  display: block;
  padding: 0;
}
header.header-mobile nav.header-menu ul.menu.active-sub-menu {
  transform: translateX(-240px);
}
/**
 * Transforms for the page, when the menu is open
 */
.page-wrapper {
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.nav-lightbox {
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
body.nav-open {
  overflow: hidden;
  position: relative;
  /*
	ul.menu {
		li.menu-item {
			a {
				transform: translateX(0);
				transition-delay:0s;
			}

			@from : 1;
			@to : 15;
			.phoneMenuDelayLoop (@index) when (@index =< @to) {

				&:nth-child(@{index}) a {
					transition-delay: (@index - 1) * 0.025s;
				}

				.phoneMenuDelayLoop (@index + 1);
			}
			.phoneMenuDelayLoop(@from);

			&:nth-child(n + @{to}) a {
				transition-delay: (@to - 1) * 0.025s;
			}

	 	}

	}
*/
}
body.nav-open header.header-mobile .nav-wrapper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateX(-240px);
}
body.nav-open header.header-mobile .logo-wrapper {
  transform: translateX(-240px);
}
body.nav-open header.header-mobile .trigger-wrapper {
  transform: translateX(-240px);
  transition: all 0.5s ease;
}
body.nav-open header.header-mobile .lightbox {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
body.nav-open header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span {
  transition-delay: 0s;
  transform: rotate(45deg);
  transition: transform 0.25s ease 0.25s;
}
body.nav-open header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:after,
body.nav-open header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:before {
  top: 0%;
  transition: transform 0.25s ease 0.25s, top 0.25s ease, background 0.25s ease, opacity 0.25s ease;
  background-color: inherit;
}
body.nav-open header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:before {
  opacity: 0;
}
body.nav-open header.header-mobile .wrapper-row .trigger-wrapper .mobile-nav-trigger span:after {
  top: 0%;
  transform: rotate(-90deg);
}
body.nav-open .page-wrapper {
  transform: translateX(-240px);
}
body.nav-open .nav-lightbox {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
body.front-page .block_title,
body.error404 .block_title {
  margin-top: 24px;
}
body.front-page .row.terms .search-card,
body.error404 .row.terms .search-card {
  display: none;
}
body.front-page .wrapper--acabluelight,
body.error404 .wrapper--acabluelight {
  margin-bottom: 24px;
}
body.front-page .wrapper--acabluedark,
body.error404 .wrapper--acabluedark {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
body.front-page .btn-wrapper,
body.error404 .btn-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.front-page a:hover .yellow,
body.error404 a:hover .yellow {
  text-decoration: underline;
}
body.front-page .frontpage_claim,
body.error404 .frontpage_claim {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: center;
}
body.front-page .frontpage_claim .acatech_icon,
body.error404 .frontpage_claim .acatech_icon {
  display: block;
  float: right;
  height: 48px;
}
body.front-page .frontpage_claim .the_claim,
body.error404 .frontpage_claim .the_claim {
  display: flex;
  align-items: center;
  height: 100%;
  color: #5C8DC1;
}
body.front-page .frontpage_claim .the_claim > *,
body.error404 .frontpage_claim .the_claim > * {
  text-align: center;
}
body.front-page .frontpage_claim .the_claim h1,
body.error404 .frontpage_claim .the_claim h1 {
  line-height: 1.25em !important;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}
body.front-page .frontpage_claim:hover .the_claim,
body.error404 .frontpage_claim:hover .the_claim {
  text-decoration: underline;
}
.the_title {
  color: #5C8DC1;
  font-weight: 600;
  font-style: italic;
  line-height: 1.333em;
}
.the_post_thumbnail img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.the_thumbnail_caption {
  font-weight: 400;
  line-height: 16px;
}
.the_content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.the_content h1,
.the_content h2 {
  color: #5C8DC1;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .the_content h1,
  .the_content h2 {
    margin-bottom: 40.5px;
  }
}
.the_content h2 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .the_content h2 {
    margin-bottom: 13.5px;
  }
}
.the_content h5 {
  font-weight: 600;
  letter-spacing: 0;
}
.loop {
  margin-bottom: 48px;
}
.loop .btn-wrapper {
  text-align: center;
}
body.page .gform_wrapper.wrapper--acabluelight_wrapper {
  margin-left: -15px;
  margin-right: -15px;
  background: #9DC5E2;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}
body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .gform_body .gform_custom_title {
  color: #003c69;
  font-weight: 600;
  font-style: italic;
  padding-top: 24px;
}
body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .ginput_container input {
  border-radius: 0;
  border: 1px solid #333333;
  padding: 5px 8px !important;
}
body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .gform_footer {
  text-align: left;
}
body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .gform_footer .gform_button.button {
  width: auto;
  background-color: transparent !important;
  border-color: #003c69 !important;
  color: #003c69 !important;
  font-weight: 600;
  padding: 6px 30px;
  margin-bottom: 12px !important;
}
body.single.single-post .the_thumbnail {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body.single.single-post .the_thumbnail {
    margin-bottom: 27px;
  }
}
body.single.single-post .the_content {
  padding-top: 0;
}
body.single.single-post .the_content .placemark {
  font-weight: 600;
}
body.single.single-person .the_person {
  margin-bottom: 24px;
}
body.single.single-person .the_person .the_post_thumbnail img {
  width: 40%;
  margin-top: 24px;
}
body.single.single-person .the_post_thumbnail {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
}
body.single.single-person .the_person_data .gen_fullname,
body.single.single-person .the_person_data .gen_title {
  font-weight: 600;
  color: #5C8DC1;
  font-style: italic;
  margin-bottom: 0;
}
body.single.single-person .the_person_data .relations {
  font-weight: 600;
}
body.single.single-person .the_person_data .person_gen_data {
  margin-top: 24px;
}
body.single.single-person .the_person_data .person_gen_data tr {
  background-color: transparent;
}
body.single.single-person .the_person_data .person_gen_data tr td {
  vertical-align: top;
  padding-left: 0;
  display: block;
  clear: both;
}
body.single.single-person .the_person_data .person_gen_data tr td a {
  font-weight: 400;
  color: #333333;
}
body.single.single-person .the_person_data .person_gen_data tr td:first-child {
  font-weight: 600;
}
body.single.single-person .the_person_data .person_gen_data tr td:last-child {
  margin-bottom: 12px;
}
body.single.single-person .the_person_data .person_gen_data tr.gen_department td:first-child {
  display: none;
}
body.single.single-person .the_person_data .person_gen_data tr.gen_company td:last-child {
  margin-bottom: 0;
}
body.single.single-event .event_data {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
body.single.single-event .event_data .col {
  width: auto;
  display: block;
  padding: 0 15px;
  font-weight: 600;
}
body.single.single-event .event_data .col.labels {
  float: left;
  color: #5C8DC1;
}
body.single.single-publication .the_title {
  margin-bottom: 48px;
}
body.single.single-publication .the_post_thumbnail {
  margin-bottom: 24px;
}
body.single.single-publication .the_post_thumbnail img {
  border: 1px solid #333333;
}
body.single.single-publication .the_publication p.publication_downloads,
body.single.single-publication .the_publication p.publication_meta_info {
  font-weight: bold;
}
body.single.single-publication .the_publication p.publication_downloads {
  margin-bottom: 48px;
}
body.single.single-project .the_post_thumbnail {
  margin-bottom: 24px;
}
body.single.single-project .the_content {
  padding-top: 0;
}
body.single.single-project .projectgroup a {
  color: #333333;
}
body.single.single-project .the_project_logo {
  margin-top: 24px;
}
@media (min-width: 768px) {
  body.single.single-project .the_project_logo {
    margin-top: 27px;
  }
}
.sc_accordion {
  overflow: hidden;
  margin-bottom: 24px;
}
.sc_accordion .accordion-title {
  position: relative;
  border-bottom: 1px solid #9DC5E2;
  margin-bottom: 12px;
  padding-right: 30px;
}
.sc_accordion .accordion-title .the_accordion_title {
  margin-bottom: 6px;
  font-weight: 600;
  cursor: pointer;
  color: #5C8DC1;
}
.sc_accordion .accordion-title:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #5C8DC1;
  border: 1px solid #9DC5E2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 18px;
  height: 16px;
  padding-top: 3px;
  padding-left: 1px;
  line-height: 18px;
}
.sc_accordion .accordion-body .the_accordion_content {
  margin-bottom: 0;
}
.sc_accordion .accordion-body ol li,
.sc_accordion .accordion-body ul li {
  margin-left: 26px;
}
.sc_accordion .accordion-body ul li {
  list-style: square;
  margin-bottom: 6px;
}
.sc_accordion.open .accordion-title:after {
  content: '-';
  padding-top: 1px;
  height: 18px;
}
.sc_persons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.sc_persons.list {
  display: flex;
}
.sc_persons.list .person {
  flex: none;
  width: 100%;
}
.sc_persons.list .person p {
  margin-bottom: 0;
}
.sc_persons .person {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.sc_persons .person a.person_link {
  font-weight: 600;
  color: #5C8DC1 !important;
}
.sc_persons .person a.person_link.inst {
  color: #333333 !important;
  font-weight: 400;
  text-decoration: none;
}
.sc_persons .person .avatar {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.sc_persons .person .avatar img {
  display: block;
  width: 50%;
}
.sc_persons .person .person-meta {
  margin-bottom: 36px;
}
.sc_persons .person .person-meta a {
  color: inherit;
}
.sc_persons.is-style-person-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .sc_persons.is-style-person-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .sc_persons.is-style-person-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sc_persons.is-style-person-gallery p:empty {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}
.sc_persons.is-style-person-gallery .person {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  color: #fff;
  background: #EEEEEE;
  padding: 0;
}
.sc_persons.is-style-person-gallery .person a {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.sc_persons.is-style-person-gallery .person img {
  display: block;
  width: 100%;
}
.sc_persons.is-style-person-gallery .person .person-info {
  position: absolute;
  bottom: calc(24px * -1);
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 60, 105, 0.8);
  padding: 0 16px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sc_persons.is-style-person-gallery .person .person-info {
    bottom: calc(27px * -1);
  }
}
.sc_persons.is-style-person-gallery .person:hover .person-info {
  height: 100%;
  padding: 24px 16px;
}
ul.sc_persons.list {
  margin-left: 0;
}
ul.sc_persons.list li.person {
  padding-left: 0;
}
.sc_textbox {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #EEEEEE;
}
.sc_textbox *:last-child {
  margin-bottom: 0;
}
.sc_textbox .card {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sc_textbox .card {
    margin-bottom: 27px;
  }
}
.sc_textbox .sc_eventlist,
.sc_textbox .sc_eventlist.loop {
  margin-bottom: 0;
}
.sc_eventlist,
.sc_eventlist.loop {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sc_eventlist,
  .sc_eventlist.loop {
    margin-bottom: 67.5px;
  }
}
footer a {
  color: #fff;
  font-weight: 400;
}
footer .search-form .search-form-submit {
  color: #fff;
  border-color: #fff;
}
footer .search-form .btn.search-form-submit-btn {
  display: none;
}
footer.footer-newsletter {
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #9DC5E2;
}
footer.footer-newsletter .nl-text {
  color: #fff;
}
footer.footer-newsletter .nl2go-widget select,
footer.footer-newsletter .nl2go-widget input {
  background-color: #fff;
  width: 100%;
  border: 1px solid #fff !important;
}
footer.footer-newsletter .nl2go-widget input[type="checkbox"] {
  width: auto;
  margin-top: 6px;
}
footer.footer-newsletter .nl2go-widget span {
  display: flex;
}
footer.footer-newsletter .nl2go-widget form > div > div:first-child {
  display: flex;
  align-items: center;
}
footer.footer-newsletter .nl2go-widget form.n2go-form .n2go-row {
  margin-bottom: 10px;
}
footer.footer-newsletter .nl2go-widget form.n2go-form .n2go-row:last-child {
  margin-top: 30px;
}
footer.footer-newsletter .nl2go-widget form.n2go-form label.n2go-label {
  color: #fff !important;
}
footer.footer-newsletter .nl2go-widget form.n2go-form input.n2go-input {
  width: 100% !important;
}
footer.footer-newsletter .nl2go-widget form.n2go-form select.n2go-input-select {
  background-color: #fff;
}
footer.footer-newsletter .nl2go-widget form.n2go-form button.n2go-button {
  border: 1px solid #333333;
  border-radius: 0;
  padding: 6px 30px;
}
footer.footer-newsletter .nl2go-widget form.n2go-form button.n2go-button:hover {
  background-color: #003c69;
  color: #fff;
  border-color: #003c69;
}
/** n2go-styles: **/
/*
{
  "form": {
    "class": "n2go-form",
    "style": ""
  },
  "container": {
    "type": "div",
    "class": "n2go-container",
    "style": "width: 100%;"
  },
  "row": {
    "type": "div",
    "class": "n2go-row",
    "style": ""
  },
  "columnLeft": {
    "type": "div",
    "class": "n2go-column-left",
    "style": ""
  },
  "columnRight": {
    "type": "div",
    "class": "n2go-column-right",
    "style": ""
  },
  "checkbox": {
    "type": "input",
    "class": "n2go-input-checkbox",
    "style": ""
  },
  "separator": {
    "type": "br",
    "class": "n2go-sep",
    "style": ""
  },
  "input": {
    "class": "n2go-input",
    "style": ""
  },
  "dropdown": {
    "type": "select",
    "class": "n2go-input-select",
    "style": ""
  },
  "button": {
    "type": "button",
    "class": "n2go-button",
    "id": "",
    "style": ""
  },
  "label": {
    "type": "label",
    "class": "n2go-label",
    "style": ""
  },
  "loader": {
    "type": "img",
    "src": "//www.newsletter2go.com/images/loader.svg",
    "class": "n2go-loader",
    "style": "margin: auto; display:block;"
  },
  "message": {
    "type": "h2",
    "class": "n2go-message",
    "id": "",
    "style": ""
  }
}


// Original:
{
  "form": {
    "class": "",
    "style": ""
  },
  "container": {
    "type": "div",
    "class": "",
    "style": "width: 100%;"
  },
  "row": {
    "type": "div",
    "class": "",
    "style": ""
  },
  "columnLeft": {
    "type": "div",
    "class": "",
    "style": "width: 40%; padding: 10px 5px; display: inline-block;"
  },
  "columnRight": {
    "type": "div",
    "class": "",
    "style": " width: 60%; display: inline-block;"
  },
  "checkbox": {
    "type": "input",
    "class": "",
    "style": ""
  },
  "separator": {
    "type": "br",
    "class": "",
    "style": ""
  },
  "input": {
    "class": "",
    "style": "padding: 5px 10px; border-radius: 2px; border: 1px solid #d8dee4;"
  },
  "dropdown": {
    "type": "select",
    "class": "",
    "style": "padding: 3px 5px; border-radius: 2px; border: 1px solid #d8dee4;"
  },
  "button": {
    "type": "button",
    "class": "",
    "id": "",
    "style": "background-color: #00baff; border: none; border-radius: 4px; padding: 10px 20px; color: #ffffff; margin-top: 20px; cursor: pointer;"
  },
  "label": {
    "type": "label",
    "class": "",
    "style": "padding-left: 5px; display: inline-block;"
  },
  "loader": {
    "type": "img",
    "src": "//www.newsletter2go.com/images/loader.svg",
    "class": "",
    "style": "margin: auto; display:block;"
  },
  "message": {
    "type": "h2",
    "class": "",
    "id": "",
    "style": "text-align: center;"
  }
}
 */
footer.footer-main {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #003c69;
  color: #fff;
}
footer.footer-main .sidebar .widget {
  margin-bottom: 24px;
}
footer.footer-main .sidebar .widget .widgettitle {
  font-weight: 600;
}
footer.footer-main .sidebar .widget.widget_nav_menu ul.menu li.menu-item {
  list-style: none;
  margin-left: 0;
}
footer.footer-main .sidebar .widget:last-child {
  margin-bottom: 0;
}
footer.footer-main .copyright-text {
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.pagination {
  margin-top: 48px;
}
.pagination .btn-wrapper .prev.page-numbers,
.pagination .btn-wrapper .next.page-numbers {
  display: inline-block;
  border: 1px solid #333333;
  padding: 6px 30px;
  font-weight: 600;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.pagination .btn-wrapper .page-numbers {
  display: none;
}
.the_archive {
  padding-top: 48px;
}
.the_archive .btn-wrapper {
  text-align: center;
}
#topicLoop .row > div:last-child .the_topic {
  margin-bottom: 0;
}
.search p {
  display: block;
}
.pt-archive .btn-wrapper {
  text-align: center;
}
.loop-title-row {
  margin: 0;
  padding-bottom: 6px;
  font-weight: bold;
  border-bottom: 2px solid #9DC5E2;
}
.loop-row .the_card_thumbnail {
  max-width: 100px;
}
.loop-row .row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.loop-row .row p {
  margin-bottom: 0 !important;
}
.loop-row .the_title,
.loop-row .the_date,
.loop-row .topic {
  font-weight: 600;
  color: #333333;
}
.loop-row .the_title {
  margin-bottom: 0;
}
.loop-row .post_type_title {
  margin-bottom: 12px;
}
.loop-row.ng-loop-row {
  display: block;
}
.loop-row.ng-scope {
  padding-left: 15px;
  padding-right: 15px;
}
.loop-row.ng-scope p {
  margin-bottom: 12px;
}
.loop-row.ng-scope p.name,
.loop-row.ng-scope .institution {
  font-weight: 600;
}
.loop-row.ng-scope .casfunction,
.loop-row.ng-scope .contact {
  font-weight: 400;
}
.loop-row:nth-child(even) {
  background-color: #EEEEEE;
}
#personLoop .the_card_thumbnail {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.the_topic {
  margin-bottom: 48px;
}
.the_topic .the_excerpt {
  position: relative;
  color: #333333;
  transition: color 0.2s ease;
}
.the_topic .the_excerpt:hover {
  color: #666666;
}
#pt-mediathek div.gallery .gallery-item .gallery-caption {
  font-weight: 600;
  font-style: italic;
  color: #5C8DC1;
  margin-bottom: 12px;
}
.page-template-pt-organigramm .the_content,
.page-template-pt-organigramm .archive_filter {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .page-template-pt-organigramm .the_content,
  .page-template-pt-organigramm .archive_filter {
    margin-bottom: 13.5px;
  }
}
.page-template-pt-organigramm [id^="image-map-pro"] {
  display: none;
}
@media (min-width: 768px) {
  .page-template-pt-organigramm [id^="image-map-pro"] {
    display: block;
  }
}
.page-template-pt-organigramm .filter_wrapper a,
.page-template-pt-organigramm .filter_wrapper button {
  width: 100% !important;
  text-align: center;
}
.aca_sidebar .aca-widget {
  list-style: none;
  margin-left: 0;
  margin-bottom: 24px;
}
.aca_sidebar .aca-widget .widget-title {
  color: #5C8DC1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 12px;
}
.aca_sidebar .aca-widget p {
  margin-bottom: 12px;
}
.aca_sidebar .aca-widget.contacts .contact-title {
  color: #5C8DC1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 12px;
}
.aca_sidebar .aca-widget.contacts .contact-avatar img {
  display: inline-block;
  max-width: 30%;
}
.aca_sidebar .aca-widget.contacts .contact-info .fullname,
.aca_sidebar .aca-widget.contacts .contact-info .mail {
  font-weight: 600;
}
.aca_sidebar .aca-widget.contacts .contact-info a.tel {
  font-weight: 400;
  color: #333333;
}
.aca_sidebar .aca-widget.publications .publication-post-thumbnail img {
  max-width: 50%;
  border: 1px solid #333333;
  max-width: 150px;
  margin: 0 auto;
}
.aca_sidebar .aca-widget.project_meta {
  font-weight: 600;
}
.aca_sidebar .aca-widget.project_partner ul.the_partner li.partner,
.aca_sidebar .aca-widget.project_promoter ul.the_partner li.partner,
.aca_sidebar .aca-widget.project_partner ul.the_promoter li.partner,
.aca_sidebar .aca-widget.project_promoter ul.the_promoter li.partner,
.aca_sidebar .aca-widget.project_partner ul.the_partner li.promoter,
.aca_sidebar .aca-widget.project_promoter ul.the_partner li.promoter,
.aca_sidebar .aca-widget.project_partner ul.the_promoter li.promoter,
.aca_sidebar .aca-widget.project_promoter ul.the_promoter li.promoter {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
}
.aca_sidebar .aca-widget.project_partner ul.the_partner img,
.aca_sidebar .aca-widget.project_promoter ul.the_partner img,
.aca_sidebar .aca-widget.project_partner ul.the_promoter img,
.aca_sidebar .aca-widget.project_promoter ul.the_promoter img {
  display: block;
  width: 100%;
}
.the_tags {
  margin-bottom: 48px;
}
.teaser-image-container .teaser-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 216px;
}
.teaser-image-container .teaser-image:before {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 60, 105, 0.35);
  opacity: 1;
  transition: opacity ease 0.2s;
}
.teaser-image-container .teaser-image .image-credits {
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 6px;
  right: 15px;
}
.teaser-image-container .teaser-image .content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 24px 30px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  word-break: break-word;
}
.teaser-image-container .teaser-image .content a {
  color: #fff;
}
.teaser-image-container .teaser-image .content .big_text {
  line-height: 1.2em;
}
.teaser-image-container .teaser-image .content .the_title,
.teaser-image-container .teaser-image .content .the_subtitle {
  padding-left: 15px;
  padding-right: 15px;
}
.teaser-image-container .teaser-image .content .the_title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}
.teaser-image-container .teaser-image .content .claim {
  text-align: center;
  margin-bottom: 12px;
}
.teaser-image-container .teaser-image .content .block_title {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 12px;
}
.teaser-image-container .teaser-image .content .big_text {
  color: #fff;
}
#teaser-image-slider {
  visibility: hidden;
}
#teaser-image-slider.slick-initialized {
  visibility: visible;
}
#teaser-image-slider .slick-arrow {
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #fff;
  height: 25px;
  width: 25px;
  top: calc(50% - 15px);
}
#teaser-image-slider .slick-arrow.slick-prev {
  left: 15px;
}
#teaser-image-slider .slick-arrow.slick-next {
  right: 15px;
}
#teaser-image-slider .slick-arrow:before {
  top: -2px;
  opacity: 1;
  font-size: 22px;
}
#teaser-image-slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 36px;
}
#teaser-image-slider .slick-dots li {
  position: relative;
  background-color: transparent;
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  transition: all ease 0.2s;
}
#teaser-image-slider .slick-dots li.slick-active {
  border-color: transparent;
  background-color: #E88800;
}
#teaser-image-slider .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}
#teaser-image-slider .slick-dots li button:before,
#teaser-image-slider .slick-dots li button:after {
  display: none;
}
#teaser-image-slider .teaser-image {
  position: relative;
  display: block !important;
}
#teaser-image-slider .teaser-image .image {
  height: 100%;
}
#teaser-image-slider .teaser-image .image img {
  height: 100%;
  object-fit: cover;
}
#teaser-image-slider .teaser-image .content {
  padding: 24px 30px 48px 30px;
}
body .card,
body.single .card,
.card {
  margin-bottom: 24px;
}
body .card .the_thumbnail,
body.single .card .the_thumbnail,
.card .the_thumbnail {
  margin-bottom: 12px;
}
body .card .the_thumbnail img,
body.single .card .the_thumbnail img,
.card .the_thumbnail img {
  display: block;
  width: 100%;
}
body .card .the_title,
body.single .card .the_title,
.card .the_title {
  margin-bottom: 0;
  font-weight: 600;
  color: #333333;
}
body .card .meta-info,
body.single .card .meta-info,
.card .meta-info {
  margin-bottom: 0;
  font-weight: 600;
}
body .card .meta-info.event,
body.single .card .meta-info.event,
.card .meta-info.event {
  margin-bottom: 0;
}
body .card.publication .the_thumbnail img,
body.single .card.publication .the_thumbnail img,
.card.publication .the_thumbnail img {
  border: 1px solid #333333;
  max-width: 150px;
  margin: 0 auto;
}
body .card.publication .meta-info,
body.single .card.publication .meta-info,
.card.publication .meta-info {
  font-weight: 600;
}
body .card.publication.big .the_title,
body.single .card.publication.big .the_title,
.card.publication.big .the_title {
  font-weight: 600;
}
body .card.search,
body.single .card.search,
.card.search {
  padding: 24px 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
body .card.search .the_title,
body.single .card.search .the_title,
.card.search .the_title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
body .card.search .flex-wrapper,
body.single .card.search .flex-wrapper,
.card.search .flex-wrapper {
  display: flex;
}
body .card.search .flex-wrapper .input-group,
body.single .card.search .flex-wrapper .input-group,
.card.search .flex-wrapper .input-group {
  flex: 1 1 auto;
  padding-right: 10px;
  margin-bottom: 0;
}
body .card.search .flex-wrapper .input-group-icon,
body.single .card.search .flex-wrapper .input-group-icon,
.card.search .flex-wrapper .input-group-icon {
  display: none;
}
body .card.search .flex-wrapper .search-form-submit,
body.single .card.search .flex-wrapper .search-form-submit,
.card.search .flex-wrapper .search-form-submit {
  position: relative;
  flex: none;
  width: 34px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #fff;
  text-indent: -999999px;
}
body .card.search .flex-wrapper .search-form-submit:before,
body.single .card.search .flex-wrapper .search-form-submit:before,
.card.search .flex-wrapper .search-form-submit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: 0;
}
body .card.search .flex-wrapper .search-form-submit:before.fa-pull-left,
body.single .card.search .flex-wrapper .search-form-submit:before.fa-pull-left,
.card.search .flex-wrapper .search-form-submit:before.fa-pull-left {
  margin-right: 0.3em;
}
body .card.search .flex-wrapper .search-form-submit:before.fa-pull-right,
body.single .card.search .flex-wrapper .search-form-submit:before.fa-pull-right,
.card.search .flex-wrapper .search-form-submit:before.fa-pull-right {
  margin-left: 0.3em;
}
body .card.search .flex-wrapper .search-form-submit:before.pull-left,
body.single .card.search .flex-wrapper .search-form-submit:before.pull-left,
.card.search .flex-wrapper .search-form-submit:before.pull-left {
  margin-right: 0.3em;
}
body .card.search .flex-wrapper .search-form-submit:before.pull-right,
body.single .card.search .flex-wrapper .search-form-submit:before.pull-right,
.card.search .flex-wrapper .search-form-submit:before.pull-right {
  margin-left: 0.3em;
}
body .card.term .the_thumbnail,
body.single .card.term .the_thumbnail,
.card.term .the_thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body .card.term .the_thumbnail .the_content,
body.single .card.term .the_thumbnail .the_content,
.card.term .the_thumbnail .the_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: rgba(157, 197, 226, 0.9);
  opacity: 0;
  transition: opacity ease 0.25s;
}
body .card.term .the_thumbnail .the_content .term_excerpt,
body.single .card.term .the_thumbnail .the_content .term_excerpt,
.card.term .the_thumbnail .the_content .term_excerpt {
  color: #fff;
  font-weight: 600;
  word-break: break-word;
}
body .card.term .the_title,
body.single .card.term .the_title,
.card.term .the_title {
  font-weight: 600;
}
body .card.term:hover .the_thumbnail .the_content,
body.single .card.term:hover .the_thumbnail .the_content,
.card.term:hover .the_thumbnail .the_content {
  opacity: 1;
}
body .card.term:hover .the_title,
body.single .card.term:hover .the_title,
.card.term:hover .the_title {
  text-decoration: underline;
}
body .card.testimonial .the_testimonial,
body.single .card.testimonial .the_testimonial,
.card.testimonial .the_testimonial {
  display: flex;
  flex-wrap: wrap;
}
body .card.testimonial .the_testimonial .the_thumbnail,
body.single .card.testimonial .the_testimonial .the_thumbnail,
.card.testimonial .the_testimonial .the_thumbnail {
  flex: none;
  width: 25%;
  padding-right: 30px;
}
body .card.testimonial .the_testimonial .the_quote,
body.single .card.testimonial .the_testimonial .the_quote,
.card.testimonial .the_testimonial .the_quote {
  flex: none;
  width: 75%;
}
body .card.testimonial .the_testimonial .the_quote blockquote,
body.single .card.testimonial .the_testimonial .the_quote blockquote,
.card.testimonial .the_testimonial .the_quote blockquote {
  padding-left: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-style: italic;
  color: #5C8DC1;
}
body .card.testimonial .the_testimonial .the_quote blockquote:before,
body.single .card.testimonial .the_testimonial .the_quote blockquote:before,
.card.testimonial .the_testimonial .the_quote blockquote:before {
  display: none;
}
body .card.testimonial .the_testimonial .the_quote .the_name,
body.single .card.testimonial .the_testimonial .the_quote .the_name,
.card.testimonial .the_testimonial .the_quote .the_name {
  margin-bottom: 12px;
  font-weight: 600;
}
.archive_filter {
  margin-bottom: 24px;
}
.archive_filter .filter {
  width: 100%;
  color: #333333;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #333333;
  margin-bottom: 24px;
  padding-left: 10px;
}
.archive-metainfo {
  display: flex;
  margin-bottom: 0;
}
.archive-metainfo .posts-count {
  flex: 1 1 auto;
  font-weight: 600;
}
.archive-metainfo .posts-amount {
  display: block;
  width: 100%;
  text-align: right;
  flex: none;
}
.archive-metainfo .posts-amount span {
  cursor: pointer;
}
.archive-metainfo .posts-amount span:hover,
.archive-metainfo .posts-amount span.active {
  color: #5C8DC1;
}
.post_type_select {
  margin-bottom: 48px;
}
.post_type_select .post_type_selector {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-right: 30px;
}
.post_type_select .post_type_selector label span {
  font-weight: 600;
}
.btn.archive_filter_btn {
  width: 100%;
  margin-bottom: 24px;
}
.posts-old {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
.page_pagination > span.btn {
  background-color: #003c69;
  color: #fff;
  margin-bottom: 24px;
}
.page_pagination .btn {
  padding: 6px 10px;
}
.page_pagination a {
  display: inline-block;
  margin-bottom: 24px;
}
.page_pagination a#page_pagination_prev {
  margin-left: 0;
  margin-right: 15px;
}
.page_pagination a#page_pagination_next {
  margin-left: 15px;
  margin-right: 0;
}
.ng-scope {
  position: relative;
}
.event_date a,
.event_details a {
  font-weight: 400;
  color: #333333;
}
.event_date a.acabluedark,
.event_details a.acabluedark {
  color: #003c69;
}
.event_date a.acabluelight,
.event_details a.acabluelight {
  color: #9DC5E2;
}
.loop-row:hover a {
  text-decoration: underline;
}
.loop-row:hover .event-series a {
  text-decoration: none;
}
.loop-row:hover .event-series a:hover {
  text-decoration: underline;
}
#eventLoop .loop-row:hover a {
  text-decoration: none;
}
#eventLoop .loop-row:hover a:hover {
  text-decoration: underline;
}
.ng-pagination .page_numbers.btn {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 24px;
  padding: 6px 6px;
}
.ng-pagination .page_numbers.btn.archive_btn.prev {
  margin-left: 0;
}
.ng-pagination .page_numbers.btn.archive_btn.next {
  margin-right: 0;
}
.ng-pagination .page_numbers.btn.current {
  background-color: #003c69;
  color: #fff;
}
#bottom-controls {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: none;
  margin: 0;
  padding: 0;
  color: #003c69;
  list-style: none;
}
#bottom-controls * {
  color: inherit;
}
#bottom-controls .bottom-controls-item {
  font-size: 16px;
  line-height: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 7.5px;
  border: 2px solid #003c69;
  background-color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  #bottom-controls .bottom-controls-item {
    font-size: 18px;
    line-height: 1.5em;
  }
}
#bottom-controls .fa-chevron-up {
  transform: translateY(-0.05rem);
}
#comments {
  width: 100%;
}
.comments-title {
  padding: 12px 15px;
  margin-bottom: 48px;
  margin-top: 48px;
  font-size: 20px;
  line-height: 1.2em;
}
.comments-title .title {
  white-space: pre;
}
.comment-list {
  list-style: inside none;
  margin-bottom: 48px;
}
.comment-list .comment {
  display: block;
  position: relative;
  margin: 0 0 24px;
  padding: 12px 15px 0;
}
.comment-list .comment:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
}
.comment-list .comment.odd:before {
  background: rgba(255, 255, 255, 0.9);
}
.comment-list .comment .comment-respond {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}
.comment-list > li.comment {
  padding-bottom: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.comment-list .children {
  list-style: inside none;
  margin-right: -15px;
  margin-bottom: -24px;
  margin-left: 30px;
  zoom: 1;
  clear: both;
}
.comment-list .children .comment {
  padding-right: 0;
  padding-right: 15px;
}
.comment-body {
  position: relative;
  display: grid;
  grid-template-areas: "meta meta" "avatar comment" ". reply";
  grid-template-columns: auto 1fr;
  grid-column-gap: 32px;
  z-index: 1;
  zoom: 1;
  clear: both;
}
.comment-body .comment-meta {
  grid-area: meta;
}
.comment-body .comment-avatar {
  grid-area: avatar;
}
.comment-body .comment-content {
  grid-area: comment;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
}
.comment-body > .reply {
  grid-area: reply;
}
.comment-content {
  margin-bottom: 12px;
}
.comment-content :last-child {
  margin-bottom: 0;
}
.comment-meta {
  margin: -12px -15px 0;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}
.comment-meta .comment-avatar {
  flex: 0 0 auto;
}
.comment-meta .comment-avatar .avatar {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 15px 0 0;
}
.comment-meta .comment-metadata {
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.84615385em;
}
.comment-meta .comment-metadata .edit-link {
  display: block;
  font-weight: bold;
}
.comment-meta .reply {
  flex: 0 0 auto;
}
.comment-meta .reply .comment-reply-link {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  padding: 12px 15px;
  border-radius: 3px;
  margin: 0 0 0 15px;
  transition: 0.5s background-color ease, 0.5s color ease;
}
.comment-meta .reply .comment-reply-link .text {
  display: none;
}
.comment-meta .reply .comment-reply-link:hover {
  background: rgba(255, 255, 255, 0.9);
}
.comment-meta .highlight-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 7.5px;
}
.bypostauthor .highlight-bar {
  display: block;
}
.comments-pagination {
  margin-bottom: 24px;
}
.comments-pagination .nav-links {
  text-align: center;
}
.comments-pagination .page-numbers {
  display: inline-block;
  padding: 6px 15px;
  margin: 0 7.5px;
  border-radius: 3px;
}
.comments-pagination a.page-numbers {
  transition: all 0.5s ease;
}
.comments-pagination .prev,
.comments-pagination .next {
  display: none;
}
@media (min-width: 768px) {
  .comments-title {
    padding: 13.5px 15px;
    margin-bottom: 54px;
    margin-top: 54px;
    font-size: 23px;
    line-height: 1.17391304em;
  }
  .comment-list {
    margin-bottom: 54px;
  }
  .comment-list .comment {
    margin: 0 0 27px;
    padding: 13.5px 15px 0;
  }
  .comment-list .children {
    margin-bottom: -27px;
  }
  .comment-content {
    margin-bottom: 13.5px;
  }
  .comment-meta {
    margin: -13.5px -15px 0;
    padding-top: 13.5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
  .comment-meta .comment-avatar .avatar {
    height: 54px;
  }
  .comment-meta .comment-metadata {
    font-size: 18px;
    line-height: 1.5em;
  }
  .comment-meta .reply .comment-reply-link {
    padding: 13.5px 15px;
  }
  .comment-meta .reply .comment-reply-link .text {
    display: inline-block;
    margin-left: 7.5px;
  }
  .comments-pagination {
    margin-bottom: 27px;
  }
  .comments-pagination .page-numbers {
    padding: 6.75px 15px;
  }
}
.comment-respond {
  margin-bottom: 48px;
}
.comment-reply-title {
  padding: 12px 15px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.2em;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-flow: row nowrap;
}
.comment-reply-title small {
  flex: 0 0 auto;
  font-size: inherit;
}
.comment-reply-title #cancel-comment-reply-link {
  font-size: 13px;
  line-height: 1.84615385em;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 15px;
  border-radius: 3px;
  transition: 0.5s all ease;
  align-self: flex-end;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.comment-form {
  padding: 24px 15px 0;
}
.comment-form label {
  display: block;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
}
.comment-form input[type="checkbox"] {
  width: auto;
  float: left;
  height: 24px;
  margin: 0 15px 24px 0;
}
.comment-form input[type="submit"] {
  width: auto;
}
.comment-form .form-submit {
  text-align: right;
}
@media (min-width: 768px) {
  .comment-respond {
    margin-bottom: 54px;
  }
  .comment-reply-title {
    padding: 13.5px 15px;
    font-size: 23px;
    line-height: 1.17391304em;
  }
  .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    line-height: 1.8em;
  }
  .comment-form {
    padding: 27px 15px 0;
  }
  .comment-form input[type="checkbox"] {
    height: 27px;
    margin: 0 15px 27px 0;
  }
}
.magnify > .magnify-lens {
  width: 250px;
  height: 250px;
}
/**
 * Responsive Views
 * Small screen / tablet > 768px
 */
@media (min-width: 768px) {
  ul,
  ol {
    margin-bottom: 27px;
  }
  blockquote:before {
    font-size: 33.75px;
  }
  /* Box Sizing Reset
-----------------------------------------------*/
  /* All of our custom controls should be what we expect them to be */
  /* These elements are usually rendered a certain way by the browser */
  /* Text Inputs
-----------------------------------------------*/
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=range],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week] {
    padding: 6.75px 10px;
  }
  /* Button Controls
-----------------------------------------------*/
  /* File Uploads
-----------------------------------------------*/
  input[type=file] {
    padding: 6.75px 5px;
  }
  /* Search Input
-----------------------------------------------*/
  /* Buttons
-----------------------------------------------*/
  button,
  input[type="reset"],
  input[type="button"],
  input[type="submit"] {
    padding: 6.75px 30px;
  }
  /* Textarea
-----------------------------------------------*/
  textarea {
    padding: 6.75px 5px;
  }
  /* Selects
-----------------------------------------------*/
  select {
    padding: 6.75px 30px 6.75px 5px;
  }
  /* Form Groups
-----------------------------------------------*/
  .input-group .clean-input {
    line-height: 25px;
  }
  .input-group .icon-button {
    line-height: 25px;
  }
  .page-wrapper {
    margin-bottom: 108px;
  }
  .search-form .input-group {
    margin-bottom: 27px;
  }
  .search-form .input-group .clean-input {
    line-height: 27px;
  }
  .search-form .search-form-submit {
    line-height: 27px;
  }
  .aca_gf_headline,
  .gform_wrapper h1.aca_gf_headline,
  .gform_wrapper h2.aca_gf_headline,
  .gform_wrapper h3.aca_gf_headline {
    padding-top: 27px;
    margin-bottom: 27px;
  }
  .gform_confirmation_wrapper.wrapper--acabluelight {
    padding: 27px 30px;
  }
  div.pL {
    margin-bottom: 27px;
  }
  .btn {
    padding: 6.75px 30px;
  }
  .wp-caption {
    margin-bottom: 27px;
  }
  .wp-caption img {
    padding-bottom: 6.75px;
  }
  img.alignleft,
  img.alignright,
  figure.alignleft,
  figure.alignright {
    margin-bottom: 27px;
  }
  img.alignleft {
    float: left;
    padding-right: 15px;
  }
  img.alignright {
    float: right;
    padding-left: 15px;
  }
  blockquote img.alignleft,
  blockquote img.alignright {
    padding-left: 0;
    padding-right: 0;
  }
  header.header-mobile {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  /**
 * The slide in navigation
 */
  header.header-mobile .search-form {
    margin: 19.25px 20px 20.25px;
  }
  header.header-mobile nav.header-menu ul.menu li.menu-item a {
    padding: 13.5px 25px;
  }
  header.header-mobile nav.header-menu ul.menu li.menu-item span.sub-menu-trigger {
    margin-right: 2px;
    width: 46px;
    line-height: 46px;
    height: 46px;
  }
  header.header-mobile nav.header-menu ul.menu li.menu-item ul.sub-menu li.sub-menu-close {
    padding: 13.5px 25px;
  }
  .widget.widget_media_video .wp-video {
    margin-bottom: 27px;
  }
  .widget.widget_search .search-form {
    margin-bottom: 27px;
  }
  .widget.widget_categories ul,
  .widget.widget_recent_entries ul {
    margin-bottom: 27px;
  }
  body.front-page .row.terms .search-card,
  body.error404 .row.terms .search-card {
    display: block;
  }
  body.front-page .wrapper--acabluelight,
  body.error404 .wrapper--acabluelight {
    margin-bottom: 27px;
  }
  body.front-page .wrapper--acabluedark,
  body.error404 .wrapper--acabluedark {
    padding-top: 27px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  body.front-page .btn-wrapper,
  body.error404 .btn-wrapper {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  body.front-page .frontpage_claim,
  body.error404 .frontpage_claim {
    margin-top: 0;
    margin-bottom: 13.5px;
  }
  body.front-page .frontpage_claim .acatech_icon,
  body.error404 .frontpage_claim .acatech_icon {
    flex: none;
    float: left;
    margin-right: 30px;
    height: 81px;
  }
  body.front-page .frontpage_claim .the_claim > *,
  body.error404 .frontpage_claim .the_claim > * {
    text-align: left;
  }
  .the_post_thumbnail img {
    margin-bottom: 13.5px;
  }
  .the_content {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .loop {
    margin-bottom: 54px;
  }
  body.single.single-person .the_person {
    margin-bottom: 27px;
  }
  body.single.single-person .the_person .the_post_thumbnail img,
  body.single.single-person .the_person .the_post_thumbnail figcaption {
    width: 80%;
    margin: 0;
  }
  body.single.single-person .the_post_thumbnail {
    margin-bottom: 27px;
  }
  body.single.single-person .the_person_data .person_gen_data {
    margin-top: 27px;
  }
  body.single.single-person .the_person_data .person_gen_data tr td {
    display: table-cell !important;
    margin-bottom: 0 !important;
  }
  body.single.single-publication .the_title {
    margin-bottom: 54px;
  }
  body.single.single-publication .the_post_thumbnail {
    margin-bottom: 27px;
  }
  body.single.single-publication .the_publication p.publication_downloads {
    margin-bottom: 54px;
  }
  body.page .gform_wrapper.wrapper--acabluelight_wrapper {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .gform_body .gform_custom_title {
    padding-top: 27px;
  }
  body.page .gform_wrapper.wrapper--acabluelight_wrapper .wrapper--acabluelight .gform_footer .gform_button.button {
    padding: 6.75px 30px;
    margin-bottom: 13.5px !important;
  }
  .sc_accordion {
    margin-bottom: 27px;
  }
  .sc_accordion .accordion-title {
    margin-bottom: 13.5px;
  }
  .sc_accordion .accordion-title .the_accordion_title {
    margin-bottom: 6.75px;
  }
  .sc_accordion.open .accordion-body ul li {
    margin-bottom: 6.75px;
  }
  .sc_persons .person .avatar {
    margin-bottom: 13.5px;
  }
  .sc_persons .person .person-meta {
    margin-bottom: 40.5px;
  }
  .sc_textbox {
    margin-bottom: 27px;
    padding: 27px;
  }
  footer.footer-newsletter {
    margin-top: 27px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  footer.footer-newsletter {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  footer.footer-newsletter .nl2go-widget form.n2go-form button.n2go-button {
    padding: 6.75px 30px;
  }
  footer.footer-main {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  footer.footer-main .sidebar {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  footer.footer-main .sidebar .widget {
    flex: 0 1 50%;
    margin-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pagination {
    margin-top: 54px;
  }
  .pagination .btn-wrapper .prev.page-numbers,
  .pagination .btn-wrapper .next.page-numbers {
    padding: 6.75px 30px;
  }
  .loop-title-row {
    padding-bottom: 6.75px;
  }
  .loop-row {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #BBBBBB;
  }
  .loop-row .row {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  .loop-row .post_type_title {
    margin-bottom: 13.5px;
  }
  .loop-row:before {
    content: '';
    position: absolute;
    top: 13.5px;
    bottom: 13.5px;
    left: 50%;
    display: block;
    width: 1px;
    background-color: #BBBBBB;
    z-index: 10;
  }
  #personLoop .loop-row.ng-scope p {
    margin-bottom: 13.5px;
  }
  #personLoop .loop-row.ng-scope:before {
    left: 50%;
  }
  .search .loop-row:before {
    left: 50%;
  }
  .search .loop-row:after {
    content: ' ';
    position: absolute;
    top: 13.5px;
    bottom: 13.5px;
    left: 66.66666667%;
    display: block;
    width: 1px;
    background-color: #BBBBBB;
    z-index: 10;
  }
  .the_topic {
    margin-bottom: 54px;
  }
  .pt-archive .btn-wrapper {
    text-align: center;
  }
  .pt-archive.event .loop-row:before {
    left: 25%;
  }
  #pt-mediathek div.gallery .gallery-item .gallery-caption {
    margin-bottom: 13.5px;
  }
  body .card,
  body.single .card,
  .card {
    margin-bottom: 27px;
  }
  body .card .the_thumbnail,
  body.single .card .the_thumbnail,
  .card .the_thumbnail {
    margin-bottom: 13.5px;
  }
  body .card .meta-info.event,
  body.single .card .meta-info.event,
  .card .meta-info.event {
    margin-bottom: 0;
  }
  body .card.publication .the_thumbnail img,
  body.single .card.publication .the_thumbnail img,
  .card.publication .the_thumbnail img {
    margin: 0;
  }
  body .card.search,
  body.single .card.search,
  .card.search {
    height: calc(100% - 64px);
    padding: 27px 15px;
    margin-left: 0;
    margin-right: 0;
  }
  body .card.search .the_title,
  body.single .card.search .the_title,
  .card.search .the_title {
    margin-bottom: 13.5px;
  }
  body .card.search .search-form-submit-btn,
  body.single .card.search .search-form-submit-btn,
  .card.search .search-form-submit-btn {
    display: inline-block;
    border-radius: 0;
    border-color: #003c69;
    color: #003c69;
    text-align: center;
    padding: 0 30px;
    margin-top: 27px;
  }
  body .card.testimonial .the_testimonial .the_quote blockquote,
  body.single .card.testimonial .the_testimonial .the_quote blockquote,
  .card.testimonial .the_testimonial .the_quote blockquote {
    margin-bottom: 13.5px;
  }
  body .card.testimonial .the_testimonial .the_quote .the_name,
  body.single .card.testimonial .the_testimonial .the_quote .the_name,
  .card.testimonial .the_testimonial .the_quote .the_name {
    margin-bottom: 13.5px;
  }
  .ng-pagination .page_numbers.btn {
    padding: 6.75px 15px;
  }
  .the_tags {
    margin-bottom: 54px;
  }
  .aca_sidebar .aca-widget {
    margin-bottom: 27px;
  }
  .aca_sidebar .aca-widget .widget-title {
    margin-bottom: 13.5px;
  }
  .aca_sidebar .aca-widget p,
  .aca_sidebar .aca-widget li {
    margin-bottom: 13.5px;
  }
  .aca_sidebar .aca-widget.publications .publication-post-thumbnail img {
    margin: 0;
  }
  .aca_sidebar .aca-widget.project_partner .aca-widget.project_promoter ul.the_partner li.partner,
  .aca_sidebar .aca-widget.project_partner .aca-widget.project_promoter ul.the_promoter li.partner,
  .aca_sidebar .aca-widget.project_partner .aca-widget.project_promoter ul.the_partner li.promoter,
  .aca_sidebar .aca-widget.project_partner .aca-widget.project_promoter ul.the_promoter li.promoter {
    margin-bottom: 27px;
  }
  .aca_sidebar .aca-widget.contacts .contact-title {
    margin-bottom: 13.5px;
  }
  .archive_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
  }
  .archive_filter .filter_wrapper {
    flex: 1 1 50%;
    width: 50%;
  }
  .archive_filter .filter_wrapper.search_word {
    flex: 1 1 100%;
    width: 100%;
  }
  .archive_filter .filter_wrapper .filter {
    width: 100%;
    margin-bottom: 27px;
    /*&.search_word {
				width:
			}*/
  }
  .archive-metainfo {
    margin-bottom: 0;
  }
  .post_type_select {
    margin-bottom: 54px;
  }
  .btn.archive_filter_btn {
    width: auto;
    margin-bottom: 27px;
  }
  .posts-old {
    display: inline-block;
  }
  .teaser-image-container {
    margin-bottom: 27px;
  }
  .teaser-image-container .teaser-image {
    min-height: 243px;
  }
  .teaser-image-container .teaser-image .content {
    padding: 27px 30px;
  }
  .teaser-image-container .teaser-image .content .block_title {
    margin-bottom: 13.5px;
  }
  #teaser-image-slider {
    margin-bottom: 54px;
  }
  #teaser-image-slider .slick-dots {
    bottom: 13.5px;
  }
  #teaser-image-slider .teaser-image .content {
    padding: 0;
  }
}
/**
 * Medium screen / desktop > 992px
 */
@media (min-width: 992px) {
  .viewport {
    padding-top: 0;
  }
  blockquote {
    padding-left: 42px;
  }
  blockquote .alignleft {
    float: left;
  }
  blockquote .alignright {
    float: right;
  }
  blockquote:not(.testimonial_quote):before {
    font-size: 30px;
  }
  blockquote em {
    display: inline;
  }
  header.header-desktop {
    margin-bottom: 54px;
    padding-top: 27px;
    background-color: #fff;
  }
  header.header-desktop .wrapper-row {
    display: flex;
    align-items: center;
    align-items: stretch;
  }
  header.header-desktop .wrapper-row > * {
    flex: none;
  }
  header.header-desktop .logo-wrapper {
    display: flex;
    height: 54px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 27px;
  }
  header.header-desktop .logo-wrapper .the_logo {
    display: block;
  }
  header.header-desktop .logo-wrapper .logo-link {
    width: 100%;
  }
  header.header-desktop .logo-wrapper .logo-link:first-child {
    padding-right: 15px;
  }
  header.header-desktop .wrapper-row {
    position: relative;
  }
  header.header-desktop .wrapper-row .nav-col {
    position: initial;
  }
  header.header-desktop .nav-wrapper {
    height: 100%;
  }
  header.header-desktop .nav-wrapper .header-menu {
    height: 100%;
  }
  header.header-desktop .nav-wrapper ul.menu.header {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 0;
    padding-top: 13.5px;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > a {
    text-decoration: none;
    color: #333333;
  }
  header.header-desktop .nav-wrapper ul.menu.header li.menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header.header-desktop .nav-wrapper ul.menu.header li.menu-item.sub-menu-close {
    display: none !important;
  }
  header.header-desktop .nav-wrapper ul.menu.header li.menu-item.sub-menu-close-md {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  header.header-desktop .nav-wrapper ul.menu.header li.menu-item.sub-menu-close-md .close {
    padding: 15px;
    cursor: pointer;
  }
  header.header-desktop .nav-wrapper ul.menu.header li.menu-item.msls-item {
    text-transform: uppercase;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item {
    flex: none;
    cursor: pointer;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > a {
    position: relative;
    font-weight: 600;
    padding: 3px 10px;
    margin: 0 5px;
    transition: all 0.25s ease;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > a:after {
    content: " ";
    position: absolute;
    top: -25%;
    right: -6px;
    display: block;
    width: 2px;
    height: 33.75px;
    background-color: #333333;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu {
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    display: none;
    padding: 27px 30px;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    column-count: 3;
    column-gap: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    /*&.open {
						display: block;
					}*/
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu > li.menu-item {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 10px;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu > li.menu-item a {
    color: #5C8DC1;
    font-weight: 600;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
    display: inline-block;
    width: 100%;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:before {
    content: "-";
    padding-right: 5px;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a {
    color: #333333;
    font-weight: 400;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item:last-child {
    padding-right: 0;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item:last-child a:after {
    display: none;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item:hover > ul.sub-menu {
    display: block;
  }
  header.header-desktop .nav-wrapper ul.menu.header > li.menu-item:hover > a {
    color: #fff;
    background-color: #9DC5E2;
  }
  body.header-negative header.header-desktop {
    position: relative;
    padding-bottom: 0;
    /*position: absolute;
		top: 0;
		left: 0;
		right: 0;*/
    background-color: transparent;
    z-index: 101;
  }
  body.header-negative header.header-desktop:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  }
  body.header-negative header.header-desktop > .container {
    border-bottom: 1px solid #fff;
  }
  body.header-negative .viewport {
    margin-top: -108px;
    padding-top: 0;
  }
  body.header-negative header.header-desktop {
    margin-bottom: 0;
  }
  body.header-negative header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > a {
    color: #fff;
  }
  body.header-negative header.header-desktop .nav-wrapper ul.menu.header > li.menu-item > a:after {
    background-color: #fff;
  }
  body.header-negative header.header-desktop .nav-wrapper ul.menu.header > li.menu-item:hover > a,
  body.header-negative header.header-desktop .nav-wrapper ul.menu.header > li.menu-item.current-menu-item > a,
  body.header-negative header.header-desktop .nav-wrapper ul.menu.header > li.menu-item.sub-open > a {
    color: #5C8DC1;
    background-color: #fff;
  }
  body.front-page .page-wrapper .block_title,
  body.error404 .page-wrapper .block_title {
    margin-top: 27px;
  }
  body.front-page .page-wrapper .wrapper--acabluedark,
  body.error404 .page-wrapper .wrapper--acabluedark,
  body.front-page .page-wrapper .wrapper--acabluelight,
  body.error404 .page-wrapper .wrapper--acabluelight {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  body.front-page .page-wrapper .wrapper--acabluedark .container,
  body.error404 .page-wrapper .wrapper--acabluedark .container,
  body.front-page .page-wrapper .wrapper--acabluelight .container,
  body.error404 .page-wrapper .wrapper--acabluelight .container {
    margin-bottom: 0;
  }
  body.front-page .frontpage_claim,
  body.error404 .frontpage_claim {
    margin-bottom: 27px;
  }
  footer.footer-main .sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  footer.footer-main .sidebar .widget {
    flex: 0 1 25%;
  }
  .sc_persons .person {
    flex: 0 0 25%;
    width: 25%;
  }
  .sc_persons .person .avatar img {
    width: 33%;
  }
  .teaser-image-container {
    margin-bottom: 54px;
  }
  .teaser-image-container .teaser-image {
    display: block;
  }
  .teaser-image-container .teaser-image .image img {
    display: block !important;
    width: 100%;
  }
  .teaser-image-container .teaser-image .content {
    position: relative;
    height: auto;
    padding: 0;
  }
  .teaser-image-container .teaser-image .content .content-row {
    width: 100%;
    position: absolute;
    bottom: 54px;
    padding-top: 27px;
  }
  .teaser-image-container .teaser-image .content .content-row:before {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 60, 105, 0.6);
    opacity: 0;
    transition: opacity ease 0.3s;
  }
  .teaser-image-container .teaser-image:hover:before {
    opacity: 0;
  }
  .teaser-image-container .teaser-image:hover .content .content-row:before {
    opacity: 1;
  }
  .teaser-image-container .teaser-image:hover .content .content-row a {
    text-decoration: underline;
  }
  #teaser-image-slider .slick-arrow {
    height: 35px;
    width: 35px;
  }
  #teaser-image-slider .slick-arrow.slick-prev {
    left: 30px;
  }
  #teaser-image-slider .slick-arrow.slick-next {
    right: 30px;
  }
  #teaser-image-slider .slick-arrow:before {
    top: -1px;
    font-size: 30px;
  }
  #teaser-image-slider .slick-dots {
    bottom: 54px;
  }
  .card.search {
    height: calc(100% - 64px);
    margin-top: 0 !important;
    padding: 13.5px 15px;
  }
  .card.search .search-form-submit-btn {
    margin-top: 13.5px;
  }
  .archive_filter {
    flex-wrap: nowrap;
  }
  .archive_filter .filter_wrapper {
    flex: 1 1 auto;
    width: 100%;
  }
  .ng-pagination .page_numbers.btn {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 27px;
    padding: 6.75px 30px;
  }
  .ng-pagination .page_numbers.btn.archive_btn.prev {
    margin-left: 0;
    margin-right: 15px;
  }
  .ng-pagination .page_numbers.btn.archive_btn.next {
    margin-left: 15px;
    margin-right: 0;
  }
  .ng-pagination .page_numbers.btn.current {
    background-color: #003c69;
    color: #fff;
  }
  .loop-row:before {
    left: 50%;
  }
  .search .loop-row:before {
    left: 58.33333333%;
  }
  .search .loop-row:after {
    left: 75%;
  }
  .pt-archive.event .loop-row:before {
    left: 16.66666667%;
  }
}
/**
 * Large screen / wide desktop > 1200px
 */
@media (min-width: 1200px) {
  .card.search {
    padding: 27px 15px;
  }
  .card.search .search-form-submit-btn {
    margin-top: 27px;
  }
  .teaser-image-container .teaser-image .content .content-row {
    bottom: 135px;
  }
}
