/*
 * This is a manifest file that'll be compiled into core.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700');
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 4, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc > div {
  position: sticky;
  top: 0;
}

@media screen and (min-width: 60em) {
  /* line 4, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-toc > div {
    overflow-y: auto;
    overflow-x: clip;
    height: calc(100vh - 5.3rem);
    width: 17rem;
  }
}

/* line 14, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc h4 > a {
  display: block;
  line-height: 1.2em;
  font-size: 0.5em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: initial;
}

/* line 22, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc h4 > a:hover {
  text-decoration: underline;
}

/* line 25, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc ul {
  margin-block-start: 0.5em;
  margin-block-end: 1.5em;
}

/* line 29, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc li > a {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-toc li > a:hover {
  text-decoration: underline;
}

/* line 35, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content {
  line-height: initial;
  overflow-wrap: break-word;
  /* Additional spacing for breadcrumbs that are not preceeded by page break */
  /* Sass parser strips colon if bit preceeded by token */
}

/* line 39, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h1, #api-docs-content h2, #api-docs-content h3, #api-docs-content h4 {
  text-align: left;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h1 {
  font-size: 2.5em;
  line-height: 1em;
}

/* line 49, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h1 small {
  font-size: 60%;
  letter-spacing: -0.05rem;
}

/* line 53, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content div:first-child h1:first-of-type {
  font-size: 3.5em;
  font-weight: 300;
  text-align: center;
  /* Anchor tag should scroll to top of page */
  margin-top: 0;
  padding-top: 0.5em;
}

/* line 61, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h3:first-child {
  font-size: 1.75em;
}

/* line 64, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h2, #api-docs-content h3 {
  font-size: 1.5em;
}

/* line 67, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content h4 {
  font-size: 1.25em;
}

/* line 70, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content p {
  margin-block-end: 0.7em;
}

/* line 73, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content strong {
  font-weight: 600;
}

/* line 76, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content small {
  font-size: 70%;
  font-weight: 600;
  color: #777;
}

/* line 81, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content hr {
  margin: 26px;
  margin-top: 70px;
}

/* line 85, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content code, #api-docs-content table td:first-child > strong {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}

/* line 92, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content pre {
  padding: 1.5em;
  overflow: scroll;
  max-height: 400px;
  border-radius: 5px;
  box-shadow: inset 0 0 4px 0px #0006;
}

/* line 99, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 103, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

/* line 107, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table {
  width: 100%;
  table-layout: fixed;
  /** Params tables are only shown with horizontal rows and a header on large devices **/
}

@media screen and (min-width: 60em) {
  /* line 107, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-content table {
    table-layout: auto;
  }
}

/* line 114, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table th, #api-docs-content table td {
  padding: 8px;
}

@media screen and (min-width: 60em) {
  /* line 114, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-content table th, #api-docs-content table td {
    min-width: 12em;
  }
}

/* line 121, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table thead {
  display: none;
}

@media screen and (min-width: 60em) {
  /* line 125, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-content table thead {
    display: table-header-group;
  }
}

/* line 128, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table th {
  text-align: left;
}

/* line 131, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table tr {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f2f2f2;
}

@media screen and (min-width: 60em) {
  /* line 137, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-content table tr {
    display: table-row;
  }
}

/* line 140, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table td {
  vertical-align: top;
  /* Restyle param names to look like code */
  /* Reduce space below 'Validations' text and list */
}

/* line 144, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table td:first-child > strong {
  display: inline-block;
  margin-top: 2px;
  margin-left: -2px;
}

/* line 152, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table td:nth-child(2) > p:last-of-type {
  margin-bottom: 0;
}

/* line 154, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content table td:nth-child(2) > ul {
  margin-top: 0;
}

/* line 157, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content ul.breadcrumb {
  padding: 6px 12px;
  background-color: #f2f2f2;
  border-radius: 0 0 5px 5px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: clip;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 172, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content ul.breadcrumb li {
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

/* line 177, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content ul.breadcrumb li:first-child {
  /* Hide the first "Mapdwell PAPI Documentation" breadcrumb */
  display: none;
}

@media screen and (min-width: 60em) {
  /* line 177, app/assets/stylesheets/core/api_documentation.sass */
  #api-docs-content ul.breadcrumb li:first-child {
    display: inline-block;
  }
}

/* line 186, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content .dummy-class, #api-docs-content :not(hr) + ul.breadcrumb {
  margin-top: 5em;
}

/* line 189, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content .accordion {
  height: auto;
}

/* line 192, app/assets/stylesheets/core/api_documentation.sass */
#api-docs-content .divider {
  padding: 0 5px;
}
/* line 4, vendor/assets/stylesheets/mapdwell-base-styles/variables/_animation.scss */
.black-icon svg, .dark-icon svg, .lightest-green-icon svg, .green-icon svg, .gray-icon svg, .light-icon svg, .white-icon svg, .default-icon svg {
  transition: color 0.15s ease-out;
}

/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 26, vendor/assets/stylesheets/mapdwell-base-styles/variables/_colors.scss */
.bg-disabled-green {
  background-color: #D4DEBC;
}

/* line 31, vendor/assets/stylesheets/mapdwell-base-styles/variables/_colors.scss */
.default-icon svg {
  color: #d8d8d8;
}

/* line 38, vendor/assets/stylesheets/mapdwell-base-styles/variables/_colors.scss */
.white-icon svg {
  color: #fff;
}

/* These have been separated out from _material to avoid importing them in rails, where the sass version cannot compile with them */
/* line 2, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
:root {
  --mdc-ripple-fg-opacity: 0;
  /* TODO: get rid of ripple js? */
  /* media queries for defining  tachyons style helpers*/
  --breakpoint-not-small: screen and (min-width: 30em);
}

/* Buttons */
/* line 10, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button {
  --mdc-ripple-fg-opacity: 0;
  /* TODO: get rid of ripple js? */
}

/* line 14, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.secondary-button, .mdc-button.mdc-button--raised.bg-white, .mdc-button.mdc-button--outlined.secondary-button, .mdc-button.mdc-button--outlined.bg-white {
  --mdc-theme-primary: white;
}

/* line 17, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-blue, .mdc-button.mdc-button--outlined.bg-blue {
  --mdc-theme-primary: #1079d4;
}

/* line 20, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-light-blue, .mdc-button.mdc-button--outlined.bg-light-blue {
  --mdc-theme-primary: #4aa2ed;
}

/* line 23, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-dark-blue, .mdc-button.mdc-button--outlined.bg-dark-blue {
  --mdc-theme-primary: #075aa2;
}

/* line 26, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-green, .mdc-button.mdc-button--outlined.bg-green {
  --mdc-theme-primary: #5ea94a;
}

/* line 29, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-washed-blue, .mdc-button.mdc-button--outlined.bg-washed-blue {
  --mdc-theme-primary: #4bbfcd;
}

/* line 32, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-red, .mdc-button.mdc-button--outlined.bg-red {
  --mdc-theme-primary: #ca2e0f;
}

/* line 35, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-dark-pink, .mdc-button.mdc-button--outlined.bg-dark-pink {
  --mdc-theme-primary: #d00060;
}

/* line 38, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-orange, .mdc-button.mdc-button--outlined.bg-orange {
  --mdc-theme-primary: #df9114;
}

/* line 41, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-button.mdc-button--raised.bg-purple, .mdc-button.mdc-button--outlined.bg-purple {
  --mdc-theme-primary: #a13684;
}

/*Radio Group*/
/* line 48, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-radio {
  --mdc-theme-secondary: #5ea94a;
}

/* ripple overrides */
/* TODO: get rid of ripple js? */
/* line 55, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-ripple-surface.mdc-ripple-upgraded, .mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0 !important;
}

/* line 60, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-slider {
  --mdc-theme-secondary: #4a4a4a;
}

/* line 63, vendor/assets/stylesheets/mapdwell-base-styles/variables/_custom_properties.scss */
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
  color: var(--mdc-theme-primary);
}

/* line 47, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button {
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px 0 8px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  height: 36px;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 4px;
}

/* line 259, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 267, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button:active {
  outline: none;
}

/* line 273, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button:hover {
  cursor: pointer;
}

/* line 279, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.37);
  cursor: default;
  pointer-events: none;
}

/* line 200, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button.mdc-button--dense {
  border-radius: 4px;
}

/* line 156, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button:not(:disabled) {
  background-color: transparent;
}

/* line 56, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button .mdc-button__icon {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: top;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir="rtl"] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

/* line 186, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button:not(:disabled) {
  color: #4a4a4a;
  /* @alternate */
  color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 65, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir="rtl"] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
}

/* line 72, vendor/assets/javascripts/@material/button/_mixins.scss */
svg.mdc-button__icon {
  fill: currentColor;
}

/* line 81, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-button--raised .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir="rtl"], [dir="rtl"] .mdc-button--unelevated .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir="rtl"], [dir="rtl"] .mdc-button--outlined .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon[dir="rtl"] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}

/* line 88, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"] {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}

/* line 95, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised,
.mdc-button--unelevated {
  padding: 0 16px 0 16px;
}

/* line 340, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}

/* line 156, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  background-color: #4a4a4a;
}

@supports not (-ms-ime-align: auto) {
  /* line 128, vendor/assets/javascripts/@material/theme/_mixins.scss */
  .mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    /* @alternate */
    background-color: var(--mdc-theme-primary, #4a4a4a);
  }
}

/* line 186, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff);
}

/* line 102, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 354, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:hover, .mdc-button--raised:focus {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* line 359, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

/* line 363, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--raised:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

/* line 106, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--outlined {
  border-style: solid;
  padding: 0 15px 0 15px;
  border-width: 1px;
}

/* line 327, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.37);
}

/* line 166, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--outlined:not(:disabled) {
  border-color: #4a4a4a;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 112, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button--dense {
  height: 32px;
  font-size: .8125rem;
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}

/* line 88, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}

/* line 93, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}

/* line 125, vendor/assets/javascripts/@material/button/_mixins.scss */
.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 117, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button::before, .mdc-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

/* line 128, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

/* line 143, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

/* line 149, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

/* line 159, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

/* line 167, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

/* line 175, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

/* line 330, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button::before, .mdc-button::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

/* line 341, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button::before, .mdc-button::after {
  background-color: #4a4a4a;
}

@supports not (-ms-ime-align: auto) {
  /* line 128, vendor/assets/javascripts/@material/theme/_mixins.scss */
  .mdc-button::before, .mdc-button::after {
    /* @alternate */
    background-color: var(--mdc-theme-primary, #4a4a4a);
  }
}

/* line 208, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button:hover::before {
  opacity: 0.04;
}

/* line 232, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button:not(.mdc-ripple-upgraded):focus::before, .mdc-button.mdc-ripple-upgraded--background-focused::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

/* line 253, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

/* line 259, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

/* line 271, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised::before, .mdc-button--raised::after,
.mdc-button--unelevated::before,
.mdc-button--unelevated::after {
  background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
  /* line 128, vendor/assets/javascripts/@material/theme/_mixins.scss */
  .mdc-button--raised::before, .mdc-button--raised::after,
.mdc-button--unelevated::before,
.mdc-button--unelevated::after {
    /* @alternate */
    background-color: var(--mdc-theme-on-primary, #fff);
  }
}

/* line 208, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised:hover::before,
.mdc-button--unelevated:hover::before {
  opacity: 0.08;
}

/* line 232, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before, .mdc-button--raised.mdc-ripple-upgraded--background-focused::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

/* line 253, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised:not(.mdc-ripple-upgraded)::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

/* line 259, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

/* line 271, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

/* line 35, vendor/assets/javascripts/@material/floating-label/mdc-floating-label.scss */
.mdc-floating-label {
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  /* @noflip */
  left: 0;
  /* @noflip */
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  /* @alternate */
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-floating-label, .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  right: 0;
  /* @noflip */
  left: auto;
  /* @noflip */
  transform-origin: right top;
  /* @noflip */
  text-align: right;
}

/* line 69, vendor/assets/javascripts/@material/floating-label/mdc-floating-label.scss */
.mdc-floating-label--float-above {
  cursor: auto;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-floating-label--float-above {
  transform: translateY(-50%) scale(0.75);
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
  }
}

/* line 31, vendor/assets/javascripts/@material/line-ripple/mdc-line-ripple.scss */
.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2;
}

/* line 43, vendor/assets/javascripts/@material/line-ripple/mdc-line-ripple.scss */
.mdc-line-ripple--active {
  transform: scaleX(1);
  opacity: 1;
}

/* line 48, vendor/assets/javascripts/@material/line-ripple/mdc-line-ripple.scss */
.mdc-line-ripple--deactivating {
  opacity: 0;
}

/* line 31, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* @noflip */
  text-align: left;
  pointer-events: none;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-notched-outline, .mdc-notched-outline[dir="rtl"] {
  /* @noflip */
  text-align: right;
}

/* line 49, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}

/* line 60, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline__leading {
  /* @noflip */
  border-left: 1px solid;
  /* @noflip */
  border-right: none;
  width: 12px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir="rtl"] {
  /* @noflip */
  border-left: none;
  /* @noflip */
  border-right: 1px solid;
}

/* line 66, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline__trailing {
  /* @noflip */
  border-left: none;
  /* @noflip */
  border-right: 1px solid;
  flex-grow: 1;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir="rtl"] {
  /* @noflip */
  border-left: 1px solid;
  /* @noflip */
  border-right: none;
}

/* line 72, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}

/* line 78, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  top: 17px;
  bottom: auto;
  max-width: 100%;
}

/* line 86, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}

/* line 90, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: calc(100% / .75);
}

/* line 96, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  border-top: none;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

/* line 104, vendor/assets/javascripts/@material/notched-outline/mdc-notched-outline.scss */
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}

/* line 29, vendor/assets/javascripts/@material/textfield/helper-text/mdc-text-field-helper-text.scss */
.mdc-text-field-helper-text {
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity;
}

/* line 85, vendor/assets/javascripts/@material/typography/_mixins.scss */
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

/* line 39, vendor/assets/javascripts/@material/textfield/helper-text/mdc-text-field-helper-text.scss */
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}

/* line 29, vendor/assets/javascripts/@material/textfield/character-counter/mdc-text-field-character-counter.scss */
.mdc-text-field-character-counter {
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
  white-space: nowrap;
}

/* line 85, vendor/assets/javascripts/@material/typography/_mixins.scss */
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: auto;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

/* line 26, vendor/assets/javascripts/@material/textfield/icon/mdc-text-field-icon.scss */
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  bottom: 16px;
  cursor: pointer;
}

/* line 33, vendor/assets/javascripts/@material/textfield/icon/mdc-text-field-icon.scss */
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

/* line 42, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  /* @alternate */
  will-change: opacity, transform, color;
}

/* line 117, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field::before, .mdc-text-field::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

/* line 128, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

/* line 143, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

/* line 149, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

/* line 159, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

/* line 167, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

/* line 175, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field::before, .mdc-text-field::after {
  background-color: rgba(0, 0, 0, 0.87);
}

/* line 208, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field:hover::before {
  opacity: 0.04;
}

/* line 232, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field:not(.mdc-ripple-upgraded):focus::before, .mdc-text-field.mdc-ripple-upgraded--background-focused::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

/* line 330, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field::before, .mdc-text-field::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

/* line 341, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

/* line 611, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

/* line 569, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}

/* line 127, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field .mdc-text-field__input {
  caret-color: #4a4a4a;
  /* @alternate */
  caret-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 593, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

/* line 599, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

/* line 605, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field .mdc-line-ripple {
  background-color: #4a4a4a;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 587, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 40, vendor/assets/javascripts/@material/textfield/helper-text/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 47, vendor/assets/javascripts/@material/textfield/character-counter/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}

/* line 71, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.54);
}

/* line 61, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}

/* line 249, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field .mdc-floating-label {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
  top: 18px;
  pointer-events: none;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field .mdc-floating-label, .mdc-text-field .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

/* line 257, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea .mdc-floating-label {
  /* @noflip */
  left: 4px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label, .mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 4px;
}

/* line 263, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */
  left: 4px;
  /* @noflip */
  right: initial;
  top: 17px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 4px;
}

/* line 270, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
  /* @noflip */
  left: 36px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 36px;
}

/* line 273, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
  /* @noflip */
  left: 40px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 40px;
}

/* line 78, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input {
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 93, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input::-moz-placeholder {
  -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field__input::placeholder {
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}

/* line 101, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54) !important;
}

/* line 106, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder, .mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder, .mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder, .mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

/* line 114, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input:focus {
  outline: none;
}

/* line 119, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input:invalid {
  box-shadow: none;
}

/* line 124, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}

/* line 129, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 136, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}

/* line 141, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--outlined {
  border: none;
  overflow: visible;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #4a4a4a;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}

/* line 55, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */
  border-radius: 4px 0 0 4px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
  /* @noflip */
  border-radius: 0 4px 4px 0;
}

/* line 69, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */
  border-radius: 0 4px 4px 0;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
  /* @noflip */
  border-radius: 4px 0 0 4px;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-144%) scale(1);
}

/* line 77, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-130%) scale(0.75);
}

/* line 87, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field--outlined::before, .mdc-text-field--outlined::after {
  content: none;
}

/* line 61, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
  background-color: transparent;
}

/* line 341, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  padding: 12px 16px 14px;
  border: none !important;
  background-color: transparent;
  z-index: 1;
}

/* line 349, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined .mdc-text-field__icon {
  z-index: 2;
}

/* line 38, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}

/* line 149, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--outlined.mdc-text-field--disabled {
  background-color: transparent;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 290, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}

/* line 153, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-134%) scale(1);
}

/* line 77, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.8rem;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-120%) scale(0.8);
}

/* line 87, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
}

/* line 315, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 7px;
}

/* line 319, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  top: 14px;
}

/* line 323, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
  top: 12px;
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

/* line 40, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px;
}

/* line 382, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--with-leading-icon .mdc-floating-label {
  /* @noflip */
  left: 48px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label, .mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 48px;
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

/* line 40, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-144%) translateX(-32px) scale(1);
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-144%) translateX(32px) scale(1);
}

/* line 77, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-130%) translateX(-32px) scale(0.75);
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-130%) translateX(32px) scale(0.75);
}

/* line 87, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
}

/* line 414, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */
  left: 36px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 36px;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-134%) translateX(-21px) scale(1);
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-134%) translateX(21px) scale(1);
}

/* line 77, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.8rem;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-120%) translateX(-21px) scale(0.8);
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-120%) translateX(21px) scale(0.8);
}

/* line 87, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
}

/* line 431, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  /* @noflip */
  left: 32px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 32px;
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 12px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: initial;
}

/* line 44, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px;
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
}

/* line 44, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px;
}

/* line 56, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: auto;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: auto;
  /* @noflip */
  right: 16px;
}

/* line 59, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon {
  /* @noflip */
  right: 12px;
  /* @noflip */
  left: auto;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  right: auto;
  /* @noflip */
  left: 12px;
}

/* line 65, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 48px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 48px;
}

/* line 178, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  bottom: 16px;
  transform: scale(0.8);
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 12px;
}

/* line 40, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 16px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 44px;
}

/* line 395, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  /* @noflip */
  left: 44px;
  /* @noflip */
  right: initial;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 44px;
}

/* line 34, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 12px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: initial;
}

/* line 44, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 44px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 16px;
}

/* line 56, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: auto;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  left: auto;
  /* @noflip */
  right: 12px;
}

/* line 59, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon {
  /* @noflip */
  right: 12px;
  /* @noflip */
  left: auto;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
  /* @noflip */
  right: auto;
  /* @noflip */
  left: 12px;
}

/* line 65, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 44px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 44px;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-70%) scale(0.8);
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
}

/* line 203, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0;
}

/* line 207, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--dense .mdc-floating-label {
  font-size: .813rem;
}

/* line 210, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: .813rem;
}

/* line 218, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  margin-left: 1px;
  content: "*";
}

/* line 206, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  transition: none;
  overflow: visible;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #4a4a4a;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 73, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--textarea .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}

/* line 55, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */
  border-radius: 4px 0 0 4px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
  /* @noflip */
  border-radius: 0 4px 4px 0;
}

/* line 69, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */
  border-radius: 0 4px 4px 0;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
  /* @noflip */
  border-radius: 4px 0 0 4px;
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field--textarea::before, .mdc-text-field--textarea::after {
  content: none;
}

/* line 61, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
  background-color: transparent;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--textarea .mdc-floating-label--float-above {
  transform: translateY(-144%) scale(1);
}

/* line 77, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

/* line 59, vendor/assets/javascripts/@material/floating-label/_mixins.scss */
.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-130%) scale(0.75);
}

/* line 87, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

/* line 34, vendor/assets/javascripts/@material/textfield/character-counter/_mixins.scss */
.mdc-text-field--textarea .mdc-text-field-character-counter {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
  position: absolute;
  bottom: 13px;
}

/* line 80, vendor/assets/javascripts/@material/rtl/_mixins.scss */
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter, .mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
}

/* line 540, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea .mdc-text-field__input {
  align-self: auto;
  box-sizing: border-box;
  height: auto;
  margin: 8px 1px 1px 0;
  padding: 0 16px 16px;
  border: none;
}

/* line 549, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea .mdc-text-field-character-counter + .mdc-text-field__input {
  margin-bottom: 28px;
  padding-bottom: 0;
}

/* line 554, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea .mdc-floating-label {
  top: 17px;
  bottom: auto;
  width: auto;
  pointer-events: none;
}

/* line 38, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}

/* line 210, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--fullwidth {
  width: 100%;
}

/* line 486, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
  display: block;
}

/* line 190, vendor/assets/javascripts/@material/ripple/_mixins.scss */
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before, .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
  content: none;
}

/* line 61, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
  background-color: transparent;
}

/* line 492, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
  padding: 0;
}

/* line 497, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
  resize: vertical;
}

/* line 587, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

/* line 220, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

/* line 225, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--dense + .mdc-text-field-helper-line {
  margin-bottom: 4px;
}

/* line 229, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}

/* line 239, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}

/* line 611, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(74, 74, 74, 0.87);
}

/* line 218, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  color: rgba(74, 74, 74, 0.87);
}

/* line 190, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #4a4a4a;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #4a4a4a);
}

/* line 593, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

/* line 599, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

/* line 605, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
  background-color: #b00020;
  /* @alternate */
  background-color: var(--mdc-theme-error, #b00020);
}

/* line 611, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

/* line 46, vendor/assets/javascripts/@material/textfield/helper-text/_mixins.scss */
.mdc-text-field--invalid.mdc-text-field--invalid:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

/* line 127, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  /* @alternate */
  caret-color: var(--mdc-theme-error, #b00020);
}

/* line 218, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

/* line 71, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

/* line 74, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

/* line 178, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

/* line 264, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--disabled {
  background-color: #fafafa;
  border-bottom: none;
  pointer-events: none;
}

/* line 593, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

/* line 569, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.37);
}

/* line 611, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.37);
}

/* line 40, vendor/assets/javascripts/@material/textfield/helper-text/_mixins.scss */
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.37);
}

/* line 47, vendor/assets/javascripts/@material/textfield/character-counter/_mixins.scss */
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.37);
}

/* line 71, vendor/assets/javascripts/@material/textfield/icon/_mixins.scss */
.mdc-text-field--disabled .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.3);
}

/* line 587, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 149, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}

/* line 268, vendor/assets/javascripts/@material/textfield/mdc-text-field.scss */
.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: transparent;
  /* @alternate */
  background-color: #f9f9f9;
}

/* line 30, vendor/assets/javascripts/@material/notched-outline/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 290, vendor/assets/javascripts/@material/textfield/_mixins.scss */
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 139, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 149, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 160, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 168, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 177, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 186, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 194, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 198, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 209, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 218, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 227, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 235, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 247, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 263, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 273, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 284, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 295, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 307, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 318, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 329, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 343, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 352, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 361, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 371, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 381, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 390, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 400, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 413, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 422, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 433, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 441, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 452, vendor/assets/stylesheets/tachyons-sass/scss/_normalize.scss */
[hidden] {
  display: none;
}

/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
/* line 18, vendor/assets/stylesheets/tachyons-sass/scss/_debug-children.scss */
.debug * {
  outline: 1px solid gold;
}

