@charset "UTF-8";
/* Concatenation of the Sass files into one CSS file */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/*! sass-mixins - v0.8.0 - 2014-03-06 */
                                       /**
* @description
* Generates keyframe animations
*
* @author drublic
*
* @link caniuse http://caniuse.com/#feat=css-animation
* @link spec http://www.w3.org/TR/css3-animations/
*
* @param values
* @returns
*   -webkit-animation: <values>;
*           animation: <values>;
*
* @example
*   .selector {
*     @include x-animation(jump 1s ease-out);
*   }
*/
/*
 * @example
 *    @include x-keyframes(jump) {
 *      from { top: 0; }
 *      to { top: -10px; }
 *   }
 */
/**
 * @description
 * Generates `appearance` for a given element
 *
 * @author romamatusevich
 *
 * @link MDN https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance
 * @link css-tricks http://css-tricks.com/almanac/properties/a/appearance/
 * @link spec http://www.w3.org/TR/2004/CR-css3-ui-20040511/#appearance
 *
 * @param value
 * @returns
 *   -webkit-appearance: <value>;
 *      -moz-appearance: <value>;
 *           appearance: <value>;
 *
 * @example
 *   .selector {
 *     @include x-appearance(button);
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `border-radius` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/border-radius
 * @link spec http://www.w3.org/TR/css3-background/#corners
 *
 * @param values
 * @returns
 *   -webkit-border-radius: <values>;
 *           border-radius: <values>;
 *
 * @example
 *   .selector {
 *     @include x-border-radius(20px 10px);
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `box-shadow` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-boxshadow
 * @link spec http://www.w3.org/TR/css3-background/#the-box-shadow
 *
 * @param values
 * @returns
 *   -webkit-box-shadow: <values>;
 *           box-shadow: <values>;
 *
 * @example
 *   .selector {
 *     @include x-box-shadow(5px 5px 10px 5px #aaa);
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `box-sizing` output for a given element.
 *
 * @author drublic
 *
 * @link caniuse
 * @link spec
 *
 * @param type
 * @returns
 *   -webkit-box-sizing: <type>;
 *      -moz-box-sizing: <type>;
 *           box-sizing: <type>;
 *
 * @example
 *   .selector {
 *     @include x-box-sizing;
 *   }
 */
/**
 * @description
 * These mixins generates Media Queries
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/#feat=css-mediaqueries
 * @link spec http://www.w3.org/TR/css3-mediaqueries/
 *
 * Note: Please use the CSS unit `em` for device-width in order to stay
 * responsive.
 */
/**
 * @param device-width {number}
 * @content
 * @returns
 *   @media screen and (min-width: <device-width>) {
 *      <content>
 *   }
 *
 * @example
 *   .selector {
 *     x-at-least(40em) { width: 60%; }
 *   }
 */
/**
 * @param device-width {number}
 * @content
 * @returns
 *   @media screen and (max-width: <device-width - 0.01>) {
 *      <content>
 *   }
 *
 * @example
 *   .selector {
 *     x-until(40em) { width: 100%; }
 *   }
 */
/**
 * @author romamatusevich
 *
 * @param point{string}, bp-mobile-width{number}, bp-tablet-width{number} 
 * @content
 * @returns
 *   @media (max-width: <bp-mobile-width>) {
 *      <content>
 *   }
 *
 * @example
 *   .selector {
 *     x-breakpoints(mobile,  320px) { width: 100%; }
 *   }
 */
/**
 * @description
 * Generates a linear gradient for a given element with a fallback color.
 *
 * @author drublic
 *
 * @link caniuse
 * @link spec
 *
 * @dependency helper-gradient-angle
 * @param direction {'to bottom'|'to right'|'to top'|'to left'|<degree>}
 * @param fallback {color}
 * @param from {color}
 * @param to {color}
 * @default 'to bottom', #ccc, #ccc, #aaa
 *
 * @returns
 *   background-color: <fallback>;
 *   background-image: -webkit-gradient(linear, <direction - old converted>, from(<from>), to(<to>));
 *   background-image: -webkit-linear-gradient(<direction - converted>, <from>, <to>);
 *   background-image:         linear-gradient(<direction>, <from>, <to>);
 *
 * @example
 *   .selector {
 *     @include x-linear-gradient("to bottom", #ccc, #ddd, #bbb);
 *   }
 *
 * Note: By default this linear-gradient-mixin encourages people to use the
 * latest CSS-syntax for gradients.
 */
/**
 * @description
 * This mixin generates multiple backgrounds
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-gradients
 * @link spec http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients
 */
/*
 * A function for prefixing gradients
 *
 * @param mode {'webkit-old'|'webkit'|''}
 * @param gradient
 * @returns
 *   -<mode>-linear-gradient(<gradient>);
 */
/*
 * Generates multiple backgrounds
 *
 * @param backgrounds {list}
 *
 * @example
 *   .selector {
 *     @include x-multiple-backgrounds(
 *       rgba(0, 0, 0, 0.3),
 *       url('../img/html5_logo.png') top right no-repeat,
 *       (linear-gradient, to bottom, #aaa, #ddd)
 *     );
 *   }
 */
/**
 * @description
 * This mixin creates (endless) multiple color stops in gradients just with one
 * call for the mixin.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-gradients
 * @link spec http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients
 *
 * @param stops {list}
 * @returns
 *   background-image: -webkit-linear-gradient(top, <stops[1]>, <stops[2]>, ..., <stops[n]>);
 *   background-image:         linear-gradient(to bottom, <stops[1]>, <stops[2]>, ..., <stops[n]>);
 *
 * @example
 *   .selector {
 *     @include x-multiple-colored-gradient((
 *         "top",
 *         #f22 0%,
 *         #f2f 15%,
 *         #22f 30%,
 *         #2ff 45%,
 *         #2f2 60%,
 *         #2f2 75%,
 *         #ff2 90%,
 *         #f22 100%
 *     ));
 *   }
 *
 * Note: This mixis does not define a fallback-color for your background as it
 * is likely you want to add an image or something. Please specify one by
 * yourself.
 */
/**
 * @description
 * Generates `opacity` output for a given element and adds a filter for old IE.
 *
 * @author bartveneman
 *
 * @link caniuse http://caniuse.com/css-opacity
 * @link spec http://www.w3.org/TR/css3-color/#transparency
 *
 * @param value
 * @returns
 *   opacity: <value>;
 *    filter: alpha(opacity=<value * 100>);
 *
 * @example
 *   .selector {
 *     @include x-opacity(0.3);
 *   }
 */
/**
 * @description
 * Generates `placeholder` content for a given element
 *
 * @author romamatusevich
 *
 * @link MDN https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-placeholder
 * @link css-tricks http://css-tricks.com/snippets/css/style-placeholder-text/
 *
 * @returns
 *    &::-webkit-input-placeholder {
 *        <content property 1>: <content value 1>;
 *        ...
 *        <content property n>: <content value n>;
 *    }
 *    &::-moz-placeholder {
 *        <content property 1>: <content value 1>;
 *        ...
 *        <content property n>: <content value n>;
 *    }
 *    &:-ms-input-placeholder {
 *        <content property 1>: <content value 1>;
 *        ...
 *        <content property n>: <content value n>;
 *    }
 *
 * @example
 *   .selector {
 *     @include x-placeholder {
 *         color: #bada55;
 *         font-weight: bold;
 *     }
 *   }
 */
