/* APP
##################################################################################################################### */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   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; }

script {
  display: none !important; }

/* ==========================================================================
   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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  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: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
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"] {
  -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.
 * 2. Remove excess padding in IE 8/9.
 */
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; }

/* Colors
##################################################################################################################### */
/* FONTS
##################################################################################################################### */
.fw-light {
  font-weight: 300; }

.fw-regular {
  font-weight: 400; }

.fw-semibild {
  font-weight: 600; }

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 57.5em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -0.625em;
    margin-right: -0.625em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 1280px) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6c7379;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #f26938;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #f26938; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6c7379;
  text-rendering: optimizeLegibility;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 0.9125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 80%;
    color: #bbbfc3;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #e6e6e6;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #d00b22; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 1.25em; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 1.25em; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: 400; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #a0a6ab; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #a0a6ab; }

blockquote,
blockquote p {
  line-height: 1.5;
  color: #bbbfc3; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@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) ")"; }

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

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #f26938;
  border-color: #e8480f;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #e8480f; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #6c7379;
    border-color: #54595e;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #54595e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #76b214;
    border-color: #58840f;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #58840f; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f4344a;
    border-color: #e80d26;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #e80d26; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #f26938;
    border-color: #e8480f;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #e8480f; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #f26938; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #6c7379;
      border-color: #54595e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #54595e; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #6c7379; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #76b214;
      border-color: #58840f;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #58840f; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #76b214; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f4344a;
      border-color: #e80d26;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #e80d26; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f4344a; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 300;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.5em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.4375em;
  line-height: 2.4375em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e6e6e6;
  font-family: inherit;
  border: 0 solid #e6e6e6;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.4375em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #f0f0f0;
    border-color: none;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: 300;
    background: white;
    padding: 0.5em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #f4344a;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #f4344a;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #f4344a;
  background-color: rgba(244, 52, 74, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #f0f0f0;
    border-color: none; }
.error label,
.error label.error {
  color: #f4344a; }
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #f4344a;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #f4344a;
  background-color: rgba(244, 52, 74, 0.1);
  margin-bottom: 0; }
  input.error:focus,
  textarea.error:focus {
    background: #f0f0f0;
    border-color: none; }

.error select {
  border-color: #f4344a;
  background-color: rgba(244, 52, 74, 0.1); }
  .error select:focus {
    background: #f0f0f0;
    border-color: none; }

label.error {
  color: #f4344a; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 1em;
  background-color: #f26938;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f4344a;
    color: white; }
  .label.success {
    background-color: #76b214;
    color: white; }
  .label.secondary {
    background-color: #6c7379;
    color: white; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 0 #dddddd; }
  table thead,
  table tfoot {
    background: #f0f0f0;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.9375em;
      font-size: 0.875em;
      color: #6c7379;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.9375em;
    font-size: 0.875em;
    color: #6c7379; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fafafa; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

                                                                    /**
* A mixin to create retina sprites with hover & active states
*
* You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
* 
*     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
*
*     .my-icon {
*       @include retina-sprite(icon-name, icons);
*     }
* 
* @param {String} $name
* @param {String} [$sprite-name]
* @param {Boolean} [$hover=false]
* @param {Boolean} [$active=false]
*/
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 * 
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *     
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 * 
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/* ICONS
##################################################################################################################### */
.icon-bubble-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 26px;
  width: 26px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -550px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-bubble-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -164px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-loupe-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 15px;
  width: 15px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -657px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-loupe-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -527px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-phone-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 28px;
  width: 26px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -466px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-phone-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -295px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-pin-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 26px;
  width: 18px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -522px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-pin-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -217px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-pin-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 26px;
  width: 18px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -774px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-pin-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -629.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-facebook-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -439px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-facebook-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -374px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-phone-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -386px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-phone-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -349px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-twitter-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -224px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-twitter-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -113.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-youtube-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -496px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-youtube-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -502px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-googleplus-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-googleplus-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -592px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-linkedin-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -52px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-linkedin-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -710px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-plus-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 23px;
  width: 23px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -632px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-plus-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -543px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-arrow-down-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 10px;
  width: 17px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -674px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-arrow-down-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -656.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-arrow-right-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 18px;
  width: 10px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -700px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-arrow-right-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -667px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-location-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 25px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -359px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-location-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -450.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-arrow-left-red-small {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 12px;
  width: 8px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -686px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-arrow-left-red-small {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -617px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-cross-gray-large {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 36px;
  width: 36px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -132px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-cross-gray-large {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 0;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-ear-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 26px;
  width: 33px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-ear-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -190.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-document-gray {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -748px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-document-gray {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -735px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-blog-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -26px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-blog-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -567px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-cross-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -578px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-cross-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -425px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-ear-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -78px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-ear-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -37px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-gps-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -105px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-gps-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -138.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-youtube-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -496px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-youtube-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -502px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-location-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -278px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-location-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -244px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-bubble-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -412px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-bubble-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -323.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-search-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -197px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-search-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -88px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-arrow-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -605px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-arrow-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -476.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

.icon-download-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 25px;
  width: 24px;
  background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
  background-position: 0 -332px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .icon-download-white {
      background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
      background-position: 0 -399.5px;
      -webkit-background-size: 36px auto;
      -moz-background-size: 36px auto;
      -o-background-size: 36px auto;
      background-size: 36px auto; } }

/* MIXINS
##################################################################################################################### */
/* HELPERS
##################################################################################################################### */
.nospace {
  margin-bottom: 0 !important; }

.quarterspace {
  margin-bottom: .25em !important; }

.halfspace {
  margin-bottom: .5em !important; }

.space-1 {
  margin-bottom: 1em !important; }

.space-2 {
  margin-bottom: 2em !important; }

.space-3 {
  margin-bottom: 3em !important; }

.space-4 {
  margin-bottom: 4em !important; }

.space-5 {
  margin-bottom: 5em !important; }

.space-1-mobile-only {
  margin-bottom: 1em !important; }
  @media only screen and (min-width: 768px) {
    .space-1-mobile-only {
      margin-bottom: auto !important; } }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-top-space {
  margin-top: 0 !important; }

.tx-right {
  text-align: right; }

.tx-left {
  text-align: left; }

.tx-center {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .tx-center-medium-up {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .tx-right-medium-up {
    text-align: right; } }

.tx-uppercase {
  text-transform: uppercase !important; }

.tx-lowercase {
  text-transform: lowercase !important; }

.tx-default {
  text-transform: none !important; }

.tx-nowrap {
  white-space: nowrap; }

.tx-strong {
  font-weight: 600; }

.tx-primary-color {
  color: #f26938; }

.tx-base-color {
  color: #6c7379; }

.tx-white {
  color: white; }

.line-height-small {
  line-height: 1.25em !important; }

.block {
  display: block !important; }

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

@media only screen and (min-width: 768px) {
  .right-medium-up {
    float: right; } }

.right-only-mobile {
  float: right; }
  @media only screen and (min-width: 768px) {
    .right-only-mobile {
      float: left; } }

.table {
  display: table; }

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

.table-cell {
  display: table-cell; }

.base-padding {
  padding: 0.625em; }

.base-padding-left-right {
  padding: 0 0.625em; }

.base-padding-top-bottom {
  padding: 0.625em 0; }

.border-dotted-top {
  background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') top left repeat-x; }

.border-dotted-bottom {
  background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x; }

.no-mobile-column-padding {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .no-mobile-column-padding {
      padding-left: 0.625em;
      padding-right: 0.625em; } }

.button-wrapper button {
  border-width: 0;
  font-weight: 300; }

/* TYPE
##################################################################################################################### */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em; }

h1,
.fs-h1 {
  font-size: 2.5em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.4375em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

@media only screen and (min-width: 768px) {
  h1,
  .fs-h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.05em !important; }

  h1,
  .fs-h1 {
    font-size: 3.125em; }

  h2 {
    font-size: 2.1875em; }

  h3 {
    font-size: 1.75em; }

  h4 {
    font-size: 1.25em; }

  h5 {
    font-size: 1.25em; }

  h6 {
    font-size: 1em; } }
p {
  font-weight: 300; }
  p > .left {
    margin: .2em 1em 1em 0; }
  p > .right {
    margin: .2em 0 1em 1em; }

table {
  width: 100%; }

/* BUTTONS
##################################################################################################################### */
.btn, .home .location-finder #location-finder #lf-list-box #lf-list-trigger,
.btn-gray,
input[type="submit"],
#promotions .promotion ul li a,
input[type="submit"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: .5em;
  padding: .5em 2.5em;
  color: white;
  border: 0;
  background: #f26938;
  line-height: 1.5;
  font-weight: 300; }
  .btn:hover, .home .location-finder #location-finder #lf-list-box #lf-list-trigger:hover, .btn:active, .home .location-finder #location-finder #lf-list-box #lf-list-trigger:active, .btn:focus, .home .location-finder #location-finder #lf-list-box #lf-list-trigger:focus,
  .btn-gray:hover,
  input[type="submit"]:hover,
  #promotions .promotion ul li a:hover,
  .btn-gray:active,
  input[type="submit"]:active,
  #promotions .promotion ul li a:active,
  .btn-gray:focus,
  input[type="submit"]:focus,
  #promotions .promotion ul li a:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    color: white; }

.btn-gray {
  background: #c8c8c8; }

/* FORMS
##################################################################################################################### */
legend {
  background: none; }

label {
  position: relative;
  line-height: 1.5em; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: auto;
  margin-bottom: 1em;
  padding: .65em; }

textarea {
  min-height: 150px;
  max-width: 100%;
  min-width: 100%; }

.checkbox,
.radio,
.radio-group,
.checkbox-group,
.radio-group-inline,
.checkbox-group-inline {
  margin-bottom: 1em; }
  .checkbox input[type="radio"],
  .checkbox input[type="checkbox"],
  .radio input[type="radio"],
  .radio input[type="checkbox"],
  .radio-group input[type="radio"],
  .radio-group input[type="checkbox"],
  .checkbox-group input[type="radio"],
  .checkbox-group input[type="checkbox"],
  .radio-group-inline input[type="radio"],
  .radio-group-inline input[type="checkbox"],
  .checkbox-group-inline input[type="radio"],
  .checkbox-group-inline input[type="checkbox"] {
    position: absolute;
    top: .3em;
    left: 0;
    margin-bottom: 0;
    outline: none; }
  .checkbox label,
  .radio label,
  .radio-group label,
  .checkbox-group label,
  .radio-group-inline label,
  .checkbox-group-inline label {
    padding-left: 1.25em;
    line-height: 1.5em; }

.radio-group,
.checkbox-group,
.radio-group-inline,
.checkbox-group-inline {
  margin-left: 0; }
  .radio-group li,
  .checkbox-group li,
  .radio-group-inline li,
  .checkbox-group-inline li {
    list-style: none;
    margin-bottom: .2em; }

.radio-group-inline,
.checkbox-group-inline {
  *zoom: 1; }
  .radio-group-inline:before, .radio-group-inline:after,
  .checkbox-group-inline:before,
  .checkbox-group-inline:after {
    content: " ";
    display: table; }
  .radio-group-inline:after,
  .checkbox-group-inline:after {
    clear: both; }
  .radio-group-inline li,
  .radio-group-inline label,
  .checkbox-group-inline li,
  .checkbox-group-inline label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .radio-group-inline label,
  .checkbox-group-inline label {
    margin: 0 1em 0 0; }

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .65em;
  padding-right: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  font-weight: 300;
  background: url('/static/images/select-arrow.jpg?e91030c0bcf6') center right no-repeat #e6e6e6;
  cursor: pointer; }

@-moz-document url-prefix() {
  select {
    background: #e6e6e6; } }

.lt-ie9 select {
  background: #e6e6e6;
  line-height: 1em; }

@media screen and (min-width: 0 \0) {
  select {
    background: #e6e6e6;
    line-height: 1em; } }
.file input {
  font-size: .85em; }

input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    input[type="submit"] {
      width: auto; } }

.submit-offset-top {
  margin-top: 1.7em; }

.form-error input {
  margin-bottom: 0;
  border: 1px solid #f4344a; }
.form-error .radio,
.form-error .radio-group,
.form-error .radio-group-inline,
.form-error .checkbox,
.form-error .checkbox-group,
.form-error .checkbox-group-inline,
.form-error .file,
.form-error .select {
  border: 1px solid #f4344a;
  margin-bottom: 0;
  padding: .25em .5em; }
  .form-error .radio input,
  .form-error .radio-group input,
  .form-error .radio-group-inline input,
  .form-error .checkbox input,
  .form-error .checkbox-group input,
  .form-error .checkbox-group-inline input,
  .form-error .file input,
  .form-error .select input {
    border: 0; }
.form-error .select select,
.form-error .file input {
  margin-bottom: .25em; }
.form-error select {
  margin-bottom: 0; }
.form-error small.error {
  margin: 0 0 1em;
  padding: .5em .7em;
  font-size: .8em;
  background: #f4344a; }

.search-input {
  position: relative; }
  .search-input input[type="search"] {
    padding-right: 5.5em; }
  .search-input .submit-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    background: #f26938; }
    .search-input .submit-arrow input[type="submit"] {
      position: absolute;
      /* top: 0; */
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      outline: none;
      border: 0; }
    .search-input .submit-arrow i {
      position: absolute;
      z-index: 200;
      top: 11px;
      left: 16px; }

form li {
  list-style: none;
  display: inline-block; }
  form li label {
    margin-right: 2em; }

form p {
  position: relative; }

/* ALERTS
##################################################################################################################### */
.alert-warning,
.alert-error, .alert-success, .alert-info {
  margin-bottom: 0;
  padding: .5em .8em;
  color: white; }
  .alert-warning > *:last-child,
  .alert-error > *:last-child, .alert-success > *:last-child, .alert-info > *:last-child {
    margin-bottom: 0; }

.alert-warning,
.alert-error {
  background: #f4344a; }

.alert-success {
  background: #76b214; }

.alert-info {
  background: #34a9f4; }

/* LAYOUT
##################################################################################################################### */
html,
body {
  position: relative;
  height: 100%;
  background: #6c7379; }

body {
  font-size: 16px;
  color: #646464; }

#wrap {
  background: white; }

#site-content {
  padding-bottom: 3em; }
  @media only screen and (min-width: 768px) {
    #site-content {
      min-height: 500px; } }

#sub-inner {
  padding: 2em 0; }
  #sub-inner h1 + h2 {
    margin-top: -.5em;
    margin-bottom: 1em; }
  #sub-inner h1 + p {
    margin-top: 2em; }
  @media only screen and (min-width: 768px) {
    #sub-inner {
      min-height: 500px;
      padding: 5em 0; } }

.filer_image {
  max-width: 100%; }

/* HEADER
##################################################################################################################### */
@media (min-width: 910px) {
  #site-header {
    padding-top: 2em; } }

.logo {
  position: relative;
  top: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 42px;
  width: 90px;
  background-image: url('/static/images/base/base-1x-s498ce8ef4e.png?4ac410f6eb42');
  background-position: 0 -58px;
  background-repeat: no-repeat;
  float: right;
  margin: .55em 0 1.25em; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html.mediaqueries .logo {
      background-image: url('/static/images/base/base-2x-s18e8cab334.png?4ac410f6eb42');
      background-position: 0 -57px;
      -webkit-background-size: 120px auto;
      -moz-background-size: 120px auto;
      -o-background-size: 120px auto;
      background-size: 120px auto; } }
  @media (min-width: 910px) {
    .logo {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 56px;
      width: 120px;
      background-image: url('/static/images/base/base-1x-s498ce8ef4e.png?4ac410f6eb42');
      background-position: 0 0;
      background-repeat: no-repeat;
      position: absolute;
      top: -13px;
      right: 0;
      margin: 0; } }
    @media (min-width: 910px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 910px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 910px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 910px) and (min-device-pixel-ratio: 1.5), (min-width: 910px) and (min-resolution: 144dpi) {
      html.mediaqueries .logo {
        background-image: url('/static/images/base/base-2x-s18e8cab334.png?4ac410f6eb42');
        background-position: 0 0;
        -webkit-background-size: 120px auto;
        -moz-background-size: 120px auto;
        -o-background-size: 120px auto;
        background-size: 120px auto; } }

.shortlinks {
  margin: 0;
  margin-right: -0.625em;
  margin-left: -0.625em;
  padding: 0.3125em;
  background: #f0f0f0; }
  .shortlinks li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    max-width: 30%;
    position: relative;
    margin: 0 .5em 0 0;
    padding: 0;
    color: #6c7379;
    font-size: .75em;
    line-height: 1.1em; }
  .shortlinks a {
    -webkit-transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    color: #6c7379; }
    .shortlinks a:hover, .shortlinks a:focus, .shortlinks a:active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
      opacity: 0.85; }
  .shortlinks .cell {
    display: table-cell;
    vertical-align: middle;
    padding: .25em; }
    .shortlinks .cell.mobile-only {
      display: table-cell; }
      @media only screen and (min-width: 768px) {
        .shortlinks .cell.mobile-only {
          display: none; } }
    .shortlinks .cell.medium-up {
      display: none; }
      @media only screen and (min-width: 768px) {
        .shortlinks .cell.medium-up {
          display: table-cell; } }
  .shortlinks.banner {
    display: none; }
  @media (min-width: 910px) {
    .shortlinks {
      padding: 0;
      background: none; }
      .shortlinks li {
        max-width: auto;
        margin: 0 1.5em 0 0;
        font-size: .9em; }
      .shortlinks.banner {
        margin: 2em 0 0;
        display: block; }
        .shortlinks.banner li {
          max-width: 100%;
          margin: 0; }
        .shortlinks.banner img {
          margin: 0 auto; } }

#fixed-header {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: fixed;
  display: none;
  z-index: 9000;
  top: -100px;
  right: 0;
  left: 0;
  padding: .75em 0;
  background: #f0f0f0; }
  #fixed-header .bubble {
    position: absolute;
    z-index: 1000 !important;
    top: -80px;
    right: 32px; }
    #fixed-header .bubble span {
      padding: 4.5em .5em .5em;
      font-size: 1em; }
  @media (min-width: 910px) {
    #fixed-header {
      display: block; } }

/* FOOTER
##################################################################################################################### */
#site-footer {
  -webkit-backface-visibility: hidden;
  background: #f0f0f0; }

.footer-main {
  padding: 1.25em 0; }

.footer-bar {
  padding: 0.625em 0;
  background: #6c7379; }
  .footer-bar h1,
  .footer-bar h2,
  .footer-bar h3,
  .footer-bar h4,
  .footer-bar h5,
  .footer-bar h6,
  .footer-bar p,
  .footer-bar a,
  .footer-bar ul,
  .footer-bar ol,
  .footer-bar dl,
  .footer-bar table {
    color: white; }
  .footer-bar ul li {
    margin-right: .4em; }
    .footer-bar ul li:last-child {
      margin-right: 0; }

/* NAVIGATION
##################################################################################################################### */
#main-navigation {
  position: relative;
  display: none;
  margin: 4em 0 0;
  padding: 0; }
  #main-navigation ul {
    margin: 0 2em 0 0;
    padding: 0; }
    #main-navigation ul li {
      display: table-cell;
      padding: 0 1em .85em 0;
      vertical-align: bottom;
      color: #6c7379;
      font-size: 1.05em;
      font-weight: 600;
      line-height: 1.2em; }
      #main-navigation ul li.selected a, #main-navigation ul li.ancestor a {
        color: #f26938; }
    #main-navigation ul a {
      -webkit-transition: all 0.12s ease-in-out;
      -moz-transition: all 0.12s ease-in-out;
      -o-transition: all 0.12s ease-in-out;
      transition: all 0.12s ease-in-out;
      color: #6c7379; }
      #main-navigation ul a:hover, #main-navigation ul a:focus, #main-navigation ul a:active {
        color: #858d93; }
  @media (min-width: 910px) {
    #main-navigation {
      display: block; } }

#sub-navigation {
  display: none;
  margin-top: 1.5em; }
  #sub-navigation ul {
    margin: 0;
    padding: 0; }
    #sub-navigation ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #6c7379; }
      #sub-navigation ul li.selected > a {
        font-weight: 600;
        color: #f26938; }
    #sub-navigation ul a {
      display: block;
      padding: .35em;
      background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x;
      color: #6c7379;
      line-height: 1.2em; }
      #sub-navigation ul a:hover, #sub-navigation ul a:focus, #sub-navigation ul a:active {
        color: #f26938; }
    #sub-navigation ul ul {
      background: white url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x;
      margin-top: -1px; }
      #sub-navigation ul ul li {
        margin-left: 2em; }
        #sub-navigation ul ul li a {
          background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') top left repeat-x; }
  @media only screen and (min-width: 768px) {
    #sub-navigation {
      display: block; } }

