@import url(/css/thickbox.css);
@import url(/css/structure.css);
@import url(/custom/fonts/icomoon/style.css);
@import url(/css/thickbox.css);
@import url(/css/structure.css);
/* Base Font Variables (ONLY MODIFY DO NOT DELETE) */
/* normalize.css v2.1.3 | 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;
}

/* ==========================================================================
   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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -2em;
  margin-right: -2em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    float: left;
  }

  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .row-keep-left [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

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

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 480px; */
@media only screen and (min-width: 480px) {
  .smallish-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .smallish-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .smallish-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .smallish-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .smallish-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .smallish-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .smallish-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .smallish-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .smallish-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .smallish-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .smallish-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .smallish-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .smallish-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .smallish-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .smallish-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .smallish-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .smallish-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .smallish-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .smallish-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .smallish-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .smallish-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .smallish-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .smallish-1 {
    position: relative;
    width: 8.33333%;
  }

  .smallish-2 {
    position: relative;
    width: 16.66667%;
  }

  .smallish-3 {
    position: relative;
    width: 25%;
  }

  .smallish-4 {
    position: relative;
    width: 33.33333%;
  }

  .smallish-5 {
    position: relative;
    width: 41.66667%;
  }

  .smallish-6 {
    position: relative;
    width: 50%;
  }

  .smallish-7 {
    position: relative;
    width: 58.33333%;
  }

  .smallish-8 {
    position: relative;
    width: 66.66667%;
  }

  .smallish-9 {
    position: relative;
    width: 75%;
  }

  .smallish-10 {
    position: relative;
    width: 83.33333%;
  }

  .smallish-11 {
    position: relative;
    width: 91.66667%;
  }

  .smallish-12 {
    position: relative;
    width: 100%;
  }

  .row .smallish-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .smallish-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .smallish-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .smallish-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .smallish-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .smallish-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .smallish-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .smallish-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .smallish-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .smallish-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .smallish-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .smallish-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .columns.first {
    padding-right: 2em;
  }

  .columns.last {
    padding-left: 2em;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 980px) {
  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }
}
/* Styles for screens that are atleast 1024; */
@media only screen and (min-width: 1024px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Styles for screens that are atleast 1200; */
@media only screen and (min-width: 1200px) {
  .huge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .huge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .huge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .huge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .huge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .huge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .huge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .huge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .huge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .huge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .huge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .huge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .huge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .huge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .huge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .huge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .huge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .huge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .huge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .huge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .huge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .huge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .huge-1 {
    position: relative;
    width: 8.33333%;
  }

  .huge-2 {
    position: relative;
    width: 16.66667%;
  }

  .huge-3 {
    position: relative;
    width: 25%;
  }

  .huge-4 {
    position: relative;
    width: 33.33333%;
  }

  .huge-5 {
    position: relative;
    width: 41.66667%;
  }

  .huge-6 {
    position: relative;
    width: 50%;
  }

  .huge-7 {
    position: relative;
    width: 58.33333%;
  }

  .huge-8 {
    position: relative;
    width: 66.66667%;
  }

  .huge-9 {
    position: relative;
    width: 75%;
  }

  .huge-10 {
    position: relative;
    width: 83.33333%;
  }

  .huge-11 {
    position: relative;
    width: 91.66667%;
  }

  .huge-12 {
    position: relative;
    width: 100%;
  }

  .row .huge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .huge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .huge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .huge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .huge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .huge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .huge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .huge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .huge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .huge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .huge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .huge-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* 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;
  }
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

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

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

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-weight: normal;
  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;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.start {
  float: left !important;
}

.end {
  float: right !important;
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2285a2;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #4a831c;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  cursor: default;
  opacity: 0.7;
  -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: #2285a2;
}

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: #2ba6cb;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -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: #bababa;
}

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: #333333;
}

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: #e9e9e9;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white;
  cursor: default;
  opacity: 0.7;
  -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: #4a831c;
}

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: #5da423;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white;
  cursor: default;
  opacity: 0.7;
  -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: #9e0c0f;
}

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: #c60f13;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

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

/* Label Styles */
label {
  font-size: 1.5em;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select:hover {
  border-color: #999999;
}

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

  select:hover {
    background: #f3f3f3;
  }
}

/* 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: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* 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.125rem;
  border: none;
}

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

.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: #d8d8d8;
  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: #cbcbcb;
  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: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  display: block;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/*
  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 {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  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: #fafafa;
    border-color: #999999;
    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; }*/
/* Add height value for select elements to match text input height */
select {
  /*height: 2.3125rem;*/
}

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

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
  margin-bottom: 0;
  vertical-align: baseline;
}

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

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.btn {
  background: #d91836;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Frutiger Neue W01 Thin", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 25px;
  padding: 9px 13px 5px 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  border: none;
  text-align: left;
  /* Sizes */
  /* Icons */
}
.btn:hover, .btn:focus {
  color: #fff;
  background: #c21530;
}
.btn.expand {
  width: 100%;
  text-align: center;
}
.btn [class^="icon-"]:before {
  font-size: 1em;
  float: right;
  color: #fff;
  position: relative;
  top: 4px;
}

.btn-small {
  font-size: 1.4em;
  text-transform: none;
  color: #015fa2;
  background: #d9e3e7;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  border-bottom: 3px solid #9cb4be;
}
.btn-small:hover, .btn-small:focus {
  color: #0168b1;
  background: #e2eaed;
}
.btn-small [class^="icon-"]:before {
  color: #738f9b;
  float: none;
  top: 0;
  left: 2px;
}

.btn-buy {
  padding-top: 15px;
  padding-bottom: 11px;
  width: 150px;
  border: 0;
}
.btn-buy i {
  float: right;
}
.btn-buy [class^="icon-"]:before {
  color: #f6cc99;
}

.btn-gallery-festival {
  background: none;
  border: 1px solid #fff;
  font-size: 1.3em;
  width: auto;
  padding: 8px;
  float: right;
}
.btn-gallery-festival:hover {
  background: none;
}
.btn-gallery-festival [class^="icon-"]:before {
  top: 1px;
}

.btn-clean {
  width: 148px;
  font-size: 2em;
  text-align: center;
  padding: 13px 5px 12px 5px;
}

.btn-border {
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 21px;
  width: 170px;
  background: none;
  border: 1px solid #4d4d4d;
  font-size: 2em;
}
.btn-border i {
  float: right;
}
.btn-border [class^="icon-"]:before {
  color: #d91836;
}
.btn-border.hover {
  background: #202020;
}

.button-submit {
  line-height: 28px;
  width: auto;
  font-size: 2.2em;
  min-width: 170px;
}
.button-submit [class^="icon-"]:before {
  top: 2px;
}

.btn-submit-simple {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 1.6em;
}

.button-reset {
  background: #555555;
  margin: 0 0 15px 0;
}
.button-reset:hover, .button-reset:focus {
  background: #626262;
}

.btn-checkout-next {
  background: #439811;
  border: 1px solid #439811;
  font-size: 2.4em;
  font-weight: 300;
  padding: 17px 13px 17px 16px;
  width: 65%;
  float: right;
}
.btn-checkout-next:hover, .btn-checkout-next:focus {
  background: #39810e;
}
.btn-checkout-next [class^="icon-"]:before {
  top: 0;
}
.no-prev .btn-checkout-next {
  width: 100%;
}

.btn-checkout-prev {
  width: 100px;
  display: inline-block;
  background: 0;
  color: #2e3133;
  border: 1px solid #bec5cc;
  border-right: none;
  width: 35%;
  padding: 17px 13px 17px 16px;
  float: right;
  font-size: 2.4em;
}
.btn-checkout-prev:hover, .btn-checkout-prev:focus {
  background: none;
  color: #2e3133;
}

.no-prev .btn-checkout-prev {
  display: none;
}

.btn-extraInfo {
  display: block;
  text-shadow: none;
  font-size: 0.43em;
  text-transform: none;
  line-height: 1em;
  font-weight: bold;
  text-align: left;
  margin: 4px 0 0;
}

.btn-festival-toggle {
  background: #ae3d45;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  padding: 12px 13px 12px 16px;
}
.btn-festival-toggle [class^="icon-"] {
  font-size: 1.3em;
}
.btn-festival-toggle [class^="icon-"]:before {
  top: 1px;
}
.btn-festival-toggle.active [class^="icon-"]:before {
  content: '\e82e';
}

.btn-festival-planner {
  background: #cd4851;
  padding: 17px 12px 17px 16px;
  border-bottom: 1px solid #ae3d45;
}
.btn-festival-planner [class^="icon-"]:before {
  font-size: 1.5em;
  top: 2px;
}

.btn-filter-dropdown {
  background: #526070;
  padding: 17px 10px 17px 13px;
}
.btn-filter-dropdown [class^="icon-"]:before {
  top: 6px;
}

.btn-filter-date {
  background: #526070;
  padding: 17px 10px 17px 13px;
}

.btn-clear-filters {
  background: #273441;
  padding: 17px 13px 17px 8px;
}
.btn-clear-filters [class^="icon-"]:before {
  float: left;
  font-size: 1.375em;
  top: 2px;
}

.more-results {
  text-align: center;
  margin-bottom: 50px;
}
.more-results a {
  font-size: 1.6em;
  color: #0059a5;
  font-weight: 400;
  text-decoration: none;
}
.more-results i {
  margin-right: 4px;
}
.more-results.checkout-more {
  margin: 26px 0;
}

Button:hover {
  cursor: pointer;
}

.btn-checkoutLogin {
  background: #252f3b;
  color: #ffffff;
  font-size: 1.8em;
  text-align: center;
  font-weight: 400;
  margin: 15px 0 0;
  padding: 6px 13px 8px 16px;
}
.btn-checkoutLogin:hover {
  background: #11161c;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }
}

.readMore {
  text-align: left;
  /* Icons */
}
.readMore .btnTxt {
  margin-top: 5px;
  margin-left: 5px;
  float: left;
}
.readMore [data-icon]:before {
  font-size: 55px;
  top: 2px;
  color: #53a7dd;
}

