@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "dgbbw.scss". This file should be named
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v25-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v25-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-300.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-300.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v22-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v22-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v18-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

.row::before,
.row::after {
  content: none; }

/* $primary-color: #b60e13; */
/* $dgb_link_active: #c00c14; */
/*
$brq: #afca0b;
$nsn: #f29300;
$tagungszentren: #00456f;
$Bildungsurlaub: #FBBA00;
$Jugendbildung: #FBBA00;
$migration: #9cd2ef;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

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

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

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

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=64em&large=75em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 64em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 75em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 64em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (min-width: 75em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.4375rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #ed1c24;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d31118; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 64em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #c50a43;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #a70939;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ed1c24;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #ed1c24; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #ed1c24 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #ed1c24;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #ed1c24; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 75em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 63.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    flex: 0 0 auto; }
  .menu.vertical {
    flex-wrap: wrap; }
    .menu.vertical > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      align-items: flex-start;
      justify-content: flex-start; }
  @media screen and (min-width: 64em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
    .menu.medium-vertical {
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  @media screen and (min-width: 75em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
    .menu.large-vertical {
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #ed1c24;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ed1c24 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #ed1c24 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #ed1c24 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #ed1c24;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 64em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #ed1c24 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #ed1c24 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #ed1c24;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #ed1c24 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #ed1c24 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #ed1c24;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #ed1c24 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #ed1c24;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #ed1c24;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 63.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 63.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 64em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #ed1c24;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ed1c24; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ed1c24;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d11118; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 64em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 64em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 64em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 64em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 64em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 63.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #ed1c24; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 74.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(237, 28, 36, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 64em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 63.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 64em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 64em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.small_cards {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px 0;
  border-top: 5px solid #c50a43; }

#block-dgbbw-main-menu.contextual-region,
#block-main-mento.contextual-region {
  position: inherit; }
  #block-dgbbw-main-menu.contextual-region ul.menu.dropdown,
  #block-main-mento.contextual-region ul.menu.dropdown {
    z-index: 11; }

#block-dgbbw-main-menu ul.menu.dropdown,
#block-main-mento ul.menu.dropdown {
  z-index: 11;
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  #block-dgbbw-main-menu ul.menu.dropdown li,
  #block-main-mento ul.menu.dropdown li {
    align-self: center;
    flex-grow: 1;
    text-align: center; }
    #block-dgbbw-main-menu ul.menu.dropdown li article.submenu-wrapper,
    #block-main-mento ul.menu.dropdown li article.submenu-wrapper {
      display: none; }
    #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper,
    #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper {
      box-shadow: 0px 8px 15px -5px #b0b0b0;
      display: flex;
      position: absolute;
      width: 100%;
      min-height: 330px;
      overflow: hidden;
      background: #f0f0f0;
      left: 0;
      padding: 10px;
      z-index: 11;
      border-top: 4px solid #fff; }
      #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper .menu.dropdown,
      #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .menu.dropdown {
        display: block;
        margin-top: 20px; }
      #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper .view-mode-full,
      #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .view-mode-full {
        width: 100%; }
      #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper,
      #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
        max-width: 1200px; }
        #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three,
        #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three {
          padding: 20px 10px;
          display: flex;
          align-items: top; }
          #block-dgbbw-main-menu ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three .paragraph--type--landingpage-banner a,
          #block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three .paragraph--type--landingpage-banner a {
            padding: 0 !important;
            margin: 0 !important; }

@media screen and (max-width: 63.9375em) {
  .menu.toolbar-menu {
    display: block; } }

.sidebar nav {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px 0;
  border-top: 5px solid #c50a43; }
  .sidebar nav ul.menu {
    flex-wrap: wrap;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 1em; }
    .sidebar nav ul.menu li.menuelement {
      margin: 0 1em;
      display: block;
      width: 90%;
      text-align: left; }
      .sidebar nav ul.menu li.menuelement a {
        color: #0a0a0a !important;
        line-height: 1.2em; }
        .sidebar nav ul.menu li.menuelement a.is-active {
          color: #c50a43 !important; }
        .sidebar nav ul.menu li.menuelement a:hover {
          color: #c50a43 !important; }
      .sidebar nav ul.menu li.menuelement:before {
        content: '\f138';
        font-family: 'FontAwesome';
        float: left;
        margin: 7px 0 0 -0.5em;
        color: #8a8a8a; }

#block-main-mento ul.menu.dropdown li {
  position: relative;
  display: inline; }

#block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper {
  top: 42px; }

#block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper {
  justify-content: flex-start; }

#block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three.medium-4 {
  flex: auto;
  max-width: auto; }

#block-main-mento ul.menu.dropdown li:hover article.submenu-wrapper .field-items.one-of-three-wrapper .field-item.one-of-three {
  width: auto; }

header#siteheader {
  min-height: 128px;
  margin-bottom: 0px;
  padding-top: 15px;
  background: #ffffff; }
  @media screen and (min-width: 64em) {
    header#siteheader {
      margin-bottom: 40px; } }
  header#siteheader .header_wrapper img.logo {
    width: 180px;
    margin-bottom: 15px;
    margin-top: 10px; }
  header#siteheader .header_wrapper .social {
    text-align: right; }
    header#siteheader .header_wrapper .social a {
      font-family: FontAwesome;
      font-size: 20px;
      color: #878786;
      margin: 0 8px; }
      header#siteheader .header_wrapper .social a:hover {
        color: #c50a43; }
  header#siteheader nav#block-dgbbw-main-menu,
  header#siteheader nav#block-main-mento,
  header#siteheader nav#block-schonebergerforum {
    padding-right: 16px;
    margin-left: -2px; }
    header#siteheader nav#block-dgbbw-main-menu ul li a,
    header#siteheader nav#block-main-mento ul li a,
    header#siteheader nav#block-schonebergerforum ul li a {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      color: #878786;
      text-transform: uppercase;
      background: #f6f6f6;
      padding: 0.7em auto;
      display: block;
      text-align: center; }
      @media screen and (min-width: 64em) {
        header#siteheader nav#block-dgbbw-main-menu ul li a,
        header#siteheader nav#block-main-mento ul li a,
        header#siteheader nav#block-schonebergerforum ul li a {
          font-size: 16px;
          font-weight: 400; } }
      @media screen and (min-width: 64em) {
        header#siteheader nav#block-dgbbw-main-menu ul li a,
        header#siteheader nav#block-main-mento ul li a,
        header#siteheader nav#block-schonebergerforum ul li a {
          margin: 2px 2px 4px; } }
    header#siteheader nav#block-dgbbw-main-menu ul li:hover a,
    header#siteheader nav#block-main-mento ul li:hover a,
    header#siteheader nav#block-schonebergerforum ul li:hover a {
      color: #ffffff;
      background: #c50a43; }
    header#siteheader nav#block-dgbbw-main-menu ul li:hover ul li,
    header#siteheader nav#block-main-mento ul li:hover ul li,
    header#siteheader nav#block-schonebergerforum ul li:hover ul li {
      display: block;
      width: 100%;
      padding: 0 0 0 30px;
      position: relative; }
      header#siteheader nav#block-dgbbw-main-menu ul li:hover ul li:before,
      header#siteheader nav#block-main-mento ul li:hover ul li:before,
      header#siteheader nav#block-schonebergerforum ul li:hover ul li:before {
        content: "\f054";
        font-family: FontAwesome;
        color: #c50a43;
        position: absolute;
        left: 30px;
        top: 0.4em;
        font-size: 10px !important; }
      header#siteheader nav#block-dgbbw-main-menu ul li:hover ul li a,
      header#siteheader nav#block-main-mento ul li:hover ul li a,
      header#siteheader nav#block-schonebergerforum ul li:hover ul li a {
        font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px;
        color: #878786;
        background: transparent !important;
        text-transform: uppercase;
        padding: 0.2em auto;
        line-height: 1.2em;
        text-align: left !important; }
        @media screen and (min-width: 64em) {
          header#siteheader nav#block-dgbbw-main-menu ul li:hover ul li a,
          header#siteheader nav#block-main-mento ul li:hover ul li a,
          header#siteheader nav#block-schonebergerforum ul li:hover ul li a {
            padding: 0.2em 1.3em;
            line-height: 1.2em; } }
        header#siteheader nav#block-dgbbw-main-menu ul li:hover ul li a:hover,
        header#siteheader nav#block-main-mento ul li:hover ul li a:hover,
        header#siteheader nav#block-schonebergerforum ul li:hover ul li a:hover {
          color: #c50a43; }
    header#siteheader nav#block-dgbbw-main-menu ul li.active-trail a,
    header#siteheader nav#block-main-mento ul li.active-trail a,
    header#siteheader nav#block-schonebergerforum ul li.active-trail a {
      color: #ffffff;
      background: #c50a43; }
    header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement,
    header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement,
    header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement,
    header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement,
    header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement,
    header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement {
      display: block;
      width: 100%;
      padding: 0 0 0 30px;
      position: relative; }
      header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement:before,
      header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement:before,
      header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement:before,
      header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement:before,
      header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement:before,
      header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement:before {
        content: "\f054";
        font-family: FontAwesome;
        color: #c50a43;
        position: absolute;
        left: 30px;
        top: 0.4em;
        font-size: 10px !important; }
      header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement a,
      header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement a,
      header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement a,
      header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement a,
      header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement a,
      header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement a {
        font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px;
        color: #878786;
        background: transparent !important;
        text-transform: uppercase;
        padding: 0.3em auto; }
        @media screen and (min-width: 64em) {
          header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement a,
          header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement a,
          header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement a,
          header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement a,
          header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement a,
          header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement a {
            padding: 0.3em 1.3em; } }
        header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement a:hover,
        header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement a:hover,
        header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement a:hover,
        header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement a:hover,
        header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement a:hover,
        header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement a:hover {
          color: #c50a43; }
      header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement.active-trail a,
      header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement.active-trail a,
      header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement.active-trail a,
      header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement.active-trail a,
      header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement.active-trail a,
      header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement.active-trail a {
        color: #c50a43; }
      header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement:first-child a,
      header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement:first-child a,
      header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement:first-child a,
      header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement:first-child a,
      header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement:first-child a,
      header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement:first-child a {
        padding: 0.3em 0.5em 0.3em 1.3em; }
        @media screen and (min-width: 64em) {
          header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement:first-child a,
          header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement:first-child a,
          header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement:first-child a,
          header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement:first-child a,
          header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement:first-child a,
          header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement:first-child a {
            padding: 0.3em 1.3em 0.3em 1.3em; } }
      header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement:last-child a,
      header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement:last-child a,
      header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement:last-child a,
      header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement:last-child a,
      header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement:last-child a,
      header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement:last-child a {
        padding: 0.3em 1.3em 0.3em 0.5em; }
        @media screen and (min-width: 64em) {
          header#siteheader nav#block-dgbbw-main-menu #block-menu-blockmain ul li.menuelement:last-child a,
          header#siteheader nav#block-dgbbw-main-menu #block-schonebergerforum ul li.menuelement:last-child a,
          header#siteheader nav#block-main-mento #block-menu-blockmain ul li.menuelement:last-child a,
          header#siteheader nav#block-main-mento #block-schonebergerforum ul li.menuelement:last-child a,
          header#siteheader nav#block-schonebergerforum #block-menu-blockmain ul li.menuelement:last-child a,
          header#siteheader nav#block-schonebergerforum #block-schonebergerforum ul li.menuelement:last-child a {
            padding: 0.3em 1.3em 0.3em 1.3em; } }

@media screen and (min-width: 64em) {
  body.node--type-static header#siteheader,
  body.section-suche header#siteheader {
    margin-bottom: 0; } }

#my-button {
  padding-top: 20px; }
  @media screen and (min-width: 64em) {
    #my-button {
      display: none; } }
  #my-button .hamburger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
    height: 20px; }
    #my-button .hamburger::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background: #c50a43;
      top: 0;
      left: 0;
      box-shadow: 0 7px 0 #c50a43, 0 14px 0 #c50a43; }
    #my-button .hamburger:hover::after {
      background: #cccccc;
      box-shadow: 0 7px 0 #cccccc, 0 14px 0 #cccccc; }
  #my-button .mobile-menu-link {
    margin-left: 10px;
    font-size: 18px; }

#toolbar-administration {
  font-weight: 700; }

/* body select.select_box */
.topsearch.large-7.small-12.columns {
  padding-right: 2px; }

.topsearch .select_box {
  width: 130px;
  display: block;
  float: left;
  position: relative; }

.topsearch form {
  float: right;
  display: inline-flex;
  max-height: 38px;
  margin-top: 29px; }

.topsearch input {
  display: block;
  float: left; }

