@charset "UTF-8";
/*
Theme Name: GenesisChild rev 1.1
Description: GenesisChild is a vanilla base starter theme created for Genesis Framework
Author: Neil Gee
Author URI: http://www.wpbeaches.com/
Version: 2.6
Tags: Contains regular Widget areas as well as preheaderwrap, home page Hero area, optin wrap and pre-footer widget content wrap
Template: genesis
*/
@import url(vendor/flowplayer.commercial-7.2.7/skin/skin.css);
@import url(shame.css);
@media all {
  /**
   *  @section Normalisation Module
   */
  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  /* line 8, vendor/yaml-sass/core/base-modules/_normalization.scss */
  * {
    margin: 0;
    padding: 0;
  }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  /* line 12, vendor/yaml-sass/core/base-modules/_normalization.scss */
  option {
    padding-left: 0.4em;
  }

  /* line 13, vendor/yaml-sass/core/base-modules/_normalization.scss */
  select {
    padding: 1px;
  }

  /*
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  /* line 25, vendor/yaml-sass/core/base-modules/_normalization.scss */
  * html body * {
    overflow: visible;
  }

  /*
  * (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
  *      Standard values for colors and text alignment
  *
  * (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
  *      Vorgabe der Standardfarben und Textausrichtung
  */
  /* line 34, vendor/yaml-sass/core/base-modules/_normalization.scss */
  body {
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left;
  }

  /* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
  /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
  /* line 44, vendor/yaml-sass/core/base-modules/_normalization.scss */
  div:target,
  h1:target,
  h2:target,
  h3:target,
  h4:target,
  h5:target,
  h6:target {
    outline: 0 none;
  }

  /* (en) HTML5 - adjusting visual formatting model to block level */
  /* (de) HTML5 - Elements werden als Blockelemente definiert */
  /* line 56, vendor/yaml-sass/core/base-modules/_normalization.scss */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section,
  summary {
    display: block;
  }

  /* (en) HTML5 - default media element styles */
  /* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
  /* line 72, vendor/yaml-sass/core/base-modules/_normalization.scss */
  audio,
  canvas,
  video {
    display: inline-block;
  }

  /* (en) HTML5 - don't show <audio> element if there aren't controls */
  /* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
  /* line 80, vendor/yaml-sass/core/base-modules/_normalization.scss */
  audio:not([controls]) {
    display: none;
  }

  /* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
  /* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
  /* line 86, vendor/yaml-sass/core/base-modules/_normalization.scss */
  [hidden] {
    display: none;
  }

  /* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  /* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
  /* line 92, vendor/yaml-sass/core/base-modules/_normalization.scss */
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  /* (en) set correct box-modell in IE8/9 plus remove padding */
  /* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
  /* line 99, vendor/yaml-sass/core/base-modules/_normalization.scss */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  /* (en) force consistant appearance of input[type="search"] elements in all browser */
  /* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
  /* line 107, vendor/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* line 114, vendor/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /* (en) Correct overflow displayed oddly in IE 9 */
  /* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
  /* line 121, vendor/yaml-sass/core/base-modules/_normalization.scss */
  svg:not(:root) {
    overflow: hidden;
  }

  /* (en) Address margin not present in IE 8/9 and Safari 5 */
  /* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
  /* line 127, vendor/yaml-sass/core/base-modules/_normalization.scss */
  figure {
    margin: 0;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  /* line 133, vendor/yaml-sass/core/base-modules/_normalization.scss */
  fieldset,
  img {
    border: 0 solid;
  }

  /* (en) new standard values for lists, blockquote, cite and tables */
  /* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
  /* line 138, vendor/yaml-sass/core/base-modules/_normalization.scss */
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }

  /* line 142, vendor/yaml-sass/core/base-modules/_normalization.scss */
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
  }

  /* line 147, vendor/yaml-sass/core/base-modules/_normalization.scss */
  dt {
    font-weight: bold;
  }

  /* line 148, vendor/yaml-sass/core/base-modules/_normalization.scss */
  dd {
    margin: 0 0 1em 0.8em;
  }

  /* line 150, vendor/yaml-sass/core/base-modules/_normalization.scss */
  blockquote {
    margin: 0 0 1em 0.8em;
  }

  /* line 151, vendor/yaml-sass/core/base-modules/_normalization.scss */
  q {
    quotes: none;
  }

  /* line 153, vendor/yaml-sass/core/base-modules/_normalization.scss */
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  /* line 161, vendor/yaml-sass/core/base-modules/_normalization.scss */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /**
  * @section Float Handling Module
  */
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  /* line 8, vendor/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:before {
    content: "";
    display: table;
  }

  /* line 12, vendor/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }

  /* (en) alternative solutions to contain floats */
  /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
  /* line 23, vendor/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-dt {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 26, vendor/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-oh {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  /* line 29, vendor/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-fl {
    float: left;
    width: 100%;
  }

  /**
  * @section Column Module
  *
  * default column config:
  * |-------------------------------|
  * | col1    | col3      | col2    |
  * | 20%     | flexible  | 20%     |
  * |-------------------------------|
  */
  /* line 12, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-column {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 16, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-col1 {
    float: left;
    width: 20%;
  }

  /* line 17, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-col2 {
    float: right;
    width: 20%;
  }

  /* line 18, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-col3 {
    width: auto;
    margin: 0 20%;
  }

  /* line 20, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox {
    padding: 0 10px;
  }

  /* line 21, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }

  /* line 22, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  /* line 26, vendor/yaml-sass/core/base-modules/_columns.scss */
  .ym-ie-clearing {
    display: none;
  }

  /**
  * @section Grid Module
  */
  /* line 7, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-grid {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 16, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gl {
    float: left;
    margin: 0;
  }

  /* line 21, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px;
  }

  /* line 26, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g20 {
    width: 20%;
  }

  /* line 27, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g40 {
    width: 40%;
  }

  /* line 28, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g60 {
    width: 60%;
  }

  /* line 29, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g80 {
    width: 80%;
  }

  /* line 30, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g25 {
    width: 25%;
  }

  /* line 31, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g33 {
    width: 33.333%;
  }

  /* line 32, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g50 {
    width: 50%;
  }

  /* line 33, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g66 {
    width: 66.666%;
  }

  /* line 34, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g75 {
    width: 75%;
  }

  /* line 35, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g38 {
    width: 38.2%;
  }

  /* line 36, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g62 {
    width: 61.8%;
  }

  /* line 38, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox {
    padding: 0 10px;
  }

  /* line 39, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-left {
    padding: 0 10px 0 0;
  }

  /* line 40, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-right {
    padding: 0 0 0 10px;
  }

  /* line 42, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize {
    overflow: hidden;
  }

  /* line 44, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }

  /* line 51, vendor/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }

  /**
  * @section Form Module
  */
  /** Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | form                          |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /form                         |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  */
  /* line 21, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form,
  .ym-form fieldset {
    overflow: hidden;
  }

  /* line 25, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form div {
    position: relative;
  }
  /* line 27, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label,
  .ym-form .ym-message {
    position: relative;
    line-height: 1.5;
    display: block;
  }
  /* line 35, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-message {
    clear: both;
  }
  /* line 39, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check label {
    display: inline;
  }
  /* line 43, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea {
    cursor: text;
  }
  /* line 46, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="image"],
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"],
  .ym-form select,
  .ym-form label {
    cursor: pointer;
  }
  /* line 56, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form textarea {
    overflow: auto;
  }
  /* line 62, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input.hidden,
  .ym-form input[type=hidden] {
    display: none !important;
  }
  /* line 69, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:before,
  .ym-form .ym-fbox-text:before,
  .ym-form .ym-fbox-select:before,
  .ym-form .ym-fbox-check:before,
  .ym-form .ym-fbox-button:before {
    content: "";
    display: table;
  }
  /* line 78, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:after,
  .ym-form .ym-fbox-text:after,
  .ym-form .ym-fbox-select:after,
  .ym-form .ym-fbox-check:after,
  .ym-form .ym-fbox-button:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  /* line 92, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input:focus,
  .ym-form .ym-fbox-check input:hover,
  .ym-form .ym-fbox-check input:active,
  .ym-form input[type="radio"]:focus,
  .ym-form input[type="radio"]:hover,
  .ym-form input[type="radio"]:active,
  .ym-form input[type="checkbox"]:focus,
  .ym-form input[type="checkbox"]:hover,
  .ym-form input[type="checkbox"]:active {
    border: 0 none;
  }
  /* line 108, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea,
  .ym-form select {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }
  /* line 118, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"] {
    display: inline;
    margin-left: 0;
    margin-right: 0.5ex;
    width: auto;
    height: auto;
  }
  /* line 128, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input[type="image"] {
    border: 0;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  /* line 137, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 144, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-button input {
    display: inline;
    overflow: visible;
    width: auto;
  }
  /* line 151, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-inline {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: auto;
    vertical-align: baseline;
  }

  /* default form wrapper width */
  /* line 161, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap {
    display: table;
    table-layout: fixed;
    width: 70%;
  }
  /* line 166, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input,
  .ym-fbox-wrap textarea,
  .ym-fbox-wrap select {
    width: 100%;
  }
  /* line 172, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="image"] {
    width: auto;
  }
  /* line 176, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="radio"],
  .ym-fbox-wrap input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-left: 0;
    margin-right: 0.5ex;
  }
  /* line 184, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap label,
  .ym-fbox-wrap .ym-label {
    display: inline;
  }

  /* line 191, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full input,
  .ym-full textarea,
  .ym-full select {
    width: 100%;
  }
  /* line 196, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full .ym-fbox-wrap {
    width: 100%;
  }

  /**
  *  Columnar forms display - technical base (optional)
  *
  *  |-------------------------------------------|
  *  | form                                      |
  *  |-------------------------------------------|
  *  |                                           |
  *  |   label   |   input / select / textarea   |
  *  |                                           |
  *  |-------------------------------------------|
  *  | /form                                     |
  *  |-------------------------------------------|
  *
  *  (en) Styling of forms where label floats left of form-elements
  *  (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  */
  /* line 222, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar input,
  .ym-columnar textarea,
  .ym-columnar select {
    float: left;
    margin-right: -3px;
  }
  /* line 229, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar label,
  .ym-columnar .ym-label {
    display: inline;
    float: left;
    width: 30%;
    z-index: 1;
  }
  /* line 239, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input,
  .ym-columnar .ym-message {
    margin-left: 30%;
  }
  /* line 245, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap {
    margin-left: 30%;
    margin-right: -3px;
  }
  /* line 249, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap .ym-message {
    margin-left: 0%;
  }
  /* line 253, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap label {
    float: none;
    width: auto;
    z-index: 1;
    margin-left: 0;
  }
  /* line 260, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap input {
    margin-left: 0;
    position: relative;
  }
  /* line 266, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check {
    position: relative;
  }
  /* line 269, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check label,
  .ym-columnar .ym-fbox-check .ym-label {
    padding-top: 0;
  }
  /* line 274, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input {
    top: 3px;
  }
  /* line 280, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-button input {
    float: none;
    margin-right: 1em;
  }

  /* line 287, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap + .ym-fbox-wrap {
    margin-top: 0.5em;
  }

  /* global and local columnar settings for button alignment */
  /* line 292, vendor/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar fieldset .ym-fbox-button,
  fieldset.ym-columnar .ym-fbox-button {
    padding-left: 30%;
  }

  /**
  * @section Accessibility Module
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  /* line 12, vendor/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  /* line 22, vendor/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
  }

  /* skiplinks:technical setup */
  /* line 30, vendor/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* line 40, vendor/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media print {
  /**
  * @section print adjustments for core modules
  *
  * (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
  * (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */
  /* line 16, vendor/yaml-sass/core/base-modules/_print-core.scss */
  .ym-grid > .ym-gl,
  .ym-grid > .ym-gr {
    overflow: visible;
    display: table;
    table-layout: fixed;
  }

  /* (en) make .ym-print class visible */
  /* (de) .ym-print-Klasse sichtbar schalten */
  /* line 26, vendor/yaml-sass/core/base-modules/_print-core.scss */
  .ym-print {
    position: static;
    left: 0;
  }

  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  /* line 33, vendor/yaml-sass/core/base-modules/_print-core.scss */
  .ym-noprint {
    display: none !important;
  }
}
@media screen {
  /* line 5, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form {
    background: #f4f4f4;
    border: 2px #fff solid;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow: 0 0 4px #ddd;
    box-shadow: 0 0 4px #ddd;
  }
  /* line 11, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form fieldset {
    position: static;
    background: transparent;
    margin: 0.75em 0 0.75em 0;
    padding: 0 0.5em;
  }
  /* line 18, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form legend {
    background: transparent;
    color: #000;
    font-size: 1.2em;
    line-height: 1.25em;
    font-weight: bold;
    padding: 0 0.5em;
  }
  /* line 27, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form label,
  .ym-form .ym-label {
    color: #666;
    line-height: 1.5;
    padding-top: 0.25em;
  }
  /* line 34, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox {
    padding: 0 1em;
    margin: 1em 0 0.5em 0;
  }
  /* line 39, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox-footer {
    background: #ececec;
    border-top: 1px #e0e0e0 solid;
    padding: 1.5em 1em;
    margin: 0;
  }
  /* line 46, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox + .ym-fbox {
    margin: 0.5em 0;
  }
  /* line 50, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox:last-child {
    margin-bottom: 1em;
  }
  /* line 54, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox + .ym-fbox-footer {
    margin: 1em 0 0 0;
  }
  /* line 58, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox :last-child,
  .ym-form .ym-fbox-footer :last-child {
    margin-bottom: 0;
  }
  /* line 63, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox-heading {
    font-size: 1em;
    font-size: 100%;
    color: #000;
    margin: 1em;
  }
  /* line 70, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox-check:focus + label {
    color: #000;
  }
  /* line 74, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-gbox-left {
    padding: 0 4px 0 0;
  }
  /* line 77, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-gbox-right {
    padding: 0 0 0 4px;
  }
  /* line 80, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-gbox {
    padding: 0 2px 0 2px;
  }

  /**
  * @section styling form elements
  *
  */
  /* line 91, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input,
  .ym-form textarea,
  .ym-form select {
    border: 1px solid #ddd;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: inset 0 0 4px #eee;
    box-shadow: inset 0 0 4px #eee;
  }
  /* line 100, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input,
  .ym-form textarea {
    padding: 4px 0.3em;
  }
  /* line 105, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form select {
    padding: 3px 2px 3px 1px;
  }
  /* line 109, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input:focus,
  .ym-form select:focus,
  .ym-form textarea:focus,
  .ym-form input:hover,
  .ym-form select:hover,
  .ym-form textarea:hover,
  .ym-form input:active,
  .ym-form select:active,
  .ym-form textarea:active {
    border: 1px #888 solid;
    background: #fff;
  }
  /* line 122, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form optgroup {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  /* line 128, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="image"],
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"] {
    border: 0 none !important;
    background: transparent !important;
  }
  /* line 136, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-message {
    color: #666;
    margin-bottom: 0.5em;
  }
  /* line 140, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-required {
    color: #800;
    font-weight: bold;
  }
  /* line 146, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input:valid,
  .ym-form textarea:valid {
    background-color: #fff;
  }
  /* line 148, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input:invalid,
  .ym-form textarea:invalid {
    background-color: #fdd;
  }
  /* line 152, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-error label {
    color: #800;
    font-weight: normal;
  }
  /* line 156, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-error input,
  .ym-form .ym-error select,
  .ym-form .ym-error textarea {
    border: 1px #800 solid;
  }
  /* line 161, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-error input:hover,
  .ym-form .ym-error input:focus,
  .ym-form .ym-error select:hover,
  .ym-form .ym-error select:focus,
  .ym-form .ym-error textarea:hover,
  .ym-form .ym-error textarea:focus {
    border: 1px #800 solid !important;
  }
  /* line 169, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form .ym-error .ym-message {
    color: #800;
    font-weight: bold;
    margin-top: 0;
  }

  /**
  * @section Buttons
  * inspired from: Catalin Rosu (http://www.red-team-design.com/just-another-awesome-css3-buttons)
  */
  /* line 182, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button,
  .ym-form button,
  .ym-form input[type="button"],
  .ym-form input[type="reset"],
  .ym-form input[type="submit"] {
    display: inline-block;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(to bottom, #eee,#ccc);
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC');
    zoom: 1;
    border: 1px solid #777;
    border-radius: .2em;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #333 !important;
    cursor: pointer;
    font: normal 1em/2em Arial, Helvetica;
    margin: 0 0.75em 0 0;
    padding: 0 1.5em;
    overflow: visible;
    /* removes extra side spacing in IE */
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }
  /* line 205, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button:hover,
  .ym-form button:hover,
  .ym-form input[type="button"]:hover,
  .ym-form input[type="reset"]:hover,
  .ym-form input[type="submit"]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(to bottom, #fafafa,#ddd);
    background-color: #fafafa;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFDDDDDD');
    zoom: 1;
  }
  /* line 208, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button:active,
  .ym-form button:active,
  .ym-form input[type="button"]:active,
  .ym-form input[type="reset"]:active,
  .ym-form input[type="submit"]:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #bbb));
    background-image: -webkit-linear-gradient(top, #ccc, #bbb);
    background-image: -moz-linear-gradient(top, #ccc, #bbb);
    background-image: -ms-linear-gradient(top, #ccc, #bbb);
    background-image: linear-gradient(to bottom, #ccc,#bbb);
    background-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
    zoom: 1;
    position: relative;
    top: 1px;
  }
  /* line 214, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button:focus,
  .ym-form button:focus,
  .ym-form input[type="button"]:focus,
  .ym-form input[type="reset"]:focus,
  .ym-form input[type="submit"]:focus {
    outline: 0;
    background: #fafafa;
  }

  /* Button size-scaling classes */
  /* line 221, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button {
    /* 21px */
    /* 18px */
    /* 12px */
    /* 10px */
  }
  /* line 222, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-xlarge {
    font-size: 1.5em;
  }
  /* line 223, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-large {
    font-size: 1.2857em;
  }
  /* line 224, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-small {
    font-size: 0.8571em;
  }
  /* line 225, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-xsmall {
    font-size: 0.7143em;
  }

  /* Button color scheme: primary */
  /* line 229, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-primary,
  .ym-form button.ym-primary,
  .ym-form input[type="button"].ym-primary,
  .ym-form input[type="reset"].ym-primary,
  .ym-form input[type="submit"].ym-primary {
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88e), color-stop(100%, #66c));
    background-image: -webkit-linear-gradient(top, #88e, #66c);
    background-image: -moz-linear-gradient(top, #88e, #66c);
    background-image: -ms-linear-gradient(top, #88e, #66c);
    background-image: linear-gradient(to bottom, #88e,#66c);
    background-color: #88e;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888EE', endColorstr='#FF6666CC');
    zoom: 1;
    border: 1px solid #007;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  /* line 243, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-primary:hover,
  .ym-form button.ym-primary:hover,
  .ym-form input[type="button"].ym-primary:hover,
  .ym-form input[type="reset"].ym-primary:hover,
  .ym-form input[type="submit"].ym-primary:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88f), color-stop(100%, #66d));
    background-image: -webkit-linear-gradient(top, #88f, #66d);
    background-image: -moz-linear-gradient(top, #88f, #66d);
    background-image: -ms-linear-gradient(top, #88f, #66d);
    background-image: linear-gradient(to bottom, #88f,#66d);
    background-color: #88f;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888FF', endColorstr='#FF6666DD');
    zoom: 1;
  }
  /* line 247, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-primary:active,
  .ym-form button.ym-primary:active,
  .ym-form input[type="button"].ym-primary:active,
  .ym-form input[type="reset"].ym-primary:active,
  .ym-form input[type="submit"].ym-primary:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88c), color-stop(100%, #66a));
    background-image: -webkit-linear-gradient(top, #88c, #66a);
    background-image: -moz-linear-gradient(top, #88c, #66a);
    background-image: -ms-linear-gradient(top, #88c, #66a);
    background-image: linear-gradient(to bottom, #88c,#66a);
    background-color: #88c;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888CC', endColorstr='#FF6666AA');
    zoom: 1;
  }
  /* line 252, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-primary:focus,
  .ym-form button.ym-primary:focus,
  .ym-form input[type="button"].ym-primary:focus,
  .ym-form input[type="reset"].ym-primary:focus,
  .ym-form input[type="submit"].ym-primary:focus {
    outline: 0;
    background: #88f;
  }

  /* Button color scheme: success */
  /* line 259, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-success,
  .ym-form button.ym-success,
  .ym-form input[type="button"].ym-success,
  .ym-form input[type="reset"].ym-success,
  .ym-form input[type="submit"].ym-success {
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6), color-stop(100%, #494));
    background-image: -webkit-linear-gradient(top, #6b6, #494);
    background-image: -moz-linear-gradient(top, #6b6, #494);
    background-image: -ms-linear-gradient(top, #6b6, #494);
    background-image: linear-gradient(to bottom, #6b6,#494);
    background-color: #6b6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66BB66', endColorstr='#FF449944');
    zoom: 1;
    border: 1px solid #070;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  /* line 271, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-success:hover,
  .ym-form button.ym-success:hover,
  .ym-form input[type="button"].ym-success:hover,
  .ym-form input[type="reset"].ym-success:hover,
  .ym-form input[type="submit"].ym-success:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6), color-stop(100%, #5a5));
    background-image: -webkit-linear-gradient(top, #6c6, #5a5);
    background-image: -moz-linear-gradient(top, #6c6, #5a5);
    background-image: -ms-linear-gradient(top, #6c6, #5a5);
    background-image: linear-gradient(to bottom, #6c6,#5a5);
    background-color: #6c6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66CC66', endColorstr='#FF55AA55');
    zoom: 1;
  }
  /* line 275, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-success:active,
  .ym-form button.ym-success:active,
  .ym-form input[type="button"].ym-success:active,
  .ym-form input[type="reset"].ym-success:active,
  .ym-form input[type="submit"].ym-success:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6), color-stop(100%, #484));
    background-image: -webkit-linear-gradient(top, #6a6, #484);
    background-image: -moz-linear-gradient(top, #6a6, #484);
    background-image: -ms-linear-gradient(top, #6a6, #484);
    background-image: linear-gradient(to bottom, #6a6,#484);
    background-color: #6a6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66AA66', endColorstr='#FF448844');
    zoom: 1;
  }
  /* line 280, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-success:focus,
  .ym-form button.ym-success:focus,
  .ym-form input[type="button"].ym-success:focus,
  .ym-form input[type="reset"].ym-success:focus,
  .ym-form input[type="submit"].ym-success:focus {
    outline: 0;
    background: #6c6;
  }

  /* Button color scheme: warning */
  /* line 287, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-warning,
  .ym-form button.ym-warning,
  .ym-form input[type="button"].ym-warning,
  .ym-form input[type="reset"].ym-warning,
  .ym-form input[type="submit"].ym-warning {
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4), color-stop(100%, #b72));
    background-image: -webkit-linear-gradient(top, #da4, #b72);
    background-image: -moz-linear-gradient(top, #da4, #b72);
    background-image: -ms-linear-gradient(top, #da4, #b72);
    background-image: linear-gradient(to bottom, #da4,#b72);
    background-color: #da4;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFDDAA44', endColorstr='#FFBB7722');
    zoom: 1;
    border: 1px solid #970;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  /* line 299, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-warning:hover,
  .ym-form button.ym-warning:hover,
  .ym-form input[type="button"].ym-warning:hover,
  .ym-form input[type="reset"].ym-warning:hover,
  .ym-form input[type="submit"].ym-warning:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb5), color-stop(100%, #c83));
    background-image: -webkit-linear-gradient(top, #eb5, #c83);
    background-image: -moz-linear-gradient(top, #eb5, #c83);
    background-image: -ms-linear-gradient(top, #eb5, #c83);
    background-image: linear-gradient(to bottom, #eb5,#c83);
    background-color: #eb5;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEBB55', endColorstr='#FFCC8833');
    zoom: 1;
  }
  /* line 303, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-warning:active,
  .ym-form button.ym-warning:active,
  .ym-form input[type="button"].ym-warning:active,
  .ym-form input[type="reset"].ym-warning:active,
  .ym-form input[type="submit"].ym-warning:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c94), color-stop(100%, #a62));
    background-image: -webkit-linear-gradient(top, #c94, #a62);
    background-image: -moz-linear-gradient(top, #c94, #a62);
    background-image: -ms-linear-gradient(top, #c94, #a62);
    background-image: linear-gradient(to bottom, #c94,#a62);
    background-color: #c94;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCC9944', endColorstr='#FFAA6622');
    zoom: 1;
  }
  /* line 308, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-warning:focus,
  .ym-form button.ym-warning:focus,
  .ym-form input[type="button"].ym-warning:focus,
  .ym-form input[type="reset"].ym-warning:focus,
  .ym-form input[type="submit"].ym-warning:focus {
    outline: 0;
    background: #da4;
  }

  /* Button color scheme: danger */
  /* line 315, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-danger,
  .ym-form button.ym-danger,
  .ym-form input[type="button"].ym-danger,
  .ym-form input[type="reset"].ym-danger,
  .ym-form input[type="submit"].ym-danger {
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b66), color-stop(100%, #944));
    background-image: -webkit-linear-gradient(top, #b66, #944);
    background-image: -moz-linear-gradient(top, #b66, #944);
    background-image: -ms-linear-gradient(top, #b66, #944);
    background-image: linear-gradient(to bottom, #b66,#944);
    background-color: #b66;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFBB6666', endColorstr='#FF994444');
    zoom: 1;
    border: 1px solid #700;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  /* line 327, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-danger:hover,
  .ym-form button.ym-danger:hover,
  .ym-form input[type="button"].ym-danger:hover,
  .ym-form input[type="reset"].ym-danger:hover,
  .ym-form input[type="submit"].ym-danger:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c66), color-stop(100%, #a55));
    background-image: -webkit-linear-gradient(top, #c66, #a55);
    background-image: -moz-linear-gradient(top, #c66, #a55);
    background-image: -ms-linear-gradient(top, #c66, #a55);
    background-image: linear-gradient(to bottom, #c66,#a55);
    background-color: #c66;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCC6666', endColorstr='#FFAA5555');
    zoom: 1;
  }
  /* line 331, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-danger:active,
  .ym-form button.ym-danger:active,
  .ym-form input[type="button"].ym-danger:active,
  .ym-form input[type="reset"].ym-danger:active,
  .ym-form input[type="submit"].ym-danger:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a55), color-stop(100%, #844));
    background-image: -webkit-linear-gradient(top, #a55, #844);
    background-image: -moz-linear-gradient(top, #a55, #844);
    background-image: -ms-linear-gradient(top, #a55, #844);
    background-image: linear-gradient(to bottom, #a55,#844);
    background-color: #a55;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFAA5555', endColorstr='#FF884444');
    zoom: 1;
  }
  /* line 336, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-button.ym-danger:focus,
  .ym-form button.ym-danger:focus,
  .ym-form input[type="button"].ym-danger:focus,
  .ym-form input[type="reset"].ym-danger:focus,
  .ym-form input[type="submit"].ym-danger:focus {
    outline: 0;
    background: #c66;
  }

  /* pseudo elements don't work on input */
  /* line 343, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form button:before,
  .ym-button:before {
    background: #ccc;
    background: rgba(0, 0, 0, 0.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
  }

  /* line 359, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-add:before {
    content: "\271A";
  }

  /* line 360, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-delete:before {
    content: "\2718";
  }

  /* line 361, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-close:before {
    content: "\2715";
  }

  /* line 362, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-edit:before {
    content: "\270E";
  }

  /* line 363, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-email:before {
    content: "\2709";
  }

  /* line 364, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-like:before {
    content: "\2764";
  }

  /* line 365, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-next:before {
    content: "\279C";
  }

  /* line 366, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-play:before {
    content: "\25B6";
  }

  /* line 367, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-reply:before {
    content: "\27A5";
  }

  /* line 368, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-save:before {
    content: "\2714";
  }

  /* line 369, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-sign:before {
    content: "\270D";
  }

  /* line 370, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-spark:before {
    content: "\2737";
  }

  /* line 371, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-support:before {
    content: "\2706";
  }

  /* line 372, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-star:before {
    content: "\2605";
  }

  /* removes extra inner spacing in Firefox */
  /* line 374, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /* If line-height can't be modified, then fix Firefox spacing with padding */
  /* line 380, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form input[type=button]::-moz-focus-inner,
  .ym-form input[type=reset]::-moz-focus-inner,
  .ym-form input[type=submit]::-moz-focus-inner {
    padding: .4em;
  }

  /* The disabled styles */
  /* line 387, vendor/yaml-sass/forms/_gray-theme.scss */
  .ym-form button[disabled],
  .ym-form button[disabled]:hover,
  .ym-form input[type=button][disabled],
  .ym-form input[type=button][disabled]:hover,
  .ym-form input[type=reset][disabled],
  .ym-form input[type=reset][disabled]:hover,
  .ym-form input[type=submit][disabled],
  .ym-form input[type=submit][disabled]:hover,
  .ym-button.ym-disabled,
  .ym-button.ym-disabled:hover {
    background: #eee;
    color: #aaa !important;
    border-color: #aaa;
    cursor: default;
    text-shadow: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* ie6 support styles - redefined buttons, because of missing support for attribute selectors */
  /* line 409, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button,
  * html .ym-form button {
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    color: #333 !important;
    cursor: pointer;
    font: normal 1em/2em Arial, Helvetica;
    margin: 1.5em 0.75em 0 0;
    padding: 0 1.5em;
    overflow: visible;
    /* removes extra side spacing in IE */
    text-decoration: none !important;
  }
  /* line 425, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-form button:focus,
  * html .ym-button:focus {
    outline: 0;
    background: #fafafa;
  }
  /* line 431, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-form button:hover,
  * html .ym-button:hover {
    background-color: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
  }
  /* line 437, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-form button:active,
  * html .ym-button:active {
    background-color: #bbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
    position: relative;
    top: 1px;
  }
  /* line 444, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-disabled,
  * html .ym-button.ym-disabled:hover {
    background: #eee;
    color: #aaa !important;
    border-color: #aaa;
    cursor: default;
    text-shadow: none;
    position: static;
  }
  /* line 454, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button {
    /* Button size-scaling classes */
    /* 21px */
    /* 18px */
    /* 12px */
    /* 10px */
  }
  /* line 455, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-primary {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8888ee', EndColorStr='#6666cc');
  }
  /* line 458, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-success {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66bb66', EndColorStr='#449944');
  }
  /* line 461, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-warning {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddaa44', EndColorStr='#BB7722');
  }
  /* line 464, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-danger {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bb6666', EndColorStr='#994444');
  }
  /* line 469, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-xlarge {
    font-size: 1.5em;
  }
  /* line 470, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-large {
    font-size: 1.2857em;
  }
  /* line 471, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-small {
    font-size: 0.8571em;
  }
  /* line 472, vendor/yaml-sass/forms/_gray-theme.scss */
  * html .ym-button.ym-xsmall {
    font-size: 0.7143em;
  }
}
@media all {
  /*!
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size:  14px (87.5%)
  * line-height  :  21px (factor: 1.5) */
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  /* line 17, vendor/yaml-sass/screen/_typography.scss */
  html * {
    font-size: 100%;
  }

  /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */
  /* line 26, vendor/yaml-sass/screen/_typography.scss */
  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /*! font-size: 14px; */
  /* line 37, vendor/yaml-sass/screen/_typography.scss */
  body {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 87.5%;
    color: #444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  /* line 45, vendor/yaml-sass/screen/_typography.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #161e21;
    margin: 0;
  }

  /* line 57, vendor/yaml-sass/screen/_typography.scss */
  h1 {
    /*! font-size: 48px; */
    font-size: 342.85714%;
    line-height: 0.875;
    margin: 0 0 0.4375em 0;
  }

  /* line 64, vendor/yaml-sass/screen/_typography.scss */
  h2 {
    /*! font-size: 32px; */
    font-size: 228.57143%;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
  }

  /* line 71, vendor/yaml-sass/screen/_typography.scss */
  h3 {
    /*! font-size: 24px; */
    font-size: 171.42857%;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
  }

  /* line 78, vendor/yaml-sass/screen/_typography.scss */
  h4 {
    /*! font-size: 21px; */
    font-size: 150%;
    line-height: 1;
    margin: 0 0 1em 0;
  }

  /* line 85, vendor/yaml-sass/screen/_typography.scss */
  h5 {
    /*! font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }

  /* line 92, vendor/yaml-sass/screen/_typography.scss */
  h6 {
    /*! font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  /* line 102, vendor/yaml-sass/screen/_typography.scss */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 110, vendor/yaml-sass/screen/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 114, vendor/yaml-sass/screen/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 118, vendor/yaml-sass/screen/_typography.scss */
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 123, vendor/yaml-sass/screen/_typography.scss */
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }

  /* line 128, vendor/yaml-sass/screen/_typography.scss */
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 133, vendor/yaml-sass/screen/_typography.scss */
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }

  /* line 139, vendor/yaml-sass/screen/_typography.scss */
  dt {
    font-weight: bold;
  }

  /* line 143, vendor/yaml-sass/screen/_typography.scss */
  dd {
    margin: 0 0 1.5em 0.8em;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  /* line 149, vendor/yaml-sass/screen/_typography.scss */
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 155, vendor/yaml-sass/screen/_typography.scss */
  blockquote,
  cite,
  q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  /* line 162, vendor/yaml-sass/screen/_typography.scss */
  blockquote {
    background: transparent;
    color: #666;
    margin: 1.5em 0 0 1.5em;
  }

  /* line 168, vendor/yaml-sass/screen/_typography.scss */
  strong,
  b {
    font-weight: bold;
  }

  /* line 173, vendor/yaml-sass/screen/_typography.scss */
  em,
  i {
    font-style: italic;
  }

  /* line 178, vendor/yaml-sass/screen/_typography.scss */
  big {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  /* line 184, vendor/yaml-sass/screen/_typography.scss */
  small {
    /*! font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75;
  }

  /* line 190, vendor/yaml-sass/screen/_typography.scss */
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }

  /* line 199, vendor/yaml-sass/screen/_typography.scss */
  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* line 207, vendor/yaml-sass/screen/_typography.scss */
  pre,
  code {
    color: #800;
  }

  /* line 212, vendor/yaml-sass/screen/_typography.scss */
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }

  /* line 220, vendor/yaml-sass/screen/_typography.scss */
  var,
  dfn {
    font-style: italic;
  }

  /* line 225, vendor/yaml-sass/screen/_typography.scss */
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  /* line 233, vendor/yaml-sass/screen/_typography.scss */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  /* line 241, vendor/yaml-sass/screen/_typography.scss */
  sup {
    top: -0.5em;
  }

  /* line 242, vendor/yaml-sass/screen/_typography.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 244, vendor/yaml-sass/screen/_typography.scss */
  mark {
    background: #ff0;
    color: #000;
  }

  /* line 249, vendor/yaml-sass/screen/_typography.scss */
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.67857em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  /* line 260, vendor/yaml-sass/screen/_typography.scss */
  a {
    color: #4d87c7;
    background: transparent;
    text-decoration: none;
  }

  /* line 266, vendor/yaml-sass/screen/_typography.scss */
  a:active {
    outline: none;
  }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  /* line 270, vendor/yaml-sass/screen/_typography.scss */
  a:hover,
  a:focus {
    background-color: #4d87c7;
    color: #fff;
    text-decoration: none;
  }

  /* --- images ------------------ */
  /* line 279, vendor/yaml-sass/screen/_typography.scss */
  img,
  figure {
    margin: 0;
  }

  /* line 284, vendor/yaml-sass/screen/_typography.scss */
  .flexible {
    margin-bottom: 1.5em;
    max-width: 100%;
    height: auto;
  }

  /* IE6 workaround - 2% space for possible borders */
  /* line 291, vendor/yaml-sass/screen/_typography.scss */
  * html .flexible {
    width: 98%;
  }

  /* line 295, vendor/yaml-sass/screen/_typography.scss */
  .bordered {
    margin-bottom: 1.5em;
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }

  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  /* line 312, vendor/yaml-sass/screen/_typography.scss */
  .highlight {
    color: #c30;
  }

  /* line 316, vendor/yaml-sass/screen/_typography.scss */
  .dimmed {
    color: #888;
  }

  /* line 320, vendor/yaml-sass/screen/_typography.scss */
  .box {
    border-radius: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    padding: 1.42857em;
    margin: 0 0 1.5em 0;
  }
  /* line 332, vendor/yaml-sass/screen/_typography.scss */
  .box > *:last-child {
    margin-bottom: 0;
  }

  /* line 337, vendor/yaml-sass/screen/_typography.scss */
  .label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    white-space: nowrap;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }

  /* line 351, vendor/yaml-sass/screen/_typography.scss */
  .info {
    background: #f4f4f4;
  }

  /* line 355, vendor/yaml-sass/screen/_typography.scss */
  .success {
    background: #8c8;
  }

  /* line 359, vendor/yaml-sass/screen/_typography.scss */
  .warning {
    background: #cc8;
  }

  /* line 363, vendor/yaml-sass/screen/_typography.scss */
  .error {
    background: #c88;
  }

  /* line 367, vendor/yaml-sass/screen/_typography.scss */
  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }

  /* line 373, vendor/yaml-sass/screen/_typography.scss */
  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em;
  }

  /* line 379, vendor/yaml-sass/screen/_typography.scss */
  .center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  /* line 396, vendor/yaml-sass/screen/_typography.scss */
  table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0;
  }
  /* line 404, vendor/yaml-sass/screen/_typography.scss */
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  /* line 407, vendor/yaml-sass/screen/_typography.scss */
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  /* line 414, vendor/yaml-sass/screen/_typography.scss */
  table.fixed {
    table-layout: fixed;
  }
  /* line 418, vendor/yaml-sass/screen/_typography.scss */
  table.bordertable {
    border: 1px #ccc solid;
  }
  /* line 421, vendor/yaml-sass/screen/_typography.scss */
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
  /* line 428, vendor/yaml-sass/screen/_typography.scss */
  table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  /* line 431, vendor/yaml-sass/screen/_typography.scss */
  table.bordertable tbody th {
    border-right: 1px solid #ccc;
  }
  /* line 434, vendor/yaml-sass/screen/_typography.scss */
  table.bordertable tbody td {
    border-right: 1px solid #ccc;
  }

  /* line 441, vendor/yaml-sass/screen/_typography.scss */
  caption {
    font-variant: small-caps;
  }

  /* line 445, vendor/yaml-sass/screen/_typography.scss */
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }

  /* line 452, vendor/yaml-sass/screen/_typography.scss */
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }

  /* line 457, vendor/yaml-sass/screen/_typography.scss */
  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }

  /* line 462, vendor/yaml-sass/screen/_typography.scss */
  thead th {
    text-align: left;
    color: #000;
    border-bottom: 2px #000 solid;
  }

  /* line 468, vendor/yaml-sass/screen/_typography.scss */
  tbody {
    /* highlight row on mouse over */
  }
  /* line 469, vendor/yaml-sass/screen/_typography.scss */
  tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  /* line 474, vendor/yaml-sass/screen/_typography.scss */
  tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  /* line 480, vendor/yaml-sass/screen/_typography.scss */
  tbody tr:hover th,
  tbody tr:hover td {
    background: #f8f8f8;
  }
}
@media screen {
  /* line 2, smacss/_style_orig.scss */
  html,
  input[type="search"] {
    box-sizing: border-box;
  }

  /* line 7, smacss/_style_orig.scss */
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  /* Float Clearing
  --------------------------------------------- */
  /* line 16, smacss/_style_orig.scss */
  .author-box:before,
  .clearfix:before,
  .entry:before,
  .entry-content:before,
  .footer-widgets:before,
  .nav-primary:before,
  .nav-secondary:before,
  .pagination:before,
  .site-container:before,
  .site-footer:before,
  .site-header:before,
  .site-inner:before,
  .wrap:before {
    content: " ";
    display: table;
  }

  /* line 33, smacss/_style_orig.scss */
  .author-box:after,
  .clearfix:after,
  .entry:after,
  .entry-content:after,
  .footer-widgets:after,
  .nav-primary:after,
  .nav-secondary:after,
  .pagination:after,
  .site-container:after,
  .site-footer:after,
  .site-header:after,
  .site-inner:after,
  .wrap:after {
    clear: both;
    content: " ";
    display: table;
  }

  /* Defaults
  ---------------------------------------------------------------------------------------------------- */
  /* Typographical Elements
  --------------------------------------------- */
  /* line 57, smacss/_style_orig.scss */
  body {
    background-color: #f5f5f5;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
  }

  /* line 67, smacss/_style_orig.scss */
  a,
  button,
  input:focus,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  textarea:focus,
  .button,
  .gallery img {
    transition: all 0.1s ease-in-out;
  }

  /* line 79, smacss/_style_orig.scss */
  a {
    color: #c3251d;
    text-decoration: none;
  }

  /* line 84, smacss/_style_orig.scss */
  a:hover,
  a:focus {
    color: #333333;
    text-decoration: none;
  }

  /* line 90, smacss/_style_orig.scss */
  p {
    margin: 0 0 20px;
    padding: 0;
  }

  /* line 95, smacss/_style_orig.scss */
  ol,
  ul {
    margin: 0;
    padding: 0;
  }

  /* line 101, smacss/_style_orig.scss */
  li {
    list-style-type: none;
  }

  /* line 105, smacss/_style_orig.scss */
  hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #dddddd;
    clear: both;
    margin: 1em 0;
  }

  /* line 113, smacss/_style_orig.scss */
  b,
  strong {
    font-weight: 700;
  }

  /* line 118, smacss/_style_orig.scss */
  blockquote,
  cite,
  em,
  i {
    font-style: italic;
  }

  /* line 125, smacss/_style_orig.scss */
  mark {
    background: #dddddd;
    color: #000000;
  }

  /* line 130, smacss/_style_orig.scss */
  blockquote {
    margin: 40px;
  }

  /* line 134, smacss/_style_orig.scss */
  blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
  }

  /* Headings
  --------------------------------------------- */
  /* line 147, smacss/_style_orig.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  /* line 160, smacss/_style_orig.scss */
  h1 {
    font-size: 36px;
  }

  /* line 164, smacss/_style_orig.scss */
  h2 {
    font-size: 30px;
  }

  /* line 168, smacss/_style_orig.scss */
  h3 {
    font-size: 24px;
  }

  /* line 172, smacss/_style_orig.scss */
  h4 {
    font-size: 20px;
  }

  /* line 176, smacss/_style_orig.scss */
  h5 {
    font-size: 18px;
  }

  /* line 180, smacss/_style_orig.scss */
  h6 {
    font-size: 16px;
  }

  /* Colors
  --------------------------------------------- */
  /* Objects
  --------------------------------------------- */
  /* line 190, smacss/_style_orig.scss */
  embed,
  iframe,
  img,
  object,
  video,
  .wp-caption {
    max-width: 100%;
  }

  /* line 199, smacss/_style_orig.scss */
  img {
    height: auto;
  }

  /* line 203, smacss/_style_orig.scss */
  figure {
    margin: 0;
  }

  /* Fix IE not scaling SVGs */
  /* line 208, smacss/_style_orig.scss */
  .ie9 img[src*=".svg"] {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 213, smacss/_style_orig.scss */
  img[src*=".svg"] {
    width: 100%;
  }
}
@media screen {
  /* Gallery
  --------------------------------------------- */
  /* line 221, smacss/_style_orig.scss */
  .gallery {
    overflow: hidden;
  }

  /* line 225, smacss/_style_orig.scss */
  .gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
  }

  /* line 231, smacss/_style_orig.scss */
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  /* line 235, smacss/_style_orig.scss */
  .gallery-columns-3 .gallery-item {
    width: 33%;
  }

  /* line 239, smacss/_style_orig.scss */
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  /* line 243, smacss/_style_orig.scss */
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  /* line 247, smacss/_style_orig.scss */
  .gallery-columns-6 .gallery-item {
    width: 16.6666%;
  }

  /* line 251, smacss/_style_orig.scss */
  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }

  /* line 255, smacss/_style_orig.scss */
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  /* line 259, smacss/_style_orig.scss */
  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }

  /* line 263, smacss/_style_orig.scss */
  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }

  /* line 274, smacss/_style_orig.scss */
  .gallery img {
    border: 1px solid #dddddd;
    height: auto;
    padding: 4px;
  }

  /* line 280, smacss/_style_orig.scss */
  .gallery img:hover,
  .gallery img:focus {
    border: 1px solid #999999;
  }

  /* Forms
  --------------------------------------------- */
  /* line 288, smacss/_style_orig.scss */
  input,
  select,
  textarea {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    padding: 12px;
    width: 100%;
  }

  /* line 300, smacss/_style_orig.scss */
  input:focus,
  textarea:focus {
    border: 1px solid #999999;
    outline: none;
  }

  /* line 306, smacss/_style_orig.scss */
  input[type="checkbox"],
  input[type="image"],
  input[type="radio"] {
    width: auto;
  }

  /* line 312, smacss/_style_orig.scss */
  ::-moz-placeholder {
    color: #333333;
    font-weight: 300;
    opacity: 1;
  }

  /* line 318, smacss/_style_orig.scss */
  ::-webkit-input-placeholder {
    color: #333333;
    font-weight: 300;
  }

  /* line 323, smacss/_style_orig.scss */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    background-color: #333333;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
  }

  /* line 339, smacss/_style_orig.scss */
  button:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"],
  .button:hover,
  button:focus,
  input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"],
  .button:focus {
    background-color: #c3251d;
    color: #ffffff;
  }

  /* line 353, smacss/_style_orig.scss */
  .entry-content .button:hover,
  .entry-content .button:focus {
    color: #ffffff;
  }

  /* line 358, smacss/_style_orig.scss */
  .footer-widgets button,
  .footer-widgets input[type="button"],
  .footer-widgets input[type="reset"],
  .footer-widgets input[type="submit"],
  .footer-widgets .button {
    background-color: #c3251d;
    color: #ffffff;
  }

  /* line 367, smacss/_style_orig.scss */
  .footer-widgets button:hover,
  .footer-widgets input:hover[type="button"],
  .footer-widgets input:hover[type="reset"],
  .footer-widgets input:hover[type="submit"],
  .footer-widgets .button:hover,
  .footer-widgets button:focus,
  .footer-widgets input:focus[type="button"],
  .footer-widgets input:focus[type="reset"],
  .footer-widgets input:focus[type="submit"],
  .footer-widgets .button:focus {
    background-color: #ffffff;
    color: #333333;
  }

  /* line 381, smacss/_style_orig.scss */
  .button {
    display: inline-block;
  }

  /* line 385, smacss/_style_orig.scss */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button {
    display: none;
  }

  /* Read More
  ---------------------------------------------------------------------------------------------------- */
  /* line 393, smacss/_style_orig.scss */
  a.more-link {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #444444;
    transition-property: opacity;
    transition-delay: 0.3s;
    transition-duration: .5s;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* line 408, smacss/_style_orig.scss */
  a.more-link:hover {
    opacity: .8;
    color: #ffffff;
    background-color: #000000;
  }

  /* line 414, smacss/_style_orig.scss */
  .more-link {
    position: relative;
  }

  /* Tables
  --------------------------------------------- */
  /* line 421, smacss/_style_orig.scss */
  table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
  }

  /* line 430, smacss/_style_orig.scss */
  tbody {
    border-bottom: 1px solid #dddddd;
  }

  /* line 434, smacss/_style_orig.scss */
  td,
  th {
    text-align: left;
  }

  /* line 439, smacss/_style_orig.scss */
  td {
    border-top: 1px solid #dddddd;
    padding: 6px 0;
  }

  /* line 444, smacss/_style_orig.scss */
  th {
    font-weight: 400;
    padding: 0 6px;
  }

  /* line 449, smacss/_style_orig.scss */
  td:first-child,
  th:first-child {
    padding-left: 0;
  }

  /* Screen Reader Text
  --------------------------------------------- */
  /* line 457, smacss/_style_orig.scss */
  .screen-reader-text,
  .screen-reader-text span,
  .screen-reader-shortcut {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }

  /* line 469, smacss/_style_orig.scss */
  .screen-reader-text:focus,
  .screen-reader-shortcut:focus,
  .genesis-nav-menu .search input[type="submit"]:focus,
  .widget_search input[type="submit"]:focus {
    background: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }

  /* Structure and Layout
  ---------------------------------------------------------------------------------------------------- */
  /* Site Containers - Sticky Footer
  --------------------------------------------- */
  /* line 492, smacss/_style_orig.scss */
  .site-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 504, smacss/_style_orig.scss */
  .site-container {
    display: block;
  }

  /* Fix for IE10 & IE11 */
}
@media screen {
  /* line 510, smacss/_style_orig.scss */
  .site-inner {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    padding: 20px 0;
    word-wrap: break-word;
  }

  /* line 519, smacss/_style_orig.scss */
  .wrap {
    margin: 0 auto;
    max-width: 1200px;
  }

  /* line 524, smacss/_style_orig.scss */
  .landing-page .site-inner {
    max-width: 800px;
  }

  /* Column Widths and Positions
  --------------------------------------------- */
  /* Wrapping div for .content and .sidebar-primary */
  /* line 533, smacss/_style_orig.scss */
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
  }

  /* line 539, smacss/_style_orig.scss */
  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
  }

  /* line 543, smacss/_style_orig.scss */
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }

  /* Content */
  /* line 550, smacss/_style_orig.scss */
  .content {
    float: right;
    width: 800px;
  }

  /* line 555, smacss/_style_orig.scss */
  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left;
  }

  /* line 561, smacss/_style_orig.scss */
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 580px;
  }

  /* line 567, smacss/_style_orig.scss */
  .full-width-content .content {
    width: 100%;
  }

  /* Primary Sidebar */
  /* line 573, smacss/_style_orig.scss */
  .sidebar-primary {
    float: right;
    width: 360px;
  }

  /* line 578, smacss/_style_orig.scss */
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }

  /* Secondary Sidebar */
  /* line 585, smacss/_style_orig.scss */
  .sidebar-secondary {
    float: left;
    width: 180px;
  }

  /* line 590, smacss/_style_orig.scss */
  .content-sidebar-sidebar .sidebar-secondary {
    float: right;
  }

  /* Column Classes
  --------------------------------------------- */
  /* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
  /* line 598, smacss/_style_orig.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  /* line 613, smacss/_style_orig.scss */
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  /* line 619, smacss/_style_orig.scss */
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  /* line 624, smacss/_style_orig.scss */
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  /* line 629, smacss/_style_orig.scss */
  .one-fourth {
    width: 23.076923076923077%;
  }

  /* line 633, smacss/_style_orig.scss */
  .three-fourths {
    width: 74.35897435897436%;
  }

  /* line 637, smacss/_style_orig.scss */
  .one-sixth {
    width: 14.52991452991453%;
  }

  /* line 641, smacss/_style_orig.scss */
  .five-sixths {
    width: 82.90598290598291%;
  }

  /* line 645, smacss/_style_orig.scss */
  .first {
    clear: both;
    margin-left: 0;
  }

  /* Common Classes
  ---------------------------------------------------------------------------------------------------- */
  /* Avatar
  --------------------------------------------- */
  /* line 656, smacss/_style_orig.scss */
  .avatar {
    float: left;
    border-radius: 50%;
  }

  /* line 661, smacss/_style_orig.scss */
  .alignleft .avatar,
  .author-box .avatar {
    margin-right: 24px;
  }

  /* line 666, smacss/_style_orig.scss */
  .alignright .avatar {
    margin-left: 24px;
  }

  /* line 670, smacss/_style_orig.scss */
  .comment .avatar {
    margin: 0 16px 24px 0;
  }

  /* Genesis
  --------------------------------------------- */
  /* line 677, smacss/_style_orig.scss */
  .breadcrumb {
    background-color: #ffffff;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 12px 30px;
  }

  /* line 684, smacss/_style_orig.scss */
  .archive-description,
  .author-box {
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 40px 0;
  }

  /* line 692, smacss/_style_orig.scss */
  .author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  /* line 697, smacss/_style_orig.scss */
  .archive-description p:last-child,
  .author-box p:last-child {
    margin-bottom: 0;
  }

  /* Search Form
  --------------------------------------------- */
  /* line 705, smacss/_style_orig.scss */
  .search-form {
    overflow: hidden;
  }

  /* line 709, smacss/_style_orig.scss */
  .site-header .search-form {
    float: right;
    margin-top: 12px;
  }

  /* line 714, smacss/_style_orig.scss */
  .entry-content .search-form,
  .site-header .search-form {
    width: 50%;
  }

  /* line 719, smacss/_style_orig.scss */
  .genesis-nav-menu .search input[type="submit"],
  .widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* Titles
  --------------------------------------------- */
  /* line 733, smacss/_style_orig.scss */
  .archive-title {
    font-size: 20px;
  }

  /* line 737, smacss/_style_orig.scss */
  .entry-title {
    font-size: 36px;
  }

  /* line 741, smacss/_style_orig.scss */
  .entry-title a,
  .sidebar .widget-title a {
    color: #333333;
  }

  /* line 746, smacss/_style_orig.scss */
  .entry-title a:hover,
  .entry-title a:focus {
    color: #c3251d;
  }

  /* line 751, smacss/_style_orig.scss */
  .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* line 756, smacss/_style_orig.scss */
  .footer-widgets .widget-title {
    color: #ffffff;
  }

  /* WordPress
  --------------------------------------------- */
  /* line 763, smacss/_style_orig.scss */
  a.aligncenter img {
    display: block;
    margin: 0 auto;
  }

  /* line 768, smacss/_style_orig.scss */
  a.alignnone {
    display: inline-block;
  }

  /* line 772, smacss/_style_orig.scss */
  .alignleft {
    float: left;
    text-align: left;
  }

  /* line 777, smacss/_style_orig.scss */
  .alignright {
    float: right;
    text-align: right;
  }

  /* line 782, smacss/_style_orig.scss */
  a.alignleft,
  a.alignnone,
  a.alignright {
    max-width: 100%;
  }

  /* line 788, smacss/_style_orig.scss */
  img.centered,
  .aligncenter {
    display: block;
    margin: 0 auto 24px;
  }

  /* line 794, smacss/_style_orig.scss */
  img.alignnone,
  .alignnone {
    margin-bottom: 12px;
  }

  /* line 799, smacss/_style_orig.scss */
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 24px 24px 0;
  }

  /* line 805, smacss/_style_orig.scss */
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 24px 24px;
  }

  /* line 811, smacss/_style_orig.scss */
  .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  /* line 817, smacss/_style_orig.scss */
  .entry-content p.wp-caption-text {
    margin-bottom: 0;
  }

  /* line 821, smacss/_style_orig.scss */
  .entry-content .wp-audio-shortcode,
  .entry-content .wp-playlist,
  .entry-content .wp-video {
    margin: 0 0 28px;
  }

  /* Widgets
  ---------------------------------------------------------------------------------------------------- */
  /* line 830, smacss/_style_orig.scss */
  .widget {
    word-wrap: break-word;
  }

  /* line 834, smacss/_style_orig.scss */
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
  }

  /* line 841, smacss/_style_orig.scss */
  .widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
  }

  /* line 847, smacss/_style_orig.scss */
  .widget_calendar table {
    width: 100%;
  }

  /* line 851, smacss/_style_orig.scss */
  .widget_calendar td,
  .widget_calendar th {
    text-align: center;
  }

  /* Featured Content
  --------------------------------------------- */
  /* line 859, smacss/_style_orig.scss */
  .featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  /* line 864, smacss/_style_orig.scss */
  .footer-widgets .entry {
    border-bottom: 1px dotted #666666;
  }

  /* line 868, smacss/_style_orig.scss */
  .featured-content .entry-title {
    font-size: 30px;
  }

  /* Plugins
  ---------------------------------------------------------------------------------------------------- */
  /* Genesis eNews Extended
  --------------------------------------------- */
  /* line 878, smacss/_style_orig.scss */
  .enews-widget,
  .enews-widget .widget-title {
    color: #ffffff;
  }

  /* line 883, smacss/_style_orig.scss */
  .sidebar .widget.enews-widget {
    background-color: #333333;
  }

  /* line 887, smacss/_style_orig.scss */
  .enews-widget input,
  .enews-widget input:focus {
    border: 1px solid #333333;
  }

  /* line 892, smacss/_style_orig.scss */
  .enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
  }

  /* line 897, smacss/_style_orig.scss */
  .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #ffffff;
    margin: 0;
    width: 100%;
  }

  /* line 904, smacss/_style_orig.scss */
  .enews-widget input:hover[type="submit"],
  .enews-widget input:focus[type="submit"] {
    background-color: #ffffff;
    color: #333333;
  }

  /* line 910, smacss/_style_orig.scss */
  .enews form + p {
    margin-top: 24px;
  }

  /* Jetpack
  --------------------------------------------- */
  /* line 917, smacss/_style_orig.scss */
  #wpstats {
    display: none;
  }

  /* Skip Links
  ---------------------------------------------------------------------------------------------------- */
  /* line 923, smacss/_style_orig.scss */
  .genesis-skip-link {
    margin: 0;
  }

  /* line 927, smacss/_style_orig.scss */
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
  }

  /* Display outline on focus */
  /* line 934, smacss/_style_orig.scss */
  :focus {
    color: #333333;
    outline: #cccccc solid 1px;
  }

  /* Site Header
  ---------------------------------------------------------------------------------------------------- */
  /* line 942, smacss/_style_orig.scss */
  .preheaderright {
    text-align: right;
    float: right;
  }

  /* line 947, smacss/_style_orig.scss */
  .site-header {
    background-color: #ffffff;
    /*min-height: 120px;*/
  }

  /* line 952, smacss/_style_orig.scss */
  .site-header .wrap {
    padding: 20px 0;
  }

  /* Title Area
  --------------------------------------------- */
  /* line 959, smacss/_style_orig.scss */
  .title-area {
    float: left;
    padding: 10px 0;
    width: 400px;
  }

  /* line 965, smacss/_style_orig.scss */
  .header-full-width .title-area {
    width: 100%;
  }

  /* line 969, smacss/_style_orig.scss */
  .site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
  }

  /* line 975, smacss/_style_orig.scss */
  .site-title a,
  .site-title a:hover,
  .site-title a:focus {
    color: #333333;
  }

  /* line 981, smacss/_style_orig.scss */
  .site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  /* line 987, smacss/_style_orig.scss */
  .site-description,
  .site-title {
    margin-bottom: 0;
  }

  /* line 992, smacss/_style_orig.scss */
  .header-image .site-description {
    display: block;
    text-indent: -9999px;
  }

  /* Widget Area
  --------------------------------------------- */
  /* line 1002, smacss/_style_orig.scss */
  .site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
  }

  /* Site Navigation
  ---------------------------------------------------------------------------------------------------- */
  /* line 1011, smacss/_style_orig.scss */
  .genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
  }

  /* line 1018, smacss/_style_orig.scss */
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
  }

  /* line 1023, smacss/_style_orig.scss */
  .genesis-nav-menu a {
    color: #333333;
    display: block;
    padding: 30px 24px;
  }

  /* line 1029, smacss/_style_orig.scss */
  .genesis-nav-menu a:hover,
  .genesis-nav-menu a:focus,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #c3251d;
  }

  /* line 1037, smacss/_style_orig.scss */
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eeeeee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99999;
  }

  /* line 1047, smacss/_style_orig.scss */
  .genesis-nav-menu .sub-menu a {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-top: 0;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
  }

  /* line 1058, smacss/_style_orig.scss */
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
  }

  /* line 1062, smacss/_style_orig.scss */
  .genesis-nav-menu .menu-item:hover {
    position: static;
  }

  /* line 1066, smacss/_style_orig.scss */
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }

  /* line 1071, smacss/_style_orig.scss */
  .genesis-nav-menu > .first > a {
    padding-left: 0;
  }

  /* line 1075, smacss/_style_orig.scss */
  .genesis-nav-menu > .last > a {
    padding-right: 0;
  }

  /* line 1079, smacss/_style_orig.scss */
  .genesis-nav-menu > .right {
    color: #ffffff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
  }

  /* line 1086, smacss/_style_orig.scss */
  .genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
  }

  /* line 1091, smacss/_style_orig.scss */
  .genesis-nav-menu > .rss > a {
    margin-left: 48px;
  }

  /* line 1095, smacss/_style_orig.scss */
  .genesis-nav-menu > .search {
    padding: 10px 0 0;
  }

  /* line 1099, smacss/_style_orig.scss */
  .genesis-nav-menu li:last-of-type a {
    padding-right: 0;
  }

  /* Accessible Menu
  --------------------------------------------- */
  /* line 1106, smacss/_style_orig.scss */
  .menu .menu-item:focus {
    position: static;
  }

  /* line 1110, smacss/_style_orig.scss */
  .menu .menu-item > a:focus + ul.sub-menu,
  .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
  }

  /* Site Header Navigation
  --------------------------------------------- */
  /* line 1119, smacss/_style_orig.scss */
  .site-header .sub-menu .sub-menu {
    margin-top: -56px;
  }

  /* line 1123, smacss/_style_orig.scss */
  .site-header .genesis-nav-menu li li {
    margin-left: 0;
  }

  /* Primary Navigation
  --------------------------------------------- */
  /* line 1130, smacss/_style_orig.scss */
  .nav-primary {
    background-color: #ffffff;
  }

  /*
  .nav-primary .genesis-nav-menu a {
      color:#000;
  }

  .nav-primary .genesis-nav-menu a:hover,
  .nav-primary .genesis-nav-menu a:focus,
  .nav-primary .genesis-nav-menu .current-menu-item > a {
      color: #ccc;
  }*/
  /* line 1144, smacss/_style_orig.scss */
  .nav-primary .genesis-nav-menu .sub-menu a {
    color: #333333;
  }

  /* line 1148, smacss/_style_orig.scss */
  .nav-primary .genesis-nav-menu .sub-menu a:hover,
  .nav-primary .genesis-nav-menu .sub-menu a:focus,
  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #c3251d;
  }

  /* Secondary Navigation
  --------------------------------------------- */
  /* line 1157, smacss/_style_orig.scss */
  .nav-secondary {
    background-color: #ffffff;
  }

  /* FrontPage Widgets
  ---------------------------------------------------------------------------------------------------- */
  /* line 1164, smacss/_style_orig.scss */
  .optincontainer,
  .herocontainer,
  .home-top-container,
  .home-middle-container,
  .home-bottom-container,
  .footerwidgetheader-container {
    padding: 2%;
  }

  /* line 1173, smacss/_style_orig.scss */
  .home-top-container {
    background: #f5f5f5;
  }

  /* line 1176, smacss/_style_orig.scss */
  .home-middle-container {
    background: #dddddd;
  }

  /* line 1179, smacss/_style_orig.scss */
  .home-bottom-container {
    background: #aaaaaa;
  }

  /* Home Content Widget Areas
  ---------------------------------------------------------------------------------------------------- */
  /* line 1185, smacss/_style_orig.scss */
  .home-content section {
    clear: both;
    overflow: auto;
    margin-bottom: 2%;
  }

  /* line 1191, smacss/_style_orig.scss */
  .home-content section:last-of-type {
    margin-bottom: 0;
  }

  /* line 1195, smacss/_style_orig.scss */
  .home-content .widget-title {
    text-align: center;
    font-size: 32px;
  }

  /* line 1200, smacss/_style_orig.scss */
  .home-content .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }

  /* line 1206, smacss/_style_orig.scss */
  .home-content .entry p:last-child {
    margin-bottom: 0;
  }

  /* PreHeader
  ---------------------------------------------------------------------------------------------------- */
  /* Hero
  ---------------------------------------------------------------------------------------------------- */
  /* Optin
  ---------------------------------------------------------------------------------------------------- */
  /* Home Top
  ---------------------------------------------------------------------------------------------------- */
  /* Home Middle
  ---------------------------------------------------------------------------------------------------- */
  /* Home Bottom
  ---------------------------------------------------------------------------------------------------- */
  /* Footer Header
  ---------------------------------------------------------------------------------------------------- */
  /* Entries
  --------------------------------------------- */
  /* line 1234, smacss/_style_orig.scss */
  .entry {
    margin-bottom: 20px;
    padding: 50px 60px;
  }

  /* line 1239, smacss/_style_orig.scss */
  .content .entry {
    background-color: #ffffff;
  }

  /* line 1243, smacss/_style_orig.scss */
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
  }

  /* line 1249, smacss/_style_orig.scss */
  .entry-content ol > li {
    list-style-type: decimal;
  }

  /* line 1253, smacss/_style_orig.scss */
  .entry-content ul > li {
    list-style-type: disc;
  }

  /* line 1257, smacss/_style_orig.scss */
  .entry-content ol ol,
  .entry-content ul ul {
    margin-bottom: 0;
  }

  /* line 1262, smacss/_style_orig.scss */
  .entry-content code {
    background-color: #333333;
    color: #dddddd;
  }

  /* Entry Meta
  --------------------------------------------- */
  /* line 1270, smacss/_style_orig.scss */
  p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
  }

  /* line 1275, smacss/_style_orig.scss */
  .entry-header .entry-meta {
    margin-bottom: 24px;
  }

  /* line 1279, smacss/_style_orig.scss */
  .entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
  }

  /* line 1284, smacss/_style_orig.scss */
  .entry-categories,
  .entry-tags {
    display: block;
  }

  /* line 1289, smacss/_style_orig.scss */
  .entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
  }

  /* line 1294, smacss/_style_orig.scss */
  .entry-time::before {
    content: '\f469';
    font-family: dashicons;
    color: #666666;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: middle;
  }

  /* line 1303, smacss/_style_orig.scss */
  .entry-author::before {
    content: '\f110';
    font-family: dashicons;
    color: #666666;
    font-size: 25px;
    padding-right: 5px;
    padding-left: 10px;
    vertical-align: sub;
  }

  /* line 1313, smacss/_style_orig.scss */
  .entry-comments-link::before {
    content: '\f101';
    font-family: dashicons;
    color: #666666;
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
  }

  /* line 1322, smacss/_style_orig.scss */
  .entry-categories::before {
    content: '\f322';
    font-family: dashicons;
    color: #666666;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: middle;
  }

  /* line 1331, smacss/_style_orig.scss */
  .entry-tags::before {
    content: '\f323';
    font-family: dashicons;
    color: #666666;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: sub;
  }

  /* Pagination
  --------------------------------------------- */
  /* line 1343, smacss/_style_orig.scss */
  .pagination {
    clear: both;
    margin: 40px 0;
  }

  /* line 1348, smacss/_style_orig.scss */
  .adjacent-entry-pagination {
    margin-bottom: 0;
  }

  /* line 1352, smacss/_style_orig.scss */
  .archive-pagination li {
    display: inline;
  }

  /* line 1356, smacss/_style_orig.scss */
  .archive-pagination li a {
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
  }

  /* line 1365, smacss/_style_orig.scss */
  .archive-pagination li a:hover,
  .archive-pagination li a:focus,
  .archive-pagination .active a {
    background-color: #c3251d;
    text-decoration: underline;
  }

  /* Comments
  --------------------------------------------- */
  /* line 1375, smacss/_style_orig.scss */
  .comment-respond,
  .entry-comments,
  .entry-pings {
    background-color: #ffffff;
    margin-bottom: 40px;
  }

  /* line 1382, smacss/_style_orig.scss */
  .comment-respond,
  .entry-pings {
    padding: 40px 40px 16px;
  }

  /* line 1387, smacss/_style_orig.scss */
  .entry-comments {
    padding: 40px;
  }

  /* line 1391, smacss/_style_orig.scss */
  .comment-header {
    font-size: 16px;
  }

  /* line 1395, smacss/_style_orig.scss */
  li.comment {
    background-color: #f5f5f5;
    border: 2px solid #ffffff;
    border-right: 0;
  }

  /* line 1401, smacss/_style_orig.scss */
  .comment-content {
    clear: both;
    word-wrap: break-word;
  }

  /* line 1406, smacss/_style_orig.scss */
  .comment-list li {
    margin-top: 24px;
    padding: 32px;
  }

  /* line 1411, smacss/_style_orig.scss */
  .comment-list li li {
    margin-right: -32px;
  }

  /* line 1415, smacss/_style_orig.scss */
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }

  /* line 1421, smacss/_style_orig.scss */
  .comment-respond label {
    display: block;
    margin-right: 12px;
  }

  /* line 1426, smacss/_style_orig.scss */
  .entry-comments .comment-author {
    margin-bottom: 0;
  }

  /* line 1430, smacss/_style_orig.scss */
  .entry-pings .reply {
    display: none;
  }

  /* line 1434, smacss/_style_orig.scss */
  .form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
  }

  /* Sidebars
  ---------------------------------------------------------------------------------------------------- */
  /* line 1443, smacss/_style_orig.scss */
  .sidebar {
    font-size: 16px;
  }

  /* line 1447, smacss/_style_orig.scss */
  .sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  /* line 1452, smacss/_style_orig.scss */
  .sidebar p:last-child,
  .sidebar ul > li:last-child {
    margin-bottom: 0;
  }

  /* line 1457, smacss/_style_orig.scss */
  .sidebar .widget {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 40px;
  }

  /* Footer Widgets
  ---------------------------------------------------------------------------------------------------- */
  /* line 1466, smacss/_style_orig.scss */
  .footerwidgetheader-container .widget-title {
    text-align: center;
    font-size: 30px;
    margin: 20px auto;
  }

  /* line 1472, smacss/_style_orig.scss */
  .footer-widgets {
    background-color: #333333;
    clear: both;
    padding-top: 40px;
  }

  /* line 1478, smacss/_style_orig.scss */
  .footer-widgets,
  .footer-widgets a {
    color: #aaaaaa;
  }

  /* line 1483, smacss/_style_orig.scss */
  .footer-widgets input {
    border: 1px solid #333333;
  }

  /* line 1487, smacss/_style_orig.scss */
  .footer-widgets a.button,
  .footer-widgets a:hover,
  .footer-widgets a:focus {
    color: #ffffff;
  }

  /* line 1493, smacss/_style_orig.scss */
  .footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  /* line 1498, smacss/_style_orig.scss */
  .footer-widgets .widget {
    margin-bottom: 40px;
  }

  /* line 1502, smacss/_style_orig.scss */
  .footer-widgets p:last-child {
    margin-bottom: 0;
  }

  /* line 1506, smacss/_style_orig.scss */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 31%;
  }

  /* line 1512, smacss/_style_orig.scss */
  .footer-widgets-1,
  .footer-widgets-2 {
    margin-right: 3.5%;
  }

  /* line 1517, smacss/_style_orig.scss */
  .footer-widgets-1,
  .footer-widgets-2 {
    float: left;
  }

  /* line 1522, smacss/_style_orig.scss */
  .footer-widgets-3 {
    float: right;
  }

  /* Site Footer
  ---------------------------------------------------------------------------------------------------- */
  /* line 1529, smacss/_style_orig.scss */
  .site-footer {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
  }

  /* line 1537, smacss/_style_orig.scss */
  .site-footer p {
    margin-bottom: 0;
  }

  /* Facebook Like Box Responsiveness */
  /* line 1543, smacss/_style_orig.scss */
  .fb_iframe_widget {
    display: block !important;
  }

  /* line 1547, smacss/_style_orig.scss */
  .fb-like-box iframe {
    width: 100% !important;
  }

  /* line 1551, smacss/_style_orig.scss */
  .fb-like-box span {
    width: auto !important;
    position: initial !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 1559, smacss/_style_orig.scss */
  body {
    background-color: #ffffff;
    font-size: 16px;
  }

  /* line 1564, smacss/_style_orig.scss */
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 767px;
  }

  /* line 1570, smacss/_style_orig.scss */
  .preheadercontainer,
  .postfootercontainer {
    text-align: center;
  }

  /* line 1575, smacss/_style_orig.scss */
  .preheaderright {
    float: none;
    text-align: center;
  }

  /* line 1580, smacss/_style_orig.scss */
  .site-header .wrap {
    padding: 20px 5%;
  }

  /* line 1584, smacss/_style_orig.scss */
  .site-header .widget {
    text-align: center;
  }

  /* line 1588, smacss/_style_orig.scss */
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  /* line 1605, smacss/_style_orig.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* line 1620, smacss/_style_orig.scss */
  .header-image .title-area {
    background-position: center top;
  }

  /* line 1624, smacss/_style_orig.scss */
  .home-content {
    margin-bottom: 60px;
  }

  /* line 1628, smacss/_style_orig.scss */
  .home-content .entry {
    margin-bottom: 30px;
  }

  /* line 1632, smacss/_style_orig.scss */
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  /* line 1638, smacss/_style_orig.scss */
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  /* line 1646, smacss/_style_orig.scss */
  .site-header .search-form {
    margin: 16px auto;
  }

  /* line 1650, smacss/_style_orig.scss */
  .genesis-nav-menu li.right {
    display: none;
  }

  /* line 1654, smacss/_style_orig.scss */
  .footer-widgets {
    text-align: center;
  }

  /* line 1658, smacss/_style_orig.scss */
  .footer-widgets-1 {
    margin-right: 0;
  }

  /* line 1662, smacss/_style_orig.scss */
  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  /* line 1666, smacss/_style_orig.scss */
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  /* line 1677, smacss/_style_orig.scss */
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  /* line 1681, smacss/_style_orig.scss */
  .alignleft,
  .alignright {
    text-align: center;
    float: none;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 1559, smacss/_style_orig.scss */
  body {
    background-color: #ffffff;
    font-size: 16px;
  }

  /* line 1564, smacss/_style_orig.scss */
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 767px;
  }

  /* line 1570, smacss/_style_orig.scss */
  .preheadercontainer,
  .postfootercontainer {
    text-align: center;
  }

  /* line 1575, smacss/_style_orig.scss */
  .preheaderright {
    float: none;
    text-align: center;
  }

  /* line 1580, smacss/_style_orig.scss */
  .site-header .wrap {
    padding: 20px 5%;
  }

  /* line 1584, smacss/_style_orig.scss */
  .site-header .widget {
    text-align: center;
  }

  /* line 1588, smacss/_style_orig.scss */
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  /* line 1605, smacss/_style_orig.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* line 1620, smacss/_style_orig.scss */
  .header-image .title-area {
    background-position: center top;
  }

  /* line 1624, smacss/_style_orig.scss */
  .home-content {
    margin-bottom: 60px;
  }

  /* line 1628, smacss/_style_orig.scss */
  .home-content .entry {
    margin-bottom: 30px;
  }

  /* line 1632, smacss/_style_orig.scss */
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  /* line 1638, smacss/_style_orig.scss */
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  /* line 1646, smacss/_style_orig.scss */
  .site-header .search-form {
    margin: 16px auto;
  }

  /* line 1650, smacss/_style_orig.scss */
  .genesis-nav-menu li.right {
    display: none;
  }

  /* line 1654, smacss/_style_orig.scss */
  .footer-widgets {
    text-align: center;
  }

  /* line 1658, smacss/_style_orig.scss */
  .footer-widgets-1 {
    margin-right: 0;
  }

  /* line 1662, smacss/_style_orig.scss */
  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  /* line 1666, smacss/_style_orig.scss */
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  /* line 1677, smacss/_style_orig.scss */
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  /* line 1681, smacss/_style_orig.scss */
  .alignleft,
  .alignright {
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 30em) {
  /* line 1559, smacss/_style_orig.scss */
  body {
    background-color: #ffffff;
    font-size: 16px;
  }

  /* line 1564, smacss/_style_orig.scss */
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 767px;
  }

  /* line 1570, smacss/_style_orig.scss */
  .preheadercontainer,
  .postfootercontainer {
    text-align: center;
  }

  /* line 1575, smacss/_style_orig.scss */
  .preheaderright {
    float: none;
    text-align: center;
  }

  /* line 1580, smacss/_style_orig.scss */
  .site-header .wrap {
    padding: 20px 5%;
  }

  /* line 1584, smacss/_style_orig.scss */
  .site-header .widget {
    text-align: center;
  }

  /* line 1588, smacss/_style_orig.scss */
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  /* line 1605, smacss/_style_orig.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* line 1620, smacss/_style_orig.scss */
  .header-image .title-area {
    background-position: center top;
  }

  /* line 1624, smacss/_style_orig.scss */
  .home-content {
    margin-bottom: 60px;
  }

  /* line 1628, smacss/_style_orig.scss */
  .home-content .entry {
    margin-bottom: 30px;
  }

  /* line 1632, smacss/_style_orig.scss */
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  /* line 1638, smacss/_style_orig.scss */
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  /* line 1646, smacss/_style_orig.scss */
  .site-header .search-form {
    margin: 16px auto;
  }

  /* line 1650, smacss/_style_orig.scss */
  .genesis-nav-menu li.right {
    display: none;
  }

  /* line 1654, smacss/_style_orig.scss */
  .footer-widgets {
    text-align: center;
  }

  /* line 1658, smacss/_style_orig.scss */
  .footer-widgets-1 {
    margin-right: 0;
  }

  /* line 1662, smacss/_style_orig.scss */
  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  /* line 1666, smacss/_style_orig.scss */
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  /* line 1677, smacss/_style_orig.scss */
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  /* line 1681, smacss/_style_orig.scss */
  .alignleft,
  .alignright {
    text-align: center;
    float: none;
  }

  /*.wrap {
    max-width: 960px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .site-header .wrap {
    padding: 20px 1%;
  }


  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width:66.66%;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }


  .title-area  {
    width: 25%;
  }


  .sidebar-primary{
    width: 30%;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }*/
}
@media screen {
  /*-- $BASE --*/
  /* line 1, smacss/base/_element.scss */
  em {
    font-style: inherit;
  }

  /* line 9, smacss/base/_element.scss */
  strong {
    font-style: inherit;
  }

  /* line 17, smacss/base/_element.scss */
  p,
  article,
  aside,
  blockquote,
  body,
  br,
  button,
  canvas,
  caption,
  code,
  col,
  colgroup,
  dd,
  dfn,
  div,
  dl,
  dt,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  kbd,
  pre,
  samp,
  table,
  tt,
  var {
    line-height: 1.5 !important;
  }

  /* line 70, smacss/base/_element.scss */
  ul {
    margin: 0;
    padding: 0;
  }
  /* line 76, smacss/base/_element.scss */
  ul li {
    margin: 0;
  }

  /* line 81, smacss/base/_element.scss */
  dl {
    margin-bottom: 1rem;
  }
  /* line 87, smacss/base/_element.scss */
  dl dd {
    margin-bottom: 0;
  }

  /* line 95, smacss/base/_element.scss */
  p {
    margin-bottom: 1rem;
  }
  /* line 102, smacss/base/_element.scss */
  p:last-of-type {
    margin-bottom: 0;
  }

  /* line 1, smacss/base/_heading.scss */
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
  }

  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.13333rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-family: Verdana, sans-serif !important;
    font-size: 3.375rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-family: Verdana, sans-serif !important;
    font-size: 4.74074rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-family: Verdana, sans-serif !important;
    font-size: 4.74074rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 9, smacss/base/_heading.scss */
  h1 {
    font-family: Verdana, sans-serif !important;
    font-size: 4.74074rem !important;
  }
}

