/* line 2, app/assets/stylesheets/_shared/flash.scss */
.flash {
  z-index: 9999;
  position: absolute;
  top: 87px;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
}

/* line 12, app/assets/stylesheets/_shared/flash.scss */
.flash-message {
  position: relative;
  display: inline-block;
  margin: 0 3rem;
  padding: 0.5rem 2.4rem 0.54rem 1.2rem;
  color: #fff;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: transform 0.25s, opacity 0.25s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 23, app/assets/stylesheets/_shared/flash.scss */
.flash-message a {
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

/* line 28, app/assets/stylesheets/_shared/flash.scss */
.flash-message a:hover, .flash-message a:focus {
  border: 0;
}

/* line 34, app/assets/stylesheets/_shared/flash.scss */
.flash-message .icon-close {
  position: absolute;
  top: 0.1em;
  right: 0.4em;
  padding: 0.2em;
  font-size: 19px;
  color: #fff;
  opacity: 0.75;
}

/* line 43, app/assets/stylesheets/_shared/flash.scss */
.flash-message .icon-close:hover, .flash-message .icon-close:focus {
  opacity: 1;
}

/* line 49, app/assets/stylesheets/_shared/flash.scss */
.flash-message.hidden {
  transform: translateY(-50%) scale(0.95);
  opacity: 0;
}

/* line 55, app/assets/stylesheets/_shared/flash.scss */
.flash-message-error {
  background-color: #c24248;
}

/* line 58, app/assets/stylesheets/_shared/flash.scss */
.flash-message-info {
  background-color: #d2ad36;
}

/* line 61, app/assets/stylesheets/_shared/flash.scss */
.flash-message-success {
  background-color: #55a658;
}

/* line 64, app/assets/stylesheets/_shared/flash.scss */
.flash-message-warning {
  background-color: #c2822d;
}
/* line 1, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup p {
  margin: 0.75rem 0;
}

/* line 20, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup hr {
  background: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 1.5rem 0;
}

/* line 27, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup .content {
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 20px;
  padding: 3rem 2rem;
  padding-top: 0.75rem;
  max-width: 24rem;
}

/* line 37, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup .nav {
  text-align: right;
  margin: 0 -1rem;
}

/* line 42, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup .title {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}

/* line 48, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup .close-button {
  color: black;
  font-size: 1.5rem;
  background: none;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  border: none;
}

/* line 58, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup .action-button {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  background: #dd2e7a;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

/* line 77, app/assets/stylesheets/_shared/fullscreen-popup.scss */
.fullscreen-popup.closed {
  display: none;
}
/* line 2, app/assets/stylesheets/_shared/general.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 8, app/assets/stylesheets/_shared/general.scss */
.left-align {
  text-align: left;
}

/* line 11, app/assets/stylesheets/_shared/general.scss */
.right-align {
  text-align: right;
}

/* line 14, app/assets/stylesheets/_shared/general.scss */
.center-align {
  text-align: center;
}

/* line 18, app/assets/stylesheets/_shared/general.scss */
.relative {
  position: relative;
}

/* line 21, app/assets/stylesheets/_shared/general.scss */
[data-before]:before {
  content: attr(data-before);
}

/* line 24, app/assets/stylesheets/_shared/general.scss */
[data-after]:after {
  content: attr(data-after);
}

/* line 29, app/assets/stylesheets/_shared/general.scss */
.columns,
.column.columns {
  font-size: 0;
}

/* line 34, app/assets/stylesheets/_shared/general.scss */
.columns-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* line 40, app/assets/stylesheets/_shared/general.scss */
.columns-justify-2 .column {
  width: 48%;
}

/* line 43, app/assets/stylesheets/_shared/general.scss */
.columns-justify-2 .column + .column {
  margin-left: 4%;
}

/* line 47, app/assets/stylesheets/_shared/general.scss */
.columns-justify-2 .column-40 {
  width: 38%;
}

/* line 50, app/assets/stylesheets/_shared/general.scss */
.columns-justify-2 .column-60 {
  width: 58%;
}

/* line 54, app/assets/stylesheets/_shared/general.scss */
.column {
  display: inline-block;
  vertical-align: top;
}

/* line 58, app/assets/stylesheets/_shared/general.scss */
.column-25 {
  width: 25%;
}

/* line 61, app/assets/stylesheets/_shared/general.scss */
.column-30 {
  width: 30%;
}

/* line 64, app/assets/stylesheets/_shared/general.scss */
.column-33 {
  width: 33%;
}

/* line 67, app/assets/stylesheets/_shared/general.scss */
.column-33:first-child {
  width: 34%;
}

/* line 70, app/assets/stylesheets/_shared/general.scss */
.column-40 {
  width: 40%;
}

/* line 73, app/assets/stylesheets/_shared/general.scss */
.column-50 {
  width: 50%;
}

/* line 76, app/assets/stylesheets/_shared/general.scss */
.column-60 {
  width: 60%;
}

/* line 79, app/assets/stylesheets/_shared/general.scss */
.column-66 {
  width: 66%;
}

/* line 82, app/assets/stylesheets/_shared/general.scss */
.column-70 {
  width: 70%;
}

/* line 87, app/assets/stylesheets/_shared/general.scss */
.v-centered,
.v-centered-container:after {
  display: inline-block;
  vertical-align: middle;
}

/* line 92, app/assets/stylesheets/_shared/general.scss */
.v-centered-container:after {
  content: '';
  height: 100%;
}

/* line 97, app/assets/stylesheets/_shared/general.scss */
.table-container {
  display: table;
  width: 100%;
}

/* line 101, app/assets/stylesheets/_shared/general.scss */
.table-cell {
  display: table-cell;
}

/* line 106, app/assets/stylesheets/_shared/general.scss */
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  -webkit-appearance: none;
}

/* line 114, app/assets/stylesheets/_shared/general.scss */
.textarea-auto-resize textarea {
  overflow: hidden;
  resize: none;
  outline: 0;
}

/* line 122, app/assets/stylesheets/_shared/general.scss */
.placeholder {
  color: #aaa !important;
}

/* line 127, app/assets/stylesheets/_shared/general.scss */
.image-container,
.image-container > div {
  position: relative;
}

/* line 131, app/assets/stylesheets/_shared/general.scss */
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 140, app/assets/stylesheets/_shared/general.scss */
.alert.alert-error {
  margin-bottom: 1em;
  color: #c24248;
  font-weight: 700;
}

/* line 147, app/assets/stylesheets/_shared/general.scss */
.field_with_errors input,
.field_with_errors textarea {
  border: 1px solid #c24248 !important;
  background: #ffe7eb !important;
}

/* line 154, app/assets/stylesheets/_shared/general.scss */
.field_with_errors span.error {
  display: block;
  margin: 0.6em 0;
  color: #c24248;
  font-weight: 700;
}

/* line 161, app/assets/stylesheets/_shared/general.scss */
.icon > svg {
  display: block;
}

/* line 165, app/assets/stylesheets/_shared/general.scss */
.-with-gold-tag {
  position: relative;
}
/* line 1, app/assets/stylesheets/_shared/hello-bar.scss */
#hello-bar {
  padding: 1em 2em;
  background-color: #e322da;
}
/* line 2, app/assets/stylesheets/_shared/icons.scss */
.menu-icon svg,
.menu-icon polygon {
  transform-origin: center;
  transition: all 250ms ease;
  transform: rotate3d(0, 0, 1, 0deg);
}

