@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * * 1. Set default font family to sans-serif.
 * * 2. Prevent iOS text size adjust after orientation change, without disabling
 * *    user zoom. */
@import url(https://fonts.googleapis.com/css?family=Dosis:200,400,600);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * * Improve readability when focused and also mouse hovered in all browsers. */
/* Text-level semantics
 * * ========================================================================== */
/**
 * * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

/**
 * * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * * All other form control elements do not inherit `text-transform` values.
 * * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * * Correct `select` style inheritance in Firefox. */
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] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * * the UA stylesheet. */
/**
 * * It's recommended that you don't attempt to style these elements.
 * * Firefox's implementation doesn't respect box-sizing, padding, or width.
 * *
 * * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * * 2. Remove excess padding in IE 8/9/10. */
/**
 * * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * * `font-size` values of the `input`, it causes the cursor style of the
 * * decrement button to change from `default` to `text`. */
/**
 * * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 * *    (include `-moz` to future-proof). */
/**
 * * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * * Safari (but not Chrome) clips the cancel button when the search input has
 * * padding (and `textfield` appearance). */
/**
 * * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

* {
  box-sizing: border-box;
}

iframe {
  width: 100%;
  border: 0;
  padding: 15px;
  margin-bottom: 25px;
}

@font-face {
  font-family: "Kickstart";
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAhAABEAAAAADGQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcbMG9U0dERUYAAAGcAAAAHQAAACAAQgAET1MvMgAAAbwAAABBAAAAYGl6iNpjbWFwAAACAAAAAGwAAAF6U3dB6mN2dCAAAAJsAAAABgAAAAYFEQBEZnBnbQAAAnQAAAGxAAACZVO0L6dnYXNwAAAEKAAAAAgAAAAIAAAAEGdseWYAAAQwAAAA5wAAASQqOzxvaGVhZAAABRgAAAAxAAAANgcNT75oaGVhAAAFTAAAAB8AAAAkDXIHUGhtdHgAAAVsAAAAPQAAAFQ4ZP91bG9jYQAABawAAAATAAAALASoBPBtYXhwAAAFwAAAACAAAAAgATMATG5hbWUAAAXgAAABsQAAA4wvhnuncG9zdAAAB5QAAAByAAAA0sfVf25wcmVwAAAICAAAAC4AAAAusPIrFHdlYmYAAAg4AAAABgAAAAZRxFQtAAAAAQAAAADMPaLPAAAAANAxGEAAAAAA0FMCQ3jaY2BkYGDgA2IJBhBgYmAEQhEgZgHzGAAFJgBHAAAAeNpjYGa6xDiBgZWBhdWY5SwDA8MsCM10liGN8Q0DHhAQGRTM4MCgoPqHLe1fGgMDm/X/30BhRiQlCgyMAKRhDTwAAAB42mNgYGBmgGAZBkYGECgB8hjBfBaGCCAtxCAAFGFiUGDQZrBlWKDApaCvEK/65/9/oBxMjAEm9v/x/5v/T/xPe8B+//H9LbckoGaiAUY2BrgEIxOQYEJXAHESFLBgGMDKMIgAG1m6AFgnF+QAAABEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaZY6xSsRAEIb/mexuoqdoUPGuM6AIyt3eZUtT5hXuDSzkKrsrfQUr8R0EmeQ9traxVhtrQS57ZgVBdIaf+fkY/hkwaoAv9RwJUkwagq3aVNF72Rj9XLUJ9xZNErGOuE0Nr6qWInd5kZ8UeVHzUTim+3Cl558PtfIAaO3ozmyqBTSQFKYP9+bJdcvHbqAWZ93LLV/3azDrgHHG5uL7/gA72MMhphBYUU60Fyols7LlZNvLRim7VvadHHjJS5KhbUZ0junstP8kNv2ZnKmP1X+NaRReo3hJw/AWxTc/DoRfNcMXDKpM2gB42mNgZGBgAGLu0C8v4vltvjLIczCAwIVgJmcY/d+YgYGDic0ayOVgYAKJAgAIlwhcAAAAeNpjYGRgYLNmYGVg4GD4b/zflIOJASiCAkQBQTkC1gB42mN6w+DCAARMq4AYSLPa/zfmYPj/D8RmlmVgYLNG0EzCDAyMfUDMCcEMx4G0PZCOgNAgORYgFwDTiQkKAAAAeNpjYGDQgUIHhi68cBIArJQJmQAAAQAAABUAGAAGAAAAAAACAAEAAgAWAAABAAAwAAAAAHjahVI7TsNAEH12wicNiigoqPYCmISfBGlASJGAABHmIzps56uEGBInERQcgYqSigNwCgpo6bgGJ+DteEkiCwlZ3nk7M2++C2AOr0jBSmcAPPCPsYUsbzG26fNocAobeDY4DYVPg6dwhG+Dp6GsbYNn8GJdGTyLfds2OANllwzOYt5uG/yOBfs37wdy9lOMv1JYtN+wixA3uEMXTdTRQMQKVpBDHmtEO6jQ7qNK7NKrR3sV15QKe+ggoLVLvj49sVXgCK/NT01E7cmtSlmlHBjPM8aI6BPRW2tOeNbR582jV54eOfkKKOOSVpcoyVlKsJJ2lbCfSwU9eoT0VIksLjU56d8xssD6Q0YLxH8wYjhY5+b+q6Ysek/6jidQk/yKjFDOhlj+2oPmBBI9rrQmcx5zaqKPRKPnX5Hd6Kwt6vQ+Ionns5pxlI5002RkvQ1nNFmFoomnK/d5LxHH+1zmf2gyKAyl38YEoyQM/Vo8VqBwQH1AD0+yDSXbPbVatuQV6SojXDCeP9FHPNlTMvu8HUv3Sl6k3somtohWeeY5+/E7LY74Lm7JbDK2nnT7B8+1jU0AAAB42m3FOw6CQBQF0HtBwS+oCb1LeIyOn5KQsBTQxBgaC1evgbl2nuYgwujTocU/BcCIMWJk2HPCKROmnHHOBZdccc2MOTfccpd0j3d/K0MufT3vZpUNO7PfpXb6oI/a65M+64u+6irsmrAP+6b+At0WJ3AAALgB/4WwAY0AS7AIUFixAQGOWbFGBitYIbAQWUuwFFJYIbCAWR2wBitcWFmwFCsAAAABVC1RwwAA) format("opentype");
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  color: #444;
}

ul {
  margin: 0;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: normal;
}

p {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.6rem;
}

a {
  text-decoration: none;
  color: #c4ceda;
}
a:hover {
  text-decoration: underline;
}

/* *  Root Element
 * *  =========
 * *  The root element is a base for several many elements in the library
 * *  To ensure consistent spacing when mixed into blocks.
 * */
pre {
  color: #768da9;
  border-radius: 5px;
  padding: 5px;
  font-family: "ubuntu-mono", monospace;
  word-break: normal;
  hyphens: none;
  tab-size: 2;
  word-wrap: break-word;
  border: 0px !important;
  margin: 0;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", helvetica neue, sans-serif;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  font-weight: 400;
}
h1:first-child {
  margin-top: 0;
}

h2 {
  font-size: 2.1rem;
  margin-bottom: 1.15rem;
  margin-top: 2rem;
  font-weight: 400;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 400;
}
h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  margin-top: 2rem;
  font-weight: 400;
}
h4:first-child {
  margin-top: 0;
}