/**
 * @description
 * This mixin will enable using the CSS3 value `rem`, which lets you define
 * property-sizes based on the root-element's font-size.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/rem
 * @link spec http://www.w3.org/TR/css3-values/#relative0
 *
 * @param property
 * @param values
 * @param default-font-size int optional
 * @returns
 *   <property>: (<value> * <default-font-size>)px;
 *   <property>: <value>;
 *
 * @example
 *   .selector {
 *     @include x-rem(font-size, 1.3);
 *   }
 *
 * Note: Depending on the font-size of the root-element `rem` calculates a
 * property of a current element. The fallback solution excepts a
 * `default-font-size`-argument which is 16px by default.
 */
/**
 * @description
 * Sass-mixin for CSS property `tab-size`, generates cross-browser-compatible
 * `tab-size` output.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css3-tabsize
 * @link spec http://dev.w3.org/csswg/css-text/#tab-size1
 *
 * @param value int optional
 * @default 4
 * @returns
 *   -moz-tab-size: <value>;
 *        tab-size: <value>;
 *
 * @example
 *   .selector {
 *     @include x-tab-size(4);
 *    }
 */
/**
 * @description
 * Generates cross-browser-compatible `transform` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/transforms2d http://caniuse.com/transforms3d
 * @link spec
 *
 * @param values
 * @returns
 *   -webkit-transform: <values>;
 *       -ms-transform: <values>;
 *           transform: <values>;
 *
 * @example
 *   .selector {
 *     @include x-transform(rotate(1deg));
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `transition` output for a given element.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-transitions
 * @link spec
 *
 * @param values
 * @returns
 *   -webkit-transition: <values>;
 *           transition: <values>;
 *
 * @example
 *   .selector {
 *     @include x-transition(background 0.3s ease-in);
 *   }
 */
/**
 * @description
 * Disables selection of content of a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/user-select-none
 *
 * @param value none|auto optional
 * @default none
 * @returns
 *   -webkit-user-select: <value>;
 *      -moz-user-select: <value>;
 *       -ms-user-select: <value>;
 *           user-select: <value>;
 *
 * @example
 *   .selector {
 *     @include x-user-select;
 *   }
 */
/**
 * Variables to be used throughout the project
 */