.sub-nav-title {
  padding: .3em 1.5em .3em .35em;
  font-size: 1.05em;
  line-height: 1.2em !important; }

#mobile-navigation-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  float: left;
  z-index: 550;
  width: 47px;
  margin: .9em 0 0 -10px;
  padding: .6em;
  background: white;
  border: 0; }
  #mobile-navigation-trigger span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    background: #f26938; }
    #mobile-navigation-trigger span:last-child {
      margin-bottom: 0; }
  @media (min-width: 910px) {
    #mobile-navigation-trigger {
      display: none; } }

.iphone #mobile-navigation {
  padding-bottom: 110px; }

#mobile-navigation ul {
  margin: 0;
  padding: 0; }
  #mobile-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #6c7379;
    line-height: 1.2em; }
    #mobile-navigation ul li a {
      position: relative;
      display: block;
      padding: .75em;
      background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x;
      color: #6c7379; }
    #mobile-navigation ul li.selected > a {
      font-weight: 600;
      color: #f26938; }
    #mobile-navigation ul li ul {
      background: #f0f0f0; }
      #mobile-navigation ul li ul li a {
        padding-left: 1.5em; }
    #mobile-navigation ul li li li a {
      padding-left: 3em; }
@media (min-width: 910px) {
  #mobile-navigation {
    display: none; } }