h5 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  font-weight: 400;
}
h5:first-child {
  margin-top: 0;
}

h6 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 300;
}
h6:first-child {
  margin-top: 0;
}

html {
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  font-size: 16px;
  font-size: calc(14px + 0.2vw);
  line-height: 1.6rem;
  line-height: calc(1.6rem + 0.2vw);
  color: rgba(0, 0, 0, 0.7);
}

figure {
  margin: 0;
  padding: 0;
}

progress {
  width: 100%;
}
progress::-webkit-progress-bar {
  border-radius: 5px;
  min-height: 25px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
progress::-webkit-progress-value {
  border-radius: 5px 0 0 5px;
}

hr {
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
}

label, legend {
  display: block;
  font-weight: normal;
  margin-bottom: 6.25px;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=search],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  margin: 0;
  margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%;
}
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
  outline: 0px;
  box-shadow: inset 0px 0px 0px 2px #c4ceda;
}

input[disabled] {
  pointer-events: all;
  cursor: not-allowed;
  color: #999;
}

textarea {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  margin: 0;
  margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%;
  width: 300px;
}
textarea:focus {
  outline: 0px;
  box-shadow: inset 0px 0px 0px 2px #c4ceda;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 14px;
  margin-left: 1px;
  margin-right: 5px;
}

select {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
  height: calc(1.6rem + 10px);
  background-image: none;
}
select[disabled], select:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
select.menu-item {
  position: relative;
}
select.menu-item ul {
  display: none;
}
select.menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
select:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
select:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
select.menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
select.menu-item.open ul {
  display: block;
}
select.menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
select.menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
select + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
select.button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
select.open {
  background-color: #e0e0e0;
}

body.dismiss-modal {
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

button,
input[type=submit],
input[type=button] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
}
button[disabled], button:disabled,
input[type=submit][disabled],
input[type=submit]:disabled,
input[type=button][disabled],
input[type=button]:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
button.menu-item,
input[type=submit].menu-item,
input[type=button].menu-item {
  position: relative;
}
button.menu-item ul,
input[type=submit].menu-item ul,
input[type=button].menu-item ul {
  display: none;
}
button.menu-item:after,
input[type=submit].menu-item:after,
input[type=button].menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
button:active,
input[type=submit]:active,
input[type=button]:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
button.menu-item:after,
input[type=submit].menu-item:after,
input[type=button].menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
button.menu-item.open ul,
input[type=submit].menu-item.open ul,
input[type=button].menu-item.open ul {
  display: block;
}
button.menu-item ul,
input[type=submit].menu-item ul,
input[type=button].menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
button.menu-item ul li,
input[type=submit].menu-item ul li,
input[type=button].menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
button + .button-dropdown + ul,
input[type=submit] + .button-dropdown + ul,
input[type=button] + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
button.button-dropdown,
input[type=submit].button-dropdown,
input[type=button].button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
button.open,
input[type=submit].open,
input[type=button].open {
  background-color: #e0e0e0;
}

input[type=file] {
  background: transparent;
}

input[type=file]::-ms-browse {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
}
input[type=file]::-ms-browse[disabled], input[type=file]::-ms-browse:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
input[type=file]::-ms-browse.menu-item {
  position: relative;
}
input[type=file]::-ms-browse.menu-item ul {
  display: none;
}
input[type=file]::-ms-browse.menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
input[type=file]::-ms-browse:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
input[type=file]::-ms-browse:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
input[type=file]::-ms-browse.menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
input[type=file]::-ms-browse.menu-item.open ul {
  display: block;
}
input[type=file]::-ms-browse.menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input[type=file]::-ms-browse.menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
input[type=file]::-ms-browse + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input[type=file]::-ms-browse.button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
input[type=file]::-ms-browse.open {
  background-color: #e0e0e0;
}

input[type=file]::-ms-value {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  margin: 0;
  margin-bottom: 0;
  border: 1px solid #CCC;
  display: block;
  border-radius: 3px;
  max-width: 100%;
  background: white;
  margin-right: 6.25px;
}
input[type=file]::-ms-value:focus {
  outline: 0px;
  box-shadow: inset 0px 0px 0px 2px #c4ceda;
}

input[type=file]::-webkit-file-upload-button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
}
input[type=file]::-webkit-file-upload-button[disabled], input[type=file]::-webkit-file-upload-button:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
input[type=file]::-webkit-file-upload-button.menu-item {
  position: relative;
}
input[type=file]::-webkit-file-upload-button.menu-item ul {
  display: none;
}
input[type=file]::-webkit-file-upload-button.menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
input[type=file]::-webkit-file-upload-button:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
input[type=file]::-webkit-file-upload-button:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
input[type=file]::-webkit-file-upload-button.menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
input[type=file]::-webkit-file-upload-button.menu-item.open ul {
  display: block;
}
input[type=file]::-webkit-file-upload-button.menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input[type=file]::-webkit-file-upload-button.menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
input[type=file]::-webkit-file-upload-button + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input[type=file]::-webkit-file-upload-button.button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
input[type=file]::-webkit-file-upload-button.open {
  background-color: #e0e0e0;
}

.menu-item ul {
  display: none;
  position: absolute;
  padding: 0;
  list-style: none;
  z-index: 10;
  background: white;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  min-width: 175px;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-radius: 3px;
  background: white;
}
.menu-item ul:before {
  display: block;
  position: absolute;
  content: " ";
}
.menu-item ul li {
  border: 0px;
}
.menu-item ul li a:not([role=button]) {
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  margin-bottom: 0;
  border-radius: 0;
  background: white;
  border-color: white;
  font-size: 16px;
}
.menu-item ul li a:not([role=button]).menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
.menu-item ul li a:not([role=button]).menu-item.open ul {
  display: block;
}
.menu-item ul li a:not([role=button]).menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.menu-item ul li a:not([role=button]).menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.menu-item ul li a:not([role=button]) + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.menu-item ul li a:not([role=button]).button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
.menu-item ul li a:not([role=button]):hover {
  border-color: #F7F7F7;
  background: #F7F7F7;
  box-shadow: none;
  text-decoration: none;
}
.menu-item ul li a:not([role=button]):active {
  border-color: #EDEDED;
  background: #EDEDED;
  box-shadow: none;
}
.menu-item ul li:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.menu-item ul li:first-child a:not([role=button]) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.menu-item ul li:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu-item ul li:last-child a:not([role=button]) {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu-item.open ul {
  display: block;
}

form p.error, form p.warning, form p.success, form .errors p, form .warnings p, form .successes p {
  font-style: italic;
  margin-top: 7px;
  margin-bottom: 14px;
}

form .errors label, form .errors p {
  color: #CA3518;
}
form .errors input[type=date],
form .errors input[type=datetime],
form .errors input[type=datetime-local],
form .errors input[type=email],
form .errors input[type=month],
form .errors input[type=number],
form .errors input[type=password],
form .errors input[type=tel],
form .errors input[type=search],
form .errors input[type=text],
form .errors input[type=time],
form .errors input[type=url],
form .errors input[type=week] {
  border-color: #CA3518;
}
form .errors select {
  border-color: #CA3518;
  background-color: #CA3518;
}
form .errors textarea {
  border-color: #CA3518;
}
form .warnings label, form .warnings p {
  color: #d1d38e;
}
form .warnings input[type=date],
form .warnings input[type=datetime],
form .warnings input[type=datetime-local],
form .warnings input[type=email],
form .warnings input[type=month],
form .warnings input[type=number],
form .warnings input[type=password],
form .warnings input[type=tel],
form .warnings input[type=search],
form .warnings input[type=text],
form .warnings input[type=time],
form .warnings input[type=url],
form .warnings input[type=week] {
  border-color: #d1d38e;
}
form .warnings select {
  border-color: #d1d38e;
  background-color: #d1d38e;
}
form .warnings textarea {
  border-color: #d1d38e;
}
form .successes label, form .successes p {
  color: #b4cf75;
}
form .successes input[type=date],
form .successes input[type=datetime],
form .successes input[type=datetime-local],
form .successes input[type=email],
form .successes input[type=month],
form .successes input[type=number],
form .successes input[type=password],
form .successes input[type=tel],
form .successes input[type=search],
form .successes input[type=text],
form .successes input[type=time],
form .successes input[type=url],
form .successes input[type=week] {
  border-color: #b4cf75;
}
form .successes select {
  border-color: #b4cf75;
  background-color: #b4cf75;
}
form .successes textarea {
  border-color: #b4cf75;
}
form label.error, form span.error, form p.error {
  color: #CA3518;
}
form label.warning, form span.warning, form p.warning {
  color: #d1d38e;
}
form label.success, form span.success, form p.success {
  color: #b4cf75;
}
form input.error, form select.error {
  border-color: #CA3518;
}
form input.warning, form select.warning {
  border-color: #d1d38e;
}
form input.success, form select.success {
  border-color: #b4cf75;
}

.growl_container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 12.5px;
  z-index: 2000;
  width: 300px;
  overflow: auto;
  max-height: 100vh;
}

