@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: "";
  content: none;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}*/
/*  IMAGE Replacement */
.image-replacement, .ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.text-block a {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*================ #Clear Fix ================*/
/*********************
IMAGE-REPLACEMENT     @include image-replace("xxx.jpg");
*********************/
/*********************
CALC     @include calc( width, '100% - 2px');
*********************/
/*********************
REM-PX      @include font-size(1.6);
*********************/
/*********************
REM-PX 2      @include rem-fallback(margin, 10, 20, 30, 40);
*********************/
/*********************
REM-PX 3     @include rem(font-size, 1.6rem);   or  @include rem(padding, 20px 10px);
*********************/
/*********************
ROTATE    @include rotate(-90deg);
*********************/
/*********************
TRANSFORM-ORIGIN    @include transform-origin(top left);
*********************/
/*********************
VERTICAL ALIGN MIDDLE    @include vertical-align-middle();
*********************/
/*********************
TRANSITION     @include transition(color .3s ease);
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING    @include box-sizing(border-box);
*********************/
/*********************
OPACITY   @include opacity(0.8);
*********************/
/*********************
FLEXBOX      @include flexbox();
*********************/
/*********************
FLEXBOX VALUE    @include flex(1, 2);
*********************/
/*********************
FLEXBOX    ORDER    @include flex-order(3);
*********************/
/*********************
FLEXBOX     DIRECTION      @include flex-direction(column);
*********************/
/*********************
FLEXBOX     GROW      @include flex-grow(1);
*********************/
/*********************
FLEXBOX     WRAP      @include flex-wrap(wrap);
*********************/
/*********************
FLEXBOX     ALIGN-ITEMS      @include align-items(center);
*********************/
/*********************
GRADIENT     @include gradient(#ff00ff, #ff00cc, vertical);   
*********************/
/*============================================================================
  Prefix mixin for generating vendor prefixes:

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*********************
BREAKPOINT
div {
 margin:5em;
 @include break-point(mobile)
 {
 margin:2em;
 }
 }   
*********************/
.kite {
  display: table;
  width: 100%;
  font-size: 0 !important;
}
/*
Opera 12 has causing too wide gaps bug by setting `font-size: 0'.
If you need to fix this bug, use the following code.

```
.opera:-o-prefocus,
.kite {
  font-size: 0.5px !important;
}
```
*/
.kite__item {
  box-sizing: border-box;
  display: inline-block;
  font-size: medium;
  font-size: 1rem;
  vertical-align: top;
}
/*
# kite functions
*/
/*
## Horizontal align items

```html
<div class="kite kite--center">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--left {
  text-align: left !important;
}
.kite--center {
  text-align: center !important;
}
.kite--right {
  text-align: right !important;
}
/*
## Sizing items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
.kite__item--fifth {
  width: 20%;
}
.kite__item--fourth {
  width: 25%;
}
.kite__item--third {
  width: 33.333%;
}
.kite__item--half {
  width: 50%;
}
.kite__item--full {
  width: 100%;
}
/*
## Vertical align items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--middle">B</div>
  <div class="kite__item kite__item--middle">C</div>
</div>
```
*/
.kite--top > .kite__item {
  vertical-align: top !important;
}
.kite--middle > .kite__item {
  vertical-align: middle !important;
}
.kite--bottom > .kite__item {
  vertical-align: bottom !important;
}
/*
## Horizontal align content in items

```html
<div class="kite">
  <div class="kite__item kite__item--center">A</div>
  <div class="kite__item kite__item--center">B</div>
  <div class="kite__item kite__item--center">C</div>
</div>
```
*/
.kite__item--left {
  text-align: left !important;
}
.kite__item--center {
  text-align: center !important;
}
.kite__item--right {
  text-align: right !important;
}
/*
## Intrinsic width 

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
.kite__item--fifth {
  width: 20%;
}
.kite__item--fourth {
  width: 25%;
}
.kite__item--third {
  width: 33.333%;
}
.kite__item--half {
  width: 50%;
}
.kite__item--full {
  width: 100%;
}
/*
## Justify align items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.kite--justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*
## Fill items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--fill.is-equalize {
  table-layout: fixed;
}
.kite--fill > .kite__item {
  display: table-cell;
}
/*
## Absolute position items

```html
<div style="position:relative">
  <div class="kite kite--position">
    <div class="kite__item">A</div>
  </div>
</div>
```
*/
.kite--position {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.kite--position.is-position-fixed {
  position: fixed;
}
.kite--position:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.kite--position > .kite__item {
  vertical-align: middle;
  text-align: left;
}
/*
## Grid layout items

NOTE: this can trigger a horizontal scrollbar if the component is as wide as the viewport.
Use padding on a container(.kite), or `overflow-x:hidden` to protect against it.

```html
<div class="kite kite--grid has-gutter">
  <div class="kite__item is-4of12">A</div>
  <div class="kite__item is-4of12">B</div>
  <div class="kite__item is-4of12">C</div>
</div>
```
*/
.kite--grid > .kite__item.is-1of12 {
  width: 8.3333333333%;
}
.kite--grid > .kite__item.is-2of12 {
  width: 16.6666666667%;
}
.kite--grid > .kite__item.is-3of12 {
  width: 25%;
}
.kite--grid > .kite__item.is-4of12 {
  width: 33.3333333333%;
}
.kite--grid > .kite__item.is-5of12 {
  width: 41.6666666667%;
}
.kite--grid > .kite__item.is-6of12 {
  width: 50%;
}
.kite--grid > .kite__item.is-7of12 {
  width: 58.3333333333%;
}
.kite--grid > .kite__item.is-8of12 {
  width: 66.6666666667%;
}
.kite--grid > .kite__item.is-9of12 {
  width: 75%;
}
.kite--grid > .kite__item.is-10of12 {
  width: 83.3333333333%;
}
.kite--grid > .kite__item.is-11of12 {
  width: 91.6666666667%;
}
.kite--grid > .kite__item.is-12of12 {
  width: 100%;
}
.kite--grid.has-gutter {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.kite--grid.has-gutter > .kite__item {
  padding-left: 10px;
  padding-right: 10px;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*
*
* Cute Grids v1.0.1
* Copyright 2014 Darren Newberry
* http://www.cutegrids.com
* Free to use under the MIT Licence
* http://www.opensource.org/licenses/mit-license.php
*
*/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Set the width of the row to what you like */
.row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* max Width of row, Change to what you like */
}
/* Nested row 1 level down */
/* Change the gutter if you like, currently set as 0.65em */
.row .row {
  margin-left: -0.65rem;
  /* minus left gutter for nested rows */
  margin-right: -0.65rem;
  /* minus Right gutter for nested rows */
  width: auto;
}
[class*="cute-"] {
  float: left;
  position: relative;
  padding: 0.65rem;
  /* top, bottom, left and right padding for columns */
  width: 100%;
}
/* Remove this if you want the columns to float left when they overflow the row */
[class*="cute-"]:last-of-type {
  float: right;
}
/* Clearfix */
.row:after, .group:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
/* Grid classes for phone screen widths  */
@media only screen {
  /* offset for phone size */
  .cute-1-phone {
    width: 8.3333333333%;
  }
  .cute-2-phone {
    width: 16.6666666667%;
  }
  .cute-3-phone {
    width: 25%;
  }
  .cute-4-phone {
    width: 33.3333333333%;
  }
  .cute-5-phone {
    width: 41.6666666667%;
  }
  .cute-6-phone {
    width: 50%;
  }
  .cute-7-phone {
    width: 58.3333333333%;
  }
  .cute-8-phone {
    width: 66.6666666667%;
  }
  .cute-9-phone {
    width: 75%;
  }
  .cute-10-phone {
    width: 83.3333333333%;
  }
  .cute-11-phone {
    width: 91.6666666667%;
  }
  .cute-12-phone {
    width: 100%;
  }
  .cute-0-phone-offset {
    margin: 0;
  }
  .cute-1-phone-offset {
    margin-left: 8.3333333333%;
  }
  .cute-2-phone-offset {
    margin-left: 16.6666666667%;
  }
  .cute-3-phone-offset {
    margin-left: 25%;
  }
  .cute-4-phone-offset {
    margin-left: 33.3333333333%;
  }
  .cute-5-phone-offset {
    margin-left: 41.6666666667%;
  }
  .cute-6-phone-offset {
    margin-left: 50%;
  }
  .cute-7-phone-offset {
    margin-left: 58.3333333333%;
  }
  .cute-8-phone-offset {
    margin-left: 66.6666666667%;
  }
  .cute-9-phone-offset {
    margin-left: 75%;
  }
  .cute-10-phone-offset {
    margin-left: 83.3333333333%;
  }
  .cute-11-phone-offset {
    margin-left: 91.6666666667%;
  }
  .cute-1-phone-push {
    left: 8.3333333333%;
  }
  .cute-2-phone-push {
    left: 16.6666666667%;
  }
  .cute-3-phone-push {
    left: 25%;
  }
  .cute-4-phone-push {
    left: 33.3333333333%;
  }
  .cute-5-phone-push {
    left: 41.6666666667%;
  }
  .cute-6-phone-push {
    left: 50%;
  }
  .cute-7-phone-push {
    left: 58.3333333333%;
  }
  .cute-8-phone-push {
    left: 66.6666666667%;
  }
  .cute-9-phone-push {
    left: 75%;
  }
  .cute-10-phone-push {
    left: 83.3333333333%;
  }
  .cute-11-phone-push {
    left: 91.6666666667%;
  }
  .cute-1-phone-pull {
    right: 8.3333333333%;
  }
  .cute-2-phone-pull {
    right: 16.6666666667%;
  }
  .cute-3-phone-pull {
    right: 25%;
  }
  .cute-4-phone-pull {
    right: 33.3333333333%;
  }
  .cute-5-phone-pull {
    right: 41.6666666667%;
  }
  .cute-6-phone-pull {
    right: 50%;
  }
  .cute-7-phone-pull {
    right: 58.3333333333%;
  }
  .cute-8-phone-pull {
    right: 66.6666666667%;
  }
  .cute-9-phone-pull {
    right: 75%;
  }
  .cute-10-phone-pull {
    right: 83.3333333333%;
  }
  .cute-11-phone-pull {
    right: 91.6666666667%;
  }
  .center-phone {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .uncenter-phone {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .uncenter-phone.right {
    float: right !important;
  }
  [class*="cute-"].phone-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
/* Grid classes for tablet screen widths  */
@media only screen and (min-width: 48em) {
  /* offset for tablet screen widths */
  .cute-1-tablet {
    width: 8.3333333333%;
  }
  .cute-2-tablet {
    width: 16.6666666667%;
  }
  .cute-3-tablet {
    width: 25%;
  }
  .cute-4-tablet {
    width: 33.3333333333%;
  }
  .cute-5-tablet {
    width: 41.6666666667%;
  }
  .cute-6-tablet {
    width: 50%;
  }
  .cute-7-tablet {
    width: 58.3333333333%;
  }
  .cute-8-tablet {
    width: 66.6666666667%;
  }
  .cute-9-tablet {
    width: 75%;
  }
  .cute-10-tablet {
    width: 83.3333333333%;
  }
  .cute-11-tablet {
    width: 91.6666666667%;
  }
  .cute-12-tablet {
    width: 100%;
  }
  .cute-0-tablet-offset {
    margin: 0;
  }
  .cute-1-tablet-offset {
    margin-left: 8.3333333333%;
  }
  .cute-2-tablet-offset {
    margin-left: 16.6666666667%;
  }
  .cute-3-tablet-offset {
    margin-left: 25%;
  }
  .cute-4-tablet-offset {
    margin-left: 33.3333333333%;
  }
  .cute-5-tablet-offset {
    margin-left: 41.6666666667%;
  }
  .cute-6-tablet-offset {
    margin-left: 50%;
  }
  .cute-7-tablet-offset {
    margin-left: 58.3333333333%;
  }
  .cute-8-tablet-offset {
    margin-left: 66.6666666667%;
  }
  .cute-9-tablet-offset {
    margin-left: 75%;
  }
  .cute-10-tablet-offset {
    margin-left: 83.3333333333%;
  }
  .cute-11-tablet-offset {
    margin-left: 91.6666666667%;
  }
  .cute-1-tablet-push {
    left: 8.3333333333%;
  }
  .cute-2-tablet-push {
    left: 16.6666666667%;
  }
  .cute-3-tablet-push {
    left: 25%;
  }
  .cute-4-tablet-push {
    left: 33.3333333333%;
  }
  .cute-5-tablet-push {
    left: 41.6666666667%;
  }
  .cute-6-tablet-push {
    left: 50%;
  }
  .cute-7-tablet-push {
    left: 58.3333333333%;
  }
  .cute-8-tablet-push {
    left: 66.6666666667%;
  }
  .cute-9-tablet-push {
    left: 75%;
  }
  .cute-10-tablet-push {
    left: 83.3333333333%;
  }
  .cute-11-tablet-push {
    left: 91.6666666667%;
  }
  .cute-1-tablet-pull {
    right: 8.3333333333%;
  }
  .cute-2-tablet-pull {
    right: 16.6666666667%;
  }
  .cute-3-tablet-pull {
    right: 25%;
  }
  .cute-4-tablet-pull {
    right: 33.3333333333%;
  }
  .cute-5-tablet-pull {
    right: 41.6666666667%;
  }
  .cute-6-tablet-pull {
    right: 50%;
  }
  .cute-7-tablet-pull {
    right: 58.3333333333%;
  }
  .cute-8-tablet-pull {
    right: 66.6666666667%;
  }
  .cute-9-tablet-pull {
    right: 75%;
  }
  .cute-10-tablet-pull {
    right: 83.3333333333%;
  }
  .cute-11-tablet-pull {
    right: 91.6666666667%;
  }
  .center-tablet {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .uncenter-tablet {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .uncenter-tablet.right {
    float: right !important;
  }
  [class*="cute-"].tablet-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
/* Grid classes for wide Tablet / Laptop to Small Desktop Size */
@media only screen and (min-width: 62em) {
  /* offset for tablet laptop widths */
  .cute-1-laptop {
    width: 8.3333333333%;
  }
  .cute-2-laptop {
    width: 16.6666666667%;
  }
  .cute-3-laptop {
    width: 25%;
  }
  .cute-4-laptop {
    width: 33.3333333333%;
  }
  .cute-5-laptop {
    width: 41.6666666667%;
  }
  .cute-6-laptop {
    width: 50%;
  }
  .cute-7-laptop {
    width: 58.3333333333%;
  }
  .cute-8-laptop {
    width: 66.6666666667%;
  }
  .cute-9-laptop {
    width: 75%;
  }
  .cute-10-laptop {
    width: 83.3333333333%;
  }
  .cute-11-laptop {
    width: 91.6666666667%;
  }
  .cute-12-laptop {
    width: 100%;
  }
  .cute-0-laptop-offset {
    margin: 0;
  }
  .cute-1-laptop-offset {
    margin-left: 8.3333333333%;
  }
  .cute-2-laptop-offset {
    margin-left: 16.6666666667%;
  }
  .cute-3-laptop-offset {
    margin-left: 25%;
  }
  .cute-4-laptop-offset {
    margin-left: 33.3333333333%;
  }
  .cute-5-laptop-offset {
    margin-left: 41.6666666667%;
  }
  .cute-6-laptop-offset {
    margin-left: 50%;
  }
  .cute-7-laptop-offset {
    margin-left: 58.3333333333%;
  }
  .cute-8-laptop-offset {
    margin-left: 66.6666666667%;
  }
  .cute-9-laptop-offset {
    margin-left: 75%;
  }
  .cute-10-laptop-offset {
    margin-left: 83.3333333333%;
  }
  .cute-11-laptop-offset {
    margin-left: 91.6666666667%;
  }
  .cute-1-laptop-push {
    left: 8.3333333333%;
  }
  .cute-2-laptop-push {
    left: 16.6666666667%;
  }
  .cute-3-laptop-push {
    left: 25%;
  }
  .cute-4-laptop-push {
    left: 33.3333333333%;
  }
  .cute-5-laptop-push {
    left: 41.6666666667%;
  }
  .cute-6-laptop-push {
    left: 50%;
  }
  .cute-7-laptop-push {
    left: 58.3333333333%;
  }
  .cute-8-laptop-push {
    left: 66.6666666667%;
  }
  .cute-9-laptop-push {
    left: 75%;
  }
  .cute-10-laptop-push {
    left: 83.3333333333%;
  }
  .cute-11-laptop-push {
    left: 91.6666666667%;
  }
  .cute-1-laptop-pull {
    right: 8.3333333333%;
  }
  .cute-2-laptop-pull {
    right: 16.6666666667%;
  }
  .cute-3-laptop-pull {
    right: 25%;
  }
  .cute-4-laptop-pull {
    right: 33.3333333333%;
  }
  .cute-5-laptop-pull {
    right: 41.6666666667%;
  }
  .cute-6-laptop-pull {
    right: 50%;
  }
  .cute-7-laptop-pull {
    right: 58.3333333333%;
  }
  .cute-8-laptop-pull {
    right: 66.6666666667%;
  }
  .cute-9-laptop-pull {
    right: 75%;
  }
  .cute-10-laptop-pull {
    right: 83.3333333333%;
  }
  .cute-11-laptop-pull {
    right: 91.6666666667%;
  }
  .center-laptop {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .uncenter-laptop {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .uncenter-laptop.right {
    float: right !important;
  }
  [class*="cute-"].laptop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
/* Grid Classes for Large Desktop Size */
.show-desktop {
  display: none;
}
@media only screen and (min-width: 75em) {
  /* offset for tablet laptop widths */
  .cute-1-desktop {
    width: 8.3333333333%;
  }
  .cute-2-desktop {
    width: 16.6666666667%;
  }
  .cute-3-desktop {
    width: 25%;
  }
  .cute-4-desktop {
    width: 33.3333333333%;
  }
  .cute-5-desktop {
    width: 41.6666666667%;
  }
  .cute-6-desktop {
    width: 50%;
  }
  .cute-7-desktop {
    width: 58.3333333333%;
  }
  .cute-8-desktop {
    width: 66.6666666667%;
  }
  .cute-9-desktop {
    width: 75%;
  }
  .cute-10-desktop {
    width: 83.3333333333%;
  }
  .cute-11-desktop {
    width: 91.6666666667%;
  }
  .cute-12-desktop {
    width: 100%;
  }
  .cute-0-desktop-offset {
    margin: 0;
  }
  .cute-1-desktop-offset {
    margin-left: 8.3333333333%;
  }
  .cute-2-desktop-offset {
    margin-left: 16.6666666667%;
  }
  .cute-3-desktop-offset {
    margin-left: 25%;
  }
  .cute-4-desktop-offset {
    margin-left: 33.3333333333%;
  }
  .cute-5-desktop-offset {
    margin-left: 41.6666666667%;
  }
  .cute-6-desktop-offset {
    margin-left: 50%;
  }
  .cute-7-desktop-offset {
    margin-left: 58.3333333333%;
  }
  .cute-8-desktop-offset {
    margin-left: 66.6666666667%;
  }
  .cute-9-desktop-offset {
    margin-left: 75%;
  }
  .cute-10-desktop-offset {
    margin-left: 83.3333333333%;
  }
  .cute-11-desktop-offset {
    margin-left: 91.6666666667%;
  }
  .cute-1-desktop-push {
    left: 8.3333333333%;
  }
  .cute-2-desktop-push {
    left: 16.6666666667%;
  }
  .cute-3-desktop-push {
    left: 25%;
  }
  .cute-4-desktop-push {
    left: 33.3333333333%;
  }
  .cute-5-desktop-push {
    left: 41.6666666667%;
  }
  .cute-6-desktop-push {
    left: 50%;
  }
  .cute-7-desktop-push {
    left: 58.3333333333%;
  }
  .cute-8-desktop-push {
    left: 66.6666666667%;
  }
  .cute-9-desktop-push {
    left: 75%;
  }
  .cute-10-desktop-push {
    left: 83.3333333333%;
  }
  .cute-11-desktop-push {
    left: 91.6666666667%;
  }
  .cute-1-desktop-pull {
    right: 8.3333333333%;
  }
  .cute-2-desktop-pull {
    right: 16.6666666667%;
  }
  .cute-3-desktop-pull {
    right: 25%;
  }
  .cute-4-desktop-pull {
    right: 33.3333333333%;
  }
  .cute-5-desktop-pull {
    right: 41.6666666667%;
  }
  .cute-6-desktop-pull {
    right: 50%;
  }
  .cute-7-desktop-pull {
    right: 58.3333333333%;
  }
  .cute-8-desktop-pull {
    right: 66.6666666667%;
  }
  .cute-9-desktop-pull {
    right: 75%;
  }
  .cute-10-desktop-pull {
    right: 83.3333333333%;
  }
  .cute-11-desktop-pull {
    right: 91.6666666667%;
  }
  .center-desktop {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .uncenter-desktop {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .uncenter-desktop.right {
    float: right !important;
  }
  [class*="cute-"].desktop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (max-width: 30em) {
  .cute-100 {
    width: 100%;
  }
}
/* Make visible or hidden block elements */
.show-phone, .show-tablet, .show-laptop, .show-desktop {
  display: none !important;
}
.hide-phone {
  display: block !important;
}
@media only screen and (max-width: 47.938em) {
  .phone {
    width: 100%;
  }
  .hide-phone {
    display: none !important;
  }
  .show-phone {
    display: block !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.938em) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 62em) and (max-width: 74.938em) {
  .hide-laptop {
    display: none !important;
  }
  .show-laptop {
    display: block !important;
  }
}
@media only screen and (min-width: 75em) {
  .hide-desktop {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
}
/* make images responsive */
.responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* Optional Extras */
/* something to keep tables horizontal with scroll when on small screen 
*  Useful if table is wide. Set media query to point where table needs it
*/
/*
@media only screen and (max-width: 47.938em) {
  .table-respond {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
}
*/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #ffffff;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}
/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  border: 1px solid transparent;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  -ms-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
  outline: none;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/********************* 
GENERAL STYLES
*********************/
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
/* global box-sizing */
*, *:after, *:before {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
body {
  font-family: "EB Garamond", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* clear */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  font-family: "EB Garamond", "Georgia", Cambria, Times New Roman, Times, serif;
  border: 0px solid transparent;
  outline: 0;
  font-size: 14px;
  color: #ffffff;
}
a {
  color: #000;
  text-decoration: none;
}
input {
  outline: 0;
  border: 1px solid transparent;
}
input:focus {
  outline: 0;
  border: 1px solid #000000;
}
p {
  margin: 0;
  padding: 0;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #000;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #FF0000;
  outline: 0;
}
a:link, a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-size: 100%;
  font-weight: normal !important;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
/*********************
HEADER STYLES
*********************/
.header {
  background-color: #ffffff;
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 0 8px 0;
  z-index: 9099;
  position: relative;
  -webkit-box-shadow: 0 2px 23px 1px #999;
  -moz-box-shadow: 0 2px 23px 1px #999;
  box-shadow: 0 2px 23px 1px #999;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  display: none;
}
.header.big.is_stuck {
  z-index: 0;
  display: none;
}
header.small {
  position: fixed;
  top: -135px;
  width: 100%;
  padding-bottom: 0;
  display: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  z-index: 9090;
}
#logo, #logo_small {
  margin: 20px auto;
  margin: 2rem auto;
  text-align: center;
  max-width: 55%;
  width: 350px;
}
#logo a, #logo_small a {
  color: #000;
  line-height: 1;
  display: table;
}
#logo img, #logo_small img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
#logo_small {
  margin: 5px auto 6px auto;
  width: 12%;
  max-width: 50px;
}
.header-mobile {
  position: fixed;
  top: 0;
  z-index: 9991;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);
}
.header-mobile #logo_small {
  width: 11%;
  width: 35px;
  margin: 6px auto 6px auto;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
header nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header .nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  min-width: 940px;
  line-height: 1.5;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
header .nav li {
  text-align: left;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 400;
  font-size: 13px;
  margin: 0 -5px;
  margin: 0px 14px;
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
header .nav li:hover, header .nav li:focus {
  outline: 0;
}
header .nav li:hover ul.sub-menu li:first-child a, header .nav li:focus ul.sub-menu li:first-child a {
  color: #FF0000;
}
header .nav li a {
  display: inline;
  color: #000;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  padding: 0 0 32px 0px;
  margin: 0 19px;
  margin: 0;
  font-weight: bolder;
  font-weight: normal;
  letter-spacing: 0.05em;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}
header .nav li a:hover, header .nav li a:focus {
  outline: 0;
}
header .nav li:first-child a {
  padding-left: 0;
}
header .nav li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
header .nav li ul.sub-menu, header .nav li ul.children {
  text-align: center;
  line-height: 1.5;
  max-width: 86%;
  padding: 8px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 51px !important;
  -webkit-box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
}
header .nav li ul.sub-menu:hover, header .nav li ul.sub-menu:focus, header .nav li ul.children:hover, header .nav li ul.children:focus {
  outline: 0;
}
header .nav li ul.sub-menu:hover li a:first-child, header .nav li ul.sub-menu:focus li a:first-child, header .nav li ul.children:hover li a:first-child, header .nav li ul.children:focus li a:first-child {
  color: #000;
}
header .nav li ul.sub-menu li, header .nav li ul.children li {
  padding: 7px 0 7px 0;
}
header .nav li ul.sub-menu li a, header .nav li ul.children li a {
  padding: 0 18px;
  padding: 0;
  font-size: 11px;
}
header .nav li ul.sub-menu li a:hover, header .nav li ul.sub-menu li a:focus, header .nav li ul.children li a:hover, header .nav li ul.children li a:focus {
  color: #FF0000 !important;
  outline: 0;
}
header .nav .sub-menu.active {
  visibility: visible !important;
}
header .nav > ul > li.current-menu-item > a, header .nav > ul > li.current_page_item > a, header .nav > ul > li.current_page_ancestor > a {
  color: #FF0000;
}
/* end .nav */
header > .nav > li:first-child, header > .nav > li:first-child a, header .nav li ul.sub-menu li:first-child a {
  margin-left: 0;
}
header .nav li ul.sub-menu li:first-child a {
  margin-left: 0px;
}
html.safari.desktop header .nav li ul.sub-menu, html.safari.desktop header .nav li ul.children {
  top: 50px !important;
}
header.small .nav li ul.sub-menu, header.small .nav li ul.children {
  top: 48px !important;
}
html.safari.desktop header.small .nav li ul.sub-menu, html.safari.desktop header.small .nav li ul.children {
  top: 47px !important;
}
.menu-item.lang_selector {
  margin: 0;
  display: inline-block;
  margin-top: 10px !important;
}
.menu-item.lang_selector a {
  padding: 0;
  margin: 0;
}
.menu-item.lang_selector.DE {
  padding-left: 15px;
}
.menu-item.lang_selector .lang_divider {
  color: #000000;
  padding: 26px 12px !important;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  top: 0px;
  vertical-align: top;
}
.lang_active {
  color: #FF0000;
}
.schnecke {
  z-index: 9604;
  position: relative;
  background-color: #fff;
}
header.small #header-menu_small {
  z-index: 9602;
  position: absolute;
  top: 75px;
  top: 15px;
  left: 0;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
header.small:hover #header-menu_small, #header-menu_small.active {
  top: 52px !important;
}
header.small #logo_small img {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}
header.small:hover #logo_small img {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transfom: rotate(-360deg);
}
body.page-template-page-custom-partners header.small:hover #logo_small imgxxx {
  -webkit-transform: none;
  transform: none;
}
.top-nav > ul > li.current-page-parent > a, .top-nav > ul > li.current-menu-parent > a, .top-nav > ul > li.current_page_item > a {
  color: #FF0000 !important;
}
button#responsive-menu-button {
  z-index: 9992 !important;
  top: 8px !important;
  left: 6px !important;
  height: auto !important;
}
/* iPhone 5 Retina regardless of IOS version */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* and (orientation: todo: you can add orientation or delete this comment) */
  button#responsive-menu-button {
    top: 7px !important;
  }
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
  border-radius: 0px !important;
}
#responsive-menu-container {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  z-index: 9990 !important;
  width: 94% !important;
  left: 3% !important;
  padding-top: 46px !important;
  background-color: transparent !important;
}
#responsive-menu-container #responsive-menu-wrapper {
  background: #ffffff !important;
  padding: 26px 0 35px 0 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  text-transform: uppercase;
  line-height: 40px;
  border-top: 0px solid #fff !important;
  border-bottom: 0px solid #fff !important;
  color: #000;
  background-color: #fff;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link, #responsive-menu-container .menu-item.lang_selector {
  font-size: 16px !important;
  font-size: 5vw !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu a.responsive-menu-item-link {
  font-size: 70% !important;
  font-size: 3.7vw !important;
}
.responsive-menu-subarrow {
  display: none !important;
}
button#responsive-menu-button:not(.is-active) + .responsive-menu-container.push-top, button#responsive-menu-button:not(.is-active) + #responsive-menu-container.slide-top {
  transform: translateY(-120%) !important;
  -ms-transform: translateY(-120%) !important;
  -webkit-transform: translateY(-120%) !important;
  -moz-transform: translateY(-120%) !important;
}
.partner-link a {
  color: #000000 !important;
}
.partner-tile-image {
  display: flex;
  align-items: center;
  height: 100%;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0px;
  margin-top: 0rem;
  background-color: #ffffff;
  padding-top: 45px;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(100% - 201px);
  min-height: calc(100vh - 201px);
}
.hentry {
  border: 0px solid #000000;
}
.hentry header {
  border-bottom: 0px solid #f8f9fa;
}
.hentry footer {
  padding: 0rem;
  border-top: 0px solid #f8f9fa;
}
.hentry footer p {
  margin: 0;
}
/* end .hentry */
.single-title, .page-title, .entry-title {
  margin: 0;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 0px 0 0;
  padding: 0rem 0 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content p {
  margin: 0px 0;
  margin: 0rem 0;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}
.opener {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  cursor: pointer;
  z-index: 9999;
  display: none !important;
}
.opener_logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto auto 51vh auto;
  max-width: 80%;
}
body.no_opener .opener {
  display: none !important;
}
.video-image {
  position: relative;
  margin-bottom: 30px;
  height: 100%;
  height: 100vh;
  height: calc(100%- 44px);
  height: calc(100vh - 44px);
  overflow: hidden;
}
html.ios7 .video-image, html.ios7 .video-image img.full-width-image, html.ios7 .home-slide-img {
  height: 350px;
}
body.home .video-image, .vid_slider .video-image, .video-image:last-child {
  margin-bottom: 0px;
}
.video-image img.full-width-image, .home-slide-img {
  height: 100%;
  height: 100vh;
  height: calc(100%- 44px);
  height: calc(100vh - 44px);
  width: auto;
  object-fit: cover;
}
html.tablet.landscape .video-image {
  min-height: 93vh;
}
html.phone.ios.safari.portrait .video-image, html.phone.ios.safari.portrait .video-image img.full-width-image, html.phone.ios.safari.portrait .home-slide-img {
  height: calc(100%- 93px);
  height: calc(100vh - 93px);
  min-height: calc(100%- 93px);
  min-height: calc(100vh - 93px);
}
.full-width-image {
  min-width: 100%;
  min-width: 100vw;
}
img.play-button {
  max-width: 55px;
  margin-bottom: 10px;
  margin-left: -10px;
}
.pp_top, .pp_bottom {
  height: 0;
  display: none;
}
.caption-big p, .cite-text p {
  display: inline;
}
a.video-close {
  position: fixed;
  right: 17px;
  top: 15px;
  background: url("../images/OD_KREUZ_S.png");
  width: 53px;
  height: 45px;
  background-size: cover;
  display: none;
}
.header-mobile a.video-close {
  right: 10px;
  top: 8px;
  width: 37px;
  height: 29px;
}
html.tablet .header-mobile a.video-close {
  top: 17px;
}
html.vid_overlay {
  overflow-y: hidden !important;
}
html.vid_overlay .header.small, html.vid_overlay .header-mobile {
  z-index: 999999 !important;
}
html.vid_overlay .header.small {
  top: 0 !important;
}
html.vid_overlay a.video-close {
  display: block;
}
html.partner_overlay .header.small, html.partner_overlay .header-mobile {
  z-index: 11200 !important;
}
html.partner_overlay .header.small {
  top: 0 !important;
}
html.partner_overlay a.video-close {
  display: block;
}
#fancybox-wrap {
  max-width: 75%;
  margin-top: 0px;
}
html.csstransforms #fancybox-wrap {
  left: 50% !important;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
#fancybox-outer {
  background: transparent !important;
}
#fancybox-content {
  max-width: 100%;
  background: transparent !important;
}
html.mobile .fancybox-wrap, html.mobile #fancybox-frame, html.mobile #fancybox-content, html.tablet .fancybox-wrap, html.tablet #fancybox-frame, html.tablet #fancybox-content {
  max-height: 260px;
  max-height: 33%;
  max-height: 33vh;
}
html.mobile #fancybox-content, html.tablet #fancybox-content {
  margin-top: 10px;
}
html.mobile.landscape .fancybox-wrap, html.mobile.landscape #fancybox-frame, html.mobile.landscape #fancybox-content, html.tablet.landscape .fancybox-wrap, html.tablet.landscape #fancybox-frame, html.tablet.landscape #fancybox-content {
  max-height: 469px;
  max-height: 59.9%;
  max-height: 59.9vh;
}
html.mobile.landscape #fancybox-content, html.tablet.landscape #fancybox-content {
  margin-top: 20px;
}
#fancybox-close {
  visibility: hidden !important;
}
.fancybox-bg {
  width: 0px !important;
  height: 0px !important;
  z-index: -100 !important;
  display: none !important;
}
.donate-table {
  max-width: 600px;
}
.page-content {
  margin: 0 auto;
  max-width: 1100px;
  width: 94%;
  margin-top: 60px;
  text-align: center;
}
.page-content.partners {
  width: 97%;
}
#content.red-header .page-content {
  margin-top: 15px;
}
body.page-template-page-custom-donate #content.red-header .page-content {
  margin-top: -225px;
}
body.page-template-page-custom-donate .caption-wrapper {
  bottom: 15px;
  position: relative;
}
#content.red-header .no-stripes .page-content {
  margin-top: 35px;
}
.page-content.partners {
  margin-top: 10px;
  margin-bottom: 10px;
}
img.streifen {
  margin: 6px auto 25px auto;
  max-width: 1000px;
  width: 100%;
  height: 12px;
}
html.phone img.streifen, html.phone img.cite_streifen {
  max-width: 200%;
  max-width: 200vw;
  width: 200%;
  width: 200vw;
  margin-left: -6%;
}
.divider img.streifen {
  margin: 0px auto 25px auto;
}
img.streifen.inner {
  margin: 35px auto 25px auto;
}
img.streifen + .cite-block {
  margin-top: 3px;
}
img.streifen.second {
  margin-top: 40px;
}
.content-slider + img.streifen.second {
  margin-top: -10px;
}
.text-block, .simple-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
.text-block a, .page-subtitle.inner, .archivo, .archivo strong, .archivo b, .label-left .nf-field-label label, .nf-field-label label, input.ninja-forms-field.nf-element[type="button"], .cr_ipe_item label, button.cr_button {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal !important;
}
.cr_form {
  margin-top: 30px;
}
button.cr_button {
  border: 1px solid transparent;
  margin-top: 15px;
}
.text-block a, .partner-subline-link a, .calendar-event-link a {
  background-image: url("../images/OD_PFEIL_LINKS.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-left: 3px;
  margin-right: 4px;
}
.partner-subline-link a {
  background-image: url("../images/OD_PFEIL_W.png");
}
.page-image + .text-block {
  margin-top: 40px;
}
body.single .page-image + .text-block {
  margin-top: 26px;
}
.simple-content {
  width: 94%;
  max-width: 1000px;
  margin-top: 10px;
}
.text-block p {
  margin-bottom: 10px !important;
}
.text-block ul {
  list-style-type: circle;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 5px;
  margin-left: -5px;
}
.text-block li {
  margin-bottom: 15px;
}
.page-title-wrapper, .page-title.inner, .page-subtitle.inner, .anchors-wrapper {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 6.5vw;
  text-transform: uppercase;
  text-align: center;
  margin: 60px auto 30px auto;
  width: 95%;
}
h1, h2, h3 {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 20px;
  font-size: 6.5vw;
}
h1, h2 {
  text-transform: uppercase;
}
.sup-headline, h3 {
  font-size: 20px;
  font-size: 6.5vw;
  line-height: 0.9;
  margin-bottom: 10px;
}
.elementor-post p, .elementor-widget-text-editor p {
  font-family: "EB Garamond", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
}
.anchors-wrapper {
  margin: 35px auto 30px auto;
  width: 94%;
  line-height: 0;
}
.headline, .sub_headline {
  line-height: 1;
  margin-bottom: 25px;
}
.sub_headline {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 75%;
}
.anchor_link {
  font-size: 13px;
  line-height: 1.3;
  padding: 0 5px;
  margin-bottom: 8px;
  display: inline-block;
}
label-left .field-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.back_to_top {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}
.back_to_top a {
  background: transparent;
  padding: 0;
  margin: 0;
}
.page-subtitle.inner {
  margin: 20px auto 17px auto;
  font-size: 13px;
  font-size: 3.3vw;
}
.text-block > .page-subtitle.inner {
  margin: 35px auto 4px auto;
}
.text-block > .page-title.inner + .page-subtitle.inner {
  margin: 20px auto 17px auto;
}
#content.red-header .page-title-wrapper {
  min-height: 60px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
}
html.phone.landscape #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link, html.phone.landscape #responsive-menu-container .menu-item.lang_selector {
  font-size: 16px !important;
}
html.phone.landscape #content.red-header .page-title-wrapper {
  min-height: 60px;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  color: #000000;
}
html.phone.landscape .page-title-wrapper, html.phone.landscape .page-title.inner {
  font-size: 26px;
}
html.phone.landscape .page-subtitle, html.phone.landscape .caption-wrapper, html.phone.landscape .anchors-wrapper h2 {
  font-size: 22px;
}
html.phone.landscape .cite-text {
  font-size: 22px;
}
html.phone.landscape .imageslide-wrapper .caption-wrapper {
  font-size: 13px;
}
.page-title {
  line-height: 1;
  margin-bottom: 4px;
}
.page-title p:first-child {
  margin-bottom: 20px;
}
.page-subtitle {
  font-size: 18px;
  font-size: 5vw;
}
.page-subtitle, .caption-big {
  line-height: 1.14;
  letter-spacing: 0.04em;
  max-width: 1000px;
  margin: 0 auto;
}
.page-title.inner {
  margin-top: 15px;
  margin-bottom: 14px;
  line-height: 1.14;
}
.streifen + .text-block .page-title.inner {
  margin-top: 14px;
}
.page-image {
  text-align: center;
}
body.single .page-image {
  margin: 40px auto 0px auto;
  max-width: 750px;
}
body.single strong {
  font-weight: normal;
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.cite-block {
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 38px;
  text-align: center;
}
.cite-block + .text-block .page-title.inner {
  margin-top: 38px;
}
.cite-block + .text-block img.streifen.inner {
  display: none;
}
.cite-text {
  font-size: 21px;
  font-size: 6.1vw;
  padding: 21px 12px 15px 12px;
  line-height: 1.2;
}
.cite-subtitle, .caption-small {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.09em;
}
.video-image .cite-subtitle, .video-image .caption-small {
  font-weight: bold;
}
img.cite_streifen {
  max-width: 750px;
  width: 100%;
  height: 12px;
}
#fbIframeDiv iframe {
  width: 100% !important;
}
html.android .cite-subtitle {
  margin-bottom: 8px;
}
.no-stripes .page-image {
  margin: 35px 0 30px 0;
}
.divider {
  border-top: 0px solid #dcdcdc;
  margin: 20px auto 0px auto;
  max-width: 750px;
}
.no-stripes .divider {
  margin: 40px auto 40px auto;
}
.page-template-page-custom-events .page-content {
  margin-top: 55px;
}
.event-header {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
}
.events-block-wrapper {
  margin-bottom: 40px;
}
.event-table {
  margin-top: 30px;
}
td.event-date {
  vertical-align: top;
  padding-right: 20px;
}
td.event-date.bold {
  font-weight: bold;
}
.share-icons {
  text-align: center;
}
.no-stripes .share-icons {
  margin-top: 70px;
}
.share-title {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 11px;
  text-transform: uppercase;
}
.share-icons img {
  width: 16%;
  max-width: 50px;
  margin: 27px 8px 30px 8px;
}
.simple-content {
  padding-bottom: 40px;
}
.simple-content .page-title.inner {
  margin-top: 35px;
  margin-bottom: 29px;
  margin-left: 0;
  text-align: left;
}
.label-left .nf-field-label, .cr_ipe_item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2%;
  text-align: left;
  width: 200px !important;
  -ms-flex-order: 5;
  order: 5;
}
.cr_ipe_item label {
  order: 0;
  height: 40px;
}
.label-left .nf-field-label label {
  width: 100%;
  text-align: left;
}
.label-left .nf-field-element {
  width: 100% !important;
}
html.phone .nf-field-element ul li {
  white-space: nowrap;
}
html.phone .nf-field-element ul li input {
  vertical-align: top;
  margin-top: 8px;
}
html.phone .nf-field-element ul li label {
  white-space: normal;
}
.sss_margin {
  padding-top: 22px;
}
input.ninja-forms-field.nf-element[type="button"], .cr_button {
  padding: 4px 12px;
  color: #fff;
  background-color: #ff0023;
}
input.ninja-forms-field.nf-element[type="button"]:hover, .cr_button:hover {
  background-color: #fe0023;
}
.nf-field-element select, select.cr_font {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px !important;
}
.iso-tiles {
  margin-bottom: 40px;
}
.tile {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.tile-date {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: left;
  margin: 7px 0px 3px 5px;
  padding-left: 1%;
}
body.single .tile-date {
  color: #000000;
  text-align: left;
  margin: 7px 0 16px 0;
}
.tile-title {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 94%;
  margin: 0 auto;
}
.tile-excerpt {
  margin: 3px auto 0px auto;
  position: relative;
  padding-bottom: 12px;
  max-width: 100%;
}
.tile-excerpt p {
  max-width: 94%;
  margin: 0 auto;
}
.tile-image {
  margin-bottom: 10x;
}
.tile-image img {
  width: 100%;
}
img.streifen-news {
  margin-top: -10px;
  position: absolute;
  left: 2%;
  bottom: -21px;
  width: 96%;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.partner-tiles {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: block;
  text-align: center;
}
html.desktop .partner-tiles {
  display: block;
  text-align: center;
}
html.no-flexbox .partner-tiles, html.no-js .partner-tiles {
  display: block;
  text-align: center;
}
.partner-tile {
  background-color: transparent;
  text-align: center;
  width: 46%;
  height: auto;
  overflow: hidden;
  margin: 4px 1.5%;
  position: relative;
  display: inline-block;
}
.partner-tile.ready {
  cursor: pointer;
}
html.desktop .partner-tile {
  display: inline-block;
  vertical-align: top;
}
html.no-flexbox .partner-tile, html.no-js .partner-tile {
  display: inline-block;
  vertical-align: top;
}
.partner-tile img {
  width: 100%;
}
.partner-tile.red {
  background-color: #ff0000;
}
.partner-tile-title {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 87%;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner-tile.red.highlight {
  background-color: #000000;
}
.partner-tile.highlight .partner-tile-title {
  color: #ffffff;
}
.partner-hovertitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner-slider {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: 9900;
}
.partner-slider .slick-list, .partner-slider .slick-track {
  height: 100%;
}
.partner-slider .slick-prev, .partner-slider .slick-next {
  position: absolute;
  display: block;
  z-index: 9998;
  height: 68px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url(../images/OD_PFEIL_LINKS_W.png);
  background-size: cover;
  color: transparent;
  top: 25%;
  left: 1%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.partner-slider .slick-next {
  background: url(../images/OD_PFEIL_RECHTS_W.png);
  background-size: cover;
  height: 49px;
  width: 50px;
  left: auto;
  right: 1%;
}
.partner-slider.backside {
  z-index: -999;
}
.partner-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff !important;
  background-color: #000000;
}
.partner-slide.persist {
  display: block !important;
}
.partner-images {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  height: 24vh;
}
.slick-slide .partner-images img {
  display: inline-block !important;
  margin: 0 4px !important;
  width: auto;
  max-height: 155px;
  max-height: 24%;
  max-height: 24vh;
}
.popup-logo {
  display: none;
}
.partner-cite {
  font-size: 19px;
  font-size: 4.4vw;
  max-width: 94%;
  margin: 20px auto;
  background-color: #000000;
  position: relative;
  z-index: 9999;
  padding: 2px 10px;
  max-height: 250px;
  max-height: 40%;
  max-height: 40vh;
  overflow-y: auto;
}
.partner-cite.length4 {
  font-size: 4.1vw;
}
.partner-footer {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-size: 3vw;
  line-height: 1.5;
  font-weight: normal !important;
  color: #ffffff !important;
  text-transform: uppercase;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94%;
}
.partner-signature img {
  max-height: 50px;
  margin: 0 auto;
  object-fit: cover;
}
.partner-name {
  font-family: "EB Garamond", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 19px;
  font-size: 4.4vw;
  text-transform: none;
  margin: 10px auto;
}
.partner-subline div {
  display: inline-block;
}
.partner-subline-link a {
  color: #ffffff;
}
.partner-subline-link + .partner-subline-credit {
  margin-left: 10px;
}
.calendar-slide {
  padding: 0px 2px 0 2px;
}
.calendar-navigation, .calendar-big-date, .calendar-location, .calendar-title, .calendar-event-link, .calendar-description {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.calendar-navigation-link {
  padding: 6px 12px;
  letter-spacing: 0.05em;
  display: block;
}
.calendar-navigation-link.actual {
  color: #FF0000;
}
.calendar-navigation-link:first-child:hover, .calendar-navigation-link:last-child:hover {
  cursor: pointer;
  color: #FF0000;
  letter-spacing: 0.05em;
}
.calendar-navigation .disabled {
  padding: 6px 12px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.calendar-event {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.calendar-event img.streifen_cal {
  margin: 24px auto 16px auto !important;
  height: 14px;
  max-width: 100%;
}
.calendar-big-date {
  font-size: 40px;
}
.calendar-location {
  padding: 8px 0;
}
.calendar-title {
  font-size: 22px;
  clear: both;
}
.calendar-description {
  margin-top: 23px;
}
.calendar-event-link {
  display: inline-block;
  padding: 0 12px;
  margin-top: 27px;
}
.calendar-slides .slick-prev, .calendar-slides .slick-next {
  display: none !important;
  height: 67px;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #ffffff;
}
.pagination .current {
  cursor: default;
  color: #000000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #ffffff;
  color: #000000;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*="depth-"] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #ffffff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000000;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}
/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  clear: both;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  text-align: center;
  padding: 6px 0 11px 0;
}
.footer nav {
  display: inline-block;
  vertical-align: baseline;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
.footer-links ul li a {
  font-weight: bolder;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 11px;
  text-transform: uppercase;
}
/* end .footer-links */
.footer .nav li {
  float: none;
  display: inline;
  padding: 0 8px;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.copyright {
  display: inline-block;
  vertical-align: baseline;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img:not(.play-button) {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body.home .slick-slidexxx {
  min-width: 100%;
  min-width: 100vw;
}
body.home .slick-slidexxx img {
  display: block;
  min-width: 100%;
  min-width: 100vw;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  width: 100vw;
}
.caption-wrapper {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 115%;
  font-size: 5.5vw;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  width: 90%;
  width: 90vw;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  line-height: 1.16;
}
body.home .caption-wrapper {
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.caption-small {
  font-family: "EB Garamond", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 23px;
  margin-bottom: 0;
}
.content-slider {
  margin: 40px auto 20px auto;
  max-width: 1000px;
}
body.page-id-517 .content-slider, body.page-id-580 .content-slider, body.page-id-3647 .content-slider {
  max-width: 750px;
}
body.page-id-517 .imageslide-wrapper .caption-wrapper, body.page-id-580 .imageslide-wrapper .caption-wrapper, body.page-id-3647 .imageslide-wrapper .caption-wrapper {
  font-size: 12px;
  text-align: center;
}
.cite-block + .content-slider {
  margin-top: 48px;
}
.imageslide-wrapper {
  display: inline-block;
  text-align: left;
  position: relative;
}
.imageslide-wrapper.single {
  display: block;
  text-align: left;
  display: table;
  margin: 0 auto;
  max-width: 1000px;
}
.imageslide-wrapper .caption-wrapper {
  font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  width: auto;
  text-align: left;
  color: #000000;
  position: static;
  bottom: -10px;
  left: 0%;
  margin: auto;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  line-height: 1.16;
  padding-top: 5px;
}
.imageslide-wrapper .caption-wrapper.white {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  z-index: 9998;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 15px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}
.ss-prev {
  height: 67px;
}
.ss-next {
  width: 45px;
  height: 42px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}
.page-title-wrapper + .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  z-index: 9998;
  border: 0;
  background: transparent;
  background: url(../images/dot_empty.png);
  background-size: cover;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #bbb;
  opacity: 1;
}
li.slick-active button {
  background: url(../images/dot_full.png);
  background-size: cover;
}
body.home .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
body.home .slick-slide img {
  display: block;
  width: 100%;
}
.slick-track {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.calendar-slides .slick-track {
  display: block;
}
.slider .slider-img, .vid_slider .video-image, .calendar-slide {
  display: none;
}
.slider .slider-img:first-child, .vid_slider .video-image:first-child, .calendar-slide:first-child {
  display: block;
}
.slick-initialized.slider .slider-img, .slick-initialized.slider .slider-img:first-child, .slick-initialized.vid_slider .video-image, .slick-initialized.vid_slider .video-image:first-child, .slick-initialized .calendar-slide, .slick-initialized .calendar-slide:first-child {
  display: block;
}
html.android, html.android body {
  height: auto;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: none;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
img {
  -ms-interpolation-mode: bicubic;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*  SELECTION */
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Stylesheet: 481px and Up Stylesheet
******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
HEADER STYLES
*********************/
  .header-mobile #logo_small {
    width: 50px;
    margin: 6px auto 6px auto;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #ffffff;
    margin-top: 0;
  }
  .nav li {
    display: inline-block;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover, .nav li a:focus {
    color: #FF0000;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border: 0px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li, .nav li ul.children li {
    float: none;
    text-align: center;
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    border-right: 0;
    display: block;
  }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  button#responsive-menu-button {
    left: 9px !important;
    top: 16px !important;
  }
  #responsive-menu-container {
    padding-top: 55px !important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link, #responsive-menu-container .menu-item.lang_selector {
    font-size: 18px !important;
  }
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu a.responsive-menu-item-link {
    font-size: 13px !important;
  }
  /******************************************************************
CONTENT STYLES
******************************************************************/
  body.home #content {
    min-height: 75%;
    min-height: 75vh;
    min-height: calc(100% - 215px);
    min-height: calc(100vh - 215px);
  }
  html.webkit body.home #content {
    overflow: hidden;
  }
  .caption-wrapper, .anchors-wrapper h2 {
    font-size: 26px;
  }
  .page-title-wrapper, .page-title.inner {
    width: 90%;
  }
  .page-title-wrapper, .anchors-wrapper, .sup-headline {
    font-size: 45px;
  }
  .page-title.inner {
    font-size: 26px;
  }
  .page-subtitle.inner {
    font-size: 13px;
  }
  .page-subtitle {
    font-size: 24px;
  }
  .text-block ul {
    padding-right: 0px;
  }
  .cite-text {
    font-size: 28px;
    padding: 21px 27px 15px 27px;
  }
  html.portrait.tablet .caption-wrapper {
    bottom: 90px;
  }
  #content.red-header .page-title-wrapper {
    top: 50px;
  }
  #content.red-header .page-title-wrapper.only_titlexxx {
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .label-left .nf-field-element, .cr_ipe_item input, select.cr_font {
    width: 65% !important;
    width: calc(100% - 200px) !important;
  }
  .cr_ipe_item {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  td.event-date {
    white-space: nowrap;
  }
  .donate.column_left {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .donate.column_right {
    float: right;
    width: 39%;
  }
  .page-content.partners {
    margin-top: 28px;
    width: 100%;
  }
  .partner-tile {
    width: 202px;
    height: 298px;
    min-height: 0;
    margin: 8px 7px;
  }
  .tile-date {
    margin: 7px 0px 3px 0;
    padding-left: 3%;
  }
  img.streifen, img.cite_streifen {
    height: auto;
  }
  img.streifen-news {
    left: 0%;
    width: 100%;
  }
  .partner-slider .slick-prev, .partner-slider .slick-next {
    height: 68px;
    width: 32px;
    top: 22%;
    left: 50%;
    right: auto;
    margin-left: -40%;
  }
  .partner-slider .slick-next {
    height: 49px;
    width: 50px;
    margin-left: 40%;
  }
  .partner-images {
    margin-top: 90px;
    height: 260px;
  }
  .partner-cite {
    font-size: 24px;
    margin: 15px auto 30px auto;
    max-width: 85%;
  }
  .partner-cite.length3 {
    font-size: 20px;
  }
  .partner-cite.length4 {
    font-size: 17px;
  }
  .partner-footer {
    font-size: 13px;
  }
  .partner-name {
    font-size: 19px;
  }
  .popup-logo {
    display: inline-block;
  }
  .calendar-navigation-link {
    padding: 0 12px;
    display: inline;
  }
  .calendar-location {
    position: absolute;
    right: 0;
    top: 32px;
    float: right;
    display: block;
  }
  .press-images {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 6px auto;
  }
  .press-img {
    width: 33.33333%;
    padding: 8px;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  .footer-links ul li a {
    line-height: 1;
  }
  /* end .footer-links */
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1000px) {
  /******************************************************************
Stylesheet: Desktop Stylsheet
******************************************************************/
  #logo {
    margin: 24px auto 13px auto;
    margin: 2.4rem auto 1.3rem auto;
    max-width: 30%;
  }
  .menu-item.lang_selector {
    margin-top: 0px !important;
  }
  .menu-item.lang_selector .lang_divider {
    padding: 0px 4px !important;
  }
  #content {
    padding-top: 0px;
  }
  .video-image {
    height: 76vh;
    height: 100%;
    height: 100vh;
  }
  .video-image img.full-width-image, .home-slide-img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-height: 100vh;
    height: 100%;
    height: 100vh;
  }
  html.tablet.landscape .video-image {
    height: 76vh;
    height: 100%;
    height: 100vh;
  }
  html.tablet.landscape .video-image img.full-width-image, html.tablet.landscape .home-slide-img {
    height: auto;
    width: auto;
    width: 100%;
    height: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .simple-content {
    margin-top: 60px;
  }
  .caption-wrapper, .anchors-wrapper h2 {
    font-size: 26px;
  }
  html.tablet .caption-wrapper {
    bottom: 70px;
  }
  body.home .caption-wrapper {
    bottom: 50px;
  }
  .page-title-wrapper, .anchors-wrapper, .sup-headline, h1, h2 {
    font-size: 45px;
  }
  .anchor_link {
    margin-bottom: 0px;
  }
  .page-title.inner, h3 {
    font-size: 26px;
  }
  .page-subtitle {
    font-size: 24px;
  }
  .cite-text {
    font-size: 33px;
  }
  .caption-small {
    margin-bottom: 19px;
  }
  .cite-subtitle {
    margin-bottom: 15px;
  }
  .iso-tiles {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    top: -15px;
    padding-bottom: 40px;
    margin-top: 47px;
  }
  .tile {
    width: 33.333%;
    padding: 9px;
    margin-bottom: 0px;
    float: left;
  }
  .tile-date {
    padding-left: 0%;
  }
  .tile-title, .tile-excerpt, .tile-excerpt p {
    max-width: 100%;
    padding-bottom: 0;
  }
  .page-content.partners {
    margin-top: 70px;
  }
  .partner-tile {
    width: 202px;
    height: 298px;
  }
  .partner-slider .slick-prev, .partner-slider .slick-next {
    height: 68px;
    width: 32px;
    top: 30%;
    left: 50%;
    right: auto;
    margin-left: -20%;
  }
  .partner-slider .slick-next {
    height: 49px;
    width: 50px;
    margin-left: 20%;
  }
  .partner-images {
    margin-top: 110px;
    min-height: 229px;
    height: auto;
  }
  .partner-images img {
    width: 46%;
    max-width: 155px;
    height: auto;
  }
  .calendar-slide {
    padding: 40px 2px 0 2px;
  }
  .calendar-slides .slick-prev, .calendar-slides .slick-next {
    display: block !important;
    left: 50%;
    right: auto;
    position: fixed;
    margin-left: -490px;
    margin-top: -10px;
  }
  .calendar-slides .slick-next {
    height: 47px;
    width: 50px;
    margin-left: 460px;
    margin-top: -6px;
  }
  html.desktop a:hover {
    color: #FF0000;
    border-bottom: 0px solid #000;
  }
  html.desktop a:focus, html.desktop a:active, html.desktop a:visited {
    outline: 0;
    border-bottom: 0px solid #000 !important;
    text-decoration: none !important;
  }
  html.desktop a:hover, html.desktop a:active {
    outline: 0;
  }
  html.desktop .partner-tile:hover .partner-tile-title.mouseover {
    display: block !important;
    color: #000000;
    background-color: #FF0000;
    height: 100%;
    width: 100%;
  }
  html.desktop .partner-link a:hover {
    color: #FF0000 !important;
  }
  html.desktop .partner-subline-link a:hover {
    color: #FF0000;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1140px) {
  /******************************************************************
Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Stylesheet: Retina Screens & Devices Stylesheet
******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/******************************************************************
Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
@media (max-width: 1289px) {
  #responsive-menu-container #responsive-menu li:first-child ul.responsive-menu-submenu .responsive-menu-item-link {
    color: #000000 !important;
  }
}
@media (min-width: 1290px) {
  .video-image {
    height: 76vh;
    height: calc(100% - 201px);
    height: calc(100vh - 201px);
  }
  .video-image img.full-width-image, .home-slide-img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-height: 100vh;
    height: calc(100% - 201px);
    height: calc(100vh - 201px);
  }
  .opener {
    display: none;
  }
  .header {
    display: block;
  }
  header.small {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  header .nav li ul.sub-menu {
    background: url(../images/od_submenue_vision.png);
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: 100% 100% !important;
    height: 54px;
    left: auto;
    right: auto;
    text-align: left;
    white-space: nowrap;
    padding: 8px 20px 8px 35px;
    margin-left: -50px;
    -webkit-box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 12px 19px -11px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
  }
  header .nav li.menu2 ul.sub-menu {
    background: url(../images/od_submenue_spenden.png);
    height: 69px;
    padding: 8px 40px 8px 49px;
    margin-left: -142px;
  }
  header .nav.en li.menu2 ul.sub-menu {
    margin-left: -152px;
  }
  header .nav li.menu3 ul.sub-menu {
    background: url(../images/od_submenue_fokus.png);
    height: 75px;
    padding: 8px 127px 8px 15px;
    margin-left: -252px;
  }
  header .nav.en li.menu3 ul.sub-menu {
    background-size: 101% 100% !important;
    padding: 8px 100px 8px 0px;
    margin-left: -313px;
  }
  header .nav li.menu4 ul.sub-menu {
    background: url(../images/od_submenue_air.png);
    height: 74px;
    padding: 8px 90px 8px 15px;
    margin-left: -142px;
  }
  header .nav li.menu5 ul.sub-menu {
    background: url(../images/od_submenue_partner.png);
    height: 74px;
    padding: 8px 36px 8px 105px;
    margin-left: -232px;
  }
  header .nav li.menu6 ul.sub-menu {
    background: url(../images/od_submenue_ueberuns.png);
    height: 69px;
    padding: 8px 40px 8px 69px;
    margin-left: -870px;
  }
  header .nav li.menu7 ul.sub-menu {
    background: url(../images/od_submenue_news.png);
    height: 69px;
    padding: 8px 40px 8px 45px;
    margin-left: -22px;
  }
  header .nav li ul.sub-menu {
    -webkit-box-shadow: inset 0 14px 11px -18px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 14px 11px -18px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 14px 11px -18px rgba(0, 0, 0, 0.15), inset 0 -8px 8px -16px rgba(0, 0, 0, 0.15);
  }
  #donate-button {
    display: block !important;
    position: fixed;
    top: 60%;
    right: -2px;
    z-index: 999999;
    width: 138px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #donate-text {
    font-size: 17px;
    line-height: 0.9;
    position: absolute;
    top: 47%;
    right: -6px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Archivo Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 95%;
  }
  #donate-button.en #donate-text {
    right: -4px;
  }
  #donate-button.fr #donate-textxxx {
    font-size: 13px;
    right: -4px;
  }
  .video-image img.full-width-imagexxx, .home-slide-img {
    object-fit: cover;
    width: 100%;
  }
  #content.red-header .page-title-wrapper {
    top: 240px;
  }
  #fancybox-wrap {
    margin-top: 40px;
  }
  .simple-content {
    margin-top: 0px;
  }
  .page-content.partners {
    margin-top: 10px;
    max-width: 1400px;
  }
  body.page-template-page-custom-visions .cite-block {
    width: 1100px;
    margin-left: -175px;
  }
  .iso-tiles {
    margin-top: 10px;
    top: 0;
  }
  .tile:nth-child(-n+3) {
    margin-top: 0px;
  }
  .caption-wrapper {
    bottom: 30px;
  }
  .partner-slider .slick-prev, .partner-slider .slick-next {
    height: 68px;
    width: 32px;
    top: 230px;
    left: 50%;
    right: auto;
    margin-left: -350px;
  }
  .partner-slider .slick-next {
    height: 49px;
    width: 50px;
    margin-left: 320px;
  }
  .partner-cite {
    max-width: 900px;
  }
  .partner-cite.length1 {
    font-size: 150% !important;
    max-width: 700px;
  }
  .partner-cite.length2 {
    font-size: 135% !important;
    max-width: 850px;
  }
  .partner-cite.length3 {
    font-size: 117% !important;
  }
  .partner-cite.length4 {
    font-size: 105% !important;
    max-width: 1000px;
  }
  .calendar-slide {
    padding: 0px;
  }
}
@media (min-width: 1420px) {
  header .nav li.menu1 ul.sub-menu {
    margin-left: -82px;
  }
  header .nav li.menu2 ul.sub-menu {
    margin-left: -325px;
  }
}
@media (min-height: 900px) {
  html.wider .partner-slider .slick-prev, html.wider .partner-slider .slick-next {
    top: 310px;
  }
  html.wider .partner-slider .slick-prev, html.wider .partner-slider .slick-next {
    margin-left: -400px;
  }
  html.wider .partner-slider .slick-next {
    margin-left: 370px;
  }
  html.wider .partner-images {
    margin-top: 180px;
  }
  html.wider .partner-cite {
    font-size: 28px;
    padding: 20px 10px;
  }
  html.wider .partner-cite.length4 {
    font-size: 100% !important;
    max-width: 900px;
  }
  html.wider .partner-footer {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .event-table, .event-table tr {
    border-color: #ccc !important;
  }
  .event-table, .event-table td {
    display: block;
    width: 94%;
  }
  .event-table td p {
    padding-bottom: 7px;
  }
}
/*------------------------------------
    IPAD
------------------------------------*/
@media only screen and (device-width: 768px) and (orientation: portrait) {
  /*iPad Portrait orientation styles */
  *, *:after, *:before {
    /* -webkit-backface-visibility: hidden; */
  }
  html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  body {
    /* font-weight:600; */
    -webkit-text-stroke: 0.4px;
  }
  A:link, A:hover, A:active, A:visited {
    text-decoration: none !important;
    border-bottom: 0px solid white !important;
  }
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
  /*iPad landscape orientation styles */
  *, *:after, *:before {
    /* -webkit-perspective: 1000; */
    /* -webkit-backface-visibility: hidden; */
  }
  html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  body {
    /* font-weight:600; */
    -webkit-text-stroke: 0.4px;
  }
  A:link, A:hover, A:active, A:visited {
    text-decoration: none !important;
    border-bottom: 0px solid white !important;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
  .social_links a, #lang_sel_list {
    display: none;
  }
  img {
    position: static !important;
    opacity: 1 !important;
  }
  .entry-content img {
    margin: 0px;
    width: 33% !important;
    max-width: 100%;
    height: auto;
  }
  #logo {
    max-width: 30% !important;
  }
  [class*="cute-"], #logo {
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }
  .soliloquy-container {
    position: static !important;
    background: transparent url("images/preloader.gif") no-repeat scroll 50% 50%;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    opacity: 0;
  }
  .soliloquy-container .soliloquy-wrapper {
    width: 100%;
    position: static !important;
    margin: 0px;
    padding: 0px;
    list-style: outside none none !important;
  }
  .soliloquy-container .soliloquy-viewport {
    width: 100%;
    position: static !important;
    height: auto !important;
    transform: translateZ(0px);
  }
  .soliloquy-container .soliloquy-wrap {
    width: 100%;
    position: static !important;
    margin: 0px;
    padding: 0px;
    list-style: outside none none !important;
    height: 100%;
  }
  .soliloquy-container .soliloquy-item {
    min-height: 1px;
    min-width: 1px;
    float: none !important;
    visibility: visible !important;
    position: static !important;
    margin: 0px !important;
    display: block !important;
    transform: none !important;
    margin-bottom: 30px !important;
  }
  .soliloquy-container .soliloquy-image {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0px auto;
    -moz-user-select: none;
    visibility: visible !important;
    display: block !important;
  }
  .soliloquy-container .soliloquy-controls {
    display: none !important;
  }
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }
  a {
    text-decoration: none !important;
  }
}