/* SNIPPETS
##################################################################################################################### */
.arrow-list {
  list-style: none; }
  .arrow-list li,
  .arrow-list a {
    position: relative;
    display: block;
    color: #6c7379; }
  .arrow-list a {
    padding-left: .75em; }
    .arrow-list a:before {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 12px;
      width: 6px;
      background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
      background-position: 0 -734px;
      background-repeat: no-repeat;
      position: absolute;
      top: .4em;
      left: 0;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html.mediaqueries .arrow-list a:before {
          background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
          background-position: 0 -697.5px;
          -webkit-background-size: 36px auto;
          -moz-background-size: 36px auto;
          -o-background-size: 36px auto;
          background-size: 36px auto; } }
    .arrow-list a:hover, .arrow-list a:focus, .arrow-list a:active {
      color: #f26938; }
  .arrow-list > a {
    padding: .2em .75em;
    line-height: 1.2em; }
    .arrow-list > a:before {
      top: .4em; }

.bubble-list {
  margin: 2em 0;
  list-style: none;
  text-align: center; }
  .bubble-list li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 80px;
    margin: 0 .25em; }
    .bubble-list li a {
      position: relative;
      display: block; }
    .bubble-list li img {
      position: relative;
      z-index: 200; }
    .bubble-list li span {
      display: block;
      margin-top: .5em;
      min-width: 100%;
      height: 70px;
      font-size: .8em;
      font-weight: 600;
      line-height: 1.15em; }
  @media only screen and (min-width: 768px) {
    .bubble-list {
      margin: 2em 0 8em; }
      .bubble-list li {
        width: 135px;
        margin: 0 .75em; }
        .bubble-list li span {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          position: absolute;
          bottom: 0;
          left: 0;
          margin-top: 0;
          font-size: 1em; }
        .bubble-list li:hover span {
          -webkit-transform: translateY(80px);
          -moz-transform: translateY(80px);
          -ms-transform: translateY(80px);
          -o-transform: translateY(80px);
          transform: translateY(80px);
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; } }

.line-dotted-bottom {
  border-bottom: 2px dotted #c8c8c8; }

.bubble span,
.bubble-large span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  display: table-cell;
  width: 120px;
  height: 120px;
  padding: .5em;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #f26938; }
@media only screen and (min-width: 768px) {
  .bubble span,
  .bubble-large span {
    width: 140px;
    height: 140px;
    font-size: 1.5em;
    line-height: 1.2em; } }
.bubble:hover span, .bubble:focus span, .bubble:active span,
.bubble-large:hover span,
.bubble-large:focus span,
.bubble-large:active span {
  background: #f37042; }

.bubble-large span {
  width: 165px;
  height: 165px; }

.head-img > img {
  position: relative;
  top: -1px; }

object {
  height: 300px; }

/* SEARCH
##################################################################################################################### */
#top-search-toggler-outer {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: .5em .6em; }
  #top-search-toggler-outer i {
    vertical-align: top; }
  #top-search-toggler-outer.open {
    background: #e6e6e6; }

#top-search {
  position: absolute;
  top: -6px;
  right: -7px;
  cursor: pointer; }
  #top-search form {
    display: none;
    position: absolute;
    z-index: 200;
    top: 32px;
    right: 0;
    width: 280px;
    margin: 0;
    padding: .4em;
    background: #e6e6e6; }
    #top-search form input {
      margin: 0; }
    #top-search form input[type="search"] {
      padding-right: 3em;
      background: whitesmoke; }