.growl {
  box-shadow: 0px 0px 12.5px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 12.5px;
  background: #c4ceda;
  color: white;
  margin-bottom: 25px;
}
.growl.show, .growl.hide {
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.growl.hide {
  animation-direction: reverse;
}
.growl p {
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 1.6rem;
  color: inherit;
}
.growl > *:last-child {
  margin-bottom: 0;
}
.growl h1 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  font-weight: 400;
  color: inherit;
}
.growl h1:first-child {
  margin-top: 0;
}
.growl a:not([role=button]) {
  color: inherit;
  text-decoration: underline;
}

.status_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  transition: transform 0.25s;
  transform: translateY(0px);
}
.status_bar.hide {
  transform: translateY(-40px);
}
.status_bar .status_bar-status {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #d1d38e;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  color: rgba(0, 0, 0, 0.7);
  color: black;
  text-align: center;
  margin: 5px auto;
  max-width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  z-index: 1000;
}
.status_bar .status_bar-status:after {
  border-top-color: #d1d38e;
}
.status_bar .status_bar-status {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #c4ceda;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}
.status_bar .status_bar-status:after {
  border-top-color: #c4ceda;
}
.status_bar .status_bar-status[data-type=status-red] {
  background: #CA3518;
}
.status_bar .status_bar-status[data-type=status-orange] {
  background: #e8bc65;
}
.status_bar .status_bar-status[data-type=status-yellow] {
  background: #d1d38e;
  color: #333;
}
.status_bar .status_bar-status[data-type=status-green] {
  background: #b4cf75;
}
.status_bar .status_bar-status[data-type=status-blue] {
  background: #c4ceda;
}
.status_bar .status_bar-status[data-type=status-violet] {
  background: #c4ceda;
}

[data-panel] {
  display: none;
}
[data-panel].open {
  display: block;
}

[data-ks-tooltip] {
  position: relative;
}
[data-ks-tooltip]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #c4ceda;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip]:after:after {
  border-top-color: #c4ceda;
}
[data-ks-tooltip]:before {
  border-top-color: #c4ceda;
}
[data-ks-tooltip]:after {
  content: attr(data-ks-tooltip);
  margin-bottom: 0;
  position: absolute;
  display: block;
  opacity: 0;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  min-width: 100px;
  text-align: center;
  pointer-events: none;
  transition: transform 0.25s;
  transform: translateY(0px);
  z-index: 10;
}
[data-ks-tooltip]:before {
  border-top-style: solid;
  border-top-width: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
  height: 0px;
  content: " ";
  display: block;
  background: transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  pointer-events: none;
  opacity: 0;
  bottom: 100%;
  z-index: 100;
}
[data-ks-tooltip]:hover:after, [data-ks-tooltip]:hover:before {
  opacity: 1;
}
[data-ks-tooltip]:hover:after {
  transform: translateY(-8px);
  transition: transform 0.25s;
}
[data-ks-tooltip][data-ks-tooltip-position=bottom]:after {
  top: 100%;
  bottom: auto;
  margin-top: 15px;
  transform: translateY(-6px);
}
[data-ks-tooltip][data-ks-tooltip-position=bottom]:before {
  transform: rotate(180deg);
  top: 100%;
  bottom: auto;
}
[data-ks-tooltip][data-ks-tooltip-position=left]:after {
  transform: translateY(6px);
  top: 50%;
  bottom: auto;
  margin-top: -19px;
  margin-right: 12px;
  left: auto;
  right: 100%;
}
[data-ks-tooltip][data-ks-tooltip-position=left]:before {
  transform: rotate(-90deg);
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  left: auto;
  right: 100%;
}
[data-ks-tooltip][data-ks-tooltip-position=right]:after {
  transform: translateY(6px);
  top: 50%;
  bottom: auto;
  margin-top: -19px;
  margin-left: 16px;
  left: 100%;
  right: auto;
}
[data-ks-tooltip][data-ks-tooltip-position=right]:before {
  transform: rotate(90deg);
  top: 50%;
  margin-top: -6px;
  margin-left: 4px;
  bottom: auto;
  left: 100%;
  right: auto;
}
[data-ks-tooltip][data-ks-tooltip-color=red]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #CA3518;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=red]:after:after {
  border-top-color: #CA3518;
}
[data-ks-tooltip][data-ks-tooltip-color=red]:before {
  border-top-color: #CA3518;
}
[data-ks-tooltip][data-ks-tooltip-color=orange]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #e8bc65;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=orange]:after:after {
  border-top-color: #e8bc65;
}
[data-ks-tooltip][data-ks-tooltip-color=orange]:before {
  border-top-color: #e8bc65;
}
[data-ks-tooltip][data-ks-tooltip-color=yellow]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #d1d38e;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=yellow]:after:after {
  border-top-color: #d1d38e;
}
[data-ks-tooltip][data-ks-tooltip-color=yellow]:before {
  border-top-color: #d1d38e;
}
[data-ks-tooltip][data-ks-tooltip-color=green]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #b4cf75;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=green]:after:after {
  border-top-color: #b4cf75;
}
[data-ks-tooltip][data-ks-tooltip-color=green]:before {
  border-top-color: #b4cf75;
}
[data-ks-tooltip][data-ks-tooltip-color=blue]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #c4ceda;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=blue]:after:after {
  border-top-color: #c4ceda;
}
[data-ks-tooltip][data-ks-tooltip-color=blue]:before {
  border-top-color: #c4ceda;
}
[data-ks-tooltip][data-ks-tooltip-color=violet]:after {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #c4ceda;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
[data-ks-tooltip][data-ks-tooltip-color=violet]:after:after {
  border-top-color: #c4ceda;
}
[data-ks-tooltip][data-ks-tooltip-color=violet]:before {
  border-top-color: #c4ceda;
}

.tooltip {
  margin-bottom: 0;
  position: absolute;
  display: block;
  opacity: 0;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  min-width: 100px;
  text-align: center;
  pointer-events: none;
  transition: transform 0.25s;
  transform: translateY(8px);
  z-index: 10;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  background: #c4ceda;
  font-size: 0.8rem;
  color: white;
  line-height: normal;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 10px auto;
  left: 25%;
  border-top-color: #c4ceda;
}
.tooltip:after {
  border-top-color: #c4ceda;
}
.tooltip:after {
  border-top-style: solid;
  border-top-width: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
  height: 0px;
  content: " ";
  display: block;
  background: transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  left: 0;
  margin-left: 8px;
  border-top-color: inherit;
}
.tooltip.tooltip-bottom {
  top: 100%;
  bottom: auto;
}
.tooltip.tooltip-bottom:after {
  bottom: 100%;
  top: auto;
  transform: rotate(180deg);
}
.tooltip.tooltip-left, .tooltip.tooltip-right {
  top: 50%;
  margin: 0;
  margin-top: -18px;
  bottom: auto;
}
.tooltip.tooltip-left {
  right: 100%;
  left: auto;
  margin-left: -8px;
}
.tooltip.tooltip-left:after {
  transform: rotate(-90deg);
  left: 100%;
  margin-left: -8px;
  top: 5px;
}
.tooltip.tooltip-right {
  left: 100%;
  right: auto;
}
.tooltip.tooltip-right:after {
  transform: rotate(90deg);
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -8px;
  top: 5px;
}
.tooltip.tooltip-red {
  background-color: #CA3518;
  border-top-color: #CA3518;
}
.tooltip.tooltip-orange {
  background-color: #e8bc65;
  border-top-color: #e8bc65;
}
.tooltip.tooltip-yellow {
  background-color: #d1d38e;
  border-top-color: #d1d38e;
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.tooltip-green {
  background-color: #b4cf75;
  border-top-color: #b4cf75;
}
.tooltip.tooltip-blue {
  background-color: #c4ceda;
  border-top-color: #c4ceda;
}
.tooltip.tooltip-violet {
  background-color: #c4ceda;
  border-top-color: #c4ceda;
}
.tooltip.tooltip-primary {
  background-color: #c4ceda;
  border-top-color: #c4ceda;
}
.tooltip.tooltip-secondary {
  background-color: #EDEDED;
  border-top-color: #EDEDED;
}

[data-page=home] {
  padding: 50px;
  max-width: 300px;
  margin: 0px auto;
}
@media screen and (min-width: 480px) {
  [data-page=home] {
    max-width: 525px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=home] {
    max-width: 700px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  [data-page=home] {
    max-width: 900px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page=home] {
    max-width: 1000px;
  }
}
[data-page=home] h1 {
  font-size: 2.1rem;
  margin-bottom: 1.15rem;
  margin-top: 2rem;
  font-weight: 400;
  font-weight: 200;
  text-align: center;
}
[data-page=home] h1:first-child {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  [data-page=home] h1 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=home] h1 {
    font-size: 2.4rem;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
    font-weight: 400;
    font-weight: 100;
  }
  [data-page=home] h1:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  [data-page=home] h1 {
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-weight: 400;
    font-weight: 100;
  }
  [data-page=home] h1:first-child {
    margin-top: 0;
  }
}
[data-page=home] ul {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
[data-page=home] ul > li {
  margin-bottom: 0.85rem;
}
[data-page=home] ul li {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  width: calc(50% - 15px);
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 480px) {
  [data-page=home] ul li {
    width: calc(50% - 15px);
  }
}
[data-page=home] ul li span.long {
  display: none;
}
[data-page=home] ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
}
[data-page=home] ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  [data-page=home] ul li {
    font-size: 0.85rem;
  }
}
[data-page=home] ul li svg {
  width: 90px;
  opacity: 1;
  height: 90px;
  display: block;
  max-width: 100%;
  margin: 0px auto;
  margin-bottom: -10px;
}
[data-page=home] ul li svg g {
  fill: black;
}
[data-page=home] ul li:hover svg g {
  opacity: 0.9;
}
@media screen and (min-width: 480px) {
  [data-page=home] ul li {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  [data-page=home] ul li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 480px) {
  [data-page=home] ul li svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=home] ul li {
    width: calc(100% - 15px);
    clear: none;
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 480px) {
  [data-page=home] ul li {
    width: calc(16.6666666667% - 15px);
  }
}
@media screen and (min-width: 768px) {
  [data-page=home] ul li svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
  [data-page=home] ul li svg {
    width: 125px;
    height: 125px;
  }
  [data-page=home] ul li span.short {
    display: none;
  }
  [data-page=home] ul li span.long {
    display: block;
  }
}
[data-page=home] .icon-list {
  margin-bottom: 75px;
}
@media screen and (min-width: 480px) {
  [data-page=home] .icon-list {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=home] .icon-list {
    margin-bottom: 125px;
  }
}
[data-page=home] .secondary_navigation li,
[data-page=home] .secondary_navigation a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  [data-page=home] .secondary_navigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
[data-page=home] .secondary_navigation a {
  color: #999;
  display: block;
  text-decoration: none;
}
[data-page=home] .secondary_navigation span {
  display: inline-block;
}
[data-page=home] .secondary_navigation svg {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-top: -2px;
}
[data-page=home] .secondary_navigation svg g {
  fill: #999;
}

@media screen and (min-width: 960px) {
  [data-page-type=single] {
    display: flex;
  }
}
[data-page-type=single] .page-content, [data-page-type=single] .sidebar-content {
  padding: 25px;
}
@media screen and (min-width: 960px) {
  [data-page-type=single] .page-content, [data-page-type=single] .sidebar-content {
    padding: 0;
  }
}
[data-page-type=single] .page-content {
  background: #c4ceda;
}
@media screen and (min-width: 960px) {
  [data-page-type=single] .page-content {
    width: calc(960px*(3/4) + ((100vw - 960px)/2));
    padding-left: calc((100vw - 960px)/2);
    padding-right: 25px;
    padding-top: 75px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page-type=single] .page-content {
    width: calc(1024px*(0.65) + ((100vw - 1024px)/2));
    padding-left: calc((100vw - 1024px)/2);
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
[data-page-type=single] .sidebar-content {
  background: white;
  margin-bottom: 25px;
}
[data-page-type=single] .sidebar-content h1 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  margin-top: 2rem;
  font-weight: 400;
}
[data-page-type=single] .sidebar-content h1:first-child {
  margin-top: 0;
}
[data-page-type=single] .sidebar-content > article {
  margin-bottom: 50px;
}
@media screen and (min-width: 480px) {
  [data-page-type=single] .sidebar-content > article {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  [data-page-type=single] .sidebar-content {
    width: calc(960px*(1/4) + ((100vw - 960px)/2));
    padding-right: calc((100vw - 935px)/2);
    padding-left: 25px;
    padding-top: 290px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  [data-page-type=single] .sidebar-content {
    width: calc(1024px*(0.35) + ((100vw - 1024px)/2));
    padding-right: calc((100vw - 999px)/2);
  }
}
[data-page-type=single] h1 {
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  font-weight: 400;
}
[data-page-type=single] h1:first-child {
  margin-top: 0;
}
[data-page-type=single] h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 400;
}
[data-page-type=single] h2:first-child {
  margin-top: 0;
}
[data-page-type=single] h3 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  margin-top: 2rem;
  font-weight: 400;
}
[data-page-type=single] h3:first-child {
  margin-top: 0;
}
[data-page-type=single] h4 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  font-weight: 400;
  font-weight: bold;
}
[data-page-type=single] h4:first-child {
  margin-top: 0;
}
[data-page-type=single] .page-header {
  margin: 75px 0;
}
[data-page-type=single] .page-header svg {
  margin: 0px auto;
  margin-bottom: -12.5px;
  width: 100px;
  height: 100px;
  display: block;
}
[data-page-type=single] .page-header svg g {
  fill: white;
}
[data-page-type=single] .page-header h1 {
  color: white;
  margin-top: 0;
  text-align: center;
  font-weight: 300;
}
[data-page-type=single] .featurette {
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 25px;
  padding-bottom: 0;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  [data-page-type=single] .featurette {
    clear: both;
    float: right;
    margin-left: 25px;
  }
}
@media screen and (min-width: 960px) {
  [data-page-type=single] .featurette {
    margin-right: 0;
  }
}
[data-page-type=single] p {
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-size: 1.25rem;
  line-height: 1.85rem;
  margin-bottom: 1.25rem;
}
[data-page-type=single] blockquote {
  font-family: "freight-text-pro", serif;
  margin: 1.5rem 10px;
  padding: 0.5rem 25px;
  quotes: "“" "”";
  position: relative;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-style: italic;
}
[data-page-type=single] blockquote:before {
  content: open-quote;
  font-size: 3.5rem;
  line-height: 4rem;
  margin-top: -20px;
  vertical-align: -0.4rem;
  position: absolute;
  left: -5px;
}
[data-page-type=single] blockquote cite {
  display: block;
}
[data-page-type=single] blockquote cite:before {
  content: "–";
  display: inline-block;
}
[data-page-type=single] [data-anchor-image] [data-anchor-menu],
[data-page-type=single] [data-anchor-image] [data-anchor-label] {
  display: none;
}
[data-page-type=single] img.right,
[data-page-type=single] img.left {
  display: block;
  width: 100%;
  margin: 25px auto;
}
[data-page-type=single] img.right.small,
[data-page-type=single] img.left.small {
  width: 400px;
}
@media screen and (min-width: 768px) {
  [data-page-type=single] img.right,
[data-page-type=single] img.left {
    width: 50%;
    margin-top: 0;
  }
  [data-page-type=single] img.right.small,
[data-page-type=single] img.left.small {
    width: 180px;
  }
  [data-page-type=single] img.right {
    float: right;
    margin-left: 25px;
  }
  [data-page-type=single] img.left {
    float: left;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page-type=single] [data-anchor-image] {
    position: relative;
  }
  [data-page-type=single] [data-anchor-image] [data-anchor-label],
[data-page-type=single] [data-anchor-image] [data-anchor-menu] {
    display: block;
    position: absolute;
  }
  [data-page-type=single] [data-anchor-image] [data-anchor-menu] {
    top: 0;
    right: calc(-50vw + 150px);
    width: calc(1024px*(0.35) + ((100vw - 1124px)/2));
  }
  [data-page-type=single] [data-anchor-image] [data-anchor-menu] ul.unstyled li {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
}

[data-page=why] {
  background-color: #c4ceda;
}
[data-page=why] .twitter-ad svg g {
  fill: #c4ceda;
}
[data-page=why] a {
  color: #4371a8;
}
[data-page=why] table.counter {
  margin-bottom: 25px;
}
[data-page=why] table.counter tr td {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}
[data-page=why] table.counter tr td:first-child {
  font-weight: bold;
  width: 25%;
  text-align: right;
}
[data-page=why] ul.icon-list .why svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=why] .page-icon:nth-child(1) {
    display: block;
  }
  [data-page=why] ul.icon-list .why svg {
    opacity: 0.4;
  }
}

[data-page=be] {
  background-color: #b4cf75;
}
[data-page=be] .twitter-ad svg g {
  fill: #b4cf75;
}
[data-page=be] a {
  color: #405905;
}
[data-page=be] [data-page-type=single] .page-content {
  background-color: #b4cf75;
}
[data-page=be] ul.icon-list .be svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=be] .page-icon:nth-child(2) {
    display: block;
  }
  [data-page=be] ul.icon-list .be svg {
    opacity: 0.4;
  }
}