.btn-festival-print {
  width: 330px;
  margin: 20px 0;
  font-size: 2.4em;
  padding: 10px 20px;
  font-weight: 400;
}
.btn-festival-print i {
  font-size: 18px;
}
.btn-festival-print i:before {
  color: #fff7b4 !important;
}

.pt {
  display: block;
  *zoom: 1;
}
.pt:before, .pt:after {
  content: " ";
  display: table;
}
.pt:after {
  clear: both;
}
.pt ol {
  counter-reset: li;
  /* Initiate a counter */
  margin: 0;
  padding: 0;
  text-align: justify;
}
.pt ol > li {
  width: 14.28571428571429%;
  float: left;
  background: none;
  text-align: center;
  border: 1px solid #bec5cc;
  border-left: 0;
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
}
.pt ol > li:first-child {
  border-left: 1px solid #bec5cc;
}
.pt ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  left: 0;
  top: 7px;
  width: 2em;
  color: #2e3133;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
}
.pt ol > li a {
  text-decoration: none;
  line-height: 1em;
  color: #2e3133;
  display: block;
  font-size: 1em;
  padding: 13px 0 12px;
  display: block;
  text-indent: -9999em;
  height: 35px;
  position: relative;
}
.pt ol > li.active {
  background: #0059a5;
  border: 1px solid #0059a5;
}
.pt ol > li.active a {
  color: #fff;
}
.pt ol > li.active:before {
  color: #fff;
}
.pt ol > li.active ~ li {
  background: #fff;
}
.pt .pt-num {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .pt ol > li:before {
    content: "";
  }
  .pt ol > li a {
    font-size: 1.3em;
    padding: 12px 0 11px;
    text-indent: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .pt ol > li:before {
    content: "";
  }
  .pt ol > li a {
    font-size: 1.6em;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Frutiger Neue W01 Thin", sans-serif;
  font-style: normal;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #555555;
}

h1 {
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1em;
  letter-spacing: -2px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #db4d0f;
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: #333333;
}

h3 {
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: #333333;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  line-height: 1.2em;
  margin-bottom: 25px;
  letter-spacing: 0px;
  color: #333333;
}

h5 {
  font-style: normal;
  font-weight: 400;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 25px;
  letter-spacing: 0px;
  color: #333333;
}

h6 {
  font-style: normal;
  font-weight: 400;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 25px;
  letter-spacing: 0px;
  color: #333333;
}

p a:link, li a:link {
  color: #db4d0f;
  font-weight: 700;
  text-decoration: none;
}

p a:visited, li a:visited {
  color: #db4d0f;
}

p a:hover, li a:hover {
  text-decoration: none;
  color: #db4d0f;
}

p.intro {
  color: #949494;
  font-style: italic;
  font-size: 2.1em;
}

p.blockquote, blockquote {
  text-indent: 0px;
  color: #555555;
  font-size: 2em;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  line-height: 1.3em;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 37px auto;
  padding: 18px 0 0 0px;
  margin: 0;
  text-indent: 37px;
}

.imgFullWidth {
  margin: 0px auto;
}

.imgFullWidth, .imgLeft, .imgRight {
  padding: 0 0 25px;
  margin: 0px auto;
}

ul, ol {
  list-style-type: disc;
  padding: 0 0 0 18px;
  margin: 20px 0;
}
ul li, ol li {
  font-size: 1.6em;
  padding: 0 0 10px;
  line-height: 1.5em;
  color: #555555;
}
ul li h5, ol li h5 {
  margin-bottom: 10px;
}
ul li span, ol li span {
  color: #555555;
}

ol {
  list-style-type: decimal-leading-zero;
  padding-left: 32px;
  padding-bottom: 25px;
}
ol li {
  font-weight: 600;
  color: #555555;
}
ol li span {
  color: #555555;
  font-weight: normal;
}

hr {
  border: 2px solid #f2f3f3;
  margin-bottom: 20px;
}

.content h1 {
  padding: 40px 0 10px;
}
.content form .formRow {
  padding-bottom: 20px;
}
.content form label {
  font-weight: 600;
  font-size: 1.4em;
  color: #38424d;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.content form .formLabel {
  padding-top: 10px;
}
.content form .formLabel label {
  display: block;
  cursor: pointer;
}
.content form label.checkBoxLabel {
  max-width: 200px;
}
.content form label.error {
  color: #d91836;
  margin: 10px 0 0 10px;
  line-height: 1.4em;
}
.content form label.error:before {
  content: '\e826';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  opacity: 1;
}
.content form .required {
  color: #d91836;
}
.content form ul {
  padding: 0;
  margin: 0;
}
.content form ul li {
  list-style: none;
  padding: 0;
}
.content form ul li label {
  font-size: 0.875em;
}
.content form input[type="text"], .content form input[type="password"], .content form select {
  padding: 6px;
  font-size: 1.4em;
  width: 100%;
}
.content form input[type="text"].error, .content form input[type="password"].error, .content form select.error {
  border: 1px solid #d91836;
}
.content form input[type="radio"], .content form input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
    font-size: 6.4rem;
  }

  h2 {
    font-size: 44px;
    font-size: 4.4rem;
  }

  h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  h4 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  h5 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  h6 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  p.blockquote, blockquote {
    font-size: 2.6em;
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 60px auto;
    padding: 30px 0px 0 70px;
    text-indent: 0;
  }

  p.intro {
    font-size: 2.8em;
  }

  .imgLeft {
    float: left;
    padding: 6px 15px 25px 0;
    max-width: 426px;
  }

  .imgRight {
    float: right;
    padding: 6px 0 25px 15px;
    max-width: 426px;
  }
}
/* Base Rules */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.1;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Frutiger Neue W01 Light", sans-serif;
}

/* apply a natural box layout model to all elements */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

.clearBoth {
  clear: both;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #cfd6dc;
}

select {
  border-radius: 0;
}

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

#editmode_html_head #editmode_icons_1,
#editmode_html_head #editmode_icons_2 {
  float: left;
  height: 35px;
  margin-left: 130px;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.inner.internal {
  max-width: 800px;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

input, select {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#centricEditModeLink {
  z-index: 100;
  background: transparent;
}
#centricEditModeLink span a:link,
#centricEditModeLink span a:visited {
  color: #FFF;
}
#centricEditModeLink span a:link:hover,
#centricEditModeLink span a:visited:hover {
  color: #FFF;
}

.editmode_icon_bar {
  line-height: normal !important;
}
.editmode_icon_bar img {
  width: auto !important;
  display: inline-block !important;
  margin: 0 !important;
}

.navWrapper {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 15px;
  z-index: 3;
}
.navWrapper a {
  color: #fff;
  text-decoration: none;
}
.navWrapper .logo {
  float: left;
  width: 65%;
}
.navWrapper .logo .headerLogo {
  width: 146px;
  height: 29px;
  background-size: 146px 29px;
  margin-left: 25px;
  display: block;
  margin-top: 10px;
  background-image: url("/custom/files/media/stream_logo_mobile.png");
}
.navWrapper .navigation {
  float: right;
  width: 30%;
  text-align: right;
}
.navWrapper .navigation > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.navWrapper .navigation > ul > li {
  padding: 0;
  margin: 0;
}
.navWrapper .navigation > ul > li > a {
  color: #FFF;
  padding: 10px 20px;
  margin: 0;
  display: block;
}
.navWrapper .navigation > ul > li > a span {
  color: #FFF;
  display: block;
}
.navWrapper .navigation > ul > li > a .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.navWrapper .navigation > ul > li > a .description {
  font-size: 12px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.navWrapper .navigation > ul > li.login {
  display: none;
}
.navWrapper .navigation .loginMobile,
.navWrapper .navigation .navToggle {
  display: inline-block;
  width: 45px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.navWrapper .navigation .loginMobile i,
.navWrapper .navigation .navToggle i {
  line-height: 48px;
  line-height: 4.8rem;
}
.navWrapper .navigation .loginMobile.inactive,
.navWrapper .navigation .navToggle.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.navWrapper .navigation .navToggle {
  font-size: 30px;
  font-size: 3rem;
  color: #8d2803;
  text-shadow: none;
  border: 2px solid #ff6741;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.navWrapper .navigation.open ul {
  display: block;
}
.navWrapper .navigation .desktop-menu {
  display: none;
}

/* Overlay style */
.overlay {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(38, 45, 61, 0.92);
}

.overlay .headerLogo {
  width: 146px;
  height: 29px;
  background-size: 146px 29px;
  margin-left: 25px;
  display: block;
  margin-top: 25px;
  background-image: url("/custom/files/media/stream_logo_mobile_white.png");
}

/* Overlay closing cross */
.overlay .overlay-close {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-shadow: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  top: 15px;
  overflow: hidden;
  outline: none;
  z-index: 100;
  text-decoration: none;
  background: transparent;
  padding: 5px 0 0 0;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  font-size: 54px;
}

.overlay ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0 25px;
  display: block;
  height: 100%;
  position: relative;
}

.overlay ul.links-list > li {
  display: block;
  padding: 0;
}

.overlay ul.links-list > li > a {
  position: relative;
  line-height: 76px;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul.links-list > li > a span {
  position: absolute;
  left: 170px;
  top: 66px;
  font-size: 14px;
  line-height: 1.2;
  max-width: 240px;
  display: none;
  color: #fff;
}
.overlay ul.links-list > li > a i {
  float: right;
  line-height: 76px;
  margin-right: 5px;
  color: #f04e23;
}

.overlay .social-list-wrap {
  font-size: 0;
  line-height: 0;
}

.overlay ul.social-list {
  margin: 20px 0 0 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.overlay ul.social-list li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 20px;
  color: transparent;
}
.overlay ul.social-list li a {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
}
.overlay ul.social-list li a i {
  font-size: 20px;
  line-height: 40px;
}
.overlay ul.social-list .share-label {
  display: none;
  font-size: 21px;
  line-height: 40px;
  color: #fff;
  margin-right: 40px;
}
.overlay ul.social-list .facebook-link {
  background-color: #3d5999;
}
.overlay ul.social-list .twitter-link {
  background-color: #00a9cf;
}
.overlay ul.social-list .linkedin-link {
  background-color: #2d79a5;
}
.overlay ul.social-list .mail-link {
  background-color: #3b8100;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  margin-top: 34px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

#footer {
  background: #ff584c;
  background-image: -webkit-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: -moz-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: -o-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: linear-gradient(135deg, #ff554d, #ff6741);
  padding-top: 40px;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .footerLogo {
  display: block;
  margin-bottom: 30px;
}
#footer .footerLogo span {
  display: block;
}
#footer .footerLogo img {
  width: 83px;
}
#footer .footerNav {
  margin-bottom: 40px;
}
#footer .footerNav ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
#footer .footerNav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#footer .footerNav ul li a {
  display: block;
  padding: 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
#footer .weHeartDropbox {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  vertical-align: top;
}
#footer .weHeartDropbox i {
  line-height: 36px;
  line-height: 3.6rem;
  vertical-align: top;
  display: inline-block;
}
#footer .weHeartDropbox .icon-heart {
  margin: 0 15px;
}
#footer .weHeartDropbox .icon-dropbox {
  font-size: 36px;
  font-size: 3.6rem;
}
#footer .backToTop {
  display: block;
  width: 100%;
  height: 53px;
  text-align: center;
  line-height: 53px;
  line-height: 5.3rem;
  background-color: #f2482c;
  font-size: 30px;
  font-size: 3rem;
}

.toggle-targets > .section {
  padding: 0 25px;
  text-align: left;
}
.toggle-targets > .section p, .toggle-targets > .section ol, .toggle-targets > .section li, .toggle-targets > .section a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.toggle-targets > .section p {
  margin-bottom: 10px;
}
.toggle-targets > .section ol {
  list-style-type: decimal;
}
.toggle-targets > .section .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-bottom: 15px;
}
.toggle-targets > .section .sub-title {
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-bottom: 5px;
}

#privacy {
  padding: 0 25px;
  text-align: left;
}
#privacy p, #privacy ol, #privacy li, #privacy a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#privacy p {
  margin-bottom: 10px;
}
#privacy ol {
  list-style-type: decimal;
}
#privacy .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-bottom: 15px;
}
#privacy .sub-title {
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-bottom: 5px;
}

#contact {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}
#contact span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6em;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
#contact span.sub-title {
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  padding-top: 25px;
}
#contact span a {
  text-decoration: underline;
}

.section {
  margin: 0;
  padding: 0;
}
.section.title {
  background-color: #f3f2f1;
  background-size: 100% auto;
  background-size: cover;
  color: #fff;
  padding: 90px 20px 25px 20px;
}
.section.title .heading {
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  color: #333;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 50px;
  line-height: 5rem;
}
.section.title a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  text-decoration: none;
  line-height: 24px;
  line-height: 2.4rem;
  vertical-align: top;
  margin-top: 15px;
}
.section.title a i {
  color: #ff5223;
  margin-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  vertical-align: top;
}
.section.title a.button {
  float: none;
  *zoom: 1;
  position: static;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  padding: 15px 25px;
  background: #ff5223;
  margin: 0 15px 0 0;
  margin-right: 0;
  text-align: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.section.title a.button:before, .section.title a.button:after {
  content: " ";
  display: table;
}
.section.title a.button:after {
  clear: both;
}
.section.title a.button i {
  color: #fff;
  float: right;
}
.section.title a.button:hover {
  background: #ef3300;
}
.section.twitter-stream-container {
  background: #f3f2f1;
  padding: 25px 0 30px;
}
.section.twitter-stream-container .twitter-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.section.twitter-stream-container .twitter-content .twitter-orange {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 32px;
  background-size: contain;
  background-image: url("/custom/files/media/twitter_orange.png");
}
.section.twitter-stream-container .twitter-content .tweet-text {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin: 20px 0;
}
.section.twitter-stream-container .twitter-content .tweet-text a {
  color: #ff5330;
}
.section.twitter-stream-container .twitter-content .tweet-details {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-bottom: 0;
}
.section.twitter-stream-container .twitter-content .tweet-details .tweet-time {
  color: #a39f9b;
  display: block;
}
.section.twitter-stream-container .twitter-content .tweet-details .pipe {
  color: #a39f9b;
  display: inline-block;
  display: none;
}
.section.twitter-stream-container .twitter-content .tweet-details a {
  color: #333;
}
.section.twitter-stream-container .twitter-content .tweet-details a i {
  color: #ff5330;
}
.section.pricing {
  position: relative;
  z-index: 2;
  background-color: #3e3b3d;
  background-image: url("/custom/files/media/pricing_bg_mobile.jpg");
  background-size: 100% auto;
  background-size: cover;
  padding: 0 25px 35px 25px;
}
.section.pricing .section-desc {
  color: #c1bdbf;
  margin-bottom: 35px;
}
.section.pricing .section-title {
  padding-top: 20px;
}
.section.pricing .priceRow .priceBox {
  color: #404040;
  margin-bottom: 3px;
}
.section.pricing .priceRow .priceBox .content {
  background-color: #FFF;
  padding: 30px 35px;
  position: relative;
  *zoom: 1;
}
.section.pricing .priceRow .priceBox .content:before, .section.pricing .priceRow .priceBox .content:after {
  content: " ";
  display: table;
}
.section.pricing .priceRow .priceBox .content:after {
  clear: both;
}
.section.pricing .priceRow .priceBox span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.section.pricing .priceRow .priceBox hr {
  border: 1px solid #d4d4d4;
  margin: 15px 0 18px 0;
  padding: 0;
}
.section.pricing .priceRow .priceBox .large {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  padding-right: 35px;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.section.pricing .priceRow .priceBox .buttonMobile {
  position: absolute;
  color: #fff;
  top: 30px;
  right: 32px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  background: #ff5223;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.section.pricing .priceRow .priceBox .buttonMobile i {
  line-height: 34px;
  line-height: 3.4rem;
}
.section.pricing .priceRow .priceBox .info {
  color: #858585;
  width: 100%;
  margin-bottom: 5px;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.section.pricing .priceRow .priceBox .price {
  font-size: 64px;
  font-size: 6.4rem;
  float: left;
  color: #bca49f;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-left: -5px;
  vertical-align: top;
  letter-spacing: -2px;
}
.section.pricing .priceRow .priceBox .price.free {
  color: #5ab81a;
  text-transform: uppercase;
}
.section.pricing .priceRow .priceBox .small {
  float: left;
  width: 48px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #bca49f;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: -25px;
  vertical-align: top;
}
.section.pricing .priceRow .priceBox .small.free {
  color: #5ab81a;
  text-transform: uppercase;
}
.section.pricing .priceRow .priceBox .button {
  display: block;
  width: 100%;
  background: #ff5223;
  color: #FFF;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 25px 0 0 0;
  padding: 15px 0;
  text-align: center;
}
.section.pricing .priceRow .priceBox .buttonDesktop {
  display: none;
}
.section.pricing .priceRow .priceBox .learnMore {
  background: #bca49f;
}
.section.pricing .pricing-table {
  background: transparent;
  max-width: 1120px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}
.section.pricing .pricing-table .cloud-server-buttons {
  *zoom: 1;
}
.section.pricing .pricing-table .cloud-server-buttons:before, .section.pricing .pricing-table .cloud-server-buttons:after {
  content: " ";
  display: table;
}
.section.pricing .pricing-table .cloud-server-buttons:after {
  clear: both;
}
.section.pricing .pricing-table .cloud-server-buttons .in-the-cloud, .section.pricing .pricing-table .cloud-server-buttons .on-your-server {
  width: 50%;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  background: #dcdbd9;
  background: rgba(220, 219, 217, 0.3);
  font-size: 14px;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.section.pricing .pricing-table .cloud-server-buttons .in-the-cloud i, .section.pricing .pricing-table .cloud-server-buttons .on-your-server i {
  margin-right: 5px;
  vertical-align: middle;
}
.section.pricing .pricing-table .cloud-server-buttons .in-the-cloud.active, .section.pricing .pricing-table .cloud-server-buttons .in-the-cloud:hover, .section.pricing .pricing-table .cloud-server-buttons .on-your-server.active, .section.pricing .pricing-table .cloud-server-buttons .on-your-server:hover {
  color: #404040;
  background: #fff;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.section.pricing .pricing-table .cloud-server-buttons .in-the-cloud.active i, .section.pricing .pricing-table .cloud-server-buttons .in-the-cloud:hover i, .section.pricing .pricing-table .cloud-server-buttons .on-your-server.active i, .section.pricing .pricing-table .cloud-server-buttons .on-your-server:hover i {
  color: #b3b2b2;
}
.section.pricing .pricing-table .common-questions {
  background: #fff;
  margin: 0;
  padding: 15px 0;
  color: #404040;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
.section.pricing .pricing-table .common-questions a {
  color: #ff694a;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  display: block;
}
.section.pricing .pricing-table .common-questions a:hover {
  text-decoration: underline;
}
.section.pricing .pricing-table .plans-container {
  background: #eeeeed;
}
.section.pricing .pricing-table .plans-container .plans {
  display: none;
}
.section.pricing .pricing-table .plans-container .plans.active {
  display: block;
}
.section.pricing .pricing-table .plans-container .plans .user-list-buttons {
  display: none;
}
.section.pricing .pricing-table .plans-container .plans .user-list-select {
  padding: 20px 20px 0 20px;
}
.section.pricing .pricing-table .plans-container .plans .user-list-select select {
  height: 55px;
  padding: 0 20px;
  border: 1px solid #e1dcdc;
  border-radius: 2px;
  background: white url("../files/media/dropdown_icon.png") 100% 50% no-repeat;
  background-size: 32px 53px;
  font-size: 16px;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  outline: 0;
  -webkit-appearance: none;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices {
  text-align: center;
  letter-spacing: -0.025em;
  padding: 0 20px;
  line-height: 1;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail {
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .price {
  font-size: 68px;
  color: #ff5223;
  display: block;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .small {
  font-size: 12px;
  color: #9b9797;
  display: block;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .billed-annually {
  font-size: 10px;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .visible-big-desktop {
  display: none;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta {
  border-top: 1px solid #d4d4d4;
  margin-top: 15px;
  padding-bottom: 20px;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta p {
  font-size: 16px;
  color: #404040;
  padding: 15px 0;
  margin: 0;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta .button {
  display: block;
  width: 100%;
  background: #ff5223;
  color: #FFF;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta .button:hover {
  background: #ef3300;
}
.section.pricing .pricing-table .plans-container .server-plans .plan-prices .plan-cta .button {
  margin-top: 15px;
}
.section.pricing .pricing-table .plans-container .server-signup-form {
  display: none;
}
.section.pricing .pricing-table .plans-container .server-signup-form #signup_server_form {
  padding: 0 20px 20px;
  margin: 0 auto;
  width: auto;
}
.section.pricing .pricing-table .plans-container .server-signup-form .plan-summary {
  margin: 0 20px;
  padding: 15px 0;
  color: #ff694a;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
}
.section.pricing .pricing-table .plans-container .server-signup-form input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
}
.section.pricing .pricing-table .plans-container .server-signup-form input[type="submit"]:hover {
  background: #ef3300;
}
.section.pricing .pricing-table .plans-container #signup_server_success {
  display: none;
  padding: 20px;
}
.section.pricing .pricing-table .plans-container #signup_server_success .section-title {
  color: #404040;
  padding-top: 0;
}
.section.pricing .pricing-table .plans-container #signup_server_success p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.section.pricing .dedicatedPrice {
  text-align: center;
  margin: 30px auto 0 auto;
}
.section.pricing .dedicatedPrice .large {
  display: block;
  color: #FFF;
  font-size: 28px;
  font-size: 2.8rem;
}
.section.pricing .dedicatedPrice .info {
  display: block;
  color: #c4c4c4;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 15px 0;
}
.section.pricing .dedicatedPrice .em {
  color: #ff5223;
}
.section.pricing .dedicatedPrice .strong {
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.section.pricing .dedicatedPrice .button {
  display: block;
  width: 100%;
  background: #2e2a2b;
  color: #FFF;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 25px 0 0 0;
  padding: 15px 0;
  text-align: center;
}
.section.pricing .dedicatedPrice .dedicatedActionRow {
  margin: 25px 0 0 0;
}
.section.pricing .dedicatedPrice .dedicatedActionRow .large {
  padding: 0 45px;
  line-height: 49px;
  font-size: 24px;
  font-size: 2.4rem;
}
.section.pricing .dedicatedPrice .dedicatedActionRow .button {
  margin-top: 10px;
}
.section.try {
  padding: 0 25px 43px 25px;
}
.section.try .section-title {
  padding-bottom: 5px;
}
.section.try .section-title, .section.try .section-desc {
  color: #404040;
}
.section.try .section-desc {
  margin-bottom: 20px;
}
.section.try .strong {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
.section.try p {
  color: #ff5223;
  margin: 0 auto 10px auto;
  text-align: center;
}
.section.try .share {
  text-align: center;
}
.section.try .share .message {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #e1dcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 20px 0;
  color: #404040;
  background: #faf9f9;
  width: 100%;
}
.section.try .share .message a {
  color: #ff5223;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.section.try .share .button {
  padding: 15px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  color: #FFF;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.section.try .share .button i {
  margin-right: 20px;
}
.section.try .share .facebook {
  background: #405d9b;
}
.section.try .share .twitter {
  background: #55acee;
}

.section-title {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Frutiger Neue W01 Thin", sans-serif;
  padding: 50px 20px 16px;
  text-align: center;
  margin: 0;
}

.section-desc {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 36px;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.feature-section-title {
  color: #404040;
}

.feature-section-desc {
  color: #404040;
  margin-bottom: 20px;
}

.feature-graphic {
  text-align: center;
}
.feature-graphic img {
  display: inline-block;
}

.collab {
  background: url(/custom/files/media/bg-workspace.jpg) no-repeat 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.collab .section-title {
  color: #333;
}
.collab .section-desc {
  color: #333;
}

.screens-slider {
  background: url(/custom/files/media/collab-mobile.png) no-repeat 50% 0;
  height: 221px;
  background-size: 100%;
}

.features {
  position: relative;
  height: 800px;
  border-left: 9px solid #ff6849;
  -webkit-transition: height 0.1s ease-out;
  -moz-transition: height 0.1s ease-out;
  -o-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
  overflow: hidden;
}

.feature {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.feature.active-g {
  opacity: 1;
}

.feature-section-title {
  font-size: 32px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 36px;
}

.feature-section-desc [class^="icon-"]:before {
  display: none;
}
.feature-section-desc .icon-camera:before {
  font-size: 60px;
}

.feature-graphic {
  padding: 0 20px;
}

.controls {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.controls > a {
  color: #d1d1d1;
  font-size: 40px;
  text-decoration: none;
  top: 46px;
  position: absolute;
}
.controls > a.prev {
  left: 15px;
}
.controls > a.next {
  right: 15px;
}

.try {
  /* placeholder fades */
  /* validation errors */
}
.try form {
  width: 100%;
  padding: 0;
  margin: 0;
}
.try fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.try .inputRow {
  margin-bottom: 10px;
}
.try .inputRow:last-child {
  margin-bottom: 0;
}
.try input {
  height: 55px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  border: 1px solid #e1dcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 15px;
  margin: 0;
  color: #404040;
  background: #faf9f9;
  width: 100%;
  outline: 0;
}
.try input[type="submit"] {
  height: 50px;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  background: #ff5223;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  width: 100%;
}
.try textarea::-webkit-input-placeholder, .try input::-webkit-input-placeholder {
  color: #404040;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.try textarea:-moz-placeholder, .try input:-moz-placeholder {
  color: #404040;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.try textarea::-moz-placeholder, .try input::-moz-placeholder {
  color: #404040;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.try textarea:-ms-input-placeholder, .try input:-ms-input-placeholder {
  color: #404040;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.try textarea:focus::-webkit-input-placeholder, .try input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.try textarea:focus:-moz-placeholder, .try input:focus:-moz-placeholder {
  opacity: 0;
}
.try textarea:focus::-moz-placeholder, .try input:focus::-moz-placeholder {
  opacity: 0;
}
.try textarea:focus:-ms-input-placeholder, .try input:focus:-ms-input-placeholder {
  opacity: 0;
}
.try .errorMsg {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  color: #ff5330;
  margin-top: 5px;
}

.signupTop input {
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  font-size: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.signupTop input::-webkit-input-placeholder {
  color: #faf9f9;
  opacity: 0.7;
}
.signupTop input:-moz-placeholder {
  color: #faf9f9;
  opacity: 0.7;
}
.signupTop input::-moz-placeholder {
  color: #faf9f9;
  opacity: 0.7;
}
.signupTop input:-ms-input-placeholder {
  color: #faf9f9;
  opacity: 0.7;
}
.signupTop .errorMsg {
  color: #fff;
}
.signupTop .message {
  color: #fff;
  font-size: 21px;
}
.signupTop .message span {
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}

.centricFormBody {
  display: none;
}

/* form builder validation styles */
.formError {
  display: none;
}
.formError .formErrorContent {
  display: none;
}
.formError .formErrorArrow {
  display: none;
}

.shares {
  list-style-type: none;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.shares .lbl {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-right: 2px;
  display: none;
}
.shares > li {
  float: left;
  margin-left: 12px;
}
.shares > li a {
  display: block;
}
.shares > li a [class^="icon-"]:before {
  width: 32px;
  height: 32px;
  display: block;
  background: #3d5696;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
}
.shares > li a .icon-twitter:before {
  background: #02abc8;
}
.shares > li a .icon-linkedin:before {
  background: #2b7ca7;
}

#register_form_wrapper h2 {
  color: #404040;
  font-weight: normal;
  text-transform: none;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Frutiger Neue W01 Thin', sans-serif;
  line-height: 1.3;
  font-size: 28px;
}

.section.video-section .heading {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 40px;
  line-height: 4rem;
}
.section.video-section .email-signup p {
  font-size: 18px;
  letter-spacing: -0.01em;
}
.section.video-section .email-signup .email-input-container {
  *zoom: 1;
  text-align: center;
}
.section.video-section .email-signup .email-input-container:before, .section.video-section .email-signup .email-input-container:after {
  content: " ";
  display: table;
}
.section.video-section .email-signup .email-input-container:after {
  clear: both;
}

.video-wrap {
  background-color: #f3f2f1;
}

.signup-btn {
  position: static;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  padding: 15px 25px;
  background: #ff5223;
  margin: 0 15px 0 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: 226px;
  margin: 30px auto 0;
  display: block;
}
.signup-btn span {
  font-family: 'Frutiger Neue W01 Thin', sans-serif;
}
.signup-btn:hover {
  background: #ef3300;
}

.video {
  padding: 0 15px 50px 15px;
}

/* blog specific styles */
.blog {
  /* blog index and blog article */
  /* blog listing specific */
  /* blog post specific */
}
.blog form {
  margin-bottom: 0;
}
.blog .row {
  max-width: 1200px;
}
.blog .navWrapper {
  position: static;
  padding: 15px 0 0 0;
}
.blog .navWrapper .logo {
  width: 100%;
  float: none;
  line-height: 50px;
  padding-top: 3px;
}
.blog .navWrapper .logo a {
  display: block;
  max-width: 200px;
}
.blog .navWrapper .blogHeader {
  padding-bottom: 15px;
}
.blog .navWrapper .navigation-bar {
  background: #ff584c;
  background-image: -webkit-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: -moz-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: -o-linear-gradient(135deg, #ff554d, #ff6741);
  background-image: linear-gradient(135deg, #ff554d, #ff6741);
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.blog .navWrapper .navigation-bar a {
  display: inline-block;
  padding: 10px;
  line-height: 20px 30px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
}
.blog .navWrapper .navigation-bar a:hover, .blog .navWrapper .navigation-bar a:focus {
  text-decoration: underline;
}
.blog #inner-wrap {
  padding-bottom: 40px;
}
.blog .blogListing, .blog .blogPost {
  text-align: center;
  padding: 20px 0;
}
.blog .blogListing .blogBanner, .blog .blogPost .blogBanner {
  margin: 0 -2em;
}
.blog .blogListing .dateTags, .blog .blogPost .dateTags {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  color: #999999;
  margin: 20px auto;
  line-height: 15px;
}
.blog .blogListing .dateTags a, .blog .blogPost .dateTags a {
  color: #db4d0f;
  text-decoration: none;
}
.blog .blogListing .dateTags a:hover, .blog .blogListing .dateTags a:focus, .blog .blogPost .dateTags a:hover, .blog .blogPost .dateTags a:focus {
  text-decoration: underline;
}
.blog .blogListing .readMoreButton, .blog .blogPost .readMoreButton {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: #ff5330;
  display: block;
  margin: 0 auto;
  width: 167px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  line-height: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.blog .blogListing .socialLinks, .blog .blogPost .socialLinks {
  max-width: 360px;
  margin: 0 auto 20px auto;
  border-top: 4px solid #f3f2f1;
}
.blog .blogListing .socialLinks .addthis_toolbox, .blog .blogPost .socialLinks .addthis_toolbox {
  width: auto;
  padding: 30px;
  text-align: center;
}
.blog .blogListing .socialLinks .addthis_toolbox a, .blog .blogPost .socialLinks .addthis_toolbox a {
  float: none;
  display: inline-block;
}
.blog .blogListing .socialLinks .addthis_toolbox span.at15t_twitter,
.blog .blogListing .socialLinks .addthis_toolbox span.at15t_facebook,
.blog .blogListing .socialLinks .addthis_toolbox span.at15t_linkedin,
.blog .blogListing .socialLinks .addthis_toolbox span.at15t_google_plusone_share, .blog .blogPost .socialLinks .addthis_toolbox span.at15t_twitter,
.blog .blogPost .socialLinks .addthis_toolbox span.at15t_facebook,
.blog .blogPost .socialLinks .addthis_toolbox span.at15t_linkedin,
.blog .blogPost .socialLinks .addthis_toolbox span.at15t_google_plusone_share {
  background-image: url(/custom/files/media/social-link-icons.png);
}
.blog .blogListing .socialLinks .addthis_toolbox .at15t_twitter, .blog .blogPost .socialLinks .addthis_toolbox .at15t_twitter {
  background-position: 0 0 !important;
}
.blog .blogListing .socialLinks .addthis_toolbox .at15t_facebook, .blog .blogPost .socialLinks .addthis_toolbox .at15t_facebook {
  background-position: 0 -32px !important;
}
.blog .blogListing .socialLinks .addthis_toolbox .at15t_linkedin, .blog .blogPost .socialLinks .addthis_toolbox .at15t_linkedin {
  background-position: 0 -64px !important;
}
.blog .blogListing .socialLinks .addthis_toolbox .at15t_google_plusone_share, .blog .blogPost .socialLinks .addthis_toolbox .at15t_google_plusone_share {
  background-position: 0 -95px !important;
}
.blog .blogListing h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #111111;
  margin: 0 auto 20px auto;
  text-transform: none;
  font-family: "Frutiger Neue W01 Thin", sans-serif;
}
.blog .blogPost h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #111111;
  margin: 0 auto 20px auto;
  text-transform: none;
  font-family: "Frutiger Neue W01 Thin", sans-serif;
}
.blog .blogBody {
  max-width: 640px;
  margin: 0 auto;
}
.blog .controlSection {
  text-align: left;
}
.blog .controlSection h1 {
  margin-left: 0;
  margin-right: 0;
}
.blog .controlSection p, .blog .controlSection div {
  font-size: 16px;
  font-size: 1.6rem;
  color: #404040;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.blog .controlSection p img, .blog .controlSection div img {
  clear: both;
  margin: 0 10% 15px 10%;
  display: block;
  width: 80%;
}
.blog .controlSection pre, .blog .controlSection address {
  font-size: 16px;
  font-size: 1.6rem;
  color: #404040;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.blog .controlSection iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}
.blog .controlSection p.blockquote, .blog .controlSection blockquote {
  padding: 15px;
  margin-bottom: 15px;
}
.blog .controlSection p.blockquote p, .blog .controlSection blockquote p {
  padding: 0;
  margin: 0;
}
.blog .controlSection strong {
  font-weight: 400;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
}
.blog .controlSection ul, .blog .controlSection ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.blog .controlSection ul li, .blog .controlSection ol li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.blog .controlSection ul ul, .blog .controlSection ul ol, .blog .controlSection ol ul, .blog .controlSection ol ol {
  margin: 10px 0 0 0;
}
.blog .controlSection table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #f3f2f1;
  border-spacing: collapse;
}
.blog .controlSection table tr, .blog .controlSection table th, .blog .controlSection table td {
  border: 1px solid #f3f2f1;
  border-spacing: collapse;
}
.blog .controlSection table th, .blog .controlSection table td {
  padding: 5px;
}
.blog .section-title {
  max-width: 800px;
  margin: 0 auto;
  font-size: 28px;
  padding-top: 30px;
}
.blog .section-desc {
  max-width: 800px;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  font-size: 16px;
}
.blog .section-desc .left, .blog .section-desc .right {
  width: 100%;
  margin-bottom: 15px;
}
.blog .button {
  float: none;
  position: static;
  width: 100%;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  padding: 15px 25px;
  background: #ff5223;
  margin: 0 auto;
  margin-right: 0;
  text-align: left;
  max-width: 280px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.blog .button i {
  color: white;
  float: right;
}
.blog .button:hover {
  background: #ef3300;
}

/* for dropdowns */
.dropdown-zero {
  padding: 10px 0;
  text-align: right;
}
.dropdown-zero.open > .dropdown-menu {
  display: block;
}
.dropdown-zero .dropdown-menu {
  position: absolute;
  right: 20px;
  z-index: 10000;
  display: none;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  background-clip: padding-box;
  background-color: #181415;
  padding: 0;
  margin: 0;
  background: #ff584c;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.dropdown-zero .dropdown-menu li {
  color: white;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.dropdown-zero .dropdown-menu li:hover a {
  text-decoration: underline;
}
.dropdown-zero .dropdown-menu li a {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  display: block;
  min-width: 200px;
}
.dropdown-zero .dropdown-toggle {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  display: block;
  text-decoration: none;
  font-family: "Frutiger Neue W01 Bd", sans-serif;
  vertical-align: middle;
  padding: 5px 10px;
  line-height: 20px;
}
.dropdown-zero .dropdown-toggle:hover, .dropdown-zero .dropdown-toggle:focus {
  text-decoration: none;
}
.dropdown-zero .dropdown-toggle:after {
  font-family: 'icomoon';
  color: #db4d0f;
  content: "\e615";
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}

/**
 * Overview Page
 */
section.overview {
  background: #f3f2f1;
  padding-bottom: 40px;
}
section.overview .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
section.overview .section-title {
  color: #404040;
  padding-top: 100px;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  text-align: center;
  letter-spacing: -0.05em;
}
section.overview .sub-text {
  color: #ff5223;
  font-size: 20px;
  text-align: center;
  margin: 0 0 35px;
}
section.overview .overview-cta-holder {
  text-align: center;
}
section.overview .overview-cta {
  *zoom: 1;
  margin-bottom: 0;
}
section.overview .overview-cta:before, section.overview .overview-cta:after {
  content: " ";
  display: table;
}
section.overview .overview-cta:after {
  clear: both;
}
section.overview .overview-cta a {
  display: inline-block;
  *zoom: 1;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FrutigerNeueW01-Regular", sans-serif;
  text-decoration: none;
  line-height: 24px;
  line-height: 2.4rem;
  vertical-align: top;
  float: none;
  position: static;
  padding: 15px 25px;
  background: #ff5223;
  margin: 0;
  text-align: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: -0.05em;
}
section.overview .overview-cta a:before, section.overview .overview-cta a:after {
  content: " ";
  display: table;
}
section.overview .overview-cta a:after {
  clear: both;
}
section.overview .overview-cta a i {
  color: #fff;
  float: right;
  margin-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  vertical-align: top;
}
section.overview .overview-cta a:hover {
  background: #ef3300;
}
section.overview .overview-cta .not-button {
  color: #ff5223;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.feature-row .feature-col {
  text-align: center;
  margin-bottom: 30px;
}
.feature-row .feature-col .feature-img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.feature-row .feature-col .feature-content p {
  font-size: 1.8em;
}

.pricing-page .section.pricing {
  padding-top: 80px;
}

/* State Rules */
.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.hide {
  display: none;
}

.hide-override {
  display: none !important;
}

.rtl {
  text-align: right;
}

.ltl {
  text-align: left;
}

.static {
  position: static;
}

.hidden {
  display: none;
}

.header-search-form.active {
  left: 0;
}

.thumbnail {
  width: 25%;
}

.small-hide {
  display: none;
}

.active {
  display: block;
}

.big-only {
  display: none;
}

img.full-width {
  width: 100% !important;
}

.no-border {
  border: none !important;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
}

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

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

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

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

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  footer, aside, nav, .menu {
    display: none !important;
  }

  header.top {
    background: none !important;
    height: auto !important;
  }

  .logo {
    background: none !important;
    text-indent: 0 !important;
    font-size: 44px !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 15px !important;
    padding: 20px 0 0 0 !important;
    text-decoration: none !important;
  }
  .logo[href]:after {
    content: "";
  }

  .teaser {
    border-bottom: 2px solid #000 !important;
  }
  .teaser a:after {
    content: "" !important;
  }

  .thumbnail {
    width: auto !important;
  }

  .wrapper .columns {
    width: 100% !important;
  }

  .header-search, .bannerRotator, .fluid-width-video-wrapper {
    display: none !important;
  }

  .row {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .hide-mobile,
  .visible-desktop {
    display: none !important;
  }

  /* blog specific styles */
  .blog .navWrapper .navigation-bar a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .screens-slider {
    background: url(/custom/files/media/collab-medium.png) no-repeat 50% 0;
    height: 321px;
    background-size: 800px;
  }

  .section-desc {
    max-width: 720px;
    margin: 0 auto 44px;
  }
}
@media only screen and (min-width: 768px) {
  .navWrapper {
    padding-top: 18px;
  }
  .navWrapper .logo {
    width: 25%;
  }
  .navWrapper .logo .headerLogo {
    margin-left: 40px;
    margin-bottom: 25px;
    margin-top: 8px;
  }
  .navWrapper .navigation {
    width: 75%;
  }
  .navWrapper .navigation > ul {
    display: block;
    position: static;
    width: auto;
    background: transparent;
    *zoom: 1;
  }
  .navWrapper .navigation > ul:before, .navWrapper .navigation > ul:after {
    content: " ";
    display: table;
  }
  .navWrapper .navigation > ul:after {
    clear: both;
  }
  .navWrapper .navigation > ul > li {
    display: block;
    float: left;
    width: 26%;
  }
  .navWrapper .navigation > ul > li > a {
    height: 75px;
    padding: 0 15px;
    margin: 0;
    border-left: 1px solid #FFF;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navWrapper .navigation > ul > li > a .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  .navWrapper .navigation > ul > li > a .description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .navWrapper .navigation > ul > li.last {
    width: 22%;
  }
  .navWrapper .navigation > ul > li.login {
    display: block;
    width: 22%;
  }
  .navWrapper .navigation > ul > li.login a {
    border-left: none;
  }
  .navWrapper .navigation > ul > li.inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  .navWrapper .navigation > ul > li.inactive a {
    cursor: default;
  }
  .navWrapper .navigation .loginMobile,
  .navWrapper .navigation .navToggle {
    display: none;
  }
  .navWrapper .navigation .navToggle {
    margin-right: 40px;
  }
  .navWrapper .navigation .desktop-menu {
    *zoom: 1;
    display: inline-block;
    margin-right: 40px;
    margin-top: 14px;
  }
  .navWrapper .navigation .desktop-menu:before, .navWrapper .navigation .desktop-menu:after {
    content: " ";
    display: table;
  }
  .navWrapper .navigation .desktop-menu:after {
    clear: both;
  }
  .navWrapper .navigation .desktop-menu a {
    float: left;
    color: #ed4f2e;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Frutiger Neue W01 Bd", sans-serif;
    margin-left: 45px;
  }
  .navWrapper .navigation .desktop-menu a:hover {
    text-decoration: underline;
  }

  /* Overlay style */
  .overlay-hugeinc nav {
    margin-top: 10px;
  }

  .overlay .headerLogo {
    margin: 37px 0 0 40px;
  }

  .overlay .overlay-close {
    top: 30px;
    right: 40px;
  }

  .overlay ul.links-list > li > a {
    line-height: 135px;
    font-size: 36px;
  }
  .overlay ul.links-list > li > a span {
    display: block;
  }
  .overlay ul.links-list > li > a i {
    line-height: 135px;
    font-size: 24px;
  }

  .overlay ul.links-list {
    margin: 0 auto;
    max-width: 480px;
  }

  .overlay ul.social-list {
    margin-top: 40px;
    display: block;
  }
  .overlay ul.social-list li {
    float: left;
  }
  .overlay ul.social-list .share-label {
    display: inline-block;
  }

  #footer {
    padding: 40px 0 35px 0;
    position: relative;
  }
  #footer .footerLogo {
    position: absolute;
    left: 25px;
    top: 29px;
    margin-bottom: 0;
  }
  #footer .footerLogo img {
    width: 140px;
  }
  #footer .footerNav {
    margin-bottom: 0;
    width: 100%;
  }
  #footer .footerNav ul {
    padding: 0;
  }
  #footer .footerNav ul li a {
    padding: 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer .weHeartDropbox {
    position: absolute;
    right: 25px;
    top: 35px;
    margin-bottom: 0;
  }
  #footer .backToTop {
    display: block;
    position: absolute;
    right: 25px;
    top: 27px;
    margin-bottom: 0;
    width: auto;
    background: none;
  }

  .toggle-targets > .section {
    padding-top: 15px;
    width: 760px;
    margin: 0 auto;
  }

  #privacy {
    padding-top: 15px;
    width: 760px;
    margin: 0 auto;
  }

  #contact {
    padding-top: 25px;
    padding-left: 70px;
  }

  .section.title {
    padding: 110px 30% 60px 80px;
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
  }
  .section.title .heading {
    margin-bottom: 30px;
  }
  .section.twitter-stream-container {
    padding: 45px 0 50px;
  }
  .section.pricing {
    background-image: url("/custom/files/media/pricing_bg.jpg");
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
    padding: 0 25px 50px;
  }
  .section.pricing .section-title {
    padding-top: 30px;
  }
  .section.pricing .priceRow {
    text-align: center;
    vertical-align: top;
    width: 760px;
    margin: 0 auto;
  }
  .section.pricing .priceRow .priceBox {
    color: #404040;
    text-align: left;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 4px;
    width: 280px;
    height: 362px;
    vertical-align: top;
  }
  .section.pricing .priceRow .priceBox:last-child {
    margin-right: 0;
  }
  .section.pricing .priceRow .priceBox:nth-child(2) {
    margin-right: 0;
  }
  .section.pricing .priceRow .priceBox .content {
    padding: 35px 40px;
    min-height: 100%;
  }
  .section.pricing .priceRow .priceBox span {
    font-size: 20px;
    font-size: 2rem;
  }
  .section.pricing .priceRow .priceBox hr {
    margin: 25px 0 25px 0;
  }
  .section.pricing .priceRow .priceBox .large {
    font-size: 32px;
    font-size: 3.2rem;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .section.pricing .priceRow .priceBox .buttonMobile {
    display: none;
  }
  .section.pricing .priceRow .priceBox .info {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .section.pricing .priceRow .priceBox .price {
    font-size: 72px;
    font-size: 7.2rem;
  }
  .section.pricing .priceRow .priceBox .small {
    margin-top: 12px;
  }
  .section.pricing .priceRow .priceBox .small.free {
    position: relative;
    left: -160px;
    top: 60px;
  }
  .section.pricing .priceRow .priceBox .button {
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .section.pricing .priceRow .priceBox .buttonDesktop {
    display: block;
    float: left;
  }
  .section.pricing .dedicatedPrice {
    width: 570px;
  }
  .section.pricing .dedicatedPrice .button {
    width: auto;
    display: inline-block;
    padding: 15px 45px;
  }
  .section.pricing .dedicatedPrice .dedicatedActionRow .large {
    display: inline-block;
  }
  .section.pricing .dedicatedPrice .dedicatedActionRow .button {
    margin: 0;
  }
  .section.try {
    background-image: url("/custom/files/media/register_bg2.jpg");
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
    padding: 0 0 50px 0;
  }
  .section.try .section-title {
    width: 360px;
    margin: 0 auto;
  }
  .section.try .section-desc {
    width: 360px;
    margin: 0 auto 20px auto;
  }
  .section.try p {
    width: 360px;
    font-size: 15px;
  }
  .section.try .share {
    width: 360px;
    margin: 0 auto;
  }
  .section.try .share .button {
    width: auto;
    margin-bottom: 0;
  }
  .section.try .share .facebook {
    margin-right: 10px;
  }

  .try form {
    width: 360px;
    margin: 0 auto;
  }
  .try .signupTop-form {
    margin: 0;
  }

  .section.video-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 35px;
  }
  .section.video-section .heading {
    font-size: 42px;
    line-height: 1.4;
  }
  .section.video-section.title a.button {
    float: right;
  }
  .section.video-section .email-signup {
    *zoom: 1;
  }
  .section.video-section .email-signup:before, .section.video-section .email-signup:after {
    content: " ";
    display: table;
  }
  .section.video-section .email-signup:after {
    clear: both;
  }
  .section.video-section .email-signup p {
    width: 60%;
    float: left;
  }
  .section.video-section .email-signup .email-input-container {
    text-align: left;
    margin-top: 22px;
    width: 40%;
    float: left;
  }

  .video {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px 50px 20px;
  }

  /* blog specific styles */
  .blog {
    /* blog index and blog article */
    /* blog listing specific */
    /* blog post specific */
  }
  .blog .navWrapper {
    padding: 30px 0 0 0;
  }
  .blog .navWrapper .blogHeader {
    padding-bottom: 30px;
  }
  .blog .navWrapper .navigation-bar a {
    padding: 10px 30px;
  }
  .blog #inner-wrap {
    padding-bottom: 80px;
  }
  .blog .blogListing, .blog .blogPost {
    padding: 40px 0;
  }
  .blog .blogListing .blogBanner, .blog .blogPost .blogBanner {
    margin: 0;
  }
  .blog .blogListing .dateTags, .blog .blogPost .dateTags {
    margin: 50px auto 45px auto;
    font-size: 13px;
    font-size: 1.3rem;
    width: 80%;
  }
  .blog .blogListing .socialLinks, .blog .blogPost .socialLinks {
    margin: 0 auto 45px auto;
  }
  .blog .blogListing h2 {
    font-size: 64px;
    font-size: 6.4rem;
    margin-bottom: 45px;
    width: 80%;
  }
  .blog .blogPost h1 {
    font-size: 64px;
    font-size: 6.4rem;
    margin-bottom: 45px;
    width: 80%;
  }
  .blog .controlSection h1 {
    width: 100%;
  }
  .blog .controlSection p, .blog .controlSection div {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .blog .controlSection p img, .blog .controlSection div img {
    clear: none;
    margin: 0;
    display: inline-block;
    width: auto;
  }
  .blog .controlSection p img.right, .blog .controlSection div img.right {
    margin-left: 15px;
  }
  .blog .controlSection p img.left, .blog .controlSection div img.left {
    margin-right: 15px;
  }
  .blog .controlSection pre, .blog .controlSection address {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .blog .controlSection iframe {
    margin-bottom: 35px;
  }
  .blog .controlSection p.blockquote, .blog .controlSection blockquote {
    padding: 30px;
    margin-bottom: 35px;
  }
  .blog .controlSection ul, .blog .controlSection ol {
    margin-bottom: 35px;
  }
  .blog .controlSection ul li, .blog .controlSection ol li {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog .section-title {
    font-size: 56px;
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .blog .section-desc .left {
    width: 60%;
    padding: 0 20px;
  }
  .blog .section-desc .right {
    width: 40%;
    padding: 0 20px;
  }
  .blog .button {
    font-size: 20px;
  }

  /**
   * Overview Page
   */
  section.overview {
    padding-bottom: 60px;
  }
  section.overview .overview-cta-holder {
    text-align: center;
  }
  section.overview .overview-cta {
    display: inline-block;
  }
  section.overview .overview-cta .not-button {
    text-align: left;
    display: inline-block;
    margin: 0 0 0 25px;
    line-height: 54px;
  }

  .feature-row {
    *zoom: 1;
  }
  .feature-row:before, .feature-row:after {
    content: " ";
    display: table;
  }
  .feature-row:after {
    clear: both;
  }
  .feature-row .feature-col h3 {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-mobile,
  .visible-desktop {
    display: block !important;
  }

  .hide-desktop,
  .visible-mobile {
    display: none !important;
  }

  .section.twitter-stream-container {
    padding: 60px 0 75px;
  }
  .section.twitter-stream-container .twitter-content .twitter-orange {
    width: 58px;
    height: 47px;
  }
  .section.twitter-stream-container .twitter-content .tweet-text {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 15px 0;
  }
  .section.twitter-stream-container .twitter-content .tweet-details {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section.twitter-stream-container .twitter-content .tweet-details .tweet-time {
    display: inline-block;
  }
  .section.twitter-stream-container .twitter-content .tweet-details .pipe {
    margin: 0 15px;
    display: inline-block;
  }
  .section.pricing {
    padding-bottom: 85px;
  }
  .section.pricing .section-title {
    padding-bottom: 40px;
  }
  .section.try {
    padding-bottom: 100px;
  }
  .section.try .section-title {
    width: 460px;
  }
  .section.try .section-desc {
    width: 460px;
  }
  .section.try .share {
    width: 460px;
  }
  .section.try p {
    width: 460px;
    font-size: 22px;
  }
  .section.title {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .section .headline {
    width: 70%;
    float: left;
    padding: 0 30px 0 80px;
  }
  .section .signupTop {
    float: left;
    width: 30%;
    padding: 0 20px;
    max-width: 400px;
  }

  .collab {
    height: 930px;
    position: relative;
    overflow: hidden;
  }
  .collab .part {
    position: absolute;
    bottom: -20px;
    width: 736px;
    margin-left: -361px;
    left: 50%;
    -webkit-transition: -webkit-transform 1.4s ease-in-out;
    -moz-transition: -moz-transform 1.4s ease-in-out;
    -o-transition: -o-transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out;
  }
  .collab .part.part1 {
    height: 507px;
    background: url("/custom/files/media/collab-screen1.png") 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .collab .part.part2 {
    height: 547px;
    background: url("/custom/files/media/collab-screen2.png") 0;
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  .collab .part.part3 {
    height: 588px;
    background: url("/custom/files/media/collab-screen3.png") 0;
  }
  .collab.active .part.part1 {
    -webkit-transform: translate(-341px, 0);
    -moz-transform: translate(-341px, 0);
    -ms-transform: translate(-341px, 0);
    -o-transform: translate(-341px, 0);
    transform: translate(-341px, 0);
  }
  .collab.active .part.part2 {
    -webkit-transform: translate(-46px, 0);
    -moz-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    -o-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
  }
  .collab.active .part.part3 {
    -webkit-transform: translate(284px, 0);
    -moz-transform: translate(284px, 0);
    -ms-transform: translate(284px, 0);
    -o-transform: translate(284px, 0);
    transform: translate(284px, 0);
  }

  .screens-slider {
    background: none;
    height: auto;
  }
  .screens-slider > .inner {
    position: static;
  }

  .section-title {
    padding-top: 100px;
    padding-bottom: 24px;
    font-size: 64px;
  }

  .section-desc {
    font-size: 20px;
  }

  .features {
    position: static;
    height: auto;
  }

  .features.fixed .feature-info {
    position: fixed;
  }

  .feature {
    *zoom: 1;
    position: relative;
    overflow: visible;
    opacity: 1;
  }
  .feature:before, .feature:after {
    content: " ";
    display: table;
  }
  .feature:after {
    clear: both;
  }
  .feature:last-child.leave-last .feature-info {
    position: absolute;
  }

  .feature-section-title {
    color: #404040;
    padding: 0 0 40px 0;
    margin-top: -40px;
    text-align: left;
    width: 500px;
  }

  .feature-section-desc {
    color: #404040;
    text-align: left;
    margin: 0 0 0 80px;
    padding: 0;
    width: 440px;
  }
  .feature-section-desc [class^="icon-"]:before {
    color: #ff694a;
    font-size: 190px;
    float: left;
    margin: -55px 0 0 -151px;
    display: block;
    position: relative;
    left: 22px;
  }
  .feature-section-desc .icon-feature-social:before {
    margin-top: -60px;
  }

  .feature-info {
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 50%;
    padding: 0 20px;
    margin-left: 4%;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .feature-info.active {
    opacity: 1;
  }

  .controls {
    display: none;
  }

  .feature-graphic {
    float: right;
    width: 50%;
    padding: 0 30px;
  }
  .feature-graphic img {
    width: 40%;
    position: absolute;
    top: 50%;
    margin-top: -130px;
    right: 25%;
    margin-right: -20%;
  }

  .feature-1 .feature-graphic img {
    width: 68%;
    margin-right: -50%;
    max-width: 992px;
  }

  .feature-2 .feature-graphic img {
    width: 40%;
    margin-right: -30%;
    max-width: 631px;
  }

  .feature-3 .feature-graphic img {
    margin-right: -30%;
    width: 40%;
    max-width: 581px;
  }

  .try form {
    width: 460px;
  }
  .try .inputRow {
    position: relative;
  }
  .try .errorMsg {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .shares .lbl {
    float: none;
    display: block;
    padding: 0;
    margin-top: -1px;
  }

  #register_form_wrapper h2 {
    max-width: 560px;
  }

  .signupTop {
    width: 360px;
  }
  .signupTop .message {
    margin-bottom: 10px;
  }

  .try .signupTop-form {
    width: auto;
  }
  .try .signupTop-form .errorMsg {
    position: static;
  }

  .section.video-section {
    padding: 125px 0 40px 0;
  }
  .section.video-section .headline {
    float: none;
    width: auto;
    padding: 0;
  }
  .section.video-section .headline .heading {
    width: 1000px;
    margin: 0 auto;
    font-size: 36px;
  }
  .section.video-section .email-signup {
    *zoom: 1;
    width: 1000px;
    margin: 0 auto;
  }
  .section.video-section .email-signup:before, .section.video-section .email-signup:after {
    content: " ";
    display: table;
  }
  .section.video-section .email-signup:after {
    clear: both;
  }
  .section.video-section .email-signup p {
    font-size: 24px;
  }
  .section.video-section .email-signup .email-input-container {
    margin-top: 35px;
  }

  .signup-btn {
    font-size: 24px;
    width: 280px;
  }

  .video {
    padding: 0 0 115px 0;
  }
  .video .fluid-width-video-wrapper {
    box-shadow: 0 20px 55px rgba(50, 50, 50, 0.5);
  }

  /**
   * Overview Page
   */
  section.overview .section-title {
    font-size: 4.4em;
    padding-top: 160px;
  }
  section.overview .sub-text {
    font-size: 2.6em;
  }
  section.overview .overview-cta a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 30px;
  }
  section.overview .overview-cta i {
    margin-left: 15px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  section.overview .overview-cta .not-button {
    font-size: 26px;
  }

  .feature-row {
    *zoom: 1;
  }
  .feature-row:before, .feature-row:after {
    content: " ";
    display: table;
  }
  .feature-row:after {
    clear: both;
  }
  .feature-row .feature-col {
    float: left;
    width: 33.33%;
    padding: 0 45px;
  }
  .feature-row .feature-col h3 {
    font-size: 2.8em;
  }
  .feature-row .feature-col .feature-content p {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .navWrapper .logo .headerLogo {
    padding: 0;
    margin-left: 60px;
    margin-bottom: 26px;
    width: 214px;
    height: 42px;
    background-size: contain;
  }
  .navWrapper .navigation {
    width: 65%;
  }
  .navWrapper .navigation > ul {
    display: block;
    position: static;
    width: auto;
    background: transparent;
    margin-top: 20px;
    *zoom: 1;
  }
  .navWrapper .navigation > ul:before, .navWrapper .navigation > ul:after {
    content: " ";
    display: table;
  }
  .navWrapper .navigation > ul:after {
    clear: both;
  }
  .navWrapper .navigation > ul > li {
    display: block;
    float: left;
    width: 26%;
  }
  .navWrapper .navigation > ul > li > a {
    height: 75px;
    padding: 0 35px;
    margin: 0;
    border-left: 1px solid #FFF;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navWrapper .navigation > ul > li > a .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 2px;
  }
  .navWrapper .navigation > ul > li > a .description {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navWrapper .navigation > ul > li.login {
    display: block;
    width: 22%;
  }
  .navWrapper .navigation > ul > li.login a {
    border-left: none;
  }
  .navWrapper .navigation > ul > li.inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  .navWrapper .navigation > ul > li.inactive a {
    cursor: default;
  }
  .navWrapper .navigation .navToggle {
    margin-right: 80px;
    border-width: 4px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
  }
  .navWrapper .navigation .navToggle i {
    font-size: 40px;
    font-size: 4rem;
    line-height: 62px;
    line-height: 6.2rem;
  }
  .navWrapper .navigation .desktop-menu {
    margin-right: 60px;
    margin-top: 23px;
  }
  .navWrapper .navigation .desktop-menu a {
    margin-left: 50px;
  }

  /* Overlay style */
  .overlay-hugeinc nav {
    margin-top: 10px;
  }

  .overlay .overlay-close {
    top: 60px;
    right: 80px;
    border-width: 4px;
    width: 68px;
    height: 68px;
  }
  .overlay .overlay-close i {
    font-size: 40px;
    font-size: 4rem;
  }

  .overlay .headerLogo {
    padding: 0;
    margin: 45px 0 0 90px;
    width: 100px;
    height: 82px;
    background-size: 100px 82px;
    background-image: url("/custom/files/media/stream_logo_desktop_white.png");
  }

  .overlay ul.links-list {
    max-width: 550px;
  }

  #footer {
    padding: 40px 0 35px 0;
    position: relative;
  }
  #footer .footerLogo {
    position: absolute;
    left: 25px;
    top: 30px;
    margin-bottom: 0;
  }
  #footer .footerLogo img {
    width: 140px;
  }
  #footer .footerNav {
    margin-bottom: 0;
    width: 100%;
  }
  #footer .footerNav ul {
    padding: 0;
  }
  #footer .footerNav ul li a {
    padding: 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer .weHeartDropbox {
    position: absolute;
    right: 25px;
    top: 35px;
    margin-bottom: 0;
  }

  .section.title {
    padding: 270px 0 220px 0;
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
  }
  .section.title .headline {
    padding-left: 160px;
  }
  .section.title .headline-wide {
    width: 80%;
  }
  .section.title .heading {
    font-size: 84px;
    font-size: 8.4rem;
    line-height: 90px;
    line-height: 9rem;
    margin-bottom: 45px;
  }
  .section.title a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 15px;
  }
  .section.title a i {
    margin-left: 15px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .section.title a.button {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 30px;
    margin-right: 0;
  }
  .section.twitter-stream-container {
    padding: 70px 0 85px;
  }
  .section.pricing {
    background-image: url("/custom/files/media/pricing_bg.jpg");
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
    padding: 0 0 85px 0;
  }
  .section.pricing .pricing-table .cloud-server-buttons .in-the-cloud, .section.pricing .pricing-table .cloud-server-buttons .on-your-server {
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 24px;
  }
  .section.pricing .pricing-table .cloud-server-buttons .in-the-cloud i, .section.pricing .pricing-table .cloud-server-buttons .on-your-server i {
    margin-right: 15px;
  }
  .section.pricing .pricing-table .common-questions {
    padding: 30px 0;
    font-size: 18px;
  }
  .section.pricing .pricing-table .common-questions a {
    display: inline-block;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons {
    *zoom: 1;
    display: block;
    border-top: 1px solid #eeeeed;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons:before, .section.pricing .pricing-table .plans-container .plans .user-list-buttons:after {
    content: " ";
    display: table;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons:after {
    clear: both;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons a {
    float: left;
    background: #fff;
    color: #404040;
    color: rgba(64, 64, 64, 0.3);
    display: block;
    width: 12.5%;
    height: 100px;
    font-size: 48px;
    font-family: "Frutiger Neue W01 Bd", sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    padding-top: 15px;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons a span {
    display: block;
    font-size: 16px;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-buttons a.active, .section.pricing .pricing-table .plans-container .plans .user-list-buttons a:hover {
    background: #eeeeed;
    color: #404040;
  }
  .section.pricing .pricing-table .plans-container .plans .user-list-select {
    display: none;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices {
    *zoom: 1;
    text-align: left;
    padding: 80px 140px;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices:before, .section.pricing .pricing-table .plans-container .plans .plan-prices:after {
    content: " ";
    display: table;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices:after {
    clear: both;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail {
    float: left;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .price {
    font-size: 126px;
    display: inline-block;
    letter-spacing: -0.025em;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .small {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin: 15px 0 0 20px;
    width: 200px;
    letter-spacing: -0.025em;
    vertical-align: top;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-detail .billed-annually {
    font-size: 13px;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .visible-big-desktop {
    display: block;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta {
    float: right;
    border: none;
    width: 260px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta p {
    font-size: 20px;
    padding: 10px 0;
  }
  .section.pricing .pricing-table .plans-container .plans .plan-prices .plan-cta .button {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
  }
  .section.pricing .pricing-table .plans-container .server-plans .plan-prices .plan-cta {
    width: 280px;
  }
  .section.pricing .pricing-table .plans-container .server-plans .plan-prices .plan-cta .button {
    margin-top: 35px;
  }
  .section.pricing .pricing-table .plans-container .server-plans .plan-prices .plan-detail .small {
    width: 130px;
  }
  .section.pricing .pricing-table .plans-container .server-signup-form .plan-summary {
    padding: 45px 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section.pricing .pricing-table .plans-container .server-signup-form #signup_server_form {
    max-width: 500px;
    padding-bottom: 50px;
  }
  .section.pricing .pricing-table .plans-container #signup_server_success {
    padding: 80px 140px;
  }
  .section.pricing .pricing-table .plans-container #signup_server_success p {
    font-size: 20px;
    font-size: 2rem;
  }
  .section.pricing .priceRow {
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
  }
  .section.pricing .priceRow .priceBox {
    color: #404040;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
    width: 280px;
    height: 362px;
    vertical-align: top;
  }
  .section.pricing .priceRow .priceBox:last-child {
    margin-right: 0;
  }
  .section.pricing .priceRow .priceBox:nth-child(2) {
    margin-right: 4px;
  }
  .section.pricing .priceRow .priceBox .content {
    padding: 35px 40px;
    min-height: 100%;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
  }
  .section.pricing .priceRow .priceBox span {
    font-size: 20px;
    font-size: 2rem;
  }
  .section.pricing .priceRow .priceBox hr {
    margin: 25px 0 25px 0;
  }
  .section.pricing .priceRow .priceBox .large {
    font-size: 32px;
    font-size: 3.2rem;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .section.pricing .priceRow .priceBox .buttonMobile {
    display: none;
  }
  .section.pricing .priceRow .priceBox .info {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .section.pricing .priceRow .priceBox .price {
    font-size: 72px;
    font-size: 7.2rem;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
  }
  .section.pricing .priceRow .priceBox .small {
    margin-top: 12px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
  }
  .section.pricing .priceRow .priceBox .button {
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .section.pricing .priceRow .priceBox .buttonDesktop {
    display: block;
    float: left;
  }
  .section.pricing .priceRow .priceBox:hover .content {
    z-index: 2;
    border: 3px solid #3c393b;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  .section.pricing .priceRow .priceBox:hover .price, .section.pricing .priceRow .priceBox:hover .small {
    color: #ff6849;
  }
  .section.pricing .priceRow .priceBox:hover .price.free, .section.pricing .priceRow .priceBox:hover .small.free {
    color: #5ab81a;
  }
  .section.pricing .dedicatedPrice {
    width: 630px;
    margin-top: 120px;
  }
  .section.pricing .dedicatedPrice .large {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .section.pricing .dedicatedPrice .info {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    margin: 40px 60px;
  }
  .section.pricing .dedicatedPrice .button {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .section.try {
    background-image: url("/custom/files/media/register_bg2.jpg");
    background-size: auto 100%;
    background-size: cover;
    background-position: 50% 35%;
    padding: 0 0 143px 0;
  }
  .section.try .section-title {
    width: 560px;
    margin: 0 auto;
  }
  .section.try .section-desc {
    width: 560px;
  }
  .section.try .strong {
    font-size: 20px;
    font-size: 2rem;
  }
  .section.try p {
    width: 560px;
    font-size: 22px;
  }
  .section.try .share {
    width: 560px;
    margin: 0 auto;
  }
  .section.try .share .message {
    padding: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .section.try .share .button {
    width: auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 0;
  }
  .section.try .share .facebook {
    margin-right: 20px;
  }

  .try form {
    width: 560px;
    margin: 0 auto;
  }
  .try .inputRow {
    position: relative;
  }
  .try input {
    height: 80px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 25px 30px;
  }
  .try input[type="submit"] {
    height: 60px;
    padding: 15px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .try .errorMsg {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .signupTop input {
    padding: 15px 15px;
    height: 50px;
    font-size: 16px;
    line-height: 23px;
  }
  .signupTop .message {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 22px;
  }
  .signupTop #signup_form_submit {
    margin-top: 17px;
  }

  .feature-section-title {
    width: 560px;
  }

  .feature-section-desc {
    width: 560px;
  }

  .feature-info {
    padding: 0 20px;
  }

  .section.video-section {
    padding: 150px 0 40px 0;
  }
  .section.video-section .headline {
    float: none;
    width: auto;
    padding: 0;
  }
  .section.video-section .headline .heading {
    font-size: 64px;
    letter-spacing: -0.05em;
  }

  .pricing-page .section.pricing {
    padding-top: 94px;
  }
}
@media only screen and (min-width: 1280px) {
  .shares .lbl {
    float: left;
  }
}
@media only screen and (min-width: 1400px) {
  .feature-section-title {
    width: 600px;
  }

  .feature-section-desc {
    width: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .overlay-hugeinc nav {
    margin-top: -100px;
  }

  .overlay ul.links-list > li > a {
    font-size: 48px;
    line-height: 180px;
  }
  .overlay ul.links-list > li > a span {
    font-size: 18px;
    max-width: 300px;
    left: 215px;
    top: 90px;
  }
  .overlay ul.links-list > li > a i {
    font-size: 36px;
    line-height: 180px;
  }

  .overlay ul.links-list {
    max-width: 600px;
  }

  .overlay ul.social-list .share-label {
    margin-right: 85px;
  }

  .feature-info {
    margin-left: 11%;
  }

  .feature-1 .feature-graphic img {
    width: 68%;
    margin-right: -40%;
    max-width: 992px;
  }

  .feature-2 .feature-graphic img {
    width: 40%;
    margin-right: -22%;
    max-width: 631px;
  }

  .feature-3 .feature-graphic img {
    margin-right: -20%;
    width: 40%;
    max-width: 581px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 1024px) {
  .feature-1 .feature-graphic img {
    width: 48%;
    margin-right: -35%;
  }

  .feature-2 .feature-graphic img {
    width: 48%;
    margin-right: -35%;
  }

  .feature-3 .feature-graphic img {
    margin-right: -15%;
    width: 20%;
  }
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  /* Retina rules! */
  /* 2x =================================================== */
  .logo {
    background: url("/images/logo-small-@2x.png") no-repeat;
    background-size: 145px;
  }
}