.main-search-breadcrumb {
  margin: .5em 0;
  padding: 0; }
  .main-search-breadcrumb li,
  .main-search-breadcrumb a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .main-search-breadcrumb a {
    position: relative;
    padding: 0 1.5em 0 0;
    font-size: .85em;
    color: #969696; }
    .main-search-breadcrumb a:after {
      position: absolute;
      top: 6px;
      right: 5px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #f26938;
      border-style: solid; }
  .main-search-breadcrumb li:last-child a:after {
    display: none; }

/* MAIN TEASING
##################################################################################################################### */
.feature-main-teasing {
  *zoom: 1; }
  .feature-main-teasing:before, .feature-main-teasing:after {
    content: " ";
    display: table; }
  .feature-main-teasing:after {
    clear: both; }
  .feature-main-teasing .teaser-big-area,
  .feature-main-teasing .teaser-small-area {
    *zoom: 1;
    position: relative; }
    .feature-main-teasing .teaser-big-area:before, .feature-main-teasing .teaser-big-area:after,
    .feature-main-teasing .teaser-small-area:before,
    .feature-main-teasing .teaser-small-area:after {
      content: " ";
      display: table; }
    .feature-main-teasing .teaser-big-area:after,
    .feature-main-teasing .teaser-small-area:after {
      clear: both; }
    .feature-main-teasing .teaser-big-area > a,
    .feature-main-teasing .teaser-small-area > a {
      display: block; }
    .feature-main-teasing .teaser-big-area h1,
    .feature-main-teasing .teaser-big-area h2,
    .feature-main-teasing .teaser-big-area h3,
    .feature-main-teasing .teaser-big-area h4,
    .feature-main-teasing .teaser-big-area h5,
    .feature-main-teasing .teaser-big-area h6,
    .feature-main-teasing .teaser-small-area h1,
    .feature-main-teasing .teaser-small-area h2,
    .feature-main-teasing .teaser-small-area h3,
    .feature-main-teasing .teaser-small-area h4,
    .feature-main-teasing .teaser-small-area h5,
    .feature-main-teasing .teaser-small-area h6 {
      margin: 0; }
    .feature-main-teasing .teaser-big-area h5,
    .feature-main-teasing .teaser-small-area h5 {
      margin-bottom: .2em; }
  .feature-main-teasing .teaser-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .7em;
    background: rgba(255, 255, 255, 0.85); }
    .feature-main-teasing .teaser-inner.no-bg {
      background: none; }
      .feature-main-teasing .teaser-inner.no-bg h1,
      .feature-main-teasing .teaser-inner.no-bg h2,
      .feature-main-teasing .teaser-inner.no-bg h3,
      .feature-main-teasing .teaser-inner.no-bg h4,
      .feature-main-teasing .teaser-inner.no-bg h5,
      .feature-main-teasing .teaser-inner.no-bg h6,
      .feature-main-teasing .teaser-inner.no-bg p,
      .feature-main-teasing .teaser-inner.no-bg a,
      .feature-main-teasing .teaser-inner.no-bg ul,
      .feature-main-teasing .teaser-inner.no-bg ol,
      .feature-main-teasing .teaser-inner.no-bg dl,
      .feature-main-teasing .teaser-inner.no-bg table {
        color: white; }
  .feature-main-teasing .teaser-small,
  .feature-main-teasing .teaser-big {
    position: relative; }
  .feature-main-teasing .teaser-small {
    float: left;
    width: 50%; }
    .feature-main-teasing .teaser-small .teaser-inner {
      width: 100%;
      padding: 0.83333em; }
    @media only screen and (min-width: 768px) {
      .feature-main-teasing .teaser-small:first-child {
        margin-bottom: -1px; } }
  .feature-main-teasing .teaser-big .teaser-inner {
    top: 52%;
    width: 66%;
    padding: 0.625em; }
  @media (min-width: 910px) {
    .feature-main-teasing {
      position: relative;
      top: -1px; }
      .feature-main-teasing .teaser-big-area {
        float: left;
        width: 68%; }
      .feature-main-teasing .teaser-small-area {
        float: right;
        width: 32%; }
      .feature-main-teasing .teaser-inner {
        font-size: inherit; }
      .feature-main-teasing .teaser-small {
        width: 100%; }
      .feature-main-teasing .teaser-big .teaser-inner {
        padding: 1.25em; } }

/* SLIDER TEASING
##################################################################################################################### */
.feature-slider-teasing .slides {
  list-style-type: none; }
.feature-slider-teasing .flexslider li {
  position: relative;
  -webkit-backface-visibility: hidden; }
.feature-slider-teasing .flex-direction-nav a {
  top: -200px; }
  .feature-slider-teasing .flex-direction-nav a:before {
    color: white; }
.feature-slider-teasing .slider-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25em;
  font-size: .7em;
  background: rgba(255, 255, 255, 0.85); }
  .feature-slider-teasing .slider-inner h1,
  .feature-slider-teasing .slider-inner h2,
  .feature-slider-teasing .slider-inner h3,
  .feature-slider-teasing .slider-inner h4,
  .feature-slider-teasing .slider-inner h5,
  .feature-slider-teasing .slider-inner h6 {
    margin: 0; }
.feature-slider-teasing .bubble-large {
  display: none;
  position: absolute;
  z-index: 200;
  right: 2em;
  bottom: -5em; }