[data-page=eat] {
  background-color: #e8bc65;
}
[data-page=eat] .twitter-ad svg g {
  fill: #e8bc65;
}
[data-page=eat] a {
  color: #966505;
}
@media screen and (min-width: 960px) {
  [data-page=eat] .show-no-sidebar {
    display: none;
  }
}
[data-page=eat] [data-page-type=single] .page-content {
  background-color: #e8bc65;
}
[data-page=eat] [data-component=image_module] img {
  width: 200px;
}
[data-page=eat] .button {
  background-color: #e8bc65;
  border-color: #e8bc65;
  color: white;
}
[data-page=eat] .button.open {
  background-color: #e5b24f;
}
[data-page=eat] [data-anchor-label] span {
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  [data-page=eat] [data-anchor-label] {
    background: #222;
    top: 0;
    right: 0;
    padding: 12.5px;
    color: white;
    font-family: "Dosis", helvetica neue, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
  }
  [data-page=eat] [data-anchor-label] a {
    color: white;
  }
  [data-page=eat] [data-anchor-label] span {
    margin-right: 0;
    font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
    display: block;
    font-size: 1rem;
  }
}
[data-page=eat] [data-anchor-image=breakfast] [data-anchor-label] {
  top: 50%;
}
[data-page=eat] [data-anchor-image=lunch] [data-anchor-label],
[data-page=eat] [data-anchor-image=dinner] [data-anchor-label] {
  top: 10%;
  left: 25px;
  right: auto;
}
[data-page=eat] [data-anchor-image=sweets] [data-anchor-label] {
  top: 75%;
  left: 25px;
  right: auto;
}
[data-page=eat] .button {
  margin-bottom: 5px;
}
[data-page=eat] ul.icon-list .eat svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=eat] ul.icon-list .eat svg {
    opacity: 0.4;
  }
  [data-page=eat] .page-icon:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  [data-page=eat] [data-component=video_box].adjust {
    margin-top: 2710px;
  }
}
[data-page=eat] #breakfast_sidebar {
  margin-top: 1200px;
}
@media screen and (min-width: 1300px) {
  [data-page=eat] #breakfast_sidebar {
    margin-top: 1300px;
  }
}
[data-page=eat] #lunch_sidebar {
  margin-top: 110px;
}
@media screen and (min-width: 1024px) {
  [data-page=eat] #lunch_sidebar {
    margin-top: 220px;
  }
}
@media screen and (min-width: 1200px) {
  [data-page=eat] #lunch_sidebar {
    margin-top: 320px;
  }
}
@media screen and (min-width: 1450px) {
  [data-page=eat] #lunch_sidebar {
    margin-top: 390px;
  }
}
@media screen and (min-width: 1650px) {
  [data-page=eat] #lunch_sidebar {
    margin-top: 470px;
  }
}
@media screen and (min-width: 1800px) {
  [data-page=eat] #lunch_sidebar {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1300px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1500px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 310px;
  }
}
@media screen and (min-width: 1800px) {
  [data-page=eat] #dinner_sidebar {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page=eat] #dessert_sidebar {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1800px) {
  [data-page=eat] #dessert_sidebar {
    margin-top: 270px;
  }
}
@media screen and (min-width: 1800px) {
  [data-page=eat] #dessert_sidebar {
    margin-top: 75px;
  }
}
[data-page=eat] #breakfast_sidebar ul li,
[data-page=eat] #lunch_sidebar ul li,
[data-page=eat] #dinner_sidebar ul li,
[data-page=eat] #dessert_sidebar ul li {
  margin-bottom: 0;
}