/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_debug-children.scss */
.debug-white * {
  outline: 1px solid white;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_debug-children.scss */
.debug-black * {
  outline: 1px solid black;
}

/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_debug-grid.scss */
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_debug-grid.scss */
.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left;
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_debug-grid.scss */
.debug-grid-8-solid {
  background: white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_debug-grid.scss */
.debug-grid-16-solid {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left;
}

/*

  BOX SIZING

*/
/* line 14, vendor/assets/stylesheets/tachyons-sass/scss/_box-sizing.scss */
html,
body,
div,
article,
section,
main,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1, h2, h3, h4, h5, h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.border-box {
  box-sizing: border-box;
}

/*

   ASPECT RATIOS

*/
/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.
 * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e
 * Make sure there are no height and width attributes on the embedded media.
 * Adapted from: https://github.com/suitcss/components-flex-embed
 *
 * Example:
 *
 * <div class="aspect-ratio aspect-ratio--16x9">
 *  <iframe class="aspect-ratio--object"></iframe>
 * </div>
 *
 * */
/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio {
  height: 0;
  position: relative;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 30em) {
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }
  /* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }
  /* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  /* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 60em) {
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  /* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  /* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  /* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  /* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  /* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  /* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  /* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  /* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_aspect-ratios.scss */
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
/* line 17, vendor/assets/stylesheets/tachyons-sass/scss/_images.scss */
img {
  max-width: 100%;
}

/*

   BACKGROUND SIZE
   Docs: http://tachyons.io/docs/themes/background-size/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
.cover {
  background-size: cover !important;
}

/* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
.contain {
  background-size: contain !important;
}

@media screen and (min-width: 30em) {
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .cover-ns {
    background-size: cover !important;
  }
  /* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .contain-ns {
    background-size: contain !important;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .cover-m {
    background-size: cover !important;
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .contain-m {
    background-size: contain !important;
  }
}

@media screen and (min-width: 60em) {
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .cover-l {
    background-size: cover !important;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_background-size.scss */
  .contain-l {
    background-size: contain !important;
  }
}

/*

    BACKGROUND POSITION

    Base:
    bg = background

    Modifiers:
    -center = center center
    -top = top center
    -right = center right
    -bottom = bottom center
    -left = center left

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
.bg-left {
  background-repeat: no-repeat;
  background-position: center left;
}

@media screen and (min-width: 30em) {
  /* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-center-ns {
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-top-ns {
    background-repeat: no-repeat;
    background-position: top center;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-right-ns {
    background-repeat: no-repeat;
    background-position: center right;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-bottom-ns {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-center-m {
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-top-m {
    background-repeat: no-repeat;
    background-position: top center;
  }
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-right-m {
    background-repeat: no-repeat;
    background-position: center right;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-bottom-m {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media screen and (min-width: 60em) {
  /* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-center-l {
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-top-l {
    background-repeat: no-repeat;
    background-position: top center;
  }
  /* line 119, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-right-l {
    background-repeat: no-repeat;
    background-position: center right;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-bottom-l {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_background-position.scss */
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

/*

   OUTLINES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
.outline {
  outline: 1px solid;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
.outline-transparent {
  outline: 1px solid transparent;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
.outline-0 {
  outline: 0;
}

@media screen and (min-width: 30em) {
  /* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-ns {
    outline: 1px solid;
  }
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-transparent-ns {
    outline: 1px solid transparent;
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-0-ns {
    outline: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-m {
    outline: 1px solid;
  }
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-0-m {
    outline: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-l {
    outline: 1px solid;
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_outlines.scss */
  .outline-0-l {
    outline: 0;
  }
}

/*

    BORDERS
    Docs: http://tachyons.io/docs/themes/borders/

    Base:
      b = border

    Modifiers:
      a = all
      t = top
      r = right
      b = bottom
      l = left
      n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.ba {
  border-style: solid;
  border-width: 1px;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.br {
  border-right-style: solid;
  border-right-width: 1px;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
.bn {
  border-style: none;
  border-width: 0;
}

@media screen and (min-width: 30em) {
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  /* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bn-m {
    border-style: none;
    border-width: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  /* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_borders.scss */
  .bn-l {
    border-style: none;
    border-width: 0;
  }
}

/*

   BORDER COLORS
   Docs: http://tachyons.io/docs/themes/borders/

   Border colors can be used to extend the base
   border classes ba,bt,bb,br,bl found in the _borders.css file.

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

   Base:
     b = border

   Modifiers:
   --color-name = each color variable name is also a border color name

*/
/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black {
  border-color: #000;
}