@media only screen and (min-width: 768px) {
  .feature-slider-teasing {
    position: relative;
    top: -1px; }
    .feature-slider-teasing .slider-inner {
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 8% 60% 8% 8%;
      font-size: inherit; }
      .feature-slider-teasing .slider-inner .teaser-content {
        color: black; }
    .feature-slider-teasing .bubble-large {
      display: block; } }

.slider-bubble {
  display: none;
  position: absolute;
  z-index: 200;
  right: 2em;
  bottom: -1em; }
  @media only screen and (min-width: 768px) {
    .slider-bubble {
      display: block; } }

/* TEASER
##################################################################################################################### */
.info-teaser {
  display: block;
  padding: 0;
  margin: 0 0;
  *zoom: 1; }
  .info-teaser:before, .info-teaser:after {
    content: " ";
    display: table; }
  .info-teaser:after {
    clear: both; }
  .info-teaser > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0 0; }
  .info-teaser > li {
    width: 100%;
    padding: 0 0 0; }
    .info-teaser > li:nth-of-type(n) {
      clear: none; }
    .info-teaser > li:nth-of-type(1n+1) {
      clear: both; }
  .info-teaser li {
    -webkit-transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    min-height: 110px; }
    .info-teaser li a {
      float: left;
      display: block;
      height: 100%; }
    .info-teaser li .text-area {
      padding: 0.625em 0.625em 0.625em 0.15em; }
    .info-teaser li img {
      position: relative;
      top: .9em;
      min-width: 65px;
      max-width: 65px; }
    .info-teaser li h3 {
      margin: 0 0 .2em; }
    .info-teaser li p {
      margin-bottom: .4em;
      line-height: 1.35em; }
    .info-teaser li:hover {
      background: #f26938; }
      .info-teaser li:hover h1,
      .info-teaser li:hover h2,
      .info-teaser li:hover h3,
      .info-teaser li:hover h4,
      .info-teaser li:hover h5,
      .info-teaser li:hover h6,
      .info-teaser li:hover p,
      .info-teaser li:hover a,
      .info-teaser li:hover ul,
      .info-teaser li:hover ol,
      .info-teaser li:hover dl,
      .info-teaser li:hover table {
        color: white; }
      .info-teaser li:hover .tx-primary-color {
        color: white !important;
        text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .info-teaser li .text-area {
      padding-right: 3.125em; } }

@media only screen and (min-width: 768px) {
  .info-teaser-2-col {
    display: block;
    padding: 0;
    margin: 0 0;
    *zoom: 1; }
    .info-teaser-2-col:before, .info-teaser-2-col:after {
      content: " ";
      display: table; }
    .info-teaser-2-col:after {
      clear: both; }
    .info-teaser-2-col > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0 0; }
    .info-teaser-2-col > li {
      width: 50%;
      padding: 0 0 0; }
      .info-teaser-2-col > li:nth-of-type(n) {
        clear: none; }
      .info-teaser-2-col > li:nth-of-type(2n+1) {
        clear: both; } }

.godfather-teaser {
  margin: 2em 0;
  padding: 1em 0;
  background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') top left repeat-x, url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x; }

.overlay-teaser {
  margin: 0;
  list-style-type: none; }
  .overlay-teaser .reveal-modal {
    visibility: visible;
    display: block;
    padding: 6px;
    background-color: rgba(4, 4, 4, 0.5); }

/* MAP SEARCH TEASER
##################################################################################################################### */
.map-search-teaser {
  position: relative; }
  .map-search-teaser .location-finder-wrap {
    position: relative; }
  .map-search-teaser .bubble {
    position: absolute;
    z-index: 200;
    bottom: -1.75em;
    right: -.5em; }
  .map-search-teaser .search-input {
    position: absolute;
    z-index: 100;
    top: 0.625em;
    right: 0.625em;
    left: 0.625em; }
    .map-search-teaser .search-input input[type="search"] {
      background: white; }
  @media only screen and (min-width: 768px) {
    .map-search-teaser h2 {
      padding-right: 30%; }
    .map-search-teaser .bubble {
      top: -6em;
      right: 3.5em;
      bottom: auto; }
    .map-search-teaser .search-input {
      position: absolute;
      z-index: 100;
      top: 1.25em;
      right: 1.25em;
      left: 1.25em;
      width: 50%; } }

/* QUICKLINKS
##################################################################################################################### */
.quicklinks {
  -webkit-backface-visibility: hidden;
  background: #f26938; }
  .quicklinks h1,
  .quicklinks h2,
  .quicklinks h3,
  .quicklinks h4,
  .quicklinks h5,
  .quicklinks h6,
  .quicklinks p,
  .quicklinks a,
  .quicklinks ul,
  .quicklinks ol,
  .quicklinks dl,
  .quicklinks table {
    color: white; }
  .quicklinks ul {
    width: 100%;
    margin: 0;
    padding: .5em 0;
    list-style: none;
    text-align: center; }
    .quicklinks ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      position: relative;
      width: 49%;
      text-align: center;
      line-height: 1.2em; }
      .quicklinks ul li a {
        -webkit-transition: all 0.12s ease-in-out;
        -moz-transition: all 0.12s ease-in-out;
        -o-transition: all 0.12s ease-in-out;
        transition: all 0.12s ease-in-out;
        display: block;
        padding: 1em .5em; }
      .quicklinks ul li img {
        width: 50px;
        margin-bottom: .5em; }
      .quicklinks ul li span {
        display: block;
        width: 100%;
        padding: 0 .5em; }
  @media only screen and (min-width: 768px) {
    .quicklinks ul {
      padding: 0; }
      .quicklinks ul li {
        width: 16.2%; }
        .quicklinks ul li a {
          height: 145px; }
          .quicklinks ul li a:hover, .quicklinks ul li a:focus, .quicklinks ul li a:active {
            background: #f26431; }
        .quicklinks ul li span {
          position: relative; } }

/* LOCATION FINDER
##################################################################################################################### */
.home #lf-form {
  margin: 0;
  padding: 0; }
  .home #lf-form input {
    margin: 0; }
.home #lf-locate-me-btn {
  position: absolute;
  top: 8px;
  right: 50px; }
.home #lf-address-container {
  position: relative; }
@media only screen and (min-width: 768px) {
  .home #lf-map-container {
    position: relative !important;
    height: 470px; }
  .home #lf-alert-error {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 50%; } }
.home .location-finder #location-finder {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white; }
  .home .location-finder #location-finder .alert-error {
    display: none; }
  .home .location-finder #location-finder #lf-form {
    position: relative;
    z-index: 2000; }
  .home .location-finder #location-finder .search-input input[type="search"] {
    background: white; }
  .home .location-finder #location-finder #lf-map-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .home .location-finder #location-finder #lf-list-box {
    position: absolute;
    z-index: 2000;
    overflow: visible !important;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: white; }
    .home .location-finder #location-finder #lf-list-box #lf-list-trigger {
      position: absolute;
      left: 0;
      top: -40px;
      margin: 0;
      padding: .5em 1em; }
      .home .location-finder #location-finder #lf-list-box #lf-list-trigger:hover, .home .location-finder #location-finder #lf-list-box #lf-list-trigger:focus, .home .location-finder #location-finder #lf-list-box #lf-list-trigger:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .home .location-finder #location-finder #lf-list-box #lf-list-box-inner {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      background: white; }
    .home .location-finder #location-finder #lf-list-box #lf-list {
      margin: 0;
      padding: 0;
      counter-reset: li; }
      .home .location-finder #location-finder #lf-list-box #lf-list li {
        -webkit-transition: all 0.12s ease-in-out;
        -moz-transition: all 0.12s ease-in-out;
        -o-transition: all 0.12s ease-in-out;
        transition: all 0.12s ease-in-out;
        position: relative;
        margin: 0;
        padding: .75em 1em .75em 2.8em;
        list-style: none;
        cursor: pointer;
        background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x; }
        .home .location-finder #location-finder #lf-list-box #lf-list li:before {
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          content: counter(li);
          counter-increment: li;
          position: absolute;
          top: 9px;
          left: 5px;
          width: 30px;
          height: 30px;
          padding-top: .2em;
          font-weight: 300;
          text-align: center;
          color: white;
          background: #f26938; }
  @media only screen and (min-width: 768px) {
    .home .location-finder #location-finder {
      position: relative;
      margin-top: 2em;
      padding: 0;
      background: none; }
      .home .location-finder #location-finder .search-input {
        position: absolute;
        z-index: 100;
        top: 1.25em;
        left: 1.25em;
        width: 50%; }
      .home .location-finder #location-finder #lf-list-box {
        position: relative;
        height: auto; }
        .home .location-finder #location-finder #lf-list-box #lf-list-trigger {
          display: none; } }