[data-page=wear] {
  background-color: #bccdac;
}
[data-page=wear] .twitter-ad svg g {
  fill: #bccdac;
}
[data-page=wear] [data-page-type=single] .page-content {
  background-color: #bccdac;
}
[data-page=wear] a {
  color: #759233;
}
[data-page=wear] .dollars {
  font-weight: bold;
  margin-right: 6.25px;
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
}
[data-page=wear] ul.icon-list .wear svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=wear] .page-icon:nth-child(4) {
    display: block;
  }
  [data-page=wear] ul.icon-list .wear svg {
    opacity: 0.4;
  }
}

[data-page=use] {
  background-color: #d1d38e;
}
[data-page=use] .twitter-ad svg g {
  fill: #d1d38e;
}
[data-page=use] [data-page-type=single] .page-content {
  background-color: #d1d38e;
}
[data-page=use] a {
  color: #7b7e17;
}
[data-page=use] .button {
  background-color: #d1d38e;
  border-color: #d1d38e;
  color: white;
  color: #333;
}
[data-page=use] .button.open {
  background-color: #cacc7c;
}
[data-page=use] ul.icon-list .use svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=use] .page-icon:nth-child(5) {
    display: block;
  }
  [data-page=use] ul.icon-list .use svg {
    opacity: 0.4;
  }
}