/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--near-black {
  border-color: #3e3e3e;
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--dark-gray {
  border-color: #4a4a4a;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--mid-gray {
  border-color: #9b9b9b;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--gray {
  border-color: #777;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--silver {
  border-color: #999;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-silver {
  border-color: #aaa;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--moon-gray {
  border-color: #d8d8d8;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-gray {
  border-color: #f2f2f2;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--near-white {
  border-color: #fafafa;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white {
  border-color: #fff;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025);
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--white-0125 {
  border-color: rgba(255, 255, 255, 0.0125);
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--dark-red {
  border-color: #e7040f;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--red {
  border-color: #ca2e0f;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-red {
  border-color: #ff725c;
}

/* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--orange {
  border-color: #df9114;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--gold {
  border-color: #ffb700;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--yellow {
  border-color: #f4bc27;
}

/* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-yellow {
  border-color: #fbf1a9;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--purple {
  border-color: #a13684;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-purple {
  border-color: #a463f2;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--dark-pink {
  border-color: #d00060;
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--hot-pink {
  border-color: #ff41b4;
}

/* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--pink {
  border-color: #c22176;
}

/* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-pink {
  border-color: #d43f85;
}

/* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--dark-green {
  border-color: #477f38;
}

/* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--green {
  border-color: #5ea94a;
}

/* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-green {
  border-color: #7eba6e;
}

/* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--navy {
  border-color: #001b44;
}

/* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--dark-blue {
  border-color: #075aa2;
}

/* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--blue {
  border-color: #1079d4;
}

/* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--light-blue {
  border-color: #4aa2ed;
}

/* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--lightest-blue {
  border-color: #cdecff;
}

/* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--washed-blue {
  border-color: #4bbfcd;
}

/* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--washed-green {
  border-color: #e8fdf5;
}

/* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--washed-yellow {
  border-color: #fffceb;
}

/* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--washed-red {
  border-color: #ffdfdf;
}

/* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--transparent {
  border-color: transparent;
}

/* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_border-colors.scss */
.b--inherit {
  border-color: inherit;
}

/*

   BORDER RADIUS
   Docs: http://tachyons.io/docs/themes/border-radius/

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale

   Literal values:
     -100 = 100%
     -pill = 9999px

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br0 {
  border-radius: 0;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br1 {
  border-radius: 0.125rem;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br2 {
  border-radius: 0.25rem;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br3 {
  border-radius: 0.5rem;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br4 {
  border-radius: 1rem;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br-100 {
  border-radius: 100%;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br-pill {
  border-radius: 9999px;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 30em) {
  /* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br0-ns {
    border-radius: 0;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br1-ns {
    border-radius: 0.125rem;
  }
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br2-ns {
    border-radius: 0.25rem;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br3-ns {
    border-radius: 0.5rem;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br4-ns {
    border-radius: 1rem;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-100-ns {
    border-radius: 100%;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-pill-ns {
    border-radius: 9999px;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--top-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--right-ns {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br0-m {
    border-radius: 0;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br1-m {
    border-radius: 0.125rem;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br2-m {
    border-radius: 0.25rem;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br3-m {
    border-radius: 0.5rem;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br4-m {
    border-radius: 1rem;
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-100-m {
    border-radius: 100%;
  }
  /* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-pill-m {
    border-radius: 9999px;
  }
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--right-m {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br0-l {
    border-radius: 0;
  }
  /* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br1-l {
    border-radius: 0.125rem;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br2-l {
    border-radius: 0.25rem;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br3-l {
    border-radius: 0.5rem;
  }
  /* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br4-l {
    border-radius: 1rem;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-100-l {
    border-radius: 100%;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br-pill-l {
    border-radius: 9999px;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--right-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_border-radius.scss */
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/*

   BORDER STYLES
   Docs: http://tachyons.io/docs/themes/borders/

   Depends on base border module in _borders.css

   Base:
     b = border-style

   Modifiers:
     --none   = none
     --dotted = dotted
     --dashed = dashed
     --solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
.b--dotted {
  border-style: dotted;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
.b--dashed {
  border-style: dashed;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
.b--solid {
  border-style: solid;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
.b--none {
  border-style: none;
}

@media screen and (min-width: 30em) {
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dotted-ns {
    border-style: dotted;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dashed-ns {
    border-style: dashed;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--solid-ns {
    border-style: solid;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--none-ns {
    border-style: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dotted-m {
    border-style: dotted;
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dashed-m {
    border-style: dashed;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--solid-m {
    border-style: solid;
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--none-m {
    border-style: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dotted-l {
    border-style: dotted;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--dashed-l {
    border-style: dashed;
  }
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--solid-l {
    border-style: solid;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_border-style.scss */
  .b--none-l {
    border-style: none;
  }
}

/*

   BORDER WIDTHS
   Docs: http://tachyons.io/docs/themes/borders/

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw0 {
  border-width: 0;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw1 {
  border-width: 0.125rem;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw2 {
  border-width: 0.25rem;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw3 {
  border-width: 0.5rem;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw4 {
  border-width: 1rem;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bw5 {
  border-width: 2rem;
}

/* Resets */
/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bt-0 {
  border-top-width: 0;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.br-0 {
  border-right-width: 0;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bb-0 {
  border-bottom-width: 0;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
.bl-0 {
  border-left-width: 0;
}

@media screen and (min-width: 30em) {
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw0-ns {
    border-width: 0;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw1-ns {
    border-width: 0.125rem;
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw2-ns {
    border-width: 0.25rem;
  }
  /* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw3-ns {
    border-width: 0.5rem;
  }
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw4-ns {
    border-width: 1rem;
  }
  /* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw5-ns {
    border-width: 2rem;
  }
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bt-0-ns {
    border-top-width: 0;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .br-0-ns {
    border-right-width: 0;
  }
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bb-0-ns {
    border-bottom-width: 0;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bl-0-ns {
    border-left-width: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw0-m {
    border-width: 0;
  }
  /* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw1-m {
    border-width: 0.125rem;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw2-m {
    border-width: 0.25rem;
  }
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw3-m {
    border-width: 0.5rem;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw4-m {
    border-width: 1rem;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw5-m {
    border-width: 2rem;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bt-0-m {
    border-top-width: 0;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .br-0-m {
    border-right-width: 0;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bb-0-m {
    border-bottom-width: 0;
  }
  /* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bl-0-m {
    border-left-width: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw0-l {
    border-width: 0;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw1-l {
    border-width: 0.125rem;
  }
  /* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw2-l {
    border-width: 0.25rem;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw3-l {
    border-width: 0.5rem;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw4-l {
    border-width: 1rem;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bw5-l {
    border-width: 2rem;
  }
  /* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bt-0-l {
    border-top-width: 0;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .br-0-l {
    border-right-width: 0;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bb-0-l {
    border-bottom-width: 0;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_border-widths.scss */
  .bl-0-l {
    border-left-width: 0;
  }
}

/*

  BOX-SHADOW
  Docs: http://tachyons.io/docs/themes/box-shadow/

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

 */
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
.shadow-1 {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
.shadow-2 {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
.shadow-4 {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
.shadow-5 {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 30em) {
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-1-ns {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-2-ns {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-3-ns {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-4-ns {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-5-ns {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-1-m {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-2-m {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-5-m {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 60em) {
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-1-l {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-2-l {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_box-shadow.scss */
  .shadow-5-l {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }
}

/*

   CODE

*/
/* line 14, vendor/assets/stylesheets/tachyons-sass/scss/_code.scss */
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

/*

   COORDINATES
   Docs: http://tachyons.io/docs/layout/position/

   Use in combination with the position module.

   Base:
     top
     bottom
     right
     left

   Modifiers:
     -0  = literal value 0
     -1  = literal value 1
     -2  = literal value 2
     --1 = literal value -1
     --2 = literal value -2

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.top-0 {
  top: 0;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.right-0 {
  right: 0;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.bottom-0 {
  bottom: 0;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.left-0 {
  left: 0;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.top-1 {
  top: 1rem;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.right-1 {
  right: 1rem;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.bottom-1 {
  bottom: 1rem;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.left-1 {
  left: 1rem;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.top-2 {
  top: 2rem;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.right-2 {
  right: 2rem;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.bottom-2 {
  bottom: 2rem;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.left-2 {
  left: 2rem;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.top--1 {
  top: -1rem;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.right--1 {
  right: -1rem;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.bottom--1 {
  bottom: -1rem;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.left--1 {
  left: -1rem;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.top--2 {
  top: -2rem;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.right--2 {
  right: -2rem;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.bottom--2 {
  bottom: -2rem;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.left--2 {
  left: -2rem;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 30em) {
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-0-ns {
    top: 0;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-0-ns {
    left: 0;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-0-ns {
    right: 0;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-0-ns {
    bottom: 0;
  }
  /* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-1-ns {
    top: 1rem;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-1-ns {
    left: 1rem;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-1-ns {
    right: 1rem;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-1-ns {
    bottom: 1rem;
  }
  /* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-2-ns {
    top: 2rem;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-2-ns {
    left: 2rem;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-2-ns {
    right: 2rem;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-2-ns {
    bottom: 2rem;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--1-ns {
    top: -1rem;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--1-ns {
    right: -1rem;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--1-ns {
    bottom: -1rem;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--1-ns {
    left: -1rem;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--2-ns {
    top: -2rem;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--2-ns {
    right: -2rem;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--2-ns {
    bottom: -2rem;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--2-ns {
    left: -2rem;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-0-m {
    top: 0;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-0-m {
    left: 0;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-0-m {
    right: 0;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-0-m {
    bottom: 0;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-1-m {
    top: 1rem;
  }
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-1-m {
    left: 1rem;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-1-m {
    right: 1rem;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-1-m {
    bottom: 1rem;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-2-m {
    top: 2rem;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-2-m {
    left: 2rem;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-2-m {
    right: 2rem;
  }
  /* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-2-m {
    bottom: 2rem;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--1-m {
    top: -1rem;
  }
  /* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--1-m {
    right: -1rem;
  }
  /* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--1-m {
    bottom: -1rem;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--1-m {
    left: -1rem;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--2-m {
    top: -2rem;
  }
  /* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--2-m {
    right: -2rem;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--2-m {
    bottom: -2rem;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--2-m {
    left: -2rem;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-0-l {
    top: 0;
  }
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-0-l {
    left: 0;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-0-l {
    right: 0;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-0-l {
    bottom: 0;
  }
  /* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-1-l {
    top: 1rem;
  }
  /* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-1-l {
    left: 1rem;
  }
  /* line 133, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-1-l {
    right: 1rem;
  }
  /* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-1-l {
    bottom: 1rem;
  }
  /* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top-2-l {
    top: 2rem;
  }
  /* line 136, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left-2-l {
    left: 2rem;
  }
  /* line 137, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right-2-l {
    right: 2rem;
  }
  /* line 138, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom-2-l {
    bottom: 2rem;
  }
  /* line 139, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--1-l {
    top: -1rem;
  }
  /* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--1-l {
    right: -1rem;
  }
  /* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--1-l {
    bottom: -1rem;
  }
  /* line 142, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--1-l {
    left: -1rem;
  }
  /* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .top--2-l {
    top: -2rem;
  }
  /* line 144, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .right--2-l {
    right: -2rem;
  }
  /* line 145, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .bottom--2-l {
    bottom: -2rem;
  }
  /* line 146, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .left--2-l {
    left: -2rem;
  }
  /* line 147, vendor/assets/stylesheets/tachyons-sass/scss/_coordinates.scss */
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/*

   CLEARFIX
   http://tachyons.io/docs/layout/clearfix/

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* line 18, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cf:after {
  clear: both;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cf {
  *zoom: 1;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cl {
  clear: left;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cr {
  clear: right;
}

/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cb {
  clear: both;
}

/* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
.cn {
  clear: none;
}

@media screen and (min-width: 30em) {
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cl-ns {
    clear: left;
  }
  /* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cr-ns {
    clear: right;
  }
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cb-ns {
    clear: both;
  }
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cn-ns {
    clear: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cl-m {
    clear: left;
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cr-m {
    clear: right;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cb-m {
    clear: both;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cn-m {
    clear: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cl-l {
    clear: left;
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cr-l {
    clear: right;
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cb-l {
    clear: both;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_clears.scss */
  .cn-l {
    clear: none;
  }
}

/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

*/
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex {
  display: flex;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.inline-flex {
  display: inline-flex;
}

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-none {
  flex: none;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-column {
  flex-direction: column;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-row {
  flex-direction: row;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-nowrap {
  flex-wrap: nowrap;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-column-reverse {
  flex-direction: column-reverse;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.items-start {
  align-items: flex-start;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.items-end {
  align-items: flex-end;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.items-center {
  align-items: center;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.items-baseline {
  align-items: baseline;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.items-stretch {
  align-items: stretch;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.self-start {
  align-self: flex-start;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.self-end {
  align-self: flex-end;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.self-center {
  align-self: center;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.self-baseline {
  align-self: baseline;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.self-stretch {
  align-self: stretch;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.justify-start {
  justify-content: flex-start;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.justify-center {
  justify-content: center;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.justify-between {
  justify-content: space-between;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.justify-around {
  justify-content: space-around;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-start {
  align-content: flex-start;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-end {
  align-content: flex-end;
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-center {
  align-content: center;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-between {
  align-content: space-between;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-around {
  align-content: space-around;
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.content-stretch {
  align-content: stretch;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-0 {
  order: 0;
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-1 {
  order: 1;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-2 {
  order: 2;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-3 {
  order: 3;
}

/* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-4 {
  order: 4;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-5 {
  order: 5;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-6 {
  order: 6;
}

/* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-7 {
  order: 7;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-8 {
  order: 8;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.order-last {
  order: 99999;
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-grow-0 {
  flex-grow: 0;
}

/* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
.flex-shrink-1 {
  flex-shrink: 1;
}

@media screen and (min-width: 30em) {
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-ns {
    display: flex;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .inline-flex-ns {
    display: inline-flex;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-auto-ns {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-none-ns {
    flex: none;
  }
  /* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-ns {
    flex-direction: column;
  }
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-ns {
    flex-direction: row;
  }
  /* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-ns {
    flex-wrap: wrap;
  }
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-nowrap-ns {
    flex-wrap: nowrap;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-reverse-ns {
    flex-wrap: wrap-reverse;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-reverse-ns {
    flex-direction: column-reverse;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-reverse-ns {
    flex-direction: row-reverse;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-start-ns {
    align-items: flex-start;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-end-ns {
    align-items: flex-end;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-center-ns {
    align-items: center;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-baseline-ns {
    align-items: baseline;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-stretch-ns {
    align-items: stretch;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-start-ns {
    align-self: flex-start;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-end-ns {
    align-self: flex-end;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-center-ns {
    align-self: center;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-baseline-ns {
    align-self: baseline;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-stretch-ns {
    align-self: stretch;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-start-ns {
    justify-content: flex-start;
  }
  /* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-end-ns {
    justify-content: flex-end;
  }
  /* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-center-ns {
    justify-content: center;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-between-ns {
    justify-content: space-between;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-around-ns {
    justify-content: space-around;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-start-ns {
    align-content: flex-start;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-end-ns {
    align-content: flex-end;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-center-ns {
    align-content: center;
  }
  /* line 119, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-between-ns {
    align-content: space-between;
  }
  /* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-around-ns {
    align-content: space-around;
  }
  /* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-stretch-ns {
    align-content: stretch;
  }
  /* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-0-ns {
    order: 0;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-1-ns {
    order: 1;
  }
  /* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-2-ns {
    order: 2;
  }
  /* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-3-ns {
    order: 3;
  }
  /* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-4-ns {
    order: 4;
  }
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-5-ns {
    order: 5;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-6-ns {
    order: 6;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-7-ns {
    order: 7;
  }
  /* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-8-ns {
    order: 8;
  }
  /* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-last-ns {
    order: 99999;
  }
  /* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-0-ns {
    flex-grow: 0;
  }
  /* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-1-ns {
    flex-grow: 1;
  }
  /* line 137, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-0-ns {
    flex-shrink: 0;
  }
  /* line 138, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-1-ns {
    flex-shrink: 1;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-m {
    display: flex;
  }
  /* line 142, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .inline-flex-m {
    display: inline-flex;
  }
  /* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-auto-m {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  /* line 148, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-none-m {
    flex: none;
  }
  /* line 149, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-m {
    flex-direction: column;
  }
  /* line 150, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-m {
    flex-direction: row;
  }
  /* line 151, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-m {
    flex-wrap: wrap;
  }
  /* line 152, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-nowrap-m {
    flex-wrap: nowrap;
  }
  /* line 153, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-reverse-m {
    flex-wrap: wrap-reverse;
  }
  /* line 154, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }
  /* line 155, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-reverse-m {
    flex-direction: row-reverse;
  }
  /* line 156, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-start-m {
    align-items: flex-start;
  }
  /* line 157, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-end-m {
    align-items: flex-end;
  }
  /* line 158, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-center-m {
    align-items: center;
  }
  /* line 159, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-baseline-m {
    align-items: baseline;
  }
  /* line 160, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-stretch-m {
    align-items: stretch;
  }
  /* line 162, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-start-m {
    align-self: flex-start;
  }
  /* line 163, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-end-m {
    align-self: flex-end;
  }
  /* line 164, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-center-m {
    align-self: center;
  }
  /* line 165, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-baseline-m {
    align-self: baseline;
  }
  /* line 166, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-stretch-m {
    align-self: stretch;
  }
  /* line 168, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-start-m {
    justify-content: flex-start;
  }
  /* line 169, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-end-m {
    justify-content: flex-end;
  }
  /* line 170, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-center-m {
    justify-content: center;
  }
  /* line 171, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-between-m {
    justify-content: space-between;
  }
  /* line 172, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-around-m {
    justify-content: space-around;
  }
  /* line 174, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-start-m {
    align-content: flex-start;
  }
  /* line 175, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-end-m {
    align-content: flex-end;
  }
  /* line 176, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-center-m {
    align-content: center;
  }
  /* line 177, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-between-m {
    align-content: space-between;
  }
  /* line 178, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-around-m {
    align-content: space-around;
  }
  /* line 179, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-stretch-m {
    align-content: stretch;
  }
  /* line 181, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-0-m {
    order: 0;
  }
  /* line 182, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-1-m {
    order: 1;
  }
  /* line 183, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-2-m {
    order: 2;
  }
  /* line 184, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-3-m {
    order: 3;
  }
  /* line 185, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-4-m {
    order: 4;
  }
  /* line 186, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-5-m {
    order: 5;
  }
  /* line 187, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-6-m {
    order: 6;
  }
  /* line 188, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-7-m {
    order: 7;
  }
  /* line 189, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-8-m {
    order: 8;
  }
  /* line 190, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-last-m {
    order: 99999;
  }
  /* line 192, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-0-m {
    flex-grow: 0;
  }
  /* line 193, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-1-m {
    flex-grow: 1;
  }
  /* line 195, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-0-m {
    flex-shrink: 0;
  }
  /* line 196, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-1-m {
    flex-shrink: 1;
  }
}

@media screen and (min-width: 60em) {
  /* line 200, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-l {
    display: flex;
  }
  /* line 201, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .inline-flex-l {
    display: inline-flex;
  }
  /* line 202, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-auto-l {
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  /* line 207, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-none-l {
    flex: none;
  }
  /* line 208, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-l {
    flex-direction: column;
  }
  /* line 209, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-l {
    flex-direction: row;
  }
  /* line 210, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-l {
    flex-wrap: wrap;
  }
  /* line 211, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-nowrap-l {
    flex-wrap: nowrap;
  }
  /* line 212, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-wrap-reverse-l {
    flex-wrap: wrap-reverse;
  }
  /* line 213, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-column-reverse-l {
    flex-direction: column-reverse;
  }
  /* line 214, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-row-reverse-l {
    flex-direction: row-reverse;
  }
  /* line 216, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-start-l {
    align-items: flex-start;
  }
  /* line 217, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-end-l {
    align-items: flex-end;
  }
  /* line 218, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-center-l {
    align-items: center;
  }
  /* line 219, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-baseline-l {
    align-items: baseline;
  }
  /* line 220, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .items-stretch-l {
    align-items: stretch;
  }
  /* line 222, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-start-l {
    align-self: flex-start;
  }
  /* line 223, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-end-l {
    align-self: flex-end;
  }
  /* line 224, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-center-l {
    align-self: center;
  }
  /* line 225, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-baseline-l {
    align-self: baseline;
  }
  /* line 226, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .self-stretch-l {
    align-self: stretch;
  }
  /* line 228, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-start-l {
    justify-content: flex-start;
  }
  /* line 229, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-end-l {
    justify-content: flex-end;
  }
  /* line 230, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-center-l {
    justify-content: center;
  }
  /* line 231, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-between-l {
    justify-content: space-between;
  }
  /* line 232, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .justify-around-l {
    justify-content: space-around;
  }
  /* line 234, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-start-l {
    align-content: flex-start;
  }
  /* line 235, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-end-l {
    align-content: flex-end;
  }
  /* line 236, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-center-l {
    align-content: center;
  }
  /* line 237, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-between-l {
    align-content: space-between;
  }
  /* line 238, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-around-l {
    align-content: space-around;
  }
  /* line 239, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .content-stretch-l {
    align-content: stretch;
  }
  /* line 241, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-0-l {
    order: 0;
  }
  /* line 242, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-1-l {
    order: 1;
  }
  /* line 243, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-2-l {
    order: 2;
  }
  /* line 244, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-3-l {
    order: 3;
  }
  /* line 245, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-4-l {
    order: 4;
  }
  /* line 246, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-5-l {
    order: 5;
  }
  /* line 247, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-6-l {
    order: 6;
  }
  /* line 248, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-7-l {
    order: 7;
  }
  /* line 249, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-8-l {
    order: 8;
  }
  /* line 250, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .order-last-l {
    order: 99999;
  }
  /* line 252, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-0-l {
    flex-grow: 0;
  }
  /* line 253, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-grow-1-l {
    flex-grow: 1;
  }
  /* line 255, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-0-l {
    flex-shrink: 0;
  }
  /* line 256, vendor/assets/stylesheets/tachyons-sass/scss/_flexbox.scss */
  .flex-shrink-1-l {
    flex-shrink: 1;
  }
}

/*

   DISPLAY
   Docs: http://tachyons.io/docs/layout/display

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    tr    = table-row
    tcol  = table-column
    tcolg = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dn {
  display: none;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.di {
  display: inline;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.db {
  display: block;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dib {
  display: inline-block;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dit {
  display: inline-table;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt {
  display: table;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dtc {
  display: table-cell;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt-row {
  display: table-row;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt-row-group {
  display: table-row-group;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt-column {
  display: table-column;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt-column-group {
  display: table-column-group;
}

/*
  This will set table to full width and then
  all cells will be equal width
*/
/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 30em) {
  /* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dn-ns {
    display: none;
  }
  /* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .di-ns {
    display: inline;
  }
  /* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .db-ns {
    display: block;
  }
  /* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dib-ns {
    display: inline-block;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dit-ns {
    display: inline-table;
  }
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-ns {
    display: table;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dtc-ns {
    display: table-cell;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-ns {
    display: table-row;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-group-ns {
    display: table-row-group;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-ns {
    display: table-column;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-group-ns {
    display: table-column-group;
  }
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dn-m {
    display: none;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .di-m {
    display: inline;
  }
  /* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .db-m {
    display: block;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dib-m {
    display: inline-block;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dit-m {
    display: inline-table;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-m {
    display: table;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dtc-m {
    display: table-cell;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-m {
    display: table-row;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-group-m {
    display: table-row-group;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-m {
    display: table-column;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-group-m {
    display: table-column-group;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dn-l {
    display: none;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .di-l {
    display: inline;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .db-l {
    display: block;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dib-l {
    display: inline-block;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dit-l {
    display: inline-table;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-l {
    display: table;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dtc-l {
    display: table-cell;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-l {
    display: table-row;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-row-group-l {
    display: table-row-group;
  }
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-l {
    display: table-column;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt-column-group-l {
    display: table-column-group;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_display.scss */
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
}

/*

   FLOATS
   http://tachyons.io/docs/layout/floats/

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
.fl {
  float: left;
  _display: inline;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
.fr {
  float: right;
  _display: inline;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
.fn {
  float: none;
}

@media screen and (min-width: 30em) {
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fl-ns {
    float: left;
    _display: inline;
  }
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fr-ns {
    float: right;
    _display: inline;
  }
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fn-ns {
    float: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fl-m {
    float: left;
    _display: inline;
  }
  /* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fr-m {
    float: right;
    _display: inline;
  }
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fn-m {
    float: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fl-l {
    float: left;
    _display: inline;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fr-l {
    float: right;
    _display: inline;
  }
  /* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_floats.scss */
  .fn-l {
    float: none;
  }
}

/*

   FONT FAMILY GROUPS
   Docs: http://tachyons.io/docs/typography/font-family/

*/
/* line 16, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.serif {
  font-family: georgia, serif;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.system-sans-serif {
  font-family: sans-serif;
}

/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.system-serif {
  font-family: serif;
}

/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
code, .code {
  font-family: Consolas, monaco, monospace;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.courier {
  font-family: 'Courier Next', courier, monospace;
}

/* Sans-Serif Typefaces */
/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.avenir {
  font-family: 'avenir next', avenir, sans-serif;
}

/* Serif Typefaces */
/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.athelas {
  font-family: athelas, georgia, serif;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.georgia {
  font-family: georgia, serif;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.times {
  font-family: times, serif;
}

/* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.bodoni {
  font-family: "Bodoni MT", serif;
}

/* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.calisto {
  font-family: "Calisto MT", serif;
}

/* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.garamond {
  font-family: garamond, serif;
}

/* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_font-family.scss */
.baskerville {
  font-family: baskerville, serif;
}

/*

   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
.i {
  font-style: italic;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
.fs-normal {
  font-style: normal;
}

@media screen and (min-width: 30em) {
  /* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .i-ns {
    font-style: italic;
  }
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .fs-normal-ns {
    font-style: normal;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .i-m {
    font-style: italic;
  }
  /* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .fs-normal-m {
    font-style: normal;
  }
}

@media screen and (min-width: 60em) {
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .i-l {
    font-style: italic;
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_font-style.scss */
  .fs-normal-l {
    font-style: normal;
  }
}

/*

   FONT WEIGHT
   Docs: http://tachyons.io/docs/typography/font-weight/

   Base
     fw = font-weight

   Modifiers:
     1 = literal value 100
     2 = literal value 200
     3 = literal value 300
     4 = literal value 400
     5 = literal value 500
     6 = literal value 600
     7 = literal value 700
     8 = literal value 800
     9 = literal value 900

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.normal {
  font-weight: normal;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.b {
  font-weight: bold;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw1 {
  font-weight: 100;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw2 {
  font-weight: 200;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw3 {
  font-weight: 300;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw4 {
  font-weight: 400;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw5 {
  font-weight: 500;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw6 {
  font-weight: 600;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw7 {
  font-weight: 700;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw8 {
  font-weight: 800;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
.fw9 {
  font-weight: 900;
}

@media screen and (min-width: 30em) {
  /* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .normal-ns {
    font-weight: normal;
  }
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .b-ns {
    font-weight: bold;
  }
  /* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw1-ns {
    font-weight: 100;
  }
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw2-ns {
    font-weight: 200;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw3-ns {
    font-weight: 300;
  }
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw4-ns {
    font-weight: 400;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw5-ns {
    font-weight: 500;
  }
  /* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw6-ns {
    font-weight: 600;
  }
  /* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw7-ns {
    font-weight: 700;
  }
  /* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw8-ns {
    font-weight: 800;
  }
  /* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw9-ns {
    font-weight: 900;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .normal-m {
    font-weight: normal;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .b-m {
    font-weight: bold;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw1-m {
    font-weight: 100;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw2-m {
    font-weight: 200;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw3-m {
    font-weight: 300;
  }
  /* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw4-m {
    font-weight: 400;
  }
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw5-m {
    font-weight: 500;
  }
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw6-m {
    font-weight: 600;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw7-m {
    font-weight: 700;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw8-m {
    font-weight: 800;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw9-m {
    font-weight: 900;
  }
}

@media screen and (min-width: 60em) {
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .normal-l {
    font-weight: normal;
  }
  /* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .b-l {
    font-weight: bold;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw1-l {
    font-weight: 100;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw2-l {
    font-weight: 200;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw3-l {
    font-weight: 300;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw4-l {
    font-weight: 400;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw5-l {
    font-weight: 500;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw6-l {
    font-weight: 600;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw7-l {
    font-weight: 700;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw8-l {
    font-weight: 800;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_font-weight.scss */
  .fw9-l {
    font-weight: 900;
  }
}

/*

   FORMS
   
*/
/* line 14, vendor/assets/stylesheets/tachyons-sass/scss/_forms.scss */
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 18, vendor/assets/stylesheets/tachyons-sass/scss/_forms.scss */
.input-reset[type="number"] {
  -moz-appearance: textfield;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_forms.scss */
.input-reset[type="number"]::-webkit-inner-spin-button, .input-reset[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_forms.scss */
.button-reset::-moz-focus-inner,
.input-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*

   HEIGHTS
   Docs: http://tachyons.io/docs/layout/heights/

   Base:
     h = height
     min-h = min-height
     min-vh = min-height vertical screen height
     vh = vertical screen height

   Modifiers
     1 = 1st step in height scale
     2 = 2nd step in height scale
     3 = 3rd step in height scale
     4 = 4th step in height scale
     5 = 5th step in height scale

     -25   = literal value 25%
     -50   = literal value 50%
     -75   = literal value 75%
     -100  = literal value 100%

     -auto = string value of auto
     -inherit = string value of inherit

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Height Scale */
/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h1 {
  height: 1rem;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h2 {
  height: 2rem;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h3 {
  height: 4rem;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h4 {
  height: 8rem;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h5 {
  height: 16rem;
}

/* Height Percentages - Based off of height of parent */
/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-25 {
  height: 25%;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-50 {
  height: 50%;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-75 {
  height: 75%;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-100 {
  height: 100%;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.min-h-100 {
  min-height: 100%;
}

/* Screen Height Percentage */
/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.vh-25 {
  height: 25vh;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.vh-50 {
  height: 50vh;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.vh-75 {
  height: 75vh;
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.vh-100 {
  height: 100vh;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.min-vh-100 {
  min-height: 100vh;
}

/* String Properties */
/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-auto {
  height: auto;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
.h-inherit {
  height: inherit;
}

@media screen and (min-width: 30em) {
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h1-ns {
    height: 1rem;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h2-ns {
    height: 2rem;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h3-ns {
    height: 4rem;
  }
  /* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h4-ns {
    height: 8rem;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h5-ns {
    height: 16rem;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-25-ns {
    height: 25%;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-50-ns {
    height: 50%;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-75-ns {
    height: 75%;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-100-ns {
    height: 100%;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-h-100-ns {
    min-height: 100%;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-25-ns {
    height: 25vh;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-50-ns {
    height: 50vh;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-75-ns {
    height: 75vh;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-100-ns {
    height: 100vh;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-vh-100-ns {
    min-height: 100vh;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-auto-ns {
    height: auto;
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-inherit-ns {
    height: inherit;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h1-m {
    height: 1rem;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h2-m {
    height: 2rem;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h3-m {
    height: 4rem;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h4-m {
    height: 8rem;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h5-m {
    height: 16rem;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-25-m {
    height: 25%;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-50-m {
    height: 50%;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-75-m {
    height: 75%;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-100-m {
    height: 100%;
  }
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-h-100-m {
    min-height: 100%;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-25-m {
    height: 25vh;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-50-m {
    height: 50vh;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-75-m {
    height: 75vh;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-100-m {
    height: 100vh;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-vh-100-m {
    min-height: 100vh;
  }
  /* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-auto-m {
    height: auto;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-inherit-m {
    height: inherit;
  }
}

@media screen and (min-width: 60em) {
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h1-l {
    height: 1rem;
  }
  /* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h2-l {
    height: 2rem;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h3-l {
    height: 4rem;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h4-l {
    height: 8rem;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h5-l {
    height: 16rem;
  }
  /* line 119, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-25-l {
    height: 25%;
  }
  /* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-50-l {
    height: 50%;
  }
  /* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-75-l {
    height: 75%;
  }
  /* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-100-l {
    height: 100%;
  }
  /* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-h-100-l {
    min-height: 100%;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-25-l {
    height: 25vh;
  }
  /* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-50-l {
    height: 50vh;
  }
  /* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-75-l {
    height: 75vh;
  }
  /* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .vh-100-l {
    height: 100vh;
  }
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .min-vh-100-l {
    min-height: 100vh;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-auto-l {
    height: auto;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_heights.scss */
  .h-inherit-l {
    height: inherit;
  }
}

/*

   LETTER SPACING
   Docs: http://tachyons.io/docs/typography/tracking/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
.tracked {
  letter-spacing: 0.1em;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
.tracked-tight {
  letter-spacing: -0.05em;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
.tracked-mega {
  letter-spacing: 0.25em;
}

@media screen and (min-width: 30em) {
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-ns {
    letter-spacing: 0.1em;
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-mega-ns {
    letter-spacing: 0.25em;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-m {
    letter-spacing: 0.1em;
  }
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
}

@media screen and (min-width: 60em) {
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-l {
    letter-spacing: 0.1em;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_letter-spacing.scss */
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
}

/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
.lh-solid {
  line-height: 1;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
.lh-title {
  line-height: 1.25;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
.lh-copy {
  line-height: 1.5;
}

@media screen and (min-width: 30em) {
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-solid-ns {
    line-height: 1;
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-title-ns {
    line-height: 1.25;
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-copy-ns {
    line-height: 1.5;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-solid-m {
    line-height: 1;
  }
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-title-m {
    line-height: 1.25;
  }
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-copy-m {
    line-height: 1.5;
  }
}

@media screen and (min-width: 60em) {
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-solid-l {
    line-height: 1;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-title-l {
    line-height: 1.25;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_line-height.scss */
  .lh-copy-l {
    line-height: 1.5;
  }
}

/*

   LINKS
   Docs: http://tachyons.io/docs/elements/links/

*/
/* line 15, vendor/assets/stylesheets/tachyons-sass/scss/_links.scss */
.link {
  text-decoration: none;
  transition: color .15s ease-in;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_links.scss */
.link:link,
.link:visited {
  transition: color .15s ease-in;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_links.scss */
.link:hover {
  transition: color .15s ease-in;
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_links.scss */
.link:active {
  transition: color .15s ease-in;
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_links.scss */
.link:focus {
  transition: color .15s ease-in;
  outline: 1px dotted currentColor;
}

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/
/* line 15, vendor/assets/stylesheets/tachyons-sass/scss/_lists.scss */
.list {
  list-style-type: none;
}

/*

   MAX WIDTHS
   Docs: http://tachyons.io/docs/layout/max-widths/

   Base:
     mw = max-width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale
     6 = 6st step in width scale
     7 = 7nd step in width scale
     8 = 8rd step in width scale
     9 = 9th step in width scale

     -100 = literal value 100%

     -none  = string value none


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Max Width Percentages */
/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw-100 {
  max-width: 100%;
}

/* Max Width Scale */
/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw1 {
  max-width: 1rem;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw2 {
  max-width: 2rem;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw3 {
  max-width: 4rem;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw4 {
  max-width: 8rem;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw5 {
  max-width: 16rem;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw6 {
  max-width: 32rem;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw7 {
  max-width: 48rem;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw8 {
  max-width: 64rem;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw9 {
  max-width: 96rem;
}

/* Max Width String Properties */
/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
.mw-none {
  max-width: none;
}

@media screen and (min-width: 30em) {
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-100-ns {
    max-width: 100%;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw1-ns {
    max-width: 1rem;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw2-ns {
    max-width: 2rem;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw3-ns {
    max-width: 4rem;
  }
  /* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw4-ns {
    max-width: 8rem;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw5-ns {
    max-width: 16rem;
  }
  /* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw6-ns {
    max-width: 32rem;
  }
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw7-ns {
    max-width: 48rem;
  }
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw8-ns {
    max-width: 64rem;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw9-ns {
    max-width: 96rem;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-none-ns {
    max-width: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-100-m {
    max-width: 100%;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw1-m {
    max-width: 1rem;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw2-m {
    max-width: 2rem;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw3-m {
    max-width: 4rem;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw4-m {
    max-width: 8rem;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw5-m {
    max-width: 16rem;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw6-m {
    max-width: 32rem;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw7-m {
    max-width: 48rem;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw8-m {
    max-width: 64rem;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw9-m {
    max-width: 96rem;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-none-m {
    max-width: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-100-l {
    max-width: 100%;
  }
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw1-l {
    max-width: 1rem;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw2-l {
    max-width: 2rem;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw3-l {
    max-width: 4rem;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw4-l {
    max-width: 8rem;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw5-l {
    max-width: 16rem;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw6-l {
    max-width: 32rem;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw7-l {
    max-width: 48rem;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw8-l {
    max-width: 64rem;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw9-l {
    max-width: 96rem;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_max-widths.scss */
  .mw-none-l {
    max-width: none;
  }
}

/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

     Modifiers
       1 = 1st step in width scale
       2 = 2nd step in width scale
       3 = 3rd step in width scale
       4 = 4th step in width scale
       5 = 5th step in width scale

       -10  = literal value 10%
       -20  = literal value 20%
       -25  = literal value 25%
       -30  = literal value 30%
       -33  = literal value 33%
       -34  = literal value 34%
       -40  = literal value 40%
       -50  = literal value 50%
       -60  = literal value 60%
       -70  = literal value 70%
       -75  = literal value 75%
       -80  = literal value 80%
       -90  = literal value 90%
       -100 = literal value 100%

       -third      = 100% / 3 (Not supported in opera mini or IE8)
       -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
       -auto       = string value auto


     Media Query Extensions:
       -ns = not-small
       -m  = medium
       -l  = large

  */
/* Width Scale */
/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w1 {
  width: 1rem;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w2 {
  width: 2rem;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w3 {
  width: 4rem;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w4 {
  width: 8rem;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w5 {
  width: 16rem;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-10 {
  width: 10%;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-20 {
  width: 20%;
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-25 {
  width: 25%;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-30 {
  width: 30%;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-33 {
  width: 33%;
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-34 {
  width: 34%;
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-40 {
  width: 40%;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-50 {
  width: 50%;
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-60 {
  width: 60%;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-70 {
  width: 70%;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-75 {
  width: 75%;
}

/* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-80 {
  width: 80%;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-90 {
  width: 90%;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-100 {
  width: 100%;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-third {
  width: 33.3333333333%;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-two-thirds {
  width: 66.6666666667%;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
.w-auto {
  width: auto;
}

@media screen and (min-width: 30em) {
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w1-ns {
    width: 1rem;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w2-ns {
    width: 2rem;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w3-ns {
    width: 4rem;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w4-ns {
    width: 8rem;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w5-ns {
    width: 16rem;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-10-ns {
    width: 10%;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-20-ns {
    width: 20%;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-25-ns {
    width: 25%;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-30-ns {
    width: 30%;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-33-ns {
    width: 33%;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-34-ns {
    width: 34%;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-40-ns {
    width: 40%;
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-50-ns {
    width: 50%;
  }
  /* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-60-ns {
    width: 60%;
  }
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-70-ns {
    width: 70%;
  }
  /* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-75-ns {
    width: 75%;
  }
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-80-ns {
    width: 80%;
  }
  /* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-90-ns {
    width: 90%;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-100-ns {
    width: 100%;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-third-ns {
    width: 33.3333333333%;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-two-thirds-ns {
    width: 66.6666666667%;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-auto-ns {
    width: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w1-m {
    width: 1rem;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w2-m {
    width: 2rem;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w3-m {
    width: 4rem;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w4-m {
    width: 8rem;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w5-m {
    width: 16rem;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-10-m {
    width: 10%;
  }
  /* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-20-m {
    width: 20%;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-25-m {
    width: 25%;
  }
  /* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-30-m {
    width: 30%;
  }
  /* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-33-m {
    width: 33%;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-34-m {
    width: 34%;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-40-m {
    width: 40%;
  }
  /* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-50-m {
    width: 50%;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-60-m {
    width: 60%;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-70-m {
    width: 70%;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-75-m {
    width: 75%;
  }
  /* line 119, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-80-m {
    width: 80%;
  }
  /* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-90-m {
    width: 90%;
  }
  /* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-100-m {
    width: 100%;
  }
  /* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-third-m {
    width: 33.3333333333%;
  }
  /* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-two-thirds-m {
    width: 66.6666666667%;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-auto-m {
    width: auto;
  }
}

@media screen and (min-width: 60em) {
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w1-l {
    width: 1rem;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w2-l {
    width: 2rem;
  }
  /* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w3-l {
    width: 4rem;
  }
  /* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w4-l {
    width: 8rem;
  }
  /* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w5-l {
    width: 16rem;
  }
  /* line 133, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-10-l {
    width: 10%;
  }
  /* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-20-l {
    width: 20%;
  }
  /* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-25-l {
    width: 25%;
  }
  /* line 136, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-30-l {
    width: 30%;
  }
  /* line 137, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-33-l {
    width: 33%;
  }
  /* line 138, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-34-l {
    width: 34%;
  }
  /* line 139, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-40-l {
    width: 40%;
  }
  /* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-50-l {
    width: 50%;
  }
  /* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-60-l {
    width: 60%;
  }
  /* line 142, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-70-l {
    width: 70%;
  }
  /* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-75-l {
    width: 75%;
  }
  /* line 144, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-80-l {
    width: 80%;
  }
  /* line 145, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-90-l {
    width: 90%;
  }
  /* line 146, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-100-l {
    width: 100%;
  }
  /* line 147, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-third-l {
    width: 33.3333333333%;
  }
  /* line 148, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-two-thirds-l {
    width: 66.6666666667%;
  }
  /* line 149, vendor/assets/stylesheets/tachyons-sass/scss/_widths.scss */
  .w-auto-l {
    width: auto;
  }
}

/*

    OVERFLOW

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-visible {
  overflow: visible;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-auto {
  overflow: auto;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-x-visible {
  overflow-x: visible;
}

/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-x-hidden {
  overflow-x: hidden;
}

/* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-x-scroll {
  overflow-x: scroll;
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-y-visible {
  overflow-y: visible;
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-y-hidden {
  overflow-y: hidden;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-y-scroll {
  overflow-y: scroll;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
.overflow-y-auto {
  overflow-y: auto;
}

@media screen and (min-width: 30em) {
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-visible-ns {
    overflow: visible;
  }
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-hidden-ns {
    overflow: hidden;
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-scroll-ns {
    overflow: scroll;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-auto-ns {
    overflow: auto;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-visible-m {
    overflow: visible;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-hidden-m {
    overflow: hidden;
  }
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-scroll-m {
    overflow: scroll;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-auto-m {
    overflow: auto;
  }
  /* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  /* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  /* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  /* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  /* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-auto-m {
    overflow-y: auto;
  }
}

@media screen and (min-width: 60em) {
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-visible-l {
    overflow: visible;
  }
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-hidden-l {
    overflow: hidden;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-scroll-l {
    overflow: scroll;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-auto-l {
    overflow: auto;
  }
  /* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  /* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  /* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_overflow.scss */
  .overflow-y-auto-l {
    overflow-y: auto;
  }
}

/*

   POSITIONING
   Docs: http://tachyons.io/docs/layout/position/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
.static {
  position: static;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
.relative {
  position: relative;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
.absolute {
  position: absolute;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
.fixed {
  position: fixed;
}

@media screen and (min-width: 30em) {
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .static-ns {
    position: static;
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .relative-ns {
    position: relative;
  }
  /* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .absolute-ns {
    position: absolute;
  }
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .fixed-ns {
    position: fixed;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .static-m {
    position: static;
  }
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .relative-m {
    position: relative;
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .absolute-m {
    position: absolute;
  }
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .fixed-m {
    position: fixed;
  }
}

@media screen and (min-width: 60em) {
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .static-l {
    position: static;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .relative-l {
    position: relative;
  }
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .absolute-l {
    position: absolute;
  }
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_position.scss */
  .fixed-l {
    position: fixed;
  }
}

/*

    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/

*/
/* line 15, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-100 {
  opacity: 1;
}

/* line 16, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-90 {
  opacity: .9;
}

/* line 17, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-80 {
  opacity: .8;
}

/* line 18, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-70 {
  opacity: .7;
}

/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-60 {
  opacity: .6;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-50 {
  opacity: .5;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-40 {
  opacity: .4;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-30 {
  opacity: .3;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-20 {
  opacity: .2;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-10 {
  opacity: .1;
}

/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-05 {
  opacity: .05;
}

/* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-025 {
  opacity: .025;
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_opacity.scss */
.o-0 {
  opacity: 0;
}

/*

   ROTATIONS

*/
/* line 14, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-45 {
  transform: rotate(45deg);
}

/* line 15, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-90 {
  transform: rotate(90deg);
}

/* line 16, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-135 {
  transform: rotate(135deg);
}

/* line 17, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 18, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-225 {
  transform: rotate(225deg);
}

/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-270 {
  transform: rotate(270deg);
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
.rotate-315 {
  transform: rotate(315deg);
}

@media screen and (min-width: 30em) {
  /* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-45-ns {
    transform: rotate(45deg);
  }
  /* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-90-ns {
    transform: rotate(90deg);
  }
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-135-ns {
    transform: rotate(135deg);
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-180-ns {
    transform: rotate(180deg);
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-225-ns {
    transform: rotate(225deg);
  }
  /* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-270-ns {
    transform: rotate(270deg);
  }
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-315-ns {
    transform: rotate(315deg);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-45-m {
    transform: rotate(45deg);
  }
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-90-m {
    transform: rotate(90deg);
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-135-m {
    transform: rotate(135deg);
  }
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-180-m {
    transform: rotate(180deg);
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-225-m {
    transform: rotate(225deg);
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-270-m {
    transform: rotate(270deg);
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-315-m {
    transform: rotate(315deg);
  }
}

@media screen and (min-width: 60em) {
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-45-l {
    transform: rotate(45deg);
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-90-l {
    transform: rotate(90deg);
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-135-l {
    transform: rotate(135deg);
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-180-l {
    transform: rotate(180deg);
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-225-l {
    transform: rotate(225deg);
  }
  /* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-270-l {
    transform: rotate(270deg);
  }
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_rotations.scss */
  .rotate-315-l {
    transform: rotate(315deg);
  }
}

/*

   SKINS
   Docs: http://tachyons.io/docs/themes/skins/

   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will
   be set to the current text color.

*/
/* Text colors */
/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-90 {
  color: rgba(0, 0, 0, 0.9);
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-70 {
  color: rgba(0, 0, 0, 0.7);
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-60 {
  color: rgba(0, 0, 0, 0.6);
}

/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-50 {
  color: rgba(0, 0, 0, 0.5);
}

/* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-40 {
  color: rgba(0, 0, 0, 0.4);
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-30 {
  color: rgba(0, 0, 0, 0.3);
}

/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-20 {
  color: rgba(0, 0, 0, 0.2);
}

/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-10 {
  color: rgba(0, 0, 0, 0.1);
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black-05 {
  color: rgba(0, 0, 0, 0.05);
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-90 {
  color: rgba(255, 255, 255, 0.9);
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-80 {
  color: rgba(255, 255, 255, 0.8);
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-70 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-60 {
  color: rgba(255, 255, 255, 0.6);
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-50 {
  color: rgba(255, 255, 255, 0.5);
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-40 {
  color: rgba(255, 255, 255, 0.4);
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-30 {
  color: rgba(255, 255, 255, 0.3);
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-20 {
  color: rgba(255, 255, 255, 0.2);
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white-10 {
  color: rgba(255, 255, 255, 0.1);
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.black {
  color: #000;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.near-black {
  color: #3e3e3e;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.dark-gray {
  color: #4a4a4a;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.mid-gray {
  color: #9b9b9b;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.gray {
  color: #777;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.silver {
  color: #999;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-silver {
  color: #aaa;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.moon-gray {
  color: #d8d8d8;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-gray {
  color: #f2f2f2;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.near-white {
  color: #fafafa;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.white {
  color: #fff;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.dark-red {
  color: #e7040f;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.red {
  color: #ca2e0f;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-red {
  color: #ff725c;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.orange {
  color: #df9114;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.gold {
  color: #ffb700;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.yellow {
  color: #f4bc27;
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-yellow {
  color: #fbf1a9;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.purple {
  color: #a13684;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-purple {
  color: #a463f2;
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.dark-pink {
  color: #d00060;
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.hot-pink {
  color: #ff41b4;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.pink {
  color: #c22176;
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-pink {
  color: #d43f85;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.dark-green {
  color: #477f38;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.green {
  color: #5ea94a;
}

/* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-green {
  color: #7eba6e;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.navy {
  color: #001b44;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.dark-blue {
  color: #075aa2;
}

/* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.blue {
  color: #1079d4;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.light-blue {
  color: #4aa2ed;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.lightest-blue {
  color: #cdecff;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.washed-blue {
  color: #4bbfcd;
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.washed-green {
  color: #e8fdf5;
}

/* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.washed-yellow {
  color: #fffceb;
}

/* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.washed-red {
  color: #ffdfdf;
}

/* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.color-inherit {
  color: inherit;
}

/* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Background colors */
/* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-black {
  background-color: #000;
}

/* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-near-black {
  background-color: #3e3e3e;
}

/* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-dark-gray {
  background-color: #4a4a4a;
}

/* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-mid-gray {
  background-color: #9b9b9b;
}

/* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-gray {
  background-color: #777;
}

/* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-silver {
  background-color: #999;
}

/* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-silver {
  background-color: #aaa;
}

/* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-moon-gray {
  background-color: #d8d8d8;
}

/* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-gray {
  background-color: #f2f2f2;
}

/* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-near-white {
  background-color: #fafafa;
}

/* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-white {
  background-color: #fff;
}

/* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-transparent {
  background-color: transparent;
}

/* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-dark-red {
  background-color: #e7040f;
}

/* line 119, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-red {
  background-color: #ca2e0f;
}

/* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-red {
  background-color: #ff725c;
}

/* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-orange {
  background-color: #df9114;
}

/* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-gold {
  background-color: #ffb700;
}

/* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-yellow {
  background-color: #f4bc27;
}

/* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-yellow {
  background-color: #fbf1a9;
}

/* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-purple {
  background-color: #a13684;
}

/* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-purple {
  background-color: #a463f2;
}

/* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-dark-pink {
  background-color: #d00060;
}

/* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-hot-pink {
  background-color: #ff41b4;
}

/* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-pink {
  background-color: #c22176;
}

/* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-pink {
  background-color: #d43f85;
}

/* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-dark-green {
  background-color: #477f38;
}

/* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-green {
  background-color: #5ea94a;
}

/* line 133, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-green {
  background-color: #7eba6e;
}

/* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-navy {
  background-color: #001b44;
}

/* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-dark-blue {
  background-color: #075aa2;
}

/* line 136, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-blue {
  background-color: #1079d4;
}

/* line 137, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-light-blue {
  background-color: #4aa2ed;
}

/* line 138, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-lightest-blue {
  background-color: #cdecff;
}

/* line 139, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-washed-blue {
  background-color: #4bbfcd;
}

/* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-washed-green {
  background-color: #e8fdf5;
}

/* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-washed-yellow {
  background-color: #fffceb;
}

/* line 142, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-washed-red {
  background-color: #ffdfdf;
}

/* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_skins.scss */
.bg-inherit {
  background-color: inherit;
}

/*

   SKINS:PSEUDO

   Customize the color of an element when
   it is focused or hovered over.

 */
/* line 17, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black:hover,
.hover-black:focus {
  color: #000;
}

/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-near-black:hover,
.hover-near-black:focus {
  color: #3e3e3e;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-dark-gray:hover,
.hover-dark-gray:focus {
  color: #4a4a4a;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-mid-gray:hover,
.hover-mid-gray:focus {
  color: #9b9b9b;
}

/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-gray:hover,
.hover-gray:focus {
  color: #777;
}

/* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-silver:hover,
.hover-silver:focus {
  color: #999;
}

/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-silver:hover,
.hover-light-silver:focus {
  color: #aaa;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-moon-gray:hover,
.hover-moon-gray:focus {
  color: #d8d8d8;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-gray:hover,
.hover-light-gray:focus {
  color: #f2f2f2;
}

/* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-near-white:hover,
.hover-near-white:focus {
  color: #fafafa;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white:hover,
.hover-white:focus {
  color: #fff;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-90:hover,
.hover-black-90:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-80:hover,
.hover-black-80:focus {
  color: rgba(0, 0, 0, 0.8);
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-70:hover,
.hover-black-70:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-60:hover,
.hover-black-60:focus {
  color: rgba(0, 0, 0, 0.6);
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-50:hover,
.hover-black-50:focus {
  color: rgba(0, 0, 0, 0.5);
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-40:hover,
.hover-black-40:focus {
  color: rgba(0, 0, 0, 0.4);
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-30:hover,
.hover-black-30:focus {
  color: rgba(0, 0, 0, 0.3);
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-20:hover,
.hover-black-20:focus {
  color: rgba(0, 0, 0, 0.2);
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-black-10:hover,
.hover-black-10:focus {
  color: rgba(0, 0, 0, 0.1);
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-90:hover,
.hover-white-90:focus {
  color: rgba(255, 255, 255, 0.9);
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-80:hover,
.hover-white-80:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-70:hover,
.hover-white-70:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-60:hover,
.hover-white-60:focus {
  color: rgba(255, 255, 255, 0.6);
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-50:hover,
.hover-white-50:focus {
  color: rgba(255, 255, 255, 0.5);
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-40:hover,
.hover-white-40:focus {
  color: rgba(255, 255, 255, 0.4);
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-30:hover,
.hover-white-30:focus {
  color: rgba(255, 255, 255, 0.3);
}

/* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-20:hover,
.hover-white-20:focus {
  color: rgba(255, 255, 255, 0.2);
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-white-10:hover,
.hover-white-10:focus {
  color: rgba(255, 255, 255, 0.1);
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-inherit:hover,
.hover-inherit:focus {
  color: inherit;
}

/* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black:hover,
.hover-bg-black:focus {
  background-color: #000;
}

/* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-near-black:hover,
.hover-bg-near-black:focus {
  background-color: #3e3e3e;
}

/* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-dark-gray:hover,
.hover-bg-dark-gray:focus {
  background-color: #4a4a4a;
}

/* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-mid-gray:hover,
.hover-bg-mid-gray:focus {
  background-color: #9b9b9b;
}

/* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-gray:hover,
.hover-bg-gray:focus {
  background-color: #777;
}

/* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-silver:hover,
.hover-bg-silver:focus {
  background-color: #999;
}

/* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-silver:hover,
.hover-bg-light-silver:focus {
  background-color: #aaa;
}

/* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-moon-gray:hover,
.hover-bg-moon-gray:focus {
  background-color: #d8d8d8;
}

/* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-gray:hover,
.hover-bg-light-gray:focus {
  background-color: #f2f2f2;
}

/* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-near-white:hover,
.hover-bg-near-white:focus {
  background-color: #fafafa;
}

/* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white:hover,
.hover-bg-white:focus {
  background-color: #fff;
}

/* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-transparent:hover,
.hover-bg-transparent:focus {
  background-color: transparent;
}

/* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-90:hover,
.hover-bg-black-90:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-80:hover,
.hover-bg-black-80:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-70:hover,
.hover-bg-black-70:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-60:hover,
.hover-bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-50:hover,
.hover-bg-black-50:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-40:hover,
.hover-bg-black-40:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-30:hover,
.hover-bg-black-30:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-20:hover,
.hover-bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-black-10:hover,
.hover-bg-black-10:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 122, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-90:hover,
.hover-bg-white-90:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-80:hover,
.hover-bg-white-80:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-70:hover,
.hover-bg-white-70:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-60:hover,
.hover-bg-white-60:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-50:hover,
.hover-bg-white-50:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-40:hover,
.hover-bg-white-40:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-30:hover,
.hover-bg-white-30:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 136, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-20:hover,
.hover-bg-white-20:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 138, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-white-10:hover,
.hover-bg-white-10:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-dark-red:hover,
.hover-dark-red:focus {
  color: #e7040f;
}

/* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-red:hover,
.hover-red:focus {
  color: #ca2e0f;
}

/* line 145, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-red:hover,
.hover-light-red:focus {
  color: #ff725c;
}

/* line 147, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-orange:hover,
.hover-orange:focus {
  color: #df9114;
}

/* line 149, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-gold:hover,
.hover-gold:focus {
  color: #ffb700;
}

/* line 151, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-yellow:hover,
.hover-yellow:focus {
  color: #f4bc27;
}

/* line 153, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-yellow:hover,
.hover-light-yellow:focus {
  color: #fbf1a9;
}

/* line 155, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-purple:hover,
.hover-purple:focus {
  color: #a13684;
}

/* line 157, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-purple:hover,
.hover-light-purple:focus {
  color: #a463f2;
}

/* line 159, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-dark-pink:hover,
.hover-dark-pink:focus {
  color: #d00060;
}

/* line 161, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-hot-pink:hover,
.hover-hot-pink:focus {
  color: #ff41b4;
}

/* line 163, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-pink:hover,
.hover-pink:focus {
  color: #c22176;
}

/* line 165, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-pink:hover,
.hover-light-pink:focus {
  color: #d43f85;
}

/* line 167, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-dark-green:hover,
.hover-dark-green:focus {
  color: #477f38;
}

/* line 169, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-green:hover,
.hover-green:focus {
  color: #5ea94a;
}

/* line 171, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-green:hover,
.hover-light-green:focus {
  color: #7eba6e;
}

/* line 173, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-navy:hover,
.hover-navy:focus {
  color: #001b44;
}

/* line 175, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-dark-blue:hover,
.hover-dark-blue:focus {
  color: #075aa2;
}

/* line 177, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-blue:hover,
.hover-blue:focus {
  color: #1079d4;
}

/* line 179, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-light-blue:hover,
.hover-light-blue:focus {
  color: #4aa2ed;
}

/* line 181, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-lightest-blue:hover,
.hover-lightest-blue:focus {
  color: #cdecff;
}

/* line 183, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-washed-blue:hover,
.hover-washed-blue:focus {
  color: #4bbfcd;
}

/* line 185, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-washed-green:hover,
.hover-washed-green:focus {
  color: #e8fdf5;
}

/* line 187, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-washed-yellow:hover,
.hover-washed-yellow:focus {
  color: #fffceb;
}

/* line 189, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-washed-red:hover,
.hover-washed-red:focus {
  color: #ffdfdf;
}

/* line 192, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-dark-red:hover,
.hover-bg-dark-red:focus {
  background-color: #e7040f;
}

/* line 194, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-red:hover,
.hover-bg-red:focus {
  background-color: #ca2e0f;
}

/* line 196, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-red:hover,
.hover-bg-light-red:focus {
  background-color: #ff725c;
}

/* line 198, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-orange:hover,
.hover-bg-orange:focus {
  background-color: #df9114;
}

/* line 200, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-gold:hover,
.hover-bg-gold:focus {
  background-color: #ffb700;
}

/* line 202, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-yellow:hover,
.hover-bg-yellow:focus {
  background-color: #f4bc27;
}

/* line 204, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-yellow:hover,
.hover-bg-light-yellow:focus {
  background-color: #fbf1a9;
}

/* line 206, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-purple:hover,
.hover-bg-purple:focus {
  background-color: #a13684;
}

/* line 208, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-purple:hover,
.hover-bg-light-purple:focus {
  background-color: #a463f2;
}

/* line 210, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-dark-pink:hover,
.hover-bg-dark-pink:focus {
  background-color: #d00060;
}

/* line 212, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-hot-pink:hover,
.hover-bg-hot-pink:focus {
  background-color: #ff41b4;
}

/* line 214, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-pink:hover,
.hover-bg-pink:focus {
  background-color: #c22176;
}

/* line 216, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-pink:hover,
.hover-bg-light-pink:focus {
  background-color: #d43f85;
}

/* line 218, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-dark-green:hover,
.hover-bg-dark-green:focus {
  background-color: #477f38;
}

/* line 220, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-green:hover,
.hover-bg-green:focus {
  background-color: #5ea94a;
}

/* line 222, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-green:hover,
.hover-bg-light-green:focus {
  background-color: #7eba6e;
}

/* line 224, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-navy:hover,
.hover-bg-navy:focus {
  background-color: #001b44;
}

/* line 226, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-dark-blue:hover,
.hover-bg-dark-blue:focus {
  background-color: #075aa2;
}

/* line 228, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-blue:hover,
.hover-bg-blue:focus {
  background-color: #1079d4;
}

/* line 230, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-light-blue:hover,
.hover-bg-light-blue:focus {
  background-color: #4aa2ed;
}

/* line 232, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-lightest-blue:hover,
.hover-bg-lightest-blue:focus {
  background-color: #cdecff;
}

/* line 234, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-washed-blue:hover,
.hover-bg-washed-blue:focus {
  background-color: #4bbfcd;
}

/* line 236, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-washed-green:hover,
.hover-bg-washed-green:focus {
  background-color: #e8fdf5;
}

/* line 238, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-washed-yellow:hover,
.hover-bg-washed-yellow:focus {
  background-color: #fffceb;
}

/* line 240, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-washed-red:hover,
.hover-bg-washed-red:focus {
  background-color: #ffdfdf;
}

/* line 242, vendor/assets/stylesheets/tachyons-sass/scss/_skins-pseudo.scss */
.hover-bg-inherit:hover,
.hover-bg-inherit:focus {
  background-color: inherit;
}

/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa0 {
  padding: 0;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa1 {
  padding: 0.25rem;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa2 {
  padding: 0.5rem;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa3 {
  padding: 1rem;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa4 {
  padding: 2rem;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa5 {
  padding: 4rem;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa6 {
  padding: 8rem;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pa7 {
  padding: 16rem;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl0 {
  padding-left: 0;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl1 {
  padding-left: 0.25rem;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl2 {
  padding-left: 0.5rem;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl3 {
  padding-left: 1rem;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl4 {
  padding-left: 2rem;
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl5 {
  padding-left: 4rem;
}

/* line 61, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl6 {
  padding-left: 8rem;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pl7 {
  padding-left: 16rem;
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr0 {
  padding-right: 0;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr1 {
  padding-right: 0.25rem;
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr2 {
  padding-right: 0.5rem;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr3 {
  padding-right: 1rem;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr4 {
  padding-right: 2rem;
}

/* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr5 {
  padding-right: 4rem;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr6 {
  padding-right: 8rem;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pr7 {
  padding-right: 16rem;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb1 {
  padding-bottom: 0.25rem;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb2 {
  padding-bottom: 0.5rem;
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb3 {
  padding-bottom: 1rem;
}

/* line 77, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb4 {
  padding-bottom: 2rem;
}

/* line 78, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb5 {
  padding-bottom: 4rem;
}

/* line 79, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb6 {
  padding-bottom: 8rem;
}

/* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pb7 {
  padding-bottom: 16rem;
}

/* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt0 {
  padding-top: 0;
}

/* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt1 {
  padding-top: 0.25rem;
}

/* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt2 {
  padding-top: 0.5rem;
}

/* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt3 {
  padding-top: 1rem;
}

/* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt4 {
  padding-top: 2rem;
}

/* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt5 {
  padding-top: 4rem;
}

/* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt6 {
  padding-top: 8rem;
}

/* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pt7 {
  padding-top: 16rem;
}

/* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 95, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 111, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* line 120, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

/* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph0 {
  padding-left: 0;
  padding-right: 0;
}

/* line 130, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph3, .ph-page {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 145, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 150, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* line 155, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

/* line 160, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

/* line 165, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma0 {
  margin: 0;
}

/* line 166, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma1 {
  margin: 0.25rem;
}

/* line 167, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma2 {
  margin: 0.5rem;
}

/* line 168, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma3 {
  margin: 1rem;
}

/* line 169, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma4 {
  margin: 2rem;
}

/* line 170, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma5 {
  margin: 4rem;
}

/* line 171, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma6 {
  margin: 8rem;
}

/* line 172, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ma7 {
  margin: 16rem;
}

/* line 174, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml0 {
  margin-left: 0;
}

/* line 175, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml1 {
  margin-left: 0.25rem;
}

/* line 176, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml2 {
  margin-left: 0.5rem;
}

/* line 177, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml3 {
  margin-left: 1rem;
}

/* line 178, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml4 {
  margin-left: 2rem;
}

/* line 179, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml5 {
  margin-left: 4rem;
}

/* line 180, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml6 {
  margin-left: 8rem;
}

/* line 181, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.ml7 {
  margin-left: 16rem;
}

/* line 183, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr0 {
  margin-right: 0;
}

/* line 184, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr1 {
  margin-right: 0.25rem;
}

/* line 185, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr2 {
  margin-right: 0.5rem;
}

/* line 186, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr3 {
  margin-right: 1rem;
}

/* line 187, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr4 {
  margin-right: 2rem;
}

/* line 188, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr5 {
  margin-right: 4rem;
}

/* line 189, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr6 {
  margin-right: 8rem;
}

/* line 190, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mr7 {
  margin-right: 16rem;
}

/* line 192, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb0 {
  margin-bottom: 0;
}

/* line 193, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb1 {
  margin-bottom: 0.25rem;
}

/* line 194, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb2 {
  margin-bottom: 0.5rem;
}

/* line 195, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb3 {
  margin-bottom: 1rem;
}

/* line 196, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb4 {
  margin-bottom: 2rem;
}

/* line 197, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb5 {
  margin-bottom: 4rem;
}

/* line 198, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb6 {
  margin-bottom: 8rem;
}

/* line 199, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mb7 {
  margin-bottom: 16rem;
}

/* line 201, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt0 {
  margin-top: 0;
}

/* line 202, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt1 {
  margin-top: 0.25rem;
}

/* line 203, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt2 {
  margin-top: 0.5rem;
}

/* line 204, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt3 {
  margin-top: 1rem;
}

/* line 205, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt4 {
  margin-top: 2rem;
}

/* line 206, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt5 {
  margin-top: 4rem;
}

/* line 207, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt6 {
  margin-top: 8rem;
}

/* line 208, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mt7 {
  margin-top: 16rem;
}

/* line 210, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 214, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* line 218, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 222, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv3, h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 226, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv4, h1, h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 230, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* line 234, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

/* line 238, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

/* line 243, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh0 {
  margin-left: 0;
  margin-right: 0;
}

/* line 247, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 251, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 255, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 259, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

/* line 263, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

/* line 267, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

/* line 271, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

@media screen and (min-width: 30em) {
  /* line 277, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa0-ns {
    padding: 0;
  }
  /* line 278, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa1-ns {
    padding: 0.25rem;
  }
  /* line 279, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa2-ns {
    padding: 0.5rem;
  }
  /* line 280, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa3-ns {
    padding: 1rem;
  }
  /* line 281, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa4-ns {
    padding: 2rem;
  }
  /* line 282, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa5-ns {
    padding: 4rem;
  }
  /* line 283, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa6-ns {
    padding: 8rem;
  }
  /* line 284, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa7-ns {
    padding: 16rem;
  }
  /* line 286, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl0-ns {
    padding-left: 0;
  }
  /* line 287, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl1-ns {
    padding-left: 0.25rem;
  }
  /* line 288, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl2-ns {
    padding-left: 0.5rem;
  }
  /* line 289, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl3-ns {
    padding-left: 1rem;
  }
  /* line 290, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl4-ns {
    padding-left: 2rem;
  }
  /* line 291, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl5-ns {
    padding-left: 4rem;
  }
  /* line 292, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl6-ns {
    padding-left: 8rem;
  }
  /* line 293, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl7-ns {
    padding-left: 16rem;
  }
  /* line 295, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr0-ns {
    padding-right: 0;
  }
  /* line 296, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr1-ns {
    padding-right: 0.25rem;
  }
  /* line 297, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr2-ns {
    padding-right: 0.5rem;
  }
  /* line 298, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr3-ns {
    padding-right: 1rem;
  }
  /* line 299, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr4-ns {
    padding-right: 2rem;
  }
  /* line 300, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr5-ns {
    padding-right: 4rem;
  }
  /* line 301, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr6-ns {
    padding-right: 8rem;
  }
  /* line 302, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr7-ns {
    padding-right: 16rem;
  }
  /* line 304, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb0-ns {
    padding-bottom: 0;
  }
  /* line 305, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  /* line 306, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  /* line 307, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb3-ns {
    padding-bottom: 1rem;
  }
  /* line 308, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb4-ns {
    padding-bottom: 2rem;
  }
  /* line 309, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb5-ns {
    padding-bottom: 4rem;
  }
  /* line 310, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb6-ns {
    padding-bottom: 8rem;
  }
  /* line 311, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb7-ns {
    padding-bottom: 16rem;
  }
  /* line 313, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt0-ns {
    padding-top: 0;
  }
  /* line 314, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt1-ns {
    padding-top: 0.25rem;
  }
  /* line 315, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt2-ns {
    padding-top: 0.5rem;
  }
  /* line 316, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt3-ns {
    padding-top: 1rem;
  }
  /* line 317, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt4-ns {
    padding-top: 2rem;
  }
  /* line 318, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt5-ns {
    padding-top: 4rem;
  }
  /* line 319, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt6-ns {
    padding-top: 8rem;
  }
  /* line 320, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt7-ns {
    padding-top: 16rem;
  }
  /* line 322, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 326, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 330, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 334, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 338, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 342, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 346, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  /* line 350, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  /* line 354, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 358, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 362, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 366, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 370, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph4-ns, .ph-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 374, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 378, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  /* line 382, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  /* line 387, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma0-ns {
    margin: 0;
  }
  /* line 388, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma1-ns {
    margin: 0.25rem;
  }
  /* line 389, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma2-ns {
    margin: 0.5rem;
  }
  /* line 390, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma3-ns {
    margin: 1rem;
  }
  /* line 391, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma4-ns {
    margin: 2rem;
  }
  /* line 392, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma5-ns {
    margin: 4rem;
  }
  /* line 393, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma6-ns {
    margin: 8rem;
  }
  /* line 394, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma7-ns {
    margin: 16rem;
  }
  /* line 396, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml0-ns {
    margin-left: 0;
  }
  /* line 397, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml1-ns {
    margin-left: 0.25rem;
  }
  /* line 398, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml2-ns {
    margin-left: 0.5rem;
  }
  /* line 399, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml3-ns {
    margin-left: 1rem;
  }
  /* line 400, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml4-ns {
    margin-left: 2rem;
  }
  /* line 401, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml5-ns {
    margin-left: 4rem;
  }
  /* line 402, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml6-ns {
    margin-left: 8rem;
  }
  /* line 403, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml7-ns {
    margin-left: 16rem;
  }
  /* line 405, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr0-ns {
    margin-right: 0;
  }
  /* line 406, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr1-ns {
    margin-right: 0.25rem;
  }
  /* line 407, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr2-ns {
    margin-right: 0.5rem;
  }
  /* line 408, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr3-ns {
    margin-right: 1rem;
  }
  /* line 409, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr4-ns {
    margin-right: 2rem;
  }
  /* line 410, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr5-ns {
    margin-right: 4rem;
  }
  /* line 411, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr6-ns {
    margin-right: 8rem;
  }
  /* line 412, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr7-ns {
    margin-right: 16rem;
  }
  /* line 414, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb0-ns {
    margin-bottom: 0;
  }
  /* line 415, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  /* line 416, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  /* line 417, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb3-ns {
    margin-bottom: 1rem;
  }
  /* line 418, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb4-ns {
    margin-bottom: 2rem;
  }
  /* line 419, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb5-ns {
    margin-bottom: 4rem;
  }
  /* line 420, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb6-ns {
    margin-bottom: 8rem;
  }
  /* line 421, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb7-ns {
    margin-bottom: 16rem;
  }
  /* line 423, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt0-ns {
    margin-top: 0;
  }
  /* line 424, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt1-ns {
    margin-top: 0.25rem;
  }
  /* line 425, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt2-ns {
    margin-top: 0.5rem;
  }
  /* line 426, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt3-ns {
    margin-top: 1rem;
  }
  /* line 427, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt4-ns {
    margin-top: 2rem;
  }
  /* line 428, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt5-ns {
    margin-top: 4rem;
  }
  /* line 429, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt6-ns {
    margin-top: 8rem;
  }
  /* line 430, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt7-ns {
    margin-top: 16rem;
  }
  /* line 432, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 436, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  /* line 440, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 444, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 448, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 452, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 456, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  /* line 460, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  /* line 465, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 469, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  /* line 473, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 477, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 481, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 485, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 489, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  /* line 493, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 501, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa0-m {
    padding: 0;
  }
  /* line 502, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa1-m {
    padding: 0.25rem;
  }
  /* line 503, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa2-m {
    padding: 0.5rem;
  }
  /* line 504, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa3-m {
    padding: 1rem;
  }
  /* line 505, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa4-m {
    padding: 2rem;
  }
  /* line 506, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa5-m {
    padding: 4rem;
  }
  /* line 507, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa6-m {
    padding: 8rem;
  }
  /* line 508, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa7-m {
    padding: 16rem;
  }
  /* line 510, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl0-m {
    padding-left: 0;
  }
  /* line 511, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl1-m {
    padding-left: 0.25rem;
  }
  /* line 512, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl2-m {
    padding-left: 0.5rem;
  }
  /* line 513, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl3-m {
    padding-left: 1rem;
  }
  /* line 514, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl4-m {
    padding-left: 2rem;
  }
  /* line 515, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl5-m {
    padding-left: 4rem;
  }
  /* line 516, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl6-m {
    padding-left: 8rem;
  }
  /* line 517, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl7-m {
    padding-left: 16rem;
  }
  /* line 519, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr0-m {
    padding-right: 0;
  }
  /* line 520, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr1-m {
    padding-right: 0.25rem;
  }
  /* line 521, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr2-m {
    padding-right: 0.5rem;
  }
  /* line 522, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr3-m {
    padding-right: 1rem;
  }
  /* line 523, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr4-m {
    padding-right: 2rem;
  }
  /* line 524, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr5-m {
    padding-right: 4rem;
  }
  /* line 525, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr6-m {
    padding-right: 8rem;
  }
  /* line 526, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr7-m {
    padding-right: 16rem;
  }
  /* line 528, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb0-m {
    padding-bottom: 0;
  }
  /* line 529, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  /* line 530, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  /* line 531, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb3-m {
    padding-bottom: 1rem;
  }
  /* line 532, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb4-m {
    padding-bottom: 2rem;
  }
  /* line 533, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb5-m {
    padding-bottom: 4rem;
  }
  /* line 534, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb6-m {
    padding-bottom: 8rem;
  }
  /* line 535, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb7-m {
    padding-bottom: 16rem;
  }
  /* line 537, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt0-m {
    padding-top: 0;
  }
  /* line 538, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt1-m {
    padding-top: 0.25rem;
  }
  /* line 539, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt2-m {
    padding-top: 0.5rem;
  }
  /* line 540, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt3-m {
    padding-top: 1rem;
  }
  /* line 541, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt4-m {
    padding-top: 2rem;
  }
  /* line 542, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt5-m {
    padding-top: 4rem;
  }
  /* line 543, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt6-m {
    padding-top: 8rem;
  }
  /* line 544, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt7-m {
    padding-top: 16rem;
  }
  /* line 546, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 550, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 554, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 558, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 562, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 566, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 570, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  /* line 574, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  /* line 579, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 583, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 587, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 591, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 595, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 599, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 603, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  /* line 607, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  /* line 612, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma0-m {
    margin: 0;
  }
  /* line 613, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma1-m {
    margin: 0.25rem;
  }
  /* line 614, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma2-m {
    margin: 0.5rem;
  }
  /* line 615, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma3-m {
    margin: 1rem;
  }
  /* line 616, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma4-m {
    margin: 2rem;
  }
  /* line 617, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma5-m {
    margin: 4rem;
  }
  /* line 618, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma6-m {
    margin: 8rem;
  }
  /* line 619, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma7-m {
    margin: 16rem;
  }
  /* line 621, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml0-m {
    margin-left: 0;
  }
  /* line 622, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml1-m {
    margin-left: 0.25rem;
  }
  /* line 623, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml2-m {
    margin-left: 0.5rem;
  }
  /* line 624, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml3-m {
    margin-left: 1rem;
  }
  /* line 625, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml4-m {
    margin-left: 2rem;
  }
  /* line 626, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml5-m {
    margin-left: 4rem;
  }
  /* line 627, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml6-m {
    margin-left: 8rem;
  }
  /* line 628, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml7-m {
    margin-left: 16rem;
  }
  /* line 630, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr0-m {
    margin-right: 0;
  }
  /* line 631, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr1-m {
    margin-right: 0.25rem;
  }
  /* line 632, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr2-m {
    margin-right: 0.5rem;
  }
  /* line 633, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr3-m {
    margin-right: 1rem;
  }
  /* line 634, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr4-m {
    margin-right: 2rem;
  }
  /* line 635, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr5-m {
    margin-right: 4rem;
  }
  /* line 636, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr6-m {
    margin-right: 8rem;
  }
  /* line 637, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr7-m {
    margin-right: 16rem;
  }
  /* line 639, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb0-m {
    margin-bottom: 0;
  }
  /* line 640, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  /* line 641, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  /* line 642, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb3-m {
    margin-bottom: 1rem;
  }
  /* line 643, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb4-m {
    margin-bottom: 2rem;
  }
  /* line 644, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb5-m {
    margin-bottom: 4rem;
  }
  /* line 645, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb6-m {
    margin-bottom: 8rem;
  }
  /* line 646, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb7-m {
    margin-bottom: 16rem;
  }
  /* line 648, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt0-m {
    margin-top: 0;
  }
  /* line 649, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt1-m {
    margin-top: 0.25rem;
  }
  /* line 650, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt2-m {
    margin-top: 0.5rem;
  }
  /* line 651, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt3-m {
    margin-top: 1rem;
  }
  /* line 652, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt4-m {
    margin-top: 2rem;
  }
  /* line 653, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt5-m {
    margin-top: 4rem;
  }
  /* line 654, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt6-m {
    margin-top: 8rem;
  }
  /* line 655, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt7-m {
    margin-top: 16rem;
  }
  /* line 657, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 661, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  /* line 665, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 669, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 673, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 677, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 681, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  /* line 685, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  /* line 690, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 694, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  /* line 698, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 702, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 706, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 710, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 714, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  /* line 718, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 726, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa0-l {
    padding: 0;
  }
  /* line 727, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa1-l {
    padding: 0.25rem;
  }
  /* line 728, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa2-l {
    padding: 0.5rem;
  }
  /* line 729, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa3-l {
    padding: 1rem;
  }
  /* line 730, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa4-l {
    padding: 2rem;
  }
  /* line 731, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa5-l {
    padding: 4rem;
  }
  /* line 732, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa6-l {
    padding: 8rem;
  }
  /* line 733, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pa7-l {
    padding: 16rem;
  }
  /* line 735, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl0-l {
    padding-left: 0;
  }
  /* line 736, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl1-l {
    padding-left: 0.25rem;
  }
  /* line 737, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl2-l {
    padding-left: 0.5rem;
  }
  /* line 738, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl3-l {
    padding-left: 1rem;
  }
  /* line 739, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl4-l {
    padding-left: 2rem;
  }
  /* line 740, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl5-l {
    padding-left: 4rem;
  }
  /* line 741, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl6-l {
    padding-left: 8rem;
  }
  /* line 742, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pl7-l {
    padding-left: 16rem;
  }
  /* line 744, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr0-l {
    padding-right: 0;
  }
  /* line 745, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr1-l {
    padding-right: 0.25rem;
  }
  /* line 746, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr2-l {
    padding-right: 0.5rem;
  }
  /* line 747, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr3-l {
    padding-right: 1rem;
  }
  /* line 748, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr4-l {
    padding-right: 2rem;
  }
  /* line 749, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr5-l {
    padding-right: 4rem;
  }
  /* line 750, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr6-l {
    padding-right: 8rem;
  }
  /* line 751, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pr7-l {
    padding-right: 16rem;
  }
  /* line 753, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb0-l {
    padding-bottom: 0;
  }
  /* line 754, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  /* line 755, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  /* line 756, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb3-l {
    padding-bottom: 1rem;
  }
  /* line 757, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb4-l {
    padding-bottom: 2rem;
  }
  /* line 758, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb5-l {
    padding-bottom: 4rem;
  }
  /* line 759, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb6-l {
    padding-bottom: 8rem;
  }
  /* line 760, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pb7-l {
    padding-bottom: 16rem;
  }
  /* line 762, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt0-l {
    padding-top: 0;
  }
  /* line 763, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt1-l {
    padding-top: 0.25rem;
  }
  /* line 764, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt2-l {
    padding-top: 0.5rem;
  }
  /* line 765, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt3-l {
    padding-top: 1rem;
  }
  /* line 766, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt4-l {
    padding-top: 2rem;
  }
  /* line 767, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt5-l {
    padding-top: 4rem;
  }
  /* line 768, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt6-l {
    padding-top: 8rem;
  }
  /* line 769, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pt7-l {
    padding-top: 16rem;
  }
  /* line 771, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 775, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  /* line 779, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 783, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 787, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 791, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 795, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  /* line 799, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  /* line 804, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 808, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 812, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 816, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 820, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 824, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 828, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  /* line 832, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  /* line 837, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma0-l {
    margin: 0;
  }
  /* line 838, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma1-l {
    margin: 0.25rem;
  }
  /* line 839, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma2-l {
    margin: 0.5rem;
  }
  /* line 840, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma3-l {
    margin: 1rem;
  }
  /* line 841, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma4-l {
    margin: 2rem;
  }
  /* line 842, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma5-l {
    margin: 4rem;
  }
  /* line 843, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma6-l {
    margin: 8rem;
  }
  /* line 844, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ma7-l {
    margin: 16rem;
  }
  /* line 846, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml0-l {
    margin-left: 0;
  }
  /* line 847, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml1-l {
    margin-left: 0.25rem;
  }
  /* line 848, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml2-l {
    margin-left: 0.5rem;
  }
  /* line 849, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml3-l {
    margin-left: 1rem;
  }
  /* line 850, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml4-l {
    margin-left: 2rem;
  }
  /* line 851, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml5-l {
    margin-left: 4rem;
  }
  /* line 852, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml6-l {
    margin-left: 8rem;
  }
  /* line 853, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .ml7-l {
    margin-left: 16rem;
  }
  /* line 855, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr0-l {
    margin-right: 0;
  }
  /* line 856, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr1-l {
    margin-right: 0.25rem;
  }
  /* line 857, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr2-l {
    margin-right: 0.5rem;
  }
  /* line 858, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr3-l {
    margin-right: 1rem;
  }
  /* line 859, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr4-l {
    margin-right: 2rem;
  }
  /* line 860, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr5-l {
    margin-right: 4rem;
  }
  /* line 861, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr6-l {
    margin-right: 8rem;
  }
  /* line 862, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mr7-l {
    margin-right: 16rem;
  }
  /* line 864, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb0-l {
    margin-bottom: 0;
  }
  /* line 865, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  /* line 866, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  /* line 867, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb3-l {
    margin-bottom: 1rem;
  }
  /* line 868, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb4-l {
    margin-bottom: 2rem;
  }
  /* line 869, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb5-l {
    margin-bottom: 4rem;
  }
  /* line 870, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb6-l {
    margin-bottom: 8rem;
  }
  /* line 871, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mb7-l {
    margin-bottom: 16rem;
  }
  /* line 873, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt0-l {
    margin-top: 0;
  }
  /* line 874, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt1-l {
    margin-top: 0.25rem;
  }
  /* line 875, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt2-l {
    margin-top: 0.5rem;
  }
  /* line 876, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt3-l {
    margin-top: 1rem;
  }
  /* line 877, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt4-l {
    margin-top: 2rem;
  }
  /* line 878, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt5-l {
    margin-top: 4rem;
  }
  /* line 879, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt6-l {
    margin-top: 8rem;
  }
  /* line 880, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mt7-l {
    margin-top: 16rem;
  }
  /* line 882, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 886, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  /* line 890, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 894, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 898, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 902, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 906, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  /* line 910, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  /* line 915, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 919, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  /* line 923, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 927, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 931, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 935, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 939, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  /* line 943, vendor/assets/stylesheets/tachyons-sass/scss/_spacing.scss */
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}

/*
   NEGATIVE MARGINS

   Base:
     n = negative

   Modifiers:
     a = all
     t = top
     r = right
     b = bottom
     l = left

     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na1 {
  margin: -0.25rem;
}

/* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na2 {
  margin: -0.5rem;
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na3 {
  margin: -1rem;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na4 {
  margin: -2rem;
}

/* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na5 {
  margin: -4rem;
}

/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na6 {
  margin: -8rem;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.na7 {
  margin: -16rem;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl1 {
  margin-left: -0.25rem;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl2 {
  margin-left: -0.5rem;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl3 {
  margin-left: -1rem;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl4 {
  margin-left: -2rem;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl5 {
  margin-left: -4rem;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl6 {
  margin-left: -8rem;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nl7 {
  margin-left: -16rem;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr1 {
  margin-right: -0.25rem;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr2 {
  margin-right: -0.5rem;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr3 {
  margin-right: -1rem;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr4 {
  margin-right: -2rem;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr5 {
  margin-right: -4rem;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr6 {
  margin-right: -8rem;
}

/* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nr7 {
  margin-right: -16rem;
}

/* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb1 {
  margin-bottom: -0.25rem;
}

/* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb2 {
  margin-bottom: -0.5rem;
}

/* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb3 {
  margin-bottom: -1rem;
}

/* line 65, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb4 {
  margin-bottom: -2rem;
}

/* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb5 {
  margin-bottom: -4rem;
}

/* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb6 {
  margin-bottom: -8rem;
}

/* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nb7 {
  margin-bottom: -16rem;
}

/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt1 {
  margin-top: -0.25rem;
}

/* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt2 {
  margin-top: -0.5rem;
}

/* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt3 {
  margin-top: -1rem;
}

/* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt4 {
  margin-top: -2rem;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt5 {
  margin-top: -4rem;
}

/* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt6 {
  margin-top: -8rem;
}

/* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
.nt7 {
  margin-top: -16rem;
}

@media screen and (min-width: 30em) {
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na1-ns {
    margin: -0.25rem;
  }
  /* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na2-ns {
    margin: -0.5rem;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na3-ns {
    margin: -1rem;
  }
  /* line 83, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na4-ns {
    margin: -2rem;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na5-ns {
    margin: -4rem;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na6-ns {
    margin: -8rem;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na7-ns {
    margin: -16rem;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl1-ns {
    margin-left: -0.25rem;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl2-ns {
    margin-left: -0.5rem;
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl3-ns {
    margin-left: -1rem;
  }
  /* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl4-ns {
    margin-left: -2rem;
  }
  /* line 92, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl5-ns {
    margin-left: -4rem;
  }
  /* line 93, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl6-ns {
    margin-left: -8rem;
  }
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl7-ns {
    margin-left: -16rem;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr1-ns {
    margin-right: -0.25rem;
  }
  /* line 97, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr2-ns {
    margin-right: -0.5rem;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr3-ns {
    margin-right: -1rem;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr4-ns {
    margin-right: -2rem;
  }
  /* line 100, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr5-ns {
    margin-right: -4rem;
  }
  /* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr6-ns {
    margin-right: -8rem;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr7-ns {
    margin-right: -16rem;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb1-ns {
    margin-bottom: -0.25rem;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb2-ns {
    margin-bottom: -0.5rem;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb3-ns {
    margin-bottom: -1rem;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb4-ns {
    margin-bottom: -2rem;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb5-ns {
    margin-bottom: -4rem;
  }
  /* line 109, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb6-ns {
    margin-bottom: -8rem;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb7-ns {
    margin-bottom: -16rem;
  }
  /* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt1-ns {
    margin-top: -0.25rem;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt2-ns {
    margin-top: -0.5rem;
  }
  /* line 114, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt3-ns {
    margin-top: -1rem;
  }
  /* line 115, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt4-ns {
    margin-top: -2rem;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt5-ns {
    margin-top: -4rem;
  }
  /* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt6-ns {
    margin-top: -8rem;
  }
  /* line 118, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt7-ns {
    margin-top: -16rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na1-m {
    margin: -0.25rem;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na2-m {
    margin: -0.5rem;
  }
  /* line 125, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na3-m {
    margin: -1rem;
  }
  /* line 126, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na4-m {
    margin: -2rem;
  }
  /* line 127, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na5-m {
    margin: -4rem;
  }
  /* line 128, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na6-m {
    margin: -8rem;
  }
  /* line 129, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na7-m {
    margin: -16rem;
  }
  /* line 131, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl1-m {
    margin-left: -0.25rem;
  }
  /* line 132, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl2-m {
    margin-left: -0.5rem;
  }
  /* line 133, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl3-m {
    margin-left: -1rem;
  }
  /* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl4-m {
    margin-left: -2rem;
  }
  /* line 135, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl5-m {
    margin-left: -4rem;
  }
  /* line 136, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl6-m {
    margin-left: -8rem;
  }
  /* line 137, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl7-m {
    margin-left: -16rem;
  }
  /* line 139, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr1-m {
    margin-right: -0.25rem;
  }
  /* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr2-m {
    margin-right: -0.5rem;
  }
  /* line 141, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr3-m {
    margin-right: -1rem;
  }
  /* line 142, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr4-m {
    margin-right: -2rem;
  }
  /* line 143, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr5-m {
    margin-right: -4rem;
  }
  /* line 144, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr6-m {
    margin-right: -8rem;
  }
  /* line 145, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr7-m {
    margin-right: -16rem;
  }
  /* line 147, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  /* line 148, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  /* line 149, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb3-m {
    margin-bottom: -1rem;
  }
  /* line 150, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb4-m {
    margin-bottom: -2rem;
  }
  /* line 151, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb5-m {
    margin-bottom: -4rem;
  }
  /* line 152, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb6-m {
    margin-bottom: -8rem;
  }
  /* line 153, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb7-m {
    margin-bottom: -16rem;
  }
  /* line 155, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt1-m {
    margin-top: -0.25rem;
  }
  /* line 156, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt2-m {
    margin-top: -0.5rem;
  }
  /* line 157, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt3-m {
    margin-top: -1rem;
  }
  /* line 158, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt4-m {
    margin-top: -2rem;
  }
  /* line 159, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt5-m {
    margin-top: -4rem;
  }
  /* line 160, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt6-m {
    margin-top: -8rem;
  }
  /* line 161, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt7-m {
    margin-top: -16rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 166, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na1-l {
    margin: -0.25rem;
  }
  /* line 167, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na2-l {
    margin: -0.5rem;
  }
  /* line 168, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na3-l {
    margin: -1rem;
  }
  /* line 169, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na4-l {
    margin: -2rem;
  }
  /* line 170, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na5-l {
    margin: -4rem;
  }
  /* line 171, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na6-l {
    margin: -8rem;
  }
  /* line 172, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .na7-l {
    margin: -16rem;
  }
  /* line 174, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl1-l {
    margin-left: -0.25rem;
  }
  /* line 175, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl2-l {
    margin-left: -0.5rem;
  }
  /* line 176, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl3-l {
    margin-left: -1rem;
  }
  /* line 177, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl4-l {
    margin-left: -2rem;
  }
  /* line 178, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl5-l {
    margin-left: -4rem;
  }
  /* line 179, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl6-l {
    margin-left: -8rem;
  }
  /* line 180, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nl7-l {
    margin-left: -16rem;
  }
  /* line 182, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr1-l {
    margin-right: -0.25rem;
  }
  /* line 183, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr2-l {
    margin-right: -0.5rem;
  }
  /* line 184, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr3-l {
    margin-right: -1rem;
  }
  /* line 185, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr4-l {
    margin-right: -2rem;
  }
  /* line 186, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr5-l {
    margin-right: -4rem;
  }
  /* line 187, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr6-l {
    margin-right: -8rem;
  }
  /* line 188, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nr7-l {
    margin-right: -16rem;
  }
  /* line 190, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  /* line 191, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  /* line 192, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb3-l {
    margin-bottom: -1rem;
  }
  /* line 193, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb4-l {
    margin-bottom: -2rem;
  }
  /* line 194, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb5-l {
    margin-bottom: -4rem;
  }
  /* line 195, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb6-l {
    margin-bottom: -8rem;
  }
  /* line 196, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nb7-l {
    margin-bottom: -16rem;
  }
  /* line 198, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt1-l {
    margin-top: -0.25rem;
  }
  /* line 199, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt2-l {
    margin-top: -0.5rem;
  }
  /* line 200, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt3-l {
    margin-top: -1rem;
  }
  /* line 201, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt4-l {
    margin-top: -2rem;
  }
  /* line 202, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt5-l {
    margin-top: -4rem;
  }
  /* line 203, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt6-l {
    margin-top: -8rem;
  }
  /* line 204, vendor/assets/stylesheets/tachyons-sass/scss/_negative-margins.scss */
  .nt7-l {
    margin-top: -16rem;
  }
}

/*

  TABLES
  Docs: http://tachyons.io/docs/elements/tables/

*/
/* line 15, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.striped--moon-gray:nth-child(odd) {
  background-color: #d8d8d8;
}

/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.striped--light-gray:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.striped--near-white:nth-child(odd) {
  background-color: #fafafa;
}

/* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.stripe-light:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_tables.scss */
.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
.strike {
  text-decoration: line-through;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
.underline {
  text-decoration: underline;
}

/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
.no-underline {
  text-decoration: none;
}

@media screen and (min-width: 30em) {
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .strike-ns {
    text-decoration: line-through;
  }
  /* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .underline-ns {
    text-decoration: underline;
  }
  /* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .no-underline-ns {
    text-decoration: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .strike-m {
    text-decoration: line-through;
  }
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .underline-m {
    text-decoration: underline;
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .no-underline-m {
    text-decoration: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .strike-l {
    text-decoration: line-through;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .underline-l {
    text-decoration: underline;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_text-decoration.scss */
  .no-underline-l {
    text-decoration: none;
  }
}

/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align
    tal = text-align-last

  Modifiers
    l = left
    r = right
    c = center
    j = justify

  Media Query Extensions:
    -ns = not-small
    -m  = medium
    -l  = large

*/
/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
.tl {
  text-align: left;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
.tr {
  text-align: right;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
.tc, h1, h2, h3 {
  text-align: center;
}

/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
.tj {
  text-align: justify;
}

/* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
.talr {
  -moz-text-align-last: right;
       text-align-last: right;
}

@media screen and (min-width: 30em) {
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tl-ns {
    text-align: left;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tr-ns {
    text-align: right;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tc-ns {
    text-align: center;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tj-ns {
    text-align: justify;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .talr-ns {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tl-m {
    text-align: left;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tr-m {
    text-align: right;
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tc-m {
    text-align: center;
  }
  /* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tj-m {
    text-align: justify;
  }
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .talr-m {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

@media screen and (min-width: 60em) {
  /* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tl-l {
    text-align: left;
  }
  /* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tr-l {
    text-align: right;
  }
  /* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tc-l {
    text-align: center;
  }
  /* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .tj-l {
    text-align: justify;
  }
  /* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_text-align.scss */
  .talr-l {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

/*

   TEXT TRANSFORM
   Docs: http://tachyons.io/docs/typography/text-transform/

   Base:
     tt = text-transform

   Modifiers
     c = capitalize
     l = lowercase
     u = uppercase
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
.ttc {
  text-transform: capitalize;
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
.ttl {
  text-transform: lowercase;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
.ttu {
  text-transform: uppercase;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
.ttn {
  text-transform: none;
}

@media screen and (min-width: 30em) {
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttc-ns {
    text-transform: capitalize;
  }
  /* line 36, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttl-ns {
    text-transform: lowercase;
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttu-ns {
    text-transform: uppercase;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttn-ns {
    text-transform: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttc-m {
    text-transform: capitalize;
  }
  /* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttl-m {
    text-transform: lowercase;
  }
  /* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttu-m {
    text-transform: uppercase;
  }
  /* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttn-m {
    text-transform: none;
  }
}

@media screen and (min-width: 60em) {
  /* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttc-l {
    text-transform: capitalize;
  }
  /* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttl-l {
    text-transform: lowercase;
  }
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttu-l {
    text-transform: uppercase;
  }
  /* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_text-transform.scss */
  .ttn-l {
    text-transform: none;
  }
}

/*

   TYPE SCALE
   Docs: http://tachyons.io/docs/typography/scale/

   Base:
    f = font-size

   Modifiers
     1 = 1st step in size scale
     2 = 2nd step in size scale
     3 = 3rd step in size scale
     4 = 4th step in size scale
     5 = 5th step in size scale
     6 = 6th step in size scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large
*/
/*
 * For Hero/Marketing Titles
 *
 * These generally are too large for mobile
 * so be careful using them on smaller screens.
 * */
/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f-6,
.f-headline {
  font-size: 6rem;
}

/* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f-5,
.f-subheadline {
  font-size: 5rem;
}

/* Type Scale */
/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f0 {
  font-size: 4rem;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f1 {
  font-size: 3rem;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f15, h1, h2 {
  font-size: 2.5rem;
}

/* line 52, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f2 {
  font-size: 2.25rem;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f25, h4, h3 {
  font-size: 1.7rem;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f3 {
  font-size: 1.5rem;
}

/* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f4 {
  font-size: 1.25rem;
}

/* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f45 {
  font-size: 1.1rem;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f5 {
  font-size: 1rem;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f6 {
  font-size: 0.875rem;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
.f7 {
  font-size: 0.75rem;
}

@media screen and (min-width: 30em) {
  /* line 62, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-6-ns,
.f-headline-ns {
    font-size: 6rem;
  }
  /* line 64, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-5-ns,
.f-subheadline-ns {
    font-size: 5rem;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f0-ns, h1, h2 {
    font-size: 4rem;
  }
  /* line 67, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f1-ns {
    font-size: 3rem;
  }
  /* line 68, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f15-ns, h3 {
    font-size: 2.5rem;
  }
  /* line 69, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f2-ns {
    font-size: 2.25rem;
  }
  /* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f25-ns {
    font-size: 1.7rem;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f3-ns {
    font-size: 1.5rem;
  }
  /* line 72, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f4-ns {
    font-size: 1.25rem;
  }
  /* line 73, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f45-ns {
    font-size: 1.1rem;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f5-ns {
    font-size: 1rem;
  }
  /* line 75, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f6-ns {
    font-size: 0.875rem;
  }
  /* line 76, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f7-ns {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 80, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-6-m,
.f-headline-m {
    font-size: 6rem;
  }
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-5-m,
.f-subheadline-m {
    font-size: 5rem;
  }
  /* line 84, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f1-m {
    font-size: 3rem;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f2-m {
    font-size: 2.25rem;
  }
  /* line 86, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f3-m {
    font-size: 1.5rem;
  }
  /* line 87, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f4-m {
    font-size: 1.25rem;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f5-m {
    font-size: 1rem;
  }
  /* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f6-m {
    font-size: 0.875rem;
  }
  /* line 90, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f7-m {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 94, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-6-l,
.f-headline-l {
    font-size: 6rem;
  }
  /* line 98, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f-5-l,
.f-subheadline-l {
    font-size: 5rem;
  }
  /* line 102, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f1-l {
    font-size: 3rem;
  }
  /* line 103, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f2-l {
    font-size: 2.25rem;
  }
  /* line 104, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f3-l {
    font-size: 1.5rem;
  }
  /* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f4-l {
    font-size: 1.25rem;
  }
  /* line 106, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f5-l {
    font-size: 1rem;
  }
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f6-l {
    font-size: 0.875rem;
  }
  /* line 108, vendor/assets/stylesheets/tachyons-sass/scss/_type-scale.scss */
  .f7-l {
    font-size: 0.75rem;
  }
}

/*

   TYPOGRAPHY
   http://tachyons.io/docs/typography/measure/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Measure is limited to ~66 characters */
/* line 23, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.measure {
  max-width: 30em;
}

/* Measure is limited to ~80 characters */
/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.measure-wide {
  max-width: 34em;
}

/* Measure is limited to ~45 characters */
/* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.measure-narrow {
  max-width: 20em;
}

/* Book paragraph style - paragraphs are indented with no vertical spacing. */
/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.small-caps {
  font-variant: small-caps;
}

/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 30em) {
  /* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-ns {
    max-width: 30em;
  }
  /* line 60, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-wide-ns {
    max-width: 34em;
  }
  /* line 63, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-narrow-ns {
    max-width: 20em;
  }
  /* line 66, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 71, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .small-caps-ns {
    font-variant: small-caps;
  }
  /* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 82, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-m {
    max-width: 30em;
  }
  /* line 85, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-wide-m {
    max-width: 34em;
  }
  /* line 88, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-narrow-m {
    max-width: 20em;
  }
  /* line 91, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .small-caps-m {
    font-variant: small-caps;
  }
  /* line 99, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 60em) {
  /* line 107, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-l {
    max-width: 30em;
  }
  /* line 110, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-wide-l {
    max-width: 34em;
  }
  /* line 113, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .measure-narrow-l {
    max-width: 20em;
  }
  /* line 116, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 121, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .small-caps-l {
    font-variant: small-caps;
  }
  /* line 124, vendor/assets/stylesheets/tachyons-sass/scss/_typography.scss */
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*

   UTILITIES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Equivalent to .overflow-y-scroll */
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
.overflow-container {
  overflow-y: scroll;
}

/* line 24, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
.center {
  margin-right: auto;
  margin-left: auto;
}

/* line 29, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
.mr-auto {
  margin-right: auto;
}

/* line 30, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
.ml-auto {
  margin-left: auto;
}

@media screen and (min-width: 30em) {
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .center-ns {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .mr-auto-ns {
    margin-right: auto;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .ml-auto-ns {
    margin-left: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .center-m {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .mr-auto-m {
    margin-right: auto;
  }
  /* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .ml-auto-m {
    margin-left: auto;
  }
}

@media screen and (min-width: 60em) {
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .center-l {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 55, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .mr-auto-l {
    margin-right: auto;
  }
  /* line 56, vendor/assets/stylesheets/tachyons-sass/scss/_utilities.scss */
  .ml-auto-l {
    margin-left: auto;
  }
}

/*

   VISIBILITY

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
/* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_visibility.scss */
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (min-width: 30em) {
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_visibility.scss */
  .clip-ns {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_visibility.scss */
  .clip-m {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media screen and (min-width: 60em) {
  /* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_visibility.scss */
  .clip-l {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}

/*

   WHITE SPACE

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
.ws-normal {
  white-space: normal;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
.nowrap {
  white-space: nowrap;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
.pre {
  white-space: pre;
}

@media screen and (min-width: 30em) {
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .ws-normal-ns {
    white-space: normal;
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .nowrap-ns {
    white-space: nowrap;
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .pre-ns {
    white-space: pre;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .ws-normal-m {
    white-space: normal;
  }
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .nowrap-m {
    white-space: nowrap;
  }
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .pre-m {
    white-space: pre;
  }
}

@media screen and (min-width: 60em) {
  /* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .ws-normal-l {
    white-space: normal;
  }
  /* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .nowrap-l {
    white-space: nowrap;
  }
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_white-space.scss */
  .pre-l {
    white-space: pre;
  }
}

/*

   VERTICAL ALIGN

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* line 19, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
.v-base {
  vertical-align: baseline;
}

/* line 20, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
.v-mid {
  vertical-align: middle;
}

/* line 21, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
.v-top {
  vertical-align: top;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
.v-btm {
  vertical-align: bottom;
}

@media screen and (min-width: 30em) {
  /* line 25, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-base-ns {
    vertical-align: baseline;
  }
  /* line 26, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-mid-ns {
    vertical-align: middle;
  }
  /* line 27, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-top-ns {
    vertical-align: top;
  }
  /* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-btm-ns {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-base-m {
    vertical-align: baseline;
  }
  /* line 33, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-mid-m {
    vertical-align: middle;
  }
  /* line 34, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-top-m {
    vertical-align: top;
  }
  /* line 35, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-btm-m {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 60em) {
  /* line 39, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-base-l {
    vertical-align: baseline;
  }
  /* line 40, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-mid-l {
    vertical-align: middle;
  }
  /* line 41, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-top-l {
    vertical-align: top;
  }
  /* line 42, vendor/assets/stylesheets/tachyons-sass/scss/_vertical-align.scss */
  .v-btm-l {
    vertical-align: bottom;
  }
}

/*

  HOVER EFFECTS
  Docs: http://tachyons.io/docs/themes/hovers/

    - Dim
    - Glow
    - Hide Child
    - Underline text
    - Grow
    - Pointer
    - Shadow

*/
/*

  Dim element on hover by adding the dim class.

*/
/* line 28, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.dim {
  opacity: 1;
  transition: opacity .15s ease-in;
}

/* line 32, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.dim:hover,
.dim:focus {
  opacity: .5;
  transition: opacity .15s ease-in;
}

/* line 37, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.dim:active {
  opacity: .8;
  transition: opacity .15s ease-out;
}

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.glow {
  transition: opacity .15s ease-in;
}

/* line 49, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.glow:hover,
.glow:focus {
  opacity: 1;
  transition: opacity .15s ease-in;
}

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
/* line 70, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.hide-child .child {
  opacity: 0;
  transition: opacity .15s ease-in;
}

/* line 74, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.hide-child:hover .child,
.hide-child:focus .child,
.hide-child:active .child {
  opacity: 1;
  transition: opacity .15s ease-in;
}

/* line 81, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.underline-hover:hover,
.underline-hover:focus {
  text-decoration: underline;
}

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
/* line 89, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

/* line 96, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow:hover,
.grow:focus {
  transform: scale(1.05);
}

/* line 101, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow:active {
  transform: scale(0.9);
}

/* line 105, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow-large {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-in-out;
}

/* line 112, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow-large:hover,
.grow-large:focus {
  transform: scale(1.2);
}

/* line 117, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.grow-large:active {
  transform: scale(0.95);
}

/* Add pointer on hover */
/* line 123, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.pointer:hover {
  cursor: pointer;
}

/*
   Add shadow on hover.

   Performant box-shadow animation pattern from
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/
*/
/* line 134, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.shadow-hover, .shadow-hover-shallow {
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 140, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.shadow-hover::after, .shadow-hover-shallow::after {
  content: '';
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 154, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.shadow-hover:hover::after, .shadow-hover-shallow:hover::after,
.shadow-hover:focus::after,
.shadow-hover-shallow:focus::after {
  opacity: 1;
}

/* Combine with classes in skins and skins-pseudo for
 * many different transition possibilities. */
/* line 162, vendor/assets/stylesheets/tachyons-sass/scss/_hovers.scss */
.bg-animate,
.bg-animate:hover,
.bg-animate:focus {
  transition: background-color .15s ease-in-out;
}

/*

  Z-INDEX

  Base
    z = z-index

  Modifiers
    -0 = literal value 0
    -1 = literal value 1
    -2 = literal value 2
    -3 = literal value 3
    -4 = literal value 4
    -5 = literal value 5
    -999 = literal value 999
    -9999 = literal value 9999

    -max = largest accepted z-index value as integer

    -inherit = string value inherit
    -initial = string value initial
    -unset = string value unset

  MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
  Spec: http://www.w3.org/TR/CSS2/zindex.html
  Articles:
    https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

  Tips on extending:
  There might be a time worth using negative z-index values.
  Or if you are using tachyons with another project, you might need to
  adjust these values to suit your needs.

*/
/* line 43, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-0 {
  z-index: 0;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-1 {
  z-index: 1;
}

/* line 45, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-2 {
  z-index: 2;
}

/* line 46, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-3 {
  z-index: 3;
}

/* line 47, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-4 {
  z-index: 4;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-5 {
  z-index: 5;
}

/* line 50, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-999 {
  z-index: 999;
}

/* line 51, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-9999 {
  z-index: 9999;
}

/* line 53, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-max {
  z-index: 2147483647;
}

/* line 57, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-inherit {
  z-index: inherit;
}

/* line 58, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-initial {
  z-index: initial;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_z-index.scss */
.z-unset {
  z-index: unset;
}

/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/
/* line 16, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-copy-line-height p,
.nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5;
}

/* line 22, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
  line-height: 1.25;
}

/* line 31, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-list-reset ul,
.nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

/* line 38, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-copy-indent p + p {
  text-indent: 0.1em;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 44, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-copy-seperator p + p {
  margin-top: 1.5em;
}

/* line 48, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* line 54, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-links a {
  color: #1079d4;
  transition: color .15s ease-in;
}

/* line 59, vendor/assets/stylesheets/tachyons-sass/scss/_nested.scss */
.nested-links a:hover,
.nested-links a:focus {
  color: #4aa2ed;
  transition: color .15s ease-in;
}

/*

  STYLES

  Add custom styles here.

*/
/* Root size 2rem = 15px inherited from _base.scss */
/* remember to update app-theme.scss too */
/* line 8, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
body, a {
  color: #4a4a4a;
}

/* line 12, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
a {
  text-decoration: underline;
}

/* line 16, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h1,
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 4rem;
  letter-spacing: -0.1rem;
  font-weight: 300;
}

@media screen and (min-width: 30em) {
  /* line 16, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
  .type-h1,
h1 {
    font-size: 6.4rem;
  }
}

/* line 28, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h2,
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: -0.033333rem;
  font-weight: 400;
}

@media screen and (min-width: 30em) {
  /* line 28, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
  .type-h2,
h2 {
    font-size: 4rem;
  }
}

/* line 40, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h3,
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

/* line 47, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h4,
h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.266667rem;
  letter-spacing: 0.016667rem;
  font-weight: 400;
}

/* line 55, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h5,
h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

/* line 62, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-h6,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.333333rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
}

/* line 70, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-s1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.066667rem;
  letter-spacing: 0.01rem;
  line-height: 1.6rem;
  font-weight: 400;
}

/* line 79, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-s2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.933333rem;
  letter-spacing: 0.006667rem;
  line-height: 1.333333rem;
  font-weight: 600;
}

/* line 88, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-b1 {
  font-family: "Merriweather", serif;
  font-size: 0.8rem;
  letter-spacing: 0.022rem;
  font-weight: 400;
}

/* line 96, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-b2 {
  font-family: "Merriweather", serif;
  font-size: 0.8rem;
  letter-spacing: 0.014rem;
  font-weight: 300;
}

/* line 104, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-button,
button,
.mdc-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.933333rem;
  letter-spacing: 0.09rem;
  font-weight: 700;
}

/* line 112, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-caption {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.026667rem;
  line-height: 1.066667rem;
  font-weight: 400;
  font-style: italic;
}

/* line 122, vendor/assets/stylesheets/mapdwell-base-styles/styles/_typography.scss */
.type-overline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.666667rem;
  letter-spacing: 0.1rem;
  line-height: 1.066667rem;
  font-weight: 600;
  color: #A8A8A8;
}

/* progressive shadow classes */
/* line 2, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-1 {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
}

/* line 3, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-2 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

/* line 4, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-3 {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

/* line 5, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-4 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

/* line 6, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-5 {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 30em) {
  /* line 8, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
  .shadow-1-ns {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
  }
  /* line 9, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
  .shadow-2-ns {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  }
  /* line 10, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
  .shadow-3-ns {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  }
  /* line 11, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
  .shadow-4-ns {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
  /* line 12, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
  .shadow-5-ns {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
}

/* Opacity */
/* line 17, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.dim:hover {
  opacity: 0.75;
}

/* line 20, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.dim:active {
  opacity: 0.75;
}

/* line 23, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.dim:focus {
  opacity: 1;
}

/* line 28, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.hover-bg-dark-green:hover, .hover-bg-dark-green:focus {
  background-color: #4a863a;
}

/* Super/subscript overrides */
/* line 33, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
sub,
sup {
  font-size: 50%;
}

/* line 37, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
sub {
  bottom: -0.5em;
}

/* line 40, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
sup {
  top: -0.7em;
}

/* Hovers */
/* line 45, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.grow {
  -webkit-font-smoothing: antialiased;
}

/* line 47, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.grow:active {
  transform: scale(1.05);
}

/* line 52, vendor/assets/stylesheets/mapdwell-base-styles/styles/_tachyons_class_overrides.scss */
.shadow-hover, .shadow-hover-shallow {
  cursor: default;
}

/* line 4, vendor/assets/stylesheets/mapdwell-base-styles/styles/../variables/_animation.scss */
.black-icon svg, .dark-icon svg, .lightest-green-icon svg, .green-icon svg, .gray-icon svg, .light-icon svg, .default-icon svg, .white-icon svg {
  transition: color 0.15s ease-out;
}

/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 26, vendor/assets/stylesheets/mapdwell-base-styles/styles/../variables/_colors.scss */
.bg-disabled-green {
  background-color: #D4DEBC;
}

/* line 31, vendor/assets/stylesheets/mapdwell-base-styles/styles/../variables/_colors.scss */
.default-icon svg {
  color: #d8d8d8;
}

/* line 38, vendor/assets/stylesheets/mapdwell-base-styles/styles/../variables/_colors.scss */
.white-icon svg {
  color: #fff;
}

/* Custom Tachyons-style composable classes */
/* Spacing */
/* line 6, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pb05,
.pv05 {
  padding-bottom: 0.1rem;
}

/* line 11, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pt05,
.pv05 {
  padding-top: 0.1rem;
}

/* line 16, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl05,
.ph05 {
  padding-left: 0.1rem;
}

/* line 21, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr05,
.ph05 {
  padding-right: 0.1rem;
}

/* line 36, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pb15,
.pv15 {
  padding-bottom: 0.325rem;
}

/* line 41, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pt15,
.pv15 {
  padding-top: 0.325rem;
}

/* line 46, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl15,
.ph15 {
  padding-left: 0.325rem;
}

/* line 51, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr15,
.ph15 {
  padding-right: 0.325rem;
}

/* line 66, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pb25,
.pv25 {
  padding-bottom: 0.7rem;
}

/* line 71, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pt25,
.pv25 {
  padding-top: 0.7rem;
}

/* line 76, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl25,
.ph25 {
  padding-left: 0.7rem;
}

/* line 81, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr25,
.ph25 {
  padding-right: 0.7rem;
}

/* line 96, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl35,
.ph35 {
  padding-left: 1.5rem;
}

/* line 101, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr35,
.ph35 {
  padding-right: 1.5rem;
}

/* line 106, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pb35,
.pv35 {
  padding-bottom: 1.5rem;
}

/* line 111, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pt35,
.pv35 {
  padding-top: 1.5rem;
}

/* line 126, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mb25 {
  margin-bottom: 0.75rem;
}

/* line 131, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mt25 {
  margin-top: 0.75rem;
}

/* line 136, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.ml25,
.mh25 {
  margin-left: 0.75rem;
}

/* line 141, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mr25,
.mh25 {
  margin-right: 0.75rem;
}

/* line 151, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mb35 {
  margin-bottom: 1.5rem;
}

/* line 156, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mt35 {
  margin-top: 1.5rem;
}

/* line 161, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.ml35,
.mh35 {
  margin-left: 1.5rem;
}

/* line 166, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mr35,
.mh35 {
  margin-right: 1.5rem;
}

/* line 176, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr45,
.ph45 {
  padding-right: 3.25rem;
}

/* line 181, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl45,
.ph45 {
  padding-left: 3.25rem;
}

/* line 191, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pr55,
.ph55 {
  padding-right: 6rem;
}

/* line 196, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.pl55,
.ph55 {
  padding-left: 6rem;
}

/* SIZE */
/* line 207, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.w25 {
  /* between w2 and w3 */
  width: 3rem;
}

/* line 212, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.w6 {
  width: 40rem;
}

/* line 216, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.w-95 {
  width: 95%;
}

/* line 221, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mw600 {
  max-width: 600px;
}

/* line 225, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mw800 {
  max-width: 800px;
}

/* line 229, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mw1000 {
  max-width: 1000px;
}

/* line 233, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.mw1200 {
  max-width: 1200px;
}

/* line 237, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.min-w3 {
  min-width: 4rem;
}

/* line 241, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h025 {
  height: 0.25rem;
}

/* line 245, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h05 {
  height: 0.5rem;
}

/* line 249, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h25 {
  /* between h2 and h3 */
  height: 3rem;
}

/* line 254, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h35 {
  /* between h3 and h4 */
  height: 5rem;
}

/* line 259, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.min-h3 {
  min-height: 6rem;
}

/* line 263, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.min-h4 {
  min-height: 8rem;
}

/* line 267, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.min-h5 {
  min-height: 16rem;
}

/* POSITIONING */
/* line 273, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h-0 {
  height: 0;
}

/* line 277, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.h-100-vh {
  height: 100vh;
}

/* line 281, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.sticky {
  position: sticky;
  top: 0;
}

/* line 287, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.z-51 {
  z-index: 51;
}

/* line 291, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.center-absolute {
  top: 50%;
  margin: auto 50%;
  transform: translate(-50%, -50%);
}

/* line 297, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.center-h-absolute {
  margin: auto 50%;
  transform: translateX(-50%);
}

/* line 302, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.center-v-absolute {
  top: 50%;
  transform: translateY(-50%);
}

/* line 308, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.top-3 {
  top: 3rem;
}

/* line 312, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.right-3 {
  right: 3rem;
}

/* line 316, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bottom-3 {
  bottom: 3rem;
}

/* line 320, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.left-3 {
  left: 3rem;
}

/* line 324, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.top-4 {
  top: 4rem;
}

/* line 328, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.right-4 {
  right: 4rem;
}

/* line 332, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bottom-4 {
  bottom: 4rem;
}

/* line 336, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.left-4 {
  left: 4rem;
}

/* line 340, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.top-5 {
  top: 5rem;
}

/* line 344, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.right-5 {
  right: 5rem;
}

/* line 348, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bottom-5 {
  bottom: 5rem;
}

/* line 352, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.left-5 {
  left: 5rem;
}

/* line 356, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.top-6 {
  top: 6rem;
}

/* line 360, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.right-6 {
  right: 6rem;
}

/* line 364, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bottom-6 {
  bottom: 6rem;
}

/* line 368, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.left-6 {
  left: 6rem;
}

/* FLEX */
/* line 374, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.grow-1 {
  flex-grow: 1;
}

/* line 378, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.grow-0 {
  flex-grow: 0;
}

/* line 382, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shrink-1 {
  flex-shrink: 1;
}

/* line 386, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shrink-0 {
  flex-shrink: 0;
}

/* line 390, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-auto {
  flex-basis: auto;
}

/* line 394, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-100 {
  flex-basis: 100%;
}

/* line 398, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-66 {
  flex-basis: 66%;
}

/* line 402, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-50 {
  flex-basis: 50%;
}

/* line 406, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-33 {
  flex-basis: 33%;
}

/* line 410, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.basis-25 {
  flex-basis: 25%;
}

@media screen and (min-width: 30em) {
  /* line 415, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .grow-1-ns {
    flex-grow: 1;
  }
  /* line 419, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .grow-0-ns {
    flex-grow: 0;
  }
  /* line 423, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .shrink-1-ns {
    flex-shrink: 1;
  }
  /* line 427, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .shrink-0-ns {
    flex-shrink: 0;
  }
  /* line 431, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-auto-ns {
    flex-basis: auto;
  }
  /* line 435, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-100-ns {
    flex-basis: 100%;
  }
  /* line 439, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-66-ns {
    flex-basis: 66%;
  }
  /* line 443, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-50-ns {
    flex-basis: 50%;
  }
  /* line 447, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-33-ns {
    flex-basis: 33%;
  }
  /* line 451, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-25-ns {
    flex-basis: 25%;
  }
  /* line 455, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .ph45-ns {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  /* line 460, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .ph55-ns {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  /* line 465, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .ml35-ns {
    margin-left: 1.5rem;
  }
  /* line 469, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .mr35-ns {
    margin-right: 1.5rem;
  }
  /* line 473, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .min-h3-ns {
    min-height: 6rem;
  }
  /* line 477, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .min-h4-ns {
    min-height: 8rem;
  }
  /* line 481, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .min-h5-ns {
    min-height: 16rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 488, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-100-l {
    flex-basis: 100%;
  }
  /* line 492, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-66-l {
    flex-basis: 66%;
  }
  /* line 496, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-50-l {
    flex-basis: 50%;
  }
  /* line 500, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-33-l {
    flex-basis: 33%;
  }
  /* line 504, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-25-l {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 510, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-100-m {
    flex-basis: 100%;
  }
  /* line 514, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-66-m {
    flex-basis: 66%;
  }
  /* line 518, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-50-m {
    flex-basis: 50%;
  }
  /* line 522, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .basis-33-m {
    flex-basis: 33%;
  }
}

/* SVG */
/* line 538, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.light-icon svg {
  color: #d8d8d8;
}

/* line 545, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.gray-icon svg {
  color: #CACACA;
}

/* line 552, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.green-icon svg {
  color: #5ea94a;
}

/* line 559, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-green-icon svg {
  color: #F0F3E8;
}

/* line 566, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.dark-icon svg {
  color: #4a4a4a;
}

/* line 573, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.black-icon svg {
  color: #000;
}

/* line 580, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.rot-45 {
  transform: rotate(45deg);
}

/* BACKGROUND */
/* line 585, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-transparent-gray {
  background-color: rgba(26, 26, 26, 0.75);
}

/* line 593, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-blue-gradient-light {
  background: transparent linear-gradient(109deg, #a7d2f6 0%, #4aa2ed 100%);
}

/* line 597, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-blue-gradient {
  background: transparent linear-gradient(109deg, #2893ef 0%, #0c5ea5 100%);
}

/* line 601, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-blue-gradient-dark {
  background: transparent linear-gradient(109deg, #1a8ff5 0%, #075aa2 100%);
}

/* line 605, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-green-gradient-light {
  background: transparent linear-gradient(109deg, #bbdbb3 0%, #7eba6e 100%);
}

/* line 609, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-green-gradient {
  background: transparent linear-gradient(109deg, #9acd8c 0%, #5ea94a 100%);
}

/* line 613, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-green-gradient-dark {
  background: transparent linear-gradient(109deg, #75ba63 0%, #477f38 100%);
}

/* line 617, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-purple-gradient {
  background: transparent linear-gradient(109deg, #c248a1 0%, #7b2965 100%);
}

/* line 621, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-red-gradient {
  background: linear-gradient(109deg, #ee401e, #9b230b);
}

/* line 627, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.hover-bg-dark-orange:hover, .hover-bg-dark-orange:focus {
  background-color: #E57C0A;
}

@media screen and (min-width: 30em) {
  /* line 634, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
  .bg-near-white-ns {
    background-color: #fafafa;
  }
}

/** BORDER **/
/* line 640, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bt--white {
  border-top-color: #fff;
}

/* line 644, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bt--t-gray {
  border-top-color: #f2f2f2;
}

/* MISC */
/* line 650, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.all-pointer-event {
  pointer-events: all;
}

/* line 654, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.no-pointer-event {
  pointer-events: none;
}

/* line 658, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.not-allowed {
  cursor: not-allowed;
}

/* line 662, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-none {
  background: none;
}

/* line 667, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
button.no-default {
  border: none;
  cursor: pointer;
  outline: inherit;
}

/* line 672, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
button.no-default:disabled {
  cursor: default;
}

/* line 679, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.teal {
  color: #00A392;
}

/* line 683, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.light-green {
  color: #7eba6e;
}

/* line 687, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.dark-green {
  color: #477f38;
}

/* line 691, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-green {
  color: #F0F3E8;
}

/* line 695, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-yellow {
  color: #FFF6E7;
}

/* line 699, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-orange {
  color: #F9F3E7;
}

/* line 703, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-red {
  color: #FAE9E7;
}

/* line 707, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-purple {
  color: #F9F0F6;
}

/* line 711, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.lightest-gray {
  color: #F2F2F2;
}

/* line 715, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.intense-orange {
  color: #FF5722;
}

/* line 719, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-light-green {
  background-color: #7eba6e;
}

/* line 723, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-dark-green {
  background-color: #477f38;
}

/* line 727, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-green {
  background-color: #F0F3E8;
}

/* line 731, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-yellow {
  background-color: #FFF6E7;
}

/* line 735, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-orange {
  background-color: #F9F3E7;
}

/* line 739, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-red {
  background-color: #FAE9E7;
}

/* line 743, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-purple {
  background-color: #F9F0F6;
}

/* line 747, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-lightest-gray {
  background-color: #F2F2F2;
}

/* line 751, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-orange-80 {
  background-color: rgba(223, 145, 20, 0.8);
}

/* line 755, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-green-80 {
  background-color: rgba(94, 169, 74, 0.8);
}

/* line 759, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.bg-intense-orange {
  background-color: #FF5722;
}

/* line 765, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.hover-bg-black-05:hover, .hover-bg-black-05:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 771, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline-2 {
  outline: 2px solid;
}

/* line 775, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--light-blue {
  outline-color: #4aa2ed;
}

/* line 779, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--blue {
  outline-color: #1079d4;
}

/* line 783, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--dark-blue {
  outline-color: #075aa2;
}

/* line 787, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--light-green {
  outline-color: #7eba6e;
}

/* line 791, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--green {
  outline-color: #5ea94a;
}

/* line 795, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.outline--dark-green {
  outline-color: #477f38;
}

/* pulsing effect */
/* line 800, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-pulse {
  animation: shadow-pulsing 2s infinite;
}

@keyframes shadow-pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0);
  }
}

/* line 814, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.glow-pulse-orange {
  animation: glow-pulsing-orange 2s infinite alternate;
}

@keyframes glow-pulsing-orange {
  0% {
    box-shadow: 0 0 0 0 #df9114;
  }
  100% {
    box-shadow: 0 0 30px 0px rgba(223, 145, 20, 0.6);
  }
}

/* no pulse version of orange glow */
/* line 829, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.glow-orange {
  box-shadow: 0 0 30px 0px rgba(223, 145, 20, 0.6);
}

/* additional shadows */
/* line 834, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-6 {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}

/* line 838, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-7 {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}

/* inset shadows */
/* line 843, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-top-2 {
  box-shadow: inset 0px 3px 4px -1px rgba(0, 0, 0, 0.2);
}

/* line 847, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-top-7 {
  box-shadow: inset 0px 55px 50px -50px rgba(0, 0, 0, 0.3);
}

/* line 853, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.shadow-hover-shallow:after {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

/* line 858, vendor/assets/stylesheets/mapdwell-base-styles/styles/_helpers.scss */
.overflow-auto {
  /* fixes inner-element scrolling on iOS devices */
  -webkit-overflow-scrolling: touch;
}

/*not actually a material variable*/
/* textfields */
/* line 6, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-text-field__input {
  font-family: "Source Sans Pro", sans-serif;
}

/* line 10, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-text-field--outlined .mdc-text-field__input {
  padding: 12px 16px 12px;
}

/* line 14, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-text-field:not(.mdc-text-field--textarea) {
  height: 3.5rem;
}

/* line 18, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #4a4a4a;
}

/* line 24, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0;
}

/* buttons */
/* line 31, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button {
  border-radius: 0;
}

/* line 34, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.teal {
  color: #00A392;
}

/* line 35, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.white {
  color: white;
}

/* line 36, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.blue {
  color: #1079d4;
}

/* line 37, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.dark-green {
  color: #477f38;
}

/* line 38, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.green {
  color: #5ea94a;
}

/* line 39, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.washed-blue {
  color: #4bbfcd;
}

/* line 40, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.light-blue {
  color: #4aa2ed;
}

/* line 41, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mid-gray {
  color: #9b9b9b;
}

/* line 42, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.orange {
  color: #df9114;
}

/* line 43, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.red {
  color: #ca2e0f;
}

/* line 44, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.pink {
  color: #c22176;
}

/* line 45, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.light-pink {
  color: #d43f85;
}

/* line 46, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.yellow {
  color: #f4bc27;
}

/* line 47, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.linkedin {
  color: #0E65C2;
}

/* line 48, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.facebook {
  color: #1977F2;
}

/* line 49, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.apple {
  color: #000000;
}

/* line 50, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.bg-linkedin {
  background-color: #0E65C2;
}

/* line 51, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.bg-facebook {
  background-color: #1977F2;
}

/* line 52, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.bg-apple {
  background-color: #000000;
}

/* line 54, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f1 {
  font-size: 3rem;
}

/* line 55, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f2 {
  font-size: 2.25rem;
}

/* line 56, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f3 {
  font-size: 1.5rem;
}

/* line 57, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f4 {
  font-size: 1.25rem;
}

/* line 58, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f5 {
  font-size: 1rem;
}

/* line 59, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f6 {
  font-size: 0.875rem;
}

/* line 60, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.f7 {
  font-size: 0.75rem;
}

/* line 63, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised {
  /* mdc button color helpers */
}

/* line 65, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised:hover::before {
  opacity: 0.06;
}

/* line 69, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised:disabled {
  color: #c1c1c1;
  background-color: #f4f4f4;
}

/* line 73, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.secondary-button, .mdc-button.mdc-button--raised.bg-white {
  background-color: white;
  color: #4a4a4a;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.16), 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

/* line 77, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.secondary-button:disabled, .mdc-button.mdc-button--raised.bg-white:disabled {
  cursor: not-allowed !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}

/* line 83, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.secondary-button:hover, .mdc-button.mdc-button--raised.bg-white:hover {
  background-color: #fafafa;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* line 87, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.secondary-button:active, .mdc-button.mdc-button--raised.bg-white:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

/* line 92, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-blue {
  background-color: #1079d4;
}

/* line 94, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-blue:disabled {
  color: #409ff1;
  background-color: #e6f2fd;
}

/* line 99, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-light-blue {
  background-color: #4aa2ed;
}

/* line 101, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-light-blue:disabled {
  color: #90c6f4;
  background-color: #bedef9;
}

/* line 106, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-blue {
  background-color: #075aa2;
}

/* line 108, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-blue:disabled {
  color: #0a83eb;
  background-color: #63b3f8;
}

/* line 113, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-green {
  background-color: #5ea94a;
}

/* line 115, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-green:disabled {
  color: #9acd8c;
  background-color: #e8f4e5;
}

/* line 120, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-light-green {
  background-color: #7eba6e;
}

/* line 122, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-light-green:disabled {
  color: #7eba6e;
  background-color: white;
}

/* line 127, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-green {
  background-color: #477f38;
}

/* line 129, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-green:disabled {
  color: #477f38;
  background-color: #d3e9cd;
}

/* line 134, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-washed-blue {
  background-color: #4bbfcd;
}

/* line 136, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-washed-blue:disabled {
  color: #9bdbe3;
  background-color: white;
}

/* line 141, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-red {
  background-color: #ca2e0f;
}

/* line 143, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-red:disabled {
  color: #ca2e0f;
  background-color: #fce1dc;
}

/* line 148, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-pink {
  background-color: #d00060;
}

/* line 150, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-dark-pink:disabled {
  color: #d00060;
  background-color: #ffd0e6;
}

/* line 155, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-orange {
  background-color: #df9114;
}

/* line 157, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-orange:disabled {
  color: #df9114;
  background-color: #fefaf4;
}

/* line 162, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-purple {
  background-color: #a13684;
}

/* line 164, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--raised.bg-purple:disabled {
  color: #a13684;
  background-color: #f5e1f0;
}

/* line 172, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated:active, .mdc-button.mdc-button--unelevated:hover {
  background-color: black;
  color: white;
}

/* line 176, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}

/* line 181, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.secondary-button {
  background-color: #f2f2f2;
  color: #4a4a4a;
}

/* line 184, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.secondary-button:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}

/* line 189, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.secondary-button:hover {
  background-color: #F0F3E8;
  color: #5ea94a;
}

/* line 193, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.secondary-button:active {
  background-color: #5ea94a;
  color: white;
}

/* line 198, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.ternary-button {
  background-color: #d8d8d8;
  color: #fff;
}

/* line 201, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.ternary-button:disabled {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}

/* line 206, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-button.mdc-button--unelevated.ternary-button:hover, .mdc-button.mdc-button--unelevated.ternary-button:active {
  background-color: #777;
  color: #fff;
}

/* line 215, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-fab.flat {
  box-shadow: none;
}

/* slider */
/* line 219, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-slider__thumb-container {
  height: auto;
}

/* line 223, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
  background-color: transparent;
  pointer-events: none;
}

/* lists */
/* line 230, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list-item__secondary-text {
  margin-bottom: 0;
}

/* line 234, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list-item__graphic {
  margin-right: 1rem;
}

/* line 236, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list-item__graphic svg {
  display: block;
}

/* line 244, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list .mdc-list-item .mdc-list-item__primary-text:before, .mdc-list .mdc-list-item .mdc-list-item__secondary-text:before {
  display: none;
}

/* line 249, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list .mdc-list-item:focus::before, .mdc-list .mdc-list-item:focus::after, .mdc-list .mdc-list-item:focus-within::before, .mdc-list .mdc-list-item:focus-within::after, .mdc-list .mdc-list-item:active::before, .mdc-list .mdc-list-item:active::after {
  opacity: 0 !important;
}

/* line 253, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list .mdc-list-item:focus, .mdc-list .mdc-list-item:focus-within {
  background-color: #f2f2f2;
}

/* line 256, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list .mdc-list-item:active {
  background-color: #E9E9E9;
}

/* line 264, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list-item--activated:hover::before, .mdc-list-item--activated:hover::after, .mdc-list-item--activated:focus::before, .mdc-list-item--activated:focus::after, .mdc-list-item--activated:focus-within::before, .mdc-list-item--activated:focus-within::after, .mdc-list-item--activated:active::before, .mdc-list-item--activated:active::after {
  opacity: 0 !important;
}

/* line 270, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-list-item--disabled {
  pointer-events: none;
}

/* line 274, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-switch__native-control {
  top: 9px;
  height: 30px;
}

/* line 280, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-linear-progress.thin {
  height: 2px;
}

/* dialogs */
/* line 288, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-dialog .mdc-dialog__surface {
  border-radius: 0;
}

/* mdc-select */
/* line 296, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-select {
  border-radius: 0;
}

/* line 298, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-select.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label {
  color: #4a4a4a;
}

/* line 305, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0;
}

/* line 311, vendor/assets/stylesheets/mapdwell-base-styles/styles/_material.scss */
.mdc-select--focused .mdc-select__dropdown-icon {
  filter: brightness(0);
}

/* Styles for the load profile chart displayed in Fluxboard and the Fluxboard building report. */
/* line 9, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .title-month {
  font-weight: bold;
}

/* line 13, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .color-non-electric {
  color: #b7b7b7;
}

/* line 17, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .color-electric {
  color: #757575;
}

/* line 21, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .color-pv {
  color: #e7980f;
}

/* line 25, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .color-battery {
  color: #26d014;
}

/* line 29, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .color-grid {
  color: #867BC1;
}

/* line 33, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .load-label {
  stroke: #757575;
  fill: white;
}

/* line 38, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .label-text {
  fill: white;
}

/* line 41, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .label-text.load-label-text {
  fill: #757575;
}

/* line 46, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .axis-label {
  font-size: 10px;
}

/* line 50, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .x-axis-label {
  color: #4A4A4A;
}

/* line 55, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .y-axis.left, .monthly-energy-chart .y-axis-label.left {
  color: #4A4A4A;
}

/* line 60, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .y-axis .domain {
  /* Hide the vertical y-axis lines */
  display: none;
}

/* line 65, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .grid {
  color: #D8D8D8;
}

/* line 69, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .bottom-tick {
  color: #4A4A4A;
}

/* line 73, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .transparent-rect {
  fill: transparent;
}

/* line 77, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .error-bar {
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 83, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart:hover .error-bar {
  opacity: 1;
}

/* line 88, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .area-curve {
  opacity: 0.5;
}

/* line 91, vendor/assets/stylesheets/mapdwell-base-styles/styles/components/_monthly_energy_chart.scss */
.monthly-energy-chart .area-curve.load-curve {
  opacity: 1;
}

/* line 24, app/assets/stylesheets/core/base.sass */
a.mdc-button {
  font-size: 14px;
}

/* line 27, app/assets/stylesheets/core/base.sass */
button, div, a {
  font-family: "Source Sans Pro", sans-serif;
}

/* line 35, app/assets/stylesheets/core/base.sass */
.mdc-text-field__input::-moz-placeholder {
  color: #757575;
}
.mdc-text-field__input::placeholder {
  color: #757575;
}

/* line 39, app/assets/stylesheets/core/base.sass */
.mdc-text-field__input[type=email] + .icon::after, .mdc-text-field__input[type=password] + .icon::after {
  height: 1rem;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

/* line 47, app/assets/stylesheets/core/base.sass */
.mdc-text-field__input[type=email] + .icon::after {
  content: url(/assets/pro/envelope-79be2445a27d81b3c2106440309ad6d70eaa3b4ca8f7f1a9bd7df1203dfc1de0.svg);
}

/* line 50, app/assets/stylesheets/core/base.sass */
.mdc-text-field__input[type=password] + .icon::after {
  content: url(/assets/pro/lock-alt-a26d4a1c0cca1ad199089155cf676b1b50abc63b655bd5ffe3eb331550ccb628.svg);
}

/* line 53, app/assets/stylesheets/core/base.sass */
.gradient-bar1 {
  width: 60px;
  height: 3px;
  display: inline-block;
  background: linear-gradient(90deg, #1079d4, #ca2e0f);
}

/* line 59, app/assets/stylesheets/core/base.sass */
.bs-0 {
  border-spacing: 0;
}

/* line 61, app/assets/stylesheets/core/base.sass */
.bs-1 {
  border-spacing: .25rem;
}

/* line 63, app/assets/stylesheets/core/base.sass */
.bs-2 {
  border-spacing: .5rem;
}

/* line 65, app/assets/stylesheets/core/base.sass */
.bs-3 {
  border-spacing: 1rem;
}

/* line 68, app/assets/stylesheets/core/base.sass */
code {
  font-size: 0.8em;
}

/* line 71, app/assets/stylesheets/core/base.sass */
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 74, app/assets/stylesheets/core/base.sass */
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

/* line 77, app/assets/stylesheets/core/base.sass */
::-moz-selection {
  color: white;
  background-color: #4A4A4A;
}
::selection {
  color: white;
  background-color: #4A4A4A;
}

/* line 81, app/assets/stylesheets/core/base.sass */
.bg-dark-gray, .bg-near-black {
  /* Invert text selection colors on dark background */
  /* Unless light section on dark */
}

/* line 83, app/assets/stylesheets/core/base.sass */
.bg-dark-gray ::-moz-selection, .bg-near-black ::-moz-selection {
  color: #4A4A4A;
  background-color: white;
}
.bg-dark-gray ::selection, .bg-near-black ::selection {
  color: #4A4A4A;
  background-color: white;
}

/* line 89, app/assets/stylesheets/core/base.sass */
.bg-dark-gray .bg-light-gray ::-moz-selection, .bg-dark-gray .bg-white ::-moz-selection, .bg-dark-gray .bg-near-white ::-moz-selection, .bg-near-black .bg-light-gray ::-moz-selection, .bg-near-black .bg-white ::-moz-selection, .bg-near-black .bg-near-white ::-moz-selection {
  color: white;
  background-color: #4A4A4A;
}
.bg-dark-gray .bg-light-gray ::selection, .bg-dark-gray .bg-white ::selection, .bg-dark-gray .bg-near-white ::selection, .bg-near-black .bg-light-gray ::selection, .bg-near-black .bg-white ::selection, .bg-near-black .bg-near-white ::selection {
  color: white;
  background-color: #4A4A4A;
}

/* line 93, app/assets/stylesheets/core/base.sass */
.print-only {
  display: none;
}

/* line 97, app/assets/stylesheets/core/base.sass */
.text ul {
  list-style: outside disc;
  padding-inline-start: 3rem;
}

/* line 100, app/assets/stylesheets/core/base.sass */
.text ol {
  list-style-position: outside;
  padding-inline-start: 3rem;
}

/* line 103, app/assets/stylesheets/core/base.sass */
.text p + p {
  margin-top: 1rem;
}

@media print {
  /* line 107, app/assets/stylesheets/core/base.sass */
  .no-print {
    display: none;
  }
  /* line 110, app/assets/stylesheets/core/base.sass */
  .print-only {
    display: block;
  }
  /* line 113, app/assets/stylesheets/core/base.sass */
  html {
    position: static;
    height: auto;
    overflow: auto;
  }
}
/* line 1, app/assets/stylesheets/core/common/alerts.sass */
ul.messages {
  padding: 0;
}

/* line 3, app/assets/stylesheets/core/common/alerts.sass */
ul.messages .alert {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 10px;
  margin: 0;
}

/* line 9, app/assets/stylesheets/core/common/alerts.sass */
ul.messages .alert li {
  list-style: none;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/core/common/auth.sass */
.auth-wrapper {
  width: 24rem;
}

@media screen and (min-width: 30em) {
  /* line 6, app/assets/stylesheets/core/common/auth.sass */
  .auth-wrapper.auth-wrapper-wide {
    width: 42rem;
  }
}

/* line 10, app/assets/stylesheets/core/common/auth.sass */
.auth-wrapper .mdc-button {
  height: 2.5rem;
  /* Apple's button guidelines dictate that the button's height should be 233% of the title's font size.
      https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple/overview/buttons/
      */
  font-size: calc(2.5rem / 2.33);
  font-weight: 400;
  letter-spacing: normal;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 3, app/assets/stylesheets/core/common/cards.sass */
  .cards {
    max-width: 24rem;
    margin: 0 auto;
  }
}

/* line 9, app/assets/stylesheets/core/common/cards.sass */
.cards:not(.vertical):not(.wide-cards) .card {
  flex: 1 1 100%;
}

@media screen and (min-width: 30em) {
  /* line 9, app/assets/stylesheets/core/common/cards.sass */
  .cards:not(.vertical):not(.wide-cards) .card {
    flex: 0 1 20.5rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 9, app/assets/stylesheets/core/common/cards.sass */
  .cards:not(.vertical):not(.wide-cards) .card {
    flex: 0 1 auto;
  }
}

/* line 16, app/assets/stylesheets/core/common/cards.sass */
.cards .visibility-hidden {
  visibility: hidden;
}

/* line 19, app/assets/stylesheets/core/common/cards.sass */
.card-features {
  margin-bottom: auto;
}
/* line 3, app/assets/stylesheets/core/common/div-tables.sass */
.table th, .table th > *, .table .row.header, .table .row.header > * {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 8, app/assets/stylesheets/core/common/div-tables.sass */
.table .col.center, .table td.center, .table th.center {
  text-align: center;
}

/* line 11, app/assets/stylesheets/core/common/div-tables.sass */
.table {
  display: table;
  border-collapse: collapse;
}

/* line 14, app/assets/stylesheets/core/common/div-tables.sass */
.table .header {
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/core/common/div-tables.sass */
.table > .row {
  display: table-row;
}

/* line 19, app/assets/stylesheets/core/common/div-tables.sass */
.table > .row.v-space > .col {
  padding-top: 2em;
}

/* line 22, app/assets/stylesheets/core/common/div-tables.sass */
.table > .row.no-v-space > .col {
  padding-top: 0;
}

/* line 24, app/assets/stylesheets/core/common/div-tables.sass */
.table > .row.grayed-out {
  background: #f0f0f0;
  color: gray;
}

/* line 27, app/assets/stylesheets/core/common/div-tables.sass */
.table > .row > .col {
  display: table-cell;
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}

/* line 32, app/assets/stylesheets/core/common/div-tables.sass */
.table select.form-control {
  height: 30px;
}

/* line 35, app/assets/stylesheets/core/common/div-tables.sass */
.table.table-compact {
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/core/common/div-tables.sass */
.table.table-compact > .row > .col {
  padding: 2px;
  line-height: 1.428571429;
}

/* line 43, app/assets/stylesheets/core/common/div-tables.sass */
.table.table-striped > .row {
  border-top: 1px solid #DDD;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 6, app/assets/stylesheets/core/common/overlay.sass */
.overlay {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

/* line 11, app/assets/stylesheets/core/common/overlay.sass */
.overlay.overlay--hidden {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* line 16, app/assets/stylesheets/core/common/overlay.sass */
.overlay.overlay--hidden .overlay__content {
  transform: translate(-50%, -25%) scale(0.5);
  transition: transform 0.2s ease-out;
}

/* line 20, app/assets/stylesheets/core/common/overlay.sass */
.overlay .overlay__content {
  /* As wide as possible while leaving padding for close button */
  width: calc(100vw - 6rem);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
}

@media screen and (min-width: 60em) {
  /* line 20, app/assets/stylesheets/core/common/overlay.sass */
  .overlay .overlay__content {
    width: calc(100vw - 12rem);
  }
}

/* line 30, app/assets/stylesheets/core/common/overlay.sass */
.overlay .overlay__close {
  top: -2rem;
  right: -2rem;
  min-width: 36px;
}

@media screen and (min-width: 60em) {
  /* line 30, app/assets/stylesheets/core/common/overlay.sass */
  .overlay .overlay__close {
    top: -3rem;
    right: -3rem;
  }
}

/* line 39, app/assets/stylesheets/core/common/overlay.sass */
.overlay .overlay__close .mdc-button__icon {
  margin: 0;
}

/* line 43, app/assets/stylesheets/core/common/overlay.sass */
.video-overlay .overlay__content {
  /* max-height doesn't have an effect on the player, so calculate based on vh and aspect ratio */
  max-width: calc((100vh - 6rem) * 1.7777777778);
}

@media screen and (min-width: 60em) {
  /* line 43, app/assets/stylesheets/core/common/overlay.sass */
  .video-overlay .overlay__content {
    max-width: calc((100vh - 12rem) * 1.7777777778);
  }
}

/* line 51, app/assets/stylesheets/core/common/overlay.sass */
.text-overlay .overlay__content {
  /* extra vertical padding is needed for ios devices */
  height: calc(100vh - 18rem);
}

@media screen and (min-width: 30em) {
  /* line 51, app/assets/stylesheets/core/common/overlay.sass */
  .text-overlay .overlay__content {
    height: calc(100vh - 6rem);
  }
}

/* line 57, app/assets/stylesheets/core/common/overlay.sass */
.text-overlay p {
  margin-top: 0.5em;
}

/* line 60, app/assets/stylesheets/core/common/overlay.sass */
.text-overlay h5 {
  margin-top: 1em;
}

/* line 63, app/assets/stylesheets/core/common/overlay.sass */
.text-overlay ul {
  list-style: unset;
  padding-left: 2em;
  margin-top: 0.3em;
}

/* line 68, app/assets/stylesheets/core/common/overlay.sass */
.text-overlay table, .text-overlay td, .text-overlay th {
  text-align: center;
  padding: 3px;
  border: 1px solid;
  border-collapse: collapse;
}

/* line 75, app/assets/stylesheets/core/common/overlay.sass */
.acquisition-overlay .overlay__content {
  max-width: 600px;
  max-height: 680px;
  background: none;
}

/* line 80, app/assets/stylesheets/core/common/overlay.sass */
.acquisition-overlay p {
  font-size: 12pt;
  margin-top: 1.5em;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method {
  padding: 12px;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method:hover {
  border: 2px solid #777;
}

/* line 12, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method.payment-method--selected {
  border: 2px solid #1079d4;
  cursor: default;
}

/* line 16, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method.payment-method--selected.payment-method--unsaved {
  border: 2px solid #777;
}

/* line 20, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__agreement input {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
}

/* line 25, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__agreement label {
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__agreement--disabled input {
  cursor: default;
}

/* line 32, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__agreement--disabled label {
  opacity: 0.5;
  cursor: default;
}

/* line 36, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-message {
  padding: 12px;
}

/* line 39, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-message--error {
  color: #ca2e0f;
}

/* line 42, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-message--placeholder {
  color: transparent;
}

/* line 45, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__delete {
  opacity: 0;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #FFF;
  width: 18px;
  height: 18px;
  border: 2px solid #ca2e0f;
  border-radius: 100%;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__delete::before, .payment-method__delete::after {
  position: absolute;
  top: 2px;
  left: 6px;
  content: '';
  width: 2px;
  height: 10px;
  background-color: #ca2e0f;
}

/* line 65, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__delete::before {
  transform: rotate(45deg);
}

/* line 68, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__delete::after {
  transform: rotate(-45deg);
}

/* line 71, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method__delete:hover {
  opacity: 1;
}

/* line 75, app/assets/stylesheets/core/common/payment-methods.sass */
.payment-method:hover .payment-method__delete, .payment-method:focus .payment-method__delete {
  opacity: 1;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 4, app/assets/stylesheets/core/common/plans.sass */
.plans-description .description {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 9, app/assets/stylesheets/core/common/plans.sass */
  .plans-description .plan-status-cta {
    max-width: 24rem;
  }
}

/* line 14, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details[data-plan="standard"] {
  background: #d9eaf2;
}

/* line 16, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details[data-plan="pro"] {
  background: #b3d5e6;
}

/* line 18, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details[data-plan="enterprise"] {
  background: #8cbfd9;
}

/* line 20, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details h3 {
  margin-top: 0;
  text-align: center;
}

/* line 24, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details .btn {
  width: 90%;
  margin: 0 auto;
  display: block;
}

/* line 29, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details ul {
  min-height: 12em;
  list-style: disc;
  padding-left: 18px;
}

/* line 34, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details .plan-price {
  font-size: 2em;
}

/* line 37, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details .enroll-section {
  height: 32px;
}

/* line 39, app/assets/stylesheets/core/common/plans.sass */
.plans-description .plan-details .enrolled {
  font-style: italic;
  line-height: 30px;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 5, app/assets/stylesheets/core/common/pricing.sass */
.pricing-page table colgroup {
  border: none;
}

/* line 9, app/assets/stylesheets/core/common/pricing.sass */
.pricing-page .features-matrix tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}

@media screen and (max-width: 30em) {
  /* line 14, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table thead th {
    display: none;
  }
  /* line 16, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table thead tr {
    padding: .5rem 0;
  }
  /* line 18, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table thead:before {
    font-size: 1.5rem;
    font-weight: 400;
    content: attr(data-label);
  }
  /* line 23, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  /* line 27, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
  }
  /* line 33, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table tbody tr td p:first-child {
    font-weight: 500;
  }
  /* line 35, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table tbody tr td + td {
    display: flex;
    font-weight: inherit;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  /* line 42, app/assets/stylesheets/core/common/pricing.sass */
  .pricing-page table td::before {
    content: attr(data-label);
    float: left;
  }
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 6, app/assets/stylesheets/core/common/product-page.sass */
.product-page .hero figure h2 {
  justify-content: space-evenly;
  top: 50%;
  transform: translateY(-75%);
  font-size: 6vw;
}

/* line 11, app/assets/stylesheets/core/common/product-page.sass */
.product-page .hero figure svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 13, app/assets/stylesheets/core/common/product-page.sass */
.product-page .logos {
  filter: brightness(1.5);
}

/* line 15, app/assets/stylesheets/core/common/product-page.sass */
.product-page .logos img {
  max-width: 80px;
}

@media screen and (min-width: 60em) {
  /* line 15, app/assets/stylesheets/core/common/product-page.sass */
  .product-page .logos img {
    max-width: 160px;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 15, app/assets/stylesheets/core/common/product-page.sass */
  .product-page .logos img {
    max-width: 100px;
  }
}

/* line 22, app/assets/stylesheets/core/common/product-page.sass */
.product-page .feature-column {
  max-width: 55rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 60em) {
  /* line 29, app/assets/stylesheets/core/common/product-page.sass */
  .product-page .feature-column .img-wrapper {
    flex: 0 1 60%;
  }
  /* line 31, app/assets/stylesheets/core/common/product-page.sass */
  .product-page .feature-column .info {
    flex: 0 1 40%;
    transform: translateY(-25%);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 36, app/assets/stylesheets/core/common/product-page.sass */
  .product-page .feature-column .img-wrapper, .product-page .feature-column .info {
    width: 420px;
  }
}

/* line 41, app/assets/stylesheets/core/common/product-page.sass */
.product-page .feature-column .feature-row .info p, .product-page .feature-column .feature-row .info h5 {
  line-height: 1.4;
}

/* line 43, app/assets/stylesheets/core/common/product-page.sass */
.product-page .feature-column .feature-row img {
  flex: 1  1 auto;
  height: auto;
}

/* line 47, app/assets/stylesheets/core/common/product-page.sass */
.product-page .feature-column .feature-row > :first-child {
  padding-right: 2rem;
}

/* line 51, app/assets/stylesheets/core/common/product-page.sass */
.product-page .feature-column .feature-row.flex-row-reverse > :first-child {
  padding-left: 2rem;
}

@media screen and (max-width: 30em) {
  /* line 55, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.consumers .hero {
    width: 250% !important;
    margin-left: -75%;
  }
}

/* line 60, app/assets/stylesheets/core/common/product-page.sass */
.product-page.consumers .hero h2 {
  font-size: 2rem;
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 60, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.consumers .hero h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 60, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.consumers .hero h2 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 30em) {
  /* line 60, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.consumers .hero h2 {
    bottom: 20%;
    left: 0;
    right: 0;
  }
}

/* line 71, app/assets/stylesheets/core/common/product-page.sass */
.product-page.consumers .hero .up-down-animate {
  animation: up-down-move 2s infinite alternate;
}

/* line 73, app/assets/stylesheets/core/common/product-page.sass */
.product-page.consumers .hero .grow-animate {
  animation: left-right-grow 2s infinite alternate;
}

/* line 77, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .hero h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 77, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.industry .hero h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 77, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.industry .hero h1 {
    font-size: 4rem;
  }
}

/* line 85, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .stay-in-touch .signup {
  width: 28rem;
}

/* line 87, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .stay-in-touch .signup .mdc-text-field {
  color: #d8d8d8;
}

/* line 90, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .stay-in-touch .signup .mdc-notched-outline > div {
  border-color: #777;
}

/* line 92, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .stay-in-touch .signup label {
  color: #000;
}

/* line 95, app/assets/stylesheets/core/common/product-page.sass */
.product-page.industry .feature-row:first-child {
  margin-bottom: 4rem;
}

@media screen and (min-width: 30em) {
  /* line 95, app/assets/stylesheets/core/common/product-page.sass */
  .product-page.industry .feature-row:first-child {
    margin-bottom: 8rem;
  }
}

/* line 101, app/assets/stylesheets/core/common/product-page.sass */
.industry .hero h1, .solar-page .hero h1 {
  text-shadow: 0px 2px 20px #000;
}

/* line 104, app/assets/stylesheets/core/common/product-page.sass */
.industry .hero-video, .solar-page .hero-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: calc(88vh - 4rem);
  min-height: 26rem;
  max-height: 1080px;
  filter: brightness(0.5);
}

@media screen and (min-width: 30em) {
  /* line 104, app/assets/stylesheets/core/common/product-page.sass */
  .industry .hero-video, .solar-page .hero-video {
    height: calc(90vh - 5.3rem);
  }
}

/* line 117, app/assets/stylesheets/core/common/product-page.sass */
.industry .feature-column .feature-row:first-of-type .info, .solar-page .feature-column .feature-row:first-of-type .info {
  transform: translateY(0);
}

/* line 119, app/assets/stylesheets/core/common/product-page.sass */
.industry .feature-column .feature-row:first-of-type .img-wrapper::before, .solar-page .feature-column .feature-row:first-of-type .img-wrapper::before {
  top: 8rem;
}

@media screen and (min-width: 30em) {
  /* line 119, app/assets/stylesheets/core/common/product-page.sass */
  .industry .feature-column .feature-row:first-of-type .img-wrapper::before, .solar-page .feature-column .feature-row:first-of-type .img-wrapper::before {
    top: 11.4rem;
  }
}

/* line 124, app/assets/stylesheets/core/common/product-page.sass */
.industry .feature-column .feature-row:not(:first-of-type) .info, .solar-page .feature-column .feature-row:not(:first-of-type) .info {
  margin-top: 1rem;
}

/* line 128, app/assets/stylesheets/core/common/product-page.sass */
.industry .feature-column .feature-row .img-wrapper::before, .solar-page .feature-column .feature-row .img-wrapper::before {
  content: " ";
  display: inline-block;
  background-color: #656565;
  height: calc(74% - 4rem);
  width: 100%;
  position: absolute;
  top: 2rem;
  left: 0;
  border-radius: 8px;
}

@keyframes up-down-move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1.5rem);
  }
}

@keyframes left-right-grow {
  0% {
    transform: scaleX(1.3);
  }
  100% {
    transform: scaleX(0.7);
  }
}
/* line 1, app/assets/stylesheets/core/common/titles.sass */
.title-row {
  border-bottom: 1px solid black;
  overflow: auto;
}

/* line 4, app/assets/stylesheets/core/common/titles.sass */
.title-row h3 {
  margin-top: 6px;
}

/* line 6, app/assets/stylesheets/core/common/titles.sass */
.title-row > * {
  margin: 0;
}

/* line 8, app/assets/stylesheets/core/common/titles.sass */
.title-row .btn {
  padding: 5px 14px;
  margin-top: 4px;
  font-size: 11px;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 4, app/assets/stylesheets/core/dashboard.sass */
  .account-dashboard .account-details {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 8, app/assets/stylesheets/core/dashboard.sass */
  .account-dashboard .account-details .card-column {
    flex-basis: 50%;
  }
}

/* line 12, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card {
  padding: 1rem;
}

@media screen and (min-width: 30em) {
  /* line 12, app/assets/stylesheets/core/dashboard.sass */
  .account-dashboard .account-details .card {
    padding: 1rem 3rem;
  }
}

@media screen and (min-width: 60em) {
  /* line 12, app/assets/stylesheets/core/dashboard.sass */
  .account-dashboard .account-details .card {
    max-width: 24rem;
  }
}

/* line 21, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .type-main-1 {
  font-size: 2.933rem;
}

/* line 24, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .type-main-1 + p {
  font-size: 0.875rem;
}

/* line 27, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .type-main-2 {
  font-size: 1.6rem;
}

/* line 30, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .type-main-2 + p {
  font-size: 0.875rem;
}

/* line 33, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .labeled-field {
  font-size: 1.067rem;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .labeled-field p {
  min-height: 2rem;
}

/* line 40, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card.credentials input {
  border-width: 1px;
  padding: 0.5rem;
}

/* line 44, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card .mdc-button {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  min-width: 8rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 51, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card table tr {
  max-width: 17.5rem;
}

/* line 53, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .account-details .card table td {
  padding: 3px;
}

/* line 57, app/assets/stylesheets/core/dashboard.sass */
.account-dashboard .labeled-field label {
  top: -.5rem;
}

/* line 60, app/assets/stylesheets/core/dashboard.sass */
.usage-bar {
  min-width: 1rem;
  width: calc(var(--usage) * 100%);
  /* Creates a gradient that is based off 100% with, regardless of the current width */
  background: linear-gradient(90deg, #9acd8c 0%, #5EA94A calc(100% / (var(--usage) + 0.01)));
  border-width: 2px;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 2, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion {
  margin: 0 auto;
  position: relative;
  height: 200px;
}

@media screen and (min-width: 60em) {
  /* line 2, app/assets/stylesheets/core/homepage/accordion.sass */
  .accordion {
    height: 430px;
  }
}

/* line 8, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  z-index: 100;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  transition: width 500ms ease;
  border-left: 2px solid white;
}

/* line 28, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides li:first-child {
  border-left: none;
}

/* line 30, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides li .inner {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 35, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides li a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: background-color 500ms ease;
}

/* line 48, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides li h2 {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  bottom: 24px;
  transition: opacity 500ms ease;
  position: absolute;
  color: white;
  white-space: nowrap;
}

/* line 61, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides:hover li a {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 63, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides:hover li h2 {
  opacity: 0;
}

/* line 65, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides:hover li:hover {
  width: 500%;
  max-width: 750px;
}

/* line 68, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides:hover li:hover a {
  background-color: rgba(0, 0, 0, 0);
}

/* line 70, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.slides:hover li:hover h2 {
  opacity: 1;
}

/* line 72, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups {
  margin: 0;
}

/* line 74, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups li {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  padding: 24px 36px;
  z-index: 200;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* line 86, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups li .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 23px;
}

/* line 93, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups a {
  display: block;
  color: #f6881d;
  text-decoration: none;
  margin: 14px 0;
}

/* line 99, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups h3 {
  font-weight: 400;
  font-size: 22px;
  color: black;
}

/* line 103, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  text-decoration: underline;
}

/* line 108, app/assets/stylesheets/core/homepage/accordion.sass */
.accordion ul.popups p {
  color: black;
  font-size: 12px;
  margin-top: 2px;
}

/* See the accordion.html file for horizontal responsiveness (dynamic on number of states) */
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content {
  font-family: "Open Sans", Sans-Serif;
}

/* line 7, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content .hero .hero-img svg {
  max-height: 88vh;
}

/* line 10, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content .hero .home-hero-button {
  min-width: 13rem;
}

/* line 13, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content section {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (min-width: 30em) {
  /* line 13, app/assets/stylesheets/core/homepage/content.sass */
  .homepage-content section {
    margin-bottom: 12rem;
  }
}

/* line 20, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content section:last-child {
  margin-top: 4rem;
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/core/homepage/content.sass */
.button-badge {
  transform: translate(-25%, -50%) rotate(-15deg);
}

/* line 28, app/assets/stylesheets/core/homepage/content.sass */
.hero .hero-img {
  display: flex;
  max-height: calc(88vh - 4rem);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (min-width: 30em) {
  /* line 28, app/assets/stylesheets/core/homepage/content.sass */
  .hero .hero-img {
    max-height: calc(90vh - 5.3rem);
  }
}

/* line 35, app/assets/stylesheets/core/homepage/content.sass */
.hero .wide-animation {
  min-height: 500px;
  min-width: 1800px;
  transform: translate3d(-50%, 0px, 0px);
  margin-left: 50%;
}

@media screen and (max-width: 30em) {
  /* line 43, app/assets/stylesheets/core/homepage/content.sass */
  .labs svg {
    /* lottie adds inline 100% */
    width: 150% !important;
    margin-left: -25%;
  }
}

/* line 49, app/assets/stylesheets/core/homepage/content.sass */
.swizzle {
  background: transparent linear-gradient(93deg, #1079D4 0%, #D00060 100%) 0% 0%;
}

/* line 53, app/assets/stylesheets/core/homepage/content.sass */
.client-logos img {
  max-height: 2.6rem;
  width: auto;
  max-width: 20%;
}

/* line 60, app/assets/stylesheets/core/homepage/content.sass */
.homepage-content .client-logos img {
  filter: brightness(0.7);
}

/* line 66, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li.split-left a {
  /* fallback for IE11 */
  background: url(/assets/fluxboard/fluxboard_split_dark-4dd6afb70b46a1a3dccd70b9b4cda6edb7510147a9e2fbdb9fd94c5d82380174.png);
  background: linear-gradient(to left, #000c 20%, #0000 50%) fixed, url(/assets/fluxboard/fluxboard_split_dark-4dd6afb70b46a1a3dccd70b9b4cda6edb7510147a9e2fbdb9fd94c5d82380174.png);
}

/* line 70, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li.split-right {
  background: url(/assets/fluxboard/fluxboard_split_light-5f6f855e445beb8b00760649d29162cefbbf071cdc1c9d813ff7fbd5621385ea.png);
}

@media screen and (min-width: 30em) {
  /* line 75, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-right a {
    background: linear-gradient(to right, #fffc 20%, #fff0 50%);
  }
}

/* line 81, app/assets/stylesheets/core/homepage/content.sass */
.solar-split figure li.split-left a {
  background: url(/assets/solar/solar_split_pv-de8186223f0ef645e24c8af170b4ef2397801a8e6c2e61bce765e558151839a6.png);
}

/* line 83, app/assets/stylesheets/core/homepage/content.sass */
.solar-split figure li.split-right {
  background: url(/assets/solar/solar_split_sat-47d01e2e33966051866d609ef967f2b47bc9f809c54301400f0b98799dc9e405.png);
}

@media screen and (min-width: 60em) {
  /* line 87, app/assets/stylesheets/core/homepage/content.sass */
  .solar-split figure ul li.split-left a {
    background-size: 100vw;
  }
  /* line 89, app/assets/stylesheets/core/homepage/content.sass */
  .solar-split figure ul li.split-right {
    background-size: 100vw;
  }
}

/* line 93, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure, .solar-split figure {
  height: 200px;
}

/* line 97, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li.split-left a, .solar-split figure li.split-left a {
  width: 50%;
  background-size: cover;
  background-position: left;
}

/* line 101, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li.split-left h3, .fluxboard-split figure li.split-left p, .solar-split figure li.split-left h3, .solar-split figure li.split-left p {
  clip-path: inset(0 50% 0 0);
}

/* line 103, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li.split-right, .solar-split figure li.split-right {
  background-size: cover;
  background-position: left;
}

/* line 106, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-split figure li h3, .fluxboard-split figure li p, .solar-split figure li h3, .solar-split figure li p {
  font-weight: 600;
  pointer-events: none;
}

@media screen and (min-width: 30em) {
  /* line 110, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure, .solar-split figure {
    height: 400px;
  }
  /* line 114, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-right h3, .fluxboard-split figure li.split-right p, .solar-split figure li.split-right h3, .solar-split figure li.split-right p {
    left: 20%;
  }
  /* line 116, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-left, .solar-split figure li.split-left {
    pointer-events: none;
  }
  /* line 118, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-left a, .solar-split figure li.split-left a {
    width: 50%;
    transition: width .5s ease-in-out;
    pointer-events: all;
  }
  /* line 122, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-left h3, .fluxboard-split figure li.split-left p, .solar-split figure li.split-left h3, .solar-split figure li.split-left p {
    right: 0%;
    width: 100%;
    padding-right: calc(20% + 1rem);
    clip-path: inset(0 50% 0 0);
  }
  /* line 127, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li h3, .fluxboard-split figure li p, .solar-split figure li h3, .solar-split figure li p {
    transition: clip-path .5s ease-in-out, opacity .6s ease-in;
  }
  /* line 132, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure:hover li.split-left a, .solar-split figure:hover li.split-left a {
    width: 20%;
  }
  /* line 134, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure:hover li.split-left h3, .fluxboard-split figure:hover li.split-left p, .solar-split figure:hover li.split-left h3, .solar-split figure:hover li.split-left p {
    clip-path: inset(0 80% 0 0);
  }
  /* line 137, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure:hover li.split-left:hover a:hover, .solar-split figure:hover li.split-left:hover a:hover {
    width: 80%;
  }
  /* line 139, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure:hover li.split-left:hover a:hover ~ h3, .fluxboard-split figure:hover li.split-left:hover a:hover ~ p, .solar-split figure:hover li.split-left:hover a:hover ~ h3, .solar-split figure:hover li.split-left:hover a:hover ~ p {
    clip-path: inset(0 20% 0 0);
    opacity: 1;
    transition: clip-path .5s ease-in-out, opacity .2s ease-in;
  }
  /* line 144, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure:hover li.split-right:hover h3, .fluxboard-split figure:hover li.split-right:hover p, .solar-split figure:hover li.split-right:hover h3, .solar-split figure:hover li.split-right:hover p {
    opacity: 1;
    transition: clip-path .5s ease-in-out, opacity .2s ease-in;
  }
}

@media screen and (min-width: 60em) {
  /* line 149, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-left a, .solar-split figure li.split-left a {
    background-size: 85vw;
  }
  /* line 151, app/assets/stylesheets/core/homepage/content.sass */
  .fluxboard-split figure li.split-right, .solar-split figure li.split-right {
    background-size: 85vw;
  }
}

@media screen and (min-width: 30em) {
  /* line 155, app/assets/stylesheets/core/homepage/content.sass */
  .buzz article.card {
    min-height: 250px;
    min-width: 21rem;
    flex: 0 0 30%;
  }
}

/* line 162, app/assets/stylesheets/core/homepage/content.sass */
.buzz .thumb img {
  border-radius: 100%;
  width: 125px;
}

/* line 168, app/assets/stylesheets/core/homepage/content.sass */
.news .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* line 176, app/assets/stylesheets/core/homepage/content.sass */
.about-us .hero .hero-img {
  height: 24rem;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0));
}

@media screen and (min-width: 30em) {
  /* line 176, app/assets/stylesheets/core/homepage/content.sass */
  .about-us .hero .hero-img {
    height: 32rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 184, app/assets/stylesheets/core/homepage/content.sass */
  .ie .contact-cards .basis-50-m {
    flex-basis: 46%;
  }
}

@media screen and (min-width: 60em) {
  /* line 187, app/assets/stylesheets/core/homepage/content.sass */
  .ie .contact-cards .basis-33-l {
    flex-basis: 31%;
  }
}

/* line 190, app/assets/stylesheets/core/homepage/content.sass */
.fluxboard-logo-container .fluxboard-logo .beta-badge {
  bottom: 3px;
  right: -8px;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 4, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos, .solar-page .external_logos {
  text-align: center;
  margin: 20px auto 0;
}

/* line 7, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos .title, .solar-page .external_logos .title {
  font-size: 1em;
}

/* line 9, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos img, .solar-page .external_logos img {
  filter: brightness(0.8);
}

/* line 11, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos img:hover, .solar-page .external_logos img:hover {
  filter: brightness(1.1);
}

/* line 14, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos .marquee, .solar-page .external_logos .marquee {
  width: 600%;
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  /* line 14, app/assets/stylesheets/core/homepage/external_logos.sass */
  .homepage-content .external_logos .marquee, .solar-page .external_logos .marquee {
    width: 400%;
  }
}

@media screen and (min-width: 60em) {
  /* line 14, app/assets/stylesheets/core/homepage/external_logos.sass */
  .homepage-content .external_logos .marquee, .solar-page .external_logos .marquee {
    width: 200%;
  }
}

/* line 21, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos .marquee:hover .marquee--inner, .solar-page .external_logos .marquee:hover .marquee--inner {
  animation-play-state: paused;
}

/* line 23, app/assets/stylesheets/core/homepage/external_logos.sass */
.homepage-content .external_logos .marquee .marquee--inner, .solar-page .external_logos .marquee .marquee--inner {
  flex-basis: 100%;
  animation: move-marquee 45s linear infinite;
}

@keyframes move-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* line 1, app/assets/stylesheets/core/transactions.sass */
.pro-receipt {
  font-size: 16px;
  min-width: 36rem;
}

/* line 5, app/assets/stylesheets/core/transactions.sass */
.billing-history {
  min-width: 38rem;
}

/* line 8, app/assets/stylesheets/core/transactions.sass */
.credit-card-logo {
  height: 18px;
  vertical-align: middle;
  padding: 0 2px;
  margin-bottom: 1px;
}

@media print {
  /* line 15, app/assets/stylesheets/core/transactions.sass */
  .full-card-container {
    padding: 0;
    page-break-after: always;
  }
  /* line 19, app/assets/stylesheets/core/transactions.sass */
  .full-card-container .full-card {
    box-shadow: none;
  }
}
/* line 1, app/assets/stylesheets/core/widget_documentation.sass */
.widget-docs-back-to-account-link {
  top: -3.5rem;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 4, app/assets/stylesheets/solar/solar.sass */
.solar-page .hero h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 30em) {
  /* line 4, app/assets/stylesheets/solar/solar.sass */
  .solar-page .hero h1 {
    font-size: 4rem;
  }
}

/* line 9, app/assets/stylesheets/solar/solar.sass */
.solar-page .solar-hero-video {
  animation: solar-hero-in-out 65.4s linear infinite;
}

/* line 12, app/assets/stylesheets/solar/solar.sass */
.solar-page .solar-hero-date, .solar-page .solar-hero-time {
  font-family: monospace;
  text-shadow: 0px 0px 4px #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 17, app/assets/stylesheets/solar/solar.sass */
.solar-page .features-cta {
  background-color: #CE1141;
}

/* line 20, app/assets/stylesheets/solar/solar.sass */
.solar-page .tech-methods img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 30em) {
  /* line 23, app/assets/stylesheets/solar/solar.sass */
  .solar-page #mapdwell-solar-widget {
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes solar-hero-in-out {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
/* line 2, app/assets/stylesheets/solar/solar_assessment_data.sass */
.solar-assessment-data .price {
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