@media screen {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.6rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.25rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-family: Verdana, sans-serif !important;
    font-size: 3.55556rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-family: Verdana, sans-serif !important;
    font-size: 3.55556rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 46, smacss/base/_heading.scss */
  h2 {
    font-family: Verdana, sans-serif !important;
    font-size: 3.55556rem !important;
  }
}

@media screen {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 83, smacss/base/_heading.scss */
  h3 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}

@media screen {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 120, smacss/base/_heading.scss */
  h4 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}

@media screen {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 157, smacss/base/_heading.scss */
  h5 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}

@media screen {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-family: Verdana, sans-serif !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 195, smacss/base/_heading.scss */
  h6 {
    font-family: Verdana, sans-serif !important;
    font-size: 2.66667rem !important;
  }
}

@media screen {
  /* line 1, smacss/base/_root.scss */
  html {
    box-sizing: border-box;
    font-size: 10px;
  }

  /* line 10, smacss/base/_root.scss */
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  /* line 18, smacss/base/_root.scss */
  body {
    font-family: Verdana, sans-serif;
    height: 100%;
    min-width: 32rem;
  }
}
@media only screen and (max-width: 30em) {
  /* line 18, smacss/base/_root.scss */
  body {
    background-color: transparent;
    color: #000000;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 18, smacss/base/_root.scss */
  body {
    background-color: transparent;
    color: #000000;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 18, smacss/base/_root.scss */
  body {
    background-color: transparent;
    color: #000000;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 18, smacss/base/_root.scss */
  body {
    background-color: transparent;
    color: #000000;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 100em) {
  /* line 18, smacss/base/_root.scss */
  body {
    background-color: transparent;
    color: #000000;
    font-size: 2rem;
  }
}

@media screen {
  /*-- $LAYOUT --*/
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 2, smacss/layout/_linearize.scss */
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-g"] {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* reset defined gutter values */
  /* line 12, smacss/layout/_linearize.scss */
  .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    overflow: hidden !important;
    /* optional for containing floats */
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 2, smacss/layout/_linearize.scss */
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-g"] {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* reset defined gutter values */
  /* line 12, smacss/layout/_linearize.scss */
  .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    overflow: hidden !important;
    /* optional for containing floats */
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 30em) {
  /* line 2, smacss/layout/_linearize.scss */
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-g"] {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* reset defined gutter values */
  /* line 12, smacss/layout/_linearize.scss */
  .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    overflow: hidden !important;
    /* optional for containing floats */
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media screen {
  /* line 1, smacss/layout/_site-container.scss */
  .site-container {
    margin: 0 auto;
    max-width: 128rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 9, smacss/layout/_site-container.scss */
  .site-container {
    height: auto !important;
  }

  /* Fix for IE10 & IE11 */
}
@media screen {
  /*-- $MODULE --*/
  /* line 3, smacss/module/_categories.scss */
  .categories a:hover {
    background-color: transparent;
  }
}
@media only screen and (min-width: 100em) {
  /* line 4, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap main {
    width: 66%;
  }
  /* line 7, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap aside {
    width: 33%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 14, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine div {
    background-position: -40rem -12.42938rem;
  }
}
@media only screen and (min-width: 100em) and (min-width: 100em) {
  /* line 14, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine div {
    background-position: -40rem -12.42938rem;
  }
}
@media only screen and (min-width: 100em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 28, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine:hover div {
    background-position: 40rem 12.42938rem;
  }
}
@media only screen and (min-width: 100em) and (min-width: 100em) {
  /* line 28, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine:hover div {
    background-position: 40rem 12.42938rem;
  }
}
@media only screen and (min-width: 100em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 38, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine,
  .content-sidebar .content-sidebar-wrap .shine:hover,
  .content-sidebar .content-sidebar-wrap .shine div {
    height: 12.42938rem;
    width: 22rem;
  }
}
@media only screen and (min-width: 100em) and (min-width: 100em) {
  /* line 38, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine,
  .content-sidebar .content-sidebar-wrap .shine:hover,
  .content-sidebar .content-sidebar-wrap .shine div {
    height: 12.42938rem;
    width: 22rem;
  }
}

@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 4, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap main {
    width: 66%;
  }
  /* line 7, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap aside {
    width: 33%;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 14, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine div {
    background-position: -40rem -12.42938rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 100em) {
  /* line 14, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine div {
    background-position: -40rem -12.42938rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 28, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine:hover div {
    background-position: 40rem 12.42938rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 100em) {
  /* line 28, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine:hover div {
    background-position: 40rem 12.42938rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 80em) and (max-width: 99.99em) {
  /* line 38, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine,
  .content-sidebar .content-sidebar-wrap .shine:hover,
  .content-sidebar .content-sidebar-wrap .shine div {
    height: 12.42938rem;
    width: 22rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) and (min-width: 100em) {
  /* line 38, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar .content-sidebar-wrap .shine,
  .content-sidebar .content-sidebar-wrap .shine:hover,
  .content-sidebar .content-sidebar-wrap .shine div {
    height: 12.42938rem;
    width: 22rem;
  }
}

@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 57, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar-wrap aside {
    text-align: center;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 57, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar-wrap aside {
    text-align: center;
  }
}
@media only screen and (max-width: 30em) {
  /* line 57, smacss/module/_content-sidebar-wrap.scss */
  .content-sidebar-wrap aside {
    text-align: center;
  }
}
@media screen {
  /* line 2, smacss/module/_header-widget-area.scss */
  .header-widget-area {
    padding-top: 6.2%;
  }
  /* line 7, smacss/module/_header-widget-area.scss */
  .header-widget-area h2 {
    display: inline;
  }
  /* line 11, smacss/module/_header-widget-area.scss */
  .header-widget-area a {
    text-decoration: none;
    -moz-transform: perspective(8rem) rotateX(15deg) scaleY(0.8);
    -ms-transform: perspective(8rem) rotateX(15deg) scaleY(0.8);
    -webkit-transform: perspective(8rem) rotateX(15deg) scaleY(0.8);
    transform: perspective(8rem) rotateX(15deg) scaleY(0.8);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 200%;
    font-weight: 700;
    color: #0090ef;
    text-shadow: 0 0.1rem 0 #00314c, 0 0.3rem 0 #003551, 0 0.5rem 0 #003856, 0 0.7rem 0 #003b5b, 0 0.9rem 0 #003f60;
  }
  /* line 31, smacss/module/_header-widget-area.scss */
  .header-widget-area a:hover, .header-widget-area a:active {
    -moz-transform: perspective(8em) rotateX(11deg);
    -ms-transform: perspective(8em) rotateX(11deg);
    -webkit-transform: perspective(8em) rotateX(11deg);
    transform: perspective(8em) rotateX(11deg);
    background-color: transparent;
    text-shadow: 0 0.1rem 0 #00314c, 0 0.2rem 0 #003551, 0 0 0 #003856, 0 0.1rem 0 #003b5b, 0 0.2rem 0 #003f60;
  }
  /* line 42, smacss/module/_header-widget-area.scss */
  .header-widget-area a:focus {
    background-color: transparent;
  }

  /* line 1, smacss/module/_herocontainer.scss */
  .herocontainer {
    padding: 0;
  }

  /* line 3, smacss/module/_menu-nav-footer.scss */
  #menu-nav-footer > li {
    display: inline;
  }
}
@media only screen and (min-width: 100em) {
  /* line 3, smacss/module/_menu-redaktion.scss */
  #menu-redaktion > li {
    margin-right: 5.12821%;
    text-align: right;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 3, smacss/module/_menu-redaktion.scss */
  #menu-redaktion > li {
    margin-right: 5.12821%;
    text-align: right;
  }
}
@media screen {
  /* line 3, smacss/module/_shine.scss */
  .shine {
    box-shadow: 0 0 0.5rem 0.5rem rgba(255, 255, 255, 0.75);
    overflow: hidden;
  }

  /* line 10, smacss/module/_shine.scss */
  .shine-stadt-narrow {
    background-image: url(/wp-content/themes/genesischild/images/categories/stadt-narrow.jpg);
  }

  /* line 18, smacss/module/_shine.scss */
  .shine-aktuell {
    background-image: url(/wp-content/themes/genesischild/images/categories/aktuell.jpg);
  }

  /* line 26, smacss/module/_shine.scss */
  .shine-infos {
    background-image: url(/wp-content/themes/genesischild/images/categories/infos.jpg);
  }

  /* line 34, smacss/module/_shine.scss */
  .shine-nah-dran {
    background-image: url(/wp-content/themes/genesischild/images/categories/nah-dran.jpg);
  }

  /* line 42, smacss/module/_shine.scss */
  .shine-kuk {
    background-image: url(/wp-content/themes/genesischild/images/categories/kuk.jpg);
  }

  /* line 50, smacss/module/_shine.scss */
  .shine-wirtschaft {
    background-image: url(/wp-content/themes/genesischild/images/categories/wirtschaft.jpg);
  }

  /* line 58, smacss/module/_shine.scss */
  .shine-zuschauervideos {
    background-image: url(/wp-content/themes/genesischild/images/categories/zuschauervideos.jpg);
  }

  /* line 66, smacss/module/_shine.scss */
  .shine-macher {
    background-image: url(/wp-content/themes/genesischild/images/categories/macher.jpg);
  }

  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-image: url(/wp-content/themes/genesischild/images/shine.png);
    transition-property: all;
    transition-duration: 800ms;
  }
  /* line 84, smacss/module/_shine.scss */
  .shine div > h3,
  .shine div h4,
  .shine div h5,
  .shine div h6,
  .shine div p {
    color: #fff;
    padding-top: 15%;
    text-align: center;
    text-shadow: 0 0 0.5rem red;
  }
}
@media only screen and (max-width: 30em) {
  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-position: -24rem -13.55932rem;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-position: -40rem -22.59887rem;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-position: -40rem -22.59887rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-position: -40rem -22.59887rem;
  }
}
@media only screen and (min-width: 100em) {
  /* line 74, smacss/module/_shine.scss */
  .shine div {
    background-position: -40rem -22.59887rem;
  }
}

@media only screen and (max-width: 30em) {
  /* line 129, smacss/module/_shine.scss */
  .shine:hover div {
    background-position: 24rem 13.55932rem;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 129, smacss/module/_shine.scss */
  .shine:hover div {
    background-position: 40rem 22.59887rem;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 129, smacss/module/_shine.scss */
  .shine:hover div {
    background-position: 40rem 22.59887rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 129, smacss/module/_shine.scss */
  .shine:hover div {
    background-position: 40rem 22.59887rem;
  }
}
@media only screen and (min-width: 100em) {
  /* line 129, smacss/module/_shine.scss */
  .shine:hover div {
    background-position: 40rem 22.59887rem;
  }
}

@media screen {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 30em) {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    height: 13.55932rem;
    width: 24rem;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    height: 22.59887rem;
    width: 40rem;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    height: 22.59887rem;
    width: 40rem;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    height: 22.59887rem;
    width: 40rem;
  }
}
@media only screen and (min-width: 100em) {
  /* line 151, smacss/module/_shine.scss */
  .shine,
  .shine:hover,
  .shine div {
    height: 22.59887rem;
    width: 40rem;
  }
}

@media screen {
  /* line 3, smacss/module/_shine_stadt.scss */
  .shine-stadt {
    background-image: url(/wp-content/themes/genesischild/images/categories/stadt.jpg);
    background-position: 50%;
  }
}
@media only screen and (max-width: 30em) {
  /* line 12, smacss/module/_shine_stadt.scss */
  .shine-stadt div {
    transition-duration: 400ms;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 12, smacss/module/_shine_stadt.scss */
  .shine-stadt div {
    transition-duration: 400ms;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 12, smacss/module/_shine_stadt.scss */
  .shine-stadt div {
    transition-duration: 400ms;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 12, smacss/module/_shine_stadt.scss */
  .shine-stadt div {
    background-position: -46.16676rem -26.08292rem;
  }
  /* line 36, smacss/module/_shine_stadt.scss */
  .shine-stadt div > h3 {
    padding-top: 12.99636%;
  }
}
@media only screen and (min-width: 100em) {
  /* line 12, smacss/module/_shine_stadt.scss */
  .shine-stadt div {
    background-position: -46.16676rem -26.08292rem;
  }
  /* line 48, smacss/module/_shine_stadt.scss */
  .shine-stadt div > h3 {
    padding-top: 12.99636%;
  }
}

@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 56, smacss/module/_shine_stadt.scss */
  .shine-stadt:hover div {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 56, smacss/module/_shine_stadt.scss */
  .shine-stadt:hover div {
    background-position: 46.16676rem 26.08292rem;
  }
}
@media only screen and (min-width: 100em) {
  /* line 56, smacss/module/_shine_stadt.scss */
  .shine-stadt:hover div {
    background-position: 46.16676rem 26.08292rem;
  }
}

@media only screen and (max-width: 30em) {
  /* line 72, smacss/module/_shine_stadt.scss */
  .shine-stadt,
  .shine-stadt:hover,
  .shine-stadt div {
    background-size: 200% 100%;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 72, smacss/module/_shine_stadt.scss */
  .shine-stadt,
  .shine-stadt:hover,
  .shine-stadt div {
    background-size: 200% 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 72, smacss/module/_shine_stadt.scss */
  .shine-stadt,
  .shine-stadt:hover,
  .shine-stadt div {
    background-size: 200% 100%;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 72, smacss/module/_shine_stadt.scss */
  .shine-stadt,
  .shine-stadt:hover,
  .shine-stadt div {
    width: 46.16676rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 72, smacss/module/_shine_stadt.scss */
  .shine-stadt,
  .shine-stadt:hover,
  .shine-stadt div {
    width: 46.16676rem !important;
  }
}

@media screen {
  /* line 8, smacss/module/_site-header.scss */
  .site-header .widget {
    text-align: left;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 2, smacss/module/_site-header.scss */
  .site-header .widget {
    text-align: center;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 2, smacss/module/_site-header.scss */
  .site-header .widget {
    text-align: center;
  }
}
@media only screen and (max-width: 30em) {
  /* line 2, smacss/module/_site-header.scss */
  .site-header .widget {
    text-align: center;
  }
}
@media screen {
  /* line 3, smacss/module/_site-title.scss */
  .site-title a:hover {
    background-color: transparent !important;
  }

  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-weight: 900;
  }
}
@media only screen and (max-width: 30em) {
  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.99em) {
  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 79.99em) {
  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.99em) {
  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-size: 2.66667rem !important;
  }
}
@media only screen and (min-width: 100em) {
  /* line 1, smacss/module/_subtitle.scss */
  .subtitle {
    font-size: 2.66667rem !important;
  }
}

@media screen {
  /* line 9, smacss/module/_vcard.scss */
  .vcard div,
  .vcard p,
  .vcard a, .vcard * {
    color: inherit;
  }
  /* line 1, smacss/module/_wrap.scss */
  .wrap {
    margin: 0 auto;
    max-width: 128rem;
  }

  /*-- $STATE --*/
  /* line 1, smacss/_state.scss */
  .is-clickable {
    cursor: pointer;
  }
}
@media print {
  /* line 3, smacss/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  /* line 12, smacss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 17, smacss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 21, smacss/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  /* line 27, smacss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 31, smacss/_print.scss */
  img,
  tr {
    page-break-inside: avoid;
  }

  /* line 36, smacss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  /* line 44, smacss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 51, smacss/_print.scss */
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 57, smacss/_print.scss */
  .content,
  .content-sidebar {
    width: 100%;
  }

  /* line 62, smacss/_print.scss */
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  /* line 85, smacss/_print.scss */
  .title-area {
    text-align: center;
    width: 100%;
  }

  /* line 90, smacss/_print.scss */
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  /* line 96, smacss/_print.scss */
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  /* line 102, smacss/_print.scss */
  .author-box {
    margin-bottom: 0;
  }

  /* line 106, smacss/_print.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  /* line 119, smacss/_print.scss */
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  /* line 124, smacss/_print.scss */
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  /* line 130, smacss/_print.scss */
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