[data-page=learn] {
  background-color: #cbcc70;
}
[data-page=learn] .twitter-ad svg g {
  fill: #cbcc70;
}
[data-page=learn] [data-page-type=single] .page-content {
  background-color: #cbcc70;
}
[data-page=learn] a {
  color: #757713;
}
[data-page=learn] .button {
  background-color: #cbcc70;
  border-color: #cbcc70;
  color: white;
}
[data-page=learn] .button.open {
  background-color: #c4c55d;
}
[data-page=learn] ul.icon-list .learn svg {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page=learn] .page-icon:nth-child(6) {
    display: block;
  }
  [data-page=learn] ul.icon-list .learn svg {
    opacity: 0.4;
  }
}

[data-page=blog] ul.icon-list .blog svg {
  opacity: 1;
}
[data-page=blog] ul li, [data-page=blog] ol li {
  font-size: 1.25rem;
}
[data-page=blog] h2 small {
  font-size: 0.95rem;
  display: block;
  width: 100%;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  opacity: 0.75;
  line-height: 2.2rem;
}
[data-page=blog] .sidebar-content ul {
  padding-left: 0;
  list-style: none;
}
[data-page=blog] .sidebar-content ul li a {
  display: block;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  [data-page=blog] .page-icon:nth-child(7) {
    display: block;
  }
  [data-page=blog] ul.icon-list .blog svg {
    opacity: 0.4;
  }
}

[data-block=product_grid] {
  display: inline-flex;
  width: calc(100% + 15px);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[data-component=image_module] {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  align-items: flex-start;
}
[data-component=image_module] img, [data-component=image_module] figure {
  margin-bottom: 25px;
  margin: 0px auto 25px;
}
[data-component=image_module] h1 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  font-weight: 400;
}
[data-component=image_module] h1:first-child {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  [data-component=image_module] {
    display: flex;
  }
  [data-component=image_module] img, [data-component=image_module] figure {
    flex-grow: 0;
    flex-shrink: 0;
  }
  [data-component=image_module] > :not(img):not(figure) {
    width: 100%;
  }
  [data-component=image_module] > :not(img):not(figure) + img, [data-component=image_module] > :not(img):not(figure) + figure {
    margin-left: 12.5px;
  }
  [data-component=image_module] > img + :not(img):not(figure), [data-component=image_module] > figure + :not(img):not(figure) {
    margin-left: 12.5px;
    width: 100%;
  }
}
[data-component=image_module] h1 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  margin-top: 2rem;
  font-weight: 400;
  margin-bottom: 8.3333333333px;
}
[data-component=image_module] h1:first-child {
  margin-top: 0;
}
[data-component=image_module] h1 .reviews {
  font-size: 1.1rem;
  margin-left: 15px;
}
[data-component=image_module] h2 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  font-weight: 400;
  margin-top: 0;
  font-weight: bold;
}
[data-component=image_module] h2:first-child {
  margin-top: 0;
}
[data-component=image_module] blockquote p {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
[data-component=image_module] > figure + :not(img):not(figure),
[data-component=image_module] > img + :not(img):not(figure) {
  margin-left: 25px;
}

[data-component=image_thumbnail] {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  border: 1px solid #EDEDED;
  display: inline-block;
  max-width: 100%;
  background: white;
}
[data-component=image_thumbnail] img {
  max-width: 100%;
}
[data-component=image_thumbnail] figcaption {
  font-size: 0.85rem;
}
[data-component=image_thumbnail] figcaption {
  margin-top: 8.3333333333px;
  font-size: 0.95rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 480px) {
  [data-component=image_thumbnail] {
    max-width: 360px;
    float: right;
    margin-left: 25px;
  }
}

[data-component=image_bleed] {
  margin-left: -25px;
  margin-right: -25px;
  max-width: none;
  width: calc(100% + 50px);
}
@media screen and (min-width: 960px) {
  [data-component=image_bleed] {
    margin-left: calc(-50vw + 487px);
    width: calc(50vw + 162px);
  }
}
@media screen and (min-width: 1800px) {
  [data-component=image_bleed] {
    width: 749px;
    margin: 0;
    margin-left: -100px;
    margin-right: -25px;
  }
}

[data-component=image_solitary] {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  [data-component=image_solitary] {
    margin: 0 0 16px 15px;
    float: right;
    max-width: 40%;
  }
}

[data-vid-id] {
  position: relative;
  cursor: pointer;
}
[data-vid-id]:before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
[data-vid-id]:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -7.5px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 0.5);
}
[data-vid-id]:hover:before {
  border-color: white;
}
[data-vid-id]:hover:after {
  border-left-color: white;
}
[data-vid-id]:active:before {
  border-color: black;
}
[data-vid-id]:active:after {
  border-left-color: black;
}
[data-vid-id] img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.page-content [data-vid-id] {
  margin-bottom: 25px;
}

