/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  /* Delete all but one of the following font-size declarations: */
  /* Use a 12px base font size. 16px x 75% = 12px */
  font-size: 75%;
  /* 3 */
  /* Use a 14px base font size. 16px x .875 = 14px */
  font-size: 87.5%;
  /* 3 */
  /* Use a 16px base font size. */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm. */
  line-height: 1.5em; }

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  /**
   * The following font family declarations are available on most computers.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.
   *
   * font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
   *
   * font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   *
   * font-family: "Courier New", "DejaVu Sans Mono", monospace;
   */
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; }

/* Remove default margin. */
body {
  margin: 0;
  padding: 0; }

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0; }

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0; }

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* 3rem / 2em = 1.5em */
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  /* 3rem / 1.5em = 2em */
  margin-top: 1em;
  /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  /* 1.5rem / 1.17em = 1.28205em */
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  /* 1.5rem / 0.83em = 1.80723em */
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  /* 1.5rem / 0.67em = 2.23881em */
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold; }

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0; }

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0; }

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0; }

dd {
  margin: 0 0 0 30px;
  /* LTR */ }

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */ }

/* Correct list images handled incorrectly in IE 7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto; }

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold; }

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

#main-content #page-title {
  padding: 0; }
  #main-content #page-title .title {
    margin: 0 0 1em 0;
    color: #C2112B;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    word-break: break-word; }
  #main-content #page-title .sub-title {
    display: block; }

.page-logo img {
  height: 46px; }

.pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-5, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-6, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-7, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-101, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-105 {
  display: none; }
.pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-108, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-92 {
  display: block; }

body.i18n-en .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-108 {
  display: none; }

#highlighted .region-highlighted {
  max-width: 1920px;
  margin: 0 auto; }

.breadcrumb {
  color: #C2112B; }
  .breadcrumb ol li a {
    color: #000; }
    .breadcrumb ol li a:hover {
      color: #C2112B; }

body.front #content {
  background: #f2f2f2;
  padding: 30px 0 50px 0; }
  body.front #content .content-wrapper {
    background-image: -webkit-radial-gradient(center, ellipse cover, white 0%, #f2f2f2 50%, #f2f2f2 100%);
    background-image: radial-gradient(ellipse at center, white 0%, #f2f2f2 50%, #f2f2f2 100%);
    background-repeat: no-repeat; }
    body.front #content .content-wrapper .node-claim {
      font-family: "Titillium Web", sans-serif; }
body.front #main {
  background-image: url("../images/word-cloud-background.jpg");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed; }

#block-views-highlights-block .block-title {
  display: block;
  margin: 0 0 14px 0;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.5em;
  text-transform: uppercase; }

.block-sharethis {
  margin: 0 0 2em 0; }

#block-views-home-highlight-slides-block-3 ul.home-highlight-slider {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  height: 500px; }
  #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item {
    padding: 5px;
    background: white;
    opacity: 1; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item.bee3D--slide__active {
      z-index: 100; }
      #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item.bee3D--slide__active .slide-item-content-wrapper {
        opacity: 1; }
      #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item.bee3D--slide__active .slide-item-image {
        opacity: 1; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-image {
      -moz-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 0.33; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper {
      -moz-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      transition: opacity 0.5s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 600px;
      opacity: 0; }
      #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content {
        float: left;
        margin: 25px;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(255, 255, 255, 0.75);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
        #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content:after {
          content: "";
          display: table;
          clear: both; }
        #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content .slide-item-title {
          margin: 0;
          font-size: 36px;
          font-weight: 700;
          text-transform: uppercase;
          color: #C2112B; }
        #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content .slide-item-body {
          font-family: "Titillium Web", sans-serif;
          font-size: 16px;
          font-weight: 600;
          text-shadow: 0 0 1px white, 0 0 1px white; }
          #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content .slide-item-body p {
            margin: 10px 0; }
        #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link {
          display: block;
          float: right;
          padding: 8px 14px;
          margin: 10px 0;
          background: white;
          border-radius: 2px;
          color: #C2112B;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
          #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link:focus, #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link:active, #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link:hover {
            text-decoration: none; }
          #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link:hover {
            background: #C2112B;
            color: white; }
          #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content a.read-more-link i {
            font-size: 15px;
            margin: 0 0 0 5px; }
#block-views-home-highlight-slides-block-3 .home-highlight-navigation-list {
  padding: 20px 0 40px 0; }
#block-views-home-highlight-slides-block-3 ul.home-highlight-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  text-align: center; }
  #block-views-home-highlight-slides-block-3 ul.home-highlight-navigation li.highlight-navigation-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    position: relative;
    width: 100%;
    min-height: 64px; }
#block-views-home-highlight-slides-block-3 .slide-navigation-button {
  padding: 15px 20px;
  color: gray;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }
  #block-views-home-highlight-slides-block-3 .slide-navigation-button.active {
    padding: 10px 15px;
    color: #C2112B;
    font-size: 20px;
    font-weight: 700; }
    #block-views-home-highlight-slides-block-3 .slide-navigation-button.active:hover {
      color: #C2112B; }
    #block-views-home-highlight-slides-block-3 .slide-navigation-button.active:before {
      display: block;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: 50%;
      bottom: 100%;
      margin: 0 0 0 -14px;
      border-left: 14px solid transparent;
      border-top: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid rgba(0, 0, 0, 0.25); }
  #block-views-home-highlight-slides-block-3 .slide-navigation-button:hover {
    color: #4d4d4d; }
#block-views-home-highlight-slides-block-3 .home-highlight-slider-list {
  position: relative; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next,
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev {
    -moz-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: #C2112B;
    border: 4px solid white;
    box-shadow: 0 0 0 1px #C2112B;
    border-radius: 24px;
    color: white;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    opacity: 0;
    cursor: default;
    z-index: 10; }
    #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next.active,
    #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev.active {
      cursor: pointer;
      opacity: 0.75; }
      #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next.active:hover,
      #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev.active:hover {
        opacity: 1; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next {
    margin: -24px 0 0 424px; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev {
    margin: -24px 0 0 -472px; }
#block-views-home-highlight-slides-block-3 .bee3D--slide {
  width: 660px;
  height: 500px;
  margin-left: -330px;
  margin-top: -250px; }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--after-1 {
  -moz-transform: translateX(40%) scale(.75);
  -webkit-transform: translateX(40%) scale(.75);
  -o-transform: translateX(40%) scale(.75);
  -ms-transform: translateX(40%) scale(.75);
  transform: translateX(40%) scale(.75); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--after-2 {
  -moz-transform: translateX(65%) scale(.5);
  -webkit-transform: translateX(65%) scale(.5);
  -o-transform: translateX(65%) scale(.5);
  -ms-transform: translateX(65%) scale(.5);
  transform: translateX(65%) scale(.5); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--after-3 {
  -moz-transform: translateX(80%) scale(.25);
  -webkit-transform: translateX(80%) scale(.25);
  -o-transform: translateX(80%) scale(.25);
  -ms-transform: translateX(80%) scale(.25);
  transform: translateX(80%) scale(.25); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--after-4 {
  -moz-transform: translateX(90%) scale(0);
  -webkit-transform: translateX(90%) scale(0);
  -o-transform: translateX(90%) scale(0);
  -ms-transform: translateX(90%) scale(0);
  transform: translateX(90%) scale(0); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--before-1 {
  -moz-transform: translateX(-40%) scale(.75);
  -webkit-transform: translateX(-40%) scale(.75);
  -o-transform: translateX(-40%) scale(.75);
  -ms-transform: translateX(-40%) scale(.75);
  transform: translateX(-40%) scale(.75); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--before-2 {
  -moz-transform: translateX(-65%) scale(.5);
  -webkit-transform: translateX(-65%) scale(.5);
  -o-transform: translateX(-65%) scale(.5);
  -ms-transform: translateX(-65%) scale(.5);
  transform: translateX(-65%) scale(.5); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--before-3 {
  -moz-transform: translateX(-80%) scale(.25);
  -webkit-transform: translateX(-80%) scale(.25);
  -o-transform: translateX(-80%) scale(.25);
  -ms-transform: translateX(-80%) scale(.25);
  transform: translateX(-80%) scale(.25); }
#block-views-home-highlight-slides-block-3 .bee3D--effect__coverflow .bee3D--before-4 {
  -moz-transform: translateX(-90%) scale(0);
  -webkit-transform: translateX(-90%) scale(0);
  -o-transform: translateX(-90%) scale(0);
  -ms-transform: translateX(-90%) scale(0);
  transform: translateX(-90%) scale(0); }

@media only screen and (max-width: 980px) {
  #block-views-home-highlight-slides-block-3 ul.home-highlight-navigation li.highlight-navigation-item {
    display: block;
    width: 100%; }
  #block-views-home-highlight-slides-block-3 .slide-navigation-button.active:before {
    display: none; } }
@media only screen and (max-width: 980px) and (min-width: 781px) {
  #block-views-home-highlight-slides-block-3 ul.home-highlight-slider {
    height: 450px; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next {
    margin: -24px 0 0 324px; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev {
    margin: -24px 0 0 -372px; }
  #block-views-home-highlight-slides-block-3 .bee3D--slide {
    width: 600px;
    height: 450px;
    margin-left: -300px;
    margin-top: -225px; } }
@media only screen and (max-width: 780px) {
  #block-views-home-highlight-slides-block-3 ul.home-highlight-slider {
    height: 300px; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content:after {
      content: "";
      display: table;
      clear: both; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content .slide-item-title {
      font-size: 24px; }
    #block-views-home-highlight-slides-block-3 ul.home-highlight-slider li.highlight-slider-item .slide-item-content-wrapper .slide-item-content .slide-item-body {
      font-size: 13px; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next {
    margin: -24px 0 0 224px; }
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev {
    margin: -24px 0 0 -272px; }
  #block-views-home-highlight-slides-block-3 .bee3D--slide {
    width: 400px;
    height: 300px;
    margin-left: -200px;
    margin-top: -155px; } }
@media only screen and (max-width: 580px) {
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-next,
  #block-views-home-highlight-slides-block-3 .home-highlight-slider-list .highlight-slider-prev {
    display: none; } }
@media only screen and (max-width: 420px) {
  #block-views-home-highlight-slides-block-3 {
    display: none; } }
.header-slider-wrapper ul.header-slider-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .header-slider-wrapper ul.header-slider-list li.header-slider-item img {
    width: 100%; }
.header-slider-wrapper.images-loaded .loading-overlay {
  display: none; }

.view-header-gallery-slider {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3; }
  .view-header-gallery-slider.view-display-id-block_1 {
    padding-left: 300px;
    width: 100%;
    height: 50%;
    max-height: 810px; }
  .view-header-gallery-slider .view-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -30px;
    width: 300px;
    margin: 0;
    padding: 0;
    z-index: 1; }
    .view-header-gallery-slider .view-header a.project-link.show-all {
      margin-bottom: 42px; }
  .view-header-gallery-slider .view-footer {
    display: none;
    margin: 0 !important;
    padding: 20px;
    overflow: hidden; }

.page-tile-list {
  margin: 0;
  box-sizing: border-box; }
  .page-tile-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-tile-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .page-tile-list ul > li.views-row {
      display: block;
      float: left;
      width: 25%;
      padding: 0; }
      .page-tile-list ul > li.views-row > a {
        display: block;
        position: relative;
        color: #000;
        font-size: 15px;
        overflow: hidden; }
        .page-tile-list ul > li.views-row > a:hover {
          color: white; }
          .page-tile-list ul > li.views-row > a:hover span.border {
            border-color: #C2112B; }
        .page-tile-list ul > li.views-row > a > h4 {
          position: absolute;
          top: 10px;
          left: 10px;
          right: 10px;
          margin: 0;
          padding: 10px;
          color: white;
          font-size: 32px;
          line-height: 1.25;
          max-width: 400px; }
        .page-tile-list ul > li.views-row > a span {
          -moz-transition: color 0.2s, border-color 0.2s;
          -webkit-transition: color 0.2s, border-color 0.2s;
          -o-transition: color 0.2s, border-color 0.2s;
          -ms-transition: color 0.2s, border-color 0.2s;
          transition: color 0.2s, border-color 0.2s;
          position: absolute; }
          .page-tile-list ul > li.views-row > a span.title {
            top: auto;
            left: 8px;
            right: 8px;
            bottom: 4px;
            height: 48px;
            padding: 0;
            font-size: 15px;
            line-height: 15px;
            overflow: hidden; }
          .page-tile-list ul > li.views-row > a span.border {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-style: solid;
            border-color: white;
            border-width: 8px 8px 60px 8px; }

.pane-mediacenter .pane-title,
.pane-sharethis .pane-title {
  padding: 0;
  margin: 1em 0;
  background: none;
  color: #C2112B;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase; }

.pane-mediacenter .view ul.media-list li.media-item {
  padding: 0 0 5px 0; }
.pane-mediacenter .view .view-footer {
  margin: 1em 0 0 0; }

.pane-related-products .view-related-products .tile-list ul li.views-row > a span.title-hover {
  padding: 20px 0;
  font-size: 21px;
  line-height: 22px; }
.pane-related-products .view-related-products .tile-list ul li.views-row > a span.title {
  padding: 24px 0;
  font-size: 32px;
  line-height: 32px; }

#footer {
  background: #211F1F;
  background: -moz-linear-gradient(60deg, #211F1F 0%, #5D5B5B 40%, #282626 90%);
  background: -webkit-linear-gradient(60deg, #211F1F 0%, #5D5B5B 40%, #282626 90%);
  background: linear-gradient(60deg, #211F1F 0%, #5D5B5B 40%, #282626 90%);
  text-shadow: 0 0 1px black; }
  #footer > .region-inner-footer > .block .block-title {
    font-size: 17px; }

@media only screen and (max-width: 960px) {
  .view-header-gallery-slider .view-header {
    display: none; }
  .view-header-gallery-slider .view-footer {
    display: block; }
  .view-header-gallery-slider.view-display-id-block_1 {
    padding: 0; }

  .page-tile-list ul > li.views-row {
    width: 50%; } }
@media only screen and (max-width: 640px) {
  .page-tile-list ul > li.views-row {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .page-tile-list ul {
    max-width: 300px;
    margin: 0 auto; }
    .page-tile-list ul > li.views-row {
      width: 100%; } }
@media only screen and (max-width: 420px) {
  #block-views-home-highlight-slides-block-3 {
    display: block; } }

/*# sourceMappingURL=steuler-group.css.map */

/* Cookie-notice styling */

#sliding-popup {
	padding: 20px 0px;
}

#sliding-popup .popup-content {
	text-align: center;
}

#sliding-popup .popup-content #popup-buttons {
	max-width: 100%;
	float: none;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
  background: #d81b28;
  margin-top: 2.0625em;
  padding: 5px 10px;
}

#sliding-popup .popup-content #popup-text {
  float: none;
  max-width: 100%;
}

.decline-button {
  display: none;
}