/* line 11, app/assets/stylesheets/_shared/icons.scss */
.menu-icon.icon-close svg {
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 15, app/assets/stylesheets/_shared/icons.scss */
.menu-icon.icon-close polygon:nth-child(2) {
  opacity: 0;
}

/* line 19, app/assets/stylesheets/_shared/icons.scss */
.menu-icon.icon-close polygon:first-of-type {
  transform: translate3d(0, -24%, 0);
}

/* line 23, app/assets/stylesheets/_shared/icons.scss */
.menu-icon.icon-close polygon:last-of-type {
  transform: translate3d(-24%, 0, 0) rotate3d(0, 0, 1, 90deg);
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
    max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, app/assets/stylesheets/_shared/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, app/assets/stylesheets/_shared/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, app/assets/stylesheets/_shared/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, app/assets/stylesheets/_shared/normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, app/assets/stylesheets/_shared/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, app/assets/stylesheets/_shared/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, app/assets/stylesheets/_shared/normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, app/assets/stylesheets/_shared/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, app/assets/stylesheets/_shared/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, app/assets/stylesheets/_shared/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, app/assets/stylesheets/_shared/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, app/assets/stylesheets/_shared/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, app/assets/stylesheets/_shared/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, app/assets/stylesheets/_shared/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, app/assets/stylesheets/_shared/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, app/assets/stylesheets/_shared/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, app/assets/stylesheets/_shared/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, app/assets/stylesheets/_shared/normalize.scss */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, app/assets/stylesheets/_shared/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 215, app/assets/stylesheets/_shared/normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, app/assets/stylesheets/_shared/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, app/assets/stylesheets/_shared/normalize.scss */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 240, app/assets/stylesheets/_shared/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 252, app/assets/stylesheets/_shared/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 264, app/assets/stylesheets/_shared/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 275, app/assets/stylesheets/_shared/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 286, app/assets/stylesheets/_shared/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, app/assets/stylesheets/_shared/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, app/assets/stylesheets/_shared/normalize.scss */
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.
 */
/* line 325, app/assets/stylesheets/_shared/normalize.scss */
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.
 */
/* line 337, app/assets/stylesheets/_shared/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, app/assets/stylesheets/_shared/normalize.scss */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 359, app/assets/stylesheets/_shared/normalize.scss */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 371, app/assets/stylesheets/_shared/normalize.scss */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, app/assets/stylesheets/_shared/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 391, app/assets/stylesheets/_shared/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 404, app/assets/stylesheets/_shared/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@keyframes toggle-switch-on-transform {
  0% {
    transform: translate(0) scaleX(1);
  }
  25% {
    transform: translate(0) scaleX(1.33);
  }
  100% {
    transform: translate(100%) scaleX(1);
  }
}

@keyframes toggle-switch-off-transform {
  0% {
    transform: translate(100%) scaleX(1);
  }
  25% {
    transform: translate(100%) scaleX(1.33);
  }
  100% {
    transform: translate(0) scaleX(1);
  }
}

/* line 29, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox'] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1em;
  width: 3em;
  height: 1.5em;
  border-radius: 1.5em;
  color: currentColor;
  background-color: #636363;
  border-color: transparent;
  background-clip: padding-box;
  vertical-align: middle;
  transition: all 0.25s linear 0.25s;
}

/* line 47, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25em;
  width: 1.25em;
  background-color: currentColor;
  border-radius: 100%;
  border: 0.125em solid transparent;
  background-clip: padding-box;
  z-index: 2;
  transform-origin: right center;
}

/* line 63, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']::after {
  content: attr(data-option-1);
  font-size: 0.8em;
  position: relative;
  left: 2em;
  top: 0;
  line-height: 1;
  z-index: 1;
}

/* line 73, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']:focus {
  outline: none;
}

/* line 78, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']::before {
  animation: toggle-switch-off-transform 0.25s ease-out forwards;
}

/* line 82, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']:checked::before {
  animation: toggle-switch-on-transform 0.25s ease-out forwards;
}

/* line 86, app/assets/stylesheets/_shared/toggle-switch.scss */
input.toggle-switch[type='checkbox']:checked::after {
  content: attr(data-option-2);
  left: unset;
  left: 0.5em;
}

/* line 93, app/assets/stylesheets/_shared/toggle-switch.scss */
.background-light input.toggle-switch[type='checkbox'] {
  color: #fafafb;
  background-color: #a1a7ad;
}
/* line 4, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-aktiv-grotesk h1 {
  font-size: 48px !important;
}

/* line 5, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-aktiv-grotesk h1, .font-heading-aktiv-grotesk .post-title, .font-heading-aktiv-grotesk .blog-post .post-title, .font-heading-aktiv-grotesk .heading, .font-heading-aktiv-grotesk .veil-contact-title, .font-heading-aktiv-grotesk .title-alpha, .font-heading-aktiv-grotesk .title-beta, .font-heading-aktiv-grotesk .cover-description p {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Apple Color Emoji,sans-serif;
  font-weight: 300;
}

/* line 9, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-aktiv-grotesk h3.post-title {
  font-size: 48px;
}

/* line 13, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-opensans h1, .font-heading-opensans .post-title, .font-heading-opensans .blog-post .post-title, .font-heading-opensans .heading, .font-heading-opensans .veil-contact-title, .font-heading-opensans .title-alpha, .font-heading-opensans .title-beta {
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}

/* line 24, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-oswaldlight h1, .font-heading-oswaldlight .post-title, .font-heading-oswaldlight .blog-post .post-title, .font-heading-oswaldlight .heading, .font-heading-oswaldlight .veil-contact-title, .font-heading-oswaldlight .title-alpha, .font-heading-oswaldlight .title-beta {
  font-family: "Oswald", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .15em;
  line-height: 1.2;
}

/* line 31, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-oswaldlight h1, .font-heading-oswaldlight .blog-post .post-title {
  font-size: 56px;
}

/* line 35, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-quicksand h1, .font-heading-quicksand .post-title, .font-heading-quicksand .blog-post .post-title, .font-heading-quicksand .heading, .font-heading-quicksand .veil-contact-title, .font-heading-quicksand .title-alpha, .font-heading-quicksand .title-beta {
  font-family: "Quicksand", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
}

/* line 40, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-quicksand .blog-post .post-title {
  margin: 1.5em auto;
}

/* line 44, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-rancho h1, .font-heading-rancho .post-title, .font-heading-rancho .blog-post .post-title, .font-heading-rancho .heading, .font-heading-rancho .veil-contact-title, .font-heading-rancho .title-alpha, .font-heading-rancho .title-beta {
  font-family: "Rancho", cursive, serif;
  font-size: 56px;
}

/* line 48, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-rancho.layout-corners nav {
  padding-top: 1em;
}

/* line 49, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-rancho .blog-post .post-title {
  font-size: 48px;
}

/* line 53, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-montserrat h1, .font-heading-montserrat .post-title, .font-heading-montserrat .blog-post .post-title, .font-heading-montserrat .heading, .font-heading-montserrat .veil-contact-title, .font-heading-montserrat .title-alpha, .font-heading-montserrat .title-beta {
  font-family: "Montserrat", Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
}

/* line 60, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-montserrat .blog-post .post-title {
  font-size: 48px;
  line-height: 1.2;
}

/* line 64, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-montserrat .post-title {
  font-size: 36px;
}

/* line 68, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-quando h1, .font-heading-quando .post-title, .font-heading-quando .blog-post .post-title, .font-heading-quando .heading, .font-heading-quando .veil-contact-title, .font-heading-quando .title-alpha, .font-heading-quando .title-beta {
  font-family: "Quando", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

/* line 73, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-quando h1, .font-heading-quando .blog-post .post-title {
  font-size: 56px;
}

/* line 77, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-patuaone h1, .font-heading-patuaone .post-title, .font-heading-patuaone .blog-post .post-title, .font-heading-patuaone .heading, .font-heading-patuaone .veil-contact-title, .font-heading-patuaone .title-alpha, .font-heading-patuaone .title-beta {
  font-family: "Patua One", serif;
}

/* line 83, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-knewave h1, .font-heading-knewave .post-title, .font-heading-knewave .blog-post .post-title, .font-heading-knewave .heading, .font-heading-knewave .veil-contact-title, .font-heading-knewave .title-alpha, .font-heading-knewave .title-beta {
  font-family: "Knewave", Georgia, serif;
  font-size: 64px;
}

/* line 87, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-knewave .veil-contact-title {
  font-size: 36px;
}

/* line 91, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-muli h1, .font-heading-muli .post-title, .font-heading-muli .blog-post .post-title, .font-heading-muli .heading, .font-heading-muli .veil-contact-title, .font-heading-muli .title-alpha, .font-heading-muli .title-beta {
  font-family: "Muli", Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
}

/* line 96, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-muli .blog-post .post-title {
  margin: 1.5em auto;
}

/* line 100, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-satisfy h1, .font-heading-satisfy .post-title, .font-heading-satisfy .blog-post .post-title, .font-heading-satisfy .heading, .font-heading-satisfy .veil-contact-title, .font-heading-satisfy .title-alpha, .font-heading-satisfy .title-beta {
  font-family: "Satisfy", cursive, serif;
  font-size: 64px;
}

/* line 104, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-satisfy.layout-corners nav {
  padding-top: 1em;
}

/* line 105, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-satisfy .blog-post .post-title {
  font-size: 48px;
}

/* line 109, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-robotocondensed h1, .font-heading-robotocondensed .post-title, .font-heading-robotocondensed .blog-post .post-title, .font-heading-robotocondensed .heading, .font-heading-robotocondensed .veil-contact-title, .font-heading-robotocondensed .title-alpha, .font-heading-robotocondensed .title-beta {
  font-family: "Roboto Condensed", Tahoma, Verdana, sans-serif;
  font-weight: 700;
}

/* line 116, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-oleoscript h1, .font-heading-oleoscript .post-title, .font-heading-oleoscript .blog-post .post-title, .font-heading-oleoscript .heading, .font-heading-oleoscript .veil-contact-title, .font-heading-oleoscript .title-alpha, .font-heading-oleoscript .title-beta {
  font-family: "Oleo Script", cursive, serif;
  font-size: 64px;
  line-height: 1;
}

/* line 121, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-oleoscript.layout-corners nav {
  padding-top: 1em;
}

/* line 125, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-sanchez h1, .font-heading-sanchez .post-title, .font-heading-sanchez .blog-post .post-title, .font-heading-sanchez .heading, .font-heading-sanchez .veil-contact-title, .font-heading-sanchez .title-alpha, .font-heading-sanchez .title-beta {
  font-family: "Sanchez", Tahoma, Verdana, sans-serif;
}

/* line 131, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-heading-sourcesanspro h1, .font-heading-sourcesanspro .post-title, .font-heading-sourcesanspro .blog-post .post-title, .font-heading-sourcesanspro .heading, .font-heading-sourcesanspro .veil-contact-title, .font-heading-sourcesanspro .title-alpha, .font-heading-sourcesanspro .title-beta {
  font-family: "Source Sans Pro", Tahoma, Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 139, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-helvetica, .font-body-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* line 146, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-merriweather {
  font-family: "Merriweather", Georgia, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.66;
}

/* line 152, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-merriweather nav {
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 158, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-merriweather .post-meta, .font-body-merriweather .button-neon {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

/* line 161, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla {
  font-family: "Karla", Tahoma, Verdana, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 167, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla nav {
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 173, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla .post-meta, .font-body-karla .button-neon {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

/* line 176, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla.background-dark .content {
  color: #fff;
}

/* line 177, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla.background-dark p a {
  border-bottom: 1px solid #fff;
}

/* line 178, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-karla.background-dark p a:hover, .font-body-karla.background-dark p a:focus {
  border-bottom: none;
}

/* line 182, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-robotoslab {
  font-family: "Roboto Slab", Tahoma, Verdana, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

/* line 188, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-robotoslab nav {
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-robotoslab .post-meta, .font-body-robotoslab .button-neon {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

/* line 197, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-mulitext {
  font-family: "Muli", Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 203, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-mulitext nav {
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 209, app/assets/stylesheets/usersite/_fonts.scss.erb */
.font-body-mulitext .post-meta, .font-body-mulitext .button-neon {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
/* line 2, app/assets/stylesheets/usersite/_background.scss */
.background-dark {
  background-color: #141414;
}

/* line 5, app/assets/stylesheets/usersite/_background.scss */
.background-dark .header-made-with a,
.background-dark div[role='main'],
.background-dark main {
  background-color: rgba(20, 20, 20, 0.9);
}

/* line 10, app/assets/stylesheets/usersite/_background.scss */
.background-dark .header-made-with a {
  color: rgba(204, 204, 204, 0.8);
}

/* line 13, app/assets/stylesheets/usersite/_background.scss */
.background-dark.cover-photo-filter-gradient .cover-photo-filter {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.03) 10%, rgba(20, 20, 20, 0.16) 20%, rgba(20, 20, 20, 0.32) 30%, rgba(20, 20, 20, 0.46) 40%, rgba(20, 20, 20, 0.58) 50%, rgba(20, 20, 20, 0.68) 60%, rgba(20, 20, 20, 0.76) 70%, rgba(20, 20, 20, 0.82) 80%, rgba(20, 20, 20, 0.86) 90%, rgba(20, 20, 20, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#f3141414', GradientType=0);
}

/* line 32, app/assets/stylesheets/usersite/_background.scss */
.background-dark.cover-photo-filter-overlay .cover-background::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#f3141414', GradientType=0);
}

/* line 50, app/assets/stylesheets/usersite/_background.scss */
.background-dark .content {
  color: #ccc;
}

/* line 54, app/assets/stylesheets/usersite/_background.scss */
.background-dark .post,
.background-dark .blog-post {
  border-color: #202020;
  border-color: rgba(51, 51, 51, 0.25);
}

/* line 59, app/assets/stylesheets/usersite/_background.scss */
.background-dark .post-title {
  color: #fff;
}

/* line 63, app/assets/stylesheets/usersite/_background.scss */
.background-dark .post-meta, .background-dark .post-meta a {
  color: #4f4f4f;
  color: rgba(255, 255, 255, 0.33);
  transition: color 0.2s;
}

/* line 70, app/assets/stylesheets/usersite/_background.scss */
.background-dark .post-meta a:hover {
  color: #6f6f6f;
  color: rgba(255, 255, 255, 0.55);
}

/* line 75, app/assets/stylesheets/usersite/_background.scss */
.background-dark .blog-post-background {
  opacity: 0.5;
}

/* line 78, app/assets/stylesheets/usersite/_background.scss */
.background-dark .blog-post .title-delta {
  color: #4f4f4f;
  color: rgba(255, 255, 255, 0.33);
}

/* line 85, app/assets/stylesheets/usersite/_background.scss */
.background-light {
  background: #9fa7b1;
}

/* line 87, app/assets/stylesheets/usersite/_background.scss */
.background-light .header-made-with a,
.background-light div[role='main'],
.background-light main {
  background-color: rgba(255, 255, 255, 0.92);
}

/* line 92, app/assets/stylesheets/usersite/_background.scss */
.background-light .header-made-with a {
  color: rgba(51, 51, 51, 0.8);
}

/* line 95, app/assets/stylesheets/usersite/_background.scss */
.background-light.cover-photo-filter-gradient .cover-photo-filter {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aaaaaa', endColorstr='#f3ffffff', GradientType=0);
}

/* line 106, app/assets/stylesheets/usersite/_background.scss */
.background-light.cover-photo-filter-overlay .cover .cover-content h1 a,
.background-light.cover-photo-filter-overlay .cover .cover-content .cover-description p,
.background-light.cover-photo-filter-overlay .cover .cover-content .main-nav a {
  color: #35363a;
  text-shadow: none;
}

@media (max-width: 768px) {
  /* line 116, app/assets/stylesheets/usersite/_background.scss */
  .background-light.cover-photo-filter-overlay .cover .cover-content .main-nav a {
    color: #ccc;
  }
}

/* line 122, app/assets/stylesheets/usersite/_background.scss */
.background-light.cover-photo-filter-overlay .cover-background::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#f3141414', GradientType=0);
}

/* line 140, app/assets/stylesheets/usersite/_background.scss */
.background-light .content {
  color: #333;
}

/* line 142, app/assets/stylesheets/usersite/_background.scss */
.background-light .content a {
  color: #000;
}

/* line 147, app/assets/stylesheets/usersite/_background.scss */
.background-light .post-title a {
  color: #333;
}

/* line 150, app/assets/stylesheets/usersite/_background.scss */
.background-light .post,
.background-light .blog-post {
  border-color: rgba(204, 204, 204, 0.25);
}

/* line 154, app/assets/stylesheets/usersite/_background.scss */
.background-light .blog-post .post-title {
  color: #333;
  text-shadow: none;
}

/* line 160, app/assets/stylesheets/usersite/_background.scss */
.background-light .post-meta, .background-light .post-meta a {
  color: #ccc;
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.15s;
}

/* line 167, app/assets/stylesheets/usersite/_background.scss */
.background-light .post-meta a:hover {
  color: #aaa;
  color: rgba(51, 51, 51, 0.75);
}

/* line 172, app/assets/stylesheets/usersite/_background.scss */
.background-light .post-share .other-post {
  color: #333;
}

/* line 175, app/assets/stylesheets/usersite/_background.scss */
.background-light .blog-post-background {
  opacity: 0.75;
}

/* line 178, app/assets/stylesheets/usersite/_background.scss */
.background-light .blog-post .title-delta {
  color: #ccc;
  color: rgba(51, 51, 51, 0.5);
}

/* line 183, app/assets/stylesheets/usersite/_background.scss */
.background-light .button-neon {
  border-color: rgba(17, 17, 17, 0.12);
  color: #999;
  color: rgba(51, 51, 51, 0.66);
  transition: border-color 0.15s, color 0.15s;
}

/* line 189, app/assets/stylesheets/usersite/_background.scss */
.background-light .button-neon:hover, .background-light .button-neon:focus {
  border-color: rgba(51, 51, 51, 0.3);
  color: #333;
}

/* line 194, app/assets/stylesheets/usersite/_background.scss */
.background-light .button-neon:active {
  border-color: rgba(51, 51, 51, 0.2);
  transition: none;
}
/* line 2, app/assets/stylesheets/usersite/_themes.scss */
.post-message {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .cover,
.theme-half .cover-background {
  width: 50%;
}

/* line 12, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .cover-background {
  opacity: 1 !important;
}

/* line 15, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .cover {
  position: fixed;
}

/* line 18, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .cover-content {
  padding: 5%;
}

/* line 22, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .feed {
  padding-top: 3.75rem;
}

/* line 26, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-left nav, .theme-half.layout-left .cover-description p {
  padding-left: 0;
}

/* line 31, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-corners .cover-content {
  padding: 8% 6% 10%;
}

/* line 34, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-corners .cover-description p {
  width: 85%;
  right: auto;
  left: 6%;
}

/* line 39, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-corners .main-nav .navigation > ul,
.theme-half.layout-corners .main-nav .main-links li {
  display: block;
}

/* line 43, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-corners .main-links li a {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/usersite/_themes.scss */
.theme-half.layout-corners .main-nav .navigation ul:last-child {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 55, app/assets/stylesheets/usersite/_themes.scss */
.theme-half div[role='main'],
.theme-half main {
  width: 50%;
  top: 0;
  left: 50%;
  margin-top: 0;
}

/* line 63, app/assets/stylesheets/usersite/_themes.scss */
.theme-half div[role='main'],
.theme-half main,
.theme-half .feed {
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 71, app/assets/stylesheets/usersite/_themes.scss */
.theme-half div[role='main'] .post,
.theme-half div[role='main'] .blog-post,
.theme-half main .post,
.theme-half main .blog-post,
.theme-half .feed .post,
.theme-half .feed .blog-post {
  flex-shrink: 0;
}

/* line 81, app/assets/stylesheets/usersite/_themes.scss */
.theme-half body:not(.is-home) div[role='main'] .post,
.theme-half body:not(.is-home) div[role='main'] .highlights,
.theme-half body:not(.is-home) div[role='main'] .blog-post,
.theme-half body:not(.is-home) main .post,
.theme-half body:not(.is-home) main .highlights,
.theme-half body:not(.is-home) main .blog-post,
.theme-half body:not(.is-home) .feed .post,
.theme-half body:not(.is-home) .feed .highlights,
.theme-half body:not(.is-home) .feed .blog-post {
  flex: 1;
}

/* line 86, app/assets/stylesheets/usersite/_themes.scss */
.theme-half body:not(.is-home) div[role='main'] .sponsors,
.theme-half body:not(.is-home) main .sponsors,
.theme-half body:not(.is-home) .feed .sponsors {
  flex: none;
}

/* line 96, app/assets/stylesheets/usersite/_themes.scss */
.theme-half body.is-blog div[role='main'] .blog-post,
.theme-half body.is-blog main .blog-post,
.theme-half body.is-blog .feed .blog-post {
  flex: none;
}

/* line 102, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post {
  padding: 2em 0 4em;
}

/* line 105, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post-wrapper,
.theme-half .content-wrapper {
  width: 85%;
}

/* line 109, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post .post-content {
  padding-left: 0;
}

/* line 112, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post .post-meta {
  width: 100%;
  margin: 0;
  padding: 0 0 2em;
  text-align: right;
}

/* line 117, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post .post-meta span {
  display: inline-block;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post .post-meta .icon {
  float: left;
  line-height: 1;
}

/* line 130, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post-instagram .post-content .post-picture,
.theme-half .post-strava .post-content .post-picture {
  width: 100%;
}

/* line 133, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post-instagram .post-content .post-message,
.theme-half .post-strava .post-content .post-message {
  width: 100%;
  margin-top: 1.5em;
  padding-left: 0;
}

/* line 141, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post-video .post-title {
  padding-left: 0;
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .post.sponsors ul {
  width: 88%;
}

/* line 148, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .blog-post .post-content {
  padding: 0;
}

/* line 151, app/assets/stylesheets/usersite/_themes.scss */
.theme-half .highlights .highlights-year {
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/usersite/_themes.scss */
  .theme-half div[role='main'],
.theme-half main,
.theme-half .feed {
    min-height: 0 !important;
  }
}

@media (min-width: 768px) {
  /* line 169, app/assets/stylesheets/usersite/_themes.scss */
  .theme-half .cover-medium,
.theme-half .cover-small {
    height: 100%;
  }
  /* line 172, app/assets/stylesheets/usersite/_themes.scss */
  .theme-half .cover-medium + div[role='main'], .theme-half .cover-medium + main,
.theme-half .cover-small + div[role='main'],
.theme-half .cover-small + main {
    top: 0;
  }
}

/* line 182, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid div[role='main'],
.theme-grid main {
  overflow-x: hidden;
}

/* line 187, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .feed {
  width: 90%;
  max-width: 1180px;
  margin: 4em auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}

/* line 195, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .feed section:first-child {
  margin-top: -4em;
}

/* line 200, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post {
  flex: 1 33%;
  min-width: 280px;
  min-height: 200px;
  padding: 0;
  margin-bottom: 18px;
  border: 0;
  border-radius: 3px;
}

/* line 209, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-wrapper {
  display: flex;
  flex: 1 100%;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding: 0 8px;
}

/* line 220, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-content {
  flex: 1;
  padding-left: 0;
}

/* line 223, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-content .post-message {
  width: 100%;
}

/* line 226, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-content p {
  margin: 0.5em 1em 1em 0;
}

/* line 231, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-meta {
  flex: 1;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}

/* line 237, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post .post-meta span {
  display: inline-block;
  vertical-align: middle;
}

/* line 242, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post img {
  border-radius: 3px;
}

/* line 247, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .blog-post {
  flex: 1 100%;
  background-color: rgba(17, 17, 17, 0.75);
  border-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: background-color 0.15s ease-out;
}

/* line 255, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .blog-post:hover {
  background-color: #111;
}

/* line 259, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .blog-post .blog-post-background {
  border-radius: 3px;
}

/* line 264, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid.background-dark .blog-post {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 267, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid.background-light .blog-post {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 270, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid.background-light .blog-post:hover {
  background-color: #fff;
}

/* line 275, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid.background-dark .blog-post.has-cover, .theme-grid.background-light .blog-post.has-cover {
  border: 0;
}

/* line 281, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .is-blog-post .blog-post,
.theme-grid .is-blog-post .post {
  padding: 0 0 2.5em;
}

/* line 285, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .is-blog-post .blog-post,
.theme-grid .is-blog-post .blog-post:hover {
  background-color: transparent;
  border: none;
}

/* line 292, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post-video {
  flex: 1 100%;
  text-align: center;
}

/* line 296, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post-video .post-meta {
  padding-right: 0;
  margin-bottom: 1em;
  text-align: center;
}

/* line 301, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post-video .post-title {
  padding-left: 0;
  margin-top: 0;
}

/* line 305, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post-video .post-content {
  display: block;
  margin: 0 auto;
}

/* line 311, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post.sponsors {
  flex: 1 100%;
  position: relative;
  border-radius: 0;
}

/* line 316, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post.sponsors + .sponsors {
  margin-top: -18px;
}

/* line 319, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post.sponsors ul {
  width: 90%;
}

/* line 323, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post.sponsors:before, .theme-grid .post.sponsors:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

/* line 335, app/assets/stylesheets/usersite/_themes.scss */
.theme-grid .post.sponsors:after {
  right: auto;
  left: 100%;
}

@media (min-width: 769px) {
  /* line 344, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content .post-message,
.theme-grid .post-instagram .post-meta,
.theme-grid .post-strava .post-content .post-message,
.theme-grid .post-strava .post-meta,
.theme-grid .post-twitter-has-image .post-content .twitter-content,
.theme-grid .post-twitter-has-image .post-meta {
    position: absolute;
    top: 6.5%;
    left: 10%;
    right: 10%;
    width: auto;
    padding: 0;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.15s ease-out;
  }
  /* line 363, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-meta,
.theme-grid .post-strava .post-meta,
.theme-grid .post-twitter-has-image .post-meta {
    top: auto;
    right: 10%;
    bottom: 6.5%;
    left: 10%;
  }
  /* line 368, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-meta i,
.theme-grid .post-strava .post-meta i,
.theme-grid .post-twitter-has-image .post-meta i {
    margin-right: 4px;
  }
  /* line 371, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-meta a,
.theme-grid .post-strava .post-meta a,
.theme-grid .post-twitter-has-image .post-meta a {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 374, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-meta a:hover,
.theme-grid .post-instagram .post-meta a:focus,
.theme-grid .post-strava .post-meta a:hover,
.theme-grid .post-strava .post-meta a:focus,
.theme-grid .post-twitter-has-image .post-meta a:hover,
.theme-grid .post-twitter-has-image .post-meta a:focus {
    color: #fff;
  }
  /* line 380, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content,
.theme-grid .post-strava .post-content,
.theme-grid .post-twitter-has-image .post-content {
    background-color: #191a1c;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 384, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content a,
.theme-grid .post-strava .post-content a,
.theme-grid .post-twitter-has-image .post-content a {
    color: #fff;
  }
  /* line 387, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content p,
.theme-grid .post-strava .post-content p,
.theme-grid .post-twitter-has-image .post-content p {
    font-size: 1rem;
  }
  /* line 392, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content .post-picture,
.theme-grid .post-strava .post-content .post-picture,
.theme-grid .post-twitter-has-image .post-content .post-picture {
    width: 100%;
    z-index: 1;
    transition: opacity 0.15s ease-out;
  }
  /* line 396, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram .post-content .post-picture a,
.theme-grid .post-instagram .post-content .post-picture img,
.theme-grid .post-strava .post-content .post-picture a,
.theme-grid .post-strava .post-content .post-picture img,
.theme-grid .post-twitter-has-image .post-content .post-picture a,
.theme-grid .post-twitter-has-image .post-content .post-picture img {
    display: block;
  }
  /* line 403, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram:hover .post-picture,
.theme-grid .post-strava:hover .post-picture,
.theme-grid .post-twitter-has-image:hover .post-picture {
    opacity: 0.35;
  }
  /* line 406, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram:hover .post-message,
.theme-grid .post-strava:hover .post-message,
.theme-grid .post-twitter-has-image:hover .post-message {
    opacity: 1;
  }
  /* line 409, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-instagram:hover .post-meta,
.theme-grid .post-strava:hover .post-meta,
.theme-grid .post-twitter-has-image:hover .post-meta {
    opacity: 1;
  }
  /* line 416, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-twitter-has-image .post-picture {
    min-height: 160px;
    max-height: 560px;
    overflow: hidden;
  }
  /* line 421, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-twitter-has-image:hover .post-content .twitter-content {
    opacity: 1;
  }
  /* line 427, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook .post-content {
    max-height: 30.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 431, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook .post-content .post-picture {
    width: 100%;
    text-align: left;
  }
  /* line 435, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook .post-content .post-message {
    padding: 0;
    margin: 0 0 1em;
  }
  /* line 439, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook .post-content .post-message a:last-child {
    margin-bottom: inherit;
  }
  /* line 442, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook .post-content .post-message a:hover {
    padding-bottom: 1px;
  }
  /* line 449, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook-has-image .post-description {
    display: flex;
    flex-orientation: vertical;
    flex-direction: column-reverse;
  }
  /* line 454, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-facebook-has-image .post-meta {
    margin-top: 10px;
  }
  /* line 459, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post-video {
    padding-bottom: 5%;
  }
}

@media (max-width: 768px) {
  /* line 467, app/assets/stylesheets/usersite/_themes.scss */
  .theme-grid .post {
    flex: 1 100%;
  }
}
/* line 3, app/assets/stylesheets/usersite/_layouts.scss */
.layout-corners .cover-content {
  padding: 4.5% 2.5%;
}

/* line 5, app/assets/stylesheets/usersite/_layouts.scss */
.layout-corners header, .layout-corners nav {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/usersite/_layouts.scss */
.layout-corners nav {
  float: right;
  text-align: right;
}

/* line 15, app/assets/stylesheets/usersite/_layouts.scss */
.layout-corners .cover-description p {
  position: absolute;
  bottom: 5%;
  right: 0;
  float: right;
  width: 45%;
  max-width: 640px;
  margin: 0 2.5% 5% 0;
}

/* line 28, app/assets/stylesheets/usersite/_layouts.scss */
.layout-center .cover h1, .layout-center .cover nav, .layout-center .cover .cover-description p {
  text-align: center;
}

/* line 29, app/assets/stylesheets/usersite/_layouts.scss */
.layout-center .cover h1 {
  font-size: 96px;
}

/* line 35, app/assets/stylesheets/usersite/_layouts.scss */
.layout-left h1 {
  width: 100%;
  font-size: 96px;
  text-align: left;
}

/* line 41, app/assets/stylesheets/usersite/_layouts.scss */
.layout-left nav {
  max-width: 800px;
  margin: 1em auto;
  padding-left: 6%;
  text-align: left;
}

/* line 48, app/assets/stylesheets/usersite/_layouts.scss */
.layout-left .cover-description p {
  padding-left: 6%;
}
/* line 3, app/assets/stylesheets/usersite/_cover_positions.scss */
.cover-position-top .cover-background {
  background-position: top center;
}

/* line 10, app/assets/stylesheets/usersite/_cover_positions.scss */
.cover-position-center .cover-background {
  background-position: center center;
}

/* line 17, app/assets/stylesheets/usersite/_cover_positions.scss */
.cover-position-bottom .cover-background {
  background-position: bottom center;
}
/* line 3, app/assets/stylesheets/usersite/_strava_posts.scss */
.post.post-strava .post-meta .icon {
  font-size: 1.25rem;
}

/* line 8, app/assets/stylesheets/usersite/_strava_posts.scss */
.post.post-strava .post-message > p {
  font-size: 1.125rem;
}

/* line 13, app/assets/stylesheets/usersite/_strava_posts.scss */
.responsive-media-strava > div {
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 19, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stats {
  font-size: 0.9rem;
}

/* line 23, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stats--header {
  margin-bottom: 0.375rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}

/* line 31, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stats--list {
  display: flex;
  justify-content: space-between;
}

/* line 36, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stat {
  line-height: 1.6;
  padding-right: 1em;
}

/* line 41, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stat:last-of-type {
  padding-right: 0;
}

/* line 45, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stat--label,
.strava-activity-stat--value {
  display: block;
  text-align: center;
}

/* line 51, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stat--label {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 56, app/assets/stylesheets/usersite/_strava_posts.scss */
.strava-activity-stat--value {
  color: white;
}

/* line 61, app/assets/stylesheets/usersite/_strava_posts.scss */
.background-light .strava-activity-stats--header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, app/assets/stylesheets/usersite/_strava_posts.scss */
.background-light .strava-activity-stat--value {
  color: black;
}

/* line 71, app/assets/stylesheets/usersite/_strava_posts.scss */
.post.post-strava.post-without-image .post-picture {
  display: none !important;
}

@media (min-width: 769px) {
  /* line 77, app/assets/stylesheets/usersite/_strava_posts.scss */
  .post-strava.post-without-image .post-content .post-message {
    width: 100%;
    padding: 0;
  }
  /* line 84, app/assets/stylesheets/usersite/_strava_posts.scss */
  .theme-classic .post-strava .strava-activity-stats--list {
    flex-direction: column;
  }
  /* line 88, app/assets/stylesheets/usersite/_strava_posts.scss */
  .theme-classic .post-strava .strava-activity-stat--label,
.theme-classic .post-strava .strava-activity-stat--value {
    display: inline;
    text-align: left;
  }
  /* line 94, app/assets/stylesheets/usersite/_strava_posts.scss */
  .theme-classic .post-strava .strava-activity-stat--label::after {
    content: ':';
  }
  /* line 102, app/assets/stylesheets/usersite/_strava_posts.scss */
  .theme-grid .post-strava.post-without-image .post-content .post-message {
    opacity: 1;
    width: auto;
  }
  /* line 107, app/assets/stylesheets/usersite/_strava_posts.scss */
  .theme-grid .post-strava.post-without-image .post-content .post-message > p {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 115, app/assets/stylesheets/usersite/_strava_posts.scss */
  .background-light.theme-grid .strava-activity-stats--header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 119, app/assets/stylesheets/usersite/_strava_posts.scss */
  .background-light.theme-grid .strava-activity-stat--value {
    color: white;
  }
}
/* line 25, app/assets/stylesheets/usersite/application.scss */
.flash {
  z-index: 30;
}

/* line 28, app/assets/stylesheets/usersite/application.scss */
.user-bar,
.learn-bar {
  z-index: 20;
}

/* line 32, app/assets/stylesheets/usersite/application.scss */
.veil {
  z-index: 15;
}

/* line 35, app/assets/stylesheets/usersite/application.scss */
.header-made-with {
  z-index: 13;
}

/* line 38, app/assets/stylesheets/usersite/application.scss */
.cover-content {
  z-index: 10;
}

/* line 41, app/assets/stylesheets/usersite/application.scss */
.cover-background {
  z-index: 0;
}

/* line 46, app/assets/stylesheets/usersite/application.scss */
* {
  box-sizing: border-box;
}

/* line 49, app/assets/stylesheets/usersite/application.scss */
h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  padding: 0;
}

/* line 59, app/assets/stylesheets/usersite/application.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 64, app/assets/stylesheets/usersite/application.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Apple Color Emoji, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* line 71, app/assets/stylesheets/usersite/application.scss */
body,
legend,
input,
textarea,
button {
  font-size: 1rem;
}

/* line 79, app/assets/stylesheets/usersite/application.scss */
a {
  color: #fff;
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/usersite/application.scss */
a:focus,
a:hover {
  color: #fff;
}

/* line 88, app/assets/stylesheets/usersite/application.scss */
.white-color {
  color: #fff;
}

/* line 92, app/assets/stylesheets/usersite/application.scss */
.title-alpha {
  font-size: 42px;
}

/* line 95, app/assets/stylesheets/usersite/application.scss */
.title-beta {
  font-size: 27px;
}

/* line 98, app/assets/stylesheets/usersite/application.scss */
.title-charlie {
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/usersite/application.scss */
.title-delta {
  font-size: 13px;
}

/* line 105, app/assets/stylesheets/usersite/application.scss */
.clear {
  clear: both;
}

/* line 110, app/assets/stylesheets/usersite/application.scss */
.heading-a {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3334;
}

/* line 115, app/assets/stylesheets/usersite/application.scss */
.heading-b {
  display: block;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Apple Color Emoji, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

/* line 123, app/assets/stylesheets/usersite/application.scss */
.heading-b.bigger {
  font-size: 26px;
}

/* line 127, app/assets/stylesheets/usersite/application.scss */
.heading-c {
  font-size: 18px;
}

/* line 130, app/assets/stylesheets/usersite/application.scss */
.heading-d {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

/* line 135, app/assets/stylesheets/usersite/application.scss */
.section-white .heading-d,
.section-grey .heading-d {
  color: #2f2f33;
  font-weight: 600;
}

/* line 141, app/assets/stylesheets/usersite/application.scss */
.heading-a + .heading-b,
.heading-a + .heading-c {
  margin-top: 1em;
}

/* line 145, app/assets/stylesheets/usersite/application.scss */
.heading-a + .button {
  margin-top: 24px;
}

/* line 149, app/assets/stylesheets/usersite/application.scss */
.label-a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 158, app/assets/stylesheets/usersite/application.scss */
.fine-print {
  color: #555;
  color: rgba(255, 255, 255, 0.25);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 164, app/assets/stylesheets/usersite/application.scss */
.fine-print a {
  color: rgba(255, 255, 255, 0.25);
}

/* line 167, app/assets/stylesheets/usersite/application.scss */
.fine-print a:hover,
.fine-print a:focus {
  color: #fff;
}

/* line 173, app/assets/stylesheets/usersite/application.scss */
.text-fit {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

/* line 180, app/assets/stylesheets/usersite/application.scss */
.column {
  font-size: 16px;
}

/* line 185, app/assets/stylesheets/usersite/application.scss */
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 320px;
  color: #fff;
}

/* line 195, app/assets/stylesheets/usersite/application.scss */
.cover-small {
  height: 50%;
  min-height: 200px;
}

/* line 199, app/assets/stylesheets/usersite/application.scss */
.cover-small .cover-description {
  display: none;
}

/* line 204, app/assets/stylesheets/usersite/application.scss */
.cover-medium {
  height: 70%;
  min-height: 260px;
}

/* line 209, app/assets/stylesheets/usersite/application.scss */
.cover-content {
  position: relative;
  width: 95%;
  height: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 2.2%;
  font-size: 0;
}

/* line 218, app/assets/stylesheets/usersite/application.scss */
.cover-content:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 226, app/assets/stylesheets/usersite/application.scss */
.cover-description p {
  margin: 0 auto;
  max-width: 800px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 235, app/assets/stylesheets/usersite/application.scss */
.cover-background {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: opacity 0.6s;
}

/* line 245, app/assets/stylesheets/usersite/application.scss */
.cover-background.visible {
  opacity: 1;
}

/* line 248, app/assets/stylesheets/usersite/application.scss */
.cover-background.no-transition {
  transition: none;
}

/* line 253, app/assets/stylesheets/usersite/application.scss */
.cover-top-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

/* line 262, app/assets/stylesheets/usersite/application.scss */
.cover-photo-filter {
  content: '';
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
}

/* line 271, app/assets/stylesheets/usersite/application.scss */
header {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}

/* line 278, app/assets/stylesheets/usersite/application.scss */
h1 {
  padding-bottom: 0.2em;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 64px rgba(0, 0, 0, 0.15);
}

/* line 286, app/assets/stylesheets/usersite/application.scss */
h1 a {
  display: block;
}

/* line 289, app/assets/stylesheets/usersite/application.scss */
h1 div {
  max-width: 900px;
  display: inline-block;
}

/* line 293, app/assets/stylesheets/usersite/application.scss */
h1 img {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

/* line 300, app/assets/stylesheets/usersite/application.scss */
.main-nav {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 306, app/assets/stylesheets/usersite/application.scss */
.main-nav ul {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, app/assets/stylesheets/usersite/application.scss */
.main-nav ul i {
  font-size: 21px;
}

/* line 313, app/assets/stylesheets/usersite/application.scss */
.main-nav li {
  display: inline-block;
}

/* line 316, app/assets/stylesheets/usersite/application.scss */
.main-nav a {
  display: block;
}

/* line 320, app/assets/stylesheets/usersite/application.scss */
.main-nav .navigation a {
  position: relative;
  background-color: transparent;
  padding: 0.75em 0.85em 0.8em;
  margin: 0 -0.2em;
  line-height: 1;
  border-radius: 10em;
  transition: background-color 0.15s;
}

/* line 330, app/assets/stylesheets/usersite/application.scss */
.main-nav .navigation a:hover, .main-nav .navigation a:focus {
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 334, app/assets/stylesheets/usersite/application.scss */
.main-nav .navigation a:active {
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 339, app/assets/stylesheets/usersite/application.scss */
.main-nav .navigation > ul + ul > li.submenu, .main-nav .navigation > ul + ul > li > a {
  padding: 0.2em 0.45em 0.05em 0.5em;
  margin: 0;
}

/* line 347, app/assets/stylesheets/usersite/application.scss */
.menu-icon {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  z-index: 15;
  user-select: none;
}

/* line 360, app/assets/stylesheets/usersite/application.scss */
.submenu {
  position: relative;
}

/* line 363, app/assets/stylesheets/usersite/application.scss */
.submenu:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1em;
  width: 3.5em;
  height: 3.5em;
}

/* line 372, app/assets/stylesheets/usersite/application.scss */
.submenu ul {
  z-index: 1;
  display: none;
  position: absolute;
  top: 2.4em;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  text-align: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

/* line 385, app/assets/stylesheets/usersite/application.scss */
.submenu ul:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/* line 395, app/assets/stylesheets/usersite/application.scss */
.submenu ul a {
  display: block;
  color: #575b5e;
  font-size: 12px;
  padding: 0.4em 0.6em;
  text-shadow: none;
  transition: color 0.2s;
}

/* line 403, app/assets/stylesheets/usersite/application.scss */
.submenu ul a:hover {
  color: #000;
}

/* line 408, app/assets/stylesheets/usersite/application.scss */
.submenu ul i,
.submenu ul span {
  display: inline-block;
  vertical-align: middle;
}

/* line 414, app/assets/stylesheets/usersite/application.scss */
.submenu ul i {
  width: 21px;
  margin-right: -21px;
}

/* line 419, app/assets/stylesheets/usersite/application.scss */
.submenu ul span {
  width: 100%;
  padding: 0.1em 1.4em 0 2em;
}

/* line 424, app/assets/stylesheets/usersite/application.scss */
.submenu ul li {
  display: block;
}

/* line 427, app/assets/stylesheets/usersite/application.scss */
.submenu ul li + li {
  margin-left: 0;
  border-top: 1px solid #c7c8c9;
}

/* line 433, app/assets/stylesheets/usersite/application.scss */
.submenu:hover ul {
  display: block;
}

/* line 438, app/assets/stylesheets/usersite/application.scss */
.header-made-with {
  position: absolute;
  bottom: 100%;
  text-align: center;
  width: 100%;
}

/* line 444, app/assets/stylesheets/usersite/application.scss */
.header-made-with a {
  background: red;
  display: inline-block;
  font-family: Helvetica, Arial;
  font-size: 11px;
  padding: 0.9em 1.4em 0.7em;
  border-radius: 4px 4px 0 0;
}

/* line 453, app/assets/stylesheets/usersite/application.scss */
.gradient .header-made-with a {
  background: none;
}

/* line 459, app/assets/stylesheets/usersite/application.scss */
div[role='main'],
main {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 40px;
  margin-top: -40px;
}

@media (max-height: 540px) and (min-width: 769px) {
  /* line 459, app/assets/stylesheets/usersite/application.scss */
  div[role='main'],
main {
    top: 540px;
  }
}

/* line 473, app/assets/stylesheets/usersite/application.scss */
.cover-small + div[role='main'],
.cover-small + main {
  top: 50%;
  min-height: 50%;
  margin-top: 0;
}

@media (max-height: 900px) {
  /* line 473, app/assets/stylesheets/usersite/application.scss */
  .cover-small + div[role='main'],
.cover-small + main {
    top: 450px;
  }
}

@media (max-height: 730px) and (max-width: 600px) {
  /* line 473, app/assets/stylesheets/usersite/application.scss */
  .cover-small + div[role='main'],
.cover-small + main {
    top: 365px;
  }
}

@media (max-height: 500px) and (max-width: 400px) {
  /* line 473, app/assets/stylesheets/usersite/application.scss */
  .cover-small + div[role='main'],
.cover-small + main {
    top: 250px;
  }
}

@media (max-height: 440px) and (max-width: 320px) {
  /* line 473, app/assets/stylesheets/usersite/application.scss */
  .cover-small + div[role='main'],
.cover-small + main {
    top: 220px;
  }
}

/* line 493, app/assets/stylesheets/usersite/application.scss */
.cover-medium + div[role='main'],
.cover-medium + main {
  top: 70%;
  min-height: 70%;
  margin-top: 0;
}

@media (max-height: 475px) {
  /* line 493, app/assets/stylesheets/usersite/application.scss */
  .cover-medium + div[role='main'],
.cover-medium + main {
    top: 332px;
  }
}

/* line 505, app/assets/stylesheets/usersite/application.scss */
.veil {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #898b8f;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Apple Color Emoji, sans-serif;
  background-color: #141414;
  background-color: rgba(20, 20, 20, 0.95);
  -webkit-overflow-scrolling: touch;
}

/* line 519, app/assets/stylesheets/usersite/application.scss */
.veil .icon-close {
  position: absolute;
  top: 0.7em;
  right: 0.6em;
  font-size: 32px;
  opacity: 0.66;
  transition: opacity 0.2s;
}

/* line 527, app/assets/stylesheets/usersite/application.scss */
.veil .icon-close:hover {
  opacity: 1;
}

/* line 534, app/assets/stylesheets/usersite/application.scss */
.veil-opened .veil {
  display: block;
}

/* line 537, app/assets/stylesheets/usersite/application.scss */
.veil-opened .user-bar .right-column {
  display: none;
}

/* line 542, app/assets/stylesheets/usersite/application.scss */
.veil-wrapper {
  display: none;
  width: 90%;
  max-width: 960px;
  margin: 3.5em auto;
}

/* line 548, app/assets/stylesheets/usersite/application.scss */
.veil-wrapper form {
  width: 100%;
}

/* line 553, app/assets/stylesheets/usersite/application.scss */
.veil-current {
  display: block;
}

/* line 557, app/assets/stylesheets/usersite/application.scss */
.veil-content {
  max-width: 450px;
  margin: 15% auto 0;
}

/* line 562, app/assets/stylesheets/usersite/application.scss */
.veil-title {
  display: block;
  font-size: 36px;
  text-align: center;
}

/* line 568, app/assets/stylesheets/usersite/application.scss */
.veil-subtitle {
  text-align: center;
  font-size: 15px;
  margin: 0.4em 0 2em;
}

/* line 573, app/assets/stylesheets/usersite/application.scss */
.veil-subtitle-big {
  font-size: 21px;
}

/* line 579, app/assets/stylesheets/usersite/application.scss */
.veil-contact input,
.veil-contact textarea {
  border: 0;
}

/* line 585, app/assets/stylesheets/usersite/application.scss */
.veil-contact-title {
  margin-bottom: 0.4em;
  display: block;
  font-size: 36px;
  text-align: center;
}

/* line 592, app/assets/stylesheets/usersite/application.scss */
.contact-info {
  margin-bottom: 1.5em;
}

/* line 595, app/assets/stylesheets/usersite/application.scss */
.contact-info + .contact-info {
  margin-top: 1.5em;
}

/* line 598, app/assets/stylesheets/usersite/application.scss */
.contact-intro {
  font-size: 1.3em;
}

/* line 601, app/assets/stylesheets/usersite/application.scss */
.contact-name {
  color: #fff;
  font-size: 1.6em;
  margin: 0.15em 0 0.2em;
}

/* line 607, app/assets/stylesheets/usersite/application.scss */
.message-body {
  min-height: 120px;
}

/* line 611, app/assets/stylesheets/usersite/application.scss */
.medalist-bar {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
}

/* line 617, app/assets/stylesheets/usersite/application.scss */
.medalist-bar .logo {
  font-size: 42px;
  min-width: 42px;
}

/* line 621, app/assets/stylesheets/usersite/application.scss */
.medalist-bar .floated-column {
  padding: 24px 1.35em 0;
}

/* line 624, app/assets/stylesheets/usersite/application.scss */
.medalist-bar .left-column {
  float: left;
}

/* line 627, app/assets/stylesheets/usersite/application.scss */
.medalist-bar .right-column {
  float: right;
  margin-top: 1px;
}

/* line 634, app/assets/stylesheets/usersite/application.scss */
.learn-bar {
  padding: 1.5em 1.3em 1.3em;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
}

/* line 641, app/assets/stylesheets/usersite/application.scss */
.learn-bar a {
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 646, app/assets/stylesheets/usersite/application.scss */
.learn-bar .main-nav {
  float: right;
  font-size: 14px;
  font-weight: 300;
  margin: 0.25em;
}

/* line 654, app/assets/stylesheets/usersite/application.scss */
.learn-bar .navigation li + li {
  margin-left: 2.5em;
}

/* line 657, app/assets/stylesheets/usersite/application.scss */
.learn-bar .navigation a {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Apple Color Emoji, sans-serif;
  line-height: 1.5;
  transition: color 0.2s;
}

/* line 664, app/assets/stylesheets/usersite/application.scss */
.learn-bar .navigation a:hover, .learn-bar .navigation a:focus {
  color: white;
  background-color: transparent;
}

/* line 671, app/assets/stylesheets/usersite/application.scss */
.learn-bar .navigation .button {
  padding: 0.5em 1.25em 0.6em;
  background-color: #e4ab01;
  color: #fff;
  font-weight: 400;
}

/* line 677, app/assets/stylesheets/usersite/application.scss */
.learn-bar .navigation .button:hover, .learn-bar .navigation .button:focus {
  background-color: #f1b501;
}

/* line 686, app/assets/stylesheets/usersite/application.scss */
.user-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 0.25em;
  font-size: 13px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Apple Color Emoji, sans-serif;
}

/* line 697, app/assets/stylesheets/usersite/application.scss */
.user-bar .dashboard-link {
  display: block;
}

/* line 700, app/assets/stylesheets/usersite/application.scss */
.user-bar .dashboard-link i,
.user-bar .dashboard-link span {
  display: inline-block;
  vertical-align: middle;
}

/* line 705, app/assets/stylesheets/usersite/application.scss */
.user-bar .dashboard-link span {
  margin: 0 1.5em 0 0.5em;
  font-weight: 500;
}

/* line 708, app/assets/stylesheets/usersite/application.scss */
.user-bar .dashboard-link span i {
  margin-right: 0.25em;
  transition: margin 0.15s;
  min-width: 1em;
}

/* line 716, app/assets/stylesheets/usersite/application.scss */
.user-bar .dashboard-link:hover span i, .user-bar .dashboard-link:focus span i {
  margin: 0 0.5em 0 -0.25em;
}

/* line 724, app/assets/stylesheets/usersite/application.scss */
.input input,
.input textarea {
  width: 100%;
  padding: 0.85em 1em;
  color: #1a1b1d;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
}

/* line 734, app/assets/stylesheets/usersite/application.scss */
.input input:focus::-webkit-input-placeholder,
.input textarea:focus::-webkit-input-placeholder {
  color: #1a1b1d;
  transition: color 0.25s;
}

/* line 738, app/assets/stylesheets/usersite/application.scss */
.input input:focus::-moz-placeholder,
.input textarea:focus::-moz-placeholder {
  color: #1a1b1d;
  transition: color 0.25s;
}

/* line 742, app/assets/stylesheets/usersite/application.scss */
.input input:focus:-moz-placeholder,
.input textarea:focus:-moz-placeholder {
  color: #1a1b1d;
  transition: color 0.25s;
}

/* line 750, app/assets/stylesheets/usersite/application.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}

/* line 753, app/assets/stylesheets/usersite/application.scss */
input:focus,
textarea:focus {
  outline: 0;
}

/* line 758, app/assets/stylesheets/usersite/application.scss */
.row.col-2 {
  font-size: 0;
}

/* line 761, app/assets/stylesheets/usersite/application.scss */
.row.col-2 .input {
  width: 50%;
  font-size: 16px;
  display: inline-block;
}

/* line 766, app/assets/stylesheets/usersite/application.scss */
.row.col-2 .input + .input {
  padding-left: 0.35em;
}

/* line 771, app/assets/stylesheets/usersite/application.scss */
.row {
  margin: 1.4em 0;
}

/* line 775, app/assets/stylesheets/usersite/application.scss */
.label {
  display: block;
  margin-bottom: 0.75em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 783, app/assets/stylesheets/usersite/application.scss */
.input-neon {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  outline: 0;
  transition: border-color 0.2s;
}

/* line 792, app/assets/stylesheets/usersite/application.scss */
.input-neon:not([disabled]):hover {
  border-color: rgba(99, 104, 108, 0.5);
}

/* line 795, app/assets/stylesheets/usersite/application.scss */
.input-neon:not([disabled]):focus, .input-neon.focus:not([disabled]) {
  border-color: #63686c;
}

/* line 801, app/assets/stylesheets/usersite/application.scss */
.select-neon {
  padding: 9px 24px 9px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  transition: border-color 0.2s;
}

/* line 807, app/assets/stylesheets/usersite/application.scss */
.select-neon .disabled {
  cursor: default;
  pointer-events: none;
}

/* line 813, app/assets/stylesheets/usersite/application.scss */
.select-neon:not(.disabled):hover {
  border-color: rgba(99, 104, 108, 0.5);
}

/* line 819, app/assets/stylesheets/usersite/application.scss */
.custom-native-select {
  position: relative;
  transition: color 0.15s;
  background: #fff;
}

/* line 824, app/assets/stylesheets/usersite/application.scss */
.custom-native-select:hover {
  color: #18181a;
}

/* line 828, app/assets/stylesheets/usersite/application.scss */
.custom-native-select select {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 840, app/assets/stylesheets/usersite/application.scss */
.custom-native-select i {
  position: absolute;
  top: 50%;
  right: 0.6em;
  margin-top: -0.5em;
  font-size: 16px;
  color: #989da1;
}

/* line 849, app/assets/stylesheets/usersite/application.scss */
.custom-native-select span.error {
  display: none;
}

/* line 855, app/assets/stylesheets/usersite/application.scss */
.button {
  display: inline-block;
  padding: 1em 1.75em;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
}

/* line 862, app/assets/stylesheets/usersite/application.scss */
.button-neon {
  padding: 0.9em 3.2em;
  border: 1px solid #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #959595;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: color 0.15s, border-color 0.15s;
}

/* line 872, app/assets/stylesheets/usersite/application.scss */
.button-neon:hover, .button-neon:focus {
  border-color: rgba(255, 255, 255, 0.25);
}

/* line 876, app/assets/stylesheets/usersite/application.scss */
.button-neon:active {
  border-color: rgba(255, 255, 255, 0.15);
  transition: none;
}

/* line 880, app/assets/stylesheets/usersite/application.scss */
.button-neon.rounded {
  border-radius: 3.5em;
}

/* line 885, app/assets/stylesheets/usersite/application.scss */
.button-yellow {
  color: #fff;
  background-color: #e4ab01;
  border: 0;
}

/* line 890, app/assets/stylesheets/usersite/application.scss */
.button-yellow:hover, .button-yellow:focus {
  background-color: #e9ab2b;
}

/* line 895, app/assets/stylesheets/usersite/application.scss */
.button-big {
  display: block;
  font-size: 16px;
  width: 100%;
}

/* line 900, app/assets/stylesheets/usersite/application.scss */
.button-inline {
  display: inline-block;
  width: auto;
  padding: 0.8em 1.5em;
}

/* line 907, app/assets/stylesheets/usersite/application.scss */
.post {
  padding: 4em 0;
}

/* line 910, app/assets/stylesheets/usersite/application.scss */
.post p,
.post ol,
.post ul,
.post figure {
  margin: 1em 0;
}

/* line 917, app/assets/stylesheets/usersite/application.scss */
.post .post-wrapper {
  font-size: 0;
}

/* line 920, app/assets/stylesheets/usersite/application.scss */
.post .post-meta,
.post .post-content {
  display: inline-block;
  vertical-align: top;
}

/* line 926, app/assets/stylesheets/usersite/application.scss */
.post .post-meta {
  width: 16%;
  margin-right: -16%;
  padding-right: 5%;
  text-align: right;
}

/* line 933, app/assets/stylesheets/usersite/application.scss */
.post .post-content {
  width: 100%;
  max-width: 800px;
  padding-left: 16%;
}

/* line 940, app/assets/stylesheets/usersite/application.scss */
.post,
.blog-post {
  border-top: 1px solid;
}

/* line 944, app/assets/stylesheets/usersite/application.scss */
.post:first-of-type,
.blog-post:first-of-type {
  border-top: 0;
}

/* line 947, app/assets/stylesheets/usersite/application.scss */
.post:first-of-type:after,
.blog-post:first-of-type:after {
  display: none;
}

/* line 954, app/assets/stylesheets/usersite/application.scss */
.post .post-content .post-picture a,
.blog-post .post-content .post-picture a {
  border: 0;
}

/* line 962, app/assets/stylesheets/usersite/application.scss */
.post .post-content > :first-child,
.post .post-message > :first-child,
.blog-post .post-content > :first-child,
.blog-post .post-message > :first-child {
  margin-top: 0;
}

/* line 965, app/assets/stylesheets/usersite/application.scss */
.post .post-content > :last-child,
.post .post-message > :last-child,
.blog-post .post-content > :last-child,
.blog-post .post-message > :last-child {
  margin-bottom: 0;
}

/* line 972, app/assets/stylesheets/usersite/application.scss */
.post-facebook .post-picture {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  position: relative;
  text-align: center;
}

/* line 979, app/assets/stylesheets/usersite/application.scss */
.post-facebook .post-picture + .post-message {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 190px;
  margin-left: -170px;
}

/* line 990, app/assets/stylesheets/usersite/application.scss */
.post-instagram .post-content,
.post-strava .post-content {
  max-width: none;
  font-size: 0;
}

/* line 994, app/assets/stylesheets/usersite/application.scss */
.post-instagram .post-content .post-picture,
.post-instagram .post-content .post-message,
.post-strava .post-content .post-picture,
.post-strava .post-content .post-message {
  display: inline-block;
  vertical-align: top;
}

/* line 999, app/assets/stylesheets/usersite/application.scss */
.post-instagram .post-content .post-picture,
.post-strava .post-content .post-picture {
  width: 60%;
}

/* line 1001, app/assets/stylesheets/usersite/application.scss */
.post-instagram .post-content .post-picture a,
.post-strava .post-content .post-picture a {
  display: block;
  position: relative;
}

/* line 1006, app/assets/stylesheets/usersite/application.scss */
.post-instagram .post-content .post-message,
.post-strava .post-content .post-message {
  width: 40%;
  padding-left: 5%;
  font-size: 16px;
  font-size: 1rem;
}

/* line 1016, app/assets/stylesheets/usersite/application.scss */
.post-instagram-video .post-picture a:after {
  content: '';
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 35px 60px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -25px;
}

/* line 1027, app/assets/stylesheets/usersite/application.scss */
.post-instagram-video .post-picture {
  -webkit-backface-visibility: hidden;
}

/* line 1030, app/assets/stylesheets/usersite/application.scss */
.post-instagram-video .post-picture img {
  opacity: 0.75;
  transition: opacity 0.15s;
}

/* line 1034, app/assets/stylesheets/usersite/application.scss */
.post-instagram-video .post-picture a:hover img,
.post-instagram-video .post-picture a:focus img {
  opacity: 0.9;
}

/* line 1040, app/assets/stylesheets/usersite/application.scss */
.post-meta {
  position: relative;
  font-size: 11px;
  font-weight: 400;
}

/* line 1045, app/assets/stylesheets/usersite/application.scss */
.post-meta .icon,
.post-meta span {
  display: block;
  text-align: left;
}

/* line 1050, app/assets/stylesheets/usersite/application.scss */
.post-meta i {
  font-size: 21px;
}

/* line 1054, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-meta br {
  display: none;
}

/* line 1059, app/assets/stylesheets/usersite/application.scss */
.post-content {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 1063, app/assets/stylesheets/usersite/application.scss */
.post-content a {
  border-bottom: 1px solid #aaa;
}

/* line 1066, app/assets/stylesheets/usersite/application.scss */
.post-content a:hover, .post-content a:focus {
  border-bottom-width: 0;
}

/* line 1073, app/assets/stylesheets/usersite/application.scss */
.post-wrapper,
.content-wrapper {
  width: 95%;
  max-width: 960px;
  margin: auto;
  padding: 0 2.5%;
}

/* line 1081, app/assets/stylesheets/usersite/application.scss */
.post-title {
  display: block;
  margin: 0 0 0.8em 0;
  font-size: 32px;
  line-height: 1;
  word-break: break-word;
}

/* line 1089, app/assets/stylesheets/usersite/application.scss */
.blog-post {
  position: relative;
  text-align: center;
  padding: 4.4em 0;
}

/* line 1094, app/assets/stylesheets/usersite/application.scss */
.blog-post:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1104, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-meta i {
  font-size: 16px;
}

/* line 1108, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-title {
  margin: 0.6em auto;
  width: 95%;
  max-width: 800px;
  font-size: 64px;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 1117, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content {
  max-width: 800px;
  margin: 0 auto 1.25em;
  padding: 0 10%;
  padding-top: 1em;
  text-align: left;
}

/* line 1124, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content img,
.blog-post .post-content iframe {
  display: block;
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 1131, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content br + br,
.blog-post .post-content br:first-child,
.blog-post .post-content br:last-child,
.blog-post .post-content br:only-child {
  display: none;
}

/* line 1138, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content div,
.blog-post .post-content p,
.blog-post .post-content ul,
.blog-post .post-content ol {
  margin: 1.25em 0;
}

/* line 1144, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content .no-margin {
  margin: 0;
}

/* line 1147, app/assets/stylesheets/usersite/application.scss */
.blog-post .post-content > p:first-child {
  font-size: 1.35em;
}

/* line 1152, app/assets/stylesheets/usersite/application.scss */
.blog-post .title-delta {
  display: block;
  padding: 0.875em 0;
  font-size: 13px;
  font-weight: normal;
}

/* line 1161, app/assets/stylesheets/usersite/application.scss */
.post-video .post-title {
  display: inline-block;
  margin-top: 0.25em;
  padding-left: 16%;
}

/* line 1168, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover {
  background-color: #111;
  border: 0;
}

/* line 1172, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover .post-title a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 1176, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover .blog-post-background {
  opacity: 0.9;
  transition: opacity 0.15s ease-out;
}

/* line 1180, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover:hover .blog-post-background {
  opacity: 1;
}

/* line 1183, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover .button-neon {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
}

/* line 1187, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover .button-neon:hover, .blog-post.has-cover .button-neon:focus {
  border-color: rgba(255, 255, 255, 0.75);
}

/* line 1192, app/assets/stylesheets/usersite/application.scss */
.blog-post.has-cover .post-meta a {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
}

/* line 1199, app/assets/stylesheets/usersite/application.scss */
.responsive-media > div {
  position: relative;
  background-position: center center;
}

/* line 1204, app/assets/stylesheets/usersite/application.scss */
.responsive-media iframe,
.responsive-media object,
.responsive-media embed,
.responsive-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1216, app/assets/stylesheets/usersite/application.scss */
.responsive-media-video > div {
  padding-bottom: 56.25%;
}

/* line 1219, app/assets/stylesheets/usersite/application.scss */
.responsive-media-instagram > div {
  padding-bottom: 100%;
}

/* line 1223, app/assets/stylesheets/usersite/application.scss */
.avatar {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0 0 2.15em;
}

/* line 1227, app/assets/stylesheets/usersite/application.scss */
.avatar > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 1231, app/assets/stylesheets/usersite/application.scss */
.avatar.avatar-bottom-right {
  position: absolute;
  bottom: 32px;
  right: 2.5%;
}

/* line 1237, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-img {
  background-color: rgba(51, 51, 51, 0.1);
  width: 64px;
  height: 64px;
}

/* line 1242, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-img img {
  display: block;
  margin: 0;
}

/* line 1246, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-img,
.avatar .avatar-img img {
  border-radius: 64px;
}

/* line 1251, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-img:hover, .avatar .avatar-img:focus {
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.5);
}

/* line 1258, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-text {
  padding: 0 1em;
  font-style: normal;
}

/* line 1262, app/assets/stylesheets/usersite/application.scss */
.avatar .avatar-text a.author-name {
  font-weight: bold;
}

/* line 1271, app/assets/stylesheets/usersite/application.scss */
a.avatar:hover .avatar-img,
a.avatar:focus .avatar-img,
a.testimonial:hover .avatar .avatar-img {
  border-color: #fff;
}

/* line 1274, app/assets/stylesheets/usersite/application.scss */
a.avatar:hover .avatar-text,
a.avatar:focus .avatar-text,
a.testimonial:hover .avatar .avatar-text {
  color: #fff;
}

/* line 1280, app/assets/stylesheets/usersite/application.scss */
.post-share a {
  border: 0;
}

/* line 1283, app/assets/stylesheets/usersite/application.scss */
.post-share a + a {
  margin-left: 1em;
}

/* line 1286, app/assets/stylesheets/usersite/application.scss */
.post-share .share-link {
  font-size: 21px;
}

/* line 1289, app/assets/stylesheets/usersite/application.scss */
.post-share .other-post {
  color: #fff;
  font-size: 24px;
}

/* line 1296, app/assets/stylesheets/usersite/application.scss */
.post-back a.button {
  padding-left: 1.25em;
  padding-right: 2em;
}

/* line 1300, app/assets/stylesheets/usersite/application.scss */
.post-back a.button:before {
  margin-right: 1em;
}

/* line 1305, app/assets/stylesheets/usersite/application.scss */
.blog-post-content {
  position: relative;
}

/* line 1308, app/assets/stylesheets/usersite/application.scss */
.blog-post-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}

/* line 1319, app/assets/stylesheets/usersite/application.scss */
.responsive-iframe {
  position: relative;
}

/* line 1322, app/assets/stylesheets/usersite/application.scss */
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1331, app/assets/stylesheets/usersite/application.scss */
.sponsors {
  background-color: #fff;
  text-align: center;
  padding: 2em 0 !important;
}

/* line 1336, app/assets/stylesheets/usersite/application.scss */
.sponsors .sponsors-title {
  font-size: 20px;
  margin: 0.5em 0 1em;
  padding: 0 1em;
}

/* line 1342, app/assets/stylesheets/usersite/application.scss */
.sponsors ul {
  width: 100%;
  margin: auto;
  font-size: 0;
  padding: 0;
}

/* line 1349, app/assets/stylesheets/usersite/application.scss */
.sponsors li {
  display: inline-block;
  vertical-align: middle;
}

/* line 1354, app/assets/stylesheets/usersite/application.scss */
.sponsors span {
  position: relative;
  display: block;
  padding-top: 75%;
}

/* line 1360, app/assets/stylesheets/usersite/application.scss */
.sponsors ul a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1369, app/assets/stylesheets/usersite/application.scss */
.sponsors ul a:after {
  content: '';
  height: 100%;
}

/* line 1373, app/assets/stylesheets/usersite/application.scss */
.sponsors ul a:after,
.sponsors img {
  display: inline-block;
  vertical-align: middle;
}

/* line 1379, app/assets/stylesheets/usersite/application.scss */
.sponsors img {
  max-width: 85%;
  max-height: 85%;
  margin: auto;
}

/* line 1385, app/assets/stylesheets/usersite/application.scss */
.sponsors .made-with {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #808080;
  margin: 3em 0 0;
}

/* line 1391, app/assets/stylesheets/usersite/application.scss */
.sponsors .made-with a {
  color: #666;
  font-weight: 700;
}

/* line 1398, app/assets/stylesheets/usersite/application.scss */
.sponsors + .sponsors {
  border-top: 0;
}

/* line 1402, app/assets/stylesheets/usersite/application.scss */
.sponsors-large li {
  width: 33.3333333333%;
}

/* line 1405, app/assets/stylesheets/usersite/application.scss */
.sponsors-medium li {
  width: 25%;
}

/* line 1408, app/assets/stylesheets/usersite/application.scss */
.sponsors-small li {
  width: 20%;
}

/* line 1413, app/assets/stylesheets/usersite/application.scss */
.highlights {
  padding: 5% 0;
}

/* line 1416, app/assets/stylesheets/usersite/application.scss */
.highlights ul {
  font-size: 18px;
}

/* line 1419, app/assets/stylesheets/usersite/application.scss */
.highlights li {
  display: block;
}

/* line 1422, app/assets/stylesheets/usersite/application.scss */
.highlights li + li {
  margin-top: 1em;
}

/* line 1426, app/assets/stylesheets/usersite/application.scss */
.highlights-group {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1430, app/assets/stylesheets/usersite/application.scss */
.highlights-group + .highlights-group {
  margin-top: 5%;
}

/* line 1434, app/assets/stylesheets/usersite/application.scss */
.highlights-year.heading {
  width: 25%;
  padding-right: 0.75em;
  font-size: 48px;
  line-height: 1;
  text-align: right;
}

/* line 1441, app/assets/stylesheets/usersite/application.scss */
.highlights-events {
  width: 75%;
}

/* line 1444, app/assets/stylesheets/usersite/application.scss */
.highlight-title {
  font-weight: 700;
}

/* line 1447, app/assets/stylesheets/usersite/application.scss */
.highlight-date,
.highlight-note {
  opacity: 0.75;
}

@media (max-width: 900px) {
  /* line 1457, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .has-user-bar .cover {
    padding-top: 53px;
  }
  /* line 1460, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .has-user-bar .cover-top-gradient {
    top: 53px;
  }
  /* line 1463, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .has-user-bar .veil {
    padding-top: 30px;
  }
  /* line 1468, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar {
    height: auto;
    font-size: 0;
    background-color: rgba(24, 24, 26, 0.95);
  }
  /* line 1473, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .floated-column {
    font-size: 14px;
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0.8em;
  }
  /* line 1481, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .right-column {
    margin-top: 0;
    text-align: right;
  }
}

@media (max-width: 768px) {
  /* line 1493, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover {
    width: 100%;
    color: #fff;
    position: relative;
  }
  /* line 1498, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover .main-nav {
    width: 100%;
    text-align: center;
  }
  /* line 1502, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover header {
    vertical-align: middle;
    width: 100%;
    margin-top: -20%;
  }
  /* line 1507, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover .cover-description p {
    position: static;
    width: 100%;
    float: none;
    margin: 0;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: normal;
  }
  /* line 1517, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-background {
    width: 100%;
  }
  /* line 1521, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-medium,
[class*='theme'] .cover-small {
    height: 70%;
  }
  /* line 1524, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-medium header,
[class*='theme'] .cover-small header {
    margin-top: 0;
  }
  /* line 1527, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-medium + div[role='main'], [class*='theme'] .cover-medium + main,
[class*='theme'] .cover-small + div[role='main'],
[class*='theme'] .cover-small + main {
    top: 70%;
  }
  /* line 1533, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-small {
    height: 50%;
  }
  /* line 1536, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-small + div[role='main'],
[class*='theme'] .cover-small + main {
    top: 50%;
  }
  /* line 1541, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] h1 a {
    padding: 0 5%;
  }
  /* line 1544, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] h1 img {
    max-width: 75%;
  }
  /* line 1550, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .navigation {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 96px 6.5% 7.5% 6.5%;
    background-color: #141414;
    background-color: rgba(20, 20, 20, 0.95);
    text-align: center;
    font-size: 21px;
    -webkit-overflow-scrolling: touch;
    z-index: 15;
    transform: translate3d(0, -500px, 0);
    transition: transform, opacity;
    transition-duration: 0.25s;
  }
  /* line 1572, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .navigation li + li {
    margin-left: 0;
  }
  /* line 1575, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .navigation a.inline-link,
[class*='theme'] .main-nav .navigation li.signup-link {
    display: block;
    width: 100%;
    padding: 7.5% 0.65em;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
  }
  /* line 1583, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .navigation li.signup-link {
    padding: 5% 0.65em;
  }
  /* line 1588, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav.opened .navigation {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  /* line 1593, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav ul {
    display: block;
  }
  /* line 1596, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .main-links li {
    display: block;
    margin: 0;
  }
  /* line 1601, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .navigation .main-links > li > a {
    padding: 0.75em;
  }
  /* line 1605, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav ul + ul {
    margin: 1em 0;
  }
  /* line 1609, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav ul + ul li {
    margin: 0 0.5em;
  }
  /* line 1613, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .main-nav .main-nav .main-links + ul i {
    font-size: 24px;
  }
  /* line 1617, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .menu-icon {
    display: block;
  }
  /* line 1620, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .has-user-bar .menu-icon {
    top: 48px;
  }
  /* line 1625, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] div[role='main'],
[class*='theme'] main {
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -2%;
  }
  /* line 1632, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post {
    padding: 1.5em 0 3em;
  }
  /* line 1635, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post .post-wrapper {
    flex-direction: column;
  }
  /* line 1639, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post .post-meta {
    position: inherit;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
  /* line 1645, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post .post-meta .icon {
    float: none;
  }
  /* line 1650, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post .post-content {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  /* line 1659, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-instagram .post-content,
[class*='theme'] .post-strava .post-content {
    padding-top: 1em;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  /* line 1664, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-instagram .post-content .post-picture,
[class*='theme'] .post-instagram .post-content .post-message,
[class*='theme'] .post-strava .post-content .post-picture,
[class*='theme'] .post-strava .post-content .post-message {
    display: block;
    width: 100%;
  }
  /* line 1669, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-instagram .post-content .post-message,
[class*='theme'] .post-strava .post-content .post-message {
    padding-left: 0;
    margin-top: 1em;
  }
  /* line 1677, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-meta .icon {
    display: inline-block;
    margin-right: 0.3em;
  }
  /* line 1681, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-meta span,
[class*='theme'] .post-meta time {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 1688, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-content {
    padding-top: 0.75em;
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  /* line 1693, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .blog-post .post-title {
    font-size: 48px !important;
  }
  /* line 1696, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .blog-post .post-content {
    padding: 0;
  }
  /* line 1699, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .sponsors li {
    width: 30%;
  }
  /* line 1702, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .sponsors .sponsors-title {
    font-size: 18px;
  }
  /* line 1706, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .highlights-year.heading {
    width: 20%;
    font-size: 32px;
  }
  /* line 1710, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .highlights-events {
    width: 80%;
  }
}

@media (max-width: 768px) and (max-height: 400px) {
  /* line 1718, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-small {
    height: 90%;
  }
  /* line 1721, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-small + div[role='main'],
[class*='theme'] .cover-small + main {
    top: 90%;
  }
  /* line 1725, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-medium + div[role='main'],
[class*='theme'] .cover-medium + main {
    top: 100%;
  }
  /* line 1729, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-medium header h1 {
    padding-bottom: 0;
  }
  /* line 1732, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover header {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  /* line 1742, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .dashboard-link .logo {
    font-size: 32px;
    min-width: 32px;
  }
  /* line 1746, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .left-column {
    width: 60%;
  }
  /* line 1749, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .right-column {
    width: 40%;
  }
  /* line 1752, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .floated-column {
    font-size: 11px;
  }
  /* line 1755, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .dashboard-link span {
    margin: 0;
  }
  /* line 1758, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .user-bar .dashboard-link span i {
    position: relative;
    top: -2px;
  }
}

@media (max-width: 540px) {
  /* line 1769, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .highlights-group + .highlights-group {
    margin-top: 15%;
  }
  /* line 1772, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .highlights-year.heading {
    font-size: 48px;
    margin-bottom: 0.2em;
  }
  /* line 1776, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .highlights-events {
    width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 1786, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .background-dark div[role='main'],
[class*='theme'] .background-dark main {
    background-color: #141414;
  }
  /* line 1790, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .background-dark.cover-photo-filter-gradient .cover-photo-filter {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  }
  /* line 1800, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .background-light div[role='main'],
[class*='theme'] .background-light main {
    background-color: #fff;
  }
  /* line 1804, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .background-light.cover-photo-filter-gradient .cover-photo-filter {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  /* line 1813, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover-photo-filter {
    top: -125px;
    left: 0;
    width: 100%;
    height: 125px;
  }
  /* line 1821, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover,
[class*='theme'] .cover .cover-background {
    max-height: 460px;
  }
  /* line 1825, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .cover .cover-description p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  /* line 1831, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .header-learn h1 {
    font-size: 32px !important;
    line-height: 1.2;
  }
  /* line 1836, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post {
    padding: 1em 0 2.25em;
  }
  /* line 1839, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-content {
    padding-top: 0.5em;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  /* line 1845, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-facebook .post-picture {
    display: block;
    width: 100%;
  }
  /* line 1849, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-facebook .post-picture + .post-message {
    display: block;
    padding: 0;
    margin: 0.5em 0;
  }
  /* line 1857, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .post-instagram .post-content,
[class*='theme'] .post-strava .post-content {
    padding-top: 0.875em;
  }
  /* line 1861, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .blog-post .post-title {
    font-size: 27px !important;
    margin: 1em auto;
  }
  /* line 1865, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .sponsors li {
    width: 46%;
  }
  /* line 1868, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .sponsors .sponsors-title {
    font-size: 16px;
  }
  /* line 1871, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] .veil-contact .veil-contact-title {
    font-size: 21px;
  }
}

@media (max-width: 400px) and (min-height: 460px) {
  /* line 1880, app/assets/stylesheets/usersite/application.scss */
  [class*='theme'] div[role='main'],
[class*='theme'] main {
    top: 460px;
  }
}

/* line 1887, app/assets/stylesheets/usersite/application.scss */
.main-nav .navigation ul + ul svg {
  font-size: 1.25rem;
  position: relative;
  top: 0.15em;
}

/* line 1893, app/assets/stylesheets/usersite/application.scss */
.layout-corners .cover-content .website-header-logo {
  display: block;
  max-height: 380px;
}

/* line 1898, app/assets/stylesheets/usersite/application.scss */
.layout-center .cover-content .website-header-logo {
  display: block;
  max-height: 300px;
}

/* line 1903, app/assets/stylesheets/usersite/application.scss */
.layout-left .cover-content .website-header-logo {
  display: block;
  max-height: 280px;
}