/* CLINIC FINDER
##################################################################################################################### */
.clinic-finder {
  background: white; }
  .clinic-finder .shortlinks {
    display: none; }
    @media only screen and (min-width: 768px) {
      .clinic-finder .shortlinks {
        display: block; } }
  .clinic-finder h1 {
    margin-top: 0; }

#lf-main-container {
  position: fixed;
  z-index: 500;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0; }
  @media only screen and (min-width: 768px) {
    #lf-main-container {
      top: 110px; } }
  #lf-main-container #lf-close {
    position: absolute;
    z-index: 500;
    top: 10px;
    right: 50%;
    margin-right: -453px; }
  #lf-main-container #lf-intro {
    display: none;
    padding-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-intro {
        display: block; } }
  #lf-main-container #lf-map-container {
    z-index: -2;
    position: relative;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-map-container {
        position: fixed;
        top: 230px;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto; } }
  #lf-main-container #lf-search-form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-search-form {
        top: 20px;
        right: auto;
        bottom: auto;
        left: 20px;
        width: 400px; } }
  #lf-main-container #lf-search-form-input {
    margin: 0;
    padding-right: 80px;
    outline: none;
    font-weight: 300;
    background: whitesmoke; }
  #lf-main-container #lf-search-form-submit {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px !important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none; }
    #lf-main-container #lf-search-form-submit:before {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 18px;
      width: 10px;
      background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
      background-position: 0 -700px;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      top: 11px;
      left: 16px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html.mediaqueries #lf-main-container #lf-search-form-submit:before {
          background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
          background-position: 0 -667px;
          -webkit-background-size: 36px auto;
          -moz-background-size: 36px auto;
          -o-background-size: 36px auto;
          background-size: 36px auto; } }
  #lf-main-container #lf-get-location {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 25px;
    width: 25px;
    background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
    background-position: 0 -359px;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 50px;
    cursor: pointer; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html.mediaqueries #lf-main-container #lf-get-location {
        background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
        background-position: 0 -450.5px;
        -webkit-background-size: 36px auto;
        -moz-background-size: 36px auto;
        -o-background-size: 36px auto;
        background-size: 36px auto; } }
  #lf-main-container #lf-result-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: white; }
    #lf-main-container #lf-result-container.is-open {
      height: 300px; }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-result-container {
        position: absolute;
        top: 61px;
        right: auto;
        bottom: auto;
        left: 20px;
        width: 400px; } }
  #lf-main-container #lf-result-inner {
    position: relative;
    overflow: hidden;
    height: 100%; }
  #lf-main-container #lf-result-box-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%; }
  #lf-main-container .lf-result-box {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  #lf-main-container .lf-result-list-content {
    padding: .5em; }
  #lf-main-container .lf-result-list-title {
    margin: .5em 0 0;
    padding: .5em;
    color: #f26938; }
  #lf-main-container .lf-result-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #lf-main-container .lf-result-list li {
      color: black; }
      #lf-main-container .lf-result-list li > a {
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        position: relative;
        display: block;
        padding: .5em 2em .6em .5em;
        color: black;
        line-height: 1.3em; }
        #lf-main-container .lf-result-list li > a:after {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          height: 12px;
          width: 8px;
          background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
          background-position: 0 -720px;
          background-repeat: no-repeat;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
          opacity: 0.4;
          position: absolute;
          top: 10px;
          right: 15px;
          content: ""; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            html.mediaqueries #lf-main-container .lf-result-list li > a:after {
              background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
              background-position: 0 -685px;
              -webkit-background-size: 36px auto;
              -moz-background-size: 36px auto;
              -o-background-size: 36px auto;
              background-size: 36px auto; } }
        #lf-main-container .lf-result-list li > a:hover {
          background: #f0f0f0; }
          #lf-main-container .lf-result-list li > a:hover:after {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7; }
      #lf-main-container .lf-result-list li:nth-child(odd) {
        background: #fafafa; }
  #lf-main-container #lf-result-trigger-mobile {
    position: absolute;
    top: -40px;
    left: 0;
    border: 0;
    margin: 0;
    padding: .75em 1em;
    color: white;
    font-weight: 300;
    background: #828282;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-result-trigger-mobile {
        display: none; } }
  #lf-main-container #lf-result-trigger-desktop {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    border: 0;
    margin: 0 0 0 -25px;
    outline: none;
    padding: .2em 1em .35em;
    -webkit-appearance: none;
    background: #a0a0a0;
    cursor: pointer; }
    #lf-main-container #lf-result-trigger-desktop span {
      -webkit-transform: scale(0.8) rotate(0deg);
      -moz-transform: scale(0.8) rotate(0deg);
      -ms-transform: scale(0.8) rotate(0deg);
      -o-transform: scale(0.8) rotate(0deg);
      transform: scale(0.8) rotate(0deg);
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 10px;
      width: 17px;
      background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
      background-position: 0 -674px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html.mediaqueries #lf-main-container #lf-result-trigger-desktop span {
          background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
          background-position: 0 -656.5px;
          -webkit-background-size: 36px auto;
          -moz-background-size: 36px auto;
          -o-background-size: 36px auto;
          background-size: 36px auto; } }
    #lf-main-container #lf-result-trigger-desktop.is-open span {
      -webkit-transform: scale(0.8) rotate(180deg);
      -moz-transform: scale(0.8) rotate(180deg);
      -ms-transform: scale(0.8) rotate(180deg);
      -o-transform: scale(0.8) rotate(180deg);
      transform: scale(0.8) rotate(180deg); }
    @media only screen and (min-width: 768px) {
      #lf-main-container #lf-result-trigger-desktop {
        display: block; } }
  #lf-main-container #lf-map-wrapper {
    z-index: -1;
    width: 100%;
    height: 100%; }
  #lf-main-container .lf-button-back {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    display: block;
    color: #f26938;
    padding: .5em .5em .6em;
    line-height: 1.3em;
    background: rgba(242, 105, 56, 0.4); }
    #lf-main-container .lf-button-back i {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 12px;
      width: 8px;
      background-image: url('/static/images/icon/icon-1x-s68b87c7d05.png?38424b639919');
      background-position: 0 -686px;
      background-repeat: no-repeat;
      position: relative;
      top: -1px;
      margin-right: 5px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html.mediaqueries #lf-main-container .lf-button-back i {
          background-image: url('/static/images/icon/icon-2x-se814220f8c.png?38424b639919');
          background-position: 0 -617px;
          -webkit-background-size: 36px auto;
          -moz-background-size: 36px auto;
          -o-background-size: 36px auto;
          background-size: 36px auto; } }
    #lf-main-container .lf-button-back:hover, #lf-main-container .lf-button-back:focus, #lf-main-container .lf-button-back:active {
      background: rgba(241, 94, 42, 0.4); }
  #lf-main-container .lf-distance {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    padding: .035em .3em;
    font-size: .9em;
    background: #e6e6e6; }
  #lf-main-container #lf-loading-overlay {
    display: none;
    position: absolute;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 0.85); }
    #lf-main-container #lf-loading-overlay.active {
      display: block; }