/* Collection of useful mixins */
/**
 * @description
 * This mixin creates (endless) multiple color stops in gradients just with one
 * call for the mixin.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-gradients
 * @link spec http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients
 *
 * @param stops {list}
 * @returns
 *   background-image: -webkit-linear-gradient(top, <stops[1]>, <stops[2]>, ..., <stops[n]>);
 *   background-image:         linear-gradient(to bottom, <stops[1]>, <stops[2]>, ..., <stops[n]>);
 *
 * @example
 *   .selector {
 *     @include x-multiple-colored-gradient(("top", #aaa 0%, #bbb 50%, #ccc 100%));
 *   }
 *
 * Note: This mixis does not define a fallback-color for your background as it
 * is likely you want to add an image or something. Please specify one by
 * yourself.
 */
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinnerRotate {
  from {
    -o-transform: rotate(0);
  }

  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spinnerRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blend {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}
@keyframes blend {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes blend-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes blend-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes blend-in-out {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }
}
@keyframes blend-in-out {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }
}
@-webkit-keyframes bumper {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .lt-ie9 0%  {
    zoom: 1;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .lt-ie9 50%  {
    zoom: 1.05;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .lt-ie9 100%  {
    zoom: 1;
  }
}
@keyframes bumper {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .lt-ie9 0%  {
    zoom: 1;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .lt-ie9 50%  {
    zoom: 1.05;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .lt-ie9 100%  {
    zoom: 1;
  }
}
@-webkit-keyframes bgcolorrotate {
  0% {
    background: rgba(0, 153, 255, 0.4);
  }

  20% {
    background: rgba(0, 153, 255, 0.4);
  }

  25% {
    background: rgba(76, 214, 145, 0.4);
  }

  45% {
    background: rgba(76, 214, 145, 0.4);
  }

  50% {
    background: rgba(0, 153, 255, 0.4);
  }

  70% {
    background: rgba(0, 153, 255, 0.4);
  }

  75% {
    background: rgba(249, 151, 6, 0.4);
  }
}
@keyframes bgcolorrotate {
  0% {
    background: rgba(0, 153, 255, 0.4);
  }

  20% {
    background: rgba(0, 153, 255, 0.4);
  }

  25% {
    background: rgba(76, 214, 145, 0.4);
  }

  45% {
    background: rgba(76, 214, 145, 0.4);
  }

  50% {
    background: rgba(0, 153, 255, 0.4);
  }

  70% {
    background: rgba(0, 153, 255, 0.4);
  }

  75% {
    background: rgba(249, 151, 6, 0.4);
  }
}
@-webkit-keyframes fallbackanimation {
  0% {
    background: url("../img/DYDDstill1.jpg");
  }

  25% {
    background: url("../img/DYDDstill2.jpg");
  }

  50% {
    background: url("../img/DYDDstill3.jpg");
  }

  75% {
    background: url("../img/DYDDstill6.jpg");
  }

  100% {
    background: url("../img/DYDDstill4.jpg");
  }
}
@keyframes fallbackanimation {
  0% {
    background: url("../img/DYDDstill1.jpg");
  }

  25% {
    background: url("../img/DYDDstill2.jpg");
  }

  50% {
    background: url("../img/DYDDstill3.jpg");
  }

  75% {
    background: url("../img/DYDDstill6.jpg");
  }

  100% {
    background: url("../img/DYDDstill4.jpg");
  }
}
.map-overlay-origin {
  position: relative;
  display: block;
  cursor: pointer;
}

.map-overlay {
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  margin-top: -4em;
  padding: 0.5em 0.75em;
  background: #fff;
  color: #111;
  border: 1px solid #aaa;
  font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}
.map-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -10px;
  margin-top: 4em;
  border-width: 10px 10px 10px 0;
  border-color: transparent #aaa transparent transparent;
  border-style: solid;
}
.map-overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -8px;
  margin-top: 4em;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.map-overlay p {
  margin: 5px 0;
  line-height: 1.2;
}
.map-overlay hr {
  display: block;
  margin: 2px 0;
  height: 1px;
  border: 0;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.map-overlay span {
  color: #0099ff;
  text-decoration: underline;
}
.map-overlay .vcard .fn {
  font-size: 1.25em;
  margin: 0.25em 0;
  padding: 0;
}
.map-overlay .vcard .adr {
  margin: 0.5em 0;
}
.map-overlay .vcard .odlprop {
  border-top: thin solid #ddd;
}

.gm-style .cluster {
  width: 38px;
  line-height: 38px;
  background: url("../img/icons/gmap_cluster.png");
  background-position: 4px 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* ODL Details Styles */
.odl-details {
  background: #fcfaf6;
  padding: 1em;
}

.n {
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 3em;
  line-height: 1;
}
.n:after {
  content: ' ';
  display: block;
  clear: both;
  font-size: 0;
}

.odl-title,
.odl-info {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 35em) {
  .odl-title {
    display: block;
  }
}
.odl-title h1 {
  margin-top: 0;
  padding-right: 0.5em;
}
@media (max-width: 42em) {
  .odl-title h1 {
    line-height: 1.1;
  }
}

.odl-info {
  text-align: right;
}
@media (max-width: 35em) {
  .odl-info {
    display: block;
  }
}

.odl-info-rating,
.odl-info-status {
  margin: 0;
  white-space: nowrap;
}

.odl-info-rating img {
  margin-top: 0.5em;
}

.online {
  display: table-row-group;
}

.location {
  display: table-footer-group;
  text-align: center;
}
.location > .locality {
  display: inline-block;
  position: relative;
  min-height: 90px;
  margin: 0.5em 0;
  padding: 20px 0 0 60px;
  text-align: left;
}
.location > .locality:before {
  content: url(../img/icons/logotype_50x80.png);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.svg .location > .locality:before {
  content: url(../img/icons/logotype_50x80.svg);
}

.openclosed {
  display: table-header-group;
}

.info-device-brands {
  text-align: left;
}

.device-n {
  line-height: 1;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.device-n strong {
  color: #cf0000;
  font-size: 5em;
}
.device-n .device-n-desc {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: normal;
  color: #cf0000;
}
@media (max-width: 30em) {
  .device-n .device-n-desc {
    display: block;
    margin: 0 0 0.5em 0;
  }
}

@media (max-width: 35em) {
  .wrap {
    white-space: normal;
  }
}
.info-device-n {
  display: table-row-group;
}
@media (max-width: 35em) {
  .info-device-n {
    max-width: 100%;
    display: block;
  }
}
.odl-virtual .info-device-n {
  display: none;
}

.info-address {
  display: table-footer-group;
}
@media (max-width: 35em) {
  .info-address {
    display: block;
  }
}

.info-device-brands {
  display: table-header-group;
}
@media (max-width: 35em) {
  .info-device-brands {
    max-width: 100%;
    display: block;
  }
}
.odl-virtual .info-device-brands {
  display: none;
}

.device-n,
.address,
.device-brands {
  display: block;
  text-align: left;
}

.device-brands {
  margin-bottom: 1.25em;
}

.device-brands-n {
  font-size: 5em;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
  color: #f99706;
  white-space: nowrap;
}
.device-brands-n .device-brands-n-desc {
  display: inline-block;
  font-size: 0.2em;
  margin: 0 0 0 0.5em;
  text-transform: uppercase;
  position: relative;
  top: 0;
}

.device-brands-list {
  clear: left;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.25;
  white-space: normal;
}
.device-brands-list li {
  list-style: none;
  display: inline;
}
.device-brands-list li:after {
  content: ', ';
}
.device-brands-list li:last-child:after {
  content: none;
}

.adr {
  margin: 0;
}

.locality {
  margin-left: 1px;
  line-height: 1;
}

.online ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.online ul,
.online li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.online li {
  white-space: nowrap;
}

.typetext {
  clear: both;
  margin: 1em 0 1.5em 0;
}

.openclosed {
  white-space: nowrap;
}

.openclosed-n:first-child > strong {
  color: #4cd691;
}

.openclosed-n {
  margin: 0;
}
.openclosed-n strong {
  color: #cf0000;
  font-size: 1.5em;
}

.odl-comments {
  clear: both;
  /* FORM STYLING COMMENT REPLY */
}
.odl-comments .comments-list {
  padding: 1em;
  list-style: none;
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.25);
  text-align: center;
}
.odl-comments .comments-list .comment {
  margin: 1em 0;
  text-align: left;
}
.odl-comments .comments-list .comment .comment-author {
  margin: 0.5em;
}
.odl-comments .comments-list .comment .comment-author .fn {
  margin: 0 0.5em;
}
.odl-comments .comments-list .comment .comment-meta {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.odl-comments .comments-list .comment .comment-meta a,
.odl-comments .comments-list .comment .comment-meta a:hover,
.odl-comments .comments-list .comment .comment-meta a:visited {
  color: #222222;
  text-decoration: none;
  font-style: italic;
}
.odl-comments .comments-list .comment .comment-metabox {
  margin: 0 0 0.75em 0;
  padding: 0.25em;
  background-color: #efefef;
}
.odl-comments .comments-list .calltoaction {
  background: #505050;
  color: #fcfaf6;
  margin: 0;
  padding: 1em;
}
.odl-comments .comments-list .calltoaction strong {
  font-size: 1.5em;
  line-height: 1.25em;
}
.odl-comments .btn-comment-addreply {
  margin: 1.5em auto;
  text-align: center;
}
.odl-comments .btn-comment-addreply a {
  padding: 0.5em 1em;
  border: 0;
  background: #0099ff;
  color: #fcfaf6;
  text-decoration: none;
}
.odl-comments .comment-reply {
  display: none;
  padding: 1em;
  /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
     follow these rules. Every browser that supports :checked also supports :not(), so
     it doesn’t make the test unnecessarily selective */
}
.odl-comments .comment-reply h3 {
  margin: 1em 0 0 0;
}
.odl-comments .comment-reply .comment-notes {
  margin: 0 0 1em 0;
  font-size: 0.75em;
  font-style: italic;
  color: #222222;
}
.odl-comments .comment-reply label {
  display: block;
  margin: 1em 0 0 0;
  min-width: 5em;
}
.odl-comments .comment-reply input {
  margin: 0 0 0 0;
  max-width: 100%;
}
.odl-comments .comment-reply input[type='radio'] {
  margin: 0 0.5em 0 0;
}
.odl-comments .comment-reply .commentopenclosedbox label {
  margin: 0;
}
.odl-comments .comment-reply .commentopenclosedbox input:nth-child(2) {
  margin: 0 0.5em 0 1.75em;
}
.odl-comments .comment-reply .comment-form-rating {
  margin: 0.5em 0 0 0;
}
.odl-comments .comment-reply .comment-form-rating p {
  margin: 0.5em 0 0;
}
.odl-comments .comment-reply .rating {
  float: left;
}
.odl-comments .comment-reply .rating input {
  clear: left;
  float: left;
}
.odl-comments .comment-reply .rating label {
  margin: 0;
}
.odl-comments .comment-reply .rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.odl-comments .comment-reply .rating:not(:checked) > label {
  float: right;
  width: 1.1em;
  min-width: 0;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbbbbb, 2px 2px rgba(0, 0, 0, 0.05), 0 0 0.1em rgba(0, 0, 0, 0.1);
}
.odl-comments .comment-reply .rating:not(:checked) > label:before {
  content: '★ ';
}
.odl-comments .comment-reply .rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #cc6600, 2px 2px #994400, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
}
.odl-comments .comment-reply .rating:not(:checked) > label:hover,
.odl-comments .comment-reply .rating:not(:checked) > label:hover ~ label {
  color: #fab64d;
  text-shadow: 1px 1px #fab64d, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.odl-comments .comment-reply .rating > input:checked + label:hover,
.odl-comments .comment-reply .rating > input:checked + label:hover ~ label,
.odl-comments .comment-reply .rating > input:checked ~ label:hover,
.odl-comments .comment-reply .rating > input:checked ~ label:hover ~ label,
.odl-comments .comment-reply .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.odl-comments .comment-reply .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.odl-comments .comment-reply textarea {
  max-width: 100%;
}
.odl-comments .comment-reply .form-allowed-tags {
  font-size: 0.75em;
}
.odl-comments .comment-reply #submit {
  margin: 0;
}

/* DYDD = Donate Your Dusty Device STYLES */
.not-active {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  opacity: 0.1;
}

.is-active {
  opacity: 1;
}

/*
 * DYDD section on index.php
 */
.index__dydd {
  min-height: 416px;
  min-height: 26rem;
  width: 100%;
  padding: 0;
  position: relative;
}
.index__dydd:before {
  min-height: 400px;
  min-height: 25rem;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("../img/DYDDdrawer.jpg");
  background-size: cover;
}

.index__dydd__partial {
  margin: 128px auto 0 auto;
  margin: 8rem auto 0 auto;
  position: absolute;
  width: 100%;
  max-width: 45em;
  opacity: 0;
  text-align: center;
}
.index__dydd__partial > h3 {
  font-size: 48px;
  font-size: 3rem;
  margin: 4px 0;
  margin: 0.25rem 0;
  line-height: 1;
  font-weight: 100;
  color: white;
}
@media (max-width: 35em) {
  .index__dydd__partial > h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.index__dydd__partial > h3 > a {
  color: white;
  text-decoration: none;
}
.index__dydd__partial > p {
  color: white;
}
.index__dydd__partial button {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: none;
  color: white;
  border: 1px solid #fff;
}
@media (max-width: 35em) {
  .index__dydd__partial button {
    padding: 16px 8px;
    padding: 1rem 0.5rem;
  }
}
.index__dydd__partial button > a {
  position: relative;
  top: 7px;
  color: white;
  text-decoration: none;
}
@media (max-width: 35em) {
  .index__dydd__partial button > a {
    top: 12px;
  }
}
.index__dydd__partial button > a:before {
  content: url(../img/icons/star--yellow.svg);
  float: left;
  width: 50px;
  height: 27px;
  position: relative;
  top: -12px;
  left: -7px;
}
@media (max-width: 35em) {
  .index__dydd__partial button > a:before {
    float: none;
    top: -20px;
    left: 50%;
    margin-left: -25px;
  }
}

.index__dydd.in-view > .index__dydd__partial:nth-of-type(1) {
  -webkit-animation: blend-in-out 20s 0 infinite linear both;
  -moz-animation: blend-in-out 20s 0 infinite linear both;
  -o-animation: blend-in-out 20s 0 infinite linear both;
  -ms-animation: blend-in-out 20s 0 infinite linear both;
  animation: blend-in-out 20s 0 infinite linear both;
}

.index__dydd.in-view > .index__dydd__partial:nth-of-type(2) {
  -webkit-animation: blend-in-out 20s 4s infinite linear both;
  -moz-animation: blend-in-out 20s 4s infinite linear both;
  -o-animation: blend-in-out 20s 4s infinite linear both;
  -ms-animation: blend-in-out 20s 4s infinite linear both;
  animation: blend-in-out 20s 4s infinite linear both;
}

.index__dydd.in-view > .index__dydd__partial:nth-of-type(3) {
  -webkit-animation: blend-in-out 20s 8s infinite linear both;
  -moz-animation: blend-in-out 20s 8s infinite linear both;
  -o-animation: blend-in-out 20s 8s infinite linear both;
  -ms-animation: blend-in-out 20s 8s infinite linear both;
  animation: blend-in-out 20s 8s infinite linear both;
}

.index__dydd.in-view > .index__dydd__partial:nth-of-type(4) {
  -webkit-animation: blend-in-out 20s 12s infinite linear both;
  -moz-animation: blend-in-out 20s 12s infinite linear both;
  -o-animation: blend-in-out 20s 12s infinite linear both;
  -ms-animation: blend-in-out 20s 12s infinite linear both;
  animation: blend-in-out 20s 12s infinite linear both;
}

/*
 * dydd.php
 */
section.page.dydd {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.dydd > .page-header,
.dydd > .content,
.dydd > .parcel,
.dydd > .thankyou,
.dydd.site_footer {
  position: relative;
  z-index: 20;
}

.dydd.site_footer {
  margin-top: 0;
  padding-top: 0;
}

.dydd > div.content {
  position: relative;
}

.dydd > .content,
.dydd > .parcel,
.dydd > .thankyou {
  padding-top: 1.6px;
  padding-top: 0.1rem;
}

.call-nav {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.call-nav > a {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  display: inline-block;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
}
.call-nav > a.nav--active {
  top: 312px;
  top: 19.5rem;
}

.dydd .page-header {
  -webkit-animation: blend 5s 1s linear forwards;
  -moz-animation: blend 5s 1s linear forwards;
  -o-animation: blend 5s 1s linear forwards;
  -ms-animation: blend 5s 1s linear forwards;
  animation: blend 5s 1s linear forwards;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  background: none;
  opacity: 0;
}
@media (max-width: 48em) {
  .dydd .page-header {
    top: 48px;
    top: 3rem;
  }
}
.dydd .page-header > img {
  width: 80px;
  width: 5rem;
}
.dydd .page-header > h1 {
  font-size: 40px;
  font-size: 2.5rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
@media (max-width: 35em) {
  .dydd .page-header > h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.dydd .page-header > h3 {
  max-width: 336px;
  max-width: 21rem;
  margin: 0 auto;
  font-weight: normal;
  color: white;
}
@media (max-width: 35em) {
  .dydd .page-header > h3 {
    line-height: 1.2;
  }
}

.bg-video {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #0099ff;
  background: url("../img/DYDDstill0andposter.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 42em) {
  .bg-video {
    height: 384px;
    height: 24rem;
  }
}
.bg-video > video {
  -webkit-transition: opacity 1s 2s linear;
  -moz-transition: opacity 1s 2s linear;
  -o-transition: opacity 1s 2s linear;
  -ms-transition: opacity 1s 2s linear;
  transition: opacity 1s 2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bg-video.should-play > video {
  opacity: 1;
}
.bg-video.fallback > video {
  z-index: -1;
  display: none;
}
.bg-video.fallback {
  -webkit-animation-name: fallbackanimation;
  -moz-animation-name: fallbackanimation;
  -o-animation-name: fallbackanimation;
  -ms-animation-name: fallbackanimation;
  animation-name: fallbackanimation;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  -ms-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bg-video .caret {
  -webkit-animation: bumper 1s 3s 10 ease-in-out;
  -moz-animation: bumper 1s 3s 10 ease-in-out;
  -o-animation: bumper 1s 3s 10 ease-in-out;
  -ms-animation: bumper 1s 3s 10 ease-in-out;
  animation: bumper 1s 3s 10 ease-in-out;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  color: white;
  font-size: 80px;
  font-weight: 100;
  text-align: center;
  line-height: 0.36;
}
@media (max-width: 35em) {
  .bg-video .caret {
    font-size: 60px;
  }
}
.bg-video .caret > a {
  color: white;
  text-decoration: none;
}

.site-header.dydd {
  height: 312px;
  height: 19.5rem;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: fixed;
  z-index: 30;
  top: 0;
  width: 100%;
}

.page.dydd {
  counter-reset: section;
}
.page.dydd h2 {
  margin: 160px 0 48px 0;
  margin: 10rem 0 3rem 0;
  text-align: center;
  counter-increment: section;
}
.page.dydd h2:before {
  margin-top: -128px;
  margin-top: -8rem;
  font-size: 96px;
  font-size: 6rem;
  content: counter(section);
  position: absolute;
  left: 50%;
  margin-left: -0.25em;
  /* Safari 5 etc. */
  margin-left: -0.5ch;
  color: #dddddd;
}

.dydd > div.content.chooseodl {
  max-width: 960px;
  max-width: 60rem;
  position: relative;
  z-index: 21;
  overflow: hidden;
  margin: 0 auto;
  background: white;
  text-align: center;
}

.chooseodl__reload,
.chooseodl__browseall {
  margin: 24px auto 0 auto;
  margin: 1.5rem auto 0 auto;
  display: block;
}
.chooseodl__reload:hover,
.chooseodl__browseall:hover {
  opacity: 1;
}

.chooseodl__reload {
  visibility: hidden;
}

.dydd__chooseodl {
  max-width: 640px;
  max-width: 40rem;
  padding: 40px 16px 56px 16px;
  padding: 2.5rem 1rem 3.5rem 1rem;
  position: relative;
  list-style: none;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #ddd;
}
@media (max-width: 40em) {
  .dydd__chooseodl {
    padding: 4px;
    padding: 0.25rem;
  }
}
.dydd__chooseodl .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url(../img/spinner.png) no-repeat center center;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: spinnerRotate;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinnerRotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.dydd__chooseodl > li {
  margin: 0 4.8px 0 0;
  margin: 0 0.3rem 0 0;
  border: 12px solid rgba(255, 255, 255, 0);
  border: 0.75rem solid rgba(255, 255, 255, 0);
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
  background: #fff;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media (max-width: 360px) {
  .dydd__chooseodl > li {
    height: 160px;
    height: 10rem;
    display: block;
    width: 100%;
    border-bottom: 2px solid #eee;
  }
}
@media (min-width: 35em) {
  .dydd__chooseodl > li {
    width: 192px;
    width: 12rem;
  }
}
@media (min-width: 42em) {
  .dydd__chooseodl > li {
    height: 305.6px;
    height: 19.1rem;
  }
}
.dydd__chooseodl > li.startupodl {
  position: relative;
}
.dydd__chooseodl > li.startupodl:after {
  border: 12px solid #0099ff;
  border: 0.75rem solid #0099ff;
  margin: 12px 0 0 -12px;
  margin: 0.75rem 0 0 -0.75rem;
  position: absolute;
  content: 'Startup, not yet established';
  box-sizing: initial;
  width: 100%;
  left: 0;
  padding: 0;
  font-size: 0.8rem;
  color: #fff;
  background: #0099ff;
}
@media (max-width: 42em) {
  .dydd__chooseodl > li.startupodl:after {
    margin: -8px 0 0 -12px;
    margin: -0.5rem 0 0 -0.75rem;
  }
}
@media (max-width: 360px) {
  .dydd__chooseodl > li.startupodl:after {
    margin: -38.4px 0 0 -12px;
    margin: -2.4rem 0 0 -0.75rem;
  }
}
.dydd__chooseodl > li.is-active {
  border: 12px solid #0099ff;
  border: 0.75rem solid #0099ff;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: relative;
  z-index: 50;
  border: 1em solid #eee;
  background: #eee;
  box-shadow: 0 0 0 1px #dddddd, 0 0 5px 1px rgba(0, 0, 0, 0.25), 0 0 150px 75px rgba(255, 255, 255, 0.5);
}
.lt-ie9 .dydd__chooseodl > li.is-active {
  zoom: 1.4;
}
.dydd__chooseodl > li > a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 40em) {
  .dydd__chooseodl > li img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 40em) {
  .dydd__chooseodl > li img {
    height: 160px;
    height: 10rem;
    width: auto;
  }
}
.dydd__chooseodl > li h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  min-height: 144px;
  min-height: 9rem;
  margin: 0;
  color: #000;
}
.dydd__chooseodl > li h3:before {
  content: url(../img/icons/logotype_50x80.png);
  display: block;
}
.svg .dydd__chooseodl > li h3:before {
  content: url(../img/icons/logotype_50x80.svg);
}
.dydd__chooseodl > li p {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0 0 0;
  margin: 1rem 0 0 0;
  color: #222222;
  text-align: center;
}
@media (max-width: 42em) {
  .dydd__chooseodl > li p {
    display: none;
  }
}

#parcel.hiddenblock,
#thankyou.hiddenblock {
  height: 0;
  visibility: hidden;
}
#parcel.hiddenblock .parcel__wrapper,
#parcel.hiddenblock .dydd__thankyou,
#thankyou.hiddenblock .parcel__wrapper,
#thankyou.hiddenblock .dydd__thankyou {
  display: none;
}

.dydd__parcel {
  opacity: 0.1;
}

.dydd > div.parcel {
  position: relative;
  background: #4cd691;
  padding-bottom: 8em;
  box-shadow: 0 -15.7rem 0 18.7rem #fff;
}

.parcel__btn {
  max-width: 352px;
  max-width: 22rem;
  padding: 4px 32px 4px 32px;
  padding: 0.25rem 2rem 0.25rem 2rem;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #0099ff;
  color: #fff;
}

.parcel__btn__yes {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
  float: left;
  text-transform: uppercase;
}

.parcel__btn__sent {
  margin-top: 10.4px;
  margin-top: 0.65rem;
}

.parcel__btn__sent,
.parcel__btn__did {
  display: block;
  text-align: left;
}

.parcel__wrapper {
  max-width: 544px;
  max-width: 34rem;
  margin: -48px auto;
  margin: -3rem auto;
}

.dydd__parcel {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  display: inline;
  text-align: center;
}
.dydd__parcel > img {
  display: inline;
  max-width: none;
  max-height: 66vh;
  width: auto;
  height: auto;
}
.dydd__parcel .address {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: -1em;
  left: 40%;
  width: 16em;
  max-width: 100%;
  padding: 0.75em 1.5em;
  line-height: 1.2;
  text-align: left;
  background: #fff;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
@media (max-width: 40em) {
  .dydd__parcel .address {
    padding: 16px 32px;
    padding: 1rem 2rem;
    min-width: 0;
    top: 0;
  }
}
@media (max-width: 32em) {
  .dydd__parcel .address {
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    top: 0;
  }
}
@media (max-width: 24em) {
  .dydd__parcel .address {
    padding: 8px 32px;
    padding: 0.5rem 2rem;
    top: -25%;
    left: 15%;
  }
}
.dydd__parcel.is-active {
  -webkit-animation: blend 2s ease-in-out 1s forwards;
  animation: blend 2s ease-in-out 1s forwards;
}

.dydd__thankyou {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  opacity: 0.1;
}

.dydd > div.thankyou {
  background: #cf0000;
  color: white;
}

.dydd__thankyou {
  max-width: 608px;
  max-width: 38rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
  text-align: center;
}
.dydd__thankyou > h3 {
  font-weight: normal;
}
.dydd__thankyou > img {
  display: block;
  max-width: 100%;
  max-height: 50vh;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.dydd__thankyou.is-active {
  -webkit-animation: blend 1s ease-in-out 1s forwards;
  animation: blend 1s ease-in-out 1s forwards;
}
.dydd__thankyou.is-active > img {
  -webkit-animation: bumper 750ms ease-in-out 1s 3;
  animation: bumper 750ms ease-in-out 1s 3;
}

.thankyou__share {
  padding: 16px 32px;
  padding: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #cf0000;
  color: white;
}
.thankyou__share > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px;
  margin: 0.5rem;
  padding: 16px;
  padding: 1rem;
}
@media (min-width: 42em) {
  .thankyou__share > li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}

.share__button {
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.button--facebook {
  background: #3b5998;
}

.button--twitter {
  background: #2290bf;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

#filter-wrapper {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -ms-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.lt-ie9 #filter-wrapper {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='white');
  zoom: 1;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
	GENERAL STYLES
*/
html {
  overflow-x: hidden;
}

body {
  font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
  background: white;
  margin: 0 auto;
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: 'proxima-nova-extra-condensed', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
}

ul,
ol {
  padding: 0 0 0 1.2em;
}

p {
  font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
}

a {
  color: #0099ff;
}

dd {
  margin: 0 0 0 1.5em;
}

.disabled {
  cursor: pointer;
  opacity: 0.35;
}

.btn,
.btn-select,
.btn-input,
.btn-search,
.btn-checkbox,
#submit {
  border: thin solid #0099ff;
  background: #fcfaf6;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  text-decoration: none;
}
.btn img,
.btn-select img,
.btn-input img,
.btn-search img,
.btn-checkbox img,
#submit img {
  max-width: 1em;
  max-height: 1em;
}

.btn-checkbox {
  zoom: 1;
  font-size: 0.875em;
  line-height: 1;
}
.btn-checkbox:after {
  content: ' ';
  display: block;
  clear: both;
  font-size: 0;
}

.btn-checkbox input {
  margin: 0 0.25em 0.25em 0;
  font-size: 1em;
}

.btn-checkbox label {
  display: inline-block;
  margin: 0 1em 0 0;
}

.btn-checkbox button {
  float: right;
  font-size: 1em;
}

.btn,
#submit {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: #0099ff;
  color: #fcfaf6;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

input.btn-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/*
	GRID
*/
.col1,
.col2,
.col3,
.col4,
.col6,
.col8,
.col9,
.col10,
.col12 {
  width: 100vw;
  margin-right: 0;
}

/*
	CUSTOM BLOCK ELEMENT STYLING
*/
.site-header {
  position: relative;
  background: #fcfaf6;
}

.site-header--notice {
  display: block;
  width: 100%;
  min-height: 2.5em;
  padding: 0.5em 0 0.5em 0;
  background: #412121;
  text-align: center;
  color: #fff;
}
@media (max-width: 35em) {
  .site-header--notice > a {
    display: block;
  }
}

.site-header-logo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  max-height: 6em;
  overflow: hidden;
  min-height: 200px;
  background-color: #000;
  background-image: url("../img/header3.jpg");
  background-position: left center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header-logo img {
  display: inline-block;
  width: 90px;
  max-width: 25%;
  height: 90px;
  vertical-align: top;
  display: none;
}
.site-header-logo h1,
.site-header-logo p {
  margin: 0 0 0 20px;
}
.site-header-logo p {
  font-size: 0.9em;
}
.site-header-logo a,
.site-header-logo a:hover,
.site-header-logo a:visited {
  color: #fff;
  text-decoration: none;
}
.site-header-logo h2 {
  position: absolute;
  text-indent: -9999px;
}
.site-header-logo > a:before {
  width: 49.6px;
  width: 3.1rem;
  margin: 4px auto 0 auto;
  margin: 0.25rem auto 0 auto;
  content: url(../odl-logo.svg);
  display: block;
}
@media (min-width: 25em) {
  .site-header-logo > a:before {
    top: -8px;
    top: -0.5rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    position: relative;
    float: left;
    display: inline-block;
    content: url("../odl-logo.svg");
  }
}

.site_nav {
  font-family: 'proxima-nova-extra-condensed', Arial, Helvetica, sans-serif;
  width: 100%;
}
.site_nav ul {
  padding: 0;
  margin: 0;
}
.site_nav ul li {
  float: left;
  min-width: 3em;
  width: 25%;
  min-height: 4em;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #0099ff;
  text-align: center;
}
.site_nav ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 42em) {
  .site_nav ul li a {
    min-height: 108.8px;
    min-height: 6.8rem;
  }
}
.site_nav ul li a,
.site_nav ul li a:hover,
.site_nav ul li a:visited {
  color: #fff;
}
.site_nav ul li img {
  width: auto;
  height: auto;
  display: none;
}
.site_nav ul li .site-nav-itemtitle {
  margin: 0.25em 0 0 0;
  color: #fff;
}
.site_nav ul li .site-nav-itemdesc {
  margin: 0.25em auto;
  max-height: 0;
  overflow: hidden;
  line-height: 1.17;
  font-size: 0.85em;
}
.site_nav ul li:last-child {
  border-right: 0;
}

.site_nav .about,
.page.about {
  background-color: #0099ff;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #0099ff, #0084db 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #0099ff, #0084db 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #0099ff, #0084db 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #0099ff, #0084db 100%);
}
.site_nav .about:hover,
.page.about:hover {
  background-color: black;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #0099ff, #006bb3 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #0099ff, #006bb3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #0099ff, #006bb3 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #0099ff, #006bb3 100%);
}

.site_nav .contribute,
.page.contribute {
  background-color: #4cd691;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #4cd691, #2fcf7f 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #4cd691, #2fcf7f 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #4cd691, #2fcf7f 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #4cd691, #2fcf7f 100%);
}
.site_nav .contribute:hover,
.page.contribute:hover {
  background-color: #071c11;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #4cd691, #28ae6b 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #4cd691, #28ae6b 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #4cd691, #28ae6b 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #4cd691, #28ae6b 100%);
}

.site_nav .sponsor,
.page.sponsor {
  background-color: #cf0000;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #cf0000, #ab0000 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #cf0000, #ab0000 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #cf0000, #ab0000 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #cf0000, #ab0000 100%);
}
.site_nav .sponsor:hover,
.page.sponsor:hover {
  background-color: black;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #cf0000, #830000 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #cf0000, #830000 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #cf0000, #830000 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #cf0000, #830000 100%);
}

.site_nav .find,
.page.find {
  background-color: #f99706;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #f99706, #f49406 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #f99706, #f49406 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #f99706, #f49406 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #f99706, #f49406 100%);
}
.site_nav .find:hover,
.page.find:hover {
  background-color: black;
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #f99706, #d68205 100%);
  background-image: -moz-radial-gradient(50% 50%, circle cover, #f99706, #d68205 100%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #f99706, #d68205 100%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #f99706, #d68205 100%);
}

.page.comments {
  background: #999999;
}

.container.map {
  background: #f99706;
}

.site_nav .about a:before,
.site_nav .contribute a:before,
.site_nav .sponsor a:before,
.site_nav .find a:before {
  display: inline-block;
  width: auto;
  height: 32px;
}

.site_nav .about a:before {
  content: url(../img/icons/logotype_26x34_bw.svg);
}
.no-svg .site_nav .about a:before {
  content: url(../img/icons/logotype_26x34_bw.png);
}

.site_nav .contribute a:before {
  content: url(../img/icons/fork.svg);
}
.no-svg .site_nav .contribute a:before {
  content: url(../img/icons/fork.png);
}

.site_nav .sponsor a:before {
  content: url(../img/icons/star--yellow.svg);
}
.no-svg .site_nav .sponsor a:before {
  content: url(../img/icons/star--yellow.png);
}

.site_nav .find a:before {
  content: url(../img/icons/map_pin_fill.svg);
}
.no-svg .site_nav .find a:before {
  content: url(../img/icons/map_pin_fill.png);
}

.site-header-stats {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 2em;
  right: 0;
  float: right;
  padding: 0 0.75em 0 1.5em;
  background: #4cd691;
  border: thin solid rgba(255, 255, 255, 0.25);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  color: #fcfaf6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: none !important;
}
.site-header-stats *,
.site-header-stats p {
  padding: 0;
}

.page {
  padding: 0.5em;
  color: #222222;
}
.page .content {
  padding: 1em;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.page.sponsor > .content {
  padding: 1em 1em 0 1em;
}

.page-header {
  width: 100%;
  padding: 0 0.5em;
  background: #444;
}
.page-header h1 {
  margin: 0;
  padding: 0.25em 0;
  color: #fff;
  line-height: 1;
}

.container.map {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  margin: -0.25em 0 0 0;
  padding-top: 1.5em;
}

.map-container {
  position: relative;
  width: 100%;
  height: 20em;
  background: #e5e3df;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.map-container .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url(../img/spinner.png) no-repeat center center;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: spinnerRotate;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinnerRotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.container {
  zoom: 1;
  padding: 1em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container:after {
  content: ' ';
  display: block;
  clear: both;
  font-size: 0;
}

.map-nav {
  zoom: 1;
  padding: 1em;
  background: #fff;
}
.map-nav:after {
  content: ' ';
  display: block;
  clear: both;
  font-size: 0;
}
.map-nav form h2 {
  margin: 0 0 0.5em 0;
  line-height: 1;
}
.map-nav form li {
  display: inline-block;
}
.map-nav form legend {
  padding: 0 0.5em;
  background-color: #fff;
  color: #0099ff;
}
.map-nav form input[type='checkbox'] {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  text-align: center;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.map-nav form label {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0.25em;
  display: inline-block;
  vertical-align: baseline;
  overflow: hidden;
  margin: 0.1em 0;
  padding: 0.25em 0.5em;
  background: #f9f9f9;
  border: thin solid #ccc;
  white-space: nowrap;
  cursor: pointer;
  -moz-background-clip: padding;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
}
.map-nav form label:hover {
  -webkit-box-shadow: 0 0 5px #f99706;
  -moz-box-shadow: 0 0 5px #f99706;
  -o-box-shadow: 0 0 5px #f99706;
  -ms-box-shadow: 0 0 5px #f99706;
  box-shadow: 0 0 5px #f99706;
  border: thin solid #f99706;
}
.map-nav form input.checked + label {
  background: #f99706;
  border: thin solid #f99706;
}
.map-nav form input:checked + label {
  background: #f99706;
  border: thin solid #f99706;
}
.map-nav form .reset {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  border: thin solid #0099ff;
  background: #0099ff;
  color: #fcfaf6;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.map-nav .map-box {
  background: #f99706;
  padding: 0.75em 1em;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.map-nav .map-box a,
.map-nav .map-box a:hover,
.map-nav .map-box a:visited {
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.map-nav .map-box.nofoundbox {
  display: none;
  background: #cf0000;
}
.map-nav .label {
  display: none;
}

.map-details {
  display: none;
  padding: 20px 0;
  background-color: #fcfaf6;
  border-top: thin solid #ccc;
}

.comments blockquote {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  font-size: 1.5em;
  line-height: 1;
  font-family: serif;
  font-style: italic;
  border: thin solid #dddddd;
}
.comments blockquote cite {
  float: left;
  margin: 0 1em 0 0;
  font-size: 0.5em;
  font-style: italic;
}
.comments blockquote cite img {
  max-width: 4em;
  max-height: 4em;
}
.comments .pledges ul {
  list-style: none;
  padding: 0;
}
.comments .pledges #supporterlistwrap {
  zoom: 1;
}
.comments .pledges #supporterlistwrap:after {
  content: ' ';
  display: block;
  clear: both;
  font-size: 0;
}
.comments .pledges li {
  float: left;
}
.comments .pledges a {
  text-decoration: none;
}
.comments .pledges img {
  max-width: 3em;
  max-height: 3em;
}

pre {
  background: #fcfaf6;
  padding: 1em 0 1em 1em;
  border: thin solid #dddddd;
}
pre a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
}
pre a:hover {
  border-bottom: 1px solid #000;
}

dl dl {
  clear: left;
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  display: table;
}

dt {
  float: left;
  min-width: 6em;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}

/* START FOOTER */
.site_footer {
  padding: 1em;
  background: #222;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  /* START METANAV */
  /* END METANAV */
  /* START BUILDERS */
}
.site_footer .site_metanav ul {
  padding: 0;
  list-style: none;
}
.site_footer .site_metanav ul .site-metanav-item {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
  margin: 0.5em 0.25em;
  padding: 0.15em 0.5em;
  text-align: center;
  background: #999999;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.site_footer .site_metanav ul .site-metanav-item a {
  display: block;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.site_footer .site_metanav ul .site-metanav-item {
  background: #0099ff;
}
.site_footer .site_metanav ul .site-metanav-item + .site-metanav-item {
  background: #4cd691;
}
.site_footer .site_metanav ul .site-metanav-item + .site-metanav-item + .site-metanav-item {
  background: #cf0000;
}
.site_footer .site_metanav ul .site-metanav-item + .site-metanav-item + .site-metanav-item + .site-metanav-item {
  background: #f99706;
}
.site_footer .site_metanav ul .site-metanav-item.inactive {
  opacity: 0.5;
}
.site_footer .site_metanav .site_metanav_profile {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em 0.5em 0.75em;
  background: #0099ff;
}
.site_footer .site_metanav .site_metanav_login {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em 0.5em 0.75em;
  background: #0099ff;
}
.site_footer .builders {
  margin: 1em auto 0 auto;
  border-top: thin solid #fff;
}
.site_footer .builders h3 {
  text-align: center;
}
.site_footer .builders .tribute-item {
  margin: 0 0 1em 0;
  list-style: none;
}
.site_footer .builders .tribute-item a {
  text-decoration: none;
}
.site_footer .builders .tribute-item img {
  display: inline-block;
  width: 4em;
  height: 4em;
  margin: 0 0.5em 0 0;
}
.site_footer .builders .tribute-item p {
  display: inline-block;
  vertical-align: top;
  max-height: 4em;
  max-width: 6em;
  margin: 0 0.5em 0 0;
  line-height: 1.2;
}

/* END FOOTER */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  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;
  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;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  .col1,
  .col2,
  .col3,
  .col4,
  .col6,
  .col8,
  .col9,
  .col10,
  .col12 {
    margin-right: 1%;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }

  .col6 {
    width: 60vw;
  }

  .col6:nth-child(2n+1) {
    margin-right: 0;
  }

  .col8 {
    width: 80vw;
  }

  .col12 {
    width: 100%;
  }

  .site-header-stats {
    display: block !important;
  }

  /* NAV STYLING */
  .site_nav ul li {
    height: 7em;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  }
  .site_nav ul li a:before {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 32px;
  }

  .site_nav ul li .site-nav-itemtitle,
  .site_nav ul li .site-nav-itemdesc {
    max-height: 10em;
    margin: 0 auto;
  }

  .site_nav ul li .site-nav-itemtitle {
    margin: 0.25em auto 0 auto;
  }

  .container {
    max-width: 60em;
    margin: 3em auto 2em auto;
  }

  /* MAP STYLING */
  .map-group {
    position: relative;
  }

  .map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    height: auto;
    background: #fff;
  }

  .map-nav {
    width: 40%;
    min-height: 20em;
    margin: 0 0 0 auto;
  }
  .map-nav .label,
  .map-nav legend {
    font-style: normal;
    font-size: 0.9em;
  }
  .map-nav .label {
    display: block;
    line-height: 1;
    position: relative;
    top: -1.5em;
  }
  .map-nav form li {
    padding: 0 0.1em;
  }
  .map-nav form {
    margin: 0;
  }

  .site_footer {
    padding: 1em 2em;
    margin: 5em 0 0 0;
  }

  .footer-left {
    float: left;
    width: 60%;
  }
  .footer-left .site_footer_info {
    display: block;
    width: 100%;
  }
  .footer-left .builders {
    display: block;
    width: 100%;
  }

  .footer-right {
    float: right;
    width: 40%;
    max-width: 15em;
  }

  .site_footer .site_metanav .site_metanav_profile {
    float: right;
    display: inline;
    width: auto;
    margin: 0.5em;
  }

  .site_footer .site_metanav ul li {
    list-style: none;
    margin: 0.5em;
    padding: 0.5em 0.75em;
  }

  .site_footer .site_metanav ul li a,
  .site_footer .site_metanav ul li a {
    display: inline;
    padding: 0.5em;
  }

  .site_footer .site_metanav .site_metanav_login {
    float: right;
    display: inline-block;
    width: auto;
  }

  .site_footer .builders h3 {
    text-align: left;
  }

  .site_footer .builders ul {
    padding: 0;
  }

  .site_footer .builders .tribute-item {
    display: inline-block;
    vertical-align: top;
  }

  /* --------------------------------------------- */
  .infoblock {
    position: relative;
    padding-bottom: 7em;
  }

  .odl-overlay > .odl {
    max-width: 75em;
    margin: 0 auto;
    border: 1em solid transparent;
  }

  .odl-comments {
    max-width: 100%;
  }

  #comments-title {
    max-width: 61em;
    margin: 0 auto;
  }

  .map-details {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  }

  .n {
    float: left;
  }

  .infowrapper {
    display: table;
    width: 100%;
  }

  .rowr {
    display: table-row;
  }

  .odl-title {
    width: 99%;
  }

  .odl-info {
    width: 1%;
  }

  .odl-info-rating {
    margin-top: 0.25em;
  }

  .odl-info-rating > img {
    -webkit-box-shadow: 0 0 8px white;
    -moz-box-shadow: 0 0 8px white;
    -o-box-shadow: 0 0 8px white;
    -ms-box-shadow: 0 0 8px white;
    box-shadow: 0 0 8px white;
  }

  .odl-virtual .tech {
    display: none;
  }

  .address {
    padding: 0;
  }

  .device-n {
    margin: 0;
    padding: 0 0.5em 0 0;
    line-height: 1;
  }
  .device-n strong {
    font-size: 5em;
    color: #cf0000;
  }
  .device-n .device-n-desc {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0;
    color: #9e9d9c;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .info-device-brands {
    text-align: right;
  }

  .device-brands-n {
    margin: 1rem 0 0 0;
    padding: 0;
    font-size: 3.5em;
    line-height: 1;
    color: #f99706;
  }
  .device-brands-n .device-brands-n-desc {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    top: 0;
  }

  .online {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .online ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .location {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
  }
  .location > .locality {
    margin: 0 1em;
  }

  .openclosed {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    text-align: right;
  }

  .openclosedwrapper {
    display: inline-block;
    text-align: left;
  }

  .openclosed-n {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .openclosed-n strong {
    font-size: 1.5em;
  }
  .openclosed-n .openclosed-n-desc {
    font-size: 1rem;
    margin: 0;
    position: relative;
  }

  .infowrapper2 {
    table-layout: fixed;
  }

  .info-device-n,
  .info-address,
  .info-device-brands {
    display: table-cell;
    width: 33%;
  }

  .device-n,
  .address,
  .device-brands {
    display: inline-block;
  }

  .info-address {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
  }

  .comment-reply {
    max-width: 25em;
    margin: 0 auto;
  }

  .generic,
  .odl-comments .comments-list .comment,
  .calltoaction {
    width: 46%;
  }

  .generic,
  .odl-comments .comments-list .comment {
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    min-height: 7em;
  }
  .generic ul,
  .generic ol,
  .odl-comments .comments-list .comment ul,
  .odl-comments .comments-list .comment ol {
    margin: 0;
    padding: 0;
  }

  .odl-comments .comment {
    float: left;
  }
  .odl-comments .comment .fn {
    overflow: auto;
  }
  .odl-comments ol {
    margin: 0.25em 0;
  }
}
@media (min-width: 60em) {
  .site-header-logo {
    background-image: url("../img/header3desk.jpg");
  }

  .container + .container {
    width: 55em;
  }

  .container + .container + .container {
    width: 50em;
  }

  .container + .container + .container + .container {
    width: 45em;
  }

  .container + .container + .container + .container + .container {
    width: 40em;
  }

  .container + .container + .container + .container + .container + .container {
    width: 35em;
  }

  .map-container {
    width: 75%;
  }

  .map-nav {
    width: 25%;
  }

  .info-address {
    position: static;
  }

  .generic,
  .odl-comments .comments-list .comment,
  .calltoaction {
    width: 29.3%;
  }
}
@media (min-height: 40em) and (min-width: 35em) {
  .map-nav {
    min-height: 30em;
  }
}
@media (min-height: 35em) and (min-width: 25em) {
  .site-header-logo {
    max-height: 15em;
    padding: 1em 0.5em;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */
  }

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

/*# sourceMappingURL=main.css.map */