.sidebar-content [data-component=video_box] h1,
[data-component=video_box] h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 400;
  margin-top: 8.3333333333px;
  margin-bottom: 6.25px;
}
.sidebar-content [data-component=video_box] h1:first-child,
[data-component=video_box] h1:first-child {
  margin-top: 0;
}
.sidebar-content [data-component=video_box] p,
[data-component=video_box] p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.sidebar-content [data-component=video_box] iframe,
[data-component=video_box] iframe {
  margin: 0;
  padding: 0;
}
.sidebar-content [data-component=video_box] > ul,
[data-component=video_box] > ul {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}
.sidebar-content [data-component=video_box] > ul > li,
[data-component=video_box] > ul > li {
  margin-bottom: 0.85rem;
}
.sidebar-content [data-component=video_box].small-quote blockquote,
[data-component=video_box].small-quote blockquote {
  font-size: 1.1rem;
  line-height: 1.7rem;
}
@media screen and (min-width: 360px) and (max-width: 960px) {
  .sidebar-content [data-component=video_box] img,
[data-component=video_box] img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 480px) {
  .sidebar-content [data-component=video_box],
[data-component=video_box] {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .sidebar-content [data-component=video_box] h1,
[data-component=video_box] h1 {
    font-size: 1.5rem;
    margin-bottom: 0.85rem;
    margin-top: 2rem;
    font-weight: 400;
    margin-top: 12.5px;
    margin-bottom: 8.3333333333px;
  }
  .sidebar-content [data-component=video_box] h1:first-child,
[data-component=video_box] h1:first-child {
    margin-top: 0;
  }
}

[data-component=product] {
  width: calc(100% - 15px);
  clear: none;
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  background: white;
  padding: 12.5px;
  border-radius: 5px;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  [data-component=product] {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  [data-component=product] {
    width: calc(33.3333333333% - 15px);
  }
}
[data-component=product] h1 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 300;
  font-weight: bold;
  margin-top: 8.3333333333px;
  text-align: center;
}
[data-component=product] h1:first-child {
  margin-top: 0;
}
[data-component=product] img {
  height: 100px;
  margin: 0px auto;
  display: block;
}

.page-nav {
  font-size: 16px;
  margin-bottom: 25px;
  background-color: #EDEDED;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  margin-bottom: 0;
  z-index: 100;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.15);
  border-top: 0px;
  transition: all 0.5s;
  height: 70px;
}
.page-nav nav {
  width: 100%;
  border-radius: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .page-nav nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
}
.page-nav nav h1 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6rem;
}
.page-nav nav h1:first-child {
  margin-top: 0;
}
.page-nav nav p {
  margin: 0;
}
.page-nav nav > ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul:last-child li.menu-item.open ul, .page-nav nav > ul:last-child li .menu-item.open[role=button] ul {
    left: auto;
    right: -1px;
  }
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul:only-child li.menu-item.open ul, .page-nav nav > ul:only-child li .menu-item.open[role=button] ul {
    left: -1px;
    right: auto;
  }
}
.page-nav nav > ul > li {
  list-style: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px 12px;
  position: relative;
  user-select: none;
  border-left: 0px;
  border-right: 0px;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li {
    margin: 0;
  }
}
.page-nav nav > ul > li.navbar-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li.navbar-title > h1, .page-nav nav > ul > li.navbar-title > h2, .page-nav nav > ul > li.navbar-title > h3, .page-nav nav > ul > li.navbar-title > h4, .page-nav nav > ul > li.navbar-title > h5, .page-nav nav > ul > li.navbar-title > h6 {
    padding: 4px 12px;
  }
}
.page-nav nav > ul > li.navbar-title button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: transparent;
  border-color: transparent;
  color: white;
  color: #333;
  background: transparent;
  border-color: transparent;
  color: inherit;
  font-family: Kickstart, "Kickstart";
  padding-left: 0;
  padding-right: 0;
  opacity: 0.5;
  display: none;
}
.page-nav nav > ul > li.navbar-title button[disabled], .page-nav nav > ul > li.navbar-title button:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
.page-nav nav > ul > li.navbar-title button.menu-item {
  position: relative;
}
.page-nav nav > ul > li.navbar-title button.menu-item ul {
  display: none;
}
.page-nav nav > ul > li.navbar-title button.menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
.page-nav nav > ul > li.navbar-title button:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
.page-nav nav > ul > li.navbar-title button:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
.page-nav nav > ul > li.navbar-title button.menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
.page-nav nav > ul > li.navbar-title button.menu-item.open ul {
  display: block;
}
.page-nav nav > ul > li.navbar-title button.menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page-nav nav > ul > li.navbar-title button.menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.page-nav nav > ul > li.navbar-title button + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page-nav nav > ul > li.navbar-title button.button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
.page-nav nav > ul > li.navbar-title button.open {
  background-color: rgba(0, 0, 0, 0);
}
.page-nav nav > ul > li.navbar-title button:hover, .page-nav nav > ul > li.navbar-title button:active {
  box-shadow: none;
}
.page-nav nav > ul > li.navbar-title button:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li.navbar-title button {
    display: none;
  }
}
.page-nav nav > ul > li ul {
  display: none;
}
.page-nav nav > ul > li.menu-item.open ul, .page-nav nav > ul > li .menu-item.open ul {
  display: block;
}
.page-nav nav > ul > li.menu-item {
  padding: 9px 12px;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.page-nav nav > ul > li.menu-item ul {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.page-nav nav > ul > li.menu-item:before {
  content: "=";
  margin-right: 8px;
}
.page-nav nav > ul > li.menu-item:before, .page-nav nav > ul > li.menu-item:after {
  font-family: "Kickstart", Kickstart;
  display: inline-block;
  font-size: 0.65rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li.menu-item:before {
    content: " ";
    display: none;
  }
  .page-nav nav > ul > li.menu-item.open:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: inherit;
    margin: 0;
    z-index: 15;
  }
  .page-nav nav > ul > li.menu-item:after {
    content: "+";
    margin-left: 8px;
  }
}
.page-nav nav > ul > li.menu-item:hover, .page-nav nav > ul > li.menu-item.active {
  color: rgba(0, 0, 0, 0.85);
}
.page-nav nav > ul > li.menu-item:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}
.page-nav nav > ul > li.menu-item:active {
  background: #c7c7c7;
  border-color: #c7c7c7;
}
.page-nav nav > ul > li.menu-item.open {
  color: rgba(0, 0, 0, 0.85);
  background: white;
  border-color: #EDEDED;
  border-bottom-color: transparent;
}
.page-nav nav > ul > li.menu-item.open:hover {
  color: rgba(0, 0, 0, 0.85);
  border-color: #EDEDED;
  border-bottom-color: transparent;
}
@media screen and (max-width: 768px) {
  .page-nav nav > ul > li.menu-item ul {
    max-width: none;
    right: -1px;
  }
  .page-nav nav > ul > li.menu-item ul li, .page-nav nav > ul > li.menu-item ul li a:not([role=button]) {
    font-size: 1rem;
  }
  .page-nav nav > ul > li.menu-item ul a:not([role=button]) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-nav nav > ul > li ul {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li ul {
    border-top: 1px solid #EDEDED;
  }
}
.page-nav nav > ul > li ul[role=button] {
  display: inline-flex;
}
.page-nav nav > ul > li ul[role=button], .page-nav nav > ul > li > [role=button], .page-nav nav > ul > li.navbar-title button[role=button] {
  margin: -8px;
  margin-bottom: -8px;
  vertical-align: text-bottom;
}
.page-nav nav > ul > li > a:not([role=button]), .page-nav nav > ul > li.navbar-title > h1 {
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  margin-bottom: 0;
  border-radius: 0;
  margin: -11px -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.page-nav nav > ul > li.navbar-title > h1 {
  line-height: normal;
}
.page-nav nav > ul > li.menu-item {
  color: rgba(0, 0, 0, 0.5);
}
.page-nav nav > ul > li > a:not([role=button]) {
  color: rgba(0, 0, 0, 0.5);
}
.page-nav nav > ul > li > a:not([role=button]):hover, .page-nav nav > ul > li > a:not([role=button]).active {
  color: rgba(0, 0, 0, 0.85);
  background: #e0e0e0;
  border-color: #e0e0e0;
}
.page-nav nav > ul > li > a:not([role=button]):active {
  background: #c7c7c7;
  border-color: #c7c7c7;
}
@media screen and (min-width: 768px) {
  .page-nav {
    background: transparent;
  }
}
.page-nav nav {
  text-align: center;
  overflow-x: auto;
}
.page-nav nav > ul {
  display: inline-flex;
}
.page-nav nav > ul.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-nav nav > ul.desktop {
    display: block;
  }
}
.page-nav nav > ul > li > a:not([role=button]) {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul:first-child {
    opacity: 0;
  }
}
.page-nav nav > ul > li.navbar-title {
  display: none;
}
.page-nav nav > ul > li.navbar-title h1 {
  margin-top: -14px;
}
.page-nav nav > ul > li.navbar-title h1 a {
  color: rgba(0, 0, 0, 0.7);
}
.page-nav nav > ul > li.page-icon svg {
  display: inline-block;
  margin: -5px 0;
  vertical-align: middle;
}
.page-nav nav > ul > li.page-icon span {
  display: inline-block;
  margin: 0 -14px 0 7px;
}
.page-nav nav > ul > li > a:not([role=button]):hover, .page-nav nav > ul > li > a:not([role=button]).active {
  background: white;
  border-color: white;
}
@media screen and (min-width: 768px) {
  .page-nav nav > ul > li > a:not([role=button]):hover svg, .page-nav nav > ul > li > a:not([role=button]).active svg {
    opacity: 1;
  }
}
.page-nav svg {
  width: 55px;
  height: 55px;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .page-nav {
    bottom: auto;
    top: 0;
  }
  .page-nav nav > ul > li.navbar-title {
    display: block;
  }
  .page-nav nav > ul > li.navbar-title h1 {
    font-family: "Dosis", helvetica neue, sans-serif;
    font-weight: bold;
  }
  .page-nav nav {
    max-width: 1400px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .page-nav li.bottom-row-navigation {
    opacity: 0;
  }
}
.page-nav.show {
  background: white;
}
.page-nav.show nav > ul {
  opacity: 1;
}
.page-nav.show li.bottom-row-navigation {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .page-nav nav {
    max-width: 1024px;
    margin: 0px auto;
  }
}

.page-nav nav > ul > li > a:not([role=button]) {
  padding-bottom: 0;
}
.page-nav nav > ul > li.bottom-row-navigation > a:not([role=button]) span {
  line-height: 60px;
  padding: 0 15px;
  color: #AAA;
}
@media screen and (min-width: 1024px) {
  .page-nav nav > ul > li.bottom-row-navigation.hide-desktop {
    display: none;
  }
}
.page-nav nav > ul > li.bottom-row-navigation.show-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-nav nav > ul > li.bottom-row-navigation.show-desktop {
    display: block;
  }
}

.icon-list li:nth-child(1) svg g,
.page-icon:nth-child(1) svg g {
  fill: #a5b4c6;
}
.icon-list li:nth-child(2) svg g,
.page-icon:nth-child(2) svg g {
  fill: #9fc24f;
}
.icon-list li:nth-child(3) svg g,
.page-icon:nth-child(3) svg g {
  fill: #e1a939;
}
.icon-list li:nth-child(4) svg g,
.page-icon:nth-child(4) svg g {
  fill: #a2ba8c;
}
.icon-list li:nth-child(5) svg g,
.page-icon:nth-child(5) svg g {
  fill: #cacc7c;
}
.icon-list li:nth-child(6) svg g,
.page-icon:nth-child(6) svg g {
  fill: #bdbf4a;
}

.page-icon {
  display: none;
}

.icon-list svg {
  opacity: 0.4;
}

#toc {
  margin-bottom: 50px;
}
#toc ul {
  list-style: none;
  margin-bottom: 0;
}
#toc > ul {
  padding: 0;
}