.loader {
  display: block;
  width: 10px;
  height: 10px;
  background: #f26938;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader-fade 0.5s 0.5s infinite alternate;
  -moz-animation: loader-fade 0.5s 0.5s infinite alternate;
  -ms-animation: loader-fade 0.5s 0.5s infinite alternate;
  -o-animation: loader-fade 0.5s 0.5s infinite alternate;
  animation: loader-fade 0.5s 0.5s infinite alternate;
  margin: 0 4px;
  margin-left: 20px;
  position: absolute;
  top: 45%;
  left: 44%; }
  .loader:before {
    display: block;
    width: 10px;
    height: 10px;
    background: #f26938;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-fade 1s infinite alternate;
    -moz-animation: loader-fade 1s infinite alternate;
    -ms-animation: loader-fade 1s infinite alternate;
    -o-animation: loader-fade 1s infinite alternate;
    animation: loader-fade 1s infinite alternate;
    content: "";
    position: absolute;
    right: 20px; }
  .loader:after {
    display: block;
    width: 10px;
    height: 10px;
    background: #f26938;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-fade 1s 1s infinite alternate;
    -moz-animation: loader-fade 1s 1s infinite alternate;
    -ms-animation: loader-fade 1s 1s infinite alternate;
    -o-animation: loader-fade 1s 1s infinite alternate;
    animation: loader-fade 1s 1s infinite alternate;
    content: "";
    position: absolute;
    left: 20px; }

@-webkit-keyframes loader-fade {
  from {
    background-color: #f26938; }

  to {
    background-color: rgba(242, 105, 56, 0.2); } }

@-moz-keyframes loader-fade {
  from {
    background-color: #f26938; }

  to {
    background-color: rgba(242, 105, 56, 0.2); } }

@keyframes loader-fade {
  from {
    background-color: #f26938; }

  to {
    background-color: rgba(242, 105, 56, 0.2); } }

img,
object,
embed {
  max-width: none; }

/* SELECTION GUIDE
##################################################################################################################### */
#selection-guide-needs {
  *zoom: 1; }
  #selection-guide-needs:before, #selection-guide-needs:after {
    content: " ";
    display: table; }
  #selection-guide-needs:after {
    clear: both; }
  #selection-guide-needs ul {
    margin: 0;
    padding: 0; }
    #selection-guide-needs ul li {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      position: relative;
      margin: 0 0 .5em;
      padding: 0;
      border: 4px solid white;
      cursor: pointer; }
      #selection-guide-needs ul li span {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        display: block;
        width: 100%;
        padding: .75em;
        line-height: 1.2em;
        background: #e6e6e6; }
      #selection-guide-needs ul li:hover, #selection-guide-needs ul li:focus, #selection-guide-needs ul li:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
        opacity: 0.85; }
      #selection-guide-needs ul li:hover {
        border-color: #969696; }
      #selection-guide-needs ul li.selected {
        border-color: #f26938; }
        #selection-guide-needs ul li.selected span {
          color: white;
          background: #f26938; }
      #selection-guide-needs ul li input[type="checkbox"] {
        display: none; }

#requirements-container {
  margin: 20px 0; }
  #requirements-container .requirement {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 105px;
    height: 23px;
    margin: 0 .5em .5em 0;
    padding: .16em .4em;
    color: white;
    cursor: pointer;
    background: #828282 url('/static/images/special-checkbox.png') 82px 0 no-repeat; }
    #requirements-container .requirement.selected {
      background-color: #f26938; }

.hearing-solutions-info {
  display: none; }

#selection-guide-solutions li {
  position: relative; }
  #selection-guide-solutions li img {
    border: 4px solid gainsboro;
    cursor: help; }
  #selection-guide-solutions li .small-text {
    display: block;
    padding: .1em .5em .45em;
    background: gainsboro; }
  #selection-guide-solutions li .info-text {
    display: none;
    padding: .5em;
    font-size: .9em;
    background: #e6e6e6; }
  #selection-guide-solutions li.selected img {
    border: 4px solid #f26938; }
  #selection-guide-solutions li.selected .small-text {
    color: white;
    background: #f26938; }

/* DOCUMENTS
##################################################################################################################### */
.document,
.article-list-item {
  overflow: hidden;
  background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x;
  margin-bottom: 1em;
  padding: 1em 0; }
  .document h3,
  .article-list-item h3 {
    margin: 0 0 .5em; }
  .document img,
  .article-list-item img {
    float: left;
    margin: .45em 1em .45em 0; }
  .document ul,
  .article-list-item ul {
    margin: 0 0 1em;
    padding: 0; }
    .document ul li,
    .article-list-item ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      list-style: none; }
      .document ul li a,
      .article-list-item ul li a {
        /* @extend %btn; won't work */
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        margin-bottom: .5em;
        padding: .5em 2.5em;
        color: white;
        border: 0;
        background: #f26938;
        line-height: 1.5;
        font-weight: 300; }
        .document ul li a:hover, .document ul li a:active, .document ul li a:focus,
        .article-list-item ul li a:hover,
        .article-list-item ul li a:active,
        .article-list-item ul li a:focus {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
          opacity: 0.85;
          color: white; }

form ul {
  list-style: none; }
form input[type="submit"] {
  margin-top: 1em; }

> ul {
  list-style: none;
  margin-left: 0; }
  > ul a {
    display: block; }

/* PROMOTIONS
##################################################################################################################### */
#promotions {
  padding-top: 1em;
  background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') top left repeat-x; }
  #promotions > img {
    margin-bottom: 1em; }
  #promotions .promotion {
    background: url('/static/images/dotted-line-repeater.png?e91030c0bcf6') bottom left repeat-x;
    margin-bottom: 1em;
    padding: 1em 0; }
    #promotions .promotion h3 {
      margin: 0 0 .5em; }
    #promotions .promotion img {
      float: left;
      margin: .45em 1em 0 0; }
    #promotions .promotion ul {
      margin: 0 0 1em;
      padding: 0; }
      #promotions .promotion ul li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        list-style: none; }
  #promotions ul {
    text-align: right; }
    #promotions ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }

/* COOKIE POLICY
##################################################################################################################### */
#cookie-policy {
  display: none;
  position: fixed;
  z-index: 2000 !important;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .65em 0;
  color: white !important;
  background: rgba(0, 0, 0, 0.75); }
  #cookie-policy .table {
    display: table;
    width: 100%; }
  #cookie-policy .table-cell {
    display: table-cell;
    vertical-align: middle; }
    #cookie-policy .table-cell:first-child {
      padding-right: 2em; }
    #cookie-policy .table-cell:last-child {
      text-align: right; }
  #cookie-policy p {
    margin: 0 !important; }
    #cookie-policy p span {
      margin-right: .5em; }
  #cookie-policy a {
    margin: 0;
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap; }
  #cookie-policy button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 !important;
    border: 0 !important;
    padding: .45em 1.75em !important;
    color: #c8c8c8 !important;
    background: rgba(0, 0, 0, 0.7) !important; }
    #cookie-policy button:hover, #cookie-policy button:focus, #cookie-policy button:active {
      outline: 0;
      background: black !important; }

/* OFFCANVAS
##################################################################################################################### */
#outer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%; }

#offcanvas-container {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 273px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: white; }

#sl_offcanvas-overlay {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-backface-visibility: hidden; }

.sl_offcanvas-open-left #offcanvas-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.sl_offcanvas-open-left #outer {
  -webkit-transform: translate(273px, 0);
  -moz-transform: translate(273px, 0);
  -ms-transform: translate(273px, 0);
  -o-transform: translate(273px, 0);
  transform: translate(273px, 0); }
.sl_offcanvas-open-left #sl_offcanvas-overlay {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  left: 0;
  opacity: 1; }

.no-csstransforms #offcanvas-container {
  display: none; }

/* APPOINTMENT
##################################################################################################################### */
.appointment-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: -260px;
  padding: 20px 0;
  background: url('/static/images/button_appointment.png?e91030c0bcf6') 0 50% no-repeat; }
  @media screen and (min-width: 1100px) {
    .appointment-overlay {
      display: block;
      margin-top: -250px;
      width: 400px;
      height: 500px; } }
  .appointment-overlay .btn-close {
    position: absolute;
    top: 10px;
    right: 10px; }

.appointment-overlay:hover {
  background: url('/static/images/button_appointment.png?e91030c0bcf6') -48px 50% no-repeat; }

.appointment-overlay--open:hover {
  background: url('/static/images/button_appointment.png?e91030c0bcf6') 0 50% no-repeat; }

.appointment-overlay__toggler {
  display: block;
  width: 47px;
  height: 100%;
  float: left;
  text-indent: -1000px;
  overflow: hidden;
  outline: 0 !important; }

.appointment-overlay__content {
  background: #ebebeb;
  padding: 1.25em;
  width: 350px;
  height: 100%;
  float: left;
  overflow-y: scroll; }
  .appointment-overlay__content input[type="text"],
  .appointment-overlay__content input[type="email"],
  .appointment-overlay__content select {
    background-color: #fafafa; }
  .appointment-overlay__content .help-box {
    float: none;
    margin-top: 25px;
    margin-bottom: 40px; }

/**
 * flexslider overwrites
 */
#gallery-slider.flexslider .flex-prev {
  left: 20px; }
  #gallery-slider.flexslider .flex-prev:before {
    margin-left: 2px; }
#gallery-slider.flexslider .flex-next {
  right: 20px; }
  #gallery-slider.flexslider .flex-next:before {
    margin-right: 2px; }
#gallery-slider.flexslider:hover .flex-prev {
  left: 20px; }
#gallery-slider.flexslider:hover .flex-next {
  right: 20px; }
#gallery-slider.flexslider .flex-direction-nav {
  z-index: 100; }
  #gallery-slider.flexslider .flex-direction-nav a {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    height: 64px;
    width: 64px;
    z-index: 100; }
    #gallery-slider.flexslider .flex-direction-nav a:before {
      color: white; }

/* EMOTIONAL VIDEO SLIDER
##################################################################################################################### */
.flex-control-nav {
  opacity: 0;
  bottom: -25px;
  transition: opacity .4s ease; }
  .flex-control-nav li a {
    font-size: 0; }

.flex-direction-nav {
  z-index: 100; }
  .flex-direction-nav a {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    height: 64px;
    width: 64px;
    z-index: 100; }
    .flex-direction-nav a:before {
      padding: 0 18px;
      color: white; }
    .flex-direction-nav a:hover {
      text-shadow: none; }
      .flex-direction-nav a:hover:before {
        color: #f26938;
        text-shadow: none; }

.flex-control-paging li a.flex-active {
  background-color: #f26938 !important; }

.feature-emotional-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 59%;
  height: 0; }
  @media only screen and (min-width: 768px) {
    .feature-emotional-video {
      padding-bottom: 54%; } }
  @media only screen and (min-width: 1280px) {
    .feature-emotional-video {
      padding-bottom: 53%; } }
  .feature-emotional-video .flexslider {
    position: relative; }
    .feature-emotional-video .flexslider .flex-prev {
      left: -50px; }
    .feature-emotional-video .flexslider .flex-next {
      right: -50px; }
    .feature-emotional-video .flexslider:hover .flex-prev {
      left: 20px;
      opacity: .7; }
    .feature-emotional-video .flexslider:hover .flex-next {
      right: 20px;
      opacity: .7; }
    .feature-emotional-video .flexslider .slides li {
      position: relative; }
      .feature-emotional-video .flexslider .slides li .slide-overlay {
        position: absolute;
        z-index: 40;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .feature-emotional-video .flexslider .slides li .slide-content-area {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3%;
        background: rgba(255, 255, 255, 0.6); }
        .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-title,
        .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-content {
          margin: 0;
          padding: 0;
          color: black;
          font-size: .8em; }
        .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-title {
          margin-bottom: .5em;
          color: #f26938; }
        @media only screen and (min-width: 768px) {
          .feature-emotional-video .flexslider .slides li .slide-content-area {
            top: 0;
            bottom: auto;
            padding: 8% 58% 10% 8%;
            background: none; }
            .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-content {
              color: white; }
            .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-title {
              display: block;
              font-size: 20px; }
            .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-content {
              font-size: 28px; }
            .feature-emotional-video .flexslider .slides li .slide-content-area .show-bg {
              padding: 5%;
              background: rgba(255, 255, 255, 0.7); }
            .feature-emotional-video .flexslider .slides li .slide-content-area .teaser-content.color-gray {
              color: #787878; } }
      .feature-emotional-video .flexslider .slides li img {
        position: relative;
        z-index: 30; }
      .feature-emotional-video .flexslider .slides li .iframe-video {
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        left: 0; }
    .feature-emotional-video .flexslider .btn-play {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transform: scale(0.5, 0.5);
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      -o-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      -webkit-transition: all 0.12s ease-in-out;
      -moz-transition: all 0.12s ease-in-out;
      -o-transition: all 0.12s ease-in-out;
      transition: all 0.12s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px;
      background: #f26938;
      cursor: pointer; }
      .feature-emotional-video .flexslider .btn-play:before {
        content: "";
        display: block;
        position: absolute;
        top: 41px;
        left: 50px;
        width: 0;
        height: 0;
        margin-top: -10px;
        margin-left: -10px;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 30px solid white; }
      .feature-emotional-video .flexslider .btn-play:hover {
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        -o-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6); }
      @media only screen and (min-width: 768px) {
        .feature-emotional-video .flexslider .btn-play {
          -webkit-transform: scale(0.8, 0.8);
          -moz-transform: scale(0.8, 0.8);
          -ms-transform: scale(0.8, 0.8);
          -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8); }
          .feature-emotional-video .flexslider .btn-play:hover {
            -webkit-transform: scale(0.9, 0.9);
            -moz-transform: scale(0.9, 0.9);
            -ms-transform: scale(0.9, 0.9);
            -o-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); } }

/* STYLEGUIDE
##################################################################################################################### */
#styleguide section {
  margin-bottom: 1.25em; }
  #styleguide section > h3 {
    color: #b4b4b4; }
  #styleguide section .area {
    margin-bottom: 1.25em;
    padding: 0.625em;
    border: 1px solid #e6e6e6; }
#styleguide #colors #color-pallet {
  margin: 0;
  padding: 0; }
  #styleguide #colors #color-pallet li {
    position: relative;
    overflow: hidden;
    height: 135px; }
    #styleguide #colors #color-pallet li:nth-child(1) {
      background: #f26938; }
    #styleguide #colors #color-pallet li span {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: .35em 1em;
      font-size: .85em;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.6); }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  margin-top: -14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 260px;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgb(200,200,200);
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 260px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /*-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
          /*transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
  /*transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;*/
  /*transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;*/
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  /*-webkit-transform: translateY(0) perspective(600px) rotateX(0);*/
          /*transform: translateY(0) perspective(600px) rotateX(0);*/
  /*transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;*/
  /*transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;*/
  /*box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);*/
}

.picker__footer {
  display: none;
}

.picker__footer button {
  color: rgb(0,0,0);
}

.picker button {
  margin-bottom: 10px;
}

.picker thead {
  background: none;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #f26938;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #f26938;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: none;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .8em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .2em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #f26938;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: rgb(180,180,180);
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: rgb(240,240,240);
}
.picker__day--highlighted {
  border-color: none;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: rgb(230,230,230);
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: rgb(120,120,120);
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: none;
  border-color: none;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: green;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: none;
  border-bottom-color: none;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