body .select_box select {
  display: block;
  padding: 9px 20px 9px 13px !important;
  max-width: 130px;
  height: 37px !important;
  border: 0px solid #b5b5b5;
  border-radius: 0px;
  background: transparent;
  background-color: #b5b5b5;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px !important;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

/* body select.select_box option */
body .select_box select option {
  padding: 0 4px; }

/* for IE and Edge */
.select_box select::-ms-expand {
  display: none; }

.select_box select:disabled::-ms-expand {
  background: #f60; }

.topsearch button {
  width: 40px;
  display: block;
  float: left;
  border-radius: 0 !important;
  border: 0px solid #c00c14 !important;
  height: 37px;
  background-color: #c00c14;
  color: #fff; }

.topsearch input[type="text"] {
  display: block;
  float: left;
  min-width: 180px;
  box-shadow: none;
  padding: 5px 12px !important;
  height: 37px;
  color: #666;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  margin: 0 0px; }
  @media screen and (min-width: 64em) {
    .topsearch input[type="text"] {
      min-width: 220px; } }

.topsearch input[placeholder="Seminarnummer, Titel, etc."] {
  font-size: 14px; }
  @media screen and (min-width: 64em) {
    .topsearch input[placeholder="Seminarnummer, Titel, etc."] {
      font-size: 15px; } }

a {
  color: #c50a43; }
  a:hover {
    color: #940832; }

p {
  line-height: 1.4; }

.no-padding {
  padding: 0 !important; }

.callout {
  border: none !important;
  padding: 0 !important; }
  .callout.success, .callout.alert, .callout.secondary {
    padding: 25px !important; }
  .callout .bigger {
    font-size: 20px;
    font-weight: bold; }

.top-margin {
  margin-top: 12px; }

.off-canvas-content {
  background: #fefefe; }

.paragraph {
  position: relative; }

footer.pagefooter {
  background: #f0f0f0;
  min-height: 150px;
  padding: 20px 20px 60px;
  margin-top: 60px; }
  @media screen and (min-width: 64em) {
    footer.pagefooter {
      padding: 20px; } }
  footer.pagefooter a {
    color: #333333;
    font-size: 0.9rem; }

section#block-dgbbw-content {
  min-height: 125px; }

.colorbar {
  background: #c50a43;
  height: 8px;
  display: block; }

#block-dgbbw-page-title {
  padding-left: 0.625rem !important; }

.node--type-article .article_header_img,
.node--type-project .article_header_img,
.node--type-page .article_header_img {
  margin-bottom: 40px; }

.node--type-article .media-img-extended,
.node--type-project .media-img-extended,
.node--type-page .media-img-extended {
  position: relative; }
  .node--type-article .media-img-extended.view-mode-full-width,
  .node--type-project .media-img-extended.view-mode-full-width,
  .node--type-page .media-img-extended.view-mode-full-width {
    margin-bottom: 30px;
    display: block;
    float: left; }
  .node--type-article .media-img-extended .field-name-field-img-ext-copyright,
  .node--type-project .media-img-extended .field-name-field-img-ext-copyright,
  .node--type-page .media-img-extended .field-name-field-img-ext-copyright {
    background: rgba 0, 0, 0, 0.4;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 0px #ffffff; }
    .node--type-article .media-img-extended .field-name-field-img-ext-copyright .field-label,
    .node--type-project .media-img-extended .field-name-field-img-ext-copyright .field-label,
    .node--type-page .media-img-extended .field-name-field-img-ext-copyright .field-label {
      display: none; }
  .node--type-article .media-img-extended .field-name-field-img-ext-text,
  .node--type-project .media-img-extended .field-name-field-img-ext-text,
  .node--type-page .media-img-extended .field-name-field-img-ext-text {
    width: 100%;
    text-align: right;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px; }

.node--type-article .simple-image .media-img-extended .field-name-field-img-ext-copyright,
.node--type-project .simple-image .media-img-extended .field-name-field-img-ext-copyright,
.node--type-page .simple-image .media-img-extended .field-name-field-img-ext-copyright {
  left: 5px;
  right: auto;
  bottom: 15px; }

.node--type-article .copyright-teaser,
.node--type-project .copyright-teaser,
.node--type-page .copyright-teaser {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  text-shadow: 1px 1px 0px #ffffff; }

.node--type-article .field-name-field-article-para-main,
.node--type-project .field-name-field-article-para-main,
.node--type-page .field-name-field-article-para-main {
  margin-top: 40px; }

.node--type-article .field-name-field-youtube-video .youtube-container,
.node--type-project .field-name-field-youtube-video .youtube-container,
.node--type-page .field-name-field-youtube-video .youtube-container {
  margin: 20px 0 !important; }

.simple-image .media-img-extended {
  position: relative; }
  .simple-image .media-img-extended.view-mode-full-width {
    margin-bottom: 30px;
    display: block;
    float: left; }
  .simple-image .media-img-extended .field-name-field-img-ext-copyright {
    background: rgba 0, 0, 0, 0.4;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
    text-shadow: 1px 1px 0px #ffffff; }
    .simple-image .media-img-extended .field-name-field-img-ext-copyright .field-label {
      display: none; }
  .simple-image .media-img-extended .field-name-field-img-ext-text {
    width: 100%;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px; }

.verteiler-teaser.news-slider .orbit-wrapper {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  margin-bottom: 1.25rem; }

.verteiler-teaser.fullhtml {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem; }
  .verteiler-teaser.fullhtml .field-paragraph--field-full-html {
    padding: 15px;
    box-shadow: 0px 0px 0px 1px #d8d8d8;
    min-height: 100px; }
    .verteiler-teaser.fullhtml .field-paragraph--field-full-html.red {
      background: #c50a43;
      color: #fff; }
    .verteiler-teaser.fullhtml .field-paragraph--field-full-html h2 {
      font-weight: 700;
      text-align: center;
      color: #fff; }
    .verteiler-teaser.fullhtml .field-paragraph--field-full-html .text {
      text-align: center;
      color: #fff; }
    .verteiler-teaser.fullhtml .field-paragraph--field-full-html #searchform {
      margin: 0 auto;
      max-width: 800px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      min-height: 80px;
      align-items: center; }
      .verteiler-teaser.fullhtml .field-paragraph--field-full-html #searchform .search_input {
        width: 50%;
        margin-right: 2%; }
        .verteiler-teaser.fullhtml .field-paragraph--field-full-html #searchform .search_input input {
          margin-bottom: 0 !important; }
      .verteiler-teaser.fullhtml .field-paragraph--field-full-html #searchform .front_search_button {
        display: block;
        transition: background-color 0.2s ease;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        color: #c50a43;
        padding: 10px 30px;
        text-transform: uppercase;
        width: auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        max-height: 40px; }
        .verteiler-teaser.fullhtml .field-paragraph--field-full-html #searchform .front_search_button:hover {
          background-color: #F0F0F0; }

.verteiler-teaser article {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: 400px;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  .verteiler-teaser article .field-node--field-teaser-img img {
    width: 100% !important; }
  .verteiler-teaser article .teaser_content {
    padding: 20px; }
  .verteiler-teaser article .copyright-teaser,
  .verteiler-teaser article .copyright-teaser-page {
    font-size: 10px;
    margin-bottom: 0;
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right: 0;
    margin-top: -20px;
    text-shadow: 1px 1px 0px #ffffff;
    color: #000 !important;
    bottom: unset !important; }
  .verteiler-teaser article .copyright-teaser-page {
    color: #ffffff;
    text-shadow: 1px 1px 0px #333333;
    margin-top: -40px; }
  .verteiler-teaser article h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.15em !important; }
    .verteiler-teaser article h2 a {
      color: #333333; }
      .verteiler-teaser article h2 a:hover {
        color: #c50a43; }

@media screen and (max-width: 767px) {
  .verteiler-teaser.marketing.m_slider {
    margin-bottom: 20px; }
    .verteiler-teaser.marketing.m_slider .orbit-wrapper {
      background: #f0f0f0; } }

.verteiler-teaser.marketing.m_slider .stoerer {
  position: absolute;
  top: 28%;
  padding: 30px;
  background: red;
  z-index: 2;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 30px;
  color: #fefefe; }
  @media screen and (min-width: 767px) {
    .verteiler-teaser.marketing.m_slider .stoerer {
      top: 38%; } }
  @media screen and (min-width: 767px) {
    .verteiler-teaser.marketing.m_slider .stoerer {
      font-size: 1.4rem; } }
  .verteiler-teaser.marketing.m_slider .stoerer.right {
    right: 0;
    padding-right: 60px; }
  .verteiler-teaser.marketing.m_slider .stoerer.left {
    left: 0;
    padding-left: 60px; }

.verteiler-teaser.marketing.m_slider .text-lines {
  bottom: 0;
  width: 580px;
  background: green;
  min-height: 240px; }
  @media screen and (min-width: 767px) {
    .verteiler-teaser.marketing.m_slider .text-lines {
      position: absolute; } }
  @media screen and (min-width: 767px) {
    .verteiler-teaser.marketing.m_slider .text-lines {
      width: 780px;
      height: 160px; } }
  @media screen and (min-width: 767px) {
    .verteiler-teaser.marketing.m_slider .text-lines {
      min-height: 160px; } }
  .verteiler-teaser.marketing.m_slider .text-lines h2 {
    font-weight: 700;
    margin-bottom: 0;
    color: black;
    font-size: 2rem;
    padding: 30px 0 0 30px; }
  .verteiler-teaser.marketing.m_slider .text-lines h3 {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fefefe;
    padding: 0 30px; }
  .verteiler-teaser.marketing.m_slider .text-lines .topline {
    width: 100%;
    background: rgba(123, 123, 123, 0.5);
    height: 20px;
    margin-top: -20px; }
  .verteiler-teaser.marketing.m_slider .text-lines.brq_thema {
    background: #7dbd7b; }
    .verteiler-teaser.marketing.m_slider .text-lines.brq_thema .topline {
      background: rgba(125, 189, 123, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.tagungszentren {
    background: #002b4c; }
    .verteiler-teaser.marketing.m_slider .text-lines.tagungszentren .topline {
      background: rgba(0, 43, 76, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.bildungswerk {
    background: #c50a43; }
  .verteiler-teaser.marketing.m_slider .text-lines.dgb_thema {
    background: #c50a43; }
    .verteiler-teaser.marketing.m_slider .text-lines.dgb_thema .topline {
      background: rgba(197, 10, 67, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.migration .teaser_content {
    background: #9cd2ef; }
    .verteiler-teaser.marketing.m_slider .text-lines.migration .teaser_content h2 {
      color: black !important; }
  .verteiler-teaser.marketing.m_slider .text-lines.migration .colorbar_multi {
    background: rgba(111, 195, 196, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.bildungsurlaub .colorbar_multi {
    background: rgba(228, 138, 180, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.bildungsurlaub .teaser_content {
    background: #e48ab4; }
  .verteiler-teaser.marketing.m_slider .text-lines.jugendbildung .colorbar_multi {
    background: rgba(228, 138, 180, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.jugendbildung .teaser_content {
    background: #e48ab4; }
    .verteiler-teaser.marketing.m_slider .text-lines.jugendbildung .teaser_content h2 {
      color: black !important; }
  .verteiler-teaser.marketing.m_slider .text-lines.weltweit .colorbar_multi {
    background: rgba(179, 156, 198, 0.5); }
  .verteiler-teaser.marketing.m_slider .text-lines.weltweit .teaser_content {
    background: #b39cc6; }
  .verteiler-teaser.marketing.m_slider .text-lines.tagungsorte .teaser_content {
    background: #002b4c; }

.verteiler-teaser.marketing .marketing_med {
  display: none; }
  @media screen and (min-width: 64em) {
    .verteiler-teaser.marketing .marketing_med {
      display: block; } }

.verteiler-teaser.marketing .marketing_small {
  display: block; }
  @media screen and (min-width: 64em) {
    .verteiler-teaser.marketing .marketing_small {
      display: none; } }

.verteiler-teaser.marketing .field-paragraph--field-marketing-banner {
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .verteiler-teaser.marketing .field-paragraph--field-marketing-banner {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: 400px;
      margin-bottom: 20px;
      background: #ffffff;
      font-size: 0.9em; } }
  @media screen and (min-width: 75em) {
    .verteiler-teaser.marketing .field-paragraph--field-marketing-banner {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: 400px;
      margin-bottom: 20px;
      background: #ffffff; } }
  .verteiler-teaser.marketing .field-paragraph--field-marketing-banner .field-name-field-marketingtext {
    padding: 30px; }

.special-links-teaser .field-paragraph--field-marketingtext {
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 30px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .special-links-teaser .field-paragraph--field-marketingtext {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: 400px;
      margin-bottom: 20px;
      background: #ffffff;
      font-size: 0.9em; } }
  @media screen and (min-width: 75em) {
    .special-links-teaser .field-paragraph--field-marketingtext {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: 400px;
      margin-bottom: 20px;
      background: #ffffff; } }
  .special-links-teaser .field-paragraph--field-marketingtext ul li {
    list-style-type: none;
    margin: 10px;
    padding-left: 30px;
    position: relative; }
    .special-links-teaser .field-paragraph--field-marketingtext ul li:before {
      content: '\f054';
      font-family: FontAwesome;
      color: #c50a43;
      position: absolute;
      left: 0;
      top: 0; }

.view-box .field-name-field-p-view {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 0px;
  /*float: left;*/
  box-shadow: none;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.view-box.paragraph--type--seminar-view-start .viewsreference--view-title {
  display: none; }

@media screen {
  .view-box.paragraph--type--seminar-view-start .field-name-field-p-view {
    box-shadow: 0px 0px 0px 1px #d8d8d8;
    height: auto;
    margin-bottom: 20px;
    background: #ffffff; } }

@media screen and (min-width: 64em) {
  .view-box.paragraph--type--seminar-view-start .field-name-field-p-view {
    box-shadow: 0px 0px 0px 1px #d8d8d8;
    height: 400px;
    margin-bottom: 20px;
    background: #ffffff; } }

.view-box header h2 {
  margin-bottom: 30px;
  text-align: center; }

.view-box footer {
  width: auto; }
  .view-box footer a {
    margin: 20px auto 0;
    display: block;
    float: left;
    width: 100%; }

.node--type-page .view-box {
  margin-top: 30px;
  padding: 0 !important; }
  .node--type-page .view-box .viewsreference--view-title {
    font-size: 20px;
    font-weight: 400; }
  .node--type-page .view-box .field-wrapper.field-name-field-p-view {
    width: 100%; }
    .node--type-page .view-box .field-wrapper.field-name-field-p-view .views-row:last-child .seminar-searchresult {
      border-bottom: none; }
    .node--type-page .view-box .field-wrapper.field-name-field-p-view .seminar-searchresult {
      padding-left: 0; }

nav.pager {
  margin-top: 30px; }
  nav.pager ul.pagination {
    margin: 2rem auto;
    display: block;
    float: left; }
  nav.pager li.current {
    border-radius: 20px;
    padding: 3px; }
    nav.pager li.current a {
      color: #ffffff;
      font-weight: 400; }
      nav.pager li.current a:hover {
        background: unset; }
  nav.pager li {
    border-radius: 20px;
    padding: 3px; }

.node--type-article h1,
node--type-project h1 {
  text-align: left; }

.sem_teaser {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .sem_teaser h3 a {
    color: #878786; }
    .sem_teaser h3 a:hover {
      color: #c50a43; }
  .sem_teaser button {
    display: block;
    transition: background-color 0.2s ease;
    background-color: #c50a43;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 12px 20px;
    text-transform: uppercase;
    width: auto;
    font-size: 14px;
    line-height: 1; }
    .sem_teaser button:hover {
      background: #8b072f;
      color: #ffffff; }

.node--type-landing-page .paragraph--type--simple-content,
.node--type-landing-page .field-name-field-subtitle {
  max-width: 75%;
  margin: 20px auto 40px; }

.node--type-landing-page .field-paragraph--field-p-teaser-sem-ref {
  /*    box-shadow: 1px 2px 6px 2px #f0f0f0;
        height: 400px;
        margin-bottom: 20px;
        padding: 20px;
        display: block;
        float: left;*/ }

.node--type-landing-page .field-node--field-subtitle {
  font-size: 36px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #878786;
  margin-top: 30px; }

.node--type-landing-page .field-paragraph--field-p-simple-content-title {
  font-size: 26px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #878786;
  margin-top: 20px; }

.simple_sidebar {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px; }
  .simple_sidebar ul {
    margin: 0;
    padding: 0; }
    .simple_sidebar ul li {
      list-style: none;
      border-bottom: 1px solid #ccc;
      margin-bottom: 2px;
      padding: 5px 0 0 30px;
      width: 100%;
      text-align: left;
      position: relative; }
      .simple_sidebar ul li:before {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 14px !important;
        color: #e6e6e6;
        position: absolute;
        left: 20px;
        top: 13px; }

.publication-content h2 {
  margin-bottom: 40px; }

.field-node--field-tax-publication-cat {
  display: none; }

.product-image {
  text-align: center; }
  .product-image img {
    box-shadow: 1px 2px 6px 2px #b0b0b0; }

.field-paragraph--field-p-product-text_ {
  width: 100%;
  margin: 20px auto;
  display: block;
  float: left; }
  @media screen and (min-width: 64em) {
    .field-paragraph--field-p-product-text_ {
      width: auto;
      margin: 0 0 0 0; } }

.product-text .button {
  width: 100%;
  background-color: #c50a43;
  text-align: center; }
  .product-text .button a {
    color: #ffffff; }
  @media screen and (min-width: 64em) {
    .product-text .button {
      width: 260px;
      margin: 0; } }
  .product-text .button:hover {
    background-color: #940832; }

.product-preview a {
  color: #fff; }

.product-preview .button.product-download {
  margin-left: 10px;
  margin-top: 20px; }

.field-name-field-p-galerie-images .field-name-field-img-ext-pic .field-item {
  display: block;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px; }

.field-name-field-p-galerie-images .field-name-field-img-ext-copyright {
  display: none; }

form.views-exposed-form .button.success {
  display: block;
  transition: background-color 0.2s ease;
  background-color: #c50a43;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  line-height: 1; }
  form.views-exposed-form .button.success:hover {
    background: #8b072f;
    color: #ffffff; }

.button.success {
  background-color: #c50a43;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  width: auto; }
  .button.success:hover {
    background: #940832;
    color: #ffffff; }

.orbit-container {
  margin-bottom: 0px; }
  @media screen and (min-width: 767px) {
    .orbit-container {
      min-height: 400px !important;
      margin-bottom: 20px; } }

.off-canvas-wrapper.cat-27 header#siteheader nav#block-dgbbw-main-menu ul li a.menu-dgbbw {
  color: #ffffff;
  background: #c50a43; }

.off-canvas-wrapper.cat-28 header#siteheader nav#block-dgbbw-main-menu ul li a.menu-brq {
  color: #ffffff;
  background: #c50a43; }

.off-canvas-wrapper.cat-29 header#siteheader nav#block-dgbbw-main-menu ul li a.pobi {
  color: #ffffff;
  background: #c50a43; }

.off-canvas-wrapper.cat-30 header#siteheader nav#block-dgbbw-main-menu ul li a.jubi {
  color: #ffffff;
  background: #c50a43; }

.off-canvas-wrapper.cat-34 header#siteheader nav#block-dgbbw-main-menu ul li a.mig {
  color: #ffffff;
  background: #c50a43; }

svg a g path {
  opacity: 1;
  transition: all 0.2s ease-out; }

svg a:hover g path {
  opacity: 1;
  fill: #c50a43 !important; }

.mentologo {
  width: 200px;
  margin-top: -3px !important;
  float: right;
  display: none; }
  @media screen and (min-width: 64em) {
    .mentologo {
      margin-left: 20px !important;
      display: block; } }

.logotext {
  font-size: 12px; }
  @media screen and (min-width: 64em) {
    .logotext {
      padding: 0;
      display: block;
      float: left; } }

@media screen and (min-width: 64em) {
  #svg2 {
    display: block;
    float: left; } }

.verteilerseite-seminare h2 {
  font-size: 1.625rem;
  display: block;
  float: left;
  margin-bottom: 18px;
  width: 100%; }

.form-item-auswahl-forum-fuer-tag-1 {
  display: flex; }

.paragraph--type--bild-er-galerie li {
  position: relative; }

.eu-cookie-compliance-content {
  max-width: 1170px !important;
  padding: 20px; }

#popup-text, #eu-cookie-compliance-categories, #popup-buttons {
  display: block;
  float: left;
  width: 100%; }
  #popup-text button, #eu-cookie-compliance-categories button, #popup-buttons button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #c50a43;
    color: #fff; }

.section-schoeneberger-forum #footer-middle {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%; }

#footer_links .footer_col {
  display: block; }
  @media screen and (min-width: 64em) {
    #footer_links .footer_col {
      width: 25%;
      float: left; } }

#footer_links ul {
  margin-left: 0; }

#footer_links li {
  list-style: none;
  margin: 0;
  padding: 0; }
  #footer_links li a:hover {
    color: #c50a43; }

.simple .Bild.links .simple-image {
  display: block;
  float: left;
  position: relative; }
  .simple .Bild.links .simple-image img {
    margin-bottom: 11px;
    margin-right: 20px;
    margin-top: 5px; }
  .simple .Bild.links .simple-image .copyright-teaser {
    left: 5px;
    right: auto;
    bottom: 15px; }
  .simple .Bild.links .simple-image .field-name-field-img-ext-text {
    text-align: left; }

.simple .Bild.rechts .simple-image article.media-img-extended {
  display: block;
  float: right;
  position: relative; }
  .simple .Bild.rechts .simple-image article.media-img-extended img {
    float: right;
    margin-bottom: 11px;
    margin-left: 20px;
    margin-top: 5px; }
  .simple .Bild.rechts .simple-image article.media-img-extended .copyright-teaser {
    right: 10px;
    left: auto;
    bottom: 15px; }
  .simple .Bild.rechts .simple-image article.media-img-extended .field-name-field-img-ext-text {
    text-align: right; }

.node--type-static .simple {
  padding: 10px; }

article.result {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  article.result .copyright-teaser {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 0px #ffffff; }

.material-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 15px; }
  .material-list ul li {
    list-style: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 2vw; }
    @media screen and (min-width: 64em) {
      .material-list ul li {
        width: 32%; } }
    @media screen and (min-width: 75em) {
      .material-list ul li {
        width: 24%; } }
    .material-list ul li .publication_image {
      margin-bottom: 20px; }

h3.subtitle-line {
  color: #555; }

h3.title-line {
  margin-bottom: 0;
  margin-top: 5px; }

.searchresult_teaser_headline {
  padding: 5px 10px;
  margin-bottom: 15px; }
  .searchresult_teaser_headline h2 {
    margin: 0;
    color: #fff;
    font-size: 22px; }
  .searchresult_teaser_headline.brq {
    background: #7dbd7b; }

ul.red-arrow-bullet,
ol {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 1.5em; }
  ul.red-arrow-bullet.inset,
  ol.inset {
    margin: 1em 0 1em 2.5em; }

ul.red-arrow-bullet,
ol.custom-bullet {
  list-style: none; }

ul.red-arrow-bullet > li,
ol.custom-bullet > li {
  clear: left; }
  ul.red-arrow-bullet > li h3,
  ol.custom-bullet > li h3 {
    font-weight: 400 !important; }

ul.red-arrow-bullet > li:before,
ol.custom-bullet > li:before {
  content: "";
  height: 1.4em;
  width: 1em;
  display: block;
  float: left;
  margin-left: -1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

ol.red-arrow-bullet > li:before {
  content: counter(liNum);
  text-align: center; }

ul.red-arrow-bullet > li:before {
  background-image: url("../assets/redarrowbubble.png");
  background-size: 15px 15px;
  background-position: center 4px;
  background-repeat: no-repeat; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    ul.red-arrow-bullet > li:before {
      background-image: url("../assets/redarrowbubble@2x.png"); } }

ul.red-arrow-bullet > li:hover:before {
  background-size: 100%; }

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 50px; }

.custom-counter li::before {
  content: counter(step-counter);
  margin-left: -53px;
  margin-right: 15px;
  font-size: 110%;
  background-color: #c50a43;
  color: white;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 20px; }

#contact_table .head-row {
  border-bottom: 3px solid #c50a43;
  margin-bottom: 10px;
  padding: 20px 0; }

#contact_table .trow {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }

.block-facet--checkbox h2.block-title {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px; }

.block-facet--checkbox ul.item-list__checkbox {
  list-style: outside none none;
  margin-left: 0px;
  padding-left: 0; }
  .block-facet--checkbox ul.item-list__checkbox li [type='checkbox'] {
    margin: 0 0 0.75rem; }
    @media screen and (min-width: 64em) {
      .block-facet--checkbox ul.item-list__checkbox li [type='checkbox'] {
        width: 5%;
        margin-top: 5px;
        vertical-align: top; } }
  .block-facet--checkbox ul.item-list__checkbox li label {
    width: 80%; }
  .block-facet--checkbox ul.item-list__checkbox ul {
    list-style: outside none none;
    margin-left: 10px;
    padding-left: 0; }

.link_row {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }

.block-seminarkategorieauswahl {
  display: inline-block; }

form.views-exposed-form {
  border: 1px solid #cccccc;
  padding: 20px; }
  form.views-exposed-form div.form-item-search-api-fulltext {
    width: 70%;
    display: inline-block;
    margin-right: 10px; }
  form.views-exposed-form div.form-actions {
    display: inline-block; }

ul.seminar-term-box {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.seminar-term-box li a {
    box-shadow: 0px 0px 0px 1px #d8d8d8;
    height: auto;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    padding: 13px 10px 10px 65px;
    font-weight: 400;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #333333; }
    @media screen and (min-width: 64em) {
      ul.seminar-term-box li a {
        box-shadow: 0px 0px 0px 1px #d8d8d8;
        height: 50px;
        margin-bottom: 20px;
        background: #ffffff;
        margin-bottom: 10px; } }
    ul.seminar-term-box li a span.iconbox {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }
    ul.seminar-term-box li a.term-betriebsverfassungsrecht span.iconbox {
      background: #08849e; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-betriebsverfassungsrecht span.iconbox {
          background: #08849e url("../assets/icon_sprite.svg") -4px -135px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-arbeitsrecht span.iconbox {
      background: #047a54; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-arbeitsrecht span.iconbox {
          background: #047a54 url("../assets/icon_sprite.svg") -4px -80px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-webinar span.iconbox {
      background: #047a54 url("../assets/br/term-webinar.svg") 0 0 no-repeat;
      background-size: 35px 35px; }
    ul.seminar-term-box li a.term-vorsitz span.iconbox {
      background: #da511f; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-vorsitz span.iconbox {
          background: #da511f url("../assets/icon_sprite.svg") -4px -190px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-gesundheit span.iconbox {
      background: #025b94; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-gesundheit span.iconbox {
          background: #025b94 url("../assets/icon_sprite.svg") -4px -300px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-wirtschaft span.iconbox {
      background: #83aebe; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-wirtschaft span.iconbox {
          background: #83aebe url("../assets/icon_sprite.svg") -4px -245px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-sozialrecht span.iconbox {
      background: #a61761; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-sozialrecht span.iconbox {
          background: #a61761 url("../assets/icon_sprite.svg") -4px -355px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-datenschutz span.iconbox {
      background: #6ebcbf; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-datenschutz span.iconbox {
          background: #6ebcbf url("../assets/icon_sprite.svg") -4px -410px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-arbeit40 span.iconbox {
      background: #f39200; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-arbeit40 span.iconbox {
          background: #ffc20e url("../assets/icons/Icon_Digitalisierung_BR_Arbeit.svg") center center no-repeat;
          background-size: 37px 40px; } }
    ul.seminar-term-box li a.term-kommunikation span.iconbox {
      background: #7ea7d9; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-kommunikation span.iconbox {
          background: #7ea7d9 url("../assets/icon_sprite.svg") -4px -520px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-internationales span.iconbox {
      background: #832e62; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-internationales span.iconbox {
          background: #832e62 url("../assets/icon_sprite.svg") -4px -575px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-ausbildung span.iconbox {
      background: #629b25; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-ausbildung span.iconbox {
          background: #629b25 url("../assets/icon_sprite.svg") -4px -630px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a.term-tagungen span.iconbox {
      background: #c4094a; }
      @media screen and (min-width: 64em) {
        ul.seminar-term-box li a.term-tagungen span.iconbox {
          background: #c4094a url("../assets/icon_sprite.svg") -4px -685px no-repeat;
          background-size: 57px 1095px; } }
    ul.seminar-term-box li a:hover {
      background: #c50a43;
      color: #fefefe; }

.tagungsort-teaser.views-row {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc; }
  .tagungsort-teaser.views-row img {
    width: 100%; }

.sidebar-first h2 {
  font-size: 20px; }

.accordion-title {
  font-size: 1rem !important;
  border: none !important; }

.accordion-title:hover, .accordion-title:focus {
  background: none !important; }

.accordion-content {
  color: #333333;
  border: none !important;
  padding: 20px;
  background: #f0f0f0; }

.paragraph.paragraph--type--list-teaser-seminar-reihe {
  padding: 10px 0;
  border-top: 1px solid #cccccc; }

.section-stellenausschreibungen .views-row {
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #ccc; }
  .section-stellenausschreibungen .views-row:last-child {
    border-bottom: none; }

.node--type-seminar .sidebar-area .verteiler-teaser,
.node--type-s-reihe .sidebar-area .verteiler-teaser {
  margin: 0;
  padding: 0; }

.node--type-seminar .info_bar ul.functions,
.node--type-s-reihe .info_bar ul.functions {
  list-style-type: none;
  float: right; }
  .node--type-seminar .info_bar ul.functions li,
  .node--type-s-reihe .info_bar ul.functions li {
    list-style: none;
    display: block;
    float: left;
    width: auto;
    padding: 0 15px 0 30px; }

.node--type-seminar .content_area h1,
.node--type-s-reihe .content_area h1 {
  margin-bottom: 25px; }
  .node--type-seminar .content_area h1 .title,
  .node--type-s-reihe .content_area h1 .title {
    color: #333333;
    line-height: 1.2; }
  .node--type-seminar .content_area h1 .subtitle,
  .node--type-s-reihe .content_area h1 .subtitle {
    color: #686868;
    line-height: 1.2;
    font-weight: 400 !important; }

.node--type-seminar .content_area .field-label,
.node--type-s-reihe .content_area .field-label {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #0a0a0a;
  font-size: 1.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  margin-top: 0.9em; }
  @media screen and (min-width: 64em) {
    .node--type-seminar .content_area .field-label,
    .node--type-s-reihe .content_area .field-label {
      font-size: 1.625em; } }
  .node--type-seminar .content_area .field-label.red-border,
  .node--type-s-reihe .content_area .field-label.red-border {
    border-bottom: 5px solid #c50a43;
    line-height: 2.5em;
    margin-bottom: 1em; }

.node--type-seminar .order_button,
.node--type-s-reihe .order_button {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  background: #c50a43;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  padding: 15px 20px; }
  .node--type-seminar .order_button:hover,
  .node--type-s-reihe .order_button:hover {
    background: #940832; }
  @media screen and (max-width: 63.9375em) {
    .node--type-seminar .order_button.first,
    .node--type-s-reihe .order_button.first {
      position: fixed;
      bottom: 0px;
      right: 0px; } }
  .node--type-seminar .order_button.first.small,
  .node--type-s-reihe .order_button.first.small {
    font-size: 18px; }
  .node--type-seminar .order_button.last,
  .node--type-s-reihe .order_button.last {
    float: left;
    margin-top: 0; }
  .node--type-seminar .order_button a,
  .node--type-s-reihe .order_button a {
    color: #ffffff; }

.node--type-seminar .features_area,
.node--type-s-reihe .features_area {
  position: relative;
  margin-bottom: 30px; }
  .node--type-seminar .features_area h3,
  .node--type-s-reihe .features_area h3 {
    text-align: center;
    margin-bottom: 25px; }
  .node--type-seminar .features_area ul.sem_facts,
  .node--type-s-reihe .features_area ul.sem_facts {
    list-style-type: none;
    margin-left: 0 !important;
    margin-top: 20px; }
    .node--type-seminar .features_area ul.sem_facts li,
    .node--type-s-reihe .features_area ul.sem_facts li {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      padding: 15px; }
      .node--type-seminar .features_area ul.sem_facts li .fakt,
      .node--type-s-reihe .features_area ul.sem_facts li .fakt {
        padding-bottom: 5px;
        padding-top: 20px;
        margin: 20px 0 0 0 !important;
        border-top: 1px solid #cccccc; }
        .node--type-seminar .features_area ul.sem_facts li .fakt .fakt_label,
        .node--type-s-reihe .features_area ul.sem_facts li .fakt .fakt_label {
          margin-bottom: 15px;
          font-weight: 700; }
      .node--type-seminar .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list,
      .node--type-s-reihe .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list {
        margin: 0;
        padding: 0; }
        .node--type-seminar .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list li.item,
        .node--type-s-reihe .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list li.item {
          margin-bottom: 5px;
          padding: 0 0 0 15px; }
          .node--type-seminar .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list li.item:before,
          .node--type-s-reihe .features_area ul.sem_facts li .teilnehmerkreis ul.teilnehmerkreis-list li.item:before {
            content: '\f111';
            font-family: FontAwesome;
            font-size: 10px !important;
            color: #8a8a8a;
            position: absolute;
            left: 30px;
            margin-top: 4px; }
      .node--type-seminar .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern,
      .node--type-s-reihe .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern {
        width: 100%;
        padding: 10px 0; }
        .node--type-seminar .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern .field-label,
        .node--type-s-reihe .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern .field-label {
          border-bottom: 1px solid transparent;
          margin-bottom: 3px;
          padding-bottom: 3px; }
        .node--type-seminar .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern .node-title,
        .node--type-s-reihe .features_area ul.sem_facts li .field-node--field-ref-person-ap-extern .node-title {
          display: none; }
      .node--type-seminar .features_area ul.sem_facts li .field-label,
      .node--type-s-reihe .features_area ul.sem_facts li .field-label {
        font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 400;
        color: #878786;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 7px;
        padding-bottom: 7px; }

/*.form-required {
  &:after {
    content: '*';
    color: $dgb_link_active;
    padding-left: 10px;
    font-size: 14px;
  }
}*/
form.node-buchung-form {
  max-width: 780px;
  margin: 0 auto;
  display: block; }
  form.node-buchung-form .buchung_termine {
    padding: 20px;
    border: 1px solid #ccc; }
    form.node-buchung-form .buchung_termine .description {
      padding-left: 20px; }
    form.node-buchung-form .buchung_termine input[type=checkbox] {
      margin-top: 11px;
      float: left; }
    form.node-buchung-form .buchung_termine label {
      width: 77% !important;
      margin-bottom: 20px;
      font-size: 18px !important;
      font-family: "Source Sans 3", sans-serif;
      font-weight: 400; }
      @media screen and (min-width: 64em) {
        form.node-buchung-form .buchung_termine label {
          width: 90% !important;
          margin-bottom: 20px; } }
    form.node-buchung-form .buchung_termine legend {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 15px; }
    form.node-buchung-form .buchung_termine fieldset .fieldset-legend {
      font-size: 20px; }
    form.node-buchung-form .buchung_termine fieldset input.form-radio,
    form.node-buchung-form .buchung_termine fieldset label.option {
      display: inline-block;
      float: left; }
    form.node-buchung-form .buchung_termine fieldset input.form-radio {
      margin-right: 20px;
      margin-top: 4px; }
    form.node-buchung-form .buchung_termine fieldset .field-node--field-ref-s-ort .field-label,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-kinderbetreuung .field-label,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-preis .field-label,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-veranstaltung .field-label,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-seminar-angebotscode .field-label {
      float: left;
      width: 150px; }
    form.node-buchung-form .buchung_termine fieldset .field-node--field-ref-s-ort .field-items,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-kinderbetreuung .field-items,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-preis .field-items,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-s-termin-veranstaltung .field-items,
    form.node-buchung-form .buchung_termine fieldset .field-node--field-seminar-angebotscode .field-items {
      float: left;
      width: auto; }
    form.node-buchung-form .buchung_termine fieldset .termin-list-teaser .datum {
      min-width: 200px;
      /*          font-weight: 700;*/ }
      form.node-buchung-form .buchung_termine fieldset .termin-list-teaser .datum .bis,
      form.node-buchung-form .buchung_termine fieldset .termin-list-teaser .datum .date-end,
      form.node-buchung-form .buchung_termine fieldset .termin-list-teaser .datum .date-start {
        display: inline-block; }
    form.node-buchung-form .buchung_termine fieldset .termin-list-teaser .veranstaltungsort .fa-map-marker {
      display: none; }
  form.node-buchung-form .termine_wrapper {
    margin-bottom: 20px; }
  form.node-buchung-form fieldset.company_wrapper,
  form.node-buchung-form fieldset.freistellung_wrapper,
  form.node-buchung-form fieldset.personal_wrapper {
    padding: 20px !important;
    border: 1px solid #cccccc;
    margin-bottom: 20px; }
    @media screen and (min-width: 64em) {
      form.node-buchung-form fieldset.company_wrapper,
      form.node-buchung-form fieldset.freistellung_wrapper,
      form.node-buchung-form fieldset.personal_wrapper {
        padding: 20px 60px !important; } }
  form.node-buchung-form fieldset.freistellung_wrapper legend,
  form.node-buchung-form fieldset.personal_wrapper legend {
    margin-right: 1px; }
  form.node-buchung-form .js-form-item-field-buchung-anrede {
    display: block;
    float: left;
    width: 100px; }
  @media screen and (min-width: 64em) {
    form.node-buchung-form .form-item-field-buchung-vorname-0-value {
      display: block;
      width: 49%;
      margin-right: 1%;
      float: left; }
    form.node-buchung-form .form-item-field-buchung-nachname-0-value {
      display: block;
      width: 50%;
      float: left; }
    form.node-buchung-form .form-item-field-buchung-firma-plz-0-value,
    form.node-buchung-form .form-item-field-buchung-plz-0-value {
      display: block;
      width: 29%;
      margin-right: 1%;
      float: left; }
    form.node-buchung-form .form-item-field-buchung-firma-ort-0-value,
    form.node-buchung-form .form-item-field-buchung-ort-0-value {
      display: block;
      width: 70%;
      float: left; } }

.node--type-buchung legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  float: left;
  width: 100%;
  margin-left: 10px; }

.node--type-buchung .field-wrapper {
  display: table;
  border-bottom: 1px solid #ccc;
  padding: 10px; }
  .node--type-buchung .field-wrapper .field-label {
    display: table-cell;
    width: 30%;
    vertical-align: top; }
    @media screen and (min-width: 64em) {
      .node--type-buchung .field-wrapper .field-label {
        width: 300px; } }
  .node--type-buchung .field-wrapper .field-items {
    display: table-cell;
    width: 600px; }
    .node--type-buchung .field-wrapper .field-items .field-name-field-ref-s-ort {
      border-bottom: none; }

.section-node-add h1 {
  max-width: 780px;
  margin: 0 auto; }

.section-node-add legend {
  font-size: 20px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: 100%;
  display: block;
  float: left; }

.section-node-add h4 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.section-node-add .buchung_termine legend {
  border: none; }

.booking_termin {
  padding: 10px 0;
  display: block; }

.webform-submission-add-form #edit-actions {
  margin-top: 20px; }

.node-buchung-form .buchung_termine legend {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px; }

.node-buchung-form .buchung_termine label {
  font-size: 1rem !important; }

.node-buchung-form .booking-wrapper {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 10px; }
  .node-buchung-form .booking-wrapper label {
    font-size: 1rem !important; }
  .node-buchung-form .booking-wrapper legend {
    font-size: 30px;
    font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    width: 100%;
    display: block;
    float: left; }
  .node-buchung-form .booking-wrapper .fieldgroup legend {
    font-size: 20px; }
  .node-buchung-form .booking-wrapper .form-item-person-vorname {
    width: 47%;
    margin-right: 3%;
    float: left; }
  .node-buchung-form .booking-wrapper .form-item-person-nachname {
    width: 50%;
    float: left; }
  .node-buchung-form .booking-wrapper .form-item-person-adr-plz {
    width: 27%;
    margin-right: 3%;
    float: left; }
  .node-buchung-form .booking-wrapper .form-item-person-adr-ort {
    width: 70%;
    float: left; }
  .node-buchung-form .booking-wrapper .form-item-firma-adr-plz {
    width: 27%;
    margin-right: 3%;
    float: left; }
  .node-buchung-form .booking-wrapper .form-item-firma-adr-ort {
    width: 70%;
    float: left; }

.node-buchung-form label[for="edit-agb"] {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700; }

.node-buchung-form .webform-horizontal-rule--solid {
  margin-top: 21px; }

.node-buchung-form .form-item--error-message {
  font-size: 1rem;
  color: #fff;
  background-color: #C00C14;
  display: initial;
  padding: 3px 6px;
  font-weight: 400; }

.node-buchung-form fieldset.webform-type-radios {
  width: 100%;
  display: block; }

#edit-preview fieldset {
  display: block;
  margin-top: 50px;
  float: left;
  width: 100%; }
  #edit-preview fieldset legend {
    font-size: 30px;
    font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    width: 100%;
    display: block;
    float: left; }

#edit-preview .webform-element {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
  #edit-preview .webform-element ul {
    list-style-type: disc;
    margin-left: 1.25rem;
    display: block;
    float: left; }
  #edit-preview .webform-element label {
    display: block;
    float: left;
    width: 300px;
    font-weight: 400; }

.teaser {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative; }
  @media screen and (min-width: 64em) {
    .teaser {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: auto;
      margin-bottom: 20px;
      background: #ffffff; } }
  .teaser .button {
    background-color: #c50a43;
    bottom: 5px;
    position: absolute;
    right: 20px; }
    .teaser .button a {
      color: #ffffff; }
    .teaser .button:hover {
      background-color: #940832; }
  .teaser:hover {
    box-shadow: 1px 2px 6px 2px #b0b0b0; }

.semtermin-mini-teaser,
.viewmode-teaser {
  border-bottom: 1px solid #dadad9; }
  @media screen and (min-width: 64em) {
    .semtermin-mini-teaser,
    .viewmode-teaser {
      margin: 0 !important; } }
  .semtermin-mini-teaser .top-label-termin,
  .viewmode-teaser .top-label-termin {
    max-width: 150px;
    padding: 20px;
    font-weight: 700; }
    @media screen and (min-width: 64em) {
      .semtermin-mini-teaser .top-label-termin,
      .viewmode-teaser .top-label-termin {
        max-width: unset; } }
  .semtermin-mini-teaser .top-label-ort,
  .viewmode-teaser .top-label-ort {
    padding: 20px;
    font-weight: 700; }
  .semtermin-mini-teaser .accordion-title:before,
  .viewmode-teaser .accordion-title:before {
    font-size: 25px;
    top: 45%;
    font-weight: 700; }
  .semtermin-mini-teaser .datum,
  .viewmode-teaser .datum {
    padding: 10px 20px 0; }
    @media screen and (min-width: 64em) {
      .semtermin-mini-teaser .datum,
      .viewmode-teaser .datum {
        border-right: 0px solid #dadad9;
        padding: 20px; }
        .semtermin-mini-teaser .datum .date-start,
        .semtermin-mini-teaser .datum .date-end,
        .viewmode-teaser .datum .date-start,
        .viewmode-teaser .datum .date-end {
          display: inline-block;
          float: left; }
        .semtermin-mini-teaser .datum .date-end time,
        .viewmode-teaser .datum .date-end time {
          margin-left: 2px; } }
    @media screen and (max-width: 63.9375em) {
      .semtermin-mini-teaser .datum .date-start,
      .viewmode-teaser .datum .date-start {
        display: block;
        float: left;
        width: 100px; }
      .semtermin-mini-teaser .datum .date-end,
      .viewmode-teaser .datum .date-end {
        float: left;
        display: block;
        width: 100px; } }
  @media screen and (max-width: 63.9375em) {
    .semtermin-mini-teaser .title,
    .viewmode-teaser .title {
      padding: 10px 20px 10px 20px !important; } }
  .semtermin-mini-teaser .veranstaltungsort,
  .viewmode-teaser .veranstaltungsort {
    padding: 10px 20px 10px 0; }
    @media screen and (min-width: 64em) {
      .semtermin-mini-teaser .veranstaltungsort,
      .viewmode-teaser .veranstaltungsort {
        padding: 20px; } }

.termin-block {
  list-style: none; }

.seminar-s-reihe,
.seminar-teaser {
  padding: 40px 50px 60px; }
  @media screen and (min-width: 64em) {
    .seminar-s-reihe,
    .seminar-teaser {
      padding: 40px 50px; } }
  .seminar-s-reihe .datum,
  .seminar-teaser .datum {
    color: #333333;
    font-weight: 400;
    margin-bottom: 5px; }
    .seminar-s-reihe .datum .bis,
    .seminar-teaser .datum .bis {
      margin: 0 7px; }
  .seminar-s-reihe .fa,
  .seminar-teaser .fa {
    color: #c50a43;
    font-size: 20px !important;
    margin-right: 0px;
    margin-left: 10px;
    width: 20px; }
  .seminar-s-reihe .fa-map-marker,
  .seminar-teaser .fa-map-marker {
    margin-left: 0px; }
  .seminar-s-reihe .seminarcode,
  .seminar-teaser .seminarcode {
    float: right;
    margin-top: 15px; }
  .seminar-s-reihe .button,
  .seminar-teaser .button {
    font-weight: 700; }

.included_seminar_box {
  margin-top: 40px;
  border-top: 4px solid #c50a43;
  padding: 20px 0; }

.included_seminar {
  border-bottom: 1px solid #dadad9; }
  .included_seminar h3 {
    margin-bottom: 1rem;
    padding-left: 20px; }

.viewmode-teaser,
.seminar-teaser {
  padding: 0px 20px;
  font-weight: 400 !important; }
  .viewmode-teaser.node-seminar-teaser .fact-icons,
  .seminar-teaser.node-seminar-teaser .fact-icons {
    margin-top: 10px; }
  .viewmode-teaser.node-seminar-teaser h3,
  .seminar-teaser.node-seminar-teaser h3 {
    margin-bottom: 0;
    font-weight: normal !important; }
  .viewmode-teaser .title,
  .seminar-teaser .title {
    padding: 10px 20px 10px 50px; }
    .viewmode-teaser .title h3,
    .seminar-teaser .title h3 {
      margin-bottom: 0;
      font-weight: normal !important; }
    @media screen and (min-width: 64em) {
      .viewmode-teaser .title,
      .seminar-teaser .title {
        border-left: 1px solid #dadad9; } }
  .viewmode-teaser .fa,
  .seminar-teaser .fa {
    color: #c50a43;
    font-size: 20px !important;
    margin-right: 0px;
    margin-left: 10px;
    width: 20px; }
  .viewmode-teaser .fact-icons,
  .seminar-teaser .fact-icons {
    justify-content: flex-end;
    margin-bottom: 10px; }
  .viewmode-teaser .fa-map-marker,
  .seminar-teaser .fa-map-marker {
    margin-left: 0px; }
  .viewmode-teaser.term-betriebsverfassungsrecht,
  .seminar-teaser.term-betriebsverfassungsrecht {
    border-top: 4px solid #08849e; }
  .viewmode-teaser.term-arbeitsrecht,
  .seminar-teaser.term-arbeitsrecht {
    border-top: 4px solid #047a54; }
  .viewmode-teaser footer,
  .seminar-teaser footer {
    margin-top: 20px; }

.viewmode-teaser .veranstaltungsort {
  color: #333333;
  font-weight: 400;
  margin-top: 5px; }

.seminar-s-reihe h2.title {
  color: #0a0a0a; }

.seminar-s-reihe h3.subtitle {
  color: #878786; }

.ansprechpartner .person-detail {
  text-align: center;
  width: 100%; }
  .ansprechpartner .person-detail.telefon:before {
    font-family: FontAwesome;
    content: "\f095";
    color: #c50a43;
    margin-left: -4px;
    padding-right: 5px; }
  .ansprechpartner .person-detail.fax:before {
    font-family: FontAwesome;
    content: "\f1ac";
    color: #c50a43;
    margin-left: -7px;
    padding-right: 5px; }
  .ansprechpartner .person-detail.email:before {
    font-family: FontAwesome;
    content: ' \f0e0';
    color: #c50a43; }
  .ansprechpartner .person-detail.image img {
    border-radius: 200px;
    margin-bottom: 20px; }
  .ansprechpartner .person-detail.name {
    font-weight: 700; }

.ansprechpartner.ap_intern img,
.ansprechpartner.ap_intern .function {
  display: none; }

.ansprechpartner.sidebar {
  height: auto;
  padding: 40px 0; }

.seminarterms-block__ {
  display: block;
  float: left; }
  .seminarterms-block__ .term-box {
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      .seminarterms-block__ .term-box {
        flex: none; } }
    .seminarterms-block__ .term-box .term-card {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: auto;
      margin-bottom: 20px;
      background: #ffffff; }
      @media screen and (min-width: 64em) {
        .seminarterms-block__ .term-box .term-card {
          /*@include card(100px);*/ } }
    .seminarterms-block__ .term-box ul {
      list-style: none;
      height: auto;
      margin-left: 10px;
      background: #ffffff;
      padding-top: 15px; }
      @media screen and (min-width: 64em) {
        .seminarterms-block__ .term-box ul {
          /* height: 100px;*/
          margin-left: 100px; } }
      @media screen and (max-width: 63.9375em) {
        .seminarterms-block__ .term-box ul {
          padding-bottom: 15px; } }
      .seminarterms-block__ .term-box ul li {
        padding-left: 10px;
        font-size: 18px; }
        @media screen and (min-width: 64em) {
          .seminarterms-block__ .term-box ul li {
            padding-left: 20px; } }
        .seminarterms-block__ .term-box ul li .term-card {
          box-shadow: none;
          height: auto;
          margin-bottom: 0;
          background: transparent; }
        .seminarterms-block__ .term-box ul li ul {
          margin-left: 0;
          height: auto;
          padding-top: 0px; }
          .seminarterms-block__ .term-box ul li ul li {
            padding-left: 10px;
            font-size: 14px; }
            @media screen and (min-width: 64em) {
              .seminarterms-block__ .term-box ul li ul li {
                padding-left: 20px; } }
    .seminarterms-block__ .term-box.term-betriebsverfassungsrecht .term-card {
      background: #08849e; }
      @media screen and (min-width: 64em) {
        .seminarterms-block__ .term-box.term-betriebsverfassungsrecht .term-card {
          background: #08849e url("../assets/icon_sprite.png") -10px -17px; } }
    .seminarterms-block__ .term-box.term-tagungen .term-card {
      background: #c4094a url("../assets/icon_sprite.png") -10px -17px; }
    .seminarterms-block__ .term-box.term-arbeitsrecht .term-card {
      background: #047a54 url("../assets/icon_sprite.png") -10px -133px; }
    .seminarterms-block__ .term-box.term-organisation .term-card {
      background: #fdb813; }
    .seminarterms-block__ .term-box.term-personelles .term-card {
      background: #717ca5; }
    .seminarterms-block__ .term-box.term-vorsitz .term-card {
      background: #da511f url("../assets/icon_sprite.png") -10px -250px; }
    .seminarterms-block__ .term-box.term-wirtschaft .term-card {
      background: #83aebe; }
    .seminarterms-block__ .term-box.term-gesundheit .term-card {
      background: #025b94; }
    .seminarterms-block__ .term-box.term-sozialrecht .term-card {
      background: #a61761; }
    .seminarterms-block__ .term-box.term-datenschutz .term-card {
      background: #6ebcbf; }
    .seminarterms-block__ .term-box.term-oeffentlichkeitsarbeit .term-card {
      background: #ffc20e url("../assets/icon_sprite.png") -10px -829px; }
    .seminarterms-block__ .term-box.term-kommunikation .term-card {
      background: #7ea7d9 url("../assets/icon_sprite.png") -10px -945px; }
    .seminarterms-block__ .term-box.term-internationales .term-card {
      background: #832e62; }
    .seminarterms-block__ .term-box.term-ausbildung .term-card {
      background: #629b25; }
  .seminarterms-block__:after {
    clear: left; }

.node--type-page .verteilerseite-seminare {
  display: block;
  float: left;
  margin-top: 40px; }

.node--type-page .seminarterms-block {
  display: flex;
  width: 100%; }
  .node--type-page .seminarterms-block ul li a.parent-term {
    display: none; }
  .node--type-page .seminarterms-block ul li .term-card ul li {
    display: flex; }

 .seminarterms-block .is-term-page div.term-box {
  height: auto;
  box-shadow: none;
  padding: 10px; }
   .seminarterms-block .is-term-page div.term-box.medium-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%; }
   .seminarterms-block .is-term-page div.term-box .iconbox {
    display: none; }

 .seminarterms-block .is-term-page ul li a {
  font-size: 34px;
  color: #333333;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-bottom: 3px solid #c50a43;
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 10px; }

 .seminarterms-block .is-term-page ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #c50a43;
  padding-left: 40px;
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px; }
   .seminarterms-block .is-term-page ul li ul li a:before {
    content: '\f138';
    float: left;
    font-family: 'FontAwesome';
    margin: 0 0 0 -1.5em;
    color: #8a8a8a; }
   .seminarterms-block .is-term-page ul li ul li a:hover {
    background: #f0f0f0; }
.seminarterms-block ul li ul li a.is-active {
  background: #f0f0f0; }

.seminarterms-block h3 {
  border-bottom: 1px solid #c50a43 !important;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 5px; }

.seminarterms-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.seminarterms-block div.term-box {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
  padding: 13px 25px 10px 25px;
  font-weight: 400;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #333333;
  width: 100%;
  /*
    &.term-betriebsverfassungsrecht {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $betriebsverfassungsrecht url('../assets/icon_sprite.svg') -4px -135px no-repeat;
          background-size: 57px 1095px;
        }

        background: $betriebsverfassungsrecht;
      }
    }

    &.term-arbeitsrecht {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $arbeitsrecht url('../assets/icon_sprite.svg') -4px -80px no-repeat;
          background-size: 57px 1095px;
        }

        background: $arbeitsrecht;
      }
    }

    &.term-webinar {
      span.iconbox {
        background: url("../assets/br/term-webinar.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    // New 2022

    &.term-personal {
      span.iconbox {
        background: url("../assets/br/term-personal.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    &.term-arbeitszeit {
      span.iconbox {
        background: url("../assets/br/term-arbeitszeit.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    &.term-technologien {
      span.iconbox {
        background: url("../assets/br/term-technologien.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    &.term-handicap {
      span.iconbox {
        background: url("../assets/br/term-handicap.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    &.term-aufsichtsrat {
      span.iconbox {
        background: url("../assets/br/term-aufsichtsrat.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    // &.term-webinar {
    //   span.iconbox {
    //     background: url("../assets/br/term-webinar.svg") 0 0 no-repeat;
    //     background-size: 50px 50px;
    //   }
    // }



    &.term-pandemie {
      span.iconbox {
        background: url("../assets/br/term-pandemie.svg") 0 0 no-repeat;
        background-size: 50px 50px;
      }
    }

    &.term-brwahl {
      span.iconbox {
        background: #006748 url("../assets/icons/br-wahl-2022.svg") center center no-repeat;
        background-size: 45px 45px;
      }
    }

    &.term-vorsitz {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $vorsitz url('../assets/icon_sprite.svg') -4px -190px no-repeat;
          background-size: 57px 1095px;
        }

        background: $vorsitz;
      }
    }

    &.term-gesundheit {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $gesundheit url('../assets/icon_sprite.svg') -4px -300px no-repeat;
          background-size: 57px 1095px;
        }

        background: $gesundheit;
      }
    }

    &.term-wirtschaft {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $wirtschaft url('../assets/icon_sprite.svg') -4px -245px no-repeat;
          background-size: 57px 1095px;
        }

        background: $wirtschaft;
      }
    }

    &.term-sozialrecht {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $sozialrecht url('../assets/icon_sprite.svg') -4px -355px no-repeat;
          background-size: 57px 1095px;
        }

        background: $sozialrecht;
      }
    }

    &.term-datenschutz {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $datenschutz url('../assets/icon_sprite.svg') -4px -410px no-repeat;
          background-size: 57px 1095px;
        }

        background: $datenschutz;
      }
    }

    &.term-arbeit40 {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $oeffentlichkeitsarbeit url("../assets/icons/Icon_Digitalisierung_BR_Arbeit.svg") center center no-repeat;
          background-size: 37px 40px;
        }

        background: #f39200;
      }
    }

    &.term-kommunikation {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $kommunikation url('../assets/icon_sprite.svg') -4px -520px no-repeat;
          background-size: 57px 1095px;
        }

        background: $kommunikation;
      }
    }

    &.term-internationales {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $internationales url('../assets/icon_sprite.svg') -4px -575px no-repeat;
          background-size: 57px 1095px;
        }

        background: $internationales;
      }
    }

    &.term-ausbildung {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $ausbildung url('../assets/icon_sprite.svg') -4px -630px no-repeat;
          background-size: 57px 1095px;
        }

        background: $ausbildung;
      }
    }

    &.term-tagungen {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $tagungen url('../assets/icon_sprite.svg') -4px -685px no-repeat;
          background-size: 57px 1095px;
        }

        background: $tagungen;
      }
    }

    // JuBi

    &.term-gesellschaftspolitik {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $weiterqualifizierung url('../assets/jubi/JB_ICO__Politische_Weiterquali_f_Aktive_629b25_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $weiterqualifizierung;
      }
    }

    &.term-berufsschule {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $berufsschularbeit url('../assets/jubi/JB_ICO__Berufschularbeit_b99200_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $berufsschularbeit;
      }
    }

    &.term-studi {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $studierendearbeit url('../assets/jubi/JB_ICO__BStudierendenarbeit_ec6396_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $studierendearbeit;
      }
    }

    &.term-aktive {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: #f0802d url('../assets/jubi/JB_ICO__Weitere_Angebote_Aktive_f0802d_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: #f0802d;
      }
    }

    &.term-ausbildungquali {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $ausbildung url('../assets/jubi/JB_ICO__AuQ_f_Teamende_629b25_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $ausbildung;
      }
    }

    &.term-juinternational {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $jugendbildung_internationales url('../assets/jubi/JB_ICO__Internationales_8f0043_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $jugendbildung_internationales;
      }
    }

    // PoBi

    &.term-powige {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $weiterqualifizierung url('../assets/jubi/JB_ICO__Politische_Weiterquali_f_Aktive_629b25_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $weiterqualifizierung;
      }
    }

    &.term-pobi_technologie {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $pobi_technologie url('../assets/pobi/PB_ICO__Technologie_medien_Gesellschaft_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $pobi_technologie;
      }
    }

    &.term-pobi_europa {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $pobi_europa url('../assets/pobi/PB_ICO__Europa_Internationales_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $pobi_europa;
      }
    }

    &.term-pobi_geschichte {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $pobi_geschichte url('../assets/pobi/PB_ICO__Geschichte_Erinnerung_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $pobi_geschichte;
      }
    }

    &.term-pobi_arbeit {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $pobi_arbeit url('../assets/pobi/PB_ICO__Arbeit_Soziales_Gewerkschaften_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $pobi_arbeit;
      }
    }

    &.term-pobi_demokratie {
      span.iconbox {
        @media screen and (min-width: 64em) {
          background: $pobi_demokratie url('../assets/pobi/PB_ICO__Demokratie_Kapitalismus_Oekologie_shutterstock.svg') 7px 7px no-repeat;
          background-size: 35px 35px;
        }

        background: $pobi_demokratie;
      }
    }*/ }
  @media screen and (min-width: 64em) {
    .seminarterms-block div.term-box {
      box-shadow: 0px 0px 0px 1px #d8d8d8;
      height: auto;
      margin-bottom: 20px;
      background: #ffffff;
      margin-bottom: 10px;
      width: 100%; } }
  .seminarterms-block div.term-box span.iconbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
  .seminarterms-block div.term-box:hover {
    background-color: #f0f0f0; }

.term-seminar-teaser {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .term-seminar-teaser::before, .term-seminar-teaser::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .term-seminar-teaser::after {
    clear: both; }

.block-teaserblockbrwahl,
.block-teaserblockdbkonditionen {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff; }
  .block-teaserblockbrwahl p,
  .block-teaserblockdbkonditionen p {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0; }

.field-node--field-sidebar {
  width: 100% !important; }

.mitarbeiter-list .mitarbeiter-list-row {
  box-shadow: 0px 0px 0px 1px #d8d8d8;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px !important;
  min-height: 200px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .mitarbeiter-list .mitarbeiter-list-row .image.person-detail {
    text-align: center;
    width: 100%; }
    .mitarbeiter-list .mitarbeiter-list-row .image.person-detail img {
      border-radius: 50%; }
  .mitarbeiter-list .mitarbeiter-list-row strong {
    font-weight: 400; }
  .mitarbeiter-list .mitarbeiter-list-row .name.person-detail {
    font-size: 18px;
    font-weight: 400; }
  .mitarbeiter-list .mitarbeiter-list-row .field-node--field-freitext {
    margin-top: 20px; }

.node--type-default_teaser a {
  color: #000000; }

.teaser_content .subtitle {
  font-size: 14px;
  color: black;
  font-weight: 400; }

.thema .teaser_image {
  background: #c50a43 none repeat scroll 0 0;
  height: 160px;
  width: 380px; }

.thema.internationales .teaser_image {
  background: #832e62 url("../assets/icon_sprite.svg") 85px -1680px no-repeat;
  background-size: 210px 3170px; }

.thema.betriebsverfassungsrecht .teaser_image {
  background: #08849e url("../assets/icon_sprite.svg") 85px -210px no-repeat;
  background-size: 210px 3170px; }

.thema.arbeitsrecht .teaser_image {
  background: #047a54 url("../assets/icon_sprite.svg") 85px -25px no-repeat;
  background-size: 210px 3170px; }

.thema.vorsitz .teaser_image {
  background: #da511f url("../assets/icon_sprite.svg") 85px -395px no-repeat;
  background-size: 210px 3170px; }

.thema.gesundheit .teaser_image {
  background: #025b94 url("../assets/icon_sprite.svg") 85px -760px no-repeat;
  background-size: 210px 3170px; }

.thema.wirtschaft .teaser_image {
  background: #83aebe url("../assets/icon_sprite.svg") 85px -580px no-repeat;
  background-size: 210px 3170px; }

.thema.sozialrecht .teaser_image {
  background: #a61761 url("../assets/icon_sprite.svg") 85px -945px no-repeat;
  background-size: 210px 3170px; }

.thema.oeffentlichkeitsarbeit .teaser_image {
  background: #ffc20e url("../assets/icon_sprite.svg") 85px -1310px no-repeat;
  background-size: 210px 3170px; }

.thema.kommunikation .teaser_image {
  background: #7ea7d9 url("../assets/icon_sprite.svg") 85px -1495px no-repeat;
  background-size: 210px 3170px; }

.thema.datenschutz .teaser_image {
  background: #6ebcbf url("../assets/icon_sprite.svg") 85px -1130px no-repeat;
  background-size: 210px 3170px; }

.thema.pobi_technologie .teaser_image {
  background: #b99200 url("../assets/pobi/PB_ICO__Technologie_medien_Gesellschaft_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.pobi_europa .teaser_image {
  background: #8f0043 url("../assets/pobi/PB_ICO__Europa_Internationales_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.pobi_geschichte .teaser_image {
  background: #0089ba url("../assets/pobi/PB_ICO__Geschichte_Erinnerung_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.pobi_arbeit .teaser_image {
  background: #ec6396 url("../assets/pobi/PB_ICO__Arbeit_Soziales_Gewerkschaften_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.pobi_demokratie .teaser_image {
  background: #f0802d url("../assets/pobi/PB_ICO__Demokratie_Kapitalismus_Oekologie_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.berufsschularbeit .teaser_image {
  background: #b99200 url("../assets/jubi/JB_ICO__Berufschularbeit_b99200_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ausbildung .teaser_image {
  background: #629b25 url("../assets/jubi/JB_ICO__AuQ_f_Teamende_629b25_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.studierendearbeit .teaser_image {
  background: #ec6396 url("../assets/jubi/JB_ICO__BStudierendenarbeit_ec6396_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.jugendbildung_internationales .teaser_image {
  background: #8f0043 url("../assets/jubi/JB_ICO__Internationales_8f0043_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.weiterqualifizierung .teaser_image {
  background: #0089ba url("../assets/jubi/JB_ICO__Politische_Weiterquali_f_Aktive_629b25_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.aktive .teaser_image {
  background: #f0802d url("../assets/jubi/JB_ICO__Weitere_Angebote_Aktive_f0802d_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.migration .teaser_image {
  background: #9cd2ef url("../assets/mig/MIG_ICO__MIG_ICO_ration_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.vielfalt .teaser_image {
  background: #9cd2ef url("../assets/mig/MIG_ICO__Vielfalt_DGBBW_MIG_ICO_.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.integration .teaser_image {
  background: #9cd2ef url("../assets/mig/MIG_ICO__Integration_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.grundbildung .teaser_image {
  background: #9cd2ef url("../assets/mig/MIG_ICO__Grundbildung_shutterstock.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-gewerkschaftsfreiheit .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_Gewerkschaftsfreiheit.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-arbeitsstandards .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_globaleArbeisstandardsundInstrumente.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-gewerkschaftsentwicklung .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_GewerkschaftlicheEntwicklung.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-jugendarbeit .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_Jugendarbeitweltweit.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-gesundheitsschutz .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_ArbeitsundGesundheitsschutz.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-gendergerechtigkeit .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_GendergerechtigkeitundGleichberechtigung.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-gerechter-lohn .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_gerechterLohn.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-wertschoepfungskette .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_GlobaleWertschoepfungsketten.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-migration .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_InternationaleMigration.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-prekarisierung .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_PrekarisierungvonBeschaeftigen.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-transformation .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_Sozioekonomische_Transformation.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.thema.ww-ungleichheit .teaser_image {
  background: #b39cc6 url("../assets/ww/WW_ICO_Ungleicheitweltweit.svg") 130px 20px no-repeat;
  background-size: 120px 120px; }

.einzeltext {
  position: relative; }
  .einzeltext .colorbar_multi {
    height: 20px;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    bottom: 0;
    mix-blend-mode: multiply; }
  .einzeltext .teaser_image {
    display: block;
    position: relative; }
    .einzeltext .teaser_image .field-node--field-teaser-img {
      max-height: auto !important; }
  .einzeltext .teaser_content {
    display: block;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: black;
    min-height: 200px;
    padding: 20px !important; }
    .einzeltext .teaser_content h2 {
      font-weight: 700;
      margin-bottom: 5px;
      color: black;
      font-size: 1.25rem; }
      .einzeltext .teaser_content h2 a {
        color: black; }
  .einzeltext.brq_thema .colorbar_multi {
    background: rgba(125, 189, 123, 0.5); }
  .einzeltext.brq_thema .teaser_content {
    background: #7dbd7b; }
  .einzeltext.tagungszentren .colorbar_multi {
    background: rgba(0, 43, 76, 0.5); }
  .einzeltext.tagungszentren .teaser_content {
    background: #002b4c; }
    .einzeltext.tagungszentren .teaser_content h2 {
      font-weight: 700;
      margin-bottom: 0;
      color: #fff !important;
      font-size: 1.25rem; }
      .einzeltext.tagungszentren .teaser_content h2 a {
        color: #fff !important; }
  .einzeltext.bildungswerk .teaser_content {
    background: #c50a43;
    color: #fff !important; }
    .einzeltext.bildungswerk .teaser_content h2 {
      font-weight: 700;
      margin-bottom: 0;
      color: #fff !important;
      font-size: 1.25rem; }
      .einzeltext.bildungswerk .teaser_content h2 a {
        color: #fff; }
  .einzeltext.dgb_thema .teaser_content {
    background: #c50a43; }
    .einzeltext.dgb_thema .teaser_content h2 {
      font-weight: 700;
      margin-bottom: 0;
      color: #fff !important;
      font-size: 1.25rem; }
      .einzeltext.dgb_thema .teaser_content h2 a {
        color: #fff !important; }
  .einzeltext.dgb_thema .colorbar_multi {
    background: rgba(197, 10, 67, 0.5); }
  .einzeltext.migration .teaser_content {
    background: #9cd2ef; }
  .einzeltext.migration .colorbar_multi {
    background: rgba(111, 195, 196, 0.5); }
  .einzeltext.bildungsurlaub .colorbar_multi {
    background: rgba(228, 138, 180, 0.5); }
  .einzeltext.bildungsurlaub .teaser_content {
    background: #e48ab4; }
  .einzeltext.jugendbildung .colorbar_multi {
    background: rgba(228, 138, 180, 0.5); }
  .einzeltext.jugendbildung .teaser_content {
    background: #e48ab4; }
  .einzeltext.weltweit .colorbar_multi {
    background: rgba(179, 156, 198, 0.5); }
  .einzeltext.weltweit .teaser_content {
    background: #b39cc6; }
  .einzeltext.tagungsorte .teaser_content {
    background: #002b4c; }

.seminar-kachel {
  position: relative; }
  .seminar-kachel .colorbar_multi {
    height: 20px;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    bottom: 0; }
  .seminar-kachel .teaser_image {
    display: block;
    position: relative; }
    .seminar-kachel .teaser_image .field-node--field-teaser-img {
      max-height: auto !important; }
  .seminar-kachel .teaser_features {
    display: block;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #fefefe;
    padding: 10px 20px !important;
    text-align: center;
    min-height: 75px; }
    .seminar-kachel .teaser_features h2 {
      font-weight: 700;
      margin-bottom: 0;
      color: #fefefe;
      font-size: 1.25rem; }
      .seminar-kachel .teaser_features h2 a {
        color: #fefefe; }
  .seminar-kachel.tagungen .colorbar_multi {
    background: rgba(125, 189, 123, 0.5); }
  .seminar-kachel.tagungen .teaser_features {
    background: #7dbd7b; }
  .seminar-kachel.tagungen.Jugendbildung .colorbar_multi, .seminar-kachel.tagungen.Bildungsurlaub .colorbar_multi {
    background: rgba(251, 186, 0, 0.5); }
  .seminar-kachel.tagungen.Jugendbildung .teaser_features, .seminar-kachel.tagungen.Bildungsurlaub .teaser_features {
    background: #fbba00; }
  .seminar-kachel.tagungen.Weltweit .colorbar_multi {
    background: rgba(236, 102, 8, 0.5); }
  .seminar-kachel.tagungen.Weltweit .teaser_features {
    background: #ec6608; }
  .seminar-kachel.tagungen.Migration .colorbar_multi {
    background: rgba(156, 210, 239, 0.5); }
  .seminar-kachel.tagungen.Migration .teaser_features {
    background: #9cd2ef; }

.publication-teaser .teaser_content {
  height: 160px; }

.publication-teaser .publication_image {
  height: 240px;
  background: #ececec;
  text-align: center;
  padding: 20px; }
  .publication-teaser .publication_image img {
    box-shadow: 1px 2px 6px 2px #b0b0b0;
    width: auto !important; }

.verteiler-teaser article .publication-teaser .publication_image img {
  width: auto !important; }

.verteiler-teaser .teaser-image,
.verteiler-teaser .field-node--field-teaser-img {
  position: relative; }

.publication-teaser-list .teaser_content {
  padding: 20px 0 40px;
  margin: 20px 0;
  border-bottom: 1px #8a8a8a solid; }

.publication-teaser-list .publication_image {
  text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .publication-teaser-list .publication_image {
      margin-bottom: 40px; } }
  .publication-teaser-list .publication_image img {
    box-shadow: 1px 2px 6px 2px #b0b0b0; }

.publication-teaser-list .publication_text h2 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400; }
  .publication-teaser-list .publication_text h2 a {
    color: #0a0a0a; }

.seminar-searchresult {
  border-bottom: 1px solid #b0b0b0;
  padding: 15px 5px; }
  .seminar-searchresult h3 {
    margin-bottom: 0; }

.newsletter-paragraph {
  padding: 30px 0;
  border-top: 4px solid #b0b0b0; }

h2.node-title.terminteaser {
  border-top: 3px solid #2199e8;
  padding-top: 18px;
  margin-top: 20px; }

.half-cards {
  height: 200px;
  margin-bottom: 20px;
  background: white;
  overflow: hidden;
  position: relative; }

.two-half-cards {
  height: 400px;
  margin-bottom: 20px;
  background: white;
  overflow: hidden;
  position: relative; }

.drittel-kachel {
  height: 122px;
  margin-bottom: 20px;
  background: white;
  position: relative; }
  .drittel-kachel .one-third-cards {
    box-shadow: 0px 0px 0px 1px #d8d8d8;
    margin-bottom: 20px;
    display: block;
    height: 120px; }
    .drittel-kachel .one-third-cards .teaser_title {
      height: 60px;
      font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.4em;
      font-weight: 400;
      padding: 40px 0 0 20px;
      float: left; }
  .drittel-kachel .dricon {
    width: 90px;
    display: block;
    float: right;
    margin-right: 15px;
    margin-top: 15px; }

.halbe-kachel {
  margin-bottom: 20px;
  display: block;
  box-shadow: 0px 0px 0px 1px #d8d8d8; }
  .halbe-kachel .teaser_title {
    height: 60px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    padding: 13px 0 0 20px;
    margin-top: 1px; }

#sidebar-second .verteiler-teaser.medium-4 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  width: 100%; }

.mega-banner {
  text-transform: initial;
  position: relative;
  height: 280px;
  width: 380px; }
  @media (min-width: 768px) and (max-width: 1170px) and (orientation: landscape) {
    .mega-banner {
      width: 320px; } }
  .mega-banner .banner-title {
    position: absolute;
    bottom: 0;
    min-height: 120px;
    width: 100%;
    padding-top: 8px;
    text-align: left;
    padding-left: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    color: #000; }
    @media (min-width: 768px) and (max-width: 1170px) and (orientation: landscape) {
      .mega-banner .banner-title {
        min-height: 145px; } }
    .mega-banner .banner-title h2 {
      font-weight: 700;
      margin-bottom: 0;
      color: #000;
      font-size: 1.25rem; }
      @media (min-width: 768px) and (max-width: 1170px) and (orientation: landscape) {
        .mega-banner .banner-title h2 {
          font-size: 1.1em; } }
    @media (min-width: 768px) and (max-width: 1170px) and (orientation: landscape) {
      .mega-banner .banner-title {
        font-size: 20px; } }
    .mega-banner .banner-title.bildungswerk {
      background: #c50a43;
      color: #fff !important; }
      .mega-banner .banner-title.bildungswerk h2 {
        color: #fff !important; }
  .mega-banner .banner-line {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 120px;
    mix-blend-mode: multiply;
    display: block; }
    @media (min-width: 768px) and (max-width: 1170px) and (orientation: landscape) {
      .mega-banner .banner-line {
        bottom: 145px; } }
    .mega-banner .banner-line.bildungswerk {
      background-color: #c50a43; }
  .mega-banner .banner-line.bildungswerk,
  .mega-banner .banner-title.bildungswerk {
    background: #c50a43; }
  .mega-banner .banner-line.brq_thema,
  .mega-banner .banner-title.brq_thema {
    background: #7dbd7b; }
  .mega-banner .banner-line.bildungsurlaub,
  .mega-banner .banner-title.bildungsurlaub {
    background: #e48ab4; }
  .mega-banner .banner-line.jugendbildung,
  .mega-banner .banner-title.jugendbildung {
    background: #e48ab4; }
  .mega-banner .banner-line.migration,
  .mega-banner .banner-title.migration {
    background: #9cd2ef; }
  .mega-banner .banner-line.weltweit,
  .mega-banner .banner-title.weltweit {
    background: #b39cc6; }

.field-name-field-article-img {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.story {
  background: #f0f0f0 none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 30px; }

.svginside canvas {
  display: block;
  width: 100%;
  visibility: hidden; }

.svginside {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.svginside svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.8);
  transition: 0.5s; }
  .reveal-if-active label {
    display: block;
    margin: 0 0 3px 0; }
  .reveal-if-active input[type="text"] {
    width: 100%;
    margin-bottom: 0 !important; }
  input[type="radio"]:checked ~ .reveal-if-active,
  input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px;
    padding: 10px 20px;
    transform: scale(1);
    overflow: visible; }

form#searchformtop {
  max-width: 500px;
  margin: 20px auto; }
  form#searchformtop > div {
    margin: 0 0 20px 0; }
    form#searchformtop > div label {
      font-weight: bold; }
    form#searchformtop > div > div {
      padding: 2px 5px;
      height: 37px !important;
      display: block;
      background: #ccc; }
  form#searchformtop > h4 {
    font-size: 24px;
    margin: 0 0 10px 0; }
  form#searchformtop input[type="submit"] {
    border: 1px solid #ccc;
    padding: 8px 28px;
    margin: 0 auto;
    display: block;
    background-color: #c50a43;
    color: #ffffff;
    transition: background-color 0.5s;
    border-radius: 5px; }
    form#searchformtop input[type="submit"]:hover {
      background-color: #940832; }

body.website-typ-mento form#searchformtop {
  max-width: initial; }

.dgbbw-fullsearch .views-exposed-form {
  text-align: center;
  margin: 0 auto 40px;
  border: 1 solid #ccc !important; }

.dgbbw-fullsearch .row {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .dgbbw-fullsearch .row span {
    color: #c50a43;
    font-size: 14px; }
  .dgbbw-fullsearch .row h3 {
    width: 100%;
    margin-bottom: 0; }

.default-search-container footer {
  padding: 10px 0 30px;
  text-align: center; }
  .default-search-container footer a.views-display-link {
    border: 1px solid #c00c14;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 7px;
    margin: 0 auto; }
    .default-search-container footer a.views-display-link:hover {
      background-color: #c00c14;
      color: #fff; }

.views-element-container .tablesort {
  height: 11px !important; }

.views-element-container .tablesort--asc {
  background-image: url(/themes/dgbbw/assets/arrow-down.svg);
  margin-left: 10px; }

.views-element-container .tablesort--desc {
  background-image: url(/themes/dgbbw/assets/arrow-up.svg);
  margin-left: 10px; }

.views-element-container #views-exposed-form-solr-s-termine-page-2.views-exposed-form {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 40px;
  border: 0 solid #ccc !important; }

.views-element-container #views-exposed-form-solr-s-termine-page-2 #view-field-s-termin-preis-1-table-column,
.views-element-container #views-exposed-form-solr-s-termine-page-2 #view-field-s-termin-ort-1-table-column {
  min-width: 175px; }

.sidebar-paragraph .verteiler-teaser.searchteaser.medium-4 {
  width: 100% !important;
  max-width: 100% !important; }

.section-suche .views-exposed-form {
  display: flex; }
  .section-suche .views-exposed-form form {
    background: url("/themes/dgbbw/assets/magnifier.png") left center no-repeat;
    background-size: 250px 250px;
    display: inline-flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    padding: 30px 8vw 20px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    text-align: center; }
    .section-suche .views-exposed-form form .form-item {
      width: auto; }
      @media screen and (min-width: 64em) {
        .section-suche .views-exposed-form form .form-item {
          width: 500px; }
          .section-suche .views-exposed-form form .form-item input#edit-text {
            padding: 1rem;
            height: 50px;
            border-radius: 7px; } }
      .section-suche .views-exposed-form form .form-item label {
        display: none; }
    .section-suche .views-exposed-form form .form-actions {
      padding-left: 10px; }
      .section-suche .views-exposed-form form .form-actions input#edit-submit-solr-fulltext {
        height: 50px;
        width: 140px; }

.views-exposed-form.block-suche-ueber-alles form,
.views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form,
.views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form,
.views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form,
.views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form,
.views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form {
  background: #f6f6f6 url("/themes/dgbbw/assets/magnifier.png") left center no-repeat;
  background-size: 250px 250px;
  display: inline-flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  padding: 30px 8vw 20px;
  margin: 16px -8px 20px -10px;
  border: 1px solid #ccc;
  text-align: center; }
  .views-exposed-form.block-suche-ueber-alles form .form-item,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-item,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-item,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-item,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-item,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-item {
    width: auto; }
    @media screen and (min-width: 64em) {
      .views-exposed-form.block-suche-ueber-alles form .form-item,
      .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-item,
      .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-item,
      .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-item,
      .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-item,
      .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-item {
        width: 500px; }
        .views-exposed-form.block-suche-ueber-alles form .form-item input#edit-text,
        .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-item input#edit-text,
        .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-item input#edit-text,
        .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-item input#edit-text,
        .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-item input#edit-text,
        .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-item input#edit-text {
          padding: 1rem;
          height: 50px;
          border-radius: 7px; } }
    .views-exposed-form.block-suche-ueber-alles form .form-item label,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-item label,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-item label,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-item label,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-item label,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-item label {
      display: none; }
  .views-exposed-form.block-suche-ueber-alles form .form-actions,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-actions,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-actions,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-actions,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-actions,
  .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-actions {
    padding-left: 10px; }
    .views-exposed-form.block-suche-ueber-alles form .form-actions input#edit-submit-solr-fulltext,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-brq form .form-actions input#edit-submit-solr-fulltext,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-pobi form .form-actions input#edit-submit-solr-fulltext,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-jubi form .form-actions input#edit-submit-solr-fulltext,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-mig form .form-actions input#edit-submit-solr-fulltext,
    .views-exposed-form.block-hervorgehobenesformularsolr-fulltextsearchpage-3-seminare-ww form .form-actions input#edit-submit-solr-fulltext {
      height: 50px;
      width: 140px; }

form.views-exposed-form {
  background: url("/themes/dgbbw/assets/magnifier.png") left center no-repeat;
  background-size: 250px 250px;
  display: inline-flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  padding: 30px 8vw 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  text-align: center; }
  form.views-exposed-form .form-item {
    width: auto; }
    @media screen and (min-width: 64em) {
      form.views-exposed-form .form-item {
        width: 500px; }
        form.views-exposed-form .form-item input#edit-text {
          padding: 1rem;
          height: 50px;
          border-radius: 7px; } }
    form.views-exposed-form .form-item label {
      display: none; }
  form.views-exposed-form .form-actions {
    padding-left: 10px; }
    form.views-exposed-form .form-actions input#edit-submit-solr-fulltext {
      height: 50px;
      width: 140px; }

.facets-widget-checkbox li.facet-item.facet-item--expanded label {
  font-weight: 400;
  color: #c50a43;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.facets-widget-checkbox li.facet-item.facet-item--expanded ul li label {
  font-weight: 800;
  color: #555;
  font-size: 16px; }

.facets-widget-checkbox li.facet-item.facet-item--expanded ul li ul li label {
  font-weight: 400; }

.facets-widget-checkbox ul.item-list__checkbox li.facet-item.facet-item--expanded {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .facets-widget-checkbox ul.item-list__checkbox li.facet-item.facet-item--expanded ul li.facet-item.facet-item--expanded {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

#sidebar-first {
  margin-top: 20px; }

#edit-auswahl-forum-fuer-tag-1--wrapper legend,
#edit-auswahl-forum-fuer-tag-2--wrapper legend,
#edit-ich-bin-mitglied-der-gewerkschaft--wrapper legend {
  width: 100%; }
  #edit-auswahl-forum-fuer-tag-1--wrapper legend .fieldset-legend,
  #edit-auswahl-forum-fuer-tag-2--wrapper legend .fieldset-legend,
  #edit-ich-bin-mitglied-der-gewerkschaft--wrapper legend .fieldset-legend {
    width: 100%;
    background: #f0f0f0;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    display: block;
    padding: 2px 2px 2px 10px; }
    #edit-auswahl-forum-fuer-tag-1--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-1 label,
    #edit-auswahl-forum-fuer-tag-1--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-2 label,
    #edit-auswahl-forum-fuer-tag-2--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-1 label,
    #edit-auswahl-forum-fuer-tag-2--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-2 label,
    #edit-ich-bin-mitglied-der-gewerkschaft--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-1 label,
    #edit-ich-bin-mitglied-der-gewerkschaft--wrapper legend .fieldset-legend #edit-auswahl-forum-fuer-tag-2 label {
      font-size: 1em; }

#edit-ich-bin-mitglied-der-gewerkschaft--wrapper {
  display: block;
  margin-top: 7px; }

#edit-teilnahmebeitraege,
#edit-teilnahmebeitrag,
#edit-stornierungsbedingungen,
.form-item-allgemeine-geschaeftsbedingungen-und-datenschutzregeln,
.form-item-datenschutz {
  padding: 15px 0 0 0;
  margin-top: 15px;
  border-top: 1px solid #cccccc; }

label[for="edit-allgemeine-geschaeftsbedingungen-und-datenschutzregeln"],
label[for="edit-datenschutz"],
label[for="edit-rechnung"] {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400; }

#edit-actions-submit {
  float: right; }

body.node--type-tagungszentrum-page h1 {
  margin-top: 25px; }

body.node--type-tagungszentrum-page .contact-block {
  padding: 1.875rem;
  background: #e3e3e3;
  min-height: 325px; }

body.node--type-tagungszentrum-page nav#block-tzhattingen,
body.node--type-tagungszentrum-page nav#block-jbzhattingen,
body.node--type-tagungszentrum-page nav#block-bzhamburg {
  border: none;
  box-shadow: none; }
  body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu,
  body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu,
  body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-transform: uppercase;
    margin-left: 0; }
    body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li,
    body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li,
    body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li {
      border-bottom: 1px solid #e3e3e3;
      padding: 0.6rem 0 0.6rem 0;
      width: 100%; }
      body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a,
      body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a,
      body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a {
        background: url("../assets/icons/tagungshotels.png") 0 4px no-repeat;
        padding: 4px 0 4px 40px;
        color: #707070;
        font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 300; }
        @media screen and (min-width: 64em) {
          body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a,
          body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a,
          body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a {
            font-size: 16px; } }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.is-active, body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a:hover,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.is-active,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a:hover,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.is-active,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a:hover {
          color: #c50a43; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.home,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.home,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.home {
          background-position: 0 -234px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.room,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.room,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.room {
          background-position: 0 -11px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.sleep,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.sleep,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.sleep {
          background-position: 0 -48px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.eat,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.eat,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.eat {
          background-position: 0 -84px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.leasure,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.leasure,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.leasure {
          background-position: 0 -123px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.arrive,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.arrive,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.arrive {
          background-position: 0 -160px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.seminars,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.seminars,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.seminars {
          background-position: 0 -196px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li a.about,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li a.about,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li a.about {
          background-position: 0 -234px; }
      body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li ul.sub,
      body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li ul.sub,
      body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li ul.sub {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-transform: uppercase;
        margin-left: 0;
        margin-top: 10px; }
        body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li ul.sub li,
        body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li ul.sub li,
        body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li ul.sub li {
          padding: 0.2rem 0;
          border-bottom: none; }
          body.node--type-tagungszentrum-page nav#block-tzhattingen ul.menu li ul.sub li a,
          body.node--type-tagungszentrum-page nav#block-jbzhattingen ul.menu li ul.sub li a,
          body.node--type-tagungszentrum-page nav#block-bzhamburg ul.menu li ul.sub li a {
            background: transparent;
            font-size: 14px; }

body.node--type-tagungszentrum-page .view-small-teaser img,
body.node--type-tagungszentrum-page .view-medium-teaser img {
  margin-bottom: 0.9375rem; }

body.node--type-tagungszentrum-page a.more {
  color: #c50a43;
  float: right;
  margin-top: 10px; }
  body.node--type-tagungszentrum-page a.more:hover {
    color: #940832; }

body.node--type-tagungszentrum-page .view-small-teaser .teaser-s {
  position: relative; }
  body.node--type-tagungszentrum-page .view-small-teaser .teaser-s .inside {
    position: absolute;
    bottom: 1rem;
    background: #0a0a0a;
    opacity: 0.8;
    color: #fefefe;
    padding: 10px;
    font-size: 20px;
    left: 1.5rem; }

body.node--type-tagungszentrum-page .view-medium-teaser hr {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }

body.node--type-tagungszentrum-page .teaser-l img {
  margin-bottom: 15px; }

body.node--type-tagungszentrum-page .teaser-l.row {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem; }

body.node--type-tagungszentrum-page .teaser-l.download {
  background: whitesmoke;
  padding-top: 25px;
  padding-left: 15px !important; }

#sliding-popup {
  width: 100%;
  padding: 5px;
  max-height: 80vh !important;
  background: #fff;
  border-top: 2px solid #c50a43; }
  @media screen and (min-width: 64em) {
    #sliding-popup {
      padding: 60px; } }
  #sliding-popup .button.hidden {
    display: none !important; }
  #sliding-popup .eu-cookie-compliance-banner {
    overflow: auto;
    max-height: 75vh; }

.eu-cookie-withdraw-tab {
  background: #c50a43;
  padding: 5px;
  color: #fff; }

#searchform .dropdown.searchtype {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5; }

#searchform .dropdown.searchtype a {
  text-decoration: none; }

#searchform .dropdown-toggle {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  padding: 5px 20px 5px 15px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  width: 100px; }
  #searchform .dropdown-toggle:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f078";
    color: #fff;
    font-size: 12px;
    top: 8px;
    right: 0px;
    transition: transform 0.25s ease-in-out; }

#searchform .dropdown-toggle .dropdown-icon {
  display: none; }

#searchform .dropdown-toggle .dropdown-icon:after {
  display: none; }

#searchform .dropdown-toggle .dropdown-text {
  display: inline-block;
  vertical-align: middle; }

#searchform .dropdown-toggle img {
  vertical-align: middle; }

#searchform .dropdown-menu-wrapper {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#searchform .dropdown-menu-container {
  position: relative;
  width: 120px;
  max-width: 100%; }

#searchform .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit; }

#searchform .dropdown-menu-main,
#searchform .dropdown-menu-open {
  display: block; }

#searchform .dropdown-menu-open {
  position: relative; }

#searchform .dropdown-menu-wrapper {
  position: absolute;
  z-index: 999;
  display: none;
  opacity: 0; }

#searchform .dropdown-below .dropdown-menu-wrapper {
  top: 190%;
  bottom: auto;
  margin: 3px 0 0 -5px; }

#searchform .dropdown-above .dropdown-menu-wrapper {
  bottom: 100%;
  top: auto;
  margin: 0 0 3px; }

#searchform .dropdown-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }

#searchform .dropdown-animating .dropdown-mask {
  display: block; }

#searchform .dropdown-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  opacity: 0; }

#searchform .dropdown-header {
  position: relative;
  min-height: 25px;
  padding: 12.5px 50px;
  margin: 0;
  border-bottom: 1px solid #ccc; }

#searchform .dropdown-menu-main .dropdown-header {
  display: none; }

#searchform .dropdown-title {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  padding: 0;
  margin: 0; }

#searchform .dropdown-back,
#searchform .dropdown-close {
  position: absolute;
  text-decoration: none;
  top: 0;
  font-weight: 700;
  color: #aaa;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

#searchform .dropdown-back .dropdown-text,
#searchform .dropdown-close .dropdown-text {
  display: none; }

#searchform .dropdown-back {
  left: 0; }

#searchform .dropdown-back .dropdown-icon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid; }

#searchform .dropdown-menu-main .dropdown-back {
  display: none; }

#searchform .dropdown-close {
  display: none;
  right: 0; }

#searchform .dropdown-close .dropdown-icon:after {
  font-family: sans-serif;
  content: '\00d7'; }

#searchform .dropdown-item,
#searchform .dropdown-list {
  list-style-type: none;
  font-size: inherit; }

#searchform .dropdown-list {
  overflow: hidden;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  background: #ccc; }

#searchform .dropdown-item {
  padding: 0;
  margin: 0 0 1px; }

#searchform .dropdown-item:last-child {
  margin-bottom: 0; }

#searchform .dropdown-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  margin: 20px 0 0; }

#searchform .dropdown-label:first-child {
  margin-top: 0; }

#searchform .dropdown-divider {
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0; }

#searchform .dropdown-divider:first-child,
#searchform .dropdown-divider:last-child {
  display: none; }

#searchform .dropdown-divider + .dropdown-label {
  margin-top: 10px; }

#searchform .dropdown-divider:first-child + .dropdown-label {
  margin-top: 0; }

#searchform .dropdown-link {
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 20px; }

#searchform .dropdown-parent .dropdown-link:after {
  content: '';
  opacity: .6;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

#searchform .dropdown-focused .dropdown-link,
#searchform .dropdown-link:hover {
  color: #333; }

#searchform .dropdown-selected .dropdown-link {
  background: #aaa;
  color: #fff !important; }

@media screen and (max-width: 600px) {
  #searchform .dropdown-overlay {
    z-index: -1;
    transition: opacity .2s linear; }
  #searchform .dropdown-open .dropdown-overlay,
  #searchform .dropdown-opening .dropdown-overlay {
    z-index: 101;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #searchform .dropdown-menu-wrapper {
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    border: 0; }
  #searchform .dropdown-above .dropdown-menu-wrapper,
  #searchform .dropdown-below .dropdown-menu-wrapper {
    top: 10px;
    bottom: 10px;
    margin: 0; }
  #searchform .dropdown-menu-container {
    width: 100%; }
  #searchform .dropdown-close,
  #searchform .dropdown-menu-main .dropdown-header {
    display: block; } }

@media all and (min-width: 601px) {
  #searchform .dropdown-overlay {
    display: none !important; } }

#searchform a .dropdown-text {
  color: #fff;
  font-weight: 400; }