[data-component~=blog_post] {
  margin-bottom: 125px;
}

[data-component~=main_content_section] {
  position: relative;
}
[data-component~=main_content_section] img.right {
  border-radius: 8.3333333333px;
}
[data-component~=main_content_section] [data-anchor-label] {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  [data-component~=main_content_section] [data-anchor-label] {
    position: absolute;
    margin-top: 0;
  }
}

[data-component~=social_bar] {
  position: fixed;
  width: 150px;
  right: 0;
  bottom: 50px;
  padding: 6.25px 12.5px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: none;
  animation: pop-out-from-side 5s;
}
[data-component~=social_bar] h1 {
  font-size: 0.85rem;
  margin-bottom: 0;
}
[data-component~=social_bar] i {
  color: white;
  margin-right: 5px;
}
[data-component~=social_bar] i:hover {
  color: yellow;
}
@media screen and (min-width: 960px) {
  [data-component~=social_bar] {
    display: block;
  }
}

@keyframes pop-out-from-side {
  0% {
    right: -200px;
  }
  90% {
    right: -200px;
  }
  100% {
    right: 0;
  }
}
footer.main {
  text-align: center;
  background: #444;
}
footer.main .wrapper {
  margin: 0px auto;
  max-width: 768px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  footer.main .wrapper {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1800px) {
  footer.main .wrapper {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  footer.main .wrapper {
    margin-bottom: 0;
  }
}
footer.main ul {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 50px 0;
  color: #ddd;
}
footer.main ul > li {
  margin-bottom: 0.85rem;
}
footer.main ul > li {
  display: inline-block;
  margin-right: 5px;
}
footer.main ul li {
  margin-bottom: 0;
  margin-right: 50px;
}
footer.main ul li a {
  color: white;
}
footer.main ul li .dont-donate {
  margin-bottom: -29px;
}

img {
  max-width: 100%;
  display: block;
}

.button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  text-align: left;
  transition: box-shadow 0.15s;
  vertical-align: middle;
  user-select: none;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  margin-bottom: 25px;
  line-height: 1.6rem;
  font-family: "freight-sans-pro", "Open Sans", helvetica neue, sans-serif;
  padding: 5px 12px;
  line-height: 1.6rem;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
}
.button[disabled], .button:disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: not-allowed;
}
.button.menu-item {
  position: relative;
}
.button.menu-item ul {
  display: none;
}
.button.menu-item:after {
  content: "+";
  font-family: "Kickstart", Kickstart;
  font-size: 0.65rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
.button:hover {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
.button:active {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
}
.button.menu-item:after {
  font-size: 0.85rem;
  margin-left: 6.25px;
}
.button.menu-item.open ul {
  display: block;
}
.button.menu-item ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.button.menu-item ul li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.button + .button-dropdown + ul {
  margin-top: 5px;
  right: -25px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.button.button-dropdown {
  padding-left: 5px;
  padding-right: 5px;
}
.button.open {
  background-color: #e0e0e0;
}

ul.unstyled {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
ul.unstyled > li {
  margin-bottom: 0.85rem;
}
@media screen and (min-width: 480px) {
  ul.unstyled li:not([data-component=image_module]) {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }
}

.clearfix {
  clear: both;
}

.twitter-ad iframe, .twitter-ad svg {
  display: block;
  margin: 0px auto;
  padding: 0;
}
.twitter-ad svg {
  width: 200px;
  height: 200px;
}