




/*
     FILE ARCHIVED ON 3:56:06 Jun 2, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 9:01:50 Nov 4, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

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

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

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #62cbe1;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  button:focus, input[type="button"]:hover,
  input[type="button"]:focus, input[type="reset"]:hover,
  input[type="reset"]:focus, input[type="submit"]:hover,
  input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #28b2cf;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #e5e7e8;
  border: 1px solid #c9ced1;
  margin: 0 0 0.42em;
  padding: 0.84em; }

input,
label,
select {
  display: block;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em; }

label {
  margin-bottom: 0.21em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea, .datefield {
  background-color: #fff;
  border: 1px solid #c9ced1;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(32, 32, 32, 0.6);
  box-sizing: border-box;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  margin-bottom: 0.42em;
  padding: 0.28em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover, .datefield:hover {
    border-color: #adb5ba; }
  input[type="color"]:focus, input[type="color"].focus, input[type="date"]:focus, input[type="date"].focus, input[type="datetime"]:focus, input[type="datetime"].focus, input[type="datetime-local"]:focus, input[type="datetime-local"].focus, input[type="email"]:focus, input[type="email"].focus, input[type="month"]:focus, input[type="month"].focus, input[type="number"]:focus, input[type="number"].focus, input[type="password"]:focus, input[type="password"].focus, input[type="search"]:focus, input[type="search"].focus, input[type="tel"]:focus, input[type="tel"].focus, input[type="text"]:focus, input[type="text"].focus, input[type="time"]:focus, input[type="time"].focus, input[type="url"]:focus, input[type="url"].focus, input[type="week"]:focus, input[type="week"].focus, textarea:focus,
  textarea.focus,
  select[multiple=multiple]:focus,
  select[multiple=multiple].focus,
  textarea:focus, textarea.focus, .datefield:focus, .datefield.focus {
    border-color: #62cbe1;
    box-shadow: inset 0 0 1px rgba(32, 32, 32, 0.6), inset 0 0 1px #62cbe1;
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.21em; }

input[type="file"] {
  padding-bottom: 0.42em;
  width: 100%; }

select {
  margin-bottom: 0.84em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.42em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.42em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.42em 0;
  table-layout: fixed;
  width: 100%; }

th {
  font-weight: 600; }

td {
  padding: 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #202020;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-weight: 300;
  line-height: 1.4;
  margin: 0.42em 0; }
  h1 span.bold,
  h1 strong,
  h1 b,
  h2 span.bold,
  h2 strong,
  h2 b,
  h3 span.bold,
  h3 strong,
  h3 b,
  h4 span.bold,
  h4 strong,
  h4 b,
  h5 span.bold,
  h5 strong,
  h5 b,
  h6 span.bold, h6 strong, h6 b {
    font-family: "Avenir LT W01_85 Heavy1475544"; }

p {
  font-family: "Avenir LT W01_45 Book1475508";
  font-weight: 300;
  font-size: 0.875rem;
  margin: 0.42em 0; }
  p span.bold, p strong, p b {
    font-family: "Avenir LT W01_85 Heavy1475544"; }

a {
  color: #62cbe1;
  text-decoration: none;
  transition: color 0.1s linear;
  font-family: "Avenir LT W01_45 Book1475508";
  font-weight: 300; }
  a span.bold, a strong, a b {
    font-family: "Avenir LT W01_85 Heavy1475544"; }
  a:active,
  a:focus,
  a:hover {
    color: #28b2cf; }
  a:active,
  a:focus {
    outline: none; }

span.bold, strong, b {
  font-family: "Avenir LT W01_85 Heavy1475544"; }

hr {
  border-bottom: 1px solid #c9ced1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0.84em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.42em 0;
  table-layout: fixed;
  width: 100%; }

th {
  font-weight: 600; }

td {
  padding: 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.42em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.42em; }
  dl dd {
    margin: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/web/20160602035606/https://www.seedandspark.com/css/fonts/icomoon.eot?hyrxjd");
  src: url("/web/20160602035606/https://www.seedandspark.com/css/fonts/icomoon.eot?hyrxjd") format("embedded-opentype"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/icomoon.ttf?hyrxjd") format("truetype"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/icomoon.woff?hyrxjd") format("woff"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/icomoon.svg?hyrxjd") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-black:before {
  content: "\e90b"; }

.icon-shape:before {
  content: "\e90c"; }

.icon-arrows1:before {
  content: "\e909"; }

.icon-icon-126568:before {
  content: "\e90a"; }

.icon-edit:before {
  content: "\e906"; }

.icon-arrows:before {
  content: "\e902"; }

.icon-account:before {
  content: "\e600"; }

.icon-cart:before {
  content: "\e601"; }

.icon-close:before {
  content: "\e602"; }

.icon-facebook:before {
  content: "\e603"; }

.icon-heart-outline:before {
  content: "\e604"; }

.icon-heart:before {
  content: "\e605"; }

.icon-instagram:before {
  content: "\e606"; }

.icon-magazine:before {
  content: "\e607"; }

.icon-search:before {
  content: "\e608"; }

.icon-star:before {
  content: "\e609"; }

.icon-twitter:before {
  content: "\e60a"; }

.icon-check:before {
  content: "\e60b"; }

.icon-film:before {
  content: "\e60c"; }

.icon-video-camera:before {
  content: "\e60d"; }

.icon-location:before {
  content: "\e60e"; }

.icon-clock:before {
  content: "\e60f"; }

.icon-calendar:before {
  content: "\e610"; }

.icon-menu:before {
  content: "\e611"; }

.icon-question:before {
  content: "\e612"; }

.icon-info:before {
  content: "\e613"; }

.icon-bulb:before {
  content: "\e614"; }

.icon-cc-visa:before {
  content: "\e615"; }

.icon-linkedin:before {
  content: "\e616"; }

.icon-linkedin2:before {
  content: "\e617"; }

.icon-pinterest:before {
  content: "\e618"; }

.icon-link:before {
  content: "\e619"; }

.icon-file-text2:before {
  content: "\e61a"; }

.icon-plus:before {
  content: "\e61b"; }

.icon-tumblr:before {
  content: "\e61c"; }

.icon-bin:before {
  content: "\e61d"; }

.icon-share2:before {
  content: "\e61e"; }

.icon-IMDB:before {
  content: "\e61f"; }

.icon-bubble:before {
  content: "\e620"; }

.icon-notification:before {
  content: "\e621"; }

.icon-play2:before {
  content: "\e622"; }

.icon-arrow-left:before {
  content: "\e623"; }

.icon-mail:before {
  content: "\e624"; }

.icon-world:before {
  content: "\e800"; }

.icon-circle-down:before {
  content: "\e900"; }

.icon-ss-download:before {
  content: "\e901"; }

.icon-download:before {
  content: "\e908"; }

.icon-star-full:before {
  content: "\e907"; }

.icon-cross:before {
  content: "\e904"; }

.icon-checkmark:before {
  content: "\e905"; }

.icon-share:before {
  content: "\e903"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/web/20160602035606/https://www.seedandspark.com/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/web/20160602035606/https://www.seedandspark.com/css/fonts/slick.eot");
  src: url("/web/20160602035606/https://www.seedandspark.com/css/fonts/slick.eot") format("embedded-opentype"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/slick.woff") format("woff"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/slick.ttf") format("truetype"), url("/web/20160602035606/https://www.seedandspark.com/css/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 100px;
  line-height: 1;
  color: #e6e6e6;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -60px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -50px; }
  .slick-prev:before {
    content: "❰"; }
    [dir="rtl"] .slick-prev:before {
      content: "❱"; }

.slick-next {
  right: -60px; }
  [dir="rtl"] .slick-next {
    left: -50px;
    right: auto; }
  .slick-next:before {
    content: "❱"; }
    [dir="rtl"] .slick-next:before {
      content: "❰"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
  @media screen and (max-width: 30em) {
    .slick-dots {
      position: relative;
      bottom: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  margin: 0.5em auto;
  padding: 0;
  text-align: center; }

.picker__select--month,
.picker__select--year {
  /*margin-top: -0.5em;*/ }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 3px;
  border: 1px solid #c9ced1;
  background: #f0f0f0;
  color: #202020; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: 'Avenir LT W01_45 Book1475508', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #c9ced1; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 1; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 1; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #62cbe1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 1; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #62cbe1; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 1; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #62cbe1; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #62cbe1; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #62cbe1; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 88px;
  height: 88px;
  border: none;
  /*border-radius: 50%;*/
  background: transparent;
  /* background: hsla(0, 0%, 100%, 0.75);*/
  cursor: pointer;
  /* vertically center */
  filter: alpha(opacity=80);
  /* IE8 */
  opacity: 0.8;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: transparent;
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.flickity-prev-next-button:focus {
  outline: none;
  /*box-shadow: 0 0 0 5px #09F;*/
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #fff; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 1em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  filter: alpha(opacity=80);
  /* IE8 */
  opacity: 0.80;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

html {
  font-size: 1em; }

h1 {
  font-size: 3rem; }
  @media screen and (max-width: 48em) {
    h1 {
      font-size: 2.25rem; } }
  @media screen and (max-width: 30em) {
    h1 {
      font-size: 1.75rem; } }

h2 {
  font-size: 2.25rem; }
  h2.header {
    padding: 0.75em 0.5em 0.25em;
    font-weight: 400;
    color: #8c8c8c;
    margin: 0; }
  @media screen and (max-width: 48em) {
    h2 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 30em) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem;
  /* text-transform:uppercase;*/ }
  @media screen and (max-width: 48em) {
    h3 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 30em) {
    h3 {
      font-size: 1.125rem; } }

h4 {
  font-size: 1.5rem;
  font-weight: 500; }
  @media screen and (max-width: 48em) {
    h4 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 30em) {
    h4 {
      font-size: 1.125rem; } }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem;
  font-weight: 300; }
  h6.line-through {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center; }
    h6.line-through:before, h6.line-through:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 48%;
      height: 1px;
      content: '\a0';
      background-color: #c9ced1; }
    h6.line-through:before {
      left: 0;
      text-align: right;
      width: 45%; }
    h6.line-through:after {
      margin-left: 2%;
      text-align: right; }

a {
  letter-spacing: 0.02em;
  vertical-align: top; }
  a strong {
    font-weight: 900; }

strong a {
  font-weight: 900; }

p {
  font-size: 0.875rem; }
  p.sparks {
    background: url(/web/20160602035606/https://www.seedandspark.com/img/icons.png) no-repeat;
    padding-left: 25px;
    background-position: 0 -207px;
    line-height: 1.8em !important;
    color: #62cbe1 !important; }
  p.error {
    font-size: 0.75rem;
    color: #f22613; }

span.sparks {
  background: url(/web/20160602035606/https://www.seedandspark.com/img/icons.png) no-repeat;
  padding-left: 25px;
  background-position: 0 -210px;
  color: #62cbe1 !important; }

span.teal {
  color: #62cbe1; }

span.green {
  color: #6cdc89; }

span.bold {
  font-weight: 900; }

span.italic {
  font-style: italic; }

span.sub {
  font-size: 0.5em; }

span.light {
  font-weight: 100; }

fieldset {
  background: #e5e7e8;
  border: 1px solid #c9ced1;
  margin: 0 0 0.7 0;
  padding: 1.4; }

input,
label,
select {
  display: block;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  color: #202020; }

label {
  font-weight: 600; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple], .styled-select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #c9ced1;
  box-shadow: inset 0 0 1px rgba(32, 32, 32, 0.6);
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.75rem 1rem;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover, .styled-select:hover {
    border-color: #adb5ba; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus, .styled-select:focus {
    border-color: #62cbe1;
    box-shadow: inset 0 0 1px rgba(32, 32, 32, 0.6), inset 0 0 1px #62cbe1;
    outline: none; }
  textarea.invalid,
  input[type="color"].invalid, input[type="date"].invalid, input[type="datetime"].invalid, input[type="datetime-local"].invalid, input[type="email"].invalid, input[type="month"].invalid, input[type="number"].invalid, input[type="password"].invalid, input[type="search"].invalid, input[type="tel"].invalid, input[type="text"].invalid, input[type="time"].invalid, input[type="url"].invalid, input[type="week"].invalid, textarea.invalid,
  select[multiple=multiple].invalid, .styled-select.invalid {
    border: 1px solid #f3c200;
    box-shadow: inset 0 0 1px #f6d13f; }
  textarea:disabled,
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled, .styled-select:disabled {
    background-color: #f0f0f0; }

.styled-select {
  width: 100px;
  overflow: hidden;
  border: 1px solid #c9ced1;
  height: 2.65em;
  border-radius: 3px;
  padding: 0; }
  @media screen and (max-width: 48em) {
    .styled-select {
      height: 2.8em; } }
  .styled-select.disable {
    background-color: #f0f0f0; }

.styled-select select {
  width: 100%;
  height: 100%;
  border: 0;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 1em;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  background: transparent url(/web/20160602035606/https://www.seedandspark.com/img/select-arrow.png) no-repeat scroll center right; }
  .styled-select select:focus {
    outline: none; }
  .styled-select select option {
    text-align: center;
    padding: 0.2em; }

textarea {
  resize: vertical; }

input[type="file"] {
  margin-bottom: 0.7;
  padding-bottom: 0.46667;
  width: 100%; }

select {
  width: auto;
  max-width: 100%; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

span.dollar-sign {
  position: relative;
  left: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #202020;
  display: inline-block;
  z-index: 2; }
  @media screen and (max-width: 30em) {
    span.dollar-sign {
      font-size: 0.875rem; } }

input.dollar {
  display: inline-block;
  width: 50%;
  z-index: 1;
  position: relative;
  text-align: center; }

.suggestions-container {
  position: relative;
  z-index: 3; }
  .suggestions-container ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 2px solid #c9ced1;
    border-top: 0;
    margin-top: -10px;
    background-color: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll; }
    .suggestions-container ul li {
      padding: 5px;
      text-align: left; }
      .suggestions-container ul li:hover {
        cursor: pointer; }
      .suggestions-container ul li:hover, .suggestions-container ul li.active {
        background: rgba(98, 203, 225, 0.2); }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

@-webkit-keyframes cinemaSlideUp {
  from {
    top: 100%; }
  to {
    top: 0; } }

@-moz-keyframes cinemaSlideUp {
  from {
    top: 100%; }
  to {
    top: 0; } }

@keyframes cinemaSlideUp {
  from {
    top: 100%; }
  to {
    top: 0; } }

@-webkit-keyframes cinemaSlideDown {
  from {
    top: 0; }
  to {
    top: 100%; } }

@-moz-keyframes cinemaSlideDown {
  from {
    top: 0; }
  to {
    top: 100%; } }

@keyframes cinemaSlideDown {
  from {
    top: 0; }
  to {
    top: 100%; } }

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: none; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: none; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: none; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    opacity: 1; } }

.link-primary, .link-default, .link-user {
  font-size: 0.7rem;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 2.4em; }

.btn-primary, .btn-signup, .btn-blue, .btn-green, .btn-gray, .btn-upload {
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 12px 36px;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.link-primary {
  color: #62cbe1; }
  .link-primary:hover {
    color: #28b2cf; }

.link-default, .link-user {
  color: #8c8c8c; }
  .link-default:hover, .link-user:hover {
    color: #666666; }

.link-primary.sparks, .link-default.login {
  background: url(/web/20160602035606/https://www.seedandspark.com/img/icons.png) no-repeat;
  padding-left: 25px; }

.link-primary.sparks {
  background-position: 0 -207px; }

.link-default.login {
  background-position: 0 -533px; }

.link-user {
  text-transform: capitalize; }
  .link-user span.user-pic {
    margin-right: 8px; }
    .link-user span.user-pic img {
      vertical-align: top; }

.btn-primary {
  color: #fff !important;
  background-color: #62cbe1;
  border-radius: 8px;
  padding-top: 0.3em;
  padding-bottom: 0.3em; }
  .btn-primary:hover {
    background-color: #62cbe1; }
  .btn-primary:disabled:hover {
    background-color: #62cbe1; }

.btn-signup {
  color: #fff !important;
  background-color: #3f7783;
  border-radius: 2px; }
  .btn-signup:hover {
    background-color: #62cbe1; }
  .btn-signup:disabled:hover {
    background-color: #3f7783; }

.btn-blue {
  color: #fff !important;
  background-color: #62cbe1; }
  .btn-blue:hover {
    background-color: #12a7cb; }
  .btn-blue:disabled:hover {
    background-color: #62cbe1; }

.btn-green {
  color: #fff !important;
  background-color: #6cdc89; }
  .btn-green:hover {
    background-color: #5ad07d; }
  .btn-green:disabled:hover {
    background-color: #6cdc89; }

.btn-gray {
  color: #fff !important;
  background-color: #c9ced1; }
  .btn-gray:hover {
    background-color: #8c8c8c; }
  .btn-gray:disabled:hover {
    background-color: #c9ced1; }

.btn-outline {
  background-color: transparent;
  border: 3px solid #62cbe1;
  padding: 1em;
  color: #62cbe1;
  text-transform: none;
  font-family: "Avenir LT W01_45 Book1475508";
  -webkit-font-smoothing: antialiased; }
  .btn-outline:hover, .btn-outline.over {
    background-color: #62cbe1;
    border: 3px solid #62cbe1;
    color: #fff; }

button.btn-green {
  background-color: #6cdc89; }
  button.btn-green:hover {
    background-color: #5ad07d; }
  button.btn-green:disabled {
    background-color: #6cdc89; }

button.btn-blue {
  background-color: #62cbe1; }
  button.btn-blue:hover {
    background-color: #12a7cb; }
  button.btn-blue:disabled {
    background-color: #62cbe1; }

button.btn-gray {
  background-color: #c9ced1; }
  button.btn-gray:hover {
    background-color: #8c8c8c; }
  button.btn-gray:disabled {
    background-color: #c9ced1; }

.btn-upload {
  color: #fff !important;
  background-color: #c9ced1;
  padding: 0.5rem 1.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin: 2rem 1rem 2rem 0; }
  .btn-upload:hover {
    background-color: #8c8c8c; }
  .btn-upload:disabled:hover {
    background-color: #c9ced1; }

.btn-pages {
  width: 3.1em;
  height: 3.1em;
  border-radius: 6.2em;
  padding: 0;
  position: relative; }
  .btn-pages:before {
    font-size: 1.75rem;
    width: 1.5em;
    height: 1.15em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .btn-pages p {
    display: none; }
  .btn-pages:after {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #62cbe1;
    position: relative;
    top: 4.5em;
    font-size: 0.625rem;
    display: block; }
  .btn-pages:hover {
    background-color: #12a7cb; }
  @media screen and (max-width: 48em) {
    .btn-pages:hover {
      background-color: #12a7cb; } }

.btn-share {
  font-size: 1.5rem;
  border: 2px solid transparent;
  padding: 0;
  line-height: 1.7em; }
  .btn-share p {
    display: none; }

.btn-pages:before {
  width: 1.8em; }

.btn-pages:after {
  content: 'Connect';
  color: #62cbe1; }

.btn-follow, .ss-follow {
  background-color: #62cbe1;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 0.88em 0;
  line-height: 1em;
  max-width: 150px; }
  .btn-follow p, .ss-follow p {
    display: inline-block;
    vertical-align: top;
    margin: 0.15em auto 0;
    line-height: 1em;
    padding: 0 0.85em; }
  .btn-follow:hover, .ss-follow:hover {
    background-color: #12a7cb; }
  .btn-follow.following, .ss-follow.following {
    background-color: #fff;
    border: 2px solid #62cbe1; }
    .btn-follow.following p, .ss-follow.following p {
      color: #62cbe1;
      padding: 0 0.1em; }
    .btn-follow.following:before, .ss-follow.following:before {
      left: -2px;
      color: #f22613 !important; }
    .btn-follow.following:hover, .ss-follow.following:hover {
      border: 2px solid #12a7cb;
      background-color: #12a7cb; }
      .btn-follow.following:hover p, .ss-follow.following:hover p {
        color: #fff; }

.btn-close:not(.btn-blue) {
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #202020;
  font-style: normal;
  font-size: 28px;
  line-height: 1em;
  font-family: Arial, Baskerville, monospace; }
  .btn-close:not(.btn-blue):hover, .btn-close:not(.btn-blue):focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.btn-queue, .btn-in-queue {
  border-radius: 3px;
  border-width: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 10px 0; }
  .btn-queue:hover, .btn-in-queue:hover {
    border: 2px solid #0c6d85;
    background-color: transparent;
    color: #0c6d85; }
  .btn-queue.btn-in-queue, .btn-in-queue.btn-in-queue {
    color: #8c8c8c;
    border-color: #8c8c8c; }
    .btn-queue.btn-in-queue .off, .btn-in-queue.btn-in-queue .off {
      display: block; }
    .btn-queue.btn-in-queue .on, .btn-in-queue.btn-in-queue .on {
      display: none; }
    .btn-queue.btn-in-queue:not(.wait-hover):hover, .btn-in-queue.btn-in-queue:not(.wait-hover):hover {
      background-color: rgba(140, 140, 140, 0.7);
      color: #fff; }
      .btn-queue.btn-in-queue:not(.wait-hover):hover .off, .btn-in-queue.btn-in-queue:not(.wait-hover):hover .off {
        display: none; }
      .btn-queue.btn-in-queue:not(.wait-hover):hover .on, .btn-in-queue.btn-in-queue:not(.wait-hover):hover .on {
        display: block; }

.disabled {
  opacity: 0.5; }

button {
  text-transform: uppercase; }

.white-popup {
  position: relative;
  background-color: #fff;
  padding: 1.5em;
  width: auto;
  max-width: 50%;
  margin: 2em auto;
  text-align: center; }
  .white-popup p.help-info {
    text-align: left; }
    .white-popup p.help-info .icon-info {
      color: #62cbe1; }
  .white-popup textarea {
    height: 10em; }
  .white-popup.with-header {
    padding: 0; }
    .white-popup.with-header .top-header {
      background-color: #e1f1f4;
      padding: 0.5em 1.5em; }
    .white-popup.with-header .below-top-header {
      padding: 1.5em; }
  .white-popup.loan-popup .loan-confirmation {
    display: none; }
  .white-popup.loan-popup h4 {
    margin-bottom: 0; }
  .white-popup.loan-popup p.help-info {
    text-align: left; }
    .white-popup.loan-popup p.help-info .icon-info {
      color: #62cbe1; }
  .white-popup.loan-popup h5 {
    margin-top: 1.5em; }
  .white-popup.survey-popup {
    padding: 3em; }
    .white-popup.survey-popup h5 {
      text-align: left;
      color: #8c8c8c; }
    .white-popup.survey-popup h3 {
      text-align: left;
      color: #62cbe1; }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup h3 {
          font-size: 1rem; } }
    .white-popup.survey-popup p.page-counter {
      color: #62cbe1;
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      font-size: 1.25rem; }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup p.page-counter {
          font-size: 0.875rem; } }
    .white-popup.survey-popup p.error {
      display: none;
      color: #f22613; }
    .white-popup.survey-popup .survey-page {
      display: none; }
      .white-popup.survey-popup .survey-page .radio {
        text-align: left; }
    .white-popup.survey-popup button {
      margin-bottom: 1em; }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup button {
          font-size: 0.875rem;
          padding: 0.3em 1em; } }
    .white-popup.survey-popup .multiselect {
      text-align: left; }
      .white-popup.survey-popup .multiselect input[type="checkbox"] + label span {
        background: none;
        color: transparent;
        font-size: 1.625rem;
        vertical-align: middle;
        width: auto;
        height: auto; }
        @media screen and (max-width: 30em) {
          .white-popup.survey-popup .multiselect input[type="checkbox"] + label span {
            font-size: 1.25rem; } }
      .white-popup.survey-popup .multiselect input[type="checkbox"]:checked + label span {
        color: #62cbe1; }
      .white-popup.survey-popup .multiselect input[type="checkbox"]:checked + label {
        color: #62cbe1; }
      .white-popup.survey-popup .multiselect label.cb {
        border-top: 1px solid #c9ced1;
        padding: 0.6em 1em;
        margin: 0;
        color: #b3b3b3;
        cursor: pointer; }
        .white-popup.survey-popup .multiselect label.cb:last-child {
          border-bottom: 1px solid #c9ced1; }
        .white-popup.survey-popup .multiselect label.cb:hover {
          background-color: #e1f1f4; }
      .white-popup.survey-popup .multiselect input.input_other {
        display: inline-block;
        border: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #62cbe1;
        background-color: transparent;
        width: 80%;
        color: #62cbe1;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0.1em; }
    .white-popup.survey-popup .survey-other-container label {
      float: left;
      margin-right: 1em; }
    .white-popup.survey-popup .survey-other-container input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .white-popup.survey-popup .survey-other-container input:last-child {
        margin-right: 0; }
      @media screen and (max-width: 48em) {
        .white-popup.survey-popup .survey-other-container input {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .white-popup.survey-popup .survey-other-container input:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup .survey-other-container input {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%; }
          .white-popup.survey-popup .survey-other-container input:last-child {
            margin-right: 0; } }
    .white-popup.survey-popup .survey-other-container:after {
      clear: both;
      display: block;
      content: ''; }
    @media screen and (max-width: 30em) {
      .white-popup.survey-popup {
        padding: 1em; } }
  .white-popup.survey-popup-thank-you {
    padding: 0px; }
    .white-popup.survey-popup-thank-you .thank-you-heading {
      background-color: #00b3d9;
      padding: 2.5em;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup-thank-you .thank-you-heading {
          padding: 1em; } }
    .white-popup.survey-popup-thank-you h3 {
      text-transform: uppercase; }
    .white-popup.survey-popup-thank-you .share-area {
      padding: 2em;
      background-color: #fff;
      text-align: center; }
      .white-popup.survey-popup-thank-you .share-area .share-row {
        margin: 1.75em 0em; }
        .white-popup.survey-popup-thank-you .share-area .share-row a {
          display: inline-block;
          padding: 5px;
          color: #fff; }
      @media screen and (max-width: 30em) {
        .white-popup.survey-popup-thank-you .share-area {
          padding: 1em; } }
  .white-popup.apply-popup h5 {
    margin-top: 1.5em;
    text-align: left; }
  .white-popup.message-popup {
    max-width: 45%; }
    .white-popup.message-popup p.message {
      margin: 2em 1em 3em; }
    @media screen and (max-width: 64em) {
      .white-popup.message-popup {
        max-width: 60%; } }
    @media screen and (max-width: 30em) {
      .white-popup.message-popup {
        max-width: 95%; } }
  .white-popup.view-message-popup h5, .white-popup.view-message-popup p {
    text-align: left; }
  .white-popup.view-message-popup p.body {
    margin: 2em 0; }
  .white-popup.compose-message-popup h5, .white-popup.compose-message-popup p {
    text-align: left; }
  .white-popup.compose-message-popup p.body {
    margin: 2em 0; }
  .white-popup.view-loan-popup h5, .white-popup.view-loan-popup p, .white-popup.view-loan-popup h6 {
    text-align: center; }
  .white-popup.view-loan-popup h4 {
    margin-bottom: 0; }
  .white-popup.view-loan-popup h5 {
    margin-top: 0;
    color: #8c8c8c; }
  .white-popup.view-loan-popup span.dollar-sign {
    left: 25px; }
  .white-popup.view-loan-popup p.message {
    margin: 2em;
    text-align: left; }
  .white-popup.view-loan-popup input[type=text] {
    width: 150px;
    margin: 0.5em auto 2em;
    text-align: left;
    padding-left: 30px; }
  .white-popup.view-loan-popup#view-loan-confirmation h4 {
    margin-bottom: 0.5em; }
  .white-popup.view-loan-popup#view-loan-confirmation p {
    margin: 2em auto; }
  .white-popup.post-update-popup input, .white-popup.post-update-popup textarea {
    width: 100%; }
  .white-popup.post-update-popup a.btn-send-preview {
    display: block;
    margin: 1em auto; }
  .white-popup.post-update-popup p.post-update-header {
    text-align: left; }
  .white-popup.preview-popup button {
    margin-bottom: 0.5em; }
  .white-popup.preview-popup h5 {
    text-align: left; }
  .white-popup.preview-popup #update-body {
    text-align: left; }
    .white-popup.preview-popup #update-body ul {
      list-style-type: disc;
      list-style-position: inside;
      padding: 0.25em 0.5em; }
    .white-popup.preview-popup #update-body ol {
      list-style-type: decimal;
      list-style-position: inside;
      padding: 0.25em 0.5em; }
    .white-popup.preview-popup #update-body li {
      font-family: "Avenir LT W01_45 Book1475508";
      padding: 0.25em 0.5em;
      font-size: 0.875rem; }
    .white-popup.preview-popup #update-body p {
      margin: 0; }
  .white-popup.launch-popup {
    max-width: 70%; }
    .white-popup.launch-popup h3 {
      line-height: 3.5em; }
      @media screen and (max-width: 48em) {
        .white-popup.launch-popup h3 {
          line-height: 1.5em; } }
    .white-popup.launch-popup .styled-select, .white-popup.launch-popup input, .white-popup.launch-popup .suggestions-container {
      display: inline-block;
      width: 40%;
      vertical-align: middle;
      margin-bottom: 0.1em;
      line-height: 1em; }
      @media screen and (max-width: 48em) {
        .white-popup.launch-popup .styled-select, .white-popup.launch-popup input, .white-popup.launch-popup .suggestions-container {
          width: 80%;
          display: block;
          margin: 0.5em auto; }
          .white-popup.launch-popup .styled-select select, .white-popup.launch-popup input select, .white-popup.launch-popup .suggestions-container select {
            margin-bottom: 0; } }
    .white-popup.launch-popup .suggestions-container input {
      width: 100%; }
    .white-popup.launch-popup .suggestions-container ul li {
      line-height: 1.1em; }
      .white-popup.launch-popup .suggestions-container ul li span {
        font-size: 0.875rem; }
    .white-popup.launch-popup .btn-start {
      font-size: 1.25rem;
      margin: 0.5em; }
      @media screen and (max-width: 48em) {
        .white-popup.launch-popup .btn-start {
          font-size: 1.25rem;
          margin-top: 1em; } }
    @media screen and (max-width: 30em) {
      .white-popup.launch-popup {
        max-width: 95%;
        padding: 0.5em; } }
  .white-popup.edit-project-popup h6 {
    text-align: left; }
  .white-popup.edit-project-popup label {
    text-align: left; }
  @media screen and (max-width: 30em) {
    .white-popup.edit-project-popup .btn-cancel, .white-popup.edit-project-popup .btn-update-incentive, .white-popup.edit-project-popup .btn-add-incentive, .white-popup.edit-project-popup .btn-add-team-member, .white-popup.edit-project-popup .btn-add-wishlist-item {
      width: 100%;
      margin: 0.5em auto; } }
  .white-popup.edit-project-popup#add-incentive-modal p#claimed-message {
    display: none;
    color: #f22613;
    text-align: left; }
  .white-popup.edit-project-popup#add-incentive-modal label.amount {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .white-popup.edit-project-popup#add-incentive-modal label.amount:last-child {
      margin-right: 0; }
  .white-popup.edit-project-popup#add-incentive-modal label.title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .white-popup.edit-project-popup#add-incentive-modal label.title:last-child {
      margin-right: 0; }
  .white-popup.edit-project-popup#add-incentive-modal label.available {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .white-popup.edit-project-popup#add-incentive-modal label.available:last-child {
      margin-right: 0; }
  .white-popup.edit-project-popup#add-incentive-modal label.delivery_date {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .white-popup.edit-project-popup#add-incentive-modal label.delivery_date:last-child {
      margin-right: 0; }
  .white-popup.edit-project-popup#add-incentive-modal label.description {
    width: 100%;
    clear: both;
    text-align: left; }
  .white-popup.edit-project-popup#add-incentive-modal .buttons {
    margin: 0.5em 0; }
  @media screen and (max-width: 30em) {
    .white-popup.edit-project-popup#add-incentive-modal {
      max-width: 95%; } }
  @media screen and (max-width: 48em) {
    .white-popup.edit-project-popup#add-incentive-modal .picker__holder {
      left: -30%;
      width: 85%; } }
  .white-popup.edit-project-popup#add-incentive-modal label.amount .dollar-holder, .white-popup.edit-project-popup#add-wishlist-modal label.amount .dollar-holder {
    width: 100%;
    position: relative; }
    .white-popup.edit-project-popup#add-incentive-modal label.amount .dollar-holder span.dollar-sign, .white-popup.edit-project-popup#add-wishlist-modal label.amount .dollar-holder span.dollar-sign {
      position: absolute;
      left: 10px;
      top: 10px; }
    .white-popup.edit-project-popup#add-incentive-modal label.amount .dollar-holder input.dollar, .white-popup.edit-project-popup#add-wishlist-modal label.amount .dollar-holder input.dollar {
      width: 100%;
      text-align: left;
      padding-left: 25px; }
  .white-popup.edit-project-popup#add-wishlist-modal, .white-popup.edit-project-popup#add-team-modal {
    max-width: 35%; }
    .white-popup.edit-project-popup#add-wishlist-modal h6, .white-popup.edit-project-popup#add-team-modal h6 {
      text-align: center; }
    .white-popup.edit-project-popup#add-wishlist-modal .styled-select, .white-popup.edit-project-popup#add-team-modal .styled-select {
      width: 100%; }
    .white-popup.edit-project-popup#add-wishlist-modal label, .white-popup.edit-project-popup#add-team-modal label {
      z-index: 2; }
    .white-popup.edit-project-popup#add-wishlist-modal .suggestions-container label, .white-popup.edit-project-popup#add-team-modal .suggestions-container label {
      z-index: 1;
      position: relative; }
    .white-popup.edit-project-popup#add-wishlist-modal .suggestions-container .loading-icon, .white-popup.edit-project-popup#add-team-modal .suggestions-container .loading-icon {
      display: none;
      position: absolute;
      right: 8px;
      top: 8px;
      z-index: 2; }
    @media screen and (max-width: 64em) {
      .white-popup.edit-project-popup#add-wishlist-modal, .white-popup.edit-project-popup#add-team-modal {
        max-width: 60%; } }
    @media screen and (max-width: 30em) {
      .white-popup.edit-project-popup#add-wishlist-modal, .white-popup.edit-project-popup#add-team-modal {
        max-width: 95%; } }
  .white-popup.edit-project-popup#add-team-modal a.btn-add-role {
    margin-bottom: 1em; }
  .white-popup.edit-project-popup#add-team-modal h6 {
    font-weight: 500; }
  .white-popup.edit-project-popup#add-team-modal label.email {
    margin-bottom: 0; }
  .white-popup.edit-project-popup#add-team-modal p.email-disclaimer {
    margin-bottom: 2em;
    text-align: left; }
  .white-popup.edit-project-popup#add-team-modal .selected-roles {
    margin: 1em auto;
    width: 80%;
    border: 1px solid #c9ced1; }
    .white-popup.edit-project-popup#add-team-modal .selected-roles .selected-role-item {
      position: relative;
      padding: 0.5em 1em;
      text-align: left; }
      .white-popup.edit-project-popup#add-team-modal .selected-roles .selected-role-item h4 {
        font-weight: 500;
        font-size: 1rem;
        margin-bottom: 0; }
      .white-popup.edit-project-popup#add-team-modal .selected-roles .selected-role-item p.sub-role {
        margin-top: 0;
        font-style: italic; }
      .white-popup.edit-project-popup#add-team-modal .selected-roles .selected-role-item a.btn-remove {
        float: right;
        margin-top: 1em;
        font-weight: 500;
        text-transform: uppercase; }
      .white-popup.edit-project-popup#add-team-modal .selected-roles .selected-role-item:nth-child(2n) {
        background-color: #e1f1f4; }
    @media screen and (max-width: 48em) {
      .white-popup.edit-project-popup#add-team-modal .selected-roles {
        width: 100%; } }
  .white-popup.edit-project-popup#add-wishlist-modal a.btn-clear {
    display: none; }
  .white-popup.edit-project-popup#add-wishlist-modal .header_wishlist {
    display: none; }
  .white-popup.edit-project-popup#add-wishlist-modal .image-upload-tool .image-upload-button {
    display: none;
    position: relative; }
    .white-popup.edit-project-popup#add-wishlist-modal .image-upload-tool .image-upload-button .overlay {
      position: relative; }
    .white-popup.edit-project-popup#add-wishlist-modal .image-upload-tool .image-upload-button input#wishlistImageBrowse {
      position: absolute;
      bottom: 0;
      width: 100%;
      opacity: 0;
      z-index: 2;
      cursor: pointer;
      padding: 1em 0; }
  .white-popup.cinema-checkout-popup {
    padding-bottom: 3em; }
    .white-popup.cinema-checkout-popup h4 {
      margin-bottom: 0; }
    .white-popup.cinema-checkout-popup h5 {
      margin-top: 0; }
      .white-popup.cinema-checkout-popup h5.instructions {
        padding: 1.5em 0; }
  .white-popup#rental-active-modal h2 {
    font-weight: 500;
    margin-bottom: 0; }
  .white-popup#rental-active-modal h5 {
    padding-top: 1em; }
  .white-popup#delete-account-modal .btn-cancel, .white-popup#delete-account-modal .btn-delete {
    margin-bottom: 1em;
    padding: 12px 2em; }
  .white-popup#delete-account-modal .message {
    font-size: 0.875rem;
    text-align: center; }
  .white-popup#delete-account-modal ul {
    display: block;
    margin: 1em 0; }
    .white-popup#delete-account-modal ul::after {
      clear: both;
      content: "";
      display: table; }
    .white-popup#delete-account-modal ul li {
      margin: 1em 2em;
      font-size: 0.875rem;
      text-align: left;
      list-style-type: disc; }
  .white-popup#payment-options-modal .payment-buttons {
    width: 100%;
    clear: both;
    display: table;
    padding: 1.5em; }
    .white-popup#payment-options-modal .payment-buttons h6 {
      font-weight: 500; }
    .white-popup#payment-options-modal .payment-buttons .payment-sparks {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 4.2649%;
      text-align: center; }
      .white-popup#payment-options-modal .payment-buttons .payment-sparks:last-child {
        margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-sparks button {
        width: 100%; }
    .white-popup#payment-options-modal .payment-buttons .payment-center-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%;
      text-align: center;
      padding-top: 1em;
      padding-bottom: 1em; }
      .white-popup#payment-options-modal .payment-buttons .payment-center-text:last-child {
        margin-right: 0; }
    .white-popup#payment-options-modal .payment-buttons .payment-cc {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      text-align: center; }
      .white-popup#payment-options-modal .payment-buttons .payment-cc:last-child {
        margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-cc button {
        width: 100%; }
    @media screen and (max-width: 64em) {
      .white-popup#payment-options-modal .payment-buttons .payment-sparks {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 44.55627%;
        margin-left: 0%; }
        .white-popup#payment-options-modal .payment-buttons .payment-sparks:last-child {
          margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-center-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .white-popup#payment-options-modal .payment-buttons .payment-center-text:last-child {
          margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-cc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 44.55627%; }
        .white-popup#payment-options-modal .payment-buttons .payment-cc:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .white-popup#payment-options-modal .payment-buttons .payment-sparks {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .white-popup#payment-options-modal .payment-buttons .payment-sparks:last-child {
          margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-center-text {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .white-popup#payment-options-modal .payment-buttons .payment-center-text:last-child {
          margin-right: 0; }
      .white-popup#payment-options-modal .payment-buttons .payment-cc {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .white-popup#payment-options-modal .payment-buttons .payment-cc:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 64em) {
    .white-popup#payment-options-modal {
      max-width: 70%; } }
  @media screen and (max-width: 30em) {
    .white-popup#payment-options-modal {
      max-width: 95%; } }
  .white-popup#mobile-contribute-modal .popup-half input.dollar {
    /*setting margin to account for dollar symbol styling */
    margin: 0.5em auto 1em;
    margin-left: -10px; }
  .white-popup#mobile-contribute-modal .popup-half .btn-submit-contribute {
    display: block;
    margin: 0.25em auto 1.5em; }
  .white-popup#mobile-contribute-modal .popup-half h4 {
    margin: 1em auto 0.5em; }
  @media screen and (max-width: 30em) {
    .white-popup#mobile-contribute-modal {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
      .white-popup#mobile-contribute-modal form {
        height: 100%;
        position: relative; }
      .white-popup#mobile-contribute-modal input.dollar {
        margin: 0.5em auto 1em; }
      .white-popup#mobile-contribute-modal .btn-be-a-hero {
        margin: 0.5em auto; }
      .white-popup#mobile-contribute-modal h6.line-through {
        display: block;
        height: 4%;
        margin: 0;
        padding: 0; }
      .white-popup#mobile-contribute-modal a.btn-close {
        margin-top: 1rem; }
      .white-popup#mobile-contribute-modal .popup-half {
        width: 90%;
        margin: 0 auto;
        display: table; }
        .white-popup#mobile-contribute-modal .popup-half .popup-body {
          display: table-cell;
          vertical-align: middle; }
        .white-popup#mobile-contribute-modal .popup-half.how-much {
          height: 58%; }
        .white-popup#mobile-contribute-modal .popup-half.be-a-hero {
          height: 38%; } }
  .white-popup#watchlist-sparks-modal {
    background-color: #12a7cb;
    text-align: center;
    padding-bottom: 3em; }
    .white-popup#watchlist-sparks-modal h1 {
      border: 2px solid #fff;
      color: #f6d13f;
      border-radius: 50%;
      padding: 1em 1.1em;
      line-height: 1em;
      display: inline-block; }
    .white-popup#watchlist-sparks-modal h4 {
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 0;
      letter-spacing: 0.05em; }
    .white-popup#watchlist-sparks-modal p {
      color: #fff;
      text-align: justify;
      width: 60%;
      margin: 1em auto;
      line-height: 1.6em; }
      .white-popup#watchlist-sparks-modal p.sparks-count {
        margin-top: 0;
        font-size: 0.75rem;
        font-family: "Avenir LT W01_85 Heavy1475544";
        text-align: center; }
  .white-popup#cinema-checkout-modal .billing-information p.payment-errors {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    color: #f22613; }
    .white-popup#cinema-checkout-modal .billing-information p.payment-errors:last-child {
      margin-right: 0; }
  .white-popup#cinema-checkout-modal .billing-information p.message {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    color: #8c8c8c;
    text-align: left; }
    .white-popup#cinema-checkout-modal .billing-information p.message:last-child {
      margin-right: 0; }
  .white-popup#cinema-checkout-modal .billing-information label {
    text-align: left; }
    .white-popup#cinema-checkout-modal .billing-information label.cc-name {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .white-popup#cinema-checkout-modal .billing-information label.cc-name:last-child {
        margin-right: 0; }
    .white-popup#cinema-checkout-modal .billing-information label.cc-number {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .white-popup#cinema-checkout-modal .billing-information label.cc-number:last-child {
        margin-right: 0; }
      .white-popup#cinema-checkout-modal .billing-information label.cc-number input {
        width: 100%; }
    .white-popup#cinema-checkout-modal .billing-information label.cc-code {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0;
      float: right; }
      .white-popup#cinema-checkout-modal .billing-information label.cc-code:last-child {
        margin-right: 0; }
    .white-popup#cinema-checkout-modal .billing-information label.zip {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .white-popup#cinema-checkout-modal .billing-information label.zip:last-child {
        margin-right: 0; }
    .white-popup#cinema-checkout-modal .billing-information label.cb {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .white-popup#cinema-checkout-modal .billing-information label.cb:last-child {
        margin-right: 0; }
  .white-popup#cinema-checkout-modal .billing-information:after {
    clear: both;
    display: table;
    content: ''; }
  .white-popup#cinema-checkout-modal .cc-exp {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .white-popup#cinema-checkout-modal .cc-exp:last-child {
      margin-right: 0; }
  @media screen and (max-width: 64em) {
    .white-popup#cinema-checkout-modal {
      max-width: 70%; } }
  @media screen and (max-width: 48em) {
    .white-popup#cinema-checkout-modal {
      max-width: 85%; }
      .white-popup#cinema-checkout-modal .billing-information label {
        font-size: 1rem; }
        .white-popup#cinema-checkout-modal .billing-information label p {
          font-size: 1rem; } }
  @media screen and (max-width: 30em) {
    .white-popup#cinema-checkout-modal {
      max-width: 95%; }
      .white-popup#cinema-checkout-modal .billing-information label {
        font-size: 0.875rem; }
        .white-popup#cinema-checkout-modal .billing-information label p {
          font-size: 0.875rem; }
        .white-popup#cinema-checkout-modal .billing-information label.cc-name {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .white-popup#cinema-checkout-modal .billing-information label.cc-name:last-child {
            margin-right: 0; }
        .white-popup#cinema-checkout-modal .billing-information label.cc-number {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .white-popup#cinema-checkout-modal .billing-information label.cc-number:last-child {
            margin-right: 0; }
        .white-popup#cinema-checkout-modal .billing-information label.cc-code {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .white-popup#cinema-checkout-modal .billing-information label.cc-code:last-child {
            margin-right: 0; }
          .white-popup#cinema-checkout-modal .billing-information label.cc-code input {
            width: 50%; }
        .white-popup#cinema-checkout-modal .billing-information label.cc-zip {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .white-popup#cinema-checkout-modal .billing-information label.cc-zip:last-child {
            margin-right: 0; }
      .white-popup#cinema-checkout-modal .billing-information .cc-exp {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0;
        text-align: left; }
        .white-popup#cinema-checkout-modal .billing-information .cc-exp:last-child {
          margin-right: 0; }
        .white-popup#cinema-checkout-modal .billing-information .cc-exp p {
          font-size: 0.875rem; } }
  @media screen and (max-width: 48em) {
    .white-popup {
      max-width: 80%; } }

.card-module {
  cursor: pointer;
  box-shadow: rgba(140, 140, 140, 0.5) 0px 1px 1px;
  background-color: #fff;
  margin-bottom: 0.5rem; }
  .card-module .img-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .card-module .img-wrapper .overlay {
      width: 100%;
      background-color: rgba(32, 32, 32, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      .card-module .img-wrapper .overlay h4 {
        color: #62cbe1;
        text-align: center; }
      .card-module .img-wrapper .overlay h5 {
        color: #fff;
        padding: 0.5em 0;
        text-align: left; }
      .card-module .img-wrapper .overlay p {
        color: #fff; }
    .card-module .img-wrapper img {
      width: 100%;
      display: block; }
      .card-module .img-wrapper img::after {
        clear: both;
        content: "";
        display: table; }
  .card-module .stats {
    margin: 0.5em 7% 0.5em;
    display: block; }
    .card-module .stats::after {
      clear: both;
      content: "";
      display: table; }
    .card-module .stats p {
      float: left;
      font-size: 0.8125rem; }
      .card-module .stats p span {
        margin-right: 0.3em;
        vertical-align: top; }
      @media screen and (max-width: 48em) {
        .card-module .stats p {
          font-size: 0.75rem; } }
  .card-module.studio-card .card-text {
    height: 8.25em;
    overflow: hidden; }
  .card-module.studio-card h3 {
    margin: 1em 7% 0.5em;
    font-size: 1rem;
    font-family: "Avenir LT W01_85 Heavy1475544";
    line-height: 1.1em; }
  .card-module.studio-card p.description {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0.5em 7%; }
  .card-module.studio-card .overlay {
    top: 65%; }
  .card-module.studio-card hr {
    margin: 0 1em; }
  .card-module.studio-card .progress {
    display: block;
    margin-bottom: 0;
    padding: 0.9em 7.5% 0.5em;
    display: table;
    width: 100%; }
    .card-module.studio-card .progress::after {
      clear: both;
      content: "";
      display: table; }
    .card-module.studio-card .progress .gauge-holder {
      width: 100px;
      height: 50px;
      position: relative;
      margin-top: 0;
      margin-left: -0.2em;
      float: left;
      overflow: hidden; }
      .card-module.studio-card .progress .gauge-holder p {
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 7.5%;
        width: 100%;
        text-align: center;
        margin: 0.3em 0; }
    .card-module.studio-card .progress h4.studio_status {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 3.2em;
      font-size: 1rem;
      font-weight: bold; }
      .card-module.studio-card .progress h4.studio_status.draft {
        color: #62cbe1; }
      .card-module.studio-card .progress h4.studio_status.pending {
        color: #f6d13f; }
      .card-module.studio-card .progress h4.studio_status.approved, .card-module.studio-card .progress h4.studio_status.submitted {
        color: #6cdc89; }
    .card-module.studio-card .progress .progress-stats {
      float: right; }
      .card-module.studio-card .progress .progress-stats p {
        text-align: right;
        margin: 0 0 0.5em; }
      .card-module.studio-card .progress .progress-stats.ended {
        float: none;
        text-align: center; }
        .card-module.studio-card .progress .progress-stats.ended h5.greenlight {
          color: #5ad07d;
          font-weight: 500;
          font-size: 1.25rem;
          margin-top: 0.05em;
          margin-bottom: 0.05em; }
        .card-module.studio-card .progress .progress-stats.ended p.followers {
          margin-top: 0;
          text-align: center; }
  .card-module.studio-card .stats {
    margin-top: 0;
    height: 3.25em; }
    .card-module.studio-card .stats p {
      width: 100%;
      line-height: 1.2em;
      color: #8c8c8c;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .card-module.cinema-card {
    box-shadow: none;
    cursor: default;
    outline: none;
    background-color: transparent; }
    .card-module.cinema-card .img-wrapper {
      margin-bottom: 0; }
      .card-module.cinema-card .img-wrapper .overlay {
        background-color: rgba(0, 0, 0, 0.75);
        top: 100%;
        -webkit-animation: cinemaSlideDown 0.1s linear;
        -moz-animation: cinemaSlideDown 0.1s linear;
        animation: cinemaSlideDown 0.1s linear; }
        .card-module.cinema-card .img-wrapper .overlay h4 {
          margin: 0;
          font-size: 1.25rem;
          padding: 0.75em 7.5%;
          max-height: 4.5em;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #fff;
          text-transform: none;
          text-align: center;
          line-height: 1.2em; }
          @media screen and (max-width: 48em) {
            .card-module.cinema-card .img-wrapper .overlay h4 {
              font-size: 1.125rem; } }
          @media screen and (max-width: 30em) {
            .card-module.cinema-card .img-wrapper .overlay h4 {
              font-size: 1.375rem; } }
        .card-module.cinema-card .img-wrapper .overlay .card-body {
          position: relative;
          height: 100%; }
          .card-module.cinema-card .img-wrapper .overlay .card-body .bottom-anchored {
            position: absolute;
            bottom: 0;
            width: 100%; }
          .card-module.cinema-card .img-wrapper .overlay .card-body h5 {
            color: #fff;
            padding: 1em 7.5% 0.5em;
            margin: 0;
            max-height: 4em;
            overflow-y: hidden;
            text-overflow: ellipsis;
            white-space: no-wrap;
            text-transform: none; }
            @media screen and (max-width: 48em) {
              .card-module.cinema-card .img-wrapper .overlay .card-body h5 {
                padding: 0.3em 7.5% 0; } }
            @media screen and (max-width: 30em) {
              .card-module.cinema-card .img-wrapper .overlay .card-body h5 {
                font-size: 1.25rem; } }
          .card-module.cinema-card .img-wrapper .overlay .card-body p {
            color: #fff;
            margin: 0;
            padding: 1em 7.5%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: no-wrap;
            line-height: 1.4em; }
            .card-module.cinema-card .img-wrapper .overlay .card-body p.price {
              text-align: center;
              margin-top: 0;
              padding: 0.25em 0 1em; }
            @media screen and (max-width: 48em) {
              .card-module.cinema-card .img-wrapper .overlay .card-body p {
                font-size: 0.78125rem; } }
            @media screen and (max-width: 30em) {
              .card-module.cinema-card .img-wrapper .overlay .card-body p {
                font-size: 0.875rem; } }
          .card-module.cinema-card .img-wrapper .overlay .card-body .btn-queue, .card-module.cinema-card .img-wrapper .overlay .card-body .btn-watch, .card-module.cinema-card .img-wrapper .overlay .card-body .btn-in-queue {
            display: block;
            margin: 0.5em 7.5%;
            width: 85%; }
            .card-module.cinema-card .img-wrapper .overlay .card-body .btn-queue::after, .card-module.cinema-card .img-wrapper .overlay .card-body .btn-watch::after, .card-module.cinema-card .img-wrapper .overlay .card-body .btn-in-queue::after {
              clear: both;
              content: "";
              display: table; }
    .card-module.cinema-card .stats {
      margin: 0.25em 0;
      height: 3.75em; }
      .card-module.cinema-card .stats .queue-flag {
        float: right;
        width: 14%;
        text-align: right;
        display: block;
        cursor: pointer; }
        .card-module.cinema-card .stats .queue-flag .icon-shape {
          color: #000;
          display: block; }
        .card-module.cinema-card .stats .queue-flag .icon-black {
          color: #f6d13f;
          display: none; }
        .card-module.cinema-card .stats .queue-flag:hover .icon-shape, .card-module.cinema-card .stats .queue-flag.flagged .icon-shape {
          display: none; }
        .card-module.cinema-card .stats .queue-flag:hover .icon-black, .card-module.cinema-card .stats .queue-flag.flagged .icon-black {
          display: block; }
      .card-module.cinema-card .stats h6 {
        margin-bottom: 0.25em;
        float: left;
        width: 86%; }
      .card-module.cinema-card .stats p {
        float: left;
        margin: 0;
        line-height: 1.4em; }
        .card-module.cinema-card .stats p.year {
          clear: both; }
        .card-module.cinema-card .stats p.genre {
          clear: left;
          width: 100%; }
    .card-module.cinema-card.over .overlay {
      top: 0;
      -webkit-animation: cinemaSlideUp 0.3s linear;
      -moz-animation: cinemaSlideUp 0.3s linear;
      animation: cinemaSlideUp 0.3s linear; }
  .card-module.team-card, .card-module.wishlist-edit-card, .card-module.team-edit-card, .card-module.curated-page-card {
    margin-bottom: 1.5rem;
    display: block;
    height: auto;
    position: relative; }
    .card-module.team-card .img-wrapper .overlay, .card-module.wishlist-edit-card .img-wrapper .overlay, .card-module.team-edit-card .img-wrapper .overlay, .card-module.curated-page-card .img-wrapper .overlay {
      height: auto;
      bottom: 0;
      top: auto; }
      .card-module.team-card .img-wrapper .overlay h5, .card-module.wishlist-edit-card .img-wrapper .overlay h5, .card-module.team-edit-card .img-wrapper .overlay h5, .card-module.curated-page-card .img-wrapper .overlay h5 {
        padding: 0;
        font-weight: 500;
        text-align: center; }
    .card-module.team-card .card-panel.title, .card-module.wishlist-edit-card .card-panel.title, .card-module.team-edit-card .card-panel.title, .card-module.curated-page-card .card-panel.title {
      padding: 0.5rem;
      min-height: 5rem; }
      .card-module.team-card .card-panel.title h6, .card-module.wishlist-edit-card .card-panel.title h6, .card-module.team-edit-card .card-panel.title h6, .card-module.curated-page-card .card-panel.title h6 {
        padding: 0;
        margin: 0;
        text-align: center;
        color: #8c8c8c; }
        @media screen and (max-width: 64em) {
          .card-module.team-card .card-panel.title h6, .card-module.wishlist-edit-card .card-panel.title h6, .card-module.team-edit-card .card-panel.title h6, .card-module.curated-page-card .card-panel.title h6 {
            font-size: 0.875rem;
            padding: 0.35em; } }
  .card-module.team-card {
    background-color: transparent;
    border: none;
    box-shadow: none; }
    .card-module.team-card .img-wrapper {
      width: 80%;
      position: relative;
      overflow: hidden;
      border-radius: 50%; }
      .card-module.team-card .img-wrapper img {
        position: absolute;
        max-width: none; }
    .card-module.team-card .overlay {
      position: relative;
      background-color: transparent;
      text-align: center; }
      .card-module.team-card .overlay h5 {
        color: #202020;
        margin-top: 0.5em;
        margin-bottom: 0;
        font-size: 1.125rem; }
    .card-module.team-card .card-panel.title {
      padding-top: 0; }
      .card-module.team-card .card-panel.title h6 {
        font-size: 0.875rem;
        padding: 0.1em 0; }
  .card-module.wishlist-edit-card, .card-module.team-edit-card {
    position: relative; }
    .card-module.wishlist-edit-card .card-panel, .card-module.team-edit-card .card-panel {
      width: 100%;
      height: 5.5em; }
      .card-module.wishlist-edit-card .card-panel .btn-edit, .card-module.team-edit-card .card-panel .btn-edit {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 60%;
        line-height: 1.4em;
        letter-spacing: 0.01em;
        padding: 0.75em 0; }
        @media screen and (max-width: 64em) {
          .card-module.wishlist-edit-card .card-panel .btn-edit, .card-module.team-edit-card .card-panel .btn-edit {
            font-size: 0.75rem; } }
      .card-module.wishlist-edit-card .card-panel .btn-delete, .card-module.team-edit-card .card-panel .btn-delete {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        width: 40%;
        line-height: 1.4em;
        letter-spacing: 0.01em;
        padding: 0.75em 0; }
        @media screen and (max-width: 64em) {
          .card-module.wishlist-edit-card .card-panel .btn-delete, .card-module.team-edit-card .card-panel .btn-delete {
            font-size: 0.75rem; } }
      .card-module.wishlist-edit-card .card-panel.title, .card-module.team-edit-card .card-panel.title {
        height: 8.5rem; }
        .card-module.wishlist-edit-card .card-panel.title p, .card-module.team-edit-card .card-panel.title p {
          max-height: 4.5em;
          overflow: hidden; }
        @media screen and (max-width: 64em) {
          .card-module.wishlist-edit-card .card-panel.title h6, .card-module.team-edit-card .card-panel.title h6 {
            padding: 0; } }
  .card-module.team-edit-card .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .card-module.team-edit-card .img-wrapper img {
      position: absolute;
      max-width: none; }
  .card-module.curated-page-card .card-panel.title {
    background-color: #f0f0f0;
    padding: 0 1em;
    border-top: 1px solid #c9ced1;
    display: table;
    width: 100%; }
    .card-module.curated-page-card .card-panel.title h6 {
      display: table-cell;
      vertical-align: middle;
      height: 5em; }
  .card-module.add-card {
    display: block; }
  .card-module.company-card {
    padding: 2em;
    text-align: center;
    cursor: default;
    background-color: transparent;
    display: inline-block;
    box-shadow: none;
    padding: 0 1em;
    margin-bottom: 3em;
    overflow: hidden;
    height: 20em; }
    .card-module.company-card .img-container {
      width: 80%;
      margin: 0 auto; }
      .card-module.company-card .img-container img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .card-module.company-card h4 {
      margin-bottom: 0;
      line-height: 1.2em; }
      @media screen and (max-width: 30em) {
        .card-module.company-card h4 {
          font-size: 1rem; } }
    .card-module.company-card h5 {
      margin-top: 0;
      line-height: 1.3em;
      color: #8c8c8c; }
      @media screen and (max-width: 30em) {
        .card-module.company-card h5 {
          font-size: 0.75rem; } }
    .card-module.company-card p {
      text-align: left; }
    @media screen and (max-width: 64em) {
      .card-module.company-card {
        height: 17em; } }
    @media screen and (max-width: 48em) {
      .card-module.company-card {
        height: 16em; } }
    @media screen and (max-width: 30em) {
      .card-module.company-card {
        height: 13em;
        padding: 0; } }
  .card-module.wishlist-card {
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: default;
    display: block;
    background-color: transparent;
    border-top: 3px solid #c9ced1;
    /*@include media($desktop){
			height:17rem;
		}
		@include media($small-desktop){
			height:20rem;
		}
		@include media($tablet){
			height:26rem;
		}
		@include media($small-tablet){
			height:20rem;
		}
		@include media($mobile){
			height:17rem;
		}
		@include media(new-breakpoint(max-width em(420) 4)){
			height:16rem;
		}
		@include media(new-breakpoint(max-width em(390) 4)){
			height:14rem;
		}
		@include media($small-mobile){
			height:13rem;
		}*/ }
    .card-module.wishlist-card .img-wrapper {
      position: relative; }
      .card-module.wishlist-card .img-wrapper .sponsored-banner {
        position: absolute;
        top: 0;
        left: 0;
        background: url(/web/20160602035606/https://www.seedandspark.com/img/sponsored_banner.png) no-repeat top left;
        width: 78px;
        height: 78px; }
    .card-module.wishlist-card .overlay {
      top: 100%; }
      .card-module.wishlist-card .overlay h5 {
        margin: 0;
        padding: 0.75em 1em;
        font-weight: 500;
        text-align: center;
        display: block; }
        @media screen and (max-width: 30em) {
          .card-module.wishlist-card .overlay h5 {
            font-size: 0.8125rem;
            padding: 0.4em 0.3em; } }
      .card-module.wishlist-card .overlay p {
        padding: 0 1em 0.5em;
        display: block; }
        .card-module.wishlist-card .overlay p.item-description {
          /*margin-top:-1em;*/ }
          @media screen and (max-width: 30em) {
            .card-module.wishlist-card .overlay p.item-description {
              padding: 0 0.5em 0.5em; } }
        @media screen and (max-width: 30em) {
          .card-module.wishlist-card .overlay p {
            font-size: 0.75rem;
            line-height: 1.2em; } }
    .card-module.wishlist-card .card-panel {
      background-color: #fff;
      text-align: center;
      width: 100%; }
      .card-module.wishlist-card .card-panel.progress {
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 0.65em; }
        .card-module.wishlist-card .card-panel.progress h4 {
          vertical-align: middle;
          text-align: center;
          margin-bottom: 0;
          margin-top: 0;
          padding-top: 0.65em;
          display: block;
          font-size: 1.125rem; }
          .card-module.wishlist-card .card-panel.progress h4 span.bold {
            font-size: 1.25rem; }
          @media screen and (max-width: 30em) {
            .card-module.wishlist-card .card-panel.progress h4 span.bold {
              font-size: 0.875rem; } }
        .card-module.wishlist-card .card-panel.progress hr {
          color: #8c8c8c;
          width: 60%;
          margin: 0 auto;
          padding: 0 0.5em; }
        .card-module.wishlist-card .card-panel.progress h5 {
          margin: 0;
          padding-bottom: 0.5em;
          padding-top: 0.5em; }
          .card-module.wishlist-card .card-panel.progress h5.costs {
            padding-top: 0em;
            color: #8c8c8c; }
          @media screen and (max-width: 30em) {
            .card-module.wishlist-card .card-panel.progress h5 {
              font-size: 0.75rem; } }
      .card-module.wishlist-card .card-panel.contribute, .card-module.wishlist-card .card-panel.loan {
        top: 110%;
        z-index: 1;
        position: absolute;
        bottom: 0;
        border-top: 1px solid #c9ced1; }
        .card-module.wishlist-card .card-panel.contribute h4, .card-module.wishlist-card .card-panel.loan h4 {
          padding: 1em 1em 0.5em;
          font-size: 1.1875rem; }
          @media screen and (max-width: 64em) {
            .card-module.wishlist-card .card-panel.contribute h4, .card-module.wishlist-card .card-panel.loan h4 {
              font-size: 1rem; } }
          @media screen and (max-width: 30em) {
            .card-module.wishlist-card .card-panel.contribute h4, .card-module.wishlist-card .card-panel.loan h4 {
              font-size: 0.75rem;
              padding: 0.5em 2em;
              margin-top: 0.25em;
              margin-bottom: 0.25em;
              line-height: 1.1em; } }
        .card-module.wishlist-card .card-panel.contribute input.dollar, .card-module.wishlist-card .card-panel.loan input.dollar {
          height: 2.5rem;
          padding: 0;
          font-weight: bold;
          font-size: 1.125rem;
          padding-left: 24px; }
          @media screen and (max-width: 30em) {
            .card-module.wishlist-card .card-panel.contribute input.dollar, .card-module.wishlist-card .card-panel.loan input.dollar {
              height: 1.5rem;
              font-size: 0.875rem; } }
      .card-module.wishlist-card .card-panel a.btn-close {
        position: absolute;
        top: 2px;
        right: 5px; }
    .card-module.wishlist-card .buttons {
      position: relative;
      display: block;
      bottom: 0.25rem;
      height: auto;
      width: 100%;
      background-color: #fff;
      z-index: 2; }
      .card-module.wishlist-card .buttons button {
        display: inline-block;
        text-align: center;
        height: 100%;
        padding: 0.2em 0 0.2em;
        letter-spacing: 0.01em; }
        @media screen and (max-width: 30em) {
          .card-module.wishlist-card .buttons button {
            font-size: 0.625rem;
            padding: 0.2em 0 0.2em; } }
      .card-module.wishlist-card .buttons button.btn-contribute {
        width: 63%;
        margin-right: 0.25%;
        margin-left: 2.25%; }
        @media screen and (max-width: 30em) {
          .card-module.wishlist-card .buttons button.btn-contribute {
            width: 61%; } }
      .card-module.wishlist-card .buttons button.btn-loan {
        width: 30%;
        margin-right: 2%;
        margin-left: 0.25%; }
    .card-module.wishlist-card.contribute-state button.btn-loan {
      display: none; }
    .card-module.wishlist-card.contribute-state button.btn-contribute {
      width: 96%;
      color: #fff; }
    .card-module.wishlist-card.loan-state button.btn-contribute {
      display: none; }
    .card-module.wishlist-card.loan-state button.btn-loan {
      width: 100%;
      color: #fff; }

.project-tags {
  width: 100%;
  display: block;
  display: table; }
  .project-tags::after {
    clear: both;
    content: "";
    display: table; }
  .project-tags .project-tag {
    vertical-align: top; }
    .project-tags .project-tag:nth-child(1) {
      text-align: left; }
      .project-tags .project-tag:nth-child(1) h5 {
        float: left; }
    .project-tags .project-tag:nth-child(2) {
      text-align: center; }
      .project-tags .project-tag:nth-child(2) h5 {
        float: none; }
    .project-tags .project-tag:nth-child(3) {
      text-align: right; }
      .project-tags .project-tag:nth-child(3) h5 {
        float: right; }
    .project-tags .project-tag h5 {
      padding: 0.5em 0 0.5em;
      margin: 0.5em auto; }
      .project-tags .project-tag h5 span {
        margin-right: 0.3em;
        vertical-align: baseline; }
      @media screen and (max-width: 30em) {
        .project-tags .project-tag h5 {
          float: none;
          width: 100%;
          line-height: 1em; } }
    @media screen and (max-width: 30em) {
      .project-tags .project-tag {
        float: none; } }

.user-container {
  width: 100%;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.2em;
  padding-bottom: 0; }
  .user-container::after {
    clear: both;
    content: "";
    display: table; }
  .user-container .user-image,
  .user-container .user-content {
    display: inline-block;
    vertical-align: top; }
  .user-container .user-image {
    float: left;
    display: block;
    margin-right: 10.1484%;
    width: 35.74677%;
    margin-right: 0;
    padding-right: 0.8em; }
    .user-container .user-image:last-child {
      margin-right: 0; }
    .user-container .user-image > img {
      display: block;
      max-width: none;
      border-radius: 50%; }
    @media screen and (max-width: 48em) {
      .user-container .user-image {
        float: none;
        width: 50%;
        margin: 0 auto 0.5em;
        padding-right: 0; } }
  .user-container .user-content {
    float: left;
    display: block;
    margin-right: 10.1484%;
    width: 54.10483%;
    float: left;
    text-align: left; }
    .user-container .user-content:last-child {
      margin-right: 0; }
    .user-container .user-content h3 {
      margin: 0;
      word-wrap: break-word; }
    .user-container .user-content p {
      line-height: 1.2em;
      margin-top: 0;
      margin-bottom: 0.2em;
      padding-top: 0;
      word-wrap: break-word; }
    .user-container .user-content a.user-contact {
      color: #62cbe1;
      font-weight: bold;
      font-size: 0.875rem; }
    .user-container .user-content a.btn-blue {
      display: inline-block; }
    @media screen and (max-width: 48em) {
      .user-container .user-content {
        width: 100%;
        text-align: center; } }

.wishlist h3 {
  font-size: 1.15625rem;
  margin: 0 0 1.6em;
  text-align: center; }
  .wishlist h3 span.bold {
    text-transform: uppercase; }
  .wishlist h3 span.or-text {
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase; }
    @media screen and (max-width: 64em) {
      .wishlist h3 span.or-text {
        display: block;
        text-transform: none; } }
  @media screen and (max-width: 40em) {
    .wishlist h3 {
      font-size: 1rem; } }
  @media screen and (max-width: 30em) {
    .wishlist h3 {
      font-size: 0.625rem; } }

.wishlist .wishlist-card-module-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%; }
  .wishlist .wishlist-card-module-list:last-child {
    margin-right: 0; }
  .wishlist .wishlist-card-module-list .card-module {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 40px; }
    .wishlist .wishlist-card-module-list .card-module:last-child {
      margin-right: 0; }
    .wishlist .wishlist-card-module-list .card-module:nth-child(3n) {
      margin-right: 0; }
    .wishlist .wishlist-card-module-list .card-module:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 64em) {
      .wishlist .wishlist-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(3n) {
          margin-right: 2.35765%; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(3n+1) {
          clear: none; }
        .wishlist .wishlist-card-module-list .card-module:last-child {
          margin-right: 0; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(2n) {
          margin-right: 0; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 48em) {
      .wishlist .wishlist-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-right: 0; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(2n) {
          margin-right: 3.57866%; }
        .wishlist .wishlist-card-module-list .card-module:nth-child(2n+1) {
          clear: none; }
        .wishlist .wishlist-card-module-list .card-module:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 40em) {
      .wishlist .wishlist-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-right: 0; }
        .wishlist .wishlist-card-module-list .card-module:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .wishlist .wishlist-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0; }
        .wishlist .wishlist-card-module-list .card-module:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .wishlist .wishlist-card-module-list {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .wishlist .wishlist-card-module-list:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .wishlist .wishlist-card-module-list {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%;
      clear: both; }
      .wishlist .wishlist-card-module-list:last-child {
        margin-right: 0; } }

.wishlist .incentives {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 36.02647%;
  margin-right: 0; }
  .wishlist .incentives:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .wishlist .incentives {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .wishlist .incentives:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .wishlist .incentives {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .wishlist .incentives:last-child {
        margin-right: 0; } }

.story h2 {
  text-align: left;
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 40em) {
    .story h2 {
      text-align: center; } }

.story .social {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 1.5em 0; }
  .story .social:last-child {
    margin-right: 0; }

.story .story-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%; }
  .story .story-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 40em) {
    .story .story-content {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      margin-right: 0; }
      .story .story-content:last-child {
        margin-right: 0; } }

.story .incentives {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 36.02647%;
  margin-right: 0; }
  .story .incentives:last-child {
    margin-right: 0; }
  .story .incentives .incentive-item h2 {
    text-align: left;
    padding-bottom: 0; }
  @media screen and (max-width: 40em) {
    .story .incentives {
      display: none; } }

.story .story-body, .story .story-body p {
  font-size: 1rem; }

.story .story-body iframe, .story .story-body video {
  max-width: 100%;
  height: auto; }

.story .synopsis-body img, .story .story-body img {
  height: auto !important;
  max-width: 100%; }

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

.updates a#updates-back {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5em 0; }

.updates a#post-new {
  display: inline-block;
  margin: 0.5em 0; }

.updates .update-item h4 {
  margin-bottom: 0.1rem;
  padding-right: 3em; }

.updates .update-item .body img {
  height: auto !important;
  max-width: 100%; }

.team h2 {
  text-align: center;
  margin-bottom: 1em; }

.team .team-card-module-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .team .team-card-module-list:last-child {
    margin-right: 0; }
  .team .team-card-module-list .card-module {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 17.72593%; }
    .team .team-card-module-list .card-module:last-child {
      margin-right: 0; }
    .team .team-card-module-list .card-module:nth-child(5n) {
      margin-right: 0; }
    .team .team-card-module-list .card-module:nth-child(5n+1) {
      clear: left; }
    @media screen and (max-width: 48em) {
      .team .team-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .team .team-card-module-list .card-module:nth-child(5n) {
          margin-right: 2.35765%; }
        .team .team-card-module-list .card-module:nth-child(5n+1) {
          clear: none; }
        .team .team-card-module-list .card-module:last-child {
          margin-right: 0; }
        .team .team-card-module-list .card-module:nth-child(4n) {
          margin-right: 0; }
        .team .team-card-module-list .card-module:nth-child(4n+1) {
          clear: left; } }
    @media screen and (max-width: 30em) {
      .team .team-card-module-list .card-module {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .team .team-card-module-list .card-module:nth-child(4n) {
          margin-right: 3.57866%; }
        .team .team-card-module-list .card-module:nth-child(4n+1) {
          clear: none; }
        .team .team-card-module-list .card-module:last-child {
          margin-right: 0; }
        .team .team-card-module-list .card-module:nth-child(2n) {
          margin-right: 0; }
        .team .team-card-module-list .card-module:nth-child(2n+1) {
          clear: left; } }

.team .job-position {
  border: 1px solid #c9ced1;
  border-bottom: none;
  background-color: #fff;
  padding: 1rem;
  position: relative; }
  .team .job-position a.btn-apply {
    position: absolute;
    top: 1.5em;
    right: 1.5em; }
  .team .job-position:last-child {
    border-bottom: 1px solid #c9ced1; }

.team .team-body img {
  height: auto !important;
  max-width: 100%; }

.media h2 {
  display: none;
  text-align: center;
  margin-bottom: 1em; }

.media .grid-item {
  width: 362px; }
  @media screen and (max-width: 30em) {
    .media .grid-item {
      width: 100%; } }

.media .video-item {
  display: inline-block;
  width: 362px;
  height: 203px; }
  .media .video-item iframe {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 30em) {
    .media .video-item {
      width: 280px;
      height: 157px; } }

.community h2 {
  text-align: left;
  margin-bottom: 1em; }

.community .supporters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .community .supporters:last-child {
    margin-right: 0; }
  .community .supporters .supporter-item-container {
    min-height: 50rem; }
  .community .supporters .supporter-item {
    display: block;
    padding: 1rem 1rem;
    border-top: 1px solid #c9ced1; }
    .community .supporters .supporter-item::after {
      clear: both;
      content: "";
      display: table; }
    .community .supporters .supporter-item:last-child {
      border-bottom: 1px solid #c9ced1; }
    .community .supporters .supporter-item:nth-child(2n) {
      background-color: #f0f0f0; }
    .community .supporters .supporter-item .supporter-image, .community .supporters .supporter-item .supporter-content {
      display: inline-block;
      vertical-align: top; }
    .community .supporters .supporter-item .supporter-image {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 10.76207%;
      overflow: hidden;
      margin: 0 1em 0 0;
      position: relative;
      border-radius: 50%; }
      .community .supporters .supporter-item .supporter-image:last-child {
        margin-right: 0; }
      .community .supporters .supporter-item .supporter-image a {
        width: 100%;
        height: 100%;
        display: block; }
      .community .supporters .supporter-item .supporter-image img {
        display: block;
        position: absolute;
        max-width: none; }
      @media screen and (max-width: 30em) {
        .community .supporters .supporter-item .supporter-image {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 19.43277%; }
          .community .supporters .supporter-item .supporter-image:last-child {
            margin-right: 0; } }
    .community .supporters .supporter-item .supporter-content {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 85.12701%;
      float: left;
      text-align: left; }
      .community .supporters .supporter-item .supporter-content:last-child {
        margin-right: 0; }
      .community .supporters .supporter-item .supporter-content p {
        margin-top: 0.1em;
        margin-bottom: 0.1em; }
        .community .supporters .supporter-item .supporter-content p a.name {
          color: #202020; }
        .community .supporters .supporter-item .supporter-content p.timestamp {
          color: #8c8c8c; }
      @media screen and (max-width: 30em) {
        .community .supporters .supporter-item .supporter-content {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%;
          margin-right: 0;
          padding-right: 0; }
          .community .supporters .supporter-item .supporter-content:last-child {
            margin-right: 0; }
          .community .supporters .supporter-item .supporter-content p {
            font-size: 0.75rem; } }
    @media screen and (max-width: 30em) {
      .community .supporters .supporter-item {
        padding: 0.5em 0.25em; } }
  @media screen and (max-width: 48em) {
    .community .supporters {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 61.158%; }
      .community .supporters:last-child {
        margin-right: 0; } }

.community .followers {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0; }
  .community .followers:last-child {
    margin-right: 0; }
  .community .followers .follower-item-container {
    min-height: 25rem; }
  .community .followers .follower-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 12.14302%;
    text-align: center;
    margin-bottom: 0.75rem; }
    .community .followers .follower-item:last-child {
      margin-right: 0; }
    .community .followers .follower-item:nth-child(7n) {
      margin-right: 0; }
    .community .followers .follower-item:nth-child(7n+1) {
      clear: left; }
    .community .followers .follower-item .follower-image {
      border-radius: 50%;
      position: relative;
      width: 100%;
      overflow: hidden; }
      .community .followers .follower-item .follower-image img {
        display: block;
        position: absolute;
        max-width: none; }
    .community .followers .follower-item .follower-content a.name {
      font-size: 0.6875rem;
      display: block;
      line-height: 1.2em;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media screen and (max-width: 30em) {
        .community .followers .follower-item .follower-content a.name {
          font-size: 0.5625rem;
          white-space: nowrap; } }
    @media screen and (max-width: 48em) {
      .community .followers .follower-item {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 22.316%; }
        .community .followers .follower-item:nth-child(7n) {
          margin-right: 3.57866%; }
        .community .followers .follower-item:nth-child(7n+1) {
          clear: none; }
        .community .followers .follower-item:last-child {
          margin-right: 0; }
        .community .followers .follower-item:nth-child(4n) {
          margin-right: 0; }
        .community .followers .follower-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (max-width: 30em) {
      .community .followers .follower-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        .community .followers .follower-item:nth-child(4n) {
          margin-right: 7.42297%; }
        .community .followers .follower-item:nth-child(4n+1) {
          clear: none; }
        .community .followers .follower-item:last-child {
          margin-right: 0; }
        .community .followers .follower-item:nth-child(2n) {
          margin-right: 0; }
        .community .followers .follower-item:nth-child(2n+1) {
          clear: left; } }
  @media screen and (max-width: 48em) {
    .community .followers {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 35.26334%; }
      .community .followers:last-child {
        margin-right: 0; } }

.dashboard {
  padding-top: 1rem; }
  .dashboard .side-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .dashboard .side-nav:last-child {
      margin-right: 0; }
    .dashboard .side-nav a.return {
      font-size: 1rem; }
    @media screen and (max-width: 30em) {
      .dashboard .side-nav {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        text-align: center; }
        .dashboard .side-nav:last-child {
          margin-right: 0; } }
  .dashboard .dashboard-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .dashboard .dashboard-content:last-child {
      margin-right: 0; }
    .dashboard .dashboard-content .dashboard-panel {
      padding: 1.5rem;
      border: 1px solid #c9ced1;
      background-color: #fff; }
      .dashboard .dashboard-content .dashboard-panel hr {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .dashboard .dashboard-content .dashboard-panel hr:last-child {
          margin-right: 0; }
      .dashboard .dashboard-content .dashboard-panel .canvas-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        border: 1px solid #c9ced1;
        text-align: center; }
        .dashboard .dashboard-content .dashboard-panel .canvas-container:last-child {
          margin-right: 0; }
        .dashboard .dashboard-content .dashboard-panel .canvas-container.progress-followers {
          margin-right: 0; }
        @media screen and (max-width: 60em) {
          .dashboard .dashboard-content .dashboard-panel .canvas-container {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .dashboard .dashboard-content .dashboard-panel .canvas-container:last-child {
              margin-right: 0; } }
      .dashboard .dashboard-content .dashboard-panel #progressChart {
        width: 340px !important;
        max-width: 100%;
        height: 300px !important; }
      .dashboard .dashboard-content .dashboard-panel #followersChart {
        width: 340px !important;
        max-width: 100%;
        height: 300px !important; }
      .dashboard .dashboard-content .dashboard-panel.full-width {
        padding: 0;
        border: none;
        background-color: transparent; }
      .dashboard .dashboard-content .dashboard-panel.message-history {
        display: block; }
      .dashboard .dashboard-content .dashboard-panel.overview h3.campaign-link span.bold {
        word-wrap: break-word; }
      .dashboard .dashboard-content .dashboard-panel .progress-campaign .h5, .dashboard .dashboard-content .dashboard-panel .progress-followers .h5 {
        font-weight: bold; }
      .dashboard .dashboard-content .dashboard-panel .progress-campaign .graph-description, .dashboard .dashboard-content .dashboard-panel .progress-followers .graph-description {
        font-size: 0.8rem;
        color: #8c8c8c; }
      .dashboard .dashboard-content .dashboard-panel .accounting-summary {
        font-size: 1.1em;
        width: 50%;
        margin-top: 0.6rem; }
        .dashboard .dashboard-content .dashboard-panel .accounting-summary hr {
          margin: 0.6rem 0px; }
        .dashboard .dashboard-content .dashboard-panel .accounting-summary .left-column {
          width: 75%; }
        .dashboard .dashboard-content .dashboard-panel .accounting-summary td:nth-child(2) {
          text-align: right; }
        .dashboard .dashboard-content .dashboard-panel .accounting-summary .declined {
          color: #c9ced1;
          /*font-style: italic;*/ }
        .dashboard .dashboard-content .dashboard-panel .accounting-summary .total-transfered {
          text-transform: uppercase; }
      .dashboard .dashboard-content .dashboard-panel .line-legend li {
        display: inline;
        margin-right: 20px;
        font-size: 0.8em; }
      .dashboard .dashboard-content .dashboard-panel .line-legend li span {
        display: inline-block;
        width: 25px;
        height: 3px;
        margin-bottom: 3px;
        margin-right: 5px; }
      .dashboard .dashboard-content .dashboard-panel .btn-new-message {
        display: inline-block;
        margin-bottom: 1rem; }
      .dashboard .dashboard-content .dashboard-panel > span {
        font-size: initial;
        display: block; }
      .dashboard .dashboard-content .dashboard-panel p.incentive-tooltip {
        cursor: pointer;
        margin: 0; }
      .dashboard .dashboard-content .dashboard-panel input[type=text] {
        font-size: 0.875rem; }
      .dashboard .dashboard-content .dashboard-panel .btn-new-update {
        margin: 0 0 1em; }
      .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item {
        background-color: #fff;
        border: 1px solid #c9ced1;
        margin: 0.5em 0;
        padding: 1em;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item:last-child {
          margin-right: 0; }
        .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 82.94039%; }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left:last-child {
            margin-right: 0; }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left h4 {
            margin: 0;
            font-size: 1.25rem; }
            @media screen and (max-width: 48em) {
              .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left h4 {
                font-size: 1rem; } }
            @media screen and (max-width: 30em) {
              .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left h4 {
                font-size: 0.8125rem; } }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left p {
            margin: 0; }
            @media screen and (max-width: 30em) {
              .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left p {
                font-size: 0.6875rem; } }
        .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 14.70196%;
          float: right;
          text-align: right; }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right:last-child {
            margin-right: 0; }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right a.btn-edit, .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right a.btn-delete {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.5rem;
            text-align: center;
            line-height: 1.2em;
            margin-left: 0.5em; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right a.btn-edit p, .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right a.btn-delete p {
              font-size: 0.625rem;
              margin: 0;
              text-align: center;
              line-height: 1em; }
        @media screen and (max-width: 60em) {
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 74.41059%; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left:last-child {
              margin-right: 0; }
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 48em) {
          .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 100%; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item:last-child {
              margin-right: 0; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left {
              float: left;
              display: block;
              margin-right: 3.57866%;
              width: 61.158%; }
              .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-left:last-child {
                margin-right: 0; }
            .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right {
              float: left;
              display: block;
              margin-right: 3.57866%;
              width: 35.26334%; }
              .dashboard .dashboard-content .dashboard-panel .edit-updates-container .edit-updates-item .edit-update-content-right:last-child {
                margin-right: 0; } }
    .dashboard .dashboard-content hr {
      margin: 1rem 0; }
      @media screen and (max-width: 30em) {
        .dashboard .dashboard-content hr {
          margin: 0.5rem 0; } }
    .dashboard .dashboard-content h3 {
      margin-bottom: 0.2em; }
    .dashboard .dashboard-content h5.indent {
      margin-left: 2em; }
    .dashboard .dashboard-content a {
      font-size: 0.875rem; }
    .dashboard .dashboard-content td.status p {
      font-weight: 500;
      font-size: 0.875rem;
      margin: 0; }
      .dashboard .dashboard-content td.status p.accepted {
        color: #6cdc89; }
      .dashboard .dashboard-content td.status p.declined {
        color: #f22613; }
    .dashboard .dashboard-content td.status a.change {
      font-size: 0.6875rem;
      margin: 0; }
      .dashboard .dashboard-content td.status a.change:hover {
        text-decoration: underline; }
    .dashboard .dashboard-content td.status a.btn-notification {
      font-weight: 500; }
    .dashboard .dashboard-content .icon-file-text2 {
      font-size: 1rem; }
    .dashboard .dashboard-content td.subject {
      font-weight: 500; }
    @media screen and (max-width: 30em) {
      .dashboard .dashboard-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0; }
        .dashboard .dashboard-content:last-child {
          margin-right: 0; } }

.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
  position: relative;
  top: -3.5em;
  border-top: 1px solid #c9ced1;
  background-color: #fff; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table; }
  .accordion-tabs-minimal li.tab-header-and-content {
    list-style: none;
    font-size: 0; }
    .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
      background-color: #fff;
      border-top: 1px solid #c9ced1;
      color: #202020;
      display: block;
      padding: 0.21em 1.618em;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 2.5em;
      border-right: 1px solid #c9ced1;
      background-color: #fff;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 15em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          display: inline-block;
          border-top: 0; } }
      .accordion-tabs-minimal li.tab-header-and-content a.tab-link:hover {
        color: #62cbe1; }
      .accordion-tabs-minimal li.tab-header-and-content a.tab-link:focus {
        outline: none; }
      .accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
        border-top: 0; }
        @media screen and (min-width: 15em) {
          .accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
            border-bottom-color: #f7f9fa;
            margin-bottom: -3px;
            color: #202020;
            border-bottom: 3px solid #62cbe1; } }
      @media screen and (max-width: 64em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          font-size: 0.875rem;
          padding: 0.3em 1.3em; } }
      @media screen and (max-width: 48em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          font-size: 0.75rem;
          padding: 0.3em 0.6em; } }
      @media screen and (max-width: 40em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          font-size: 0.71875rem; } }
      @media screen and (max-width: 30em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          padding: 0.3em 0.5em;
          text-align: center;
          font-size: 0.75rem;
          line-height: 1.2em; }
          .accordion-tabs-minimal li.tab-header-and-content a.tab-link.mobile-dashboard-showing {
            font-size: 0.59375rem; }
          .accordion-tabs-minimal li.tab-header-and-content a.tab-link span.mobile-hide-word {
            display: none; } }
      @media screen and (max-width: 22.4375em) {
        .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
          font-size: 0.65rem; }
          .accordion-tabs-minimal li.tab-header-and-content a.tab-link.mobile-dashboard-showing {
            font-size: 0.525rem; } }
    .accordion-tabs-minimal li.tab-header-and-content .tab-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      display: none;
      padding: 2rem 0;
      width: 100%;
      background-color: #f7f9fa;
      border-top: 1px solid #c9ced1;
      font-size: initial; }
      .accordion-tabs-minimal li.tab-header-and-content .tab-content:last-child {
        margin-right: 0; }
      .accordion-tabs-minimal li.tab-header-and-content .tab-content p {
        margin: 0.5em 0; }
      @media screen and (min-width: 15em) {
        .accordion-tabs-minimal li.tab-header-and-content .tab-content {
          float: left; } }
      @media screen and (max-width: 48em) {
        .accordion-tabs-minimal li.tab-header-and-content .tab-content {
          padding: 1.5em 0; } }
      @media screen and (max-width: 30em) {
        .accordion-tabs-minimal li.tab-header-and-content .tab-content {
          padding: 1em 0; } }
    .accordion-tabs-minimal li.tab-header-and-content:last-child a.tab-link {
      border-right: none; }
    @media screen and (min-width: 15em) {
      .accordion-tabs-minimal li.tab-header-and-content {
        display: inline; } }
    @media screen and (max-width: 30em) {
      .accordion-tabs-minimal li.tab-header-and-content.hide-mobile {
        display: none; } }
  @media screen and (max-width: 48em) {
    .accordion-tabs-minimal {
      top: -2.7em; } }

table.default {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  border: 1px solid #c9ced1;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 1rem; }
  table.default:last-child {
    margin-right: 0; }
  table.default thead, table.default tbody, table.default tr {
    width: 100%;
    display: block; }
    table.default thead::after, table.default tbody::after, table.default tr::after {
      clear: both;
      content: "";
      display: table; }
  table.default tbody tr:nth-child(2n+1) {
    background-color: #e1f1f4; }
  table.default th, table.default td {
    text-align: center;
    padding: 1.5em 0.5em;
    font-size: 0.875rem; }
    @media screen and (max-width: 30em) {
      table.default th, table.default td {
        font-size: 0.625rem; } }
    table.default th label, table.default td label {
      line-height: 1em; }
  table.default.transactions th:nth-child(1), table.default.transactions td:nth-child(1) {
    float: left;
    display: block;
    width: 12.79471%; }
    table.default.transactions th:nth-child(1):last-child, table.default.transactions td:nth-child(1):last-child {
      width: 10.43705%; }
  table.default.transactions th:nth-child(2), table.default.transactions td:nth-child(2) {
    float: left;
    display: block;
    width: 25.58941%; }
    table.default.transactions th:nth-child(2):last-child, table.default.transactions td:nth-child(2):last-child {
      width: 23.23176%; }
  table.default.transactions th:nth-child(3), table.default.transactions td:nth-child(3) {
    float: left;
    display: block;
    width: 46.91392%;
    text-align: left; }
    table.default.transactions th:nth-child(3):last-child, table.default.transactions td:nth-child(3):last-child {
      width: 44.55627%; }
  table.default.transactions th:nth-child(4), table.default.transactions td:nth-child(4) {
    float: left;
    display: block;
    width: 17.05961%;
    text-align: left; }
    table.default.transactions th:nth-child(4):last-child, table.default.transactions td:nth-child(4):last-child {
      width: 14.70196%; }
  table.default.manage th:nth-child(1), table.default.manage td:nth-child(1) {
    float: left;
    display: block;
    width: 4.2649%; }
    table.default.manage th:nth-child(1):last-child, table.default.manage td:nth-child(1):last-child {
      width: 1.90725%; }
  table.default.manage th:nth-child(2), table.default.manage td:nth-child(2) {
    float: left;
    display: block;
    width: 19.19206%; }
    table.default.manage th:nth-child(2):last-child, table.default.manage td:nth-child(2):last-child {
      width: 16.83441%; }
  table.default.manage th:nth-child(3), table.default.manage td:nth-child(3) {
    float: left;
    display: block;
    width: 17.05961%; }
    table.default.manage th:nth-child(3):last-child, table.default.manage td:nth-child(3):last-child {
      width: 14.70196%; }
  table.default.manage th:nth-child(4), table.default.manage td:nth-child(4) {
    float: left;
    display: block;
    width: 14.92716%; }
    table.default.manage th:nth-child(4):last-child, table.default.manage td:nth-child(4):last-child {
      width: 12.56951%; }
  table.default.manage th:nth-child(5), table.default.manage td:nth-child(5) {
    float: left;
    display: block;
    width: 10.66226%; }
    table.default.manage th:nth-child(5):last-child, table.default.manage td:nth-child(5):last-child {
      width: 8.3046%; }
  table.default.manage th:nth-child(6), table.default.manage td:nth-child(6) {
    float: left;
    display: block;
    width: 10.66226%; }
    table.default.manage th:nth-child(6):last-child, table.default.manage td:nth-child(6):last-child {
      width: 8.3046%; }
  table.default.manage th:nth-child(7), table.default.manage td:nth-child(7) {
    float: left;
    display: block;
    width: 14.92716%; }
    table.default.manage th:nth-child(7):last-child, table.default.manage td:nth-child(7):last-child {
      width: 12.56951%; }
  table.default.manage th:nth-child(8), table.default.manage td:nth-child(8) {
    float: left;
    display: block;
    width: 8.5298%; }
    table.default.manage th:nth-child(8):last-child, table.default.manage td:nth-child(8):last-child {
      width: 6.17215%; }
  table.default.manage th span.loan, table.default.manage td span.loan {
    font-size: 0.8em;
    display: block;
    font-weight: 100; }
  table.default.manage th.amount, table.default.manage td.amount {
    font-weight: 500; }
  table.default.manage th.thankyou, table.default.manage td.thankyou {
    font-weight: 500; }
    table.default.manage th.thankyou a, table.default.manage td.thankyou a {
      font-weight: 500; }
  table.default.manage th.status-icon span, table.default.manage td.status-icon span {
    font-size: 1.125rem; }
  table.default.manage th.status-icon.pending, table.default.manage td.status-icon.pending {
    color: #62cbe1; }
  table.default.manage th.status-icon.collected, table.default.manage td.status-icon.collected {
    color: #6cdc89; }
  table.default.manage th.status-icon.declined, table.default.manage th.status-icon.canceled, table.default.manage td.status-icon.declined, table.default.manage td.status-icon.canceled {
    color: #f3c200; }
    table.default.manage th.status-icon.declined span, table.default.manage th.status-icon.canceled span, table.default.manage td.status-icon.declined span, table.default.manage td.status-icon.canceled span {
      font-size: 1rem; }
  table.default.manage th.status-icon span.status-tooltip, table.default.manage td.status-icon span.status-tooltip {
    cursor: pointer; }
  @media screen and (max-width: 30em) {
    table.default.manage th a, table.default.manage td a {
      font-size: 0.625rem;
      line-height: 1.2em;
      display: block; } }
  table.default.manage.loans th, table.default.manage.loans td {
    float: left;
    display: block;
    width: 14.92716%; }
    table.default.manage.loans th:last-child, table.default.manage.loans td:last-child {
      width: 12.56951%; }
    table.default.manage.loans th:nth-child(1), table.default.manage.loans td:nth-child(1) {
      float: left;
      display: block;
      width: 19.19206%; }
      table.default.manage.loans th:nth-child(1):last-child, table.default.manage.loans td:nth-child(1):last-child {
        width: 16.83441%; }
    table.default.manage.loans th:nth-child(4), table.default.manage.loans td:nth-child(4) {
      float: left;
      display: block;
      width: 14.92716%; }
      table.default.manage.loans th:nth-child(4):last-child, table.default.manage.loans td:nth-child(4):last-child {
        width: 12.56951%; }
    table.default.manage.loans th:nth-child(5), table.default.manage.loans td:nth-child(5) {
      float: left;
      display: block;
      width: 12.79471%; }
      table.default.manage.loans th:nth-child(5):last-child, table.default.manage.loans td:nth-child(5):last-child {
        width: 10.43705%; }
    table.default.manage.loans th:nth-child(6), table.default.manage.loans td:nth-child(6) {
      float: left;
      display: block;
      width: 23.45696%; }
      table.default.manage.loans th:nth-child(6):last-child, table.default.manage.loans td:nth-child(6):last-child {
        width: 21.09931%; }
  table.default.manage.applications th, table.default.manage.applications td {
    float: left;
    display: block;
    width: 17.05961%; }
    table.default.manage.applications th:last-child, table.default.manage.applications td:last-child {
      width: 14.70196%; }
    table.default.manage.applications th:nth-child(1), table.default.manage.applications td:nth-child(1) {
      float: left;
      display: block;
      width: 21.32451%; }
      table.default.manage.applications th:nth-child(1):last-child, table.default.manage.applications td:nth-child(1):last-child {
        width: 18.96686%; }
    table.default.manage.applications th:nth-child(2), table.default.manage.applications td:nth-child(2) {
      float: left;
      display: block;
      width: 21.32451%; }
      table.default.manage.applications th:nth-child(2):last-child, table.default.manage.applications td:nth-child(2):last-child {
        width: 18.96686%; }
    table.default.manage.applications th:nth-child(5), table.default.manage.applications td:nth-child(5) {
      float: left;
      display: block;
      width: 25.58941%; }
      table.default.manage.applications th:nth-child(5):last-child, table.default.manage.applications td:nth-child(5):last-child {
        width: 23.23176%; }
  table.default.messages tbody tr {
    cursor: pointer; }
    table.default.messages tbody tr:hover {
      background-color: #f0f0f0; }
  table.default.messages th, table.default.messages td {
    float: left;
    display: block;
    width: 17.05961%; }
    table.default.messages th:last-child, table.default.messages td:last-child {
      width: 14.70196%; }
    table.default.messages th:nth-child(1), table.default.messages td:nth-child(1) {
      float: left;
      display: block;
      width: 21.32451%; }
      table.default.messages th:nth-child(1):last-child, table.default.messages td:nth-child(1):last-child {
        width: 18.96686%; }
    table.default.messages th:nth-child(5), table.default.messages td:nth-child(5) {
      float: left;
      display: block;
      width: 29.85432%; }
      table.default.messages th:nth-child(5):last-child, table.default.messages td:nth-child(5):last-child {
        width: 27.49666%; }
  @media screen and (max-width: 30em) {
    table.default {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      table.default:last-child {
        margin-right: 0; }
      table.default th, table.default td {
        padding: 1.5em 0.2em; }
      table.default.transactions th:nth-child(1), table.default.transactions td:nth-child(1) {
        float: left;
        display: block;
        width: 20.14181%; }
        table.default.transactions th:nth-child(1):last-child, table.default.transactions td:nth-child(1):last-child {
          width: 12.71884%; }
      table.default.transactions th:nth-child(2), table.default.transactions td:nth-child(2) {
        float: left;
        display: block;
        width: 26.85574%; }
        table.default.transactions th:nth-child(2):last-child, table.default.transactions td:nth-child(2):last-child {
          width: 19.43277%; }
      table.default.transactions th:nth-child(3), table.default.transactions td:nth-child(3) {
        float: left;
        display: block;
        width: 33.56968%; }
        table.default.transactions th:nth-child(3):last-child, table.default.transactions td:nth-child(3):last-child {
          width: 26.14671%; }
      table.default.transactions th:nth-child(4), table.default.transactions td:nth-child(4) {
        float: left;
        display: block;
        width: 26.85574%; }
        table.default.transactions th:nth-child(4):last-child, table.default.transactions td:nth-child(4):last-child {
          width: 19.43277%; } }

.tooltip-item {
  position: relative;
  text-align: center; }
  .tooltip-item:focus,
  .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .tooltip-item .tooltip {
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0px 5px silver;
    color: #202020;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: 2.5em;
    left: 50%;
    right: 0;
    width: 15em;
    margin-left: -7.5em; }
    .tooltip-item .tooltip p {
      color: #202020;
      line-height: 1.4;
      margin: 0; }
    .tooltip-item .tooltip:after {
      position: absolute;
      right: 0;
      left: 0;
      border: 8px solid transparent;
      bottom: -1.3em;
      color: white;
      content: '▼';
      font-size: 1.4em;
      margin-left: -8px;
      text-align: center;
      /*text-shadow: $tooltip-shadow;*/
      clear: both; }
    .tooltip-item .tooltip.under:after {
      content: '';
      bottom: null;
      top: -16px;
      width: 0;
      height: 0;
      right: auto;
      left: auto;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid white; }
    .tooltip-item .tooltip.heart-tooltip {
      width: 15em;
      left: -13em;
      padding: 1.5em;
      margin-left: 0; }
      .tooltip-item .tooltip.heart-tooltip:after {
        right: 0.5em; }
    .tooltip-item .tooltip.cart-tooltip {
      width: 18em;
      margin-left: -9em; }
      .tooltip-item .tooltip.cart-tooltip:after {
        right: 2.5em; }
      @media screen and (max-width: 48em) {
        .tooltip-item .tooltip.cart-tooltip:after {
          right: 2em; } }
      @media screen and (max-width: 30em) {
        .tooltip-item .tooltip.cart-tooltip:after {
          right: 2em; } }
    .tooltip-item .tooltip.profile-tooltip {
      width: 15em;
      margin-left: -12.5em;
      padding: 0 1em; }
      .tooltip-item .tooltip.profile-tooltip a.profile-link {
        display: block;
        font-weight: 300;
        font-size: 1rem;
        margin: 0 0.5em;
        color: #8c8c8c;
        text-align: left;
        padding: 0.75em 0;
        border-bottom: 1px solid #f0f0f0; }
        .tooltip-item .tooltip.profile-tooltip a.profile-link:hover {
          color: #62cbe1; }
        .tooltip-item .tooltip.profile-tooltip a.profile-link:last-child {
          border-bottom: none; }
        @media screen and (max-width: 60em) {
          .tooltip-item .tooltip.profile-tooltip a.profile-link {
            font-size: 0.8125rem;
            padding: 0.5em 0; } }
      .tooltip-item .tooltip.profile-tooltip:after {
        right: 1em; }
      @media screen and (max-width: 48em) {
        .tooltip-item .tooltip.profile-tooltip {
          margin-left: -3em; } }
    .tooltip-item .tooltip .user-container {
      margin-top: 0.2em; }
      .tooltip-item .tooltip .user-container .user-image {
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
        margin: 0 auto 1em;
        display: block;
        float: none;
        padding-right: 0;
        border-radius: 50%; }
        .tooltip-item .tooltip .user-container .user-image img {
          display: block;
          position: absolute;
          max-width: none; }
      .tooltip-item .tooltip .user-container .user-content {
        width: 100%;
        display: block;
        text-align: center; }
        .tooltip-item .tooltip .user-container .user-content h3 {
          font-size: 1.125rem; }
        .tooltip-item .tooltip .user-container .user-content > p {
          font-size: 0.875rem;
          color: #62cbe1;
          line-height: 2em; }
        .tooltip-item .tooltip .user-container .user-content .btn-follow {
          display: block;
          margin: 0 auto; }
          .tooltip-item .tooltip .user-container .user-content .btn-follow p.follow-text {
            color: #fff;
            /* margin:0.35em auto 0;
            line-height:1em;*/ }
          .tooltip-item .tooltip .user-container .user-content .btn-follow.following p.follow-text {
            color: #62cbe1; }

.incentive-item {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c9ced1;
  border-bottom: none;
  margin-bottom: 0;
  display: block;
  padding: 1.5rem; }
  .incentive-item button {
    padding: 0.65em 2em; }
  .incentive-item h2 {
    margin: 0.25rem 0;
    font-size: 1.5rem;
    font-weight: 500; }
    .incentive-item h2 span.sub {
      color: #8c8c8c; }
    @media screen and (max-width: 30em) {
      .incentive-item h2 {
        font-size: 1.125rem; } }
  .incentive-item h3 {
    margin: 0.25rem 0;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left; }
    @media screen and (max-width: 30em) {
      .incentive-item h3 {
        font-size: 1rem; } }
  .incentive-item h4, .incentive-item h5 {
    margin: 0.25rem 0; }
  .incentive-item p span.bold {
    text-transform: none; }
  @media screen and (max-width: 30em) {
    .incentive-item p {
      font-size: 0.75rem; } }
  .incentive-item .description {
    word-wrap: break-word; }
    .incentive-item .description font, .incentive-item .description span {
      color: #202020 !important;
      font-family: "Avenir LT W01_45 Book1475508" !important;
      font-size: inherit !important; }
    .incentive-item .description img {
      max-width: 100%;
      height: auto !important; }
    .incentive-item .description iframe, .incentive-item .description video {
      max-width: 100%;
      height: auto; }
  .incentive-item .select-over {
    display: none; }
  .incentive-item.no-hover {
    cursor: default; }
  .incentive-item:not(.no-hover) {
    height: inherit; }
    .incentive-item:not(.no-hover) .select-over {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(90, 208, 125, 0.7);
      display: none; }
      .incentive-item:not(.no-hover) .select-over .select-text {
        display: table;
        width: 100%;
        height: 100%; }
        .incentive-item:not(.no-hover) .select-over .select-text h2 {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          height: 100%;
          color: #fff;
          font-size: 1.625rem;
          font-weight: 600;
          text-align: center;
          padding: 1em;
          line-height: 1.25em; }
          @media screen and (max-width: 30em) {
            .incentive-item:not(.no-hover) .select-over .select-text h2 {
              font-size: 1rem; } }
  .incentive-item.selected {
    background-color: rgba(90, 208, 125, 0.8); }
    .incentive-item.selected * {
      color: #fff; }
  .incentive-item.sold-out {
    background-color: #f0f0f0;
    cursor: default; }
  .incentive-item.item-error {
    display: none; }
  .incentive-item:last-child {
    border-bottom: 1px solid #c9ced1; }
  .incentive-item ul li {
    font-size: initial;
    list-style: disc inside none; }
  @media screen and (max-width: 30em) {
    .incentive-item {
      padding: 0.75rem; } }

.breadcrumb {
  display: inline-block;
  margin-bottom: 0.84em;
  text-align: left; }
  .breadcrumb a {
    background-color: #fff;
    border-left: 0;
    border: 1px solid #c9ced1;
    color: #8c8c8c;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.68em;
    margin-bottom: 2px;
    margin-right: -5px;
    padding: 0 0.42em 0 0.84em;
    position: relative;
    text-decoration: none; }
    .breadcrumb a:first-child {
      border-bottom-left-radius: 3px;
      border-left: 1px solid #c9ced1;
      border-top-left-radius: 3px;
      padding-left: 0.84em; }
    .breadcrumb a:last-child {
      background-color: #fff;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #8c8c8c;
      padding-right: 0.84em; }
    .breadcrumb a:focus,
    .breadcrumb a:hover {
      background-color: #fff;
      color: #62cbe1; }
    .breadcrumb a:after,
    .breadcrumb a:before {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: 0px;
      left: 100%;
      border-bottom: 0.84em solid transparent;
      border-left: 0.42em solid transparent;
      border-top: 0.84em solid transparent;
      content: '';
      display: block;
      margin: auto;
      z-index: 2; }
    .breadcrumb a:last-child:after,
    .breadcrumb a:last-child:before {
      border: none; }
    .breadcrumb a:before {
      border-left-color: #c9ced1;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb a:after {
      border-left-color: #fff; }
    .breadcrumb a.selected {
      color: #62cbe1; }
    .breadcrumb a.disable {
      pointer-events: none;
      color: #c9ced1; }
    .breadcrumb a:not(:first-child) {
      border-left: 0; }
    @media screen and (max-width: 30em) {
      .breadcrumb a {
        font-size: 0.8125rem;
        padding: 0 0.84em 0 1.12em; } }

.side-nav ul li {
  display: block;
  background-color: #f0f0f0;
  padding: 1rem;
  border-bottom: 1px solid white;
  border-left: 3px solid #f0f0f0; }
  .side-nav ul li a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #8c8c8c; }
    .side-nav ul li a:hover {
      color: #62cbe1; }
  .side-nav ul li.hide {
    display: none; }
  .side-nav ul li.selected {
    border-left: 3px solid #62cbe1; }
    .side-nav ul li.selected a {
      color: #62cbe1; }
  .side-nav ul li .page-status-icon {
    float: right;
    vertical-align: middle;
    font-size: 1.25rem; }
    .side-nav ul li .page-status-icon.icon-check {
      color: #6cdc89;
      font-weight: 900; }
    .side-nav ul li .page-status-icon.icon-notification {
      color: #f6d13f; }
  @media screen and (max-width: 48em) {
    .side-nav ul li {
      padding: 0.75em 0.5em; }
      .side-nav ul li a {
        font-size: 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .side-nav ul li {
      padding: 0.25em 0.25em;
      margin: 0; }
      .side-nav ul li a {
        font-size: 0.75rem; } }

.side-nav a.return, .side-nav a.btn-edit, .side-nav .btn-submit {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .side-nav a.return::after, .side-nav a.btn-edit::after, .side-nav .btn-submit::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 30em) {
    .side-nav a.return, .side-nav a.btn-edit, .side-nav .btn-submit {
      font-size: 0.75rem;
      margin: 1em 0; } }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/web/20160602035606/https://www.seedandspark.com/img/checkbox-sprite.png) -1px -2px no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url(/web/20160602035606/https://www.seedandspark.com/img/checkbox-sprite.png) -18px -2px no-repeat; }

input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

input[type="checkbox"]:disabled + label span {
  cursor: default;
  opacity: 0.75; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label span {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/web/20160602035606/https://www.seedandspark.com/img/checkbox-sprite.png) -34px -2px no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url(/web/20160602035606/https://www.seedandspark.com/img/checkbox-sprite.png) -51px -2px no-repeat; }

label {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5em;
  vertical-align: middle; }
  label p {
    font-weight: 300;
    font-size: 1.25rem;
    margin: 0; }
    @media screen and (max-width: 48em) {
      label p {
        font-size: 1rem;
        line-height: 1.3em; } }
  @media screen and (max-width: 48em) {
    label {
      font-size: 1rem;
      line-height: 1.3em;
      margin: 0.5em 0 0.2em; } }

textarea {
  resize: none; }

p.help-tooltip {
  color: #62cbe1;
  display: block;
  font-size: 0.875rem;
  cursor: pointer; }
  p.help-tooltip span {
    margin-right: 0.3em; }

p.help-info {
  color: #8c8c8c;
  font-size: 0.875rem;
  padding-top: 0; }
  p.help-info span {
    margin-right: 0.3em; }

.billing-information label, .shipping-address label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 1em;
  color: #8c8c8c; }
  .billing-information label:last-child, .shipping-address label:last-child {
    margin-right: 0; }
  .billing-information label.cc-number, .shipping-address label.cc-number {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .billing-information label.cc-number:last-child, .shipping-address label.cc-number:last-child {
      margin-right: 0; }
    .billing-information label.cc-number input, .shipping-address label.cc-number input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      float: none; }
      .billing-information label.cc-number input:last-child, .shipping-address label.cc-number input:last-child {
        margin-right: 0; }
      @media screen and (max-width: 64em) {
        .billing-information label.cc-number input, .shipping-address label.cc-number input {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          float: none; }
          .billing-information label.cc-number input:last-child, .shipping-address label.cc-number input:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .billing-information label.cc-number input, .shipping-address label.cc-number input {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%;
          float: none; }
          .billing-information label.cc-number input:last-child, .shipping-address label.cc-number input:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .billing-information label.cc-number input, .shipping-address label.cc-number input {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          float: none; }
          .billing-information label.cc-number input:last-child, .shipping-address label.cc-number input:last-child {
            margin-right: 0; } }
    .billing-information label.cc-number i, .shipping-address label.cc-number i {
      float: left;
      margin: 0.2em 0 0.2em 0.2em;
      font-size: 1.7em;
      color: #c9ced1; }
      .billing-information label.cc-number i.selected, .shipping-address label.cc-number i.selected {
        color: #62cbe1; }
  .billing-information label.cc-code, .shipping-address label.cc-code {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .billing-information label.cc-code:last-child, .shipping-address label.cc-code:last-child {
      margin-right: 0; }
    @media screen and (max-width: 64em) {
      .billing-information label.cc-code, .shipping-address label.cc-code {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .billing-information label.cc-code:last-child, .shipping-address label.cc-code:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .billing-information label.cc-code, .shipping-address label.cc-code {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 28.78967%; }
        .billing-information label.cc-code:last-child, .shipping-address label.cc-code:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .billing-information label.cc-code, .shipping-address label.cc-code {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%;
        clear: both; }
        .billing-information label.cc-code:last-child, .shipping-address label.cc-code:last-child {
          margin-right: 0; } }
  .billing-information label.zip, .shipping-address label.zip {
    clear: both;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .billing-information label.zip:last-child, .shipping-address label.zip:last-child {
      margin-right: 0; }
    @media screen and (max-width: 30em) {
      .billing-information label.zip, .shipping-address label.zip {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        .billing-information label.zip:last-child, .shipping-address label.zip:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 64em) {
    .billing-information label, .shipping-address label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .billing-information label:last-child, .shipping-address label:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .billing-information label, .shipping-address label {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      font-size: 1.125rem;
      margin-bottom: 0.5em; }
      .billing-information label:last-child, .shipping-address label:last-child {
        margin-right: 0; } }

.billing-information .cc-exp, .shipping-address .cc-exp {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .billing-information .cc-exp:last-child, .shipping-address .cc-exp:last-child {
    margin-right: 0; }
  .billing-information .cc-exp .styled-select, .billing-information .cc-exp input, .shipping-address .cc-exp .styled-select, .shipping-address .cc-exp input {
    display: inline-block;
    height: 3em;
    width: 45%; }
  .billing-information .cc-exp p, .shipping-address .cc-exp p {
    font-weight: 300;
    font-size: 1.125rem;
    color: #8c8c8c;
    margin: 0;
    margin-bottom: 0.1em; }
    @media screen and (max-width: 48em) {
      .billing-information .cc-exp p, .shipping-address .cc-exp p {
        font-size: 1rem;
        line-height: 1.3em; } }
  @media screen and (max-width: 64em) {
    .billing-information .cc-exp, .shipping-address .cc-exp {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 36.02647%; }
      .billing-information .cc-exp:last-child, .shipping-address .cc-exp:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .billing-information .cc-exp, .shipping-address .cc-exp {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 61.158%;
      margin: 0.5em 0 0.2em; }
      .billing-information .cc-exp:last-child, .shipping-address .cc-exp:last-child {
        margin-right: 0; }
      .billing-information .cc-exp .styled-select, .billing-information .cc-exp input, .shipping-address .cc-exp .styled-select, .shipping-address .cc-exp input {
        height: 2.8em; } }
  @media screen and (max-width: 30em) {
    .billing-information .cc-exp, .shipping-address .cc-exp {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 73.14426%; }
      .billing-information .cc-exp:last-child, .shipping-address .cc-exp:last-child {
        margin-right: 0; } }

input[type=text].half-width {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  input[type=text].half-width:last-child {
    margin-right: 0; }
  @media screen and (max-width: 30em) {
    input[type=text].half-width {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      input[type=text].half-width:last-child {
        margin-right: 0; } }

input[type=text].half-width-omega {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  input[type=text].half-width-omega:last-child {
    margin-right: 0; }
  input[type=text].half-width-omega:nth-child(2n) {
    margin-right: 0; }
  input[type=text].half-width-omega:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 30em) {
    input[type=text].half-width-omega {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      input[type=text].half-width-omega:last-child {
        margin-right: 0; } }

.bi-shipping-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .bi-shipping-left:last-child {
    margin-right: 0; }

.bi-shipping-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .bi-shipping-right:last-child {
    margin-right: 0; }

.bi-shipping-right-left {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%; }
  .bi-shipping-right-left:last-child {
    margin-right: 0; }

.bi-shipping-right-right {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%; }
  .bi-shipping-right-right:last-child {
    margin-right: 0; }

.add-new-card p.payment-errors {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #f22613; }
  .add-new-card p.payment-errors:last-child {
    margin-right: 0; }

.add-new-card div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 1em;
  color: #8c8c8c; }
  .add-new-card div:last-child {
    margin-right: 0; }
  @media screen and (max-width: 64em) {
    .add-new-card div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .add-new-card div:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .add-new-card div {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      font-size: 1.125rem;
      margin-bottom: 0.5em; }
      .add-new-card div:last-child {
        margin-right: 0; } }

@media screen and (max-width: 48em) {
  .add-new-card {
    font-size: 1rem;
    line-height: 1.3em; } }

.datefield {
  padding: 0; }
  .datefield.disabled {
    background-color: #f0f0f0;
    opacity: 1; }

.datefield * {
  display: inline-block; }

.datefield input {
  width: 25%;
  border: none;
  font-size: 100%;
  background: none;
  border: none;
  color: #000;
  margin-bottom: 0;
  box-shadow: none;
  padding: 0.66em 0;
  text-align: center; }
  .datefield input:disabled {
    background-color: transparent; }

.datefield input#payment-year {
  width: 35%; }

.datefield input:focus {
  outline: none;
  border: none;
  box-shadow: none; }

.page-content.notifications {
  text-align: center; }
  .page-content.notifications h1, .page-content.notifications h3 {
    text-align: center;
    clear: both; }
  .page-content.notifications a.btn-load-more {
    display: block;
    font-weight: 500;
    clear: both; }
    .page-content.notifications a.btn-load-more::after {
      clear: both;
      content: "";
      display: table; }
  .page-content.notifications .notification-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .page-content.notifications .notification-container:last-child {
      margin-right: 0; }
    .page-content.notifications .notification-container .notification-item {
      display: block;
      padding: 1rem 1rem;
      border-bottom: 1px solid #c9ced1; }
      .page-content.notifications .notification-container .notification-item::after {
        clear: both;
        content: "";
        display: table; }
      .page-content.notifications .notification-container .notification-item:last-child {
        border-bottom: none; }
      .page-content.notifications .notification-container .notification-item .notification-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .page-content.notifications .notification-container .notification-item .notification-image:last-child {
          margin-right: 0; }
        .page-content.notifications .notification-container .notification-item .notification-image a {
          width: 100%;
          display: block; }
          .page-content.notifications .notification-container .notification-item .notification-image a img {
            display: block;
            width: 100%;
            height: auto;
            max-width: none; }
        @media screen and (max-width: 30em) {
          .page-content.notifications .notification-container .notification-item .notification-image {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 19.43277%; }
            .page-content.notifications .notification-container .notification-item .notification-image:last-child {
              margin-right: 0; } }
      .page-content.notifications .notification-container .notification-item .notification-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        text-align: left; }
        .page-content.notifications .notification-container .notification-item .notification-content:last-child {
          margin-right: 0; }
        .page-content.notifications .notification-container .notification-item .notification-content h5 {
          margin-top: 0; }
          .page-content.notifications .notification-container .notification-item .notification-content h5 a {
            font-weight: 500; }
        .page-content.notifications .notification-container .notification-item .notification-content p {
          color: #8c8c8c; }
        @media screen and (max-width: 30em) {
          .page-content.notifications .notification-container .notification-item .notification-content {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 73.14426%;
            margin-right: 0; }
            .page-content.notifications .notification-container .notification-item .notification-content:last-child {
              margin-right: 0; } }
      .page-content.notifications .notification-container .notification-item .notification-actions {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin: 1em 0;
        text-align: right; }
        .page-content.notifications .notification-container .notification-item .notification-actions:last-child {
          margin-right: 0; }
        @media screen and (max-width: 30em) {
          .page-content.notifications .notification-container .notification-item .notification-actions {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%; }
            .page-content.notifications .notification-container .notification-item .notification-actions:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.notifications .notification-container .notification-item {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .page-content.notifications .notification-container .notification-item:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.notifications .notification-container {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .page-content.notifications .notification-container:last-child {
          margin-right: 0; } }

.notification {
  width: 100%;
  background-color: #62cbe1;
  padding: 0.5em 0; }
  .notification h3 {
    color: #fff;
    display: inline-block; }
    @media screen and (max-width: 30em) {
      .notification h3 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        text-align: center; }
        .notification h3:last-child {
          margin-right: 0; } }

.notification-buttons {
  float: right;
  margin-top: 0.75em; }
  .notification-buttons p {
    display: inline-block;
    color: #fff;
    margin: 0; }
  @media screen and (max-width: 48em) {
    .notification-buttons {
      margin-top: 0.5em; } }
  @media screen and (max-width: 30em) {
    .notification-buttons {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      float: none;
      text-align: center; }
      .notification-buttons:last-child {
        margin-right: 0; } }

a.btn-notification {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0.5em; }
  a.btn-notification.btn-accept {
    color: #6cdc89; }
  a.btn-notification.btn-decline {
    color: #f22613; }
  a.btn-notification:hover {
    text-decoration: underline; }
  @media screen and (max-width: 48em) {
    a.btn-notification {
      font-size: 1rem; } }
  @media screen and (max-width: 30em) {
    a.btn-notification {
      font-size: 0.75rem; } }

.hero {
  background: url("/web/20160602035606/https://www.seedandspark.com/img/home_image.jpg"), -webkit-linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background: url("/web/20160602035606/https://www.seedandspark.com/img/home_image.jpg"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background-color: #324766;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7em; }
  .hero .hero-logo img {
    height: 4em;
    margin-bottom: 1em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin: auto;
    padding: 10em 5em 5em;
    text-align: center; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy .hero-text h1 {
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase; }
      .hero .hero-inner .hero-copy .hero-text h5 {
        line-height: 1.4em;
        margin: 0 auto 0.5em auto;
        color: #fff;
        width: 60%; }
      .hero .hero-inner .hero-copy .hero-text.ampersand {
        width: 20%; }
        .hero .hero-inner .hero-copy .hero-text.ampersand h1 {
          font-size: 8.75rem;
          margin-top: 0;
          line-height: 1em;
          color: rgba(255, 255, 255, 0.4); }
          @media screen and (max-width: 64em) {
            .hero .hero-inner .hero-copy .hero-text.ampersand h1 {
              font-size: 7.5rem; } }
          @media screen and (max-width: 48em) {
            .hero .hero-inner .hero-copy .hero-text.ampersand h1 {
              font-size: 6.875rem; } }
          @media screen and (max-width: 48em) {
            .hero .hero-inner .hero-copy .hero-text.ampersand h1 {
              font-size: 4.375rem; } }
        @media screen and (max-width: 30em) {
          .hero .hero-inner .hero-copy .hero-text.ampersand {
            width: 100%; } }
      @media screen and (max-width: 30em) {
        .hero .hero-inner .hero-copy .hero-text {
          float: none;
          width: 100%; } }
    @media screen and (max-width: 64em) {
      .hero .hero-inner {
        padding: 8em 4em 2em; } }
    @media screen and (max-width: 48em) {
      .hero .hero-inner {
        padding: 8em 2em 2em; } }
    @media screen and (max-width: 30em) {
      .hero .hero-inner {
        padding: 5em 0.5em 0em; } }
  .hero.blog-hero {
    background: url("/web/20160602035606/https://www.seedandspark.com/img/hero-blog-image.jpg"), -webkit-linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/hero-blog-image.jpg"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
    background-size: cover;
    background-position: center; }
    .hero.blog-hero .hero-inner .hero-copy .hero-text {
      margin: 0 auto;
      width: 65%;
      float: none;
      text-align: center;
      border-top: 1px solid #fff; }
      .hero.blog-hero .hero-inner .hero-copy .hero-text h1 {
        font-size: 3.75rem; }
        @media screen and (max-width: 64em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h1 {
            font-size: 2.8125rem; } }
        @media screen and (max-width: 48em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h1 {
            font-size: 2.5rem; } }
        @media screen and (max-width: 30em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h1 {
            font-size: 1.5rem; } }
      .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration {
        width: 100%;
        display: block;
        font-style: italic;
        font-weight: 100;
        font-family: "Avenir LT W01_45 Book1475508";
        margin: 0; }
        .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line {
          border-top: 1px solid #c9ced1;
          width: 25%;
          display: inline-block;
          margin-top: 13px; }
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line.line-left {
            float: left; }
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line.line-right {
            float: right; }
        .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line-decoration-text {
          width: 50%; }
        @media screen and (max-width: 64em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration {
            font-size: 0.875rem; }
            .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line {
              margin-top: 10px; } }
        @media screen and (max-width: 40em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration {
            font-size: 0.75rem; }
            .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line {
              margin-top: 8px; } }
        @media screen and (max-width: 30em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration {
            font-size: 0.875rem; }
            .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line {
              width: 15%;
              margin-top: 10px; }
            .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration span.line-decoration-text {
              width: 70%; } }
        @media screen and (max-width: 22.4375em) {
          .hero.blog-hero .hero-inner .hero-copy .hero-text h6.line-decoration {
            font-size: 0.75rem; } }
      @media screen and (max-width: 64em) {
        .hero.blog-hero .hero-inner .hero-copy .hero-text {
          width: 70%; } }
      @media screen and (max-width: 48em) {
        .hero.blog-hero .hero-inner .hero-copy .hero-text {
          width: 80%; } }
      @media screen and (max-width: 40em) {
        .hero.blog-hero .hero-inner .hero-copy .hero-text {
          width: 90%; } }
  .hero.filmmaker-hero {
    background: url("/web/20160602035606/https://www.seedandspark.com/img/filmmaker-hero.jpg?v=1"), -webkit-linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/filmmaker-hero.jpg?v=1"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
    background-size: cover;
    background-position: center; }
    .hero.filmmaker-hero .hero-inner {
      padding: 6em 5em 2em; }
      .hero.filmmaker-hero .hero-inner .hero-copy .hero-text {
        margin: 0 auto;
        width: 90%;
        float: none;
        text-align: center; }
        .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
          font-size: 2.0625rem;
          text-transform: none;
          margin-bottom: 1em; }
          @media screen and (max-width: 64em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.875rem; } }
          @media screen and (max-width: 60em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.53125rem; } }
          @media screen and (max-width: 48em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.375rem; } }
          @media screen and (max-width: 40em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.0625rem; } }
          @media screen and (max-width: 30em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 0.9rem; } }
          @media screen and (max-width: 22.4375em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 0.8125rem; } }
        .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-ready {
          margin-top: 1em;
          color: #fff;
          display: block; }
          .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-ready:hover {
            color: #f0f0f0; }
          @media screen and (max-width: 40em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-ready {
              font-size: 0.75rem; } }
        .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-blue {
          font-size: 1.25rem; }
          @media screen and (max-width: 48em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-blue {
              font-size: 1.125rem; } }
          @media screen and (max-width: 30em) {
            .hero.filmmaker-hero .hero-inner .hero-copy .hero-text a.btn-blue {
              font-size: 0.8125rem; } }
        @media screen and (max-width: 30em) {
          .hero.filmmaker-hero .hero-inner .hero-copy .hero-text {
            width: 100%; } }
      @media screen and (max-width: 64em) {
        .hero.filmmaker-hero .hero-inner {
          padding: 4em 4em 0em; } }
      @media screen and (max-width: 48em) {
        .hero.filmmaker-hero .hero-inner {
          padding: 3em 0.5em 0em; } }
      @media screen and (max-width: 40em) {
        .hero.filmmaker-hero .hero-inner {
          padding: 2em 0.5em 0em; } }
      @media screen and (max-width: 30em) {
        .hero.filmmaker-hero .hero-inner {
          padding: 1.5em 0em 0em; } }
    @media screen and (max-width: 48em) {
      .hero.filmmaker-hero {
        padding-bottom: 3em; } }
    @media screen and (max-width: 30em) {
      .hero.filmmaker-hero {
        padding-bottom: 1.5em; } }
  .hero.subscribe-hero {
    background-color: #000000;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg"), -webkit-linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg"), linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background-size: cover;
    background-position: top;
    background-image: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg");
    padding-bottom: 5em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .hero.subscribe-hero {
        background-image: url("/web/20160602035606/https://www.seedandspark.com/img/aurora_2x.jpg");
        background-size: cover; } }
    .hero.subscribe-hero .hero-inner {
      padding: 8em 6em 2em; }
      .hero.subscribe-hero .hero-inner .hero-copy .hero-text {
        margin: 0 auto;
        width: 95%;
        float: none;
        text-align: center; }
        .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
          font-size: 2.8125rem;
          text-transform: none;
          font-family: "Avenir LT W01_85 Heavy1475544";
          margin-top: 0;
          margin-bottom: 0.25em; }
          @media screen and (max-width: 64em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 2.5rem; } }
          @media screen and (max-width: 60em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 2.25rem; } }
          @media screen and (max-width: 48em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.75rem; } }
          @media screen and (max-width: 40em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.375rem; } }
          @media screen and (max-width: 30em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h1 {
              font-size: 1.0625rem; } }
        .hero.subscribe-hero .hero-inner .hero-copy .hero-text h3 {
          font-size: 1.40625rem;
          text-align: justify;
          text-transform: none;
          margin-bottom: 1em;
          margin-top: 2.5em;
          padding: 0 1.5em; }
          @media screen and (max-width: 64em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1.375rem; } }
          @media screen and (max-width: 48em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1.125rem;
              margin-top: 1.5em; } }
          @media screen and (max-width: 40em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1rem;
              padding: 0 2em; } }
          @media screen and (max-width: 30em) {
            .hero.subscribe-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 0.875rem;
              padding: 0 0; } }
        @media screen and (max-width: 30em) {
          .hero.subscribe-hero .hero-inner .hero-copy .hero-text {
            width: 100%; } }
      @media screen and (max-width: 64em) {
        .hero.subscribe-hero .hero-inner {
          padding: 4em 4em 0em; } }
      @media screen and (max-width: 48em) {
        .hero.subscribe-hero .hero-inner {
          padding: 3em 2em 0em; } }
      @media screen and (max-width: 40em) {
        .hero.subscribe-hero .hero-inner {
          padding: 2em 2em 0em; } }
    @media screen and (max-width: 48em) {
      .hero.subscribe-hero {
        padding-bottom: 3em; } }
    @media screen and (max-width: 30em) {
      .hero.subscribe-hero {
        padding-bottom: 1.5em; } }
  .hero.distribution-hero {
    background-color: #000000;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/distribution/hero-hell-below.jpg"), -webkit-linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/distribution/hero-hell-below.jpg"), linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background-size: cover;
    background-position: top;
    background-image: url("/web/20160602035606/https://www.seedandspark.com/img/distribution/hero-hell-below.jpg");
    padding-bottom: 8em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .hero.distribution-hero {
        background-image: url("/web/20160602035606/https://www.seedandspark.com/img/distribution/hero-hell-below_2x.jpg");
        background-size: cover; } }
    .hero.distribution-hero .hero-inner {
      padding: 5em 6em 4em; }
      .hero.distribution-hero .hero-inner .hero-copy .hero-text {
        margin: 0 auto;
        width: 95%;
        float: none;
        text-align: center; }
        .hero.distribution-hero .hero-inner .hero-copy .hero-text h3 {
          font-size: 1.5rem;
          letter-spacing: .2px;
          line-height: 2.25rem;
          text-align: left;
          text-transform: none;
          margin-bottom: 1em;
          margin-top: 2.5em;
          padding: 0 1.5em; }
          @media screen and (max-width: 64em) {
            .hero.distribution-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1.375rem; } }
          @media screen and (max-width: 48em) {
            .hero.distribution-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1.125rem;
              line-height: 2rem;
              margin-top: 1.5em;
              padding: 0; } }
          @media screen and (max-width: 40em) {
            .hero.distribution-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 1rem; } }
          @media screen and (max-width: 30em) {
            .hero.distribution-hero .hero-inner .hero-copy .hero-text h3 {
              font-size: 0.875rem;
              line-height: 1.5rem; } }
        @media screen and (max-width: 30em) {
          .hero.distribution-hero .hero-inner .hero-copy .hero-text {
            width: 100%; } }
      @media screen and (max-width: 64em) {
        .hero.distribution-hero .hero-inner {
          padding: 4em 4em 0em; } }
      @media screen and (max-width: 48em) {
        .hero.distribution-hero .hero-inner {
          padding: 3em 2em 0em; } }
      @media screen and (max-width: 40em) {
        .hero.distribution-hero .hero-inner {
          padding: 2em 2em 0em; } }
    @media screen and (max-width: 48em) {
      .hero.distribution-hero {
        padding-bottom: 6em; } }
    @media screen and (max-width: 30em) {
      .hero.distribution-hero {
        padding-bottom: 1.5em; } }
  .hero.rally-hero {
    background-color: #000000;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg"), -webkit-linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg"), linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background-size: cover;
    background-position: top;
    background-image: url("/web/20160602035606/https://www.seedandspark.com/img/aurora.jpg");
    padding-bottom: 6em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .hero.rally-hero {
        background-image: url("/web/20160602035606/https://www.seedandspark.com/img/aurora_2x.jpg");
        background-size: cover; } }
    .hero.rally-hero .hero-inner {
      padding: 8em 0 2em;
      margin: 0 auto;
      width: 60%;
      max-width: 770px;
      float: none;
      text-align: center; }
      .hero.rally-hero .hero-inner .hero-top {
        display: block; }
        .hero.rally-hero .hero-inner .hero-top::after {
          clear: both;
          content: "";
          display: table; }
        .hero.rally-hero .hero-inner .hero-top .hero-logo {
          float: left;
          margin-right: 1.5em;
          margin-left: 1em; }
          .hero.rally-hero .hero-inner .hero-top .hero-logo img {
            height: auto; }
          @media screen and (max-width: 64em) {
            .hero.rally-hero .hero-inner .hero-top .hero-logo {
              margin-left: 0; } }
          @media screen and (max-width: 40em) {
            .hero.rally-hero .hero-inner .hero-top .hero-logo {
              float: none;
              margin-right: 0; } }
        .hero.rally-hero .hero-inner .hero-top .hero-top-text {
          text-align: left; }
          .hero.rally-hero .hero-inner .hero-top .hero-top-text h3 {
            font-size: 1.375rem; }
            @media screen and (max-width: 64em) {
              .hero.rally-hero .hero-inner .hero-top .hero-top-text h3 {
                font-size: 1.1875rem; } }
          .hero.rally-hero .hero-inner .hero-top .hero-top-text h6 {
            color: #62cbe1;
            padding-top: 0.5em; }
            @media screen and (max-width: 48em) {
              .hero.rally-hero .hero-inner .hero-top .hero-top-text h6 {
                font-size: 0.875rem; } }
            @media screen and (max-width: 30em) {
              .hero.rally-hero .hero-inner .hero-top .hero-top-text h6 {
                font-size: 0.875rem;
                padding: 0 3em; } }
          @media screen and (max-width: 40em) {
            .hero.rally-hero .hero-inner .hero-top .hero-top-text {
              text-align: center; } }
      .hero.rally-hero .hero-inner .hero-video {
        display: block;
        margin: 2em 0 3em;
        text-align: center; }
        .hero.rally-hero .hero-inner .hero-video::after {
          clear: both;
          content: "";
          display: table; }
        .hero.rally-hero .hero-inner .hero-video iframe {
          width: 100%; }
      .hero.rally-hero .hero-inner .btn-outline {
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        padding: 1em 4em;
        border-radius: 3px;
        letter-spacing: .1rem;
        font-size: 0.875rem; }
        @media screen and (max-width: 30em) {
          .hero.rally-hero .hero-inner .btn-outline {
            padding: 1em 2em;
            width: 100%; } }
      @media screen and (max-width: 64em) {
        .hero.rally-hero .hero-inner {
          width: 80%; } }
      @media screen and (max-width: 48em) {
        .hero.rally-hero .hero-inner {
          width: 90%; } }
      @media screen and (max-width: 40em) {
        .hero.rally-hero .hero-inner {
          padding: 5em 0 2em; } }
  .hero.thalante-home-hero {
    background: url("/web/20160602035606/https://www.seedandspark.com/img/thalente-hero-banner-v1.jpg"), -webkit-linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background: url("/web/20160602035606/https://www.seedandspark.com/img/thalente-hero-banner-v1.jpg"), linear-gradient(20deg, #000000, #000000), no-repeat #000000 scroll;
    background-size: cover;
    background-position: top; }
    .hero.thalante-home-hero .hero-inner {
      padding: 6em 0 0;
      margin: 0 auto;
      width: 70%;
      max-width: 770px;
      height: 480px; }
      .hero.thalante-home-hero .hero-inner .hero-top .btn-blue {
        margin: 1em auto; }
      @media screen and (max-width: 64em) {
        .hero.thalante-home-hero .hero-inner {
          width: 70%; }
          .hero.thalante-home-hero .hero-inner h3 {
            font-size: 1.25rem; } }
      @media screen and (max-width: 48em) {
        .hero.thalante-home-hero .hero-inner h3 {
          font-size: 1.125rem; } }
      @media screen and (max-width: 30em) {
        .hero.thalante-home-hero .hero-inner {
          width: 85%; }
          .hero.thalante-home-hero .hero-inner h3 {
            font-size: 0.9375rem; } }
  .hero.rally-home .hero-inner {
    width: 100%;
    max-width: 900px; }
    .hero.rally-home .hero-inner .hero-top {
      display: block; }
      .hero.rally-home .hero-inner .hero-top::after {
        clear: both;
        content: "";
        display: table; }
      .hero.rally-home .hero-inner .hero-top .hero-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 0; }
        .hero.rally-home .hero-inner .hero-top .hero-logo:last-child {
          margin-right: 0; }
        .hero.rally-home .hero-inner .hero-top .hero-logo img {
          width: 100%;
          height: auto;
          margin-bottom: 0; }
          @media screen and (max-width: 30em) {
            .hero.rally-home .hero-inner .hero-top .hero-logo img {
              width: 60%; } }
        @media screen and (max-width: 60em) {
          .hero.rally-home .hero-inner .hero-top .hero-logo {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%;
            margin-left: 8.5298%; }
            .hero.rally-home .hero-inner .hero-top .hero-logo:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 48em) {
          .hero.rally-home .hero-inner .hero-top .hero-logo {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 22.316%;
            margin-left: 6.47367%; }
            .hero.rally-home .hero-inner .hero-top .hero-logo:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .hero.rally-home .hero-inner .hero-top .hero-logo {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 46.28851%;
            margin-left: 26.85574%; }
            .hero.rally-home .hero-inner .hero-top .hero-logo:last-child {
              margin-right: 0; } }
      .hero.rally-home .hero-inner .hero-top .hero-top-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .hero.rally-home .hero-inner .hero-top .hero-top-text:last-child {
          margin-right: 0; }
        .hero.rally-home .hero-inner .hero-top .hero-top-text h2 {
          font-size: 1.875rem; }
          @media screen and (max-width: 60em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h2 {
              font-size: 1.375rem; } }
          @media screen and (max-width: 40em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h2 {
              font-size: 1.125rem; } }
          @media screen and (max-width: 30em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h2 {
              font-size: 1.125rem; } }
          @media screen and (max-width: 22.4375em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h2 {
              font-size: 1rem; } }
        .hero.rally-home .hero-inner .hero-top .hero-top-text h3 {
          font-size: 1.125rem;
          line-height: 1.8em; }
          @media screen and (max-width: 60em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h3 {
              font-size: 0.84375rem; } }
          @media screen and (max-width: 40em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h3 {
              font-size: 0.75rem;
              line-height: 1.5em; } }
        .hero.rally-home .hero-inner .hero-top .hero-top-text h6 {
          padding-top: 0; }
          @media screen and (max-width: 60em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text h6 {
              font-size: 0.8125rem; } }
        .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline {
          margin-top: 0.7em;
          font-size: 0.875rem;
          letter-spacing: .1rem;
          border-radius: 3px;
          line-height: 1.5em; }
          .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue.btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline.btn-blue {
            border: 3px solid transparent;
            padding: 1em 3em;
            margin-right: 1em; }
            @media screen and (max-width: 60em) {
              .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue.btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline.btn-blue {
                padding: 1em 2em; } }
            @media screen and (max-width: 30em) {
              .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue.btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline.btn-blue {
                display: block;
                margin-right: 0;
                margin-bottom: 0.5em; } }
          @media screen and (max-width: 60em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue.btn-outline, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline.btn-outline {
              padding: 1em 2em; } }
          @media screen and (max-width: 30em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue.btn-outline, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline.btn-outline {
              width: auto; } }
          @media screen and (max-width: 60em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline {
              font-size: 0.75rem; } }
          @media screen and (max-width: 30em) {
            .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-blue, .hero.rally-home .hero-inner .hero-top .hero-top-text .btn-outline {
              display: block;
              margin-top: 1em; } }
        @media screen and (max-width: 60em) {
          .hero.rally-home .hero-inner .hero-top .hero-top-text {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .hero.rally-home .hero-inner .hero-top .hero-top-text:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 48em) {
          .hero.rally-home .hero-inner .hero-top .hero-top-text {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 61.158%; }
            .hero.rally-home .hero-inner .hero-top .hero-top-text:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 40em) {
          .hero.rally-home .hero-inner .hero-top .hero-top-text {
            text-align: left; } }
        @media screen and (max-width: 30em) {
          .hero.rally-home .hero-inner .hero-top .hero-top-text {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 86.57213%;
            margin-left: 6.71394%;
            text-align: center; }
            .hero.rally-home .hero-inner .hero-top .hero-top-text:last-child {
              margin-right: 0; } }
  .hero.thalante-home-hero, .hero.rally-home {
    padding-bottom: 3em; }
    .hero.thalante-home-hero .hero-inner, .hero.rally-home .hero-inner {
      padding-bottom: 0;
      height: 500px; }
      @media screen and (max-width: 60em) {
        .hero.thalante-home-hero .hero-inner, .hero.rally-home .hero-inner {
          height: 420px; } }
      @media screen and (max-width: 48em) {
        .hero.thalante-home-hero .hero-inner, .hero.rally-home .hero-inner {
          height: 380px; } }
      @media screen and (max-width: 40em) {
        .hero.thalante-home-hero .hero-inner, .hero.rally-home .hero-inner {
          height: 400px; } }
      @media screen and (max-width: 30em) {
        .hero.thalante-home-hero .hero-inner, .hero.rally-home .hero-inner {
          height: 440px; } }

.hero-carousel {
  margin-bottom: 0; }
  .hero-carousel .hero-item {
    z-index: 1;
    width: 100%;
    position: relative; }
    .hero-carousel .hero-item img {
      position: relative;
      display: block;
      width: 100%; }
    .hero-carousel .hero-item .hero-carousel-content {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center; }
      .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
        width: 75%;
        margin: 5.75em auto 3em; }
        .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1, .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h2, .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h3, .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h4, .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h5, .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h6 {
          color: #fff;
          line-height: 1.3em;
          margin: 0.75em; }
        .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1 {
          font-size: 3.75rem;
          margin-bottom: 0;
          line-height: 1.1em; }
          @media screen and (max-width: 64em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1 {
              font-size: 2.25rem; } }
          @media screen and (max-width: 48em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1 {
              font-size: 1.5rem; } }
          @media screen and (max-width: 40em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1 {
              font-size: 1.25rem; } }
          @media screen and (max-width: 30em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h1 {
              font-size: 1.0625rem;
              margin-bottom: 0.5em; } }
        .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h3 {
          margin-top: 0; }
          @media screen and (max-width: 64em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h3 {
              font-size: 1.25rem; } }
          @media screen and (max-width: 48em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h3 {
              font-size: 1rem; } }
          @media screen and (max-width: 30em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h3 {
              font-size: 0.75rem; } }
        @media screen and (max-width: 64em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h5 {
            font-size: 0.875rem; } }
        @media screen and (max-width: 48em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h5 {
            font-size: 0.75rem; } }
        @media screen and (max-width: 30em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy h5 {
            display: none; } }
        @media screen and (max-width: 64em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
            margin-top: 4.5em; } }
        @media screen and (max-width: 60em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
            margin-top: 2.5em; } }
        @media screen and (max-width: 48em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
            margin-top: 2em;
            width: 75%; } }
        @media screen and (max-width: 40em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
            margin-top: 1em;
            width: 95%; } }
        @media screen and (max-width: 30em) {
          .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy {
            width: 98%; } }
        .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy a.btn-blue {
          margin-top: 1em; }
          @media screen and (max-width: 60em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy a.btn-blue {
              margin-top: 0.25em;
              font-size: 0.875rem; } }
          @media screen and (max-width: 40em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy a.btn-blue {
              font-size: 0.75rem; } }
          @media screen and (max-width: 30em) {
            .hero-carousel .hero-item .hero-carousel-content .hero-carousel-copy a.btn-blue {
              font-size: 0.625rem;
              padding: 0.25em 2em; } }
  .hero-carousel .slick-prev {
    left: 10px;
    z-index: 2; }
  .hero-carousel .slick-next {
    right: 10px;
    z-index: 2; }

.search-panel {
  background-color: #c9ced1;
  width: 100%;
  text-align: center;
  padding: 1em; }
  .search-panel .btn-open {
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%; }
  .search-panel .search-panel-content label.search-filter {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: left; }
    .search-panel .search-panel-content label.search-filter:last-child {
      margin-right: 0; }
    .search-panel .search-panel-content label.search-filter:nth-child(3n) {
      margin-right: 0; }
    .search-panel .search-panel-content label.search-filter:nth-child(3n+1) {
      clear: left; }
    .search-panel .search-panel-content label.search-filter p {
      font-size: 1.125rem;
      color: #000;
      margin-bottom: 0; }
      @media screen and (max-width: 48em) {
        .search-panel .search-panel-content label.search-filter p {
          font-size: 0.875rem; } }
    .search-panel .search-panel-content label.search-filter .styled-select {
      width: 100%; }
    @media screen and (max-width: 30em) {
      .search-panel .search-panel-content label.search-filter {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0; }
        .search-panel .search-panel-content label.search-filter:nth-child(3n) {
          margin-right: 7.42297%; }
        .search-panel .search-panel-content label.search-filter:nth-child(3n+1) {
          clear: none; }
        .search-panel .search-panel-content label.search-filter:last-child {
          margin-right: 0; } }
  .search-panel .search-panel-content .btn-apply {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 42.64902%;
    margin-top: 1em; }
    .search-panel .search-panel-content .btn-apply:last-child {
      margin-right: 0; }
    @media screen and (max-width: 64em) {
      .search-panel .search-panel-content .btn-apply {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 38.38412%; }
        .search-panel .search-panel-content .btn-apply:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .search-panel .search-panel-content .btn-apply {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 35.26334%;
        margin-left: 32.36833%; }
        .search-panel .search-panel-content .btn-apply:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .search-panel .search-panel-content .btn-apply {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .search-panel .search-panel-content .btn-apply:last-child {
          margin-right: 0; } }
  .search-panel .search-panel-content .btn-cancel {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 42.64902%;
    margin-top: 1em;
    color: #000;
    text-transform: uppercase; }
    .search-panel .search-panel-content .btn-cancel:last-child {
      margin-right: 0; }
  .search-panel.closed .btn-open {
    display: block; }
  .search-panel.closed .search-panel-content {
    display: none; }
  .search-panel.open .btn-open {
    display: none; }
  .search-panel.open .search-panel-content {
    display: block; }

.image-upload-tool {
  position: relative;
  width: 75%;
  margin: 1em auto; }
  .image-upload-tool .img-wrapper {
    width: 100%; }
    .image-upload-tool .img-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .image-upload-tool .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 0; }
    .image-upload-tool .overlay h6 {
      color: #fff;
      margin: 0 auto;
      text-align: center; }
      .image-upload-tool .overlay h6 span.sub {
        font-size: 75%; }

.pagination, .dynatable-pagination-links {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 1rem; }
  .pagination li, .dynatable-pagination-links li {
    display: inline-block; }
  .pagination a, .dynatable-pagination-links a {
    font-size: 0.875rem;
    font-weight: 300;
    display: inline-block;
    margin: 0 0.5em;
    width: 30px;
    height: 30px;
    padding: 0.3em;
    text-align: center;
    cursor: pointer; }
    .pagination a.selected, .pagination a.dynatable-active-page, .dynatable-pagination-links a.selected, .dynatable-pagination-links a.dynatable-active-page {
      background-color: #e1f1f4;
      border-radius: 15px; }
    @media screen and (max-width: 30em) {
      .pagination a, .dynatable-pagination-links a {
        font-size: 0.6875rem;
        width: 20px;
        height: 20px;
        padding: 0.15em; } }

.dynatable-pagination-links {
  text-align: left; }
  @media screen and (max-width: 30em) {
    .dynatable-pagination-links a.dynatable-page-link {
      font-size: 0.6875rem; } }

.update-item {
  border: 1px solid #c9ced1;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  clear: both;
  position: relative; }
  .update-item h4 {
    border-bottom: none;
    margin-top: 0; }
    .update-item h4 span.comment-count {
      font-weight: 300; }
  .update-item a.author-name, .update-item span.author-name {
    font-size: 0.875rem;
    font-weight: 300;
    vertical-align: top; }
  .update-item p.author, .update-item p.bullet, .update-item p.date, .update-item p.comments {
    display: inline-block;
    margin: 0 !important; }
  .update-item p.bullet {
    padding: 0 0.25rem; }
  .update-item .below-title-content {
    padding-right: 3em; }
  .update-item a.read-more {
    display: block;
    font-size: 0.875rem;
    font-weight: 500; }
  .update-item .body {
    word-wrap: break-word;
    margin-top: 1em; }
    .update-item .body iframe, .update-item .body video {
      max-width: 100%;
      height: auto; }
    .update-item .body img {
      height: auto !important; }
    .update-item .body ul {
      list-style-type: disc;
      list-style-position: inside;
      padding: 0.25em 0.5em; }
    .update-item .body ol {
      list-style-type: decimal;
      list-style-position: inside;
      padding: 0.25em 0.5em; }
    .update-item .body li {
      font-family: "Avenir LT W01_45 Book1475508";
      padding: 0.25em 0.5em;
      font-size: 0.875rem; }
  .update-item .social-links {
    position: absolute;
    top: 0rem;
    right: 1.5rem;
    width: 11em;
    text-align: right; }
    .update-item .social-links .share-popup {
      width: 100%;
      margin-top: 1.5em;
      text-align: center;
      height: auto !important; }
      .update-item .social-links .share-popup p {
        text-align: center; }
      .update-item .social-links .share-popup:after {
        left: auto;
        right: 1em; }
      @media screen and (max-width: 60em) {
        .update-item .social-links .share-popup {
          padding: 0.5em 0.5em 0.25em; } }
    .update-item .social-links a.btn-share {
      margin: 1em 0em 1.5em;
      padding: 0 0.5em; }
    .update-item .social-links a.btn-follow {
      display: none; }
  .update-item p.comments {
    font-weight: 300; }
  .update-item a.blog-title {
    color: #202020;
    font-size: 2.25rem;
    font-weight: 500;
    display: block;
    line-height: 1.2em;
    padding-right: 2em; }
    .update-item a.blog-title:hover {
      text-decoration: none; }
    @media screen and (max-width: 48em) {
      .update-item a.blog-title {
        font-size: 1.625rem;
        padding-right: 3em; } }
    @media screen and (max-width: 30em) {
      .update-item a.blog-title {
        font-size: 1.125rem; } }
  .update-item .author-info {
    margin: 1rem 0.5rem 0 0; }
    .update-item .author-info .author-image {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem;
      position: relative;
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 25px; }
      .update-item .author-info .author-image a {
        width: 100%;
        height: 100%; }
      .update-item .author-info .author-image img {
        position: absolute;
        max-width: none; }
    .update-item .author-info .author-content {
      display: inline-block;
      vertical-align: middle;
      width: 75%; }
      .update-item .author-info .author-content a.author-name, .update-item .author-info .author-content span.author-name {
        font-size: 1rem;
        font-weight: 500; }
  .update-item .comments-section .comment-item {
    border-top: 1px solid #c9ced1;
    margin: 1em 0;
    padding: 0.5em 0 0; }
    .update-item .comments-section .comment-item .comment-image {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem; }
      .update-item .comments-section .comment-item .comment-image a img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        overflow: hidden; }
    .update-item .comments-section .comment-item .comment-content {
      display: inline-block;
      vertical-align: middle;
      width: 80%; }
      .update-item .comments-section .comment-item .comment-content h6.name {
        display: inline-block;
        font-weight: 500;
        padding-bottom: 0;
        margin-bottom: 0; }
      .update-item .comments-section .comment-item .comment-content p.time {
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #8c8c8c; }
      .update-item .comments-section .comment-item .comment-content p.comment-body {
        padding-top: 0; }

.page-content.error .span-container .wrapper {
  min-height: 800px; }

.page-content.error .error-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 8.5298%;
  float: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
  margin-top: 1em; }
  .page-content.error .error-image:last-child {
    margin-right: 0; }
  .page-content.error .error-image .error-image-credit {
    border-top: 1px solid #c9ced1;
    padding: 0.5em;
    text-align: center; }
  @media screen and (max-width: 30em) {
    .page-content.error .error-image {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      float: none; }
      .page-content.error .error-image:last-child {
        margin-right: 0; } }

.page-content.error .error-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  float: right; }
  .page-content.error .error-content:last-child {
    margin-right: 0; }
  .page-content.error .error-content h1 {
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 0.25em; }
  .page-content.error .error-content h2 {
    margin-top: 0;
    margin-bottom: 1em; }
  .page-content.error .error-content h3 {
    font-size: 1.125rem; }
    .page-content.error .error-content h3 a {
      display: block; }
  @media screen and (max-width: 48em) {
    .page-content.error .error-content h1 {
      font-size: 3.125rem; }
    .page-content.error .error-content h2 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 30em) {
    .page-content.error .error-content {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      float: none;
      text-align: left;
      padding-left: 0; }
      .page-content.error .error-content:last-child {
        margin-right: 0; } }

.cart-tooltip {
  padding: 1.5em; }
  .cart-tooltip .cart-tooltip-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    clear: both;
    padding: 0.25em 0;
    border-bottom: 1px solid #c9ced1;
    margin-bottom: 0.5em; }
    .cart-tooltip .cart-tooltip-item:last-child {
      margin-right: 0; }
    .cart-tooltip .cart-tooltip-item .cart-tooltip-item-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-image:last-child {
        margin-right: 0; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-image img {
        width: 100%;
        height: auto; }
    .cart-tooltip .cart-tooltip-item .cart-tooltip-item-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-content:last-child {
        margin-right: 0; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-content p {
        font-size: 0.875rem; }
        .cart-tooltip .cart-tooltip-item .cart-tooltip-item-content p a {
          color: #62cbe1;
          text-transform: none;
          font-size: 0.875rem; }
    .cart-tooltip .cart-tooltip-item .cart-tooltip-item-amount {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-amount:last-child {
        margin-right: 0; }
      .cart-tooltip .cart-tooltip-item .cart-tooltip-item-amount h5 {
        margin-top: 0; }
  .cart-tooltip a.btn-view-cart {
    color: #62cbe1;
    text-transform: none;
    font-size: 0.875rem; }

.downloads h5 {
  border-bottom: 1px solid #c9ced1;
  font-size: 1.25rem;
  text-transform: uppercase; }

.downloads a {
  display: block;
  margin-bottom: 0.2em; }

.search-dropdown {
  display: none;
  line-height: 1em; }
  .search-dropdown .btn-search-close {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    margin-right: 0;
    float: right;
    background-color: transparent;
    color: #c9ced1;
    font-weight: 100;
    font-size: 3.125rem;
    padding: 0.3em 0;
    text-align: right;
    cursor: pointer; }
    .search-dropdown .btn-search-close:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .search-dropdown .btn-search-close {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 9.36867%;
        font-size: 2rem; }
        .search-dropdown .btn-search-close:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .search-dropdown .btn-search-close {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 19.43277%;
        padding: 0.5em 0;
        font-size: 1.125rem; }
        .search-dropdown .btn-search-close:last-child {
          margin-right: 0; } }
  .search-dropdown input[type=text] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    border: none;
    box-shadow: none;
    font-size: 3.125rem;
    margin-bottom: 0; }
    .search-dropdown input[type=text]:last-child {
      margin-right: 0; }
    .search-dropdown input[type=text]::-webkit-input-placeholder {
      color: #c9ced1; }
    .search-dropdown input[type=text]::-moz-placeholder {
      color: #c9ced1; }
    .search-dropdown input[type=text]:-moz-placeholder {
      color: #c9ced1; }
    .search-dropdown input[type=text]:-ms-input-placeholder {
      color: #c9ced1; }
    @media screen and (max-width: 48em) {
      .search-dropdown input[type=text] {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 87.05267%;
        font-size: 2rem; }
        .search-dropdown input[type=text]:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .search-dropdown input[type=text] {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%;
        font-size: 1.125rem; }
        .search-dropdown input[type=text]:last-child {
          margin-right: 0; } }

#tinymce {
  padding: 0.5em 0;
  /*fixing weird bold link bug */ }
  #tinymce p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 1rem;
    padding: 0 0.5em;
    margin: 0; }
  #tinymce ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0.25em 0.5em; }
  #tinymce ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0.25em 0.5em; }
  #tinymce a strong {
    font-weight: 500; }
  #tinymce strong a {
    font-weight: 500; }

.social {
  display: inline-block; }
  .social a {
    display: inline-block;
    background: no-repeat top left;
    margin: 0 0.25rem;
    font-size: 2em;
    color: #fff; }
    .social a p {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      margin: 0;
      width: 0; }

.social-share {
  position: relative;
  height: 3em; }
  .social-share .share-popup {
    display: none;
    background-color: #fff;
    padding: 0.5em 1em;
    position: absolute;
    bottom: 3em;
    left: 0;
    width: auto; }
    .social-share .share-popup a.share-icon {
      font-size: 2.125rem; }
    .social-share .share-popup a.btn-close {
      position: absolute;
      top: 0;
      right: 0.25rem; }
    @media screen and (max-width: 64em) {
      .social-share .share-popup {
        padding: 0.5em 3em; } }

/* CAMPAIGN SOCIAL LINKS */
.social-links {
  position: relative; }
  .social-links .links-popup, .social-links .share-popup {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    box-shadow: 0 0px 5px silver;
    width: 100%;
    top: 3.4em; }
    .social-links .links-popup p, .social-links .share-popup p {
      color: #202020;
      margin-bottom: 0; }
    .social-links .links-popup:after, .social-links .share-popup:after {
      position: absolute;
      border: 8px solid transparent;
      top: -1.3em;
      color: #f0f0f0;
      content: '▲';
      font-size: 1em;
      text-align: center;
      clear: both;
      left: auto;
      right: 5%; }
    @media screen and (max-width: 60em) {
      .social-links .links-popup, .social-links .share-popup {
        padding: 0.5em 0; } }
  .social-links .links-popup:after {
    left: 7.7em; }

.share-popup a.share-icon {
  font-size: 1.5rem;
  padding: 0.25em;
  display: inline-block;
  margin: 0;
  margin-left: -5px;
  color: #fff;
  margin-top: 0.4em; }
  .share-popup a.share-icon:first-child {
    margin-left: 2.5px; }
  .share-popup a.share-icon p {
    display: none; }
  .share-popup a.share-icon.icon-twitter {
    background-color: #56a3d9; }
  .share-popup a.share-icon.icon-facebook {
    background-color: #3b5997; }
  .share-popup a.share-icon.icon-pinterest {
    background-color: #cc201c; }
  .share-popup a.share-icon.icon-mail {
    background-color: #c9ced1; }
  .share-popup a.share-icon:hover {
    color: #f0f0f0; }
  @media screen and (max-width: 64em) {
    .share-popup a.share-icon {
      font-size: 1.25rem; } }

.sidebar-mobile .social-links {
  margin: 0.5em auto 3em; }

.page-content.login .login-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 34.11922%;
  margin-right: 0;
  border: 1px solid #c9ced1;
  background-color: #fff;
  text-align: center;
  position: relative; }
  .page-content.login .login-box:last-child {
    margin-right: 0; }
  .page-content.login .login-box hr {
    margin: 1em 0; }
  .page-content.login .login-box h5 {
    margin: 1em auto; }
  .page-content.login .login-box input {
    width: 80%;
    margin: 1em auto; }
    .page-content.login .login-box input.password.login {
      display: inline-block;
      z-index: 1;
      position: relative;
      padding-right: 4em; }
  .page-content.login .login-box .suggestions-container {
    width: 80%;
    margin: 1em auto; }
    .page-content.login .login-box .suggestions-container input {
      width: 100%;
      margin: 0; }
    .page-content.login .login-box .suggestions-container label {
      z-index: 1;
      position: relative; }
    .page-content.login .login-box .suggestions-container .loading-icon {
      display: none;
      position: absolute;
      right: 8px;
      top: 8px;
      z-index: 2; }
  .page-content.login .login-box .password-field-container {
    position: relative; }
    .page-content.login .login-box .password-field-container a.forgot-password {
      position: absolute;
      top: auto;
      right: 3.5em;
      margin-top: 30px;
      font-size: 0.8125rem;
      display: inline-block;
      z-index: 2; }
      @media screen and (max-width: 64em) {
        .page-content.login .login-box .password-field-container a.forgot-password {
          right: 4em; } }
  .page-content.login .login-box .btn-login {
    padding: 0.5em 3em;
    margin: 0.5em auto 0;
    display: inline-block; }
  .page-content.login .login-box label {
    margin-top: 0.5em;
    font-size: 0.75rem; }
  .page-content.login .login-box p.disclaimer {
    width: 60%;
    margin: 0.5em auto 1.5em;
    font-size: 0.75rem; }
  .page-content.login .login-box p.help-block {
    color: #f22613; }
  .page-content.login .login-box.reset {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%;
    margin-left: 36.25167%;
    padding-bottom: 2em; }
    .page-content.login .login-box.reset:last-child {
      margin-right: 0; }
    .page-content.login .login-box.reset h4 {
      font-family: "Avenir LT W01_85 Heavy1475544"; }
    .page-content.login .login-box.reset p {
      padding: 1em 1.5em;
      text-align: left;
      line-height: 1.4em; }
      .page-content.login .login-box.reset p.small {
        font-size: 0.75rem; }
    .page-content.login .login-box.reset .btn-login {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%;
      padding: 12px 0; }
      .page-content.login .login-box.reset .btn-login:last-child {
        margin-right: 0; }
  @media screen and (max-width: 64em) {
    .page-content.login .login-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .page-content.login .login-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .page-content.login .login-box {
      margin-top: 1em;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 61.158%;
      margin-left: 19.421%; }
      .page-content.login .login-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.login .login-box {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 86.57213%;
      margin-left: 6.71394%; }
      .page-content.login .login-box:last-child {
        margin-right: 0; } }

header {
  padding: 1.5em 0 0;
  position: relative;
  z-index: 5;
  /*border-bottom:1px solid $lighter-gray;*/
  box-shadow: 0px 1px 0px #f0f0f0; }
  header a#btn-mobile-menu {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 2em; }
    header a#btn-mobile-menu p {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
    @media screen and (max-width: 48em) {
      header a#btn-mobile-menu {
        display: block; } }
  header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    z-index: 3;
    position: relative; }
    header .logo:last-child {
      margin-right: 0; }
    header .logo.logo-black {
      display: block; }
    header .logo.logo-white {
      display: none; }
    header .logo img {
      width: 100%; }
    @media screen and (max-width: 48em) {
      header .logo {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 28.78967%;
        margin-left: 35.60517%;
        margin-top: 0.75em; }
        header .logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      header .logo {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%;
        margin-left: 26.85574%;
        margin-top: 1em; }
        header .logo:last-child {
          margin-right: 0; } }
  header nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0; }
    header nav:last-child {
      margin-right: 0; }
    header nav #main-menu {
      z-index: 1;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 88.91125%;
      margin-right: 0;
      display: block; }
      header nav #main-menu:last-child {
        margin-right: 0; }
      @media screen and (max-width: 64em) {
        header nav #main-menu {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 88.05827%;
          margin-right: 0; }
          header nav #main-menu:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 60em) {
        header nav #main-menu {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 85.49933%;
          margin-right: 0; }
          header nav #main-menu:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        header nav #main-menu {
          position: absolute;
          float: none;
          width: 100%;
          top: 0;
          left: 0;
          background-color: #000;
          display: none;
          padding: 4em 2em 2em; } }
    header nav ul li {
      display: inline-block;
      cursor: pointer; }
      header nav ul li a {
        color: #8c8c8c;
        text-transform: uppercase;
        font-size: 0.84375rem;
        font-weight: 400;
        vertical-align: middle;
        display: block;
        height: 100%; }
        @media screen and (max-width: 64em) {
          header nav ul li a {
            font-size: 0.75rem; } }
        @media screen and (max-width: 60em) {
          header nav ul li a {
            font-size: 0.625rem; } }
        @media screen and (max-width: 48em) {
          header nav ul li a {
            font-size: 0.84375rem; } }
    header nav ul.main-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 66.73376%;
      margin-right: 0; }
      header nav ul.main-nav:last-child {
        margin-right: 0; }
      header nav ul.main-nav li {
        margin-right: 0;
        position: relative;
        text-align: center;
        padding: 0.45em 0.5em 0;
        border-bottom: 3px solid transparent; }
        header nav ul.main-nav li a {
          padding-bottom: 1.9em; }
          @media screen and (max-width: 48em) {
            header nav ul.main-nav li a {
              padding-bottom: 0; } }
        header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav {
          display: none;
          position: absolute;
          background-color: #f0f0f0;
          margin-top: 0.2em;
          padding: 0.75em 0;
          left: 0;
          width: 150%; }
          header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li {
            display: block;
            width: 100%;
            border-bottom: 1px solid transparent;
            padding: 0.5em 0.5em; }
            header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li.top-line {
              display: block;
              position: absolute;
              top: -3px;
              width: 70%;
              height: 3px;
              background-color: #62cbe1;
              padding: 0; }
              @media screen and (max-width: 48em) {
                header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li.top-line {
                  display: none; } }
            header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li a {
              color: #8c8c8c;
              text-align: left;
              padding-left: 1em;
              padding-bottom: 0; }
              header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li a:hover, header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li a:focus {
                color: #62cbe1; }
              @media screen and (max-width: 48em) {
                header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li a {
                  color: #c9ced1; } }
          @media screen and (max-width: 64em) {
            header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav {
              margin-top: 0.45em; } }
          @media screen and (max-width: 60em) {
            header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav {
              margin-top: 0.35em; } }
          @media screen and (max-width: 48em) {
            header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav {
              display: block;
              margin: 1em 0 1em 1.5em;
              position: relative;
              background-color: transparent;
              box-shadow: none;
              width: 100%; }
              header nav ul.main-nav li#nav-filmmakers ul#main-sub-nav li {
                border-bottom: none; } }
        header nav ul.main-nav li#nav-filmmakers:hover, header nav ul.main-nav li#nav-filmmakers:focus {
          border-bottom: 3px solid #62cbe1; }
          header nav ul.main-nav li#nav-filmmakers:hover ul#main-sub-nav, header nav ul.main-nav li#nav-filmmakers:focus ul#main-sub-nav {
            display: block; }
          @media screen and (max-width: 48em) {
            header nav ul.main-nav li#nav-filmmakers:hover, header nav ul.main-nav li#nav-filmmakers:focus {
              border-bottom: 3px solid transparent; } }
        header nav ul.main-nav li:hover, header nav ul.main-nav li:focus, header nav ul.main-nav li.selected {
          border-bottom: 3px solid #62cbe1; }
          header nav ul.main-nav li:hover a, header nav ul.main-nav li:focus a, header nav ul.main-nav li.selected a {
            color: #c9ced1; }
            @media screen and (max-width: 48em) {
              header nav ul.main-nav li:hover a, header nav ul.main-nav li:focus a, header nav ul.main-nav li.selected a {
                color: #62cbe1; } }
        @media screen and (max-width: 64em) {
          header nav ul.main-nav li {
            padding: 0.3em 0.3em; } }
        @media screen and (max-width: 60em) {
          header nav ul.main-nav li {
            padding: 0.2em 0.2em; } }
        @media screen and (max-width: 48em) {
          header nav ul.main-nav li {
            float: none;
            width: auto;
            display: block;
            text-align: left;
            margin: 0.5rem 0; }
            header nav ul.main-nav li:last-child {
              /*margin-bottom:0;*/ }
            header nav ul.main-nav li:hover, header nav ul.main-nav li:focus {
              border-bottom: 3px solid transparent; } }
      @media screen and (max-width: 48em) {
        header nav ul.main-nav {
          float: none;
          width: auto; } }
    header nav ul.secondary-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 30.90859%;
      margin-right: 0;
      float: right;
      text-align: right; }
      header nav ul.secondary-nav:last-child {
        margin-right: 0; }
      header nav ul.secondary-nav li {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
        header nav ul.secondary-nav li.user-info {
          position: relative; }
          header nav ul.secondary-nav li.user-info p.notification-bullet {
            display: inline-block;
            font-size: 2.5rem;
            line-height: 80%;
            color: #62cbe1;
            margin: 0;
            vertical-align: middle; }
          header nav ul.secondary-nav li.user-info a {
            display: inline-block;
            padding: 0 0.5em;
            text-transform: none;
            color: #62cbe1; }
            header nav ul.secondary-nav li.user-info a.sparks {
              background: transparent url("/web/20160602035606/https://www.seedandspark.com/img/icons.png?v=1") no-repeat scroll 0px -211px;
              padding-left: 22px;
              padding-right: 0; }
            header nav ul.secondary-nav li.user-info a.user-pic {
              padding: 0;
              line-height: 1em;
              width: 28px;
              height: 28px;
              position: relative;
              overflow: hidden;
              border-radius: 14px; }
              header nav ul.secondary-nav li.user-info a.user-pic img {
                position: absolute;
                max-width: none; }
              @media screen and (max-width: 64em) {
                header nav ul.secondary-nav li.user-info a.user-pic img {
                  border-radius: 10px;
                  width: 20px;
                  height: 20px; } }
            header nav ul.secondary-nav li.user-info a.user-name {
              max-width: 6.7em;
              overflow: hidden;
              text-overflow: ellipsis;
              padding: 0 0.1em; }
              @media screen and (max-width: 64em) {
                header nav ul.secondary-nav li.user-info a.user-name {
                  max-width: 5.5em; } }
              @media screen and (max-width: 60em) {
                header nav ul.secondary-nav li.user-info a.user-name {
                  max-width: 4.6em; } }
              @media screen and (max-width: 30em) {
                header nav ul.secondary-nav li.user-info a.user-name {
                  max-width: 7em; } }
            header nav ul.secondary-nav li.user-info a:hover, header nav ul.secondary-nav li.user-info a:focus {
              color: #62cbe1; }
            @media screen and (max-width: 48em) {
              header nav ul.secondary-nav li.user-info a {
                display: inline-block; } }
          @media screen and (max-width: 48em) {
            header nav ul.secondary-nav li.user-info {
              margin: 1em 0; } }
        header nav ul.secondary-nav li a {
          display: block;
          padding: 0.3em 1.5em; }
          @media screen and (max-width: 48em) {
            header nav ul.secondary-nav li a {
              padding-left: 0; } }
          header nav ul.secondary-nav li a.btn-signup {
            font-size: 0.84375rem;
            margin-top: -0.3em; }
            @media screen and (max-width: 64em) {
              header nav ul.secondary-nav li a.btn-signup {
                font-size: 0.75rem; } }
            @media screen and (max-width: 60em) {
              header nav ul.secondary-nav li a.btn-signup {
                font-size: 0.625rem; } }
            @media screen and (max-width: 48em) {
              header nav ul.secondary-nav li a.btn-signup {
                font-size: 0.84375rem;
                background-color: transparent;
                text-align: left; }
                header nav ul.secondary-nav li a.btn-signup:hover, header nav ul.secondary-nav li a.btn-signup:focus {
                  color: #62cbe1; } }
        header nav ul.secondary-nav li.login, header nav ul.secondary-nav li.signup {
          vertical-align: top; }
          header nav ul.secondary-nav li.login a, header nav ul.secondary-nav li.signup a {
            padding: 0.4em 1.5em; }
            @media screen and (max-width: 60em) {
              header nav ul.secondary-nav li.login a, header nav ul.secondary-nav li.signup a {
                padding: 0.6em 1.5em; } }
        @media screen and (max-width: 48em) {
          header nav ul.secondary-nav li {
            float: none;
            width: auto;
            text-align: left;
            margin: 0.5rem 0; } }
      @media screen and (max-width: 48em) {
        header nav ul.secondary-nav {
          float: none;
          width: auto;
          text-align: left;
          border-top: 1px solid #c9ced1; } }
    header nav ul.social {
      display: none; }
      @media screen and (max-width: 48em) {
        header nav ul.social {
          display: block; } }
    header nav ul.permanent-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 8.73109%;
      margin-right: 0;
      z-index: 3;
      float: right; }
      header nav ul.permanent-nav:last-child {
        margin-right: 0; }
      header nav ul.permanent-nav li {
        float: right;
        margin: 0.2em 0.05em; }
        header nav ul.permanent-nav li a {
          font-size: 1.4em; }
        header nav ul.permanent-nav li.search {
          vertical-align: top; }
        header nav ul.permanent-nav li.cart {
          vertical-align: top; }
          header nav ul.permanent-nav li.cart a.icon-cart {
            position: relative; }
            header nav ul.permanent-nav li.cart a.icon-cart .cart-count {
              position: absolute;
              background-color: #62cbe1;
              color: #fff;
              font-family: "Avenir LT W01_45 Book1475508";
              font-size: 0.75rem;
              top: -10px;
              left: -10px;
              width: auto;
              height: auto;
              text-align: center;
              border-radius: 70px;
              padding: 0.4em 0.5em;
              overflow: hidden; }
          header nav ul.permanent-nav li.cart .tooltip {
            background-color: #fff; }
        header nav ul.permanent-nav li.love {
          vertical-align: top; }
          header nav ul.permanent-nav li.love .tooltip {
            background-color: #f0f0f0; }
            header nav ul.permanent-nav li.love .tooltip .social {
              display: block;
              padding: 1em 0; }
              header nav ul.permanent-nav li.love .tooltip .social a {
                display: inline-block;
                color: #62cbe1;
                font-size: 2.5em; }
                header nav ul.permanent-nav li.love .tooltip .social a p {
                  font-size: 0; }
            header nav ul.permanent-nav li.love .tooltip:after {
              border-bottom: 8px solid #f0f0f0; }
          @media screen and (max-width: 48em) {
            header nav ul.permanent-nav li.love {
              display: none; } }
        @media screen and (max-width: 64em) {
          header nav ul.permanent-nav li {
            margin: 0.1em 0.05em; } }
        @media screen and (max-width: 60em) {
          header nav ul.permanent-nav li {
            margin: 0 0.05em; } }
      @media screen and (max-width: 64em) {
        header nav ul.permanent-nav {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 10.43705%;
          margin-right: 0;
          float: right; }
          header nav ul.permanent-nav:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 60em) {
        header nav ul.permanent-nav {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 12.14302%;
          margin-right: 0;
          float: right; }
          header nav ul.permanent-nav:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        header nav ul.permanent-nav {
          position: absolute;
          top: 1em;
          right: 1em;
          float: none;
          width: auto; } }
    @media screen and (max-width: 48em) {
      header nav ul {
        float: none;
        width: auto; } }
  @media screen and (max-width: 48em) {
    header {
      padding: 0 0 0.5em; } }

.wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 64em) {
    .wrapper {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      .wrapper::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 48em) {
    .wrapper {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .wrapper::after {
        clear: both;
        content: "";
        display: table; } }

.main-container {
  background: #fff; }
  .main-container .span-container {
    width: 100%; }
    @media screen and (max-width: 48em) {
      .main-container .span-container {
        padding: 0 1em; } }
  .main-container .polite-message {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    width: 300px;
    text-align: center;
    z-index: 5;
    margin-left: -150px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgba(201, 206, 209, 0.9); }
    .main-container .polite-message.success {
      background-color: rgba(108, 220, 137, 0.9); }
    .main-container .polite-message.warning {
      background-color: rgba(246, 209, 63, 0.8); }
    .main-container .polite-message p {
      color: #fff;
      font-size: 0.875rem;
      font-weight: 500;
      padding: 0.5em 1em; }
  .main-container .declined-card-message {
    width: 100%;
    display: block;
    background-color: #f3c142;
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 1.125rem;
    font-weight: 300; }
    @media screen and (max-width: 48em) {
      .main-container .declined-card-message {
        font-size: 0.78125rem; } }
    @media screen and (max-width: 30em) {
      .main-container .declined-card-message {
        padding: 0.5em 2em; } }
  .main-container .page-content {
    background-color: #f7f9fa;
    position: relative;
    padding: 20px 0 40px; }
    .main-container .page-content .wrapper {
      min-height: 600px;
      z-index: 1; }
    .main-container .page-content .span-container {
      background-color: #f7f9fa; }
      .main-container .page-content .span-container .wrapper {
        background-color: transparent;
        padding: 0 0 20px; }
    @media screen and (max-width: 48em) {
      .main-container .page-content {
        padding-top: 1em; } }
    @media screen and (max-width: 30em) {
      .main-container .page-content {
        padding-top: 1em; } }

footer {
  background-color: #62cbe1;
  padding: 4rem 0;
  clear: both; }
  footer .footer-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    footer .footer-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      footer .footer-left {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        position: relative; } }
  footer .footer-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    footer .footer-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      footer .footer-right {
        width: 100%;
        float: none;
        margin: 1em auto !important;
        text-align: center;
        position: relative; }
        footer .footer-right .logo {
          display: none; } }
  footer ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    footer ul:last-child {
      margin-right: 0; }
    footer ul li {
      text-align: left;
      margin: 1rem 0; }
      footer ul li:first-child {
        margin-top: 0; }
      footer ul li a {
        font-size: 1rem;
        color: #fff; }
        footer ul li a:hover {
          color: #e5e5e5; }
    @media screen and (max-width: 48em) {
      footer ul {
        width: 100%;
        margin-right: 0;
        float: none;
        width: auto;
        vertical-align: top;
        padding: 0; }
        footer ul.hide-mobile {
          display: none; }
        footer ul li {
          text-align: center;
          margin-top: 0;
          margin-bottom: 0.25em;
          padding-top: 0; }
          footer ul li:not(.mobile) {
            display: none; } }
  footer p.copyright {
    text-align: right;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.3em 0; }
    @media screen and (max-width: 48em) {
      footer p.copyright {
        text-align: center; } }
  footer .social {
    float: right; }
    @media screen and (max-width: 48em) {
      footer .social {
        float: none; }
        footer .social a {
          margin: 0.5em 0.25em; } }
  @media screen and (max-width: 48em) {
    footer {
      padding: 2rem 0; } }

.home header {
  position: absolute;
  width: 100%;
  height: 5em;
  box-shadow: none; }
  .home header nav ul li a {
    color: #fff; }
    @media screen and (max-width: 48em) {
      .home header nav ul li a:hover, .home header nav ul li a:focus {
        color: #62cbe1; } }
  .home header nav ul li:hover a, .home header nav ul li:focus a {
    color: #c9ced1; }
    @media screen and (max-width: 48em) {
      .home header nav ul li:hover a, .home header nav ul li:focus a {
        color: #62cbe1; }
        .home header nav ul li:hover a:hover, .home header nav ul li:hover a:focus, .home header nav ul li:focus a:hover, .home header nav ul li:focus a:focus {
          color: #62cbe1; } }
  @media screen and (max-width: 48em) {
    .home header nav ul.main-nav li a:hover, .home header nav ul.main-nav li a:focus, .home header nav ul.main-nav li a:active {
      color: #62cbe1; } }
  .home header .logo.logo-black {
    display: none; }
  .home header .logo.logo-white {
    display: block; }

.home .hero-container .flickity-prev-next-button {
  width: 88px;
  height: 88px; }
  @media screen and (max-width: 48em) {
    .home .hero-container .flickity-prev-next-button {
      display: none;
      width: 50px;
      height: 50px; } }

.home .hero-container .flickity-prev-next-button.previous {
  left: 10px; }
  @media screen and (max-width: 48em) {
    .home .hero-container .flickity-prev-next-button.previous {
      left: 0; } }

.home .hero-container .flickity-prev-next-button.next {
  right: 10px; }
  @media screen and (max-width: 48em) {
    .home .hero-container .flickity-prev-next-button.next {
      right: 0; } }

.home .hero {
  position: relative;
  width: 100%;
  z-index: 1;
  /*.hero-inner{
			.hero-copy{
				.hero-text{
					h1{
						margin-top:0;
						line-height:1em;
						font-weight:700;
						font-size:rem(70);
						@include media($desktop){
							font-size:rem(50);
						}
						@include media($tablet){
							font-size:rem(40);
						}
						@include media($mobile){
							font-size:rem(22);
						}
					}
					h2{
						margin-bottom:0.5em;
						line-height:1em;
						font-size:rem(36);
						font-weight:400;
						@include media($desktop){
							font-size:rem(28);
						}
						@include media($tablet){
							font-size:rem(22);
						}
						@include media($mobile){
							margin-bottom:0.2em;
							font-size:rem(16);
						}
					}
				}
			}
			@include media($desktop){
		    	padding: 8em 4em 2em;
			}

			@include media($tablet){
		    	padding: 8em 2em 2em;
			}
			@include media($mobile){
		    	padding: 6em 0.5em 0em;
			}
		}*/
  /*&.rally-home{
			.hero-inner{
				padding:8em 0 0;
			}
		}*/ }

.home .declined-card-message {
  position: absolute;
  top: 5em;
  z-index: 3; }

.home .search-dropdown {
  background-color: #fff;
  position: absolute;
  top: 5em;
  left: 0;
  width: 100%;
  z-index: 2; }

.home .heading-link {
  color: #8c8c8c !important; }

.home .heading-link:hover {
  color: #62cbe1 !important; }

.header-container {
  position: relative;
  padding-top: 0.75em; }
  .header-container h2.header {
    padding-top: 0; }
    @media screen and (max-width: 60em) {
      .header-container h2.header {
        padding-right: 6em; } }
    @media screen and (max-width: 30em) {
      .header-container h2.header {
        padding-right: 0.5em; } }
  .header-container a.btn-view-all {
    position: absolute;
    right: 1.25em;
    top: 1.75em;
    color: #8c8c8c;
    font-weight: 400; }
    .header-container a.btn-view-all:hover {
      color: #c9ced1; }
    @media screen and (max-width: 48em) {
      .header-container a.btn-view-all {
        font-size: 0.875rem; } }
    @media screen and (max-width: 30em) {
      .header-container a.btn-view-all {
        right: auto;
        left: auto;
        top: auto;
        padding: 0.5em;
        padding-left: 1em;
        position: relative; } }

.module-list .card-module, .module-list-curated .card-module {
  margin: 1em; }

.page-content.studio .span-container {
  margin-top: 5em; }

.page-content.studio .studio-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding-bottom: 2em; }
  .page-content.studio .studio-header:last-child {
    margin-right: 0; }
  .page-content.studio .studio-header.bottom {
    display: none; }
  .page-content.studio .studio-header .tooltip-item {
    display: inline-block; }
  .page-content.studio .studio-header h2 {
    margin: 0.5em auto 0;
    padding-left: 0;
    text-align: center;
    color: #202020; }
    @media screen and (max-width: 48em) {
      .page-content.studio .studio-header h2 {
        margin: 0.3em auto 0; } }
  .page-content.studio .studio-header h3 {
    margin-top: 0;
    font-size: 1.125rem; }
    .page-content.studio .studio-header h3 a {
      vertical-align: top;
      font-weight: 800; }
  @media screen and (max-width: 60em) {
    .page-content.studio .studio-header.top {
      display: none; }
    .page-content.studio .studio-header.bottom {
      display: block;
      padding: 0.5em 1em 0; }
      .page-content.studio .studio-header.bottom h5 {
        text-align: left; }
      .page-content.studio .studio-header.bottom .tooltip-item {
        padding-bottom: 0.5em; } }

.page-content.studio .project-tags {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .page-content.studio .project-tags:last-child {
    margin-right: 0; }
  .page-content.studio .project-tags .project-tag {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: block;
    margin-top: 0.5em; }
    .page-content.studio .project-tags .project-tag:last-child {
      margin-right: 0; }
    .page-content.studio .project-tags .project-tag::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.studio .project-tags .project-tag h5 {
      float: none;
      text-align: center;
      margin: 0.5em 0;
      padding: 0;
      font-weight: 300;
      color: #9fa3a6;
      font-size: 0.8125rem; }
      @media screen and (max-width: 60em) {
        .page-content.studio .project-tags .project-tag h5 {
          margin: 0.35em 0;
          font-size: 0.875rem; } }
    .page-content.studio .project-tags .project-tag:nth-child(1) h5 {
      text-align: left;
      padding-left: 0; }
    .page-content.studio .project-tags .project-tag:nth-child(2) h5 {
      text-align: center; }
    .page-content.studio .project-tags .project-tag:nth-child(3) h5 {
      text-align: right;
      padding-right: 0; }
    @media screen and (max-width: 60em) {
      .page-content.studio .project-tags .project-tag {
        margin-top: 0; } }
  @media screen and (max-width: 60em) {
    .page-content.studio .project-tags {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-top: 0; }
      .page-content.studio .project-tags:last-child {
        margin-right: 0; }
      .page-content.studio .project-tags .project-tag {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        float: none;
        width: 100%; }
        .page-content.studio .project-tags .project-tag:last-child {
          margin-right: 0; }
        .page-content.studio .project-tags .project-tag:nth-child(1) h5 {
          padding-left: 0;
          text-align: center; }
        .page-content.studio .project-tags .project-tag:nth-child(3) h5 {
          padding-right: 0;
          text-align: center; } }
  @media screen and (max-width: 48em) {
    .page-content.studio .project-tags {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .page-content.studio .project-tags:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.studio .project-tags {
      margin-top: 0.5em; }
      .page-content.studio .project-tags .project-tag {
        float: none;
        text-align: center;
        width: 100%; }
        .page-content.studio .project-tags .project-tag:nth-child(1) h5 {
          padding-left: 0;
          text-align: center; }
        .page-content.studio .project-tags .project-tag:nth-child(3) h5 {
          padding-right: 0;
          text-align: center; } }

.page-content.studio .main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  position: relative; }
  .page-content.studio .main-content:last-child {
    margin-right: 0; }
  .page-content.studio .main-content .videoplayer-container {
    display: block; }
    .page-content.studio .main-content .videoplayer-container::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.studio .main-content .videoplayer-container iframe {
      display: block;
      width: 600px;
      height: 338px; }
  .page-content.studio .main-content h2.title-mobile {
    display: none;
    text-align: center;
    margin: 1em auto 0;
    padding: 0 1em; }
    @media screen and (max-width: 60em) {
      .page-content.studio .main-content h2.title-mobile {
        margin: 0.75em auto; } }
  .page-content.studio .main-content .tooltip-item.by-user-mobile {
    display: none; }
    .page-content.studio .main-content .tooltip-item.by-user-mobile h3 {
      margin-top: 0;
      font-size: 1.125rem; }
      .page-content.studio .main-content .tooltip-item.by-user-mobile h3 a {
        vertical-align: top;
        font-weight: 500; }
  @media screen and (max-width: 60em) {
    .page-content.studio .main-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .page-content.studio .main-content:last-child {
        margin-right: 0; }
      .page-content.studio .main-content h2.title-mobile {
        display: block; }
      .page-content.studio .main-content .tooltip-item.by-user-mobile {
        display: block; }
      .page-content.studio .main-content h5.synopsis {
        display: none; } }
  @media screen and (max-width: 48em) {
    .page-content.studio .main-content {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .page-content.studio .main-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.studio .main-content {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .page-content.studio .main-content:last-child {
        margin-right: 0; } }

.page-content.studio .partnership {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0; }
  .page-content.studio .partnership:last-child {
    margin-right: 0; }
  .page-content.studio .partnership h5 {
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-bottom: 0.1em; }
  .page-content.studio .partnership .partner-content {
    display: table;
    margin: 1em auto; }
    .page-content.studio .partnership .partner-content .partner-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 8.5298%;
      vertical-align: middle;
      display: inline-block; }
      .page-content.studio .partnership .partner-content .partner-logo:last-child {
        margin-right: 0; }
      .page-content.studio .partnership .partner-content .partner-logo img {
        width: 100%; }
    .page-content.studio .partnership .partner-content p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 53.08608%;
      margin-left: 4.2649%;
      color: #202020;
      vertical-align: middle;
      display: inline-block;
      text-align: left; }
      .page-content.studio .partnership .partner-content p:last-child {
        margin-right: 0; }
    @media screen and (max-width: 60em) {
      .page-content.studio .partnership .partner-content {
        display: block; }
        .page-content.studio .partnership .partner-content .partner-logo {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 14.70196%;
          margin-left: 21.32451%; }
          .page-content.studio .partnership .partner-content .partner-logo:last-child {
            margin-right: 0; }
        .page-content.studio .partnership .partner-content p {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-left: 2.13245%; }
          .page-content.studio .partnership .partner-content p:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .page-content.studio .partnership .partner-content .partner-logo {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 12.6055%;
        margin-left: 25.89467%; }
        .page-content.studio .partnership .partner-content .partner-logo:last-child {
          margin-right: 0; }
      .page-content.studio .partnership .partner-content p {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 41.737%;
        margin-left: 0%; }
        .page-content.studio .partnership .partner-content p:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 60em) {
    .page-content.studio .partnership {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .page-content.studio .partnership:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .page-content.studio .partnership {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 61.158%;
      margin-left: 19.421%; }
      .page-content.studio .partnership:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.studio .partnership {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .page-content.studio .partnership:last-child {
        margin-right: 0; } }

.page-content.studio .sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  position: relative;
  float: right;
  background-color: #fff;
  border: 1px solid #c9ced1;
  padding: 1.25em 1.5em;
  text-align: center;
  overflow: hidden; }
  .page-content.studio .sidebar:last-child {
    margin-right: 0; }
  .page-content.studio .sidebar .contribute-panel {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
    z-index: 4; }
    .page-content.studio .sidebar .contribute-panel .btn-submit-contribute {
      margin: 1em 0;
      padding: 0.65em 2em; }
      @media screen and (max-width: 64em) {
        .page-content.studio .sidebar .contribute-panel .btn-submit-contribute {
          margin: 0.25em 0;
          font-size: 0.875rem; } }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar .contribute-panel .be-a-hero .btn-be-a-hero {
        margin: 0.25em 0;
        font-size: 0.875rem; } }
    .page-content.studio .sidebar .contribute-panel a.btn-close {
      float: right; }
    .page-content.studio .sidebar .contribute-panel h4 {
      font-size: 1.25rem;
      line-height: 1.2em;
      margin: 1em 0; }
      @media screen and (max-width: 64em) {
        .page-content.studio .sidebar .contribute-panel h4 {
          font-size: 1rem;
          margin: 1.25em 0 0.75em; } }
      @media screen and (max-width: 60em) {
        .page-content.studio .sidebar .contribute-panel h4 {
          font-size: 0.875rem;
          margin: 0.75em 0 0.5em; } }
  .page-content.studio .sidebar .social-share {
    margin: 1.5em auto; }
    .page-content.studio .sidebar .social-share .share-popup {
      width: 100%; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar .social-share {
        margin: 0.25em auto; } }
  .page-content.studio .sidebar .gauge-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 115px; }
    .page-content.studio .sidebar .gauge-container p.gauge-percent {
      position: absolute;
      bottom: 15px;
      left: 50%;
      width: 30%;
      padding: 0;
      margin: 0;
      margin-left: -15%;
      font-weight: 400;
      font-size: 1.5rem;
      text-shadow: 0px 0px 3px #ffffff; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar .gauge-container {
        height: 95px; } }
  .page-content.studio .sidebar #amountRaised {
    visibility: hidden; }
  .page-content.studio .sidebar h3 {
    margin: 0.2em auto 0;
    font-size: 1rem; }
    .page-content.studio .sidebar h3 span#amountRaised {
      font-size: 1.4375rem; }
    .page-content.studio .sidebar h3.coming-soon {
      font-weight: 500;
      font-size: 1.25rem;
      margin-bottom: 1em; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar h3 {
        font-size: 0.875rem; }
        .page-content.studio .sidebar h3.financial {
          font-size: 0.875rem; }
        .page-content.studio .sidebar h3 span#amountRaised {
          font-size: 1.25rem; } }
  .page-content.studio .sidebar h5 {
    margin: 0em auto 0.3em; }
    .page-content.studio .sidebar h5.time-left {
      margin-bottom: 1em;
      font-size: 0.9375rem; }
      @media screen and (max-width: 64em) {
        .page-content.studio .sidebar h5.time-left {
          margin-bottom: 0.5em; } }
  .page-content.studio .sidebar h2.greenlight {
    display: none;
    color: #5ad07d;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar h2.greenlight {
        font-size: 1.5rem; } }
  @media screen and (max-width: 64em) {
    .page-content.studio .sidebar p.status {
      font-size: 0.75rem; } }
  .page-content.studio .sidebar p.thalante {
    display: block;
    font-size: 0.9375rem;
    color: #6cdc89; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar p.thalante {
        font-size: 0.8125rem; } }
  .page-content.studio .sidebar h2.campaign-closed {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar h2.campaign-closed {
        font-size: 1.25rem; } }
  .page-content.studio .sidebar h5.campaign-closed-text {
    font-size: 0.8125rem;
    text-align: left; }
  .page-content.studio .sidebar .supporters-container-table {
    position: absolute;
    display: table;
    width: 80%;
    height: 21.5%;
    bottom: -webkit-calc(10% + 1.25em);
    bottom: calc(10% + 1.25em); }
    .page-content.studio .sidebar .supporters-container-table .supporters-container-cell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center; }
      .page-content.studio .sidebar .supporters-container-table .supporters-container-cell h3 {
        margin-top: 0; }
  .page-content.studio .sidebar .social-links {
    z-index: 3;
    position: absolute;
    width: 80%;
    bottom: -webkit-calc(10% + 1.25em + 21.5%);
    bottom: calc(10% + 1.25em + 21.5%); }
    .page-content.studio .sidebar .social-links:after {
      display: table;
      clear: both;
      content: ''; }
    .page-content.studio .sidebar .social-links .btn-follow {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .page-content.studio .sidebar .social-links .btn-follow:last-child {
        margin-right: 0; }
      @media screen and (max-width: 64em) {
        .page-content.studio .sidebar .social-links .btn-follow.following {
          padding: 0.95em 0; }
          .page-content.studio .sidebar .social-links .btn-follow.following p {
            font-size: 0.75rem;
            padding: 0; } }
    .page-content.studio .sidebar .social-links .btn-share {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .page-content.studio .sidebar .social-links .btn-share:last-child {
        margin-right: 0; }
      @media screen and (max-width: 64em) {
        .page-content.studio .sidebar .social-links .btn-share p {
          padding: 0 0.5em; } }
  .page-content.studio .sidebar .btn-contribute {
    position: absolute;
    left: 10%;
    bottom: 1.25em;
    width: 80%;
    z-index: 2;
    padding: 0;
    text-align: center;
    height: 10%; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar .btn-contribute {
        padding: 0.4em 0.8em;
        font-size: 0.875rem; } }
  .page-content.studio .sidebar p.current-phase {
    margin-top: 0;
    text-transform: lowercase; }
    @media screen and (max-width: 64em) {
      .page-content.studio .sidebar p.current-phase {
        margin-bottom: 1em; } }
  @media screen and (max-width: 60em) {
    .page-content.studio .sidebar {
      display: none; } }

.page-content.studio .sidebar-mobile {
  display: none;
  text-align: center;
  position: relative; }
  .page-content.studio .sidebar-mobile .progress-bar {
    display: block;
    width: 95%;
    /*max-width:320px;*/
    height: 28px;
    margin: 1em auto 0;
    background-color: #c9ced1; }
    .page-content.studio .sidebar-mobile .progress-bar .progress-amount {
      background-color: #62cbe1;
      width: 0;
      height: 100%; }
      .page-content.studio .sidebar-mobile .progress-bar .progress-amount p {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0.3em 0;
        color: #fff;
        text-align: center;
        font-weight: 500; }
  .page-content.studio .sidebar-mobile h2 {
    margin: 0.5em auto 0.2em; }
  .page-content.studio .sidebar-mobile .community {
    margin: 1em auto 1em; }
  .page-content.studio .sidebar-mobile .btn-contribute {
    margin: 1.5em auto 0;
    width: 205px; }
    @media screen and (max-width: 60em) {
      .page-content.studio .sidebar-mobile .btn-contribute {
        margin-top: 0.5em;
        padding-left: 0;
        padding-right: 0; } }
  .page-content.studio .sidebar-mobile h2.financial {
    font-size: 1.4375rem;
    margin-bottom: 0; }
  .page-content.studio .sidebar-mobile h3.greenlight {
    color: #5ad07d;
    font-weight: 500;
    font-size: 2.125rem; }
  .page-content.studio .sidebar-mobile h2.campaign-closed {
    text-align: center;
    font-size: 2.125rem;
    font-weight: 500; }
  .page-content.studio .sidebar-mobile h5.campaign-closed-text {
    margin-top: 2em; }
  .page-content.studio .sidebar-mobile h5.coming-soon {
    font-weight: 500; }
  .page-content.studio .sidebar-mobile h5.time-left {
    font-size: 0.875rem; }
  .page-content.studio .sidebar-mobile h5.current-phase {
    margin-top: 0;
    margin-bottom: 2em;
    text-transform: lowercase;
    font-size: 0.875rem; }
  .page-content.studio .sidebar-mobile .social-links {
    width: 220px;
    text-align: center;
    margin: 0 auto; }
    .page-content.studio .sidebar-mobile .social-links:after {
      display: table;
      clear: both;
      content: ''; }
    @media screen and (max-width: 60em) {
      .page-content.studio .sidebar-mobile .social-links .share-popup {
        top: 1.75em;
        height: auto !important;
        font-size: 1.875rem; }
        .page-content.studio .sidebar-mobile .social-links .share-popup:after {
          font-size: 0.5em; } }
    .page-content.studio .sidebar-mobile .social-links .btn-follow {
      min-width: 150px; }
    .page-content.studio .sidebar-mobile .social-links .btn-share {
      min-width: 50px; }
  @media screen and (max-width: 60em) {
    .page-content.studio .sidebar-mobile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .page-content.studio .sidebar-mobile:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .page-content.studio .sidebar-mobile {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .page-content.studio .sidebar-mobile:last-child {
        margin-right: 0; } }

@media screen and (max-width: 60em) {
  .page-content.studio {
    padding-top: 0; } }

.page-content.cinema {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .page-content.cinema .bg-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1; }
  .page-content.cinema:after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2; }
  .page-content.cinema .videoholder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #000;
    top: 0;
    left: 0; }
    .page-content.cinema .videoholder a.btn-back-film {
      display: none;
      position: absolute;
      top: 1em;
      left: 1em;
      z-index: 2;
      color: #fff;
      font-size: 1.5rem; }
      @media screen and (max-width: 48em) {
        .page-content.cinema .videoholder a.btn-back-film {
          font-size: 1.25rem; } }
      @media screen and (max-width: 30em) {
        .page-content.cinema .videoholder a.btn-back-film {
          font-size: 1rem; } }
    .page-content.cinema .videoholder iframe {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .page-content.cinema h1, .page-content.cinema h2, .page-content.cinema h3, .page-content.cinema h4, .page-content.cinema h5, .page-content.cinema h6, .page-content.cinema p {
    color: #fff; }
  .page-content.cinema .wrapper {
    z-index: 4;
    position: relative; }
  .page-content.cinema .span-container {
    z-index: 3;
    position: relative;
    background-color: transparent; }
  .page-content.cinema .cinema-header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding-bottom: 1em; }
    .page-content.cinema .cinema-header:last-child {
      margin-right: 0; }
    .page-content.cinema .cinema-header h2.title {
      margin: 0.5em 0 0;
      padding-bottom: 0; }
    .page-content.cinema .cinema-header h5 {
      margin-top: 0; }
    .page-content.cinema .cinema-header p {
      display: inline-block; }
    .page-content.cinema .cinema-header .tooltip-item {
      display: inline-block; }
      .page-content.cinema .cinema-header .tooltip-item h3 {
        margin-top: 0;
        font-size: 1.125rem; }
        .page-content.cinema .cinema-header .tooltip-item h3 a {
          vertical-align: top;
          font-weight: 800; }
      .page-content.cinema .cinema-header .tooltip-item .tooltip .user-content h3 {
        color: #202020; }
  .page-content.cinema .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: right; }
    .page-content.cinema .main-content:last-child {
      margin-right: 0; }
    .page-content.cinema .main-content .poster {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 51.17883%;
      margin-right: 0;
      position: relative;
      cursor: pointer; }
      .page-content.cinema .main-content .poster:last-child {
        margin-right: 0; }
      .page-content.cinema .main-content .poster img {
        width: 100%;
        height: auto; }
      .page-content.cinema .main-content .poster .poster-over {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        text-align: center; }
        .page-content.cinema .main-content .poster .poster-over p.play_trailer {
          width: 50%;
          height: 40%;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          color: rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          font-size: 1.125rem;
          font-weight: 500; }
          .page-content.cinema .main-content .poster .poster-over p.play_trailer span.icon-play2 {
            font-size: 6.25rem;
            display: block;
            margin-bottom: 0.1em; }
      .page-content.cinema .main-content .poster:hover .poster-over {
        background-color: rgba(0, 0, 0, 0.2); }
        .page-content.cinema .main-content .poster:hover .poster-over p.play_trailer span {
          color: rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 48em) {
        .page-content.cinema .main-content .poster {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 74.10533%;
          margin-left: 25.89467%; }
          .page-content.cinema .main-content .poster:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.cinema .main-content .poster {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%;
          margin-left: 13.42787%; }
          .page-content.cinema .main-content .poster:last-child {
            margin-right: 0; } }
    .page-content.cinema .main-content .under-poster {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 51.17883%;
      margin-right: 0;
      text-align: center; }
      .page-content.cinema .main-content .under-poster:last-child {
        margin-right: 0; }
      .page-content.cinema .main-content .under-poster .purchased h4 {
        margin-bottom: 0;
        font-size: 2rem; }
      .page-content.cinema .main-content .under-poster .purchased p {
        margin-top: 0; }
      .page-content.cinema .main-content .under-poster .btn-green, .page-content.cinema .main-content .under-poster .btn-queue, .page-content.cinema .main-content .under-poster .btn-in-queue {
        width: 100%;
        margin: 0.5em 0 0.25em; }
      @media screen and (max-width: 48em) {
        .page-content.cinema .main-content .under-poster {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 74.10533%;
          margin-left: 25.89467%; }
          .page-content.cinema .main-content .under-poster:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.cinema .main-content .under-poster {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%;
          margin-left: 13.42787%; }
          .page-content.cinema .main-content .under-poster:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .page-content.cinema .main-content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%; }
        .page-content.cinema .main-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.cinema .main-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .page-content.cinema .main-content:last-child {
          margin-right: 0; } }
  .page-content.cinema .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    text-align: left;
    background-color: transparent;
    padding: 12px; }
    .page-content.cinema .sidebar:last-child {
      margin-right: 0; }
    .page-content.cinema .sidebar h3 {
      margin: 0.3em auto; }
    .page-content.cinema .sidebar h5 {
      margin: 0.5em auto 0; }
    .page-content.cinema .sidebar hr {
      color: #8c8c8c; }
    .page-content.cinema .sidebar .project-description {
      padding: 1em 0; }
    .page-content.cinema .sidebar p.views {
      margin-top: 0;
      margin-bottom: 2em;
      font-size: 0.78125rem; }
    @media screen and (max-width: 48em) {
      .page-content.cinema .sidebar {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 44.97383%; }
        .page-content.cinema .sidebar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.cinema .sidebar {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 1em;
        clear: both; }
        .page-content.cinema .sidebar:last-child {
          margin-right: 0; } }
  .page-content.cinema .social-links {
    width: 100%; }
    .page-content.cinema .social-links:after {
      display: table;
      clear: both;
      content: ''; }
    .page-content.cinema .social-links .btn-follow {
      width: 150px; }
      .page-content.cinema .social-links .btn-follow.following p {
        color: #62cbe1; }
      @media screen and (max-width: 40em) {
        .page-content.cinema .social-links .btn-follow {
          width: 135px; } }
    .page-content.cinema .social-links .btn-share {
      width: 50px; }
    .page-content.cinema .social-links .share-popup {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 76.54304%;
      display: none;
      border-radius: 3px;
      text-align: center;
      padding: 0.5em 0; }
      .page-content.cinema .social-links .share-popup:last-child {
        margin-right: 0; }
      .page-content.cinema .social-links .share-popup p {
        color: #202020;
        text-align: center; }
      .page-content.cinema .social-links .share-popup:after {
        right: 1em;
        left: auto; }
      @media screen and (max-width: 60em) {
        .page-content.cinema .social-links .share-popup {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0;
          display: none; }
          .page-content.cinema .social-links .share-popup:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.cinema .social-links {
        width: 75%;
        margin: 1em auto; } }
  .page-content.cinema .cinema-content-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 1em; }
    .page-content.cinema .cinema-content-item:last-child {
      margin-right: 0; }
    .page-content.cinema .cinema-content-item h4 {
      border: none; }
    .page-content.cinema .cinema-content-item p {
      line-height: 1.6em; }
    .page-content.cinema .cinema-content-item.story p {
      line-height: 1.8em;
      font-size: 1rem; }
      .page-content.cinema .cinema-content-item.story p.genre {
        display: inline-block;
        margin-right: 1em;
        line-height: 1em; }
      .page-content.cinema .cinema-content-item.story p.year {
        display: inline-block;
        line-height: 1em; }
      @media screen and (max-width: 30em) {
        .page-content.cinema .cinema-content-item.story p {
          line-height: 1.6em;
          font-size: 0.875rem; } }
    .page-content.cinema .cinema-content-item.team .team-item {
      display: inline-block;
      margin: 0 1em;
      text-align: center; }
      .page-content.cinema .cinema-content-item.team .team-item img {
        border-radius: 50%; }
      .page-content.cinema .cinema-content-item.team .team-item h6 {
        font-style: italic; }
    .page-content.cinema .cinema-content-item.press h4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .page-content.cinema .cinema-content-item.press h4:last-child {
        margin-right: 0; }
    .page-content.cinema .cinema-content-item.press .press-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-bottom: 1em; }
      .page-content.cinema .cinema-content-item.press .press-item:last-child {
        margin-right: 0; }
      .page-content.cinema .cinema-content-item.press .press-item:nth-child(4n) {
        margin-right: 0; }
      .page-content.cinema .cinema-content-item.press .press-item:nth-child(4n+1) {
        clear: left; }
    .page-content.cinema .cinema-content-item.press a.link-press {
      display: block;
      margin: 1em 0;
      color: #fff; }
    .page-content.cinema .cinema-content-item.recommend .recommend-item {
      display: block;
      text-align: center;
      margin: 0 1em; }
      .page-content.cinema .cinema-content-item.recommend .recommend-item img {
        width: 100%;
        height: auto;
        border-radius: 50%; }

.page-content.studio-home {
  text-align: center; }
  .page-content.studio-home a.btn-view-all {
    margin: 1em auto 0; }
  .page-content.studio-home h2.header {
    text-align: left;
    clear: both; }
  .page-content.studio-home .module-list {
    text-align: left; }

.page-content.cinema-home {
  text-align: center; }
  .page-content.cinema-home a.btn-view-all {
    margin: 2.5em auto 0; }
  .page-content.cinema-home h2.header {
    text-align: left;
    clear: both; }
  .page-content.cinema-home .module-list {
    text-align: left; }

.launch .project-tags {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .launch .project-tags:last-child {
    margin-right: 0; }
  .launch .project-tags .project-tag {
    float: left;
    display: block;
    width: 34.11922%;
    margin-right: 0; }
    .launch .project-tags .project-tag:last-child {
      width: 31.76157%; }
    .launch .project-tags .project-tag h5 {
      text-transform: uppercase; }
    @media screen and (max-width: 30em) {
      .launch .project-tags .project-tag {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        float: none;
        width: 100% !important;
        text-align: center; }
        .launch .project-tags .project-tag:last-child {
          margin-right: 0; } }

.launch .btn-save-exit {
  float: left;
  margin-top: 1rem; }
  @media screen and (max-width: 30em) {
    .launch .btn-save-exit {
      float: none;
      margin: 0.5em auto;
      text-align: center;
      width: 100%; } }

.launch .btn-next {
  float: right;
  margin-top: 1rem; }
  @media screen and (max-width: 30em) {
    .launch .btn-next {
      float: none;
      width: 100%; } }

.launch .btn-submit {
  float: right;
  margin-top: 1rem; }
  @media screen and (max-width: 30em) {
    .launch .btn-submit {
      float: none;
      width: 100%; } }

.launch p.error {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 1em; }
  .launch p.error::after {
    clear: both;
    content: "";
    display: table; }

.launch-tool {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: 1px solid #c9ced1;
  background-color: #fff;
  padding: 2rem; }
  .launch-tool:last-child {
    margin-right: 0; }
  .launch-tool .breadcrumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    padding: 2.35765%; }
    .launch-tool .breadcrumb:last-child {
      margin-right: 0; }
    @media screen and (max-width: 64em) {
      .launch-tool .breadcrumb {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .launch-tool .breadcrumb:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .launch-tool .breadcrumb {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
        .launch-tool .breadcrumb:last-child {
          margin-right: 0; } }
  .launch-tool .launch-tool-step {
    display: none; }
  .launch-tool .launch-tool-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding: 1em 1.5rem 0; }
    .launch-tool .launch-tool-item:last-child {
      margin-right: 0; }
    .launch-tool .launch-tool-item h3 {
      padding-right: 0.5rem;
      margin: 0.3rem auto; }
      .launch-tool .launch-tool-item h3.optional {
        margin-bottom: 0; }
    .launch-tool .launch-tool-item .optional-txt {
      color: #8c8c8c;
      margin-top: 0;
      margin-bottom: 1em; }
    .launch-tool .launch-tool-item p.subheader {
      margin-bottom: 1em; }
    .launch-tool .launch-tool-item textarea {
      height: 6rem; }
      .launch-tool .launch-tool-item textarea.wysiwyg {
        height: 300px; }
    .launch-tool .launch-tool-item .mce-tinymce .mce-container iframe {
      height: 300px !important; }
      @media screen and (max-width: 48em) {
        .launch-tool .launch-tool-item .mce-tinymce .mce-container iframe {
          height: 250px !important; } }
      @media screen and (max-width: 48em) {
        .launch-tool .launch-tool-item .mce-tinymce .mce-container iframe {
          height: 150px !important; } }
    .launch-tool .launch-tool-item input[type=text].datepicker, .launch-tool .launch-tool-item input[type=text].datepicker-launch {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      float: none; }
      .launch-tool .launch-tool-item input[type=text].datepicker:last-child, .launch-tool .launch-tool-item input[type=text].datepicker-launch:last-child {
        margin-right: 0; }
      @media screen and (max-width: 60em) {
        .launch-tool .launch-tool-item input[type=text].datepicker, .launch-tool .launch-tool-item input[type=text].datepicker-launch {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .launch-tool .launch-tool-item input[type=text].datepicker:last-child, .launch-tool .launch-tool-item input[type=text].datepicker-launch:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .launch-tool .launch-tool-item input[type=text].datepicker, .launch-tool .launch-tool-item input[type=text].datepicker-launch {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .launch-tool .launch-tool-item input[type=text].datepicker:last-child, .launch-tool .launch-tool-item input[type=text].datepicker-launch:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .launch-tool .launch-tool-item input[type=text].datepicker, .launch-tool .launch-tool-item input[type=text].datepicker-launch {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .launch-tool .launch-tool-item input[type=text].datepicker:last-child, .launch-tool .launch-tool-item input[type=text].datepicker-launch:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .launch-tool .launch-tool-item input[type=text].datepicker, .launch-tool .launch-tool-item input[type=text].datepicker-launch {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .launch-tool .launch-tool-item input[type=text].datepicker:last-child, .launch-tool .launch-tool-item input[type=text].datepicker-launch:last-child {
            margin-right: 0; } }
    .launch-tool .launch-tool-item input[type=text].social-link {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .launch-tool .launch-tool-item input[type=text].social-link:last-child {
        margin-right: 0; }
      .launch-tool .launch-tool-item input[type=text].social-link:nth-child(2n) {
        margin-right: 0; }
      .launch-tool .launch-tool-item input[type=text].social-link:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 30em) {
        .launch-tool .launch-tool-item input[type=text].social-link {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .launch-tool .launch-tool-item input[type=text].social-link:last-child {
            margin-right: 0; } }
    .launch-tool .launch-tool-item label.rally_label {
      font-size: 1.5rem; }
      @media screen and (max-width: 48em) {
        .launch-tool .launch-tool-item label.rally_label {
          font-size: 1.25rem; } }
      @media screen and (max-width: 30em) {
        .launch-tool .launch-tool-item label.rally_label {
          font-size: 1.125rem; } }
    @media screen and (max-width: 48em) {
      .launch-tool .launch-tool-item .picker__holder {
        width: 85%; } }
    @media screen and (max-width: 30em) {
      .launch-tool .launch-tool-item .picker__holder {
        width: 75%; } }
    .launch-tool .launch-tool-item .picker {
      width: 30%;
      min-width: 320px; }
    .launch-tool .launch-tool-item .styled-select {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .launch-tool .launch-tool-item .styled-select:last-child {
        margin-right: 0; }
      @media screen and (max-width: 60em) {
        .launch-tool .launch-tool-item .styled-select {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .launch-tool .launch-tool-item .styled-select:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .launch-tool .launch-tool-item .styled-select {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .launch-tool .launch-tool-item .styled-select:last-child {
            margin-right: 0; } }
      .launch-tool .launch-tool-item .styled-select select option {
        text-align: left; }
    @media screen and (max-width: 30em) {
      .launch-tool .launch-tool-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .launch-tool .launch-tool-item:last-child {
          margin-right: 0; } }
  .launch-tool.edit .launch-tool-item {
    width: 100%;
    margin-left: 0%; }
    .launch-tool.edit .launch-tool-item h3 {
      float: none; }
    .launch-tool.edit .launch-tool-item p {
      float: none; }
    .launch-tool.edit .launch-tool-item .styled-select {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .launch-tool.edit .launch-tool-item .styled-select:last-child {
        margin-right: 0; }
      @media screen and (max-width: 60em) {
        .launch-tool.edit .launch-tool-item .styled-select {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .launch-tool.edit .launch-tool-item .styled-select:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .launch-tool.edit .launch-tool-item .styled-select {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .launch-tool.edit .launch-tool-item .styled-select:last-child {
            margin-right: 0; } }
    .launch-tool.edit .launch-tool-item .billing-information .styled-select {
      display: inline-block;
      width: 45%; }
    .launch-tool.edit .launch-tool-item .media-thumb-item {
      padding: 0.5em 0; }
      .launch-tool.edit .launch-tool-item .media-thumb-item img, .launch-tool.edit .launch-tool-item .media-thumb-item p, .launch-tool.edit .launch-tool-item .media-thumb-item a.btn-delete, .launch-tool.edit .launch-tool-item .media-thumb-item a.btn-edit {
        display: inline-block;
        vertical-align: middle; }
      .launch-tool.edit .launch-tool-item .media-thumb-item p {
        width: auto;
        max-width: 50%;
        margin: 1em; }
      .launch-tool.edit .launch-tool-item .media-thumb-item .update-image-item {
        display: none;
        padding: 0.5em 0; }
        .launch-tool.edit .launch-tool-item .media-thumb-item .update-image-item input.update-image-input {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .launch-tool.edit .launch-tool-item .media-thumb-item .update-image-item input.update-image-input:last-child {
            margin-right: 0; }
        .launch-tool.edit .launch-tool-item .media-thumb-item .update-image-item a.btn-cancel {
          display: block;
          clear: both; }
        .launch-tool.edit .launch-tool-item .media-thumb-item .update-image-item p.error {
          margin: 0; }
    .launch-tool.edit .launch-tool-item .add-media-item {
      border-top: 1px solid #c9ced1;
      padding-top: 1em;
      margin-top: 1em; }
      .launch-tool.edit .launch-tool-item .add-media-item button {
        padding: 0.65em 2em; }
      .launch-tool.edit .launch-tool-item .add-media-item input.save-ignore {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .launch-tool.edit .launch-tool-item .add-media-item input.save-ignore:last-child {
          margin-right: 0; }
    .launch-tool.edit .launch-tool-item p.error {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .launch-tool.edit .launch-tool-item p.error:last-child {
        margin-right: 0; }
  @media screen and (max-width: 30em) {
    .launch-tool {
      padding: 0.5rem; } }

.shopping-cart .cart-empty h2 {
  text-align: center; }

.shopping-cart p.payment-disclaimer {
  color: #8c8c8c;
  margin: 1em 0; }

.shopping-cart .cart-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 2em; }
  .shopping-cart .cart-container:last-child {
    margin-right: 0; }
  .shopping-cart .cart-container .breadcrumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center; }
    .shopping-cart .cart-container .breadcrumb:last-child {
      margin-right: 0; }
    .shopping-cart .cart-container .breadcrumb a {
      cursor: default; }
      .shopping-cart .cart-container .breadcrumb a:focus,
      .shopping-cart .cart-container .breadcrumb a:hover {
        color: #8c8c8c; }
      .shopping-cart .cart-container .breadcrumb a.selected:focus,
      .shopping-cart .cart-container .breadcrumb a.selected:hover {
        color: #62cbe1; }
  .shopping-cart .cart-container .cart-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center; }
    .shopping-cart .cart-container .cart-content:last-child {
      margin-right: 0; }
    .shopping-cart .cart-container .cart-content h2 {
      margin-bottom: 0.3em; }
    .shopping-cart .cart-container .cart-content h5 {
      margin-bottom: 1em; }
    .shopping-cart .cart-container .cart-content table.cart-items-container tr {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 1em;
      display: table; }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr:last-child {
        margin-right: 0; }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr.cart-item {
        border: 1px solid #c9ced1;
        background-color: #fff; }
        .shopping-cart .cart-container .cart-content table.cart-items-container tr.cart-item:first-child {
          border: none; }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr.cart-item-header {
        background-color: transparent; }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr td, .shopping-cart .cart-container .cart-content table.cart-items-container tr th {
        display: table-cell;
        width: 12.5%; }
        .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-image, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-image {
          display: table-cell;
          width: 10.41667%;
          min-width: 120px; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-image img, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-image img {
            height: 100%;
            display: block; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-image, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-image {
              display: table-cell;
              width: 25%;
              margin-right: 0;
              min-width: 0; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-image img, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-image img {
                width: auto;
                height: 100%;
                max-height: 65px;
                vertical-align: bottom; } }
        .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details {
          display: table-cell;
          width: 50%;
          text-align: left; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details h3, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details h3 {
            margin-top: 0;
            margin-bottom: 0; }
          @media screen and (max-width: 48em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details {
              display: table-cell;
              width: 31.25%; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details h3, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details h3 {
                font-size: 0.875rem; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details a, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details a {
                font-size: 0.75rem; } }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details {
              display: table-cell;
              width: 25%;
              margin-right: 0;
              padding: 0 0.5em; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details h3, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details h3 {
                line-height: 1rem;
                font-size: 0.75rem; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-details a, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-details a {
                line-height: 0.9rem;
                font-size: 0.625rem;
                display: block; } }
        .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost {
          position: relative; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost input[type=text].cost-amount, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost input[type=text].cost-amount {
            display: none;
            text-align: center; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost span.dollar-sign, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost span.dollar-sign {
            display: none; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost input.dollar, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost input.dollar {
            height: 2.5rem;
            padding: 0;
            font-weight: bold;
            font-size: 1.125rem;
            padding-left: 24px;
            width: 80%; }
            @media screen and (max-width: 30em) {
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost input.dollar, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost input.dollar {
                height: 1.5rem;
                font-size: 0.875rem; } }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost h4, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost h4 {
            margin-bottom: 0; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost a.edit-cost, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost a.edit-cost {
            font-size: 0.75rem; }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost a.save-cost, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost a.save-cost {
            display: none; }
            @media screen and (max-width: 30em) {
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost a.save-cost, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost a.save-cost {
                font-size: 0.75rem; } }
          .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost p.error, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost p.error {
            position: absolute;
            left: -100px;
            top: 10px;
            width: 90px; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-cost, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-cost {
              display: table-cell;
              width: 25%;
              margin-right: 0; } }
        .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-remove, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-remove {
          display: table-cell;
          width: 16.66667%; }
          @media screen and (max-width: 48em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-remove a.btn-remove, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-remove a.btn-remove {
              font-size: 0.75rem; } }
          @media screen and (max-width: 40em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-remove a.btn-remove, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-remove a.btn-remove {
              font-size: 0.6875rem; } }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-remove, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-remove {
              display: table-cell;
              width: 25%;
              margin-right: 0; }
              .shopping-cart .cart-container .cart-content table.cart-items-container tr td.cart-item-remove a.btn-remove, .shopping-cart .cart-container .cart-content table.cart-items-container tr th.cart-item-remove a.btn-remove {
                padding: 0.25em 0.5em; } }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr td.subtotal {
        border: none;
        background: transparent;
        text-align: right; }
      .shopping-cart .cart-container .cart-content table.cart-items-container tr th {
        text-align: center;
        background-color: transparent; }
    .shopping-cart .cart-container .cart-content .incentive-item {
      cursor: pointer;
      text-align: left;
      box-shadow: none;
      border: 1px solid #c9ced1;
      border-bottom: none;
      padding: 1.5em; }
      .shopping-cart .cart-container .cart-content .incentive-item:last-child {
        border-bottom: 1px solid #c9ced1; }
      .shopping-cart .cart-container .cart-content .incentive-item.none h3 {
        text-align: center; }
      .shopping-cart .cart-container .cart-content .incentive-item.none:after {
        padding: 1em; }
      .shopping-cart .cart-container .cart-content .incentive-item.selected-item {
        padding: 0; }
      .shopping-cart .cart-container .cart-content .incentive-item.no-hover {
        border-bottom: 1px solid #c9ced1;
        cursor: default; }
        .shopping-cart .cart-container .cart-content .incentive-item.no-hover:after {
          clear: both;
          content: '';
          display: table; }
      .shopping-cart .cart-container .cart-content .incentive-item h5 {
        margin-bottom: 0.25em; }
        .shopping-cart .cart-container .cart-content .incentive-item h5 span.incentive-title {
          font-size: 1.125rem; }
      .shopping-cart .cart-container .cart-content .incentive-item .incentive-content-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 83.79337%;
        margin-right: 0;
        padding: 1.75em; }
        .shopping-cart .cart-container .cart-content .incentive-item .incentive-content-left:last-child {
          margin-right: 0; }
        @media screen and (max-width: 48em) {
          .shopping-cart .cart-container .cart-content .incentive-item .incentive-content-left {
            padding: 1.5em; } }
        @media screen and (max-width: 30em) {
          .shopping-cart .cart-container .cart-content .incentive-item .incentive-content-left {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 66.43032%;
            margin-right: 0; }
            .shopping-cart .cart-container .cart-content .incentive-item .incentive-content-left:last-child {
              margin-right: 0; } }
      .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 13.84898%;
        margin-right: 0;
        padding-top: 1.75em;
        text-align: center; }
        .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder:last-child {
          margin-right: 0; }
        @media screen and (max-width: 48em) {
          .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder {
            text-align: left;
            padding-top: 1.5em; }
            .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder a.btn-change {
              font-size: 0.75rem; } }
        @media screen and (max-width: 40em) {
          .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder a.btn-change {
            font-size: 0.6875rem; } }
        @media screen and (max-width: 30em) {
          .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 29.10084%;
            margin-right: 0;
            text-align: right; }
            .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder:last-child {
              margin-right: 0; }
            .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder a.btn-change {
              padding: 0.25em 0.5em; } }
        @media screen and (max-width: 22.4375em) {
          .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 31.51786%; }
            .shopping-cart .cart-container .cart-content .incentive-item .change-button-holder:last-child {
              margin-right: 0; } }
    .shopping-cart .cart-container .cart-content .content-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border: 1px solid #c9ced1;
      background-color: #fff;
      text-align: left;
      padding: 1.5em;
      margin-bottom: 3em; }
      .shopping-cart .cart-container .cart-content .content-item:last-child {
        margin-right: 0; }
      .shopping-cart .cart-container .cart-content .content-item h2 {
        margin: 0.25rem 0; }
      .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer {
        margin-bottom: 2em; }
        .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer .content-left {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%; }
          .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer .content-left:last-child {
            margin-right: 0; }
          .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer .content-left p {
            line-height: 1.5em; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer .content-left {
              float: left;
              display: block;
              margin-right: 7.42297%;
              width: 100%; }
              .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer .content-left:last-child {
                margin-right: 0; } }
        .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer img {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 10.43705%;
          margin-left: 12.79471%;
          margin-right: 0; }
          .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer img:last-child {
            margin-right: 0; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer img {
              float: left;
              display: block;
              margin-right: 7.42297%;
              width: 46.28851%;
              margin-left: 26.85574%; }
              .shopping-cart .cart-container .cart-content .content-item.bright-ideas-offer img:last-child {
                margin-right: 0; } }
      .shopping-cart .cart-container .cart-content .content-item.incentive-final h3, .shopping-cart .cart-container .cart-content .content-item.incentive-final h4, .shopping-cart .cart-container .cart-content .content-item.incentive-final p {
        display: inline-block;
        margin-right: 1em; }
      @media screen and (max-width: 30em) {
        .shopping-cart .cart-container .cart-content .content-item.incentive-final {
          padding: 1em; }
          .shopping-cart .cart-container .cart-content .content-item.incentive-final h3, .shopping-cart .cart-container .cart-content .content-item.incentive-final h4, .shopping-cart .cart-container .cart-content .content-item.incentive-final p {
            margin: 0.2em; } }
      .shopping-cart .cart-container .cart-content .content-item.billing-information .saved-card-cb {
        width: 100%; }
        .shopping-cart .cart-container .cart-content .content-item.billing-information .saved-card-cb label {
          float: none; }
      .shopping-cart .cart-container .cart-content .content-item.billing-information .add-new-card {
        width: 100%; }
        .shopping-cart .cart-container .cart-content .content-item.billing-information .add-new-card label.cb {
          width: 100%; }
    .shopping-cart .cart-container .cart-content .totals {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 3em; }
      .shopping-cart .cart-container .cart-content .totals:last-child {
        margin-right: 0; }
      .shopping-cart .cart-container .cart-content .totals .total-titles {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-right: 0;
        text-align: right; }
        .shopping-cart .cart-container .cart-content .totals .total-titles:last-child {
          margin-right: 0; }
        @media screen and (max-width: 30em) {
          .shopping-cart .cart-container .cart-content .totals .total-titles {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 59.71639%; }
            .shopping-cart .cart-container .cart-content .totals .total-titles:last-child {
              margin-right: 0; }
            .shopping-cart .cart-container .cart-content .totals .total-titles h3 {
              font-size: 0.875rem; }
            .shopping-cart .cart-container .cart-content .totals .total-titles h2 {
              font-size: 1.125rem; } }
      .shopping-cart .cart-container .cart-content .totals .total-amounts {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        text-align: right;
        float: right; }
        .shopping-cart .cart-container .cart-content .totals .total-amounts:last-child {
          margin-right: 0; }
        @media screen and (max-width: 30em) {
          .shopping-cart .cart-container .cart-content .totals .total-amounts {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 32.86064%; }
            .shopping-cart .cart-container .cart-content .totals .total-amounts:last-child {
              margin-right: 0; }
            .shopping-cart .cart-container .cart-content .totals .total-amounts h3 {
              font-size: 0.875rem; }
            .shopping-cart .cart-container .cart-content .totals .total-amounts h2 {
              font-size: 1.125rem; } }
    .shopping-cart .cart-container .cart-content.review-cart .incentive-item.no-hover {
      margin-bottom: 3em; }
    .shopping-cart .cart-container .cart-content.payment table.cart-items-container {
      margin-bottom: 2em; }
      .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item {
        margin-bottom: 0;
        border-top: none; }
        .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item:nth-child(2) {
          border-top: 1px solid #c9ced1;
          margin-top: 0.5em; }
        .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item td.cart-item-details {
          display: table-cell;
          width: 62.5%; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item td.cart-item-details {
              display: table-cell;
              width: 50%; } }
        .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item td.cart-item-cost-final {
          border-left: 1px solid #c9ced1; }
          @media screen and (max-width: 30em) {
            .shopping-cart .cart-container .cart-content.payment table.cart-items-container .cart-item td.cart-item-cost-final {
              display: table-cell;
              width: 25%; } }
    .shopping-cart .cart-container .cart-content.payment .content-item {
      margin-bottom: 1em; }

.shopping-cart a.btn-back {
  float: left;
  margin-top: 1rem; }

.shopping-cart a.btn-next {
  float: right;
  margin-top: 1rem; }

.shopping-cart button.btn-pay {
  float: right;
  margin-top: 1rem; }

.shopping-cart p.error {
  width: 100%;
  text-align: right;
  float: right; }

.edit {
  padding-top: 2em; }
  .edit .edit-page-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    background-color: #fff;
    border: 1px solid #c9ced1;
    position: relative;
    padding: 1.5em; }
    .edit .edit-page-content:last-child {
      margin-right: 0; }
    .edit .edit-page-content .btn-delete-account {
      text-align: left;
      padding-left: 1.5em; }
    .edit .edit-page-content label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-bottom: 1em; }
      .edit .edit-page-content label:last-child {
        margin-right: 0; }
      .edit .edit-page-content label.profile {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .edit .edit-page-content label.profile:last-child {
          margin-right: 0; }
      .edit .edit-page-content label.zipcode {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .edit .edit-page-content label.zipcode:last-child {
          margin-right: 0; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content label.zipcode {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 100%; }
            .edit .edit-page-content label.zipcode:last-child {
              margin-right: 0; } }
      .edit .edit-page-content label.url {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .edit .edit-page-content label.url:last-child {
          margin-right: 0; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content label.url {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 100%; }
            .edit .edit-page-content label.url:last-child {
              margin-right: 0; } }
      .edit .edit-page-content label.cb {
        float: none;
        width: auto;
        clear: both; }
      .edit .edit-page-content label.first-name, .edit .edit-page-content label.last-name, .edit .edit-page-content label.email {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .edit .edit-page-content label.first-name:last-child, .edit .edit-page-content label.last-name:last-child, .edit .edit-page-content label.email:last-child {
          margin-right: 0; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content label.first-name, .edit .edit-page-content label.last-name, .edit .edit-page-content label.email {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 100%; }
            .edit .edit-page-content label.first-name:last-child, .edit .edit-page-content label.last-name:last-child, .edit .edit-page-content label.email:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .edit .edit-page-content label.first-name, .edit .edit-page-content label.last-name, .edit .edit-page-content label.email {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%; }
            .edit .edit-page-content label.first-name:last-child, .edit .edit-page-content label.last-name:last-child, .edit .edit-page-content label.email:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content label.dwolla-email {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .edit .edit-page-content label.dwolla-email:last-child {
            margin-right: 0; } }
      .edit .edit-page-content label.radio {
        display: block;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0; }
        .edit .edit-page-content label.radio::after {
          clear: both;
          content: "";
          display: table; }
        .edit .edit-page-content label.radio:last-child {
          margin-right: 0; }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content label {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%;
          margin-bottom: 0.4em;
          margin-top: 0; }
          .edit .edit-page-content label:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content label {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-bottom: 0.5em;
          margin-top: 0.5em; }
          .edit .edit-page-content label:last-child {
            margin-right: 0; } }
    .edit .edit-page-content .billing-information label.cc-name {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .edit .edit-page-content .billing-information label.cc-name:last-child {
        margin-right: 0; }
      .edit .edit-page-content .billing-information label.cc-name input {
        width: 50%; }
    .edit .edit-page-content .billing-information label.cc-number {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .edit .edit-page-content .billing-information label.cc-number:last-child {
        margin-right: 0; }
      .edit .edit-page-content .billing-information label.cc-number input {
        width: 50%; }
    .edit .edit-page-content .billing-information label.cc-code {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .edit .edit-page-content .billing-information label.cc-code:last-child {
        margin-right: 0; }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content .billing-information label.cc-code {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .edit .edit-page-content .billing-information label.cc-code:last-child {
            margin-right: 0; } }
    .edit .edit-page-content .billing-information label.zip {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .edit .edit-page-content .billing-information label.zip:last-child {
        margin-right: 0; }
    .edit .edit-page-content .billing-information .cc-exp {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .edit .edit-page-content .billing-information .cc-exp:last-child {
        margin-right: 0; }
      .edit .edit-page-content .billing-information .cc-exp .styled-select {
        height: 3.1em; }
      .edit .edit-page-content .billing-information .cc-exp p {
        margin: 0; }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content .billing-information .cc-exp {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .edit .edit-page-content .billing-information .cc-exp:last-child {
            margin-right: 0; }
          .edit .edit-page-content .billing-information .cc-exp .styled-select {
            width: 40%; } }
    .edit .edit-page-content .billing-information button.btn-save-credit-card {
      display: block;
      clear: both; }
    .edit .edit-page-content .saved-credit-card {
      float: left;
      display: none;
      border: 1px solid #c9ced1;
      padding: 1em;
      margin: 1em 0; }
      .edit .edit-page-content .saved-credit-card h5, .edit .edit-page-content .saved-credit-card a.btn-remove {
        display: inline-block; }
      .edit .edit-page-content .saved-credit-card a.btn-remove {
        margin-left: 1em; }
    .edit .edit-page-content .mugshot {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-right: 0;
      float: right;
      text-align: center;
      position: relative;
      margin-bottom: 1em; }
      .edit .edit-page-content .mugshot:last-child {
        margin-right: 0; }
      .edit .edit-page-content .mugshot input#ImageBrowse {
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
        padding: 1em 0; }
      .edit .edit-page-content .mugshot h3 {
        margin: 0 0 0.1em 0;
        float: right;
        font-size: 1.125rem; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .mugshot h3 {
            font-size: 1rem;
            margin-bottom: 0;
            float: none; } }
      .edit .edit-page-content .mugshot .image-holder {
        position: relative;
        overflow: hidden;
        float: right;
        height: auto; }
        .edit .edit-page-content .mugshot .image-holder img {
          display: block;
          position: absolute;
          max-width: none; }
        .edit .edit-page-content .mugshot .image-holder a#btn-delete-image {
          position: absolute;
          top: 5px;
          right: 5px;
          font-size: 1.25rem;
          color: #8c8c8c; }
          .edit .edit-page-content .mugshot .image-holder a#btn-delete-image:hover {
            color: #c9ced1; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .mugshot .image-holder {
            float: none; } }
        @media screen and (max-width: 30em) {
          .edit .edit-page-content .mugshot .image-holder {
            padding: 1em 0 2em; } }
      .edit .edit-page-content .mugshot .btn-change-photo {
        z-index: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        margin: 0 auto;
        padding: 0.5em 0; }
        .edit .edit-page-content .mugshot .btn-change-photo h6 {
          color: #fff; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .mugshot .btn-change-photo {
            float: none;
            left: 0;
            right: 0; } }
      .edit .edit-page-content .mugshot h3, .edit .edit-page-content .mugshot .image-holder, .edit .edit-page-content .mugshot .btn-change-photo {
        width: 250px;
        margin: 0 auto; }
        @media screen and (max-width: 64em) {
          .edit .edit-page-content .mugshot h3, .edit .edit-page-content .mugshot .image-holder, .edit .edit-page-content .mugshot .btn-change-photo {
            width: 235px; } }
        @media screen and (max-width: 60em) {
          .edit .edit-page-content .mugshot h3, .edit .edit-page-content .mugshot .image-holder, .edit .edit-page-content .mugshot .btn-change-photo {
            width: 190px; } }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .mugshot h3, .edit .edit-page-content .mugshot .image-holder, .edit .edit-page-content .mugshot .btn-change-photo {
            width: 250px; } }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .mugshot h3, .edit .edit-page-content .mugshot .image-holder, .edit .edit-page-content .mugshot .btn-change-photo {
            width: 250px; } }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content .mugshot {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .edit .edit-page-content .mugshot:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content .mugshot {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .edit .edit-page-content .mugshot:last-child {
            margin-right: 0; } }
    .edit .edit-page-content.stripe-payment-info p {
      padding: 1em; }
    .edit .edit-page-content.stripe-payment-info .account-type label.radio {
      display: inline-block;
      float: none;
      width: auto; }
    .edit .edit-page-content.stripe-payment-info .personal-info label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .edit .edit-page-content.stripe-payment-info .personal-info label:last-child {
        margin-right: 0; }
      .edit .edit-page-content.stripe-payment-info .personal-info label.dob input.datepicker {
        width: 100%; }
      @media screen and (max-width: 60em) {
        .edit .edit-page-content.stripe-payment-info .personal-info label.dob {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 57.35098%; }
          .edit .edit-page-content.stripe-payment-info .personal-info label.dob:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .edit .edit-page-content.stripe-payment-info .personal-info label.dob {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .edit .edit-page-content.stripe-payment-info .personal-info label.dob:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content.stripe-payment-info .personal-info label.dob {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%; }
          .edit .edit-page-content.stripe-payment-info .personal-info label.dob:last-child {
            margin-right: 0; } }
      .edit .edit-page-content.stripe-payment-info .personal-info label.ssn {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .edit .edit-page-content.stripe-payment-info .personal-info label.ssn:last-child {
          margin-right: 0; }
        .edit .edit-page-content.stripe-payment-info .personal-info label.ssn input {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .edit .edit-page-content.stripe-payment-info .personal-info label.ssn input:last-child {
            margin-right: 0; }
          @media screen and (max-width: 30em) {
            .edit .edit-page-content.stripe-payment-info .personal-info label.ssn input {
              float: left;
              display: block;
              margin-right: 7.42297%;
              width: 46.28851%;
              float: none; }
              .edit .edit-page-content.stripe-payment-info .personal-info label.ssn input:last-child {
                margin-right: 0; } }
        @media screen and (max-width: 40em) {
          .edit .edit-page-content.stripe-payment-info .personal-info label.ssn {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 74.10533%;
            float: none; }
            .edit .edit-page-content.stripe-payment-info .personal-info label.ssn:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .edit .edit-page-content.stripe-payment-info .personal-info label.ssn {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%; }
            .edit .edit-page-content.stripe-payment-info .personal-info label.ssn:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content.stripe-payment-info .personal-info label {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .edit .edit-page-content.stripe-payment-info .personal-info label:last-child {
            margin-right: 0; } }
    .edit .edit-page-content.stripe-payment-info .business-info .business-only {
      display: none; }
    .edit .edit-page-content.stripe-payment-info .business-info label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .edit .edit-page-content.stripe-payment-info .business-info label:last-child {
        margin-right: 0; }
      .edit .edit-page-content.stripe-payment-info .business-info label:nth-child(2n) {
        margin-right: 0; }
      .edit .edit-page-content.stripe-payment-info .business-info label:nth-child(2n+1) {
        clear: left; }
      .edit .edit-page-content.stripe-payment-info .business-info label.business_name, .edit .edit-page-content.stripe-payment-info .business-info label.address {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .edit .edit-page-content.stripe-payment-info .business-info label.business_name:last-child, .edit .edit-page-content.stripe-payment-info .business-info label.address:last-child {
          margin-right: 0; }
    .edit .edit-page-content.stripe-payment-info .banking-info label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .edit .edit-page-content.stripe-payment-info .banking-info label:last-child {
        margin-right: 0; }
      .edit .edit-page-content.stripe-payment-info .banking-info label.currency {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .edit .edit-page-content.stripe-payment-info .banking-info label.currency:last-child {
          margin-right: 0; }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content.stripe-payment-info .banking-info label {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .edit .edit-page-content.stripe-payment-info .banking-info label:last-child {
            margin-right: 0; } }
    .edit .edit-page-content .btn-save {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      display: block;
      clear: both;
      margin: 1.5em; }
      .edit .edit-page-content .btn-save:last-child {
        margin-right: 0; }
      .edit .edit-page-content .btn-save::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (max-width: 48em) {
        .edit .edit-page-content .btn-save {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .edit .edit-page-content .btn-save:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content .btn-save {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          float: none;
          margin: 0.5em 0 1em; }
          .edit .edit-page-content .btn-save:last-child {
            margin-right: 0; } }
    .edit .edit-page-content .btn-cancel-edit {
      display: block;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .edit .edit-page-content .btn-cancel-edit::after {
        clear: both;
        content: "";
        display: table; }
      .edit .edit-page-content .btn-cancel-edit:last-child {
        margin-right: 0; }
    .edit .edit-page-content .wishlist-item-container, .edit .edit-page-content .team-edit-item-container {
      margin: 1.5em; }
      .edit .edit-page-content .wishlist-item-container .card-module, .edit .edit-page-content .team-edit-item-container .card-module {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .edit .edit-page-content .wishlist-item-container .card-module:last-child, .edit .edit-page-content .team-edit-item-container .card-module:last-child {
          margin-right: 0; }
        .edit .edit-page-content .wishlist-item-container .card-module:nth-child(3n), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(3n) {
          margin-right: 0; }
        .edit .edit-page-content .wishlist-item-container .card-module:nth-child(3n+1), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content .wishlist-item-container .card-module, .edit .edit-page-content .team-edit-item-container .card-module {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 48.21067%; }
            .edit .edit-page-content .wishlist-item-container .card-module:nth-child(3n), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(3n) {
              margin-right: 3.57866%; }
            .edit .edit-page-content .wishlist-item-container .card-module:nth-child(3n+1), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(3n+1) {
              clear: none; }
            .edit .edit-page-content .wishlist-item-container .card-module:last-child, .edit .edit-page-content .team-edit-item-container .card-module:last-child {
              margin-right: 0; }
            .edit .edit-page-content .wishlist-item-container .card-module:nth-child(2n), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(2n) {
              margin-right: 0; }
            .edit .edit-page-content .wishlist-item-container .card-module:nth-child(2n+1), .edit .edit-page-content .team-edit-item-container .card-module:nth-child(2n+1) {
              clear: left; } }
    .edit .edit-page-content a.btn-add-incentive {
      position: absolute;
      top: 0.75em;
      right: 1.5em;
      padding: 0.65em 2em; }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content a.btn-add-incentive {
          position: relative;
          top: auto;
          right: auto;
          margin-top: 0.5em; } }
    .edit .edit-page-content .incentive-item-container .incentive-item {
      border: none;
      border-bottom: 1px solid #c9ced1; }
      .edit .edit-page-content .incentive-item-container .incentive-item h3, .edit .edit-page-content .incentive-item-container .incentive-item p {
        float: none; }
      .edit .edit-page-content .incentive-item-container .incentive-item:not(.no-hover):after {
        content: 'Edit This Incentive'; }
    .edit .edit-page-content .add-card {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      text-align: center;
      padding: 1.5em; }
      .edit .edit-page-content .add-card:last-child {
        margin-right: 0; }
      .edit .edit-page-content .add-card:nth-child(3n) {
        margin-right: 0; }
      .edit .edit-page-content .add-card:nth-child(3n+1) {
        clear: left; }
      .edit .edit-page-content .add-card span.icon-plus {
        font-size: 3.75rem; }
    .edit .edit-page-content h3 {
      margin-bottom: 0.5em; }
    .edit .edit-page-content p {
      margin: 0.4em 0; }
      .edit .edit-page-content p.team-header {
        float: none;
        margin-bottom: 1em;
        font-size: 1rem; }
        @media screen and (max-width: 48em) {
          .edit .edit-page-content p.team-header {
            font-size: 0.875rem; } }
    .edit .edit-page-content h2, .edit .edit-page-content h3, .edit .edit-page-content p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0.25em 0; }
      .edit .edit-page-content h2:last-child, .edit .edit-page-content h3:last-child, .edit .edit-page-content p:last-child {
        margin-right: 0; }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content h2, .edit .edit-page-content h3, .edit .edit-page-content p {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .edit .edit-page-content h2:last-child, .edit .edit-page-content h3:last-child, .edit .edit-page-content p:last-child {
            margin-right: 0; } }
    .edit .edit-page-content h5.top-header {
      background-color: #e1f1f4;
      margin: 0;
      padding: 1.5em 1.5em;
      position: relative; }
      @media screen and (max-width: 30em) {
        .edit .edit-page-content h5.top-header {
          text-align: center; } }
    @media screen and (max-width: 30em) {
      .edit .edit-page-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0; }
        .edit .edit-page-content:last-child {
          margin-right: 0; } }
  .edit .side-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 2.13245%; }
    .edit .side-nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 30em) {
      .edit .side-nav {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        text-align: center; }
        .edit .side-nav:last-child {
          margin-right: 0; } }

.profile h2 {
  padding: 0.75em 0.5em 0.25em;
  margin: 0;
  clear: both; }

.profile .module-list .card-module {
  margin: 1em; }

.profile .profile-content-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  margin-right: 0;
  padding: 0 0 1em;
  text-align: center; }
  .profile .profile-content-left:last-child {
    margin-right: 0; }
  .profile .profile-content-left .profile-image {
    height: auto;
    overflow: hidden;
    margin: 1em 0 1em 1em;
    position: relative;
    border-radius: 50%; }
    .profile .profile-content-left .profile-image img {
      display: block;
      position: absolute;
      max-width: none; }
  .profile .profile-content-left .under-image-content {
    text-align: center;
    margin: 0 auto 0 1em;
    float: left; }
  .profile .profile-content-left a.btn-edit-profile {
    display: block;
    margin-left: 1em; }
    .profile .profile-content-left a.btn-edit-profile::after {
      clear: both;
      content: "";
      display: table; }
  .profile .profile-content-left a.btn-contact-me {
    display: block;
    margin-top: 0.5em; }
    .profile .profile-content-left a.btn-contact-me::after {
      clear: both;
      content: "";
      display: table; }
  .profile .profile-content-left .profile-image, .profile .profile-content-left .under-image-content, .profile .profile-content-left a.btn-edit-profile {
    width: 250px; }
    @media screen and (max-width: 60em) {
      .profile .profile-content-left .profile-image, .profile .profile-content-left .under-image-content, .profile .profile-content-left a.btn-edit-profile {
        width: 240px; } }
    @media screen and (max-width: 48em) {
      .profile .profile-content-left .profile-image, .profile .profile-content-left .under-image-content, .profile .profile-content-left a.btn-edit-profile {
        width: 250px;
        margin: 0.5em auto;
        float: none; } }
    @media screen and (max-width: 30em) {
      .profile .profile-content-left .profile-image, .profile .profile-content-left .under-image-content, .profile .profile-content-left a.btn-edit-profile {
        width: 250px; } }
  @media screen and (max-width: 60em) {
    .profile .profile-content-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 36.02647%;
      margin-right: 0; }
      .profile .profile-content-left:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .profile .profile-content-left {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      margin-right: 0; }
      .profile .profile-content-left:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .profile .profile-content-left {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .profile .profile-content-left:last-child {
        margin-right: 0; } }

.profile .profile-content-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 70.14568%;
  margin-right: 0;
  padding: 0 0 1.5em;
  position: relative; }
  .profile .profile-content-right:last-child {
    margin-right: 0; }
  .profile .profile-content-right a.btn-follow {
    width: 150px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1.5em; }
    @media screen and (max-width: 48em) {
      .profile .profile-content-right a.btn-follow {
        position: relative;
        top: auto;
        right: auto;
        margin: 0.5em auto 1em; } }
  .profile .profile-content-right .profile-center-text {
    padding-right: 160px;
    margin-bottom: 1em; }
    .profile .profile-content-right .profile-center-text h1, .profile .profile-content-right .profile-center-text p {
      display: inline-block;
      margin: 0.25em 0 0; }
    .profile .profile-content-right .profile-center-text h5 {
      margin-top: 0; }
    @media screen and (max-width: 48em) {
      .profile .profile-content-right .profile-center-text {
        padding-right: 0; } }
  .profile .profile-content-right .profile-description {
    text-align: left; }
  .profile .profile-content-right .social {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .profile .profile-content-right .social a {
      color: #202020; }
  @media screen and (max-width: 64em) {
    .profile .profile-content-right {
      margin-left: 1em; } }
  @media screen and (max-width: 60em) {
    .profile .profile-content-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 61.61588%;
      margin-right: 0;
      margin-left: 0; }
      .profile .profile-content-right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .profile .profile-content-right {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      margin-right: 0;
      text-align: center;
      padding-top: 0; }
      .profile .profile-content-right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .profile .profile-content-right {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .profile .profile-content-right:last-child {
        margin-right: 0; } }

.profile .badge-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .profile .badge-container:last-child {
    margin-right: 0; }
  .profile .badge-container .badge-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: center;
    margin: 0.5em 0; }
    .profile .badge-container .badge-item:last-child {
      margin-right: 0; }
    .profile .badge-container .badge-item:nth-child(6n) {
      margin-right: 0; }
    .profile .badge-container .badge-item:nth-child(6n+1) {
      clear: left; }
    .profile .badge-container .badge-item p {
      overflow: hidden; }
    @media screen and (max-width: 30em) {
      .profile .badge-container .badge-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 28.29517%; }
        .profile .badge-container .badge-item:nth-child(6n) {
          margin-right: 7.42297%; }
        .profile .badge-container .badge-item:nth-child(6n+1) {
          clear: none; }
        .profile .badge-container .badge-item:last-child {
          margin-right: 0; }
        .profile .badge-container .badge-item:nth-child(3n) {
          margin-right: 0; }
        .profile .badge-container .badge-item:nth-child(3n+1) {
          clear: left; } }

.page-content.generic {
  text-align: center; }
  .page-content.generic h1, .page-content.generic h3 {
    text-align: center;
    clear: both; }
  .page-content.generic .generic-header {
    width: 100%; }
    .page-content.generic .generic-header .banner {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      display: block;
      margin-top: 1em;
      margin-bottom: 1em; }
      .page-content.generic .generic-header .banner:last-child {
        margin-right: 0; }
      .page-content.generic .generic-header .banner::after {
        clear: both;
        content: "";
        display: table; }
      .page-content.generic .generic-header .banner img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 30em) {
        .page-content.generic .generic-header .banner {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; }
          .page-content.generic .generic-header .banner:last-child {
            margin-right: 0; } }
  .page-content.generic .generic-item-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .page-content.generic .generic-item-container:last-child {
      margin-right: 0; }
    .page-content.generic .generic-item-container .generic-item {
      display: block;
      padding: 1rem 1rem;
      border-bottom: 1px solid #c9ced1; }
      .page-content.generic .generic-item-container .generic-item::after {
        clear: both;
        content: "";
        display: table; }
      .page-content.generic .generic-item-container .generic-item:last-child {
        border-bottom: none; }
      .page-content.generic .generic-item-container .generic-item .generic-item-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .page-content.generic .generic-item-container .generic-item .generic-item-image:last-child {
          margin-right: 0; }
        .page-content.generic .generic-item-container .generic-item .generic-item-image a {
          width: 100%;
          display: block; }
          .page-content.generic .generic-item-container .generic-item .generic-item-image a img {
            display: block;
            width: 100%;
            height: auto;
            max-width: none; }
            .page-content.generic .generic-item-container .generic-item .generic-item-image a img.search {
              border-radius: 50%; }
        @media screen and (max-width: 30em) {
          .page-content.generic .generic-item-container .generic-item .generic-item-image {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 19.43277%; }
            .page-content.generic .generic-item-container .generic-item .generic-item-image:last-child {
              margin-right: 0; } }
      .page-content.generic .generic-item-container .generic-item .generic-item-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        text-align: left; }
        .page-content.generic .generic-item-container .generic-item .generic-item-content:last-child {
          margin-right: 0; }
        .page-content.generic .generic-item-container .generic-item .generic-item-content h4 a, .page-content.generic .generic-item-container .generic-item .generic-item-content h5 a {
          font-weight: 500; }
        .page-content.generic .generic-item-container .generic-item .generic-item-content h4 {
          margin-top: 0;
          margin-bottom: 0.25em; }
        .page-content.generic .generic-item-container .generic-item .generic-item-content p {
          color: #202020; }
          .page-content.generic .generic-item-container .generic-item .generic-item-content p.result-type {
            color: #8c8c8c; }
        @media screen and (max-width: 30em) {
          .page-content.generic .generic-item-container .generic-item .generic-item-content {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 73.14426%; }
            .page-content.generic .generic-item-container .generic-item .generic-item-content:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.generic .generic-item-container .generic-item {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .page-content.generic .generic-item-container .generic-item:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.generic .generic-item-container {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .page-content.generic .generic-item-container:last-child {
          margin-right: 0; } }

.notification {
  width: 100%;
  background-color: #62cbe1;
  padding: 0.5em 0; }
  .notification h3 {
    color: #fff;
    display: inline-block; }
    @media screen and (max-width: 30em) {
      .notification h3 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        text-align: center; }
        .notification h3:last-child {
          margin-right: 0; } }

.page-content.profile.curated h1 {
  margin-top: 0;
  vertical-align: middle; }

.page-content.profile.curated .description-container p {
  font-size: 1rem; }

.page-content.profile.curated .social-share {
  display: inline-block; }
  .page-content.profile.curated .social-share .share-popup {
    background-color: #f7f9fa;
    /*bottom:0;
			left:4em;
			padding:0.5em;
			width:190px;*/ }
    @media screen and (max-width: 48em) {
      .page-content.profile.curated .social-share .share-popup {
        /*width:150px;*/ }
        .page-content.profile.curated .social-share .share-popup a.share-icon {
          font-size: 1.5rem; } }
  .page-content.profile.curated .social-share a.btn-share {
    margin-top: 0;
    /*vertical-align:middle;
			margin-left:1em;*/ }
    .page-content.profile.curated .social-share a.btn-share p {
      display: none; }
  @media screen and (max-width: 30em) {
    .page-content.profile.curated .social-share {
      display: block; } }

.page-content.profile.curated .module-list-no-carousel .card-module {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 2em; }
  .page-content.profile.curated .module-list-no-carousel .card-module:last-child {
    margin-right: 0; }
  .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(4n) {
    margin-right: 0; }
  .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 48em) {
    .page-content.profile.curated .module-list-no-carousel .card-module {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 30.86124%; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(4n) {
        margin-right: 3.57866%; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(4n+1) {
        clear: none; }
      .page-content.profile.curated .module-list-no-carousel .card-module:last-child {
        margin-right: 0; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(3n) {
        margin-right: 0; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 30em) {
    .page-content.profile.curated .module-list-no-carousel .card-module {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(3n) {
        margin-right: 7.42297%; }
      .page-content.profile.curated .module-list-no-carousel .card-module:nth-child(3n+1) {
        clear: none; }
      .page-content.profile.curated .module-list-no-carousel .card-module:last-child {
        margin-right: 0; } }

@media screen and (max-width: 48em) {
  .page-content.profile.curated .module-list-no-carousel {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 93.52633%;
    margin-left: 3.23683%; }
    .page-content.profile.curated .module-list-no-carousel:last-child {
      margin-right: 0; } }

.page-content.confirmation h1, .page-content.confirmation h3 {
  text-align: center;
  width: 70%;
  margin: 1em auto; }

.page-content.confirmation h5 {
  text-align: center;
  margin: 0 auto; }

.page-content.confirmation .share-popup {
  text-align: center; }
  .page-content.confirmation .share-popup a.share-icon {
    font-size: 1.75rem; }

.page-content.content-section h1, .page-content.content-section h3 {
  text-align: center;
  clear: both;
  margin-bottom: 0; }

.page-content.content-section h2 {
  clear: both; }

.page-content.content-section .card-container .card-module {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 2em; }
  .page-content.content-section .card-container .card-module:last-child {
    margin-right: 0; }
  .page-content.content-section .card-container .card-module:nth-child(4n) {
    margin-right: 0; }
  .page-content.content-section .card-container .card-module:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 30em) {
    .page-content.content-section .card-container .card-module {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .page-content.content-section .card-container .card-module:nth-child(4n) {
        margin-right: 7.42297%; }
      .page-content.content-section .card-container .card-module:nth-child(4n+1) {
        clear: none; }
      .page-content.content-section .card-container .card-module:last-child {
        margin-right: 0; } }

.page-content.content-section.faq a.faq-question {
  display: block;
  color: #202020;
  margin: 0.5em 0; }

.page-content.content-section.faq h6.bold {
  font-weight: 500;
  margin-top: 2em; }

.page-content.content-section.sparks h5 {
  text-align: center;
  clear: both; }

.page-content.content-section.sparks .sparks-offer-container {
  margin: 3em auto; }
  .page-content.content-section.sparks .sparks-offer-container .sparks-offer {
    border-top: 1px solid #c9ced1;
    padding: 2em 0;
    text-align: center; }
    .page-content.content-section.sparks .sparks-offer-container .sparks-offer p {
      text-align: left;
      padding: 1em 0; }

.page-content.content-section.how-to .downloads, .page-content.content-section.tech-tools .downloads {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-bottom: 5em;
  border: 1px solid #c9ced1;
  padding: 3em; }
  .page-content.content-section.how-to .downloads:last-child, .page-content.content-section.tech-tools .downloads:last-child {
    margin-right: 0; }
  .page-content.content-section.how-to .downloads h5, .page-content.content-section.tech-tools .downloads h5 {
    border-bottom: 0;
    text-align: center;
    font-weight: 500;
    text-transform: none; }
  .page-content.content-section.how-to .downloads a, .page-content.content-section.tech-tools .downloads a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin: 0.5em 0.25em 0.5em 0; }
    .page-content.content-section.how-to .downloads a:last-child, .page-content.content-section.tech-tools .downloads a:last-child {
      margin-right: 0; }
    .page-content.content-section.how-to .downloads a:nth-child(2n), .page-content.content-section.tech-tools .downloads a:nth-child(2n) {
      margin-right: 0; }
    .page-content.content-section.how-to .downloads a:nth-child(2n+1), .page-content.content-section.tech-tools .downloads a:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 48em) {
      .page-content.content-section.how-to .downloads a, .page-content.content-section.tech-tools .downloads a {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-right: 0; }
        .page-content.content-section.how-to .downloads a:nth-child(2n), .page-content.content-section.tech-tools .downloads a:nth-child(2n) {
          margin-right: 3.57866%; }
        .page-content.content-section.how-to .downloads a:nth-child(2n+1), .page-content.content-section.tech-tools .downloads a:nth-child(2n+1) {
          clear: none; }
        .page-content.content-section.how-to .downloads a:last-child, .page-content.content-section.tech-tools .downloads a:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.content-section.how-to .downloads, .page-content.content-section.tech-tools .downloads {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      padding: 1em; }
      .page-content.content-section.how-to .downloads:last-child, .page-content.content-section.tech-tools .downloads:last-child {
        margin-right: 0; } }

.page-content.content-section.how-to hr, .page-content.content-section.tech-tools hr {
  clear: both; }

.page-content.content-section.who .card-container {
  min-height: 0;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 2em; }
  .page-content.content-section.who .card-container .company-card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .page-content.content-section.who .card-container .company-card:last-child {
      margin-right: 0; }
    .page-content.content-section.who .card-container .company-card:nth-child(4n) {
      margin-right: 0; }
    .page-content.content-section.who .card-container .company-card:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 48em) {
      .page-content.content-section.who .card-container .company-card {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 30.93893%; }
        .page-content.content-section.who .card-container .company-card:nth-child(4n) {
          margin-right: 3.57866%; }
        .page-content.content-section.who .card-container .company-card:nth-child(4n+1) {
          clear: none; }
        .page-content.content-section.who .card-container .company-card:last-child {
          margin-right: 0; }
        .page-content.content-section.who .card-container .company-card:nth-child(3n) {
          margin-right: 0; }
        .page-content.content-section.who .card-container .company-card:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 30em) {
      .page-content.content-section.who .card-container .company-card {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        .page-content.content-section.who .card-container .company-card:nth-child(3n) {
          margin-right: 7.42297%; }
        .page-content.content-section.who .card-container .company-card:nth-child(3n+1) {
          clear: none; }
        .page-content.content-section.who .card-container .company-card:last-child {
          margin-right: 0; }
        .page-content.content-section.who .card-container .company-card:nth-child(2n) {
          margin-right: 0; }
        .page-content.content-section.who .card-container .company-card:nth-child(2n+1) {
          clear: left; } }

.blog header {
  position: absolute;
  width: 100%;
  box-shadow: none; }
  .blog header nav ul li a {
    color: #fff; }
    @media screen and (max-width: 48em) {
      .blog header nav ul li a:hover, .blog header nav ul li a:focus {
        color: #62cbe1; } }
  .blog header nav ul li:hover a, .blog header nav ul li:focus a {
    color: #c9ced1; }
    @media screen and (max-width: 48em) {
      .blog header nav ul li:hover a, .blog header nav ul li:focus a {
        color: #62cbe1; }
        .blog header nav ul li:hover a:hover, .blog header nav ul li:hover a:focus, .blog header nav ul li:focus a:hover, .blog header nav ul li:focus a:focus {
          color: #62cbe1; } }
  @media screen and (max-width: 48em) {
    .blog header nav ul.main-nav li a:hover, .blog header nav ul.main-nav li a:focus, .blog header nav ul.main-nav li a:active {
      color: #62cbe1; } }
  .blog header .logo.logo-black {
    display: none; }
  .blog header .logo.logo-white {
    display: block; }

.blog .declined-card-message {
  position: absolute;
  top: 5em;
  z-index: 3; }

.blog .search-dropdown {
  background-color: #fff;
  position: absolute;
  top: 5em;
  left: 0;
  width: 100%;
  z-index: 2; }

.blog .page-content.blog-page .main-blog-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .blog .page-content.blog-page .main-blog-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 30em) {
    .blog .page-content.blog-page .main-blog-content {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .blog .page-content.blog-page .main-blog-content:last-child {
        margin-right: 0; } }

.blog .page-content.blog-page .side-blog-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0; }
  .blog .page-content.blog-page .side-blog-content:last-child {
    margin-right: 0; }
  .blog .page-content.blog-page .side-blog-content .side-blog-section {
    margin-bottom: 2em; }
    .blog .page-content.blog-page .side-blog-content .side-blog-section h5 {
      border-bottom: 1px solid #c9ced1;
      font-size: 1.25rem;
      text-transform: uppercase; }
    .blog .page-content.blog-page .side-blog-content .side-blog-section a {
      display: block;
      margin-bottom: 0.2em; }
  @media screen and (max-width: 30em) {
    .blog .page-content.blog-page .side-blog-content {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      text-align: center; }
      .blog .page-content.blog-page .side-blog-content:last-child {
        margin-right: 0; } }

.blog .page-content.blog-page .pagination {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .blog .page-content.blog-page .pagination:last-child {
    margin-right: 0; }

.page-content.events h3 {
  text-align: left; }

.page-content.events .search-events input[type=text] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%; }
  .page-content.events .search-events input[type=text]:last-child {
    margin-right: 0; }
  @media screen and (max-width: 30em) {
    .page-content.events .search-events input[type=text] {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 73.14426%;
      margin-left: 13.42787%; }
      .page-content.events .search-events input[type=text]:last-child {
        margin-right: 0; } }

.page-content.events .events-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .page-content.events .events-video:last-child {
    margin-right: 0; }
  .page-content.events .events-video img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 30em) {
    .page-content.events .events-video {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; }
      .page-content.events .events-video:last-child {
        margin-right: 0; } }

.page-content.events .event-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 12.79471%;
  margin-bottom: 5em; }
  .page-content.events .event-item:last-child {
    margin-right: 0; }
  .page-content.events .event-item .event-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .page-content.events .event-item .event-image:last-child {
      margin-right: 0; }
    .page-content.events .event-item .event-image img {
      width: 100px;
      height: auto;
      float: left; }
  .page-content.events .event-item .event-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .page-content.events .event-item .event-content:last-child {
      margin-right: 0; }
    .page-content.events .event-item .event-content h3 {
      margin-top: 0;
      padding-top: 0; }
    .page-content.events .event-item .event-content h5 {
      margin-top: 0;
      padding-top: 0;
      font-weight: 300;
      text-transform: uppercase; }
    .page-content.events .event-item .event-content p {
      color: #8c8c8c; }
      .page-content.events .event-item .event-content p.extra {
        font-style: italic; }

.page-content.stayindietour h2 {
  margin-top: 1em; }

.page-content.stayindietour h3 {
  text-align: left; }

.page-content.stayindietour h4.quote {
  background-color: #f6d13f;
  padding: 0.5em 1em;
  display: inline-block;
  font-style: italic; }

.page-content.stayindietour h5.tour-item {
  font-size: 1.25rem; }
  @media screen and (max-width: 30em) {
    .page-content.stayindietour h5.tour-item {
      font-size: 0.875rem; } }

.page-content.stayindietour a.btn-rsvp {
  color: #f6d13f;
  font-weight: 500; }

.page-content.search .search-container {
  background-color: #fff;
  padding: 0 0 2em; }
  .page-content.search .search-container .search-nav {
    border-bottom: 1px solid #c9ced1;
    text-align: left; }
    .page-content.search .search-container .search-nav ul li {
      display: inline-block; }
      .page-content.search .search-container .search-nav ul li a {
        color: #202020;
        font-weight: 700;
        font-size: 1.0625rem;
        border-right: 1px solid #c9ced1;
        padding: 0.25em 1.5em;
        margin: 0.5em 0;
        display: block; }
        .page-content.search .search-container .search-nav ul li a:hover {
          color: #62cbe1; }
        @media screen and (max-width: 30em) {
          .page-content.search .search-container .search-nav ul li a {
            font-size: 0.875rem;
            padding: 0.25em 0.75em; } }
      .page-content.search .search-container .search-nav ul li.selected {
        border-bottom: 3px solid #62cbe1; }
  .page-content.search .search-container .generic-item-container {
    padding-top: 2em; }
    .page-content.search .search-container .generic-item-container .generic-item {
      padding: 2em 1em; }
      .page-content.search .search-container .generic-item-container .generic-item .generic-item-image {
        width: 7%; }
        .page-content.search .search-container .generic-item-container .generic-item .generic-item-image.rectangle img {
          border-radius: 0; }
        @media screen and (max-width: 30em) {
          .page-content.search .search-container .generic-item-container .generic-item .generic-item-image {
            width: 100%; }
            .page-content.search .search-container .generic-item-container .generic-item .generic-item-image a img {
              width: 30%;
              margin: 0.5em auto;
              height: auto; } }
      .page-content.search .search-container .generic-item-container .generic-item .generic-item-content {
        width: 90%; }
        @media screen and (max-width: 30em) {
          .page-content.search .search-container .generic-item-container .generic-item .generic-item-content {
            width: 100%; }
            .page-content.search .search-container .generic-item-container .generic-item .generic-item-content h4 {
              font-size: 0.875rem; }
            .page-content.search .search-container .generic-item-container .generic-item .generic-item-content p {
              font-size: 0.75rem; } }
      .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-image {
        position: relative;
        border-radius: 50%;
        overflow: hidden; }
        .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-image img {
          position: absolute;
          border-radius: 0; }
        @media screen and (max-width: 30em) {
          .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-image {
            width: 10%; } }
      .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-content h4 {
        margin-top: 0.4em; }
        @media screen and (max-width: 60em) {
          .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-content h4 {
            margin-top: 0.2em; } }
      @media screen and (max-width: 30em) {
        .page-content.search .search-container .generic-item-container .generic-item.user .generic-item-content {
          width: 80%; } }
      @media screen and (max-width: 30em) {
        .page-content.search .search-container .generic-item-container .generic-item.user {
          padding: 2em 1em; } }
      @media screen and (max-width: 30em) {
        .page-content.search .search-container .generic-item-container .generic-item {
          padding: 0.5em 1em; } }
    @media screen and (max-width: 30em) {
      .page-content.search .search-container .generic-item-container {
        padding-top: 0.5em; } }

@media screen and (max-width: 30em) {
  .page-content.search h2 {
    font-size: 1.25rem; } }

.page-content.contact-us .iframe-container {
  text-align: center;
  margin: 0 auto; }
  .page-content.contact-us .iframe-container iframe {
    width: 80%;
    height: auto;
    min-height: 1250px; }
    @media screen and (max-width: 30em) {
      .page-content.contact-us .iframe-container iframe {
        width: 100%; } }

.full-page-content.filmmaker .below-hero {
  background-color: #62cbe1; }
  .full-page-content.filmmaker .below-hero .statistic {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 0 4.5em;
    margin: 3em 0; }
    .full-page-content.filmmaker .below-hero .statistic:last-child {
      margin-right: 0; }
    .full-page-content.filmmaker .below-hero .statistic:last-child {
      border-right: none; }
    .full-page-content.filmmaker .below-hero .statistic h1 {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 500;
      line-height: 1em; }
    .full-page-content.filmmaker .below-hero .statistic h3 {
      margin-top: 0;
      line-height: 1em; }
    .full-page-content.filmmaker .below-hero .statistic p a {
      color: #fff;
      text-decoration: underline; }
      .full-page-content.filmmaker .below-hero .statistic p a:hover {
        color: #f0f0f0; }
    @media screen and (max-width: 60em) {
      .full-page-content.filmmaker .below-hero .statistic {
        padding: 0 3em; } }
    @media screen and (max-width: 48em) {
      .full-page-content.filmmaker .below-hero .statistic {
        padding: 0 2em; } }
    @media screen and (max-width: 40em) {
      .full-page-content.filmmaker .below-hero .statistic {
        padding: 0 1em; } }
    @media screen and (max-width: 30em) {
      .full-page-content.filmmaker .below-hero .statistic {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 2em 4em;
        margin: 0; }
        .full-page-content.filmmaker .below-hero .statistic:last-child {
          margin-right: 0; }
        .full-page-content.filmmaker .below-hero .statistic:last-child {
          border-bottom: none; } }

.full-page-content.filmmaker .yellow-banner {
  background-color: #62cbe1;
  text-align: center;
  padding: 5em 0; }
  .full-page-content.filmmaker .yellow-banner h3 {
    width: 60%;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: justify; }
    @media screen and (max-width: 48em) {
      .full-page-content.filmmaker .yellow-banner h3 {
        width: 80%; } }
    @media screen and (max-width: 30em) {
      .full-page-content.filmmaker .yellow-banner h3 {
        font-size: 1rem; } }
  @media screen and (max-width: 30em) {
    .full-page-content.filmmaker .yellow-banner {
      padding: 3em 0; } }

.full-page-content.filmmaker .green-banner {
  background-color: #6cdc89;
  text-align: center;
  padding: 2em 2em; }
  .full-page-content.filmmaker .green-banner a.banner-link {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 1.375rem; }
    .full-page-content.filmmaker .green-banner a.banner-link:hover {
      color: #f0f0f0; }
    @media screen and (max-width: 48em) {
      .full-page-content.filmmaker .green-banner a.banner-link {
        font-size: 1.125rem; } }
    @media screen and (max-width: 30em) {
      .full-page-content.filmmaker .green-banner a.banner-link {
        font-size: 1rem; } }

.page-content.toolkit {
  padding-top: 5em;
  text-align: center;
  background-color: #fff; }
  .page-content.toolkit .span-container {
    background-color: #fff; }
  .page-content.toolkit .wrapper {
    min-height: auto; }
  .page-content.toolkit h3.header {
    font-size: 2.25rem; }
    @media screen and (max-width: 30em) {
      .page-content.toolkit h3.header {
        font-size: 1.5rem; } }
  .page-content.toolkit .toolkit-text {
    width: 60%;
    margin: 1em auto 0em; }
    .page-content.toolkit .toolkit-text h3 {
      text-align: justify;
      margin-bottom: 1.4em;
      /*text-align-last: auto;
   			&:after{
   				content: "";
				display: inline-block;
				width: 100%;	
   			}*/ }

.page-content.toolkit .toolkit-text h3 {
  /*text-align-last: auto;
   				&:after{
					display: block;
					width: auto;	
	   			}*/ }
    @media screen and (max-width: 48em) {
      .page-content.toolkit .toolkit-text {
        width: 80%; } }
  .page-content.toolkit .logo-images {
    margin: 2em auto 3em; }
    .page-content.toolkit .logo-images img {
      width: 65%; }
      @media screen and (max-width: 48em) {
        .page-content.toolkit .logo-images img {
          width: 100%; } }

.page-content.filmmaker {
  padding-top: 5em;
  background-color: #f0f0f0; }
  .page-content.filmmaker .span-container {
    background-color: #f0f0f0; }
  .page-content.filmmaker h3.header {
    text-align: center;
    clear: both; }
    .page-content.filmmaker h3.header.quote {
      width: 57%;
      font-size: 1.20312rem;
      margin: 5em auto 0; }
      @media screen and (max-width: 48em) {
        .page-content.filmmaker h3.header.quote {
          width: 75%; } }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker h3.header.quote {
          width: 100%; } }
  .page-content.filmmaker p.subheader {
    text-align: center; }
  .page-content.filmmaker .wrapper {
    min-height: auto; }
  .page-content.filmmaker .filmmaker-steps {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
    display: block;
    margin-top: 4em;
    padding-bottom: 4em;
    margin-bottom: 6em;
    border-bottom: 1px solid #c9ced1; }
    .page-content.filmmaker .filmmaker-steps:last-child {
      margin-right: 0; }
    .page-content.filmmaker .filmmaker-steps::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.filmmaker .filmmaker-steps .filmmaker-step {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 31.22104%; }
      .page-content.filmmaker .filmmaker-steps .filmmaker-step:last-child {
        margin-right: 0; }
      .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(1) {
        text-align: left; }
      .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(2) {
        text-align: center; }
      .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(3) {
        text-align: right; }
      .page-content.filmmaker .filmmaker-steps .filmmaker-step img {
        width: 80%;
        height: auto;
        max-width: 480px; }
        @media screen and (max-width: 60em) {
          .page-content.filmmaker .filmmaker-steps .filmmaker-step img {
            width: 90%; } }
        @media screen and (max-width: 48em) {
          .page-content.filmmaker .filmmaker-steps .filmmaker-step img {
            width: 100%; } }
      @media screen and (max-width: 40em) {
        .page-content.filmmaker .filmmaker-steps .filmmaker-step {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 3em; }
          .page-content.filmmaker .filmmaker-steps .filmmaker-step:last-child {
            margin-right: 0; }
          .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(1) {
            text-align: center; }
          .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(2) {
            text-align: center; }
          .page-content.filmmaker .filmmaker-steps .filmmaker-step:nth-child(3) {
            text-align: center;
            margin-bottom: 1em; }
          .page-content.filmmaker .filmmaker-steps .filmmaker-step img {
            width: 70%; } }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker .filmmaker-steps .filmmaker-step img {
          width: 80%; } }
    @media screen and (max-width: 64em) {
      .page-content.filmmaker .filmmaker-steps {
        margin-bottom: 4em; } }
  .page-content.filmmaker .filmmaker-distribution {
    text-align: center;
    margin-bottom: 4em; }
    .page-content.filmmaker .filmmaker-distribution img {
      max-width: 900px;
      width: 90%;
      height: auto; }
    @media screen and (max-width: 48em) {
      .page-content.filmmaker .filmmaker-distribution {
        margin-bottom: 2em; } }
  .page-content.filmmaker .filmmaker-list .filmmaker-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
    margin-top: 3em; }
    .page-content.filmmaker .filmmaker-list .filmmaker-item:last-child {
      margin-right: 0; }
    .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.96686%; }
      .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-image:last-child {
        margin-right: 0; }
      .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-image img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-image {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%;
          margin-left: 26.85574%; }
          .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-image:last-child {
            margin-right: 0; } }
    .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 78.67549%; }
      .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text:last-child {
        margin-right: 0; }
      .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text p {
        line-height: 1.8em;
        text-align: justify; }
        .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text p.filmmaker-link a {
          font-weight: 500; }
        @media screen and (max-width: 30em) {
          .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text p.filmmaker-link {
            text-align: left; } }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .page-content.filmmaker .filmmaker-list .filmmaker-item .filmmaker-item-text:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.filmmaker .filmmaker-list .filmmaker-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0;
        margin-top: 2em; }
        .page-content.filmmaker .filmmaker-list .filmmaker-item:last-child {
          margin-right: 0; } }
  .page-content.filmmaker .link-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: 1em;
    padding-bottom: 4em; }
    .page-content.filmmaker .link-list:last-child {
      margin-right: 0; }
    .page-content.filmmaker .link-list.resource-list {
      border-bottom: 1px solid #c9ced1;
      margin-bottom: 4em; }
    .page-content.filmmaker .link-list a.resource-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      background-color: #62cbe1;
      color: #fff;
      padding: 1.3em 0;
      margin-top: 1em;
      text-align: center; }
      .page-content.filmmaker .link-list a.resource-item:last-child {
        margin-right: 0; }
      .page-content.filmmaker .link-list a.resource-item:nth-child(3n) {
        margin-right: 0; }
      .page-content.filmmaker .link-list a.resource-item:nth-child(3n+1) {
        clear: left; }
      .page-content.filmmaker .link-list a.resource-item:hover {
        background-color: #12a7cb; }
      @media screen and (max-width: 40em) {
        .page-content.filmmaker .link-list a.resource-item {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(3n) {
            margin-right: 3.57866%; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(3n+1) {
            clear: none; }
          .page-content.filmmaker .link-list a.resource-item:last-child {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(2n) {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(2n+1) {
            clear: left; } }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker .link-list a.resource-item {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(3n) {
            margin-right: 7.42297%; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(3n+1) {
            clear: none; }
          .page-content.filmmaker .link-list a.resource-item:last-child {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(2n) {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.resource-item:nth-child(2n+1) {
            clear: left; } }
    .page-content.filmmaker .link-list a.download-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      background-color: transparent;
      border: 3px solid #62cbe1;
      padding: 1em;
      font-size: 1.125rem;
      height: 7em;
      margin-bottom: 1em;
      display: block;
      position: relative; }
      .page-content.filmmaker .link-list a.download-item:last-child {
        margin-right: 0; }
      .page-content.filmmaker .link-list a.download-item:nth-child(3n) {
        margin-right: 0; }
      .page-content.filmmaker .link-list a.download-item:nth-child(3n+1) {
        clear: left; }
      .page-content.filmmaker .link-list a.download-item span.icon-ss-download {
        position: absolute;
        bottom: 0.5em;
        right: 0.5em;
        font-size: 1.625rem; }
        @media screen and (max-width: 48em) {
          .page-content.filmmaker .link-list a.download-item span.icon-ss-download {
            font-size: 1.375rem;
            bottom: 0.35em;
            right: 0.35em; } }
        @media screen and (max-width: 30em) {
          .page-content.filmmaker .link-list a.download-item span.icon-ss-download {
            bottom: 0.35em;
            right: 0.35em; } }
      .page-content.filmmaker .link-list a.download-item:hover {
        background-color: #62cbe1;
        border: 3px solid #62cbe1;
        color: #fff; }
      @media screen and (max-width: 64em) {
        .page-content.filmmaker .link-list a.download-item {
          padding: 0.5em;
          font-size: 1rem; } }
      @media screen and (max-width: 60em) {
        .page-content.filmmaker .link-list a.download-item {
          font-size: 0.875rem; } }
      @media screen and (max-width: 48em) {
        .page-content.filmmaker .link-list a.download-item {
          padding: 0.5em;
          font-size: 0.8125rem;
          height: 9em; }
          .page-content.filmmaker .link-list a.download-item span.icon-circle-down {
            font-size: 1.125rem; } }
      @media screen and (max-width: 40em) {
        .page-content.filmmaker .link-list a.download-item {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%;
          font-size: 0.9375rem;
          height: 9em; }
          .page-content.filmmaker .link-list a.download-item:nth-child(3n) {
            margin-right: 3.57866%; }
          .page-content.filmmaker .link-list a.download-item:nth-child(3n+1) {
            clear: none; }
          .page-content.filmmaker .link-list a.download-item:last-child {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.download-item:nth-child(2n) {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.download-item:nth-child(2n+1) {
            clear: left; } }
      @media screen and (max-width: 30em) {
        .page-content.filmmaker .link-list a.download-item {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%; }
          .page-content.filmmaker .link-list a.download-item:nth-child(3n) {
            margin-right: 7.42297%; }
          .page-content.filmmaker .link-list a.download-item:nth-child(3n+1) {
            clear: none; }
          .page-content.filmmaker .link-list a.download-item:last-child {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.download-item:nth-child(2n) {
            margin-right: 0; }
          .page-content.filmmaker .link-list a.download-item:nth-child(2n+1) {
            clear: left; } }
    @media screen and (max-width: 30em) {
      .page-content.filmmaker .link-list {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .page-content.filmmaker .link-list:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .page-content.filmmaker {
      padding-top: 2em; } }

.page-content.resources {
  background-color: #fff; }
  .page-content.resources .span-container {
    background-color: #fff; }

.rally-popup.filmmaker {
  position: fixed;
  right: 1em;
  bottom: 1em;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  background-color: #fff;
  width: 285px;
  padding: 2em;
  text-align: center; }
  .rally-popup.filmmaker a.btn-close {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #c9ced1; }
  .rally-popup.filmmaker img {
    width: 60%; }
  .rally-popup.filmmaker p {
    text-align: justify;
    margin: 1.5em 0;
    font-size: 0.875rem; }

.page-content.view-all h2.header {
  text-align: center;
  margin-bottom: 1em; }

.page-content.view-all .view-all-list .card-module {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 2rem; }
  .page-content.view-all .view-all-list .card-module:last-child {
    margin-right: 0; }
  .page-content.view-all .view-all-list .card-module:nth-child(4n) {
    margin-right: 0; }
  .page-content.view-all .view-all-list .card-module:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 60em) {
    .page-content.view-all .view-all-list .card-module {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-content.view-all .view-all-list .card-module:nth-child(4n) {
        margin-right: 2.35765%; }
      .page-content.view-all .view-all-list .card-module:nth-child(4n+1) {
        clear: none; }
      .page-content.view-all .view-all-list .card-module:last-child {
        margin-right: 0; }
      .page-content.view-all .view-all-list .card-module:nth-child(3n) {
        margin-right: 0; }
      .page-content.view-all .view-all-list .card-module:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 40em) {
    .page-content.view-all .view-all-list .card-module {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .page-content.view-all .view-all-list .card-module:nth-child(3n) {
        margin-right: 3.57866%; }
      .page-content.view-all .view-all-list .card-module:nth-child(3n+1) {
        clear: none; }
      .page-content.view-all .view-all-list .card-module:last-child {
        margin-right: 0; }
      .page-content.view-all .view-all-list .card-module:nth-child(2n) {
        margin-right: 0; }
      .page-content.view-all .view-all-list .card-module:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 30em) {
    .page-content.view-all .view-all-list .card-module {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .page-content.view-all .view-all-list .card-module:nth-child(2n) {
        margin-right: 7.42297%; }
      .page-content.view-all .view-all-list .card-module:nth-child(2n+1) {
        clear: none; }
      .page-content.view-all .view-all-list .card-module:last-child {
        margin-right: 0; } }

.page-content.fix-payment h1.header {
  text-align: center;
  color: #202020;
  font-weight: 300; }

.page-content.fix-payment .bottom-button {
  text-align: center; }

.page-content.fix-payment .btn-pay {
  float: none;
  font-size: 1.25rem; }

.full-page-content.gift-box .page-header {
  background-color: #000;
  @inlcude outer-container();
  text-align: center;
  padding: 3.5em 1em 1.5em 1em; }
  .full-page-content.gift-box .page-header .page-header-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 21.32451%; }
    .full-page-content.gift-box .page-header .page-header-content:last-child {
      margin-right: 0; }
    .full-page-content.gift-box .page-header .page-header-content h1 {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      font-size: 3.6rem;
      letter-spacing: 0.05em; }
    .full-page-content.gift-box .page-header .page-header-content p {
      color: #fcfcfc;
      text-align: justify;
      font-size: 1rem;
      line-height: 1.6em;
      margin-bottom: 2.25em; }
    @media screen and (max-width: 60em) {
      .full-page-content.gift-box .page-header .page-header-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-left: 12.79471%; }
        .full-page-content.gift-box .page-header .page-header-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .full-page-content.gift-box .page-header .page-header-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .full-page-content.gift-box .page-header .page-header-content:last-child {
          margin-right: 0; }
        .full-page-content.gift-box .page-header .page-header-content h1 {
          font-size: 1.7rem; } }

.full-page-content.gift-box .brand-partner-giveaways {
  background-color: #fff;
  @inlcude outer-container();
  text-align: center;
  padding: 3em 0 2.5em 0; }
  .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%; }
    .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content:last-child {
      margin-right: 0; }
    .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content h4 {
      margin-top: 2em;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.05em; }
    .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content p {
      font-size: 1rem;
      line-height: 1.6em; }
    .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container {
      margin: 3.5em 0; }
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .heading-wrapper {
        background-color: #f8d861; }
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .title-dotted {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-right: 0;
        float: left;
        border: none;
        border-top: 6px dotted #f8d861;
        height: 20px;
        margin-top: 30px;
        margin-right: 2px; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .title-dotted:last-child {
          margin-right: 0; }
        @media screen and (max-width: 30em) {
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .title-dotted {
            margin-top: 20px; } }
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container h4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-right: 0;
        background-color: #f8d861;
        text-transform: uppercase;
        font-family: "Avenir Next LT W04 Demi Cond";
        font-size: 1.75rem;
        letter-spacing: 0.05em;
        padding: 0.5em;
        padding-left: 2em;
        text-align: left;
        border-left: 3px solid #8c8c8c;
        margin-top: 0;
        margin-bottom: 0; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container h4:last-child {
          margin-right: 0; }
        @media screen and (max-width: 30em) {
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container h4 {
            font-size: 1.0625rem;
            padding-left: 1em; } }
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item {
        display: block;
        clear: both; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item::after {
          clear: both;
          content: "";
          display: table; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-right: 0;
          margin-right: 2px;
          vertical-align: middle;
          position: relative; }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image:last-child {
            margin-right: 0; }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image img {
            width: 50%;
            height: auto;
            margin-top: 3em; }
            @media screen and (max-width: 30em) {
              .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image img {
                width: 70%; } }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: absolute;
            right: -18px;
            top: 50%; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.pink {
              background-color: #ff628f; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.green {
              background-color: #5ad07c; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.yellow {
              background-color: #f3c301; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.purple {
              background-color: #be9bdd; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.red {
              background-color: #f42714; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.blue {
              background-color: #62cbe1; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.orange {
              background-color: #f78e57; }
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot.teal {
              background-color: #57d9cd; }
            @media screen and (max-width: 40em) {
              .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-image .dot {
                width: 20px;
                height: 20px;
                right: -12px; } }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 57.35098%;
          margin-right: 0;
          border-left: 3px solid #8c8c8c;
          text-align: left;
          padding: 2em 4em; }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text:last-child {
            margin-right: 0; }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text h5 {
            font-family: "Avenir LT W01_65 Medium1475532";
            font-size: 1.125rem;
            margin-bottom: 0.2em;
            text-transform: uppercase;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 30em) {
              .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text h5 {
                font-size: 0.875rem; } }
          .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text p {
            font-size: 0.875rem;
            line-height: 1.4em;
            text-align: left;
            margin-top: 0; }
          @media screen and (max-width: 48em) {
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text {
              padding: 2em 0 2em 2em; } }
          @media screen and (max-width: 30em) {
            .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-item .giveaway-text {
              padding: 1em 0 1em 1em; } }
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content .giveaway-listing-container .giveaway-listing-heading {
        background-image: url("/web/20160602035606/https://www.seedandspark.com/img/gift-box/giveaway-header-image.png");
        width: 600px;
        height: 42px;
        padding: 0px 0px 0px 285px;
        line-height: 42px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left; }
    @media screen and (max-width: 60em) {
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 40em) {
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 93.52633%;
        margin-left: 3.23683%; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .full-page-content.gift-box .brand-partner-giveaways .brand-partner-giveaways-content:last-child {
          margin-right: 0; } }

.full-page-content.gift-box .film-festival-submissions {
  background-color: #12a7cb;
  @inlcude outer-container();
  text-align: center;
  padding: 2.5em 1em; }
  .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%; }
    .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content:last-child {
      margin-right: 0; }
    .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content h4 {
      margin-top: 2em;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      letter-spacing: .05em; }
    .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content p {
      font-size: 1rem;
      line-height: 1.6em;
      text-align: center;
      color: #fff; }
    .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border: 3px solid #fff;
      padding: 0.5em 1em 0;
      margin: 2em 0; }
      .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box:last-child {
        margin-right: 0; }
      .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        height: 160px;
        position: relative;
        margin-bottom: 1em; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:last-child {
          margin-right: 0; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(6n) {
          margin-right: 0; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(6n+1) {
          clear: left; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 80%; }
        @media screen and (max-width: 64em) {
          .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item {
            height: 120px; } }
        @media screen and (max-width: 60em) {
          .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%;
            height: 160px; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(6n) {
              margin-right: 2.35765%; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(6n+1) {
              clear: none; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:last-child {
              margin-right: 0; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(4n) {
              margin-right: 0; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(4n+1) {
              clear: left; } }
        @media screen and (max-width: 40em) {
          .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item {
            height: 120px; } }
        @media screen and (max-width: 30em) {
          .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 27.4895%;
            height: 90px; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(4n) {
              margin-right: 7.42297%; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(4n+1) {
              clear: none; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:last-child {
              margin-right: 0; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(3n) {
              margin-right: 0; }
            .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content .festival-box .festival-item:nth-child(3n+1) {
              clear: left; } }
    @media screen and (max-width: 48em) {
      .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; }
        .full-page-content.gift-box .film-festival-submissions .film-festival-submissions-content:last-child {
          margin-right: 0; } }

.full-page-content.gift-box .launch-project-container {
  background-image: url("/web/20160602035606/https://www.seedandspark.com/img/gift-box/party-dots-background.png");
  padding: 3em 0;
  text-align: center;
  background-size: cover;
  color: #fff; }

.full-page-content.gift-box .mailing-list-container {
  background-color: #f5cb38;
  @inlcude outer-container();
  text-align: center;
  padding: 3em 1em; }
  .full-page-content.gift-box .mailing-list-container .mailing-list-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .full-page-content.gift-box .mailing-list-container .mailing-list-content:last-child {
      margin-right: 0; }
    .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup {
      /* for the future */ }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        margin-bottom: 0.2em; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup p {
        font-size: 1rem;
        line-height: 1.6em;
        text-align: center;
        color: #000;
        margin-bottom: 2em; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        background-color: #f5cb38;
        border: 2px solid #000;
        color: #000;
        padding: 0.85em 1em; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address:last-child {
          margin-right: 0; }
        @media screen and (max-width: 40em) {
          .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 54.68433%; }
            .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%; }
            .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input#email_address:last-child {
              margin-right: 0; } }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-right: 0; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue:last-child {
          margin-right: 0; }
        @media screen and (max-width: 40em) {
          .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 41.737%;
            margin-right: 0; }
            .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%; }
            .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup button.btn-blue:last-child {
              margin-right: 0; } }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input::-webkit-input-placeholder {
        color: #ffffff;
        text-overflow: ellipsis; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input:-moz-placeholder {
        color: #ffffff !important;
        text-overflow: ellipsis;
        opacity: 1; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input::-moz-placeholder {
        color: #ffffff !important;
        text-overflow: ellipsis;
        opacity: 1; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input:-ms-input-placeholder {
        color: #ffffff !important;
        text-overflow: ellipsis; }
      .full-page-content.gift-box .mailing-list-container .mailing-list-content #mailing-list-signup input:placeholder-shown {
        color: #ffffff; }
    @media screen and (max-width: 60em) {
      .full-page-content.gift-box .mailing-list-container .mailing-list-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 21.32451%; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .full-page-content.gift-box .mailing-list-container .mailing-list-content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 40em) {
      .full-page-content.gift-box .mailing-list-container .mailing-list-content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 80.579%;
        margin-left: 9.7105%; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .full-page-content.gift-box .mailing-list-container .mailing-list-content {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 86.57213%;
        margin-left: 6.71394%; }
        .full-page-content.gift-box .mailing-list-container .mailing-list-content:last-child {
          margin-right: 0; } }

.cinema-add-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: 1px solid #c9ced1;
  background-color: #fff;
  padding: 2rem; }
  .cinema-add-form h2 {
    text-align: center; }
  .cinema-add-form:last-child {
    margin-right: 0; }
  .cinema-add-form .breadcrumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    padding: 2.35765%; }
    .cinema-add-form .breadcrumb:last-child {
      margin-right: 0; }
    @media screen and (max-width: 64em) {
      .cinema-add-form .breadcrumb {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .cinema-add-form .breadcrumb:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .cinema-add-form .breadcrumb {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
        .cinema-add-form .breadcrumb:last-child {
          margin-right: 0; } }
  .cinema-add-form .half-width label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    padding-right: 4em; }
    .cinema-add-form .half-width label:last-child {
      margin-right: 0; }
    @media screen and (max-width: 30em) {
      .cinema-add-form .half-width label {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0; }
        .cinema-add-form .half-width label:last-child {
          margin-right: 0; } }
  .cinema-add-form .cinema-add-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding: 1em 1.5rem 0; }
    .cinema-add-form .cinema-add-item:last-child {
      margin-right: 0; }
    .cinema-add-form .cinema-add-item h3 {
      display: inline-block;
      padding-right: 0.5rem;
      margin: 0.3rem auto; }
    .cinema-add-form .cinema-add-item textarea {
      height: 6rem; }
      .cinema-add-form .cinema-add-item textarea.wysiwyg {
        height: 300px; }
    .cinema-add-form .cinema-add-item .mce-tinymce .mce-container iframe {
      height: 300px !important; }
      @media screen and (max-width: 48em) {
        .cinema-add-form .cinema-add-item .mce-tinymce .mce-container iframe {
          height: 250px !important; } }
      @media screen and (max-width: 48em) {
        .cinema-add-form .cinema-add-item .mce-tinymce .mce-container iframe {
          height: 150px !important; } }
    .cinema-add-form .cinema-add-item input[type=text].datepicker {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      float: none; }
      .cinema-add-form .cinema-add-item input[type=text].datepicker:last-child {
        margin-right: 0; }
      @media screen and (max-width: 60em) {
        .cinema-add-form .cinema-add-item input[type=text].datepicker {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .cinema-add-form .cinema-add-item input[type=text].datepicker:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .cinema-add-form .cinema-add-item input[type=text].datepicker {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          .cinema-add-form .cinema-add-item input[type=text].datepicker:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .cinema-add-form .cinema-add-item input[type=text].datepicker {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .cinema-add-form .cinema-add-item input[type=text].datepicker:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .cinema-add-form .cinema-add-item input[type=text].datepicker {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .cinema-add-form .cinema-add-item input[type=text].datepicker:last-child {
            margin-right: 0; } }
    .cinema-add-form .cinema-add-item input[type=text].social-link {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .cinema-add-form .cinema-add-item input[type=text].social-link:last-child {
        margin-right: 0; }
      .cinema-add-form .cinema-add-item input[type=text].social-link:nth-child(2n) {
        margin-right: 0; }
      .cinema-add-form .cinema-add-item input[type=text].social-link:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 30em) {
        .cinema-add-form .cinema-add-item input[type=text].social-link {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-right: 0; }
          .cinema-add-form .cinema-add-item input[type=text].social-link:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .cinema-add-form .cinema-add-item .picker__holder {
        width: 85%; } }
    @media screen and (max-width: 30em) {
      .cinema-add-form .cinema-add-item .picker__holder {
        width: 75%; } }
    .cinema-add-form .cinema-add-item .picker {
      width: 30%;
      min-width: 320px; }
    .cinema-add-form .cinema-add-item .styled-select {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .cinema-add-form .cinema-add-item .styled-select:last-child {
        margin-right: 0; }
      @media screen and (max-width: 60em) {
        .cinema-add-form .cinema-add-item .styled-select {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .cinema-add-form .cinema-add-item .styled-select:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .cinema-add-form .cinema-add-item .styled-select {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          .cinema-add-form .cinema-add-item .styled-select:last-child {
            margin-right: 0; } }
      .cinema-add-form .cinema-add-item .styled-select select option {
        text-align: left; }
    @media screen and (max-width: 30em) {
      .cinema-add-form .cinema-add-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .cinema-add-form .cinema-add-item:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .cinema-add-form {
      padding: 0.5rem; } }

.full-page-content.subscribe .yellow-banner {
  background-color: #f9c138;
  text-align: center;
  padding: 6em 0 2em; }
  .full-page-content.subscribe .yellow-banner h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: block;
    text-align: center;
    margin: 3em 0 0.5em; }
    .full-page-content.subscribe .yellow-banner h3:last-child {
      margin-right: 0; }
  .full-page-content.subscribe .yellow-banner .find-fund {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
    border: 3px solid #000;
    padding: 1em 0; }
    .full-page-content.subscribe .yellow-banner .find-fund:last-child {
      margin-right: 0; }
    .full-page-content.subscribe .yellow-banner .find-fund .find, .full-page-content.subscribe .yellow-banner .find-fund .fund {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 29.62911%; }
      .full-page-content.subscribe .yellow-banner .find-fund .find:last-child, .full-page-content.subscribe .yellow-banner .find-fund .fund:last-child {
        margin-right: 0; }
      .full-page-content.subscribe .yellow-banner .find-fund .find h1, .full-page-content.subscribe .yellow-banner .find-fund .fund h1 {
        font-family: "Avenir Next LT W04 Demi Cond";
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1em; }
      .full-page-content.subscribe .yellow-banner .find-fund .find h2, .full-page-content.subscribe .yellow-banner .find-fund .fund h2 {
        margin-top: 0;
        font-size: 1.625rem;
        line-height: 1.3em; }
        @media screen and (max-width: 60em) {
          .full-page-content.subscribe .yellow-banner .find-fund .find h2, .full-page-content.subscribe .yellow-banner .find-fund .fund h2 {
            font-size: 1.5rem; } }
        @media screen and (max-width: 48em) {
          .full-page-content.subscribe .yellow-banner .find-fund .find h2, .full-page-content.subscribe .yellow-banner .find-fund .fund h2 {
            font-size: 1.125rem; } }
        @media screen and (max-width: 30em) {
          .full-page-content.subscribe .yellow-banner .find-fund .find h2, .full-page-content.subscribe .yellow-banner .find-fund .fund h2 {
            font-size: 0.8125rem; } }
      @media screen and (max-width: 30em) {
        .full-page-content.subscribe .yellow-banner .find-fund .find, .full-page-content.subscribe .yellow-banner .find-fund .fund {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 32.86064%; }
          .full-page-content.subscribe .yellow-banner .find-fund .find:last-child, .full-page-content.subscribe .yellow-banner .find-fund .fund:last-child {
            margin-right: 0; } }
    .full-page-content.subscribe .yellow-banner .find-fund .find {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 29.62911%;
      margin-left: 6.39735%; }
      .full-page-content.subscribe .yellow-banner .find-fund .find:last-child {
        margin-right: 0; }
      @media screen and (max-width: 30em) {
        .full-page-content.subscribe .yellow-banner .find-fund .find {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 32.86064%;
          margin-right: 0;
          margin-left: 6.71394%; }
          .full-page-content.subscribe .yellow-banner .find-fund .find:last-child {
            margin-right: 0; } }
    .full-page-content.subscribe .yellow-banner .find-fund .amp {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .full-page-content.subscribe .yellow-banner .find-fund .amp:last-child {
        margin-right: 0; }
      .full-page-content.subscribe .yellow-banner .find-fund .amp h1 {
        font-size: 6.875rem;
        margin: 0; }
        @media screen and (max-width: 60em) {
          .full-page-content.subscribe .yellow-banner .find-fund .amp h1 {
            font-size: 6.25rem; } }
        @media screen and (max-width: 48em) {
          .full-page-content.subscribe .yellow-banner .find-fund .amp h1 {
            font-size: 5.3125rem; } }
        @media screen and (max-width: 30em) {
          .full-page-content.subscribe .yellow-banner .find-fund .amp h1 {
            font-size: 2.5rem; } }
      @media screen and (max-width: 30em) {
        .full-page-content.subscribe .yellow-banner .find-fund .amp {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 19.43277%;
          margin-right: 0; }
          .full-page-content.subscribe .yellow-banner .find-fund .amp:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .full-page-content.subscribe .yellow-banner .find-fund {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .full-page-content.subscribe .yellow-banner .find-fund:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .full-page-content.subscribe .yellow-banner {
      padding-top: 4em; } }

.page-content.subscribe .wrapper {
  min-height: inherit; }

.page-content.subscribe .opt-in-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding: 2em 0;
  text-align: center; }
  .page-content.subscribe .opt-in-container:last-child {
    margin-right: 0; }
  .page-content.subscribe .opt-in-container h3 {
    text-align: center;
    padding: 1em 0; }
    .page-content.subscribe .opt-in-container h3.header {
      text-align: justify;
      line-height: 1.6em; }
  .page-content.subscribe .opt-in-container .opt-in-text {
    display: none; }
  .page-content.subscribe .opt-in-container .opt-in-button {
    margin-left: -3.25em; }
    .page-content.subscribe .opt-in-container .opt-in-button img {
      vertical-align: middle; }
      @media screen and (max-width: 40em) {
        .page-content.subscribe .opt-in-container .opt-in-button img {
          width: 35px;
          height: 35px; } }
    .page-content.subscribe .opt-in-container .opt-in-button .btn-outline {
      width: 260px;
      vertical-align: middle;
      margin: 0.5em 1em; }
      @media screen and (max-width: 30em) {
        .page-content.subscribe .opt-in-container .opt-in-button .btn-outline {
          width: 180px;
          font-size: 0.75rem;
          margin: 1em; } }
    @media screen and (max-width: 30em) {
      .page-content.subscribe .opt-in-container .opt-in-button {
        margin-left: -2.7em; } }
  @media screen and (max-width: 30em) {
    .page-content.subscribe .opt-in-container {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 86.57213%;
      margin-left: 6.71394%;
      padding: 0.5em 0; }
      .page-content.subscribe .opt-in-container:last-child {
        margin-right: 0; } }

.page-content.subscribe .steps-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding: 2em 0; }
  .page-content.subscribe .steps-container:last-child {
    margin-right: 0; }
  .page-content.subscribe .steps-container h3.header {
    color: #12a7cb;
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.5rem;
    line-height: 1.4em; }
    @media screen and (max-width: 64em) {
      .page-content.subscribe .steps-container h3.header {
        font-size: 1.75rem; } }
    @media screen and (max-width: 48em) {
      .page-content.subscribe .steps-container h3.header {
        font-size: 1.25rem; } }
    @media screen and (max-width: 30em) {
      .page-content.subscribe .steps-container h3.header {
        padding: 0;
        font-size: 0.875rem; } }
  .page-content.subscribe .steps-container .step-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    vertical-align: middle;
    display: table; }
    .page-content.subscribe .steps-container .step-item:last-child {
      margin-right: 0; }
    .page-content.subscribe .steps-container .step-item h1 {
      width: 10%;
      font-size: 2.125rem;
      font-family: "Avenir LT W01_85 Heavy1475544";
      color: #12a7cb;
      border-right: 3px solid #12a7cb;
      margin: 0;
      display: table-cell;
      padding: 0.4em 0; }
      @media screen and (max-width: 40em) {
        .page-content.subscribe .steps-container .step-item h1 {
          width: 20%; } }
    .page-content.subscribe .steps-container .step-item h6 {
      width: 90%;
      margin: 0;
      padding-left: 2em;
      vertical-align: middle;
      display: table-cell;
      font-size: 1.25rem; }
      @media screen and (max-width: 40em) {
        .page-content.subscribe .steps-container .step-item h6 {
          width: 80%;
          font-size: 0.875rem; } }
      @media screen and (max-width: 30em) {
        .page-content.subscribe .steps-container .step-item h6 {
          width: 80%;
          font-size: 0.75rem; } }
    .page-content.subscribe .steps-container .step-item:first-child h1 {
      padding-top: 0; }
    .page-content.subscribe .steps-container .step-item:last-child h1 {
      padding-bottom: 0; }
  @media screen and (max-width: 64em) {
    .page-content.subscribe .steps-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .page-content.subscribe .steps-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .page-content.subscribe .steps-container {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 74.10533%;
      margin-left: 12.94733%; }
      .page-content.subscribe .steps-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .page-content.subscribe .steps-container {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 91.94328%;
      margin-left: 4.02836%; }
      .page-content.subscribe .steps-container:last-child {
        margin-right: 0; } }

.full-page-content.rally .color-banner {
  text-align: center;
  padding: 5em 0; }

.full-page-content.rally .blue-banner {
  background-color: #12a7cb; }
  .full-page-content.rally .blue-banner .wrapper {
    width: 55%; }
    @media screen and (max-width: 64em) {
      .full-page-content.rally .blue-banner .wrapper {
        width: 70%; } }
    @media screen and (max-width: 48em) {
      .full-page-content.rally .blue-banner .wrapper {
        width: 80%; } }
    @media screen and (max-width: 30em) {
      .full-page-content.rally .blue-banner .wrapper {
        width: 90%; } }
  .full-page-content.rally .blue-banner h2 {
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 1em; }
  .full-page-content.rally .blue-banner p {
    color: #fff;
    line-height: 1.6em;
    font-size: 1.125rem; }

.full-page-content.rally .gray-banner {
  background-color: #f0f0f0; }
  .full-page-content.rally .gray-banner .what-youll-win {
    width: 90%;
    margin: 0 auto; }
    .full-page-content.rally .gray-banner .what-youll-win .win-img {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .full-page-content.rally .gray-banner .what-youll-win .win-img:last-child {
        margin-right: 0; }
      .full-page-content.rally .gray-banner .what-youll-win .win-img img {
        max-width: 90%;
        margin-top: 16px; }
      @media screen and (max-width: 60em) {
        .full-page-content.rally .gray-banner .what-youll-win .win-img {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .full-page-content.rally .gray-banner .what-youll-win .win-img:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .full-page-content.rally .gray-banner .what-youll-win .win-img {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 74.10533%;
          margin-left: 12.94733%;
          margin-right: 0; }
          .full-page-content.rally .gray-banner .what-youll-win .win-img:last-child {
            margin-right: 0; } }
    .full-page-content.rally .gray-banner .what-youll-win .win-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      text-align: left;
      padding-top: 0.45em; }
      .full-page-content.rally .gray-banner .what-youll-win .win-text:last-child {
        margin-right: 0; }
      .full-page-content.rally .gray-banner .what-youll-win .win-text h2 {
        margin-bottom: 0;
        margin-top: 0; }
        @media screen and (max-width: 64em) {
          .full-page-content.rally .gray-banner .what-youll-win .win-text h2 {
            font-size: 1.75rem; } }
        @media screen and (max-width: 40em) {
          .full-page-content.rally .gray-banner .what-youll-win .win-text h2 {
            text-align: center;
            margin-bottom: 1em;
            margin-top: 1em; } }
      .full-page-content.rally .gray-banner .what-youll-win .win-text h6 {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 1.5em;
        margin-bottom: 0; }
        @media screen and (max-width: 64em) {
          .full-page-content.rally .gray-banner .what-youll-win .win-text h6 {
            margin-top: 0.75em; } }
      .full-page-content.rally .gray-banner .what-youll-win .win-text p {
        margin-top: 0;
        color: #8c8c8c;
        line-height: 1.6em;
        font-size: 1rem; }
        @media screen and (max-width: 30em) {
          .full-page-content.rally .gray-banner .what-youll-win .win-text p {
            font-size: 0.875rem; } }
      @media screen and (max-width: 60em) {
        .full-page-content.rally .gray-banner .what-youll-win .win-text {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-right: 0; }
          .full-page-content.rally .gray-banner .what-youll-win .win-text:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .full-page-content.rally .gray-banner .what-youll-win .win-text {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%;
          margin-right: 0;
          padding-top: 1em; }
          .full-page-content.rally .gray-banner .what-youll-win .win-text:last-child {
            margin-right: 0; } }

.full-page-content.rally .black-banner {
  background-color: #000; }
  .full-page-content.rally .black-banner .rally-signup h2 {
    color: #fff;
    width: 65%;
    margin: 1em auto; }
    @media screen and (max-width: 30em) {
      .full-page-content.rally .black-banner .rally-signup h2 {
        width: 85%; } }
  .full-page-content.rally .black-banner .rally-signup p.subtext {
    color: #8c8c8c;
    padding: 3em 0 1em; }
  .full-page-content.rally .black-banner .rally-signup form {
    display: block;
    margin: 4em 0; }
    .full-page-content.rally .black-banner .rally-signup form::after {
      clear: both;
      content: "";
      display: table; }
    .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #8c8c8c;
      color: #fff;
      box-shadow: none;
      border-radius: 0;
      padding-left: 0; }
      .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input:last-child {
        margin-right: 0; }
      @media screen and (max-width: 40em) {
        .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 61.158%;
          margin-left: 19.421%;
          margin-top: 1em; }
          .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 86.57213%;
          margin-left: 6.71394%; }
          .full-page-content.rally .black-banner .rally-signup form input.rally-signup-input:last-child {
            margin-right: 0; } }
    .full-page-content.rally .black-banner .rally-signup form button.btn-submit {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .full-page-content.rally .black-banner .rally-signup form button.btn-submit:last-child {
        margin-right: 0; }
      @media screen and (max-width: 40em) {
        .full-page-content.rally .black-banner .rally-signup form button.btn-submit {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 61.158%;
          margin-left: 19.421%;
          margin-top: 2em; }
          .full-page-content.rally .black-banner .rally-signup form button.btn-submit:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .full-page-content.rally .black-banner .rally-signup form button.btn-submit {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 86.57213%;
          margin-left: 6.71394%; }
          .full-page-content.rally .black-banner .rally-signup form button.btn-submit:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 40em) {
      .full-page-content.rally .black-banner .rally-signup form {
        margin: 2em 0; } }

.page-content.rally .wrapper {
  min-height: inherit; }

.page-content.rally .rally-help {
  text-align: center;
  margin: 1em 0 5em; }
  .page-content.rally .rally-help h2 {
    display: block; }
    .page-content.rally .rally-help h2::after {
      clear: both;
      content: "";
      display: table; }
  .page-content.rally .rally-help .faq-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left;
    margin-bottom: 4em; }
    .page-content.rally .rally-help .faq-column:last-child {
      margin-right: 0; }
    .page-content.rally .rally-help .faq-column:nth-child(2n) {
      margin-right: 0; }
    .page-content.rally .rally-help .faq-column:nth-child(2n+1) {
      clear: left; }
    .page-content.rally .rally-help .faq-column:nth-child(1) {
      padding-left: 1em;
      padding-right: 2em; }
    .page-content.rally .rally-help .faq-column:nth-child(2) {
      padding-left: 2em;
      padding-right: 1em; }
    .page-content.rally .rally-help .faq-column h6 {
      color: #62cbe1;
      text-transform: uppercase;
      font-family: "Avenir LT W01_65 Medium1475532";
      margin-top: 2em;
      margin-bottom: 1em; }
    .page-content.rally .rally-help .faq-column p {
      margin-top: 1em; }
    @media screen and (max-width: 48em) {
      .page-content.rally .rally-help .faq-column:nth-child(1) {
        padding-left: 1em;
        padding-right: 0.5em; }
      .page-content.rally .rally-help .faq-column:nth-child(2) {
        padding-left: 0.5em;
        padding-right: 1em; } }
    @media screen and (max-width: 40em) {
      .page-content.rally .rally-help .faq-column {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em; }
        .page-content.rally .rally-help .faq-column:nth-child(2n) {
          margin-right: 3.57866%; }
        .page-content.rally .rally-help .faq-column:nth-child(2n+1) {
          clear: none; }
        .page-content.rally .rally-help .faq-column:last-child {
          margin-right: 0; }
        .page-content.rally .rally-help .faq-column:nth-child(1) {
          padding: 0 0.75em; }
        .page-content.rally .rally-help .faq-column:nth-child(2) {
          padding: 0 0.75em;
          margin-bottom: 3em; } }
  .page-content.rally .rally-help .link-rally-help {
    font-size: 1.75rem; }
    .page-content.rally .rally-help .link-rally-help:hover {
      text-decoration: underline; }
    @media screen and (max-width: 30em) {
      .page-content.rally .rally-help .link-rally-help {
        font-size: 1.375rem; } }

.page-content.rally .judges-section {
  margin: 4em 0 0;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-left: 4.2649%; }
  .page-content.rally .judges-section:last-child {
    margin-right: 0; }
  .page-content.rally .judges-section .btn-arrow {
    font-size: 1.875rem;
    font-weight: 900;
    color: #8c8c8c;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
    padding: 0;
    border: none;
    outline: none; }
  .page-content.rally .judges-section .btn-arrow-prev {
    left: -50px; }
    @media screen and (max-width: 30em) {
      .page-content.rally .judges-section .btn-arrow-prev {
        display: none; } }
  .page-content.rally .judges-section .btn-arrow-next {
    right: -40px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
    @media screen and (max-width: 30em) {
      .page-content.rally .judges-section .btn-arrow-next {
        display: none; } }
  .page-content.rally .judges-section h2 {
    text-align: center;
    margin-bottom: 1em; }
  .page-content.rally .judges-section .judge-item-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    height: 300px; }
    .page-content.rally .judges-section .judge-item-container::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.rally .judges-section .judge-item-container .judge-item {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-left: 4.2649%;
        text-align: center; }
        .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image:last-child {
          margin-right: 0; }
        .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image img {
          border-radius: 50%; }
        @media screen and (max-width: 60em) {
          .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image {
            display: none; } }
        @media screen and (max-width: 30em) {
          .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 46.28851%;
            margin-left: 26.85574%;
            margin-top: 2em;
            margin-bottom: 1em; }
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-image:last-child {
              margin-right: 0; } }
      .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-right: 0;
        padding-left: 1em; }
        .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text:last-child {
          margin-right: 0; }
        .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text a.judge-name {
          font-family: "Avenir LT W01_85 Heavy1475544";
          font-size: 1.125rem; }
          @media screen and (max-width: 30em) {
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text a.judge-name {
              text-align: center;
              margin-top: 1em; } }
        .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text p {
          line-height: 1.6em;
          font-size: 1rem; }
          @media screen and (max-width: 60em) {
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text p {
              font-size: 0.875rem; } }
        @media screen and (max-width: 60em) {
          .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 30em) {
          .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%;
            padding-left: 0;
            text-align: center; }
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text:last-child {
              margin-right: 0; }
            .page-content.rally .judges-section .judge-item-container .judge-item .judge-item-text p {
              text-align: left; } }
      @media screen and (max-width: 30em) {
        .page-content.rally .judges-section .judge-item-container .judge-item {
          position: relative;
          top: auto;
          left: auto !important; } }
    @media screen and (max-width: 64em) {
      .page-content.rally .judges-section .judge-item-container {
        width: 95%;
        height: 350px; } }
    @media screen and (max-width: 60em) {
      .page-content.rally .judges-section .judge-item-container {
        height: 300px; } }
    @media screen and (max-width: 40em) {
      .page-content.rally .judges-section .judge-item-container {
        height: 400px; } }
    @media screen and (max-width: 30em) {
      .page-content.rally .judges-section .judge-item-container {
        height: auto;
        overflow-x: auto; } }
  @media screen and (max-width: 30em) {
    .page-content.rally .judges-section {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .page-content.rally .judges-section:last-child {
        margin-right: 0; } }

.page-content.rally .how-to-join {
  width: 60%;
  margin: 5em auto; }
  .page-content.rally .how-to-join h2 {
    text-align: center; }
  .page-content.rally .how-to-join h6 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 1.5em; }
  .page-content.rally .how-to-join p {
    color: #8c8c8c;
    line-height: 1.6em;
    font-size: 1.125rem; }
    .page-content.rally .how-to-join p.blueprint {
      color: #62cbe1;
      font-family: "Avenir LT W01_65 Medium1475532";
      margin: 1em 0; }
    .page-content.rally .how-to-join p.link-pgl-terms {
      text-align: center;
      margin-top: 3em; }
      .page-content.rally .how-to-join p.link-pgl-terms a {
        color: #000;
        font-family: "Avenir LT W01_65 Medium1475532";
        text-decoration: underline; }
        .page-content.rally .how-to-join p.link-pgl-terms a:hover {
          color: #62cbe1; }
    @media screen and (max-width: 30em) {
      .page-content.rally .how-to-join p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 64em) {
    .page-content.rally .how-to-join {
      width: 70%; } }
  @media screen and (max-width: 48em) {
    .page-content.rally .how-to-join {
      width: 80%;
      margin: 3em auto; } }
  @media screen and (max-width: 30em) {
    .page-content.rally .how-to-join {
      width: 90%; } }

.full-page-content.distribution .gray-banner {
  background-color: #f0f0f0;
  padding: 4em 0;
  text-align: center; }
  .full-page-content.distribution .gray-banner p {
    text-align: left;
    width: 60%;
    margin: 1.5em auto;
    font-size: 1rem;
    line-height: 1.6em; }
    .full-page-content.distribution .gray-banner p a {
      color: #202020;
      font-family: "Avenir LT W01_85 Heavy1475544"; }
      .full-page-content.distribution .gray-banner p a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 48em) {
      .full-page-content.distribution .gray-banner p {
        width: 80%; } }
    @media screen and (max-width: 30em) {
      .full-page-content.distribution .gray-banner p {
        width: 100%; } }

.full-page-content.distribution .to-qualify {
  padding: 2em 0 3em;
  display: block;
  border-bottom: 1px solid #c9ced1; }
  .full-page-content.distribution .to-qualify::after {
    clear: both;
    content: "";
    display: table; }
  .full-page-content.distribution .to-qualify .distro-img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative; }
    .full-page-content.distribution .to-qualify .distro-img:last-child {
      margin-right: 0; }
    .full-page-content.distribution .to-qualify .distro-img img {
      width: 150%;
      max-width: inherit;
      margin-left: -50%; }
    @media screen and (max-width: 40em) {
      .full-page-content.distribution .to-qualify .distro-img {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%; }
        .full-page-content.distribution .to-qualify .distro-img:last-child {
          margin-right: 0; }
        .full-page-content.distribution .to-qualify .distro-img img {
          width: 100%;
          margin-left: 0; } }
  .full-page-content.distribution .to-qualify .qualify-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 4em; }
    .full-page-content.distribution .to-qualify .qualify-text:last-child {
      margin-right: 0; }
    .full-page-content.distribution .to-qualify .qualify-text h3.qualify-header {
      color: #62cbe1;
      font-size: 1.125rem; }
    .full-page-content.distribution .to-qualify .qualify-text h3.qualify-step-title {
      font-size: 1.3125rem;
      margin-top: 1.5em; }
      @media screen and (max-width: 64em) {
        .full-page-content.distribution .to-qualify .qualify-text h3.qualify-step-title {
          font-size: 1.0625rem; } }
      @media screen and (max-width: 48em) {
        .full-page-content.distribution .to-qualify .qualify-text h3.qualify-step-title {
          font-size: 0.9375rem;
          margin-top: 1em; } }
      @media screen and (max-width: 40em) {
        .full-page-content.distribution .to-qualify .qualify-text h3.qualify-step-title {
          font-size: 1.125rem; } }
      @media screen and (max-width: 30em) {
        .full-page-content.distribution .to-qualify .qualify-text h3.qualify-step-title {
          font-size: 1rem; } }
    .full-page-content.distribution .to-qualify .qualify-text p {
      line-height: 1.8em;
      color: #b3b3b3;
      font-size: 1rem; }
      @media screen and (max-width: 48em) {
        .full-page-content.distribution .to-qualify .qualify-text p {
          font-size: 0.8125rem; } }
    @media screen and (max-width: 64em) {
      .full-page-content.distribution .to-qualify .qualify-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .full-page-content.distribution .to-qualify .qualify-text:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 60em) {
      .full-page-content.distribution .to-qualify .qualify-text {
        margin-top: 1em; } }
    @media screen and (max-width: 48em) {
      .full-page-content.distribution .to-qualify .qualify-text {
        margin-top: 0; } }
    @media screen and (max-width: 40em) {
      .full-page-content.distribution .to-qualify .qualify-text {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 87.05267%;
        margin-left: 6.47367%; }
        .full-page-content.distribution .to-qualify .qualify-text:last-child {
          margin-right: 0; } }

.full-page-content.distribution .logos-section {
  margin: 4em 0;
  display: block; }
  .full-page-content.distribution .logos-section::after {
    clear: both;
    content: "";
    display: table; }
  .full-page-content.distribution .logos-section h2 {
    text-align: center;
    padding: 1em 1em 0;
    margin-bottom: 0; }
  .full-page-content.distribution .logos-section h6 {
    text-align: center;
    width: 70%;
    margin: 0.25em auto 1em;
    font-size: 1.3125rem; }
    @media screen and (max-width: 60em) {
      .full-page-content.distribution .logos-section h6 {
        width: 80%;
        font-size: 1.125rem; } }
    @media screen and (max-width: 48em) {
      .full-page-content.distribution .logos-section h6 {
        font-size: 1rem; } }
    @media screen and (max-width: 30em) {
      .full-page-content.distribution .logos-section h6 {
        width: 90%;
        font-size: 0.875rem; } }
  .full-page-content.distribution .logos-section .logos-container .logo-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    height: 120px;
    position: relative; }
    .full-page-content.distribution .logos-section .logos-container .logo-item:last-child {
      margin-right: 0; }
    .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(6n) {
      margin-right: 0; }
    .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(6n+1) {
      clear: left; }
    .full-page-content.distribution .logos-section .logos-container .logo-item img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 80%; }
    @media screen and (max-width: 48em) {
      .full-page-content.distribution .logos-section .logos-container .logo-item {
        height: 90px; } }
    @media screen and (max-width: 30em) {
      .full-page-content.distribution .logos-section .logos-container .logo-item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 19.43277%; }
        .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(6n) {
          margin-right: 7.42297%; }
        .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(6n+1) {
          clear: none; }
        .full-page-content.distribution .logos-section .logos-container .logo-item:last-child {
          margin-right: 0; }
        .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(4n) {
          margin-right: 0; }
        .full-page-content.distribution .logos-section .logos-container .logo-item:nth-child(4n+1) {
          clear: left; } }

.page-content.distribution .wrapper {
  min-height: inherit; }

.page-content.distribution .posters {
  margin: 4em 0; }
  .page-content.distribution .posters h2 {
    width: 50%;
    margin: 1em auto;
    text-align: center; }
    @media screen and (max-width: 48em) {
      .page-content.distribution .posters h2 {
        width: 70%; } }
    @media screen and (max-width: 30em) {
      .page-content.distribution .posters h2 {
        width: 100%; } }
  .page-content.distribution .posters .posters-container {
    display: block; }
    .page-content.distribution .posters .posters-container::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.distribution .posters .posters-container div {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%;
      margin-bottom: 1em; }
      .page-content.distribution .posters .posters-container div:last-child {
        margin-right: 0; }
      .page-content.distribution .posters .posters-container div:nth-child(5n) {
        margin-right: 0; }
      .page-content.distribution .posters .posters-container div:nth-child(5n+1) {
        clear: left; }
      @media screen and (max-width: 60em) {
        .page-content.distribution .posters .posters-container div {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .page-content.distribution .posters .posters-container div:nth-child(5n) {
            margin-right: 2.35765%; }
          .page-content.distribution .posters .posters-container div:nth-child(5n+1) {
            clear: none; }
          .page-content.distribution .posters .posters-container div:last-child {
            margin-right: 0; }
          .page-content.distribution .posters .posters-container div:nth-child(3n) {
            margin-right: 0; }
          .page-content.distribution .posters .posters-container div:nth-child(3n+1) {
            clear: left; } }

.page-content.film-angel {
  display: block;
  text-align: center;
  /*h3{
		width:65%;
		margin: 2em auto;

		@include media($small-desktop){
			width:85%;
		}
		@include media($mobile){
			width:95%;
		}
	}*/ }
  .page-content.film-angel::after {
    clear: both;
    content: "";
    display: table; }
  .page-content.film-angel .wrapper {
    min-height: inherit; }
  .page-content.film-angel .options {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .page-content.film-angel .options:last-child {
      margin-right: 0; }
    .page-content.film-angel .options .option {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-content.film-angel .options .option:last-child {
        margin-right: 0; }
      .page-content.film-angel .options .option:nth-child(3n) {
        margin-right: 0; }
      .page-content.film-angel .options .option:nth-child(3n+1) {
        clear: left; }
      .page-content.film-angel .options .option .option-header {
        width: 100%;
        padding: 3em 0;
        background-size: cover; }
        .page-content.film-angel .options .option .option-header h3 {
          width: 100%;
          font-family: "Avenir LT W01_85 Heavy1475544";
          font-size: 1.3125rem;
          color: #fff;
          margin-bottom: 0;
          margin-top: 1em; }
          @media screen and (max-width: 48em) {
            .page-content.film-angel .options .option .option-header h3 {
              font-size: 1.125rem; } }
          @media screen and (max-width: 40em) {
            .page-content.film-angel .options .option .option-header h3 {
              font-size: 1rem; } }
          @media screen and (max-width: 30em) {
            .page-content.film-angel .options .option .option-header h3 {
              font-size: 1.3125rem; } }
        .page-content.film-angel .options .option .option-header h5 {
          font-size: 1.125rem;
          letter-spacing: .05em;
          font-family: "Avenir LT W01_85 Heavy1475544";
          color: #fff;
          margin-top: 0.25em; }
          @media screen and (max-width: 48em) {
            .page-content.film-angel .options .option .option-header h5 {
              font-size: 0.9375rem; } }
          @media screen and (max-width: 30em) {
            .page-content.film-angel .options .option .option-header h5 {
              font-size: 1.0625rem; } }
        @media screen and (max-width: 40em) {
          .page-content.film-angel .options .option .option-header {
            padding: 2em 0; } }
      .page-content.film-angel .options .option .option-content {
        height: 240px;
        padding: 0 1em; }
        .page-content.film-angel .options .option .option-content h5 {
          font-family: "Avenir LT W01_85 Heavy1475544";
          border-bottom: 1px solid #c9ced1;
          padding: 0.75em 0; }
          @media screen and (max-width: 40em) {
            .page-content.film-angel .options .option .option-content h5 {
              font-size: 0.8125rem; } }
          @media screen and (max-width: 30em) {
            .page-content.film-angel .options .option .option-content h5 {
              font-size: 1rem; } }
        .page-content.film-angel .options .option .option-content p {
          border-bottom: 1px solid #c9ced1;
          padding: 0.75em 0; }
          .page-content.film-angel .options .option .option-content p span.small {
            display: block;
            font-size: 0.75rem;
            line-height: 1.3em;
            margin-top: 0.5em; }
            @media screen and (max-width: 40em) {
              .page-content.film-angel .options .option .option-content p span.small {
                font-size: 0.6875rem; } }
          @media screen and (max-width: 48em) {
            .page-content.film-angel .options .option .option-content p {
              font-size: 0.8125rem; } }
          @media screen and (max-width: 40em) {
            .page-content.film-angel .options .option .option-content p {
              font-size: 0.75rem; } }
          @media screen and (max-width: 30em) {
            .page-content.film-angel .options .option .option-content p {
              font-size: 0.875rem; } }
        @media screen and (max-width: 60em) {
          .page-content.film-angel .options .option .option-content {
            padding: 0; } }
        @media screen and (max-width: 30em) {
          .page-content.film-angel .options .option .option-content {
            height: auto;
            padding-bottom: 1em; } }
      .page-content.film-angel .options .option a.option-select {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        @media screen and (max-width: 40em) {
          .page-content.film-angel .options .option a.option-select {
            font-size: 0.75rem; } }
        @media screen and (max-width: 30em) {
          .page-content.film-angel .options .option a.option-select {
            font-size: 0.875rem; } }
      .page-content.film-angel .options .option.option1 .option-header {
        background-color: #57cfc6;
        background-image: url(/web/20160602035606/https://www.seedandspark.com/img/filmangel/bluebox.jpg); }
      .page-content.film-angel .options .option.option1 a.option-select {
        background-color: #57cfc6; }
        .page-content.film-angel .options .option.option1 a.option-select:hover {
          background-color: #30a9a0; }
      .page-content.film-angel .options .option.option2 .option-header {
        background-color: #aa31be;
        background-image: url(/web/20160602035606/https://www.seedandspark.com/img/filmangel/purplebox.jpg); }
      .page-content.film-angel .options .option.option2 a.option-select {
        background-color: #aa31be; }
        .page-content.film-angel .options .option.option2 a.option-select:hover {
          background-color: #742181; }
      .page-content.film-angel .options .option.option3 .option-header {
        background-color: #57cb7a;
        background-image: url(/web/20160602035606/https://www.seedandspark.com/img/filmangel/greenbox.jpg); }
      .page-content.film-angel .options .option.option3 a.option-select {
        background-color: #57cb7a; }
        .page-content.film-angel .options .option.option3 a.option-select:hover {
          background-color: #32a354; }
      @media screen and (max-width: 30em) {
        .page-content.film-angel .options .option {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-left: 0%;
          margin-right: 0;
          margin-bottom: 2em; }
          .page-content.film-angel .options .option:nth-child(3n) {
            margin-right: 7.42297%; }
          .page-content.film-angel .options .option:nth-child(3n+1) {
            clear: none; }
          .page-content.film-angel .options .option:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 64em) {
      .page-content.film-angel .options {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .page-content.film-angel .options:last-child {
          margin-right: 0; } }
  .page-content.film-angel .ep-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: block;
    margin: 4em 0; }
    .page-content.film-angel .ep-container:last-child {
      margin-right: 0; }
    .page-content.film-angel .ep-container::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.film-angel .ep-container .ep-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-left: 4.2649%;
      margin-right: 0; }
      .page-content.film-angel .ep-container .ep-image:last-child {
        margin-right: 0; }
      .page-content.film-angel .ep-container .ep-image img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 64em) {
        .page-content.film-angel .ep-container .ep-image {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-left: 0%; }
          .page-content.film-angel .ep-container .ep-image:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .page-content.film-angel .ep-container .ep-image {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 74.10533%;
          margin-left: 12.94733%; }
          .page-content.film-angel .ep-container .ep-image:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.film-angel .ep-container .ep-image {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 86.57213%;
          margin-left: 6.71394%; }
          .page-content.film-angel .ep-container .ep-image:last-child {
            margin-right: 0; } }
    .page-content.film-angel .ep-container .ep-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 29.62911%;
      margin-left: 6.39735%;
      margin-right: 0;
      text-align: left; }
      .page-content.film-angel .ep-container .ep-content:last-child {
        margin-right: 0; }
      .page-content.film-angel .ep-container .ep-content h3 {
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 1.75rem; }
      .page-content.film-angel .ep-container .ep-content p.you-get {
        margin-left: -30px; }
      .page-content.film-angel .ep-container .ep-content p.ep-perk {
        margin: 1em 0;
        position: relative;
        font-size: 1rem; }
        .page-content.film-angel .ep-container .ep-content p.ep-perk span.icon-icon-126568 {
          font-size: 1.25rem;
          position: absolute;
          left: -30px;
          top: 0; }
        .page-content.film-angel .ep-container .ep-content p.ep-perk.blue span.icon-icon-126568 {
          color: #62cbe1; }
        .page-content.film-angel .ep-container .ep-content p.ep-perk.green span.icon-icon-126568 {
          color: #6cdc89; }
      @media screen and (max-width: 64em) {
        .page-content.film-angel .ep-container .ep-content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-left: 4.2649%;
          margin-right: 0; }
          .page-content.film-angel .ep-container .ep-content:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 48em) {
        .page-content.film-angel .ep-container .ep-content {
          margin-top: 2em;
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 44.97383%;
          margin-left: 32.36833%; }
          .page-content.film-angel .ep-container .ep-content:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .page-content.film-angel .ep-container .ep-content {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 61.158%;
          margin-left: 25.89467%; }
          .page-content.film-angel .ep-container .ep-content:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.film-angel .ep-container .ep-content {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 73.14426%;
          margin-left: 20.14181%; }
          .page-content.film-angel .ep-container .ep-content:last-child {
            margin-right: 0; }
          .page-content.film-angel .ep-container .ep-content h3 {
            font-size: 1.25rem; }
          .page-content.film-angel .ep-container .ep-content p {
            font-size: 0.875rem; } }
    @media screen and (max-width: 30em) {
      .page-content.film-angel .ep-container {
        margin: 2em 0; } }
  .page-content.film-angel .btn-add-to-order {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 34.11922%; }
    .page-content.film-angel .btn-add-to-order:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .page-content.film-angel .btn-add-to-order {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 61.158%;
        margin-left: 19.421%; }
        .page-content.film-angel .btn-add-to-order:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.film-angel .btn-add-to-order {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%;
        margin-left: 13.42787%; }
        .page-content.film-angel .btn-add-to-order:last-child {
          margin-right: 0; } }
  .page-content.film-angel .no-thanks-link {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin: 2em 0 3em; }
    .page-content.film-angel .no-thanks-link:last-child {
      margin-right: 0; }
    .page-content.film-angel .no-thanks-link a {
      display: inline-block;
      font-size: 1.5rem; }
      .page-content.film-angel .no-thanks-link a .arrow-png {
        display: inline-block;
        height: 30px;
        margin-left: 5px; }
        .page-content.film-angel .no-thanks-link a .arrow-png img {
          height: 100%;
          width: auto;
          margin-bottom: -5px; }
    @media screen and (max-width: 30em) {
      .page-content.film-angel .no-thanks-link {
        margin: 1em 0; } }

.full-page-content.film-angel .gray-banner {
  background-color: #f0f0f0;
  padding: 1em 0 4em;
  text-align: center; }
  .full-page-content.film-angel .gray-banner h3 {
    margin: 2em 0; }
  .full-page-content.film-angel .gray-banner .posters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .full-page-content.film-angel .gray-banner .posters:last-child {
      margin-right: 0; }
    .full-page-content.film-angel .gray-banner .posters .poster {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .full-page-content.film-angel .gray-banner .posters .poster:last-child {
        margin-right: 0; }
      .full-page-content.film-angel .gray-banner .posters .poster:nth-child(4n) {
        margin-right: 0; }
      .full-page-content.film-angel .gray-banner .posters .poster:nth-child(4n+1) {
        clear: left; }
      .full-page-content.film-angel .gray-banner .posters .poster p {
        font-family: "Avenir LT W01_85 Heavy1475544";
        letter-spacing: 0.5px; }
      @media screen and (max-width: 30em) {
        .full-page-content.film-angel .gray-banner .posters .poster {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%;
          margin-bottom: 2em; }
          .full-page-content.film-angel .gray-banner .posters .poster:nth-child(4n) {
            margin-right: 7.42297%; }
          .full-page-content.film-angel .gray-banner .posters .poster:nth-child(4n+1) {
            clear: none; }
          .full-page-content.film-angel .gray-banner .posters .poster:last-child {
            margin-right: 0; }
          .full-page-content.film-angel .gray-banner .posters .poster:nth-child(2n) {
            margin-right: 0; }
          .full-page-content.film-angel .gray-banner .posters .poster:nth-child(2n+1) {
            clear: left; } }
    @media screen and (max-width: 64em) {
      .full-page-content.film-angel .gray-banner .posters {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .full-page-content.film-angel .gray-banner .posters:last-child {
          margin-right: 0; } }

.full-page-content.film-angel .blue-banner {
  background-color: #12a7cb;
  padding: 4em 0 4em;
  text-align: center; }
  .full-page-content.film-angel .blue-banner h2, .full-page-content.film-angel .blue-banner h4 {
    color: #fff;
    width: 85%;
    margin: 0.5em auto; }
  @media screen and (max-width: 40em) {
    .full-page-content.film-angel .blue-banner h2 {
      font-size: 1.375rem;
      width: 100%; }
    .full-page-content.film-angel .blue-banner h4 {
      font-size: 1rem;
      width: 100%; } }

.full-page-content.cf-class .gray-banner {
  padding: 3em auto;
  background-color: #f0f0f0; }

.full-page-content.cf-class .about-section {
  padding-top: 4em;
  margin-bottom: 4em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  display: block; }
  .full-page-content.cf-class .about-section:last-child {
    margin-right: 0; }
  .full-page-content.cf-class .about-section::after {
    clear: both;
    content: "";
    display: table; }
  .full-page-content.cf-class .about-section .about-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .full-page-content.cf-class .about-section .about-left:last-child {
      margin-right: 0; }
    .full-page-content.cf-class .about-section .about-left h2 {
      margin-bottom: 0.5em;
      text-align: center;
      color: #62cbe1;
      font-size: 2.25rem; }
      @media screen and (max-width: 30em) {
        .full-page-content.cf-class .about-section .about-left h2 {
          margin-bottom: 1em;
          font-size: 1.75rem; } }
    .full-page-content.cf-class .about-section .about-left p {
      line-height: 1.6em;
      margin-bottom: 1em; }
    @media screen and (max-width: 30em) {
      .full-page-content.cf-class .about-section .about-left {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .full-page-content.cf-class .about-section .about-left:last-child {
          margin-right: 0; } }
  .full-page-content.cf-class .about-section .about-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    text-align: center; }
    .full-page-content.cf-class .about-section .about-right:last-child {
      margin-right: 0; }
    .full-page-content.cf-class .about-section .about-right .about-profile {
      float: right;
      max-width: 55%;
      margin-bottom: 2em; }
      .full-page-content.cf-class .about-section .about-right .about-profile img {
        border-radius: 50%;
        max-width: 100%; }
      .full-page-content.cf-class .about-section .about-right .about-profile p {
        font-family: "Avenir LT W01_85 Heavy1475544"; }
      @media screen and (max-width: 30em) {
        .full-page-content.cf-class .about-section .about-right .about-profile {
          float: none;
          display: inline-block;
          width: 35%;
          margin: 0 1em 2em; } }
      @media screen and (max-width: 48em) {
        .full-page-content.cf-class .about-section .about-right .about-profile {
          max-width: 70%; } }
    @media screen and (max-width: 48em) {
      .full-page-content.cf-class .about-section .about-right {
        margin-top: 2em; } }
    @media screen and (max-width: 30em) {
      .full-page-content.cf-class .about-section .about-right {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .full-page-content.cf-class .about-section .about-right:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .full-page-content.cf-class .about-section {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      padding-top: 2em; }
      .full-page-content.cf-class .about-section:last-child {
        margin-right: 0; } }

.page-content.cf-class {
  text-align: center;
  padding-top: 3em;
  background-color: #fff; }
  .page-content.cf-class .span-container {
    background-color: #fff; }
  .page-content.cf-class h1 {
    margin: 0; }
  .page-content.cf-class h5 {
    margin: 0; }
  .page-content.cf-class p.subheader {
    text-align: center; }
  .page-content.cf-class .wrapper {
    min-height: auto; }
  .page-content.cf-class .top-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: block; }
    .page-content.cf-class .top-content:last-child {
      margin-right: 0; }
    .page-content.cf-class .top-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 64em) {
      .page-content.cf-class .top-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .page-content.cf-class .top-content:last-child {
          margin-right: 0; } }
    .page-content.cf-class .top-content h5 {
      color: #202020; }
  .page-content.cf-class .video-section {
    display: block;
    margin: 2em auto;
    padding-bottom: 2em;
    text-align: left;
    border-bottom: 1px solid #c9ced1; }
    .page-content.cf-class .video-section::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.cf-class .video-section .class-videoholder {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      .page-content.cf-class .video-section .class-videoholder:last-child {
        margin-right: 0; }
      .page-content.cf-class .video-section .class-videoholder .current-video-info {
        margin-bottom: 0.25em;
        display: none; }
        .page-content.cf-class .video-section .class-videoholder .current-video-info p.class-item-title {
          display: inline-block;
          text-align: left;
          font-family: "Avenir LT W01_85 Heavy1475544";
          margin: 0; }
        .page-content.cf-class .video-section .class-videoholder .current-video-info p.class-item-length {
          color: #c9ced1;
          text-align: left;
          display: inline-block;
          margin: 0; }
        @media screen and (max-width: 30em) {
          .page-content.cf-class .video-section .class-videoholder .current-video-info {
            display: block; } }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .video-section .class-videoholder {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .page-content.cf-class .video-section .class-videoholder:last-child {
            margin-right: 0; } }
    .page-content.cf-class .video-section .class-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0;
      float: right; }
      .page-content.cf-class .video-section .class-sidebar:last-child {
        margin-right: 0; }
      .page-content.cf-class .video-section .class-sidebar .class-header {
        margin-left: 1em;
        padding-bottom: 0.25em; }
        .page-content.cf-class .video-section .class-sidebar .class-header h5, .page-content.cf-class .video-section .class-sidebar .class-header p {
          color: #62cbe1;
          margin: 0;
          text-align: left; }
        .page-content.cf-class .video-section .class-sidebar .class-header h5 {
          text-transform: uppercase;
          font-family: "Avenir LT W01_85 Heavy1475544"; }
        @media screen and (max-width: 48em) {
          .page-content.cf-class .video-section .class-sidebar .class-header h5 {
            font-size: 0.875rem; }
          .page-content.cf-class .video-section .class-sidebar .class-header p {
            font-size: 0.75rem; } }
      .page-content.cf-class .video-section .class-sidebar .class-list-container {
        position: relative; }
        .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list {
          position: relative;
          height: 300px; }
          .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item {
            text-align: left;
            display: block;
            padding: 0.5em 0 0.5em 1em;
            cursor: pointer; }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item::after {
              clear: both;
              content: "";
              display: table; }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-number {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 10.43705%;
              font-size: 0.875rem;
              font-family: "Avenir LT W01_85 Heavy1475544"; }
              .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-number:last-child {
                margin-right: 0; }
              @media screen and (max-width: 48em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-number {
                  font-size: 0.8125rem; } }
              @media screen and (max-width: 30em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-number {
                  font-size: 0.9375rem; } }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-title {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 65.88078%;
              font-size: 0.875rem; }
              .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-title:last-child {
                margin-right: 0; }
              .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-title .icon-star-full {
                color: #f6d13f; }
              @media screen and (max-width: 48em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-title {
                  font-size: 0.8125rem; } }
              @media screen and (max-width: 30em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-title {
                  font-size: 0.9375rem; } }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-length {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 12.56951%;
              font-size: 0.875rem;
              color: #c9ced1;
              text-align: right; }
              .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-length:last-child {
                margin-right: 0; }
              @media screen and (max-width: 48em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-length {
                  font-size: 0.8125rem; } }
              @media screen and (max-width: 30em) {
                .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item .class-item-length {
                  font-size: 0.9375rem; } }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item:hover, .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item.selected {
              background-color: #f0f0f0; }
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item.selected .class-item-title {
              font-family: "Avenir LT W01_85 Heavy1475544"; }
            @media screen and (max-width: 60em) {
              .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list .class-item {
                padding: 0.25em 0 0.25em 0.5em; } }
          @media screen and (max-width: 30em) {
            .page-content.cf-class .video-section .class-sidebar .class-list-container .class-list {
              height: 260px !important; } }
        .page-content.cf-class .video-section .class-sidebar .class-list-container .fadeout {
          position: absolute;
          bottom: 0;
          height: 100px;
          width: 97%;
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          pointer-events: none; }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .video-section .class-sidebar {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-top: 1em; }
          .page-content.cf-class .video-section .class-sidebar:last-child {
            margin-right: 0; } }
  .page-content.cf-class .under-video {
    display: block; }
    .page-content.cf-class .under-video::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.cf-class .under-video .under-video-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      text-align: left; }
      .page-content.cf-class .under-video .under-video-left:last-child {
        margin-right: 0; }
      .page-content.cf-class .under-video .under-video-left h3 {
        color: #62cbe1; }
        @media screen and (max-width: 30em) {
          .page-content.cf-class .under-video .under-video-left h3 {
            font-size: 1.5rem; } }
      .page-content.cf-class .under-video .under-video-left p {
        line-height: 1.6em;
        margin-bottom: 1.5em; }
      .page-content.cf-class .under-video .under-video-left .hl {
        display: none; }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .under-video .under-video-left {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .page-content.cf-class .under-video .under-video-left:last-child {
            margin-right: 0; } }
    .page-content.cf-class .under-video .under-video-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 8.5298%;
      margin-right: 0;
      text-align: left; }
      .page-content.cf-class .under-video .under-video-right:last-child {
        margin-right: 0; }
      .page-content.cf-class .under-video .under-video-right .ex, .page-content.cf-class .under-video .under-video-right .dl {
        display: none; }
      .page-content.cf-class .under-video .under-video-right h3 {
        color: #62cbe1;
        margin-bottom: 0.25em; }
        @media screen and (max-width: 30em) {
          .page-content.cf-class .under-video .under-video-right h3 {
            font-size: 1.5rem; } }
      .page-content.cf-class .under-video .under-video-right a.link-example {
        color: #000;
        font-family: "Avenir LT W01_85 Heavy1475544";
        display: block;
        margin-bottom: 0.75em;
        font-size: 0.875rem;
        position: relative;
        margin-left: 20px; }
        .page-content.cf-class .under-video .under-video-right a.link-example span.link-icon {
          position: absolute;
          left: -20px;
          top: 2px;
          font-size: 1rem;
          color: #62cbe1; }
        .page-content.cf-class .under-video .under-video-right a.link-example:hover {
          text-decoration: underline; }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .under-video .under-video-right {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-left: 0%; }
          .page-content.cf-class .under-video .under-video-right:last-child {
            margin-right: 0; } }
  .page-content.cf-class .buttons {
    display: block;
    margin-top: 2em; }
    .page-content.cf-class .buttons::after {
      clear: both;
      content: "";
      display: table; }
    .page-content.cf-class .buttons .btn-launch {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 36.02647%;
      padding: 14px 0 10px; }
      .page-content.cf-class .buttons .btn-launch:last-child {
        margin-right: 0; }
      @media screen and (max-width: 40em) {
        .page-content.cf-class .buttons .btn-launch {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%;
          margin-left: 0%; }
          .page-content.cf-class .buttons .btn-launch:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .buttons .btn-launch {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-left: 0%; }
          .page-content.cf-class .buttons .btn-launch:last-child {
            margin-right: 0; } }
    .page-content.cf-class .buttons .btn-blue {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.96686%;
      padding: 14px 0 10px; }
      .page-content.cf-class .buttons .btn-blue:last-child {
        margin-right: 0; }
      .page-content.cf-class .buttons .btn-blue span {
        margin-right: 1em;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 0.4em 0.5em;
        font-size: 0.9375rem;
        text-align: center;
        letter-spacing: 0; }
        @media screen and (max-width: 48em) {
          .page-content.cf-class .buttons .btn-blue span {
            margin-right: 0.5em; } }
        @media screen and (max-width: 40em) {
          .page-content.cf-class .buttons .btn-blue span {
            font-size: 0.8125rem; } }
        @media screen and (max-width: 30em) {
          .page-content.cf-class .buttons .btn-blue span {
            font-size: 0.75rem; } }
      .page-content.cf-class .buttons .btn-blue.fb {
        background-color: #3b5999; }
        .page-content.cf-class .buttons .btn-blue.fb:hover {
          background-color: #263962; }
      .page-content.cf-class .buttons .btn-blue.twitter {
        background-color: #55acef; }
        .page-content.cf-class .buttons .btn-blue.twitter:hover {
          background-color: #1589e2; }
      .page-content.cf-class .buttons .btn-blue.email {
        background-color: #62cbe1; }
        .page-content.cf-class .buttons .btn-blue.email:hover {
          background-color: #28b2cf; }
      @media screen and (max-width: 40em) {
        .page-content.cf-class .buttons .btn-blue {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 30.93893%;
          margin-top: 1em; }
          .page-content.cf-class .buttons .btn-blue:last-child {
            margin-right: 0; }
          .page-content.cf-class .buttons .btn-blue:nth-child(4n) {
            margin-right: 0; }
          .page-content.cf-class .buttons .btn-blue:nth-child(4n+1) {
            clear: left; } }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .buttons .btn-blue {
          width: 32.3%;
          margin-right: 0;
          margin-top: 0.5em;
          font-size: 0.75rem; }
          .page-content.cf-class .buttons .btn-blue.twitter {
            width: 31.3%;
            margin-left: 2%;
            margin-right: 2%; } }
  .page-content.cf-class .tour-section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: 2em; }
    .page-content.cf-class .tour-section:last-child {
      margin-right: 0; }
    .page-content.cf-class .tour-section a.tour-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      padding: 0 1em;
      margin-bottom: 1em;
      display: table; }
      .page-content.cf-class .tour-section a.tour-item:last-child {
        margin-right: 0; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(3n) {
        margin-right: 0; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(3n+1) {
        clear: left; }
      .page-content.cf-class .tour-section a.tour-item .tour-item-text {
        display: table-cell;
        vertical-align: middle; }
        .page-content.cf-class .tour-section a.tour-item .tour-item-text h4 {
          color: #fff;
          font-family: "Avenir LT W01_85 Heavy1475544";
          line-height: 1.2em; }
        .page-content.cf-class .tour-section a.tour-item .tour-item-text p {
          color: #fff;
          line-height: 1.2em; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(1) {
        background-color: #55d9cc; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(2) {
        background-color: #f8ab9b; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(3) {
        background-color: #ff628f; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(4) {
        background-color: #be9bdd; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(5) {
        background-color: #f3c301; }
      .page-content.cf-class .tour-section a.tour-item:nth-child(6) {
        background-color: #f78e55; }
      @media screen and (max-width: 30em) {
        .page-content.cf-class .tour-section a.tour-item {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%;
          display: table;
          margin-bottom: 1.5em; }
          .page-content.cf-class .tour-section a.tour-item:nth-child(3n) {
            margin-right: 7.42297%; }
          .page-content.cf-class .tour-section a.tour-item:nth-child(3n+1) {
            clear: none; }
          .page-content.cf-class .tour-section a.tour-item:last-child {
            margin-right: 0; }
          .page-content.cf-class .tour-section a.tour-item:nth-child(2n) {
            margin-right: 0; }
          .page-content.cf-class .tour-section a.tour-item:nth-child(2n+1) {
            clear: left; } }
    @media screen and (max-width: 64em) {
      .page-content.cf-class .tour-section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .page-content.cf-class .tour-section:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .page-content.cf-class .tour-section {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-left: 0%; }
        .page-content.cf-class .tour-section:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .page-content.cf-class .tour-section {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 86.57213%;
        margin-left: 6.71394%; }
        .page-content.cf-class .tour-section:last-child {
          margin-right: 0; } }
