/* line 1, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__input {
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out,-webkit-transform 0s .15s;
  transition: background .15s ease-out,transform 0s .15s;
  -webkit-backface-visibility: hidden;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__frame, .picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out;
}

/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__wrap {
    display: block;
  }
}

/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background .15s ease-out;
}

/* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 4, vendor/assets/stylesheets/pickadate/default.css.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__footer, .picker__header, .picker__table {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--highlighted, .picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__box {
  padding: 0 1em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__header {
  position: relative;
  margin-top: .75em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__select--month {
  width: 35%;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__select--year {
  width: 22.5%;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__select--month, .picker__select--year {
    margin-top: -.5em;
  }
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__nav--next, .picker__nav--prev {
    top: -.33em;
  }
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__table {
    margin-bottom: .75em;
  }
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  /* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--today {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--disabled:before {
  border-top-color: #aaa;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--outfocus {
  color: #ddd;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/pickadate/default.date.css.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn,.slicknav_nav a{text-decoration:none}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700}.slicknav_menu .slicknav_icon{float:left;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{font-size:16px;background:#f8f8f8;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#1a6cbf}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;color:#fff;background:#1a6cbf}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 0;height:44px}
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/utils/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/utils/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/utils/_normalize.scss */
a, .link_button {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, app/assets/stylesheets/utils/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

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

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

/* line 169, app/assets/stylesheets/utils/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, app/assets/stylesheets/utils/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, app/assets/stylesheets/utils/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, app/assets/stylesheets/utils/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, app/assets/stylesheets/utils/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/utils/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/utils/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/utils/_normalize.scss */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/utils/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, app/assets/stylesheets/utils/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, app/assets/stylesheets/utils/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, app/assets/stylesheets/utils/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, app/assets/stylesheets/utils/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, app/assets/stylesheets/utils/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * Clean up remaining elements
 */
/* line 433, app/assets/stylesheets/utils/_normalize.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

/* line 441, app/assets/stylesheets/utils/_normalize.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-size: initial;
  margin: 0;
}

/* line 447, app/assets/stylesheets/utils/_normalize.scss */
ul {
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/base/_defaults.scss */
body {
  position: relative;
  color: #40464d;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 320px;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 19, app/assets/stylesheets/base/_defaults.scss */
a, .link_button {
  color: #1a6cbf;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 23, app/assets/stylesheets/base/_defaults.scss */
a:hover, .link_button:hover {
  color: #4b98e5;
}

/* line 24, app/assets/stylesheets/base/_defaults.scss */
a:active, .link_button:active {
  color: #fd8143;
}

/* line 27, app/assets/stylesheets/base/_defaults.scss */
th, td {
  text-align: left;
  padding: 10px 5px;
}

@media (min-width: 800px) {
  /* line 30, app/assets/stylesheets/base/_defaults.scss */
  th:first-child, td:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 800px) {
  /* line 31, app/assets/stylesheets/base/_defaults.scss */
  th:last-child, td:last-child {
    padding-right: 10px;
  }
}

/* line 35, app/assets/stylesheets/base/_defaults.scss */
tr:nth-child(even) {
  background: #f8f8f8;
}

/* line 36, app/assets/stylesheets/base/_defaults.scss */
tr:nth-child(odd) {
  background: white;
}

@media only screen and (max-width: 800px) {
  /* line 41, app/assets/stylesheets/base/_defaults.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* line 43, app/assets/stylesheets/base/_defaults.scss */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 49, app/assets/stylesheets/base/_defaults.scss */
  tr:not(:last-child) {
    border-bottom: 1px solid #40464d;
  }
  /* line 51, app/assets/stylesheets/base/_defaults.scss */
  td {
    border-bottom: 1px solid #e3e3e5;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  /* line 59, app/assets/stylesheets/base/_defaults.scss */
  td:before {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}

/* line 74, app/assets/stylesheets/base/_defaults.scss */
::selection {
  background: #ebf5fe;
}

/* line 78, app/assets/stylesheets/base/_defaults.scss */
.svg_icon {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-84b8addc6ff32bcc1dc4885dc9b02ef2455f143ed61b74234a93be2a33855928.eot?54265313);
  src: url(/assets/fontello-84b8addc6ff32bcc1dc4885dc9b02ef2455f143ed61b74234a93be2a33855928.eot?54265313#iefix) format("embedded-opentype"), url(/assets/fontello-a40833020beae4629048b377eaf34c53bb7ac6df1cfe35bf89279cbfeae4b775.woff?54265313) format("woff"), url(/assets/fontello-81d79a540ff0d142324f17009345063b02ef7cfea01cc66a9d5285779dbeefde.ttf?54265313) format("truetype"), url(/assets/fontello-6cc0302b885d27932bb09094eb8a77ea88197e60de3cb946f77717adb6f4890c.svg?54265313#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, app/assets/stylesheets/base/_fonts.scss */
.icon, .title_text:before, .select:after, [class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
}

/* line 37, app/assets/stylesheets/base/_fonts.scss */
.icon:before, .title_text:before, [class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
}

/* line 45, app/assets/stylesheets/base/_fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/base/_fonts.scss */
.text_jewel {
  padding: 0 5px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

/* line 57, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.red_text_jewel {
  color: #e54f3c;
  background-color: #ffedea;
}

/* line 61, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.orange_text_jewel {
  color: #fd8143;
  background-color: #ffefe8;
}

/* line 65, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.yellow_text_jewel {
  color: #ffc94d;
  background-color: #fff7e4;
}

/* line 69, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.green_text_jewel {
  color: #3ac162;
  background-color: #eafcef;
}

/* line 73, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.blue_text_jewel {
  color: #378de3;
  background-color: #ebf5fe;
}

/* line 77, app/assets/stylesheets/base/_fonts.scss */
.text_jewel.purple_text_jewel {
  color: #6469c2;
  background-color: #ededf8;
}

/* line 83, app/assets/stylesheets/base/_fonts.scss */
.block_text_jewel {
  display: block;
  margin-bottom: 10px;
  padding: 11px;
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/base/_fontello-codes.css */
.icon-doc-text-inv:before {
  content: '\e800';
}

/* '' */
/* line 3, app/assets/stylesheets/base/_fontello-codes.css */
.icon-doc-text:before {
  content: '\e801';
}

/* '' */
/* line 4, app/assets/stylesheets/base/_fontello-codes.css */
.icon-list:before {
  content: '\e802';
}

/* '' */
/* line 5, app/assets/stylesheets/base/_fontello-codes.css */
.icon-filter:before {
  content: '\e803';
}

/* '' */
/* line 6, app/assets/stylesheets/base/_fontello-codes.css */
.icon-arrow-combo:before {
  content: '\e804';
}

/* '' */
/* line 7, app/assets/stylesheets/base/_fontello-codes.css */
.icon-mobile:before {
  content: '\e805';
}

/* '' */
/* line 8, app/assets/stylesheets/base/_fontello-codes.css */
.icon-facebook:before {
  content: '\e806';
}

/* '' */
/* line 9, app/assets/stylesheets/base/_fontello-codes.css */
.icon-twitter:before {
  content: '\e807';
}

/* '' */
/* line 10, app/assets/stylesheets/base/_fontello-codes.css */
.icon-googleplus:before {
  content: '\e808';
}

/* '' */
/* line 11, app/assets/stylesheets/base/_fontello-codes.css */
.icon-pinterest:before {
  content: '\e809';
}

/* '' */
/* line 12, app/assets/stylesheets/base/_fontello-codes.css */
.icon-amazon:before {
  content: '\e80a';
}

/* '' */
/* line 13, app/assets/stylesheets/base/_fontello-codes.css */
.icon-search:before {
  content: '\e80b';
}

/* '' */
/* line 14, app/assets/stylesheets/base/_fontello-codes.css */
.icon-star:before {
  content: '\e80c';
}

/* '' */
/* line 15, app/assets/stylesheets/base/_fontello-codes.css */
.icon-answers:before {
  content: '\e80d';
}

/* '' */
/* line 16, app/assets/stylesheets/base/_fontello-codes.css */
.icon-aollifestream:before {
  content: '\e80e';
}

/* '' */
/* line 17, app/assets/stylesheets/base/_fontello-codes.css */
.icon-building:before {
  content: '\e80f';
}

/* '' */
/* line 18, app/assets/stylesheets/base/_fontello-codes.css */
.icon-tumblr:before {
  content: '\e810';
}

/* '' */
/* line 19, app/assets/stylesheets/base/_fontello-codes.css */
.icon-linkedin:before {
  content: '\e811';
}

/* '' */
/* line 20, app/assets/stylesheets/base/_fontello-codes.css */
.icon-stumbleupon:before {
  content: '\e812';
}

/* '' */
/* line 21, app/assets/stylesheets/base/_fontello-codes.css */
.icon-github:before {
  content: '\e813';
}

/* '' */
/* line 22, app/assets/stylesheets/base/_fontello-codes.css */
.icon-vimeo:before {
  content: '\e814';
}

/* '' */
/* line 23, app/assets/stylesheets/base/_fontello-codes.css */
.icon-blogger:before {
  content: '\e815';
}

/* '' */
/* line 24, app/assets/stylesheets/base/_fontello-codes.css */
.icon-rdio:before {
  content: '\e816';
}

/* '' */
/* line 25, app/assets/stylesheets/base/_fontello-codes.css */
.icon-instagram:before {
  content: '\e817';
}

/* '' */
/* line 26, app/assets/stylesheets/base/_fontello-codes.css */
.icon-dropbox:before {
  content: '\e818';
}

/* '' */
/* line 27, app/assets/stylesheets/base/_fontello-codes.css */
.icon-skype:before {
  content: '\e819';
}

/* '' */
/* line 28, app/assets/stylesheets/base/_fontello-codes.css */
.icon-soundcloud:before {
  content: '\e81a';
}

/* '' */
/* line 29, app/assets/stylesheets/base/_fontello-codes.css */
.icon-picasa:before {
  content: '\e81b';
}

/* '' */
/* line 30, app/assets/stylesheets/base/_fontello-codes.css */
.icon-paypal:before {
  content: '\e81c';
}

/* '' */
/* line 31, app/assets/stylesheets/base/_fontello-codes.css */
.icon-behance:before {
  content: '\e81d';
}

/* '' */
/* line 32, app/assets/stylesheets/base/_fontello-codes.css */
.icon-chart-bar:before {
  content: '\e81e';
}

/* '' */
/* line 33, app/assets/stylesheets/base/_fontello-codes.css */
.icon-foursquare:before {
  content: '\e81f';
}

/* '' */
/* line 34, app/assets/stylesheets/base/_fontello-codes.css */
.icon-yelp:before {
  content: '\e820';
}

/* '' */
/* line 35, app/assets/stylesheets/base/_fontello-codes.css */
.icon-break:before {
  content: '\e821';
}

/* '' */
/* line 36, app/assets/stylesheets/base/_fontello-codes.css */
.icon-buzznet:before {
  content: '\e822';
}

/* '' */
/* line 37, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cafemom:before {
  content: '\e823';
}

/* '' */
/* line 38, app/assets/stylesheets/base/_fontello-codes.css */
.icon-spinner:before {
  content: '\e824';
}

/* '' */
/* line 39, app/assets/stylesheets/base/_fontello-codes.css */
.icon-care2:before {
  content: '\e825';
}

/* '' */
/* line 40, app/assets/stylesheets/base/_fontello-codes.css */
.icon-camera:before {
  content: '\e826';
}

/* '' */
/* line 41, app/assets/stylesheets/base/_fontello-codes.css */
.icon-layout:before {
  content: '\e827';
}

/* '' */
/* line 42, app/assets/stylesheets/base/_fontello-codes.css */
.icon-check:before, .title_text:before {
  content: '\e828';
}

/* '' */
/* line 43, app/assets/stylesheets/base/_fontello-codes.css */
.icon-thumbs-up:before {
  content: '\e829';
}

/* '' */
/* line 44, app/assets/stylesheets/base/_fontello-codes.css */
.icon-lastfm:before {
  content: '\e82a';
}

/* '' */
/* line 45, app/assets/stylesheets/base/_fontello-codes.css */
.icon-location:before {
  content: '\e82b';
}

/* '' */
/* line 46, app/assets/stylesheets/base/_fontello-codes.css */
.icon-direction:before {
  content: '\e82c';
}

/* '' */
/* line 47, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cancel:before {
  content: '\e82d';
}

/* '' */
/* line 48, app/assets/stylesheets/base/_fontello-codes.css */
.icon-citysearch:before {
  content: '\e82e';
}

/* '' */
/* line 49, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cnnireport:before {
  content: '\e82f';
}

/* '' */
/* line 50, app/assets/stylesheets/base/_fontello-codes.css */
.icon-dailymotion:before {
  content: '\e830';
}

/* '' */
/* line 51, app/assets/stylesheets/base/_fontello-codes.css */
.icon-disqus:before {
  content: '\e831';
}

/* '' */
/* line 52, app/assets/stylesheets/base/_fontello-codes.css */
.icon-ebay:before {
  content: '\e832';
}

/* '' */
/* line 53, app/assets/stylesheets/base/_fontello-codes.css */
.icon-twitch:before {
  content: '\e833';
}

/* '' */
/* line 54, app/assets/stylesheets/base/_fontello-codes.css */
.icon-mail:before {
  content: '\e834';
}

/* '' */
/* line 55, app/assets/stylesheets/base/_fontello-codes.css */
.icon-heart:before {
  content: '\e835';
}

/* '' */
/* line 56, app/assets/stylesheets/base/_fontello-codes.css */
.icon-wordpress:before {
  content: '\e836';
}

/* '' */
/* line 57, app/assets/stylesheets/base/_fontello-codes.css */
.icon-epinions:before {
  content: '\e837';
}

/* '' */
/* line 58, app/assets/stylesheets/base/_fontello-codes.css */
.icon-reddit:before {
  content: '\e838';
}

/* '' */
/* line 59, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cancel-circled:before {
  content: '\e839';
}

/* '' */
/* line 60, app/assets/stylesheets/base/_fontello-codes.css */
.icon-flickr:before {
  content: '\e83a';
}

/* '' */
/* line 61, app/assets/stylesheets/base/_fontello-codes.css */
.icon-plus:before {
  content: '\e83b';
}

/* '' */
/* line 62, app/assets/stylesheets/base/_fontello-codes.css */
.icon-plus-circled:before {
  content: '\e83c';
}

/* '' */
/* line 63, app/assets/stylesheets/base/_fontello-codes.css */
.icon-deviantart:before {
  content: '\e83d';
}

/* '' */
/* line 64, app/assets/stylesheets/base/_fontello-codes.css */
.icon-minus:before {
  content: '\e83e';
}

/* '' */
/* line 65, app/assets/stylesheets/base/_fontello-codes.css */
.icon-minus-circled:before {
  content: '\e83f';
}

/* '' */
/* line 66, app/assets/stylesheets/base/_fontello-codes.css */
.icon-delicious:before {
  content: '\e840';
}

/* '' */
/* line 67, app/assets/stylesheets/base/_fontello-codes.css */
.icon-help:before {
  content: '\e841';
}

/* '' */
/* line 68, app/assets/stylesheets/base/_fontello-codes.css */
.icon-help-circled:before {
  content: '\e842';
}

/* '' */
/* line 69, app/assets/stylesheets/base/_fontello-codes.css */
.icon-info:before {
  content: '\e843';
}

/* '' */
/* line 70, app/assets/stylesheets/base/_fontello-codes.css */
.icon-info-circled:before {
  content: '\e844';
}

/* '' */
/* line 71, app/assets/stylesheets/base/_fontello-codes.css */
.icon-etsy:before {
  content: '\e845';
}

/* '' */
/* line 72, app/assets/stylesheets/base/_fontello-codes.css */
.icon-home:before {
  content: '\e846';
}

/* '' */
/* line 73, app/assets/stylesheets/base/_fontello-codes.css */
.icon-link:before {
  content: '\e847';
}

/* '' */
/* line 74, app/assets/stylesheets/base/_fontello-codes.css */
.icon-attach:before {
  content: '\e848';
}

/* '' */
/* line 75, app/assets/stylesheets/base/_fontello-codes.css */
.icon-lock:before {
  content: '\e849';
}

/* '' */
/* line 76, app/assets/stylesheets/base/_fontello-codes.css */
.icon-lock-open:before {
  content: '\e84a';
}

/* '' */
/* line 77, app/assets/stylesheets/base/_fontello-codes.css */
.icon-eye:before {
  content: '\e84b';
}

/* '' */
/* line 78, app/assets/stylesheets/base/_fontello-codes.css */
.icon-tag:before {
  content: '\e84c';
}

/* '' */
/* line 79, app/assets/stylesheets/base/_fontello-codes.css */
.icon-bookmark:before {
  content: '\e84d';
}

/* '' */
/* line 80, app/assets/stylesheets/base/_fontello-codes.css */
.icon-bookmarks:before {
  content: '\e84e';
}

/* '' */
/* line 81, app/assets/stylesheets/base/_fontello-codes.css */
.icon-thumbs-down:before {
  content: '\e84f';
}

/* '' */
/* line 82, app/assets/stylesheets/base/_fontello-codes.css */
.icon-download:before {
  content: '\e850';
}

/* '' */
/* line 83, app/assets/stylesheets/base/_fontello-codes.css */
.icon-upload:before {
  content: '\e851';
}

/* '' */
/* line 84, app/assets/stylesheets/base/_fontello-codes.css */
.icon-upload-cloud:before {
  content: '\e852';
}

/* '' */
/* line 85, app/assets/stylesheets/base/_fontello-codes.css */
.icon-eventful:before {
  content: '\e853';
}

/* '' */
/* line 86, app/assets/stylesheets/base/_fontello-codes.css */
.icon-flixster:before {
  content: '\e854';
}

/* '' */
/* line 87, app/assets/stylesheets/base/_fontello-codes.css */
.icon-formspring:before {
  content: '\e855';
}

/* '' */
/* line 88, app/assets/stylesheets/base/_fontello-codes.css */
.icon-quote:before {
  content: '\e856';
}

/* '' */
/* line 89, app/assets/stylesheets/base/_fontello-codes.css */
.icon-code:before {
  content: '\e857';
}

/* '' */
/* line 90, app/assets/stylesheets/base/_fontello-codes.css */
.icon-export:before {
  content: '\e858';
}

/* '' */
/* line 91, app/assets/stylesheets/base/_fontello-codes.css */
.icon-pencil:before {
  content: '\e859';
}

/* '' */
/* line 92, app/assets/stylesheets/base/_fontello-codes.css */
.icon-fotolog:before {
  content: '\e85a';
}

/* '' */
/* line 93, app/assets/stylesheets/base/_fontello-codes.css */
.icon-print:before {
  content: '\e85b';
}

/* '' */
/* line 94, app/assets/stylesheets/base/_fontello-codes.css */
.icon-gravatar:before {
  content: '\e85c';
}

/* '' */
/* line 95, app/assets/stylesheets/base/_fontello-codes.css */
.icon-keyboard:before {
  content: '\e85d';
}

/* '' */
/* line 96, app/assets/stylesheets/base/_fontello-codes.css */
.icon-comment:before {
  content: '\e85e';
}

/* '' */
/* line 97, app/assets/stylesheets/base/_fontello-codes.css */
.icon-chat:before {
  content: '\e85f';
}

/* '' */
/* line 98, app/assets/stylesheets/base/_fontello-codes.css */
.icon-bell:before {
  content: '\e860';
}

/* '' */
/* line 99, app/assets/stylesheets/base/_fontello-codes.css */
.icon-attention:before {
  content: '\e861';
}

/* '' */
/* line 100, app/assets/stylesheets/base/_fontello-codes.css */
.icon-compass:before {
  content: '\e862';
}

/* '' */
/* line 101, app/assets/stylesheets/base/_fontello-codes.css */
.icon-hi5:before {
  content: '\e863';
}

/* '' */
/* line 102, app/assets/stylesheets/base/_fontello-codes.css */
.icon-hulu:before {
  content: '\e864';
}

/* '' */
/* line 103, app/assets/stylesheets/base/_fontello-codes.css */
.icon-ign:before {
  content: '\e865';
}

/* '' */
/* line 104, app/assets/stylesheets/base/_fontello-codes.css */
.icon-imvu:before {
  content: '\e866';
}

/* '' */
/* line 105, app/assets/stylesheets/base/_fontello-codes.css */
.icon-justintv:before {
  content: '\e867';
}

/* '' */
/* line 106, app/assets/stylesheets/base/_fontello-codes.css */
.icon-kaboodle:before {
  content: '\e868';
}

/* '' */
/* line 107, app/assets/stylesheets/base/_fontello-codes.css */
.icon-kongregate:before {
  content: '\e869';
}

/* '' */
/* line 108, app/assets/stylesheets/base/_fontello-codes.css */
.icon-newspaper:before {
  content: '\e86a';
}

/* '' */
/* line 109, app/assets/stylesheets/base/_fontello-codes.css */
.icon-livejournal:before {
  content: '\e86b';
}

/* '' */
/* line 110, app/assets/stylesheets/base/_fontello-codes.css */
.icon-book:before {
  content: '\e86c';
}

/* '' */
/* line 111, app/assets/stylesheets/base/_fontello-codes.css */
.icon-folder:before {
  content: '\e86d';
}

/* '' */
/* line 112, app/assets/stylesheets/base/_fontello-codes.css */
.icon-archive:before {
  content: '\e86e';
}

/* '' */
/* line 113, app/assets/stylesheets/base/_fontello-codes.css */
.icon-box:before {
  content: '\e86f';
}

/* '' */
/* line 114, app/assets/stylesheets/base/_fontello-codes.css */
.icon-lyrics:before {
  content: '\e870';
}

/* '' */
/* line 115, app/assets/stylesheets/base/_fontello-codes.css */
.icon-phone:before {
  content: '\e871';
}

/* '' */
/* line 116, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cog:before {
  content: '\e872';
}

/* '' */
/* line 117, app/assets/stylesheets/base/_fontello-codes.css */
.icon-tools:before {
  content: '\e873';
}

/* '' */
/* line 118, app/assets/stylesheets/base/_fontello-codes.css */
.icon-match:before {
  content: '\e874';
}

/* '' */
/* line 119, app/assets/stylesheets/base/_fontello-codes.css */
.icon-menuism:before {
  content: '\e875';
}

/* '' */
/* line 120, app/assets/stylesheets/base/_fontello-codes.css */
.icon-metacafe:before {
  content: '\e876';
}

/* '' */
/* line 121, app/assets/stylesheets/base/_fontello-codes.css */
.icon-myspace:before {
  content: '\e877';
}

/* '' */
/* line 122, app/assets/stylesheets/base/_fontello-codes.css */
.icon-okcupid:before {
  content: '\e878';
}

/* '' */
/* line 123, app/assets/stylesheets/base/_fontello-codes.css */
.icon-pandora:before {
  content: '\e879';
}

/* '' */
/* line 124, app/assets/stylesheets/base/_fontello-codes.css */
.icon-photobucket:before {
  content: '\e87a';
}

/* '' */
/* line 125, app/assets/stylesheets/base/_fontello-codes.css */
.icon-picturetrail:before {
  content: '\e87b';
}

/* '' */
/* line 126, app/assets/stylesheets/base/_fontello-codes.css */
.icon-plentyoffish:before {
  content: '\e87c';
}

/* '' */
/* line 127, app/assets/stylesheets/base/_fontello-codes.css */
.icon-smugmug:before {
  content: '\e87d';
}

/* '' */
/* line 128, app/assets/stylesheets/base/_fontello-codes.css */
.icon-sourceforge:before {
  content: '\e87e';
}

/* '' */
/* line 129, app/assets/stylesheets/base/_fontello-codes.css */
.icon-clock:before {
  content: '\e87f';
}

/* '' */
/* line 130, app/assets/stylesheets/base/_fontello-codes.css */
.icon-tagged:before {
  content: '\e880';
}

/* '' */
/* line 131, app/assets/stylesheets/base/_fontello-codes.css */
.icon-thisnext:before {
  content: '\e881';
}

/* '' */
/* line 132, app/assets/stylesheets/base/_fontello-codes.css */
.icon-topix:before {
  content: '\e882';
}

/* '' */
/* line 133, app/assets/stylesheets/base/_fontello-codes.css */
.icon-tripadvisor:before {
  content: '\e883';
}

/* '' */
/* line 134, app/assets/stylesheets/base/_fontello-codes.css */
.icon-typepad:before {
  content: '\e884';
}

/* '' */
/* line 135, app/assets/stylesheets/base/_fontello-codes.css */
.icon-urbanspoon:before {
  content: '\e885';
}

/* '' */
/* line 136, app/assets/stylesheets/base/_fontello-codes.css */
.icon-ustreamtv:before {
  content: '\e886';
}

/* '' */
/* line 137, app/assets/stylesheets/base/_fontello-codes.css */
.icon-veoh:before {
  content: '\e887';
}

/* '' */
/* line 138, app/assets/stylesheets/base/_fontello-codes.css */
.icon-wretch:before {
  content: '\e888';
}

/* '' */
/* line 139, app/assets/stylesheets/base/_fontello-codes.css */
.icon-zazzle:before {
  content: '\e889';
}

/* '' */
/* line 140, app/assets/stylesheets/base/_fontello-codes.css */
.icon-zillow:before {
  content: '\e88a';
}

/* '' */
/* line 141, app/assets/stylesheets/base/_fontello-codes.css */
.icon-blackplanet:before {
  content: '\e88b';
}

/* '' */
/* line 142, app/assets/stylesheets/base/_fontello-codes.css */
.icon-askfm:before {
  content: '\e88c';
}

/* '' */
/* line 143, app/assets/stylesheets/base/_fontello-codes.css */
.icon-spokeo:before {
  content: '\e88d';
}

/* '' */
/* line 144, app/assets/stylesheets/base/_fontello-codes.css */
.icon-imageshack:before {
  content: '\e88e';
}

/* '' */
/* line 145, app/assets/stylesheets/base/_fontello-codes.css */
.icon-mtv:before {
  content: '\e88f';
}

/* '' */
/* line 146, app/assets/stylesheets/base/_fontello-codes.css */
.icon-down-open:before {
  content: '\e890';
}

/* '' */
/* line 147, app/assets/stylesheets/base/_fontello-codes.css */
.icon-left-open:before {
  content: '\e891';
}

/* '' */
/* line 148, app/assets/stylesheets/base/_fontello-codes.css */
.icon-right-open:before {
  content: '\e892';
}

/* '' */
/* line 149, app/assets/stylesheets/base/_fontello-codes.css */
.icon-up-open:before {
  content: '\e893';
}

/* '' */
/* line 150, app/assets/stylesheets/base/_fontello-codes.css */
.icon-ehow:before {
  content: '\e894';
}

/* '' */
/* line 151, app/assets/stylesheets/base/_fontello-codes.css */
.icon-megaphone:before {
  content: '\e895';
}

/* '' */
/* line 152, app/assets/stylesheets/base/_fontello-codes.css */
.icon-flow-tree:before {
  content: '\e896';
}

/* '' */
/* line 153, app/assets/stylesheets/base/_fontello-codes.css */
.icon-down-bold:before {
  content: '\e897';
}

/* '' */
/* line 154, app/assets/stylesheets/base/_fontello-codes.css */
.icon-left-bold:before {
  content: '\e898';
}

/* '' */
/* line 155, app/assets/stylesheets/base/_fontello-codes.css */
.icon-right-bold:before {
  content: '\e899';
}

/* '' */
/* line 156, app/assets/stylesheets/base/_fontello-codes.css */
.icon-up-bold:before {
  content: '\e89a';
}

/* '' */
/* line 157, app/assets/stylesheets/base/_fontello-codes.css */
.icon-user-famous:before {
  content: '\e89b';
}

/* '' */
/* line 158, app/assets/stylesheets/base/_fontello-codes.css */
.icon-myyearbook:before {
  content: '\e89c';
}

/* '' */
/* line 159, app/assets/stylesheets/base/_fontello-codes.css */
.icon-youtube:before {
  content: '\e89d';
}

/* '' */
/* line 160, app/assets/stylesheets/base/_fontello-codes.css */
.icon-menu:before {
  content: '\e89e';
}

/* '' */
/* line 161, app/assets/stylesheets/base/_fontello-codes.css */
.icon-dollar:before {
  content: '\e89f';
}

/* '' */
/* line 162, app/assets/stylesheets/base/_fontello-codes.css */
.icon-down-dir:before {
  content: '\e8a0';
}

/* '' */
/* line 163, app/assets/stylesheets/base/_fontello-codes.css */
.icon-left-dir:before {
  content: '\e8a1';
}

/* '' */
/* line 164, app/assets/stylesheets/base/_fontello-codes.css */
.icon-right-dir:before {
  content: '\e8a2';
}

/* '' */
/* line 165, app/assets/stylesheets/base/_fontello-codes.css */
.icon-up-dir:before {
  content: '\e8a3';
}

/* '' */
/* line 166, app/assets/stylesheets/base/_fontello-codes.css */
.icon-briefcase:before {
  content: '\e8a4';
}

/* '' */
/* line 167, app/assets/stylesheets/base/_fontello-codes.css */
.icon-graduation-cap:before {
  content: '\e8a5';
}

/* '' */
/* line 168, app/assets/stylesheets/base/_fontello-codes.css */
.icon-venus-mars:before {
  content: '\e8a6';
}

/* '' */
/* line 169, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cake:before {
  content: '\e8a7';
}

/* '' */
/* line 170, app/assets/stylesheets/base/_fontello-codes.css */
.icon-aquarius:before {
  content: '\e8a8';
}

/* '' */
/* line 171, app/assets/stylesheets/base/_fontello-codes.css */
.icon-aries:before {
  content: '\e8a9';
}

/* '' */
/* line 172, app/assets/stylesheets/base/_fontello-codes.css */
.icon-cancer:before {
  content: '\e8aa';
}

/* '' */
/* line 173, app/assets/stylesheets/base/_fontello-codes.css */
.icon-capricorn:before {
  content: '\e8ab';
}

/* '' */
/* line 174, app/assets/stylesheets/base/_fontello-codes.css */
.icon-gemini:before {
  content: '\e8ac';
}

/* '' */
/* line 175, app/assets/stylesheets/base/_fontello-codes.css */
.icon-leo:before {
  content: '\e8ad';
}

/* '' */
/* line 176, app/assets/stylesheets/base/_fontello-codes.css */
.icon-libra:before {
  content: '\e8ae';
}

/* '' */
/* line 177, app/assets/stylesheets/base/_fontello-codes.css */
.icon-pisces:before {
  content: '\e8af';
}

/* '' */
/* line 178, app/assets/stylesheets/base/_fontello-codes.css */
.icon-sagittarius:before {
  content: '\e8b0';
}

/* '' */
/* line 179, app/assets/stylesheets/base/_fontello-codes.css */
.icon-scorpio:before {
  content: '\e8b1';
}

/* '' */
/* line 180, app/assets/stylesheets/base/_fontello-codes.css */
.icon-taurus:before {
  content: '\e8b2';
}

/* '' */
/* line 181, app/assets/stylesheets/base/_fontello-codes.css */
.icon-virgo:before {
  content: '\e8b3';
}

/* '' */
/* line 182, app/assets/stylesheets/base/_fontello-codes.css */
.icon-plus-squared:before {
  content: '\e8b4';
}

/* '' */
/* line 183, app/assets/stylesheets/base/_fontello-codes.css */
.icon-minus-squared:before {
  content: '\e8b5';
}

/* '' */
/* line 184, app/assets/stylesheets/base/_fontello-codes.css */
.icon-calendar:before {
  content: '\e8b6';
}

/* '' */
/* line 185, app/assets/stylesheets/base/_fontello-codes.css */
.icon-window:before {
  content: '\e8b7';
}

/* '' */
/* line 186, app/assets/stylesheets/base/_fontello-codes.css */
.icon-clipboard:before {
  content: '\e8b8';
}

/* '' */
/* line 187, app/assets/stylesheets/base/_fontello-codes.css */
.icon-docs:before {
  content: '\e8b9';
}

/* '' */
/* line 188, app/assets/stylesheets/base/_fontello-codes.css */
.icon-globe:before {
  content: '\e8ce';
}

/* '' */
/* line 189, app/assets/stylesheets/base/_fontello-codes.css */
.icon-user:before {
  content: '\e939';
}

/* '' */
/* line 190, app/assets/stylesheets/base/_fontello-codes.css */
.icon-users:before {
  content: '\e93a';
}

/* '' */
/* line 191, app/assets/stylesheets/base/_fontello-codes.css */
.icon-user-add:before {
  content: '\e93b';
}

/* '' */
/* line 192, app/assets/stylesheets/base/_fontello-codes.css */
.icon-picture:before {
  content: '\e93c';
}

/* '' */
/* line 193, app/assets/stylesheets/base/_fontello-codes.css */
.icon-flag:before {
  content: '\e93d';
}

/* '' */
/* line 194, app/assets/stylesheets/base/_fontello-codes.css */
.icon-map:before {
  content: '\e93e';
}

/* '' */
/* line 195, app/assets/stylesheets/base/_fontello-codes.css */
.icon-vcard:before {
  content: '\e93f';
}

/* '' */
/* line 196, app/assets/stylesheets/base/_fontello-codes.css */
.icon-alert:before {
  content: '\e941';
}

/* '' */
/* line 5, app/assets/stylesheets/patterns/_buttons.scss */
.button, .copy_group button {
  display: inline-block;
  border: 1px solid transparent;
  padding: 11px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 25%, #f8f8f8 50%);
  background-image: linear-gradient(to bottom,#fff 25%, #f8f8f8 50%);
  border: 1px solid #e3e3e5;
  color: #a0a7b0;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.button:hover, .copy_group button:hover, .button:focus, .copy_group button:focus, .button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  background: #fff;
  color: #a0a7b0;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.button.active, .copy_group button.active, .button:active:not(:disabled), .copy_group button:active:not(:disabled), .button.zeroclipboard-is-active, .copy_group button.zeroclipboard-is-active {
  background: #f8f8f8;
  color: #a0a7b0;
}

/* line 19, app/assets/stylesheets/patterns/_buttons.scss */
.button:hover, .copy_group button:hover, .button:focus, .copy_group button:focus, .button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/patterns/_buttons.scss */
.button.active, .copy_group button.active, .button:active:not(:disabled), .copy_group button:active:not(:disabled) {
  outline: 0;
}

/* line 26, app/assets/stylesheets/patterns/_buttons.scss */
.button.disabled, .copy_group button.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/patterns/_buttons.scss */
.blue_button, .copy_group button {
  background-color: #4b98e5;
  background-image: -webkit-linear-gradient(top, #4b98e5 25%, #378de3 50%);
  background-image: linear-gradient(to bottom,#4b98e5 25%, #378de3 50%);
  border: 1px solid #1a6cbf;
  color: #fff;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.blue_button:hover, .copy_group button:hover, .blue_button:focus, .copy_group button:focus, .blue_button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  background: #4b98e5;
  color: #fff;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.blue_button.active, .copy_group button.active, .blue_button:active:not(:disabled), .copy_group button:active:not(:disabled), .blue_button.zeroclipboard-is-active, .copy_group button.zeroclipboard-is-active {
  background: #378de3;
  color: #fff;
}

/* line 39, app/assets/stylesheets/patterns/_buttons.scss */
.green_button {
  background-color: #4ec772;
  background-image: -webkit-linear-gradient(top, #4ec772 25%, #3ac162 50%);
  background-image: linear-gradient(to bottom,#4ec772 25%, #3ac162 50%);
  border: 1px solid #219a45;
  color: #fff;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.green_button:hover, .green_button:focus, .green_button.zeroclipboard-is-hover {
  background: #4ec772;
  color: #fff;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.green_button.active, .green_button:active:not(:disabled), .green_button.zeroclipboard-is-active {
  background: #3ac162;
  color: #fff;
}

/* line 40, app/assets/stylesheets/patterns/_buttons.scss */
.orange_button {
  background-color: #fd8d56;
  background-image: -webkit-linear-gradient(top, #fd8d56 25%, #fd8143 50%);
  background-image: linear-gradient(to bottom,#fd8d56 25%, #fd8143 50%);
  border: 1px solid #d95e32;
  color: #fff;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.orange_button:hover, .orange_button:focus, .orange_button.zeroclipboard-is-hover {
  background: #fd8d56;
  color: #fff;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.orange_button.active, .orange_button:active:not(:disabled), .orange_button.zeroclipboard-is-active {
  background: #fd8143;
  color: #fff;
}

/* line 41, app/assets/stylesheets/patterns/_buttons.scss */
.red_button {
  background-color: #ef594a;
  background-image: -webkit-linear-gradient(top, #ef594a 25%, #e54f3c 50%);
  background-image: linear-gradient(to bottom,#ef594a 25%, #e54f3c 50%);
  border: 1px solid #d7483a;
  color: #fff;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.red_button:hover, .red_button:focus, .red_button.zeroclipboard-is-hover {
  background: #ef594a;
  color: #fff;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.red_button.active, .red_button:active:not(:disabled), .red_button.zeroclipboard-is-active {
  background: #e54f3c;
  color: #fff;
}

/* line 42, app/assets/stylesheets/patterns/_buttons.scss */
.transparent_button {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 25%, transparent 50%);
  background-image: linear-gradient(to bottom,transparent 25%, transparent 50%);
  border: 1px solid white;
  color: white;
}

/* line 18, app/assets/stylesheets/utils/_mixins.scss */
.transparent_button:hover, .transparent_button:focus, .transparent_button.zeroclipboard-is-hover {
  background: transparent;
  color: white;
}

/* line 24, app/assets/stylesheets/utils/_mixins.scss */
.transparent_button.active, .transparent_button:active:not(:disabled), .transparent_button.zeroclipboard-is-active {
  background: transparent;
  color: white;
}

/* line 46, app/assets/stylesheets/patterns/_buttons.scss */
.border_button {
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 49, app/assets/stylesheets/patterns/_buttons.scss */
.border_button:hover {
  color: #fff;
}

/* line 52, app/assets/stylesheets/patterns/_buttons.scss */
.border_button.blue_button:not(:hover), .copy_group button.border_button:not(:hover) {
  color: #1a6cbf;
}

/* line 53, app/assets/stylesheets/patterns/_buttons.scss */
.border_button.green_button:not(:hover) {
  color: #219a45;
}

/* line 54, app/assets/stylesheets/patterns/_buttons.scss */
.border_button.orange_button:not(:hover) {
  color: #d95e32;
}

/* line 55, app/assets/stylesheets/patterns/_buttons.scss */
.border_button.red_button:not(:hover) {
  color: #d7483a;
}

/* line 57, app/assets/stylesheets/patterns/_buttons.scss */
.border_button.gray_button:hover {
  color: #40464d;
  border-color: #40464d;
}

/* line 59, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button {
  color: #fff;
}

/* line 61, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.gray_button {
  color: #40464d;
  border-color: #40464d;
}

/* line 62, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.blue_button, .border_button_parent:hover .copy_group button.border_button, .copy_group .border_button_parent:hover button.border_button {
  color: #fff;
  background: #4b98e5;
}

/* line 63, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.green_button {
  color: #fff;
  background: #4ec772;
}

/* line 64, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.orange_button {
  color: #fff;
  background: #fd8d56;
}

/* line 65, app/assets/stylesheets/patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.red_button {
  color: #fff;
  background: #ef594a;
}

/* line 70, app/assets/stylesheets/patterns/_buttons.scss */
.link_button {
  border-color: transparent;
  background: none;
  color: #40464d;
}

/* line 75, app/assets/stylesheets/patterns/_buttons.scss */
.link_button:hover, .link_button:focus {
  background: none;
  color: #4b98e5;
}

/* line 80, app/assets/stylesheets/patterns/_buttons.scss */
.link_button:active:not(:disabled) {
  background: none;
  color: #fd8143;
}

/* line 88, app/assets/stylesheets/patterns/_buttons.scss */
.light_link_button {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  border-color: transparent;
  background: none;
  color: #9acafa;
}

/* line 93, app/assets/stylesheets/patterns/_buttons.scss */
.light_link_button:hover, .light_link_button:focus {
  background: none;
  color: #fff;
}

/* line 98, app/assets/stylesheets/patterns/_buttons.scss */
.light_link_button:active:not(:disabled) {
  background: none;
  color: #378de3;
}

/* line 106, app/assets/stylesheets/patterns/_buttons.scss */
.sm_button {
  padding: 5px 15px;
}

/* line 108, app/assets/stylesheets/patterns/_buttons.scss */
.lg_button {
  padding: 15px 20px;
  font-size: 14px;
}

/* line 109, app/assets/stylesheets/patterns/_buttons.scss */
.xl_button {
  padding: 15px 20px;
  font-size: 19px;
}

/* line 113, app/assets/stylesheets/patterns/_buttons.scss */
.block_button {
  display: block;
  width: 100%;
}

/* line 118, app/assets/stylesheets/patterns/_buttons.scss */
.block_button + .block_button {
  margin-top: 5px;
}

/* line 122, app/assets/stylesheets/patterns/_buttons.scss */
.mobile_block_button {
  width: 100%;
}

@media (min-width: 400px) {
  /* line 122, app/assets/stylesheets/patterns/_buttons.scss */
  .mobile_block_button {
    width: auto;
  }
}

/* line 129, app/assets/stylesheets/patterns/_buttons.scss */
.pill_button {
  border-radius: 10em;
}

/* line 133, app/assets/stylesheets/patterns/_buttons.scss */
.no_border_button {
  border-color: transparent;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.button_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 139, app/assets/stylesheets/patterns/_buttons.scss */
.button_group .button, .button_group .copy_group button, .copy_group .button_group button {
  float: left;
  display: inline-block;
  border-radius: 0;
}

/* line 143, app/assets/stylesheets/patterns/_buttons.scss */
.button_group .button:not(:first-child), .button_group .copy_group button:not(:first-child), .copy_group .button_group button:not(:first-child) {
  border-left: 0;
}

/* line 144, app/assets/stylesheets/patterns/_buttons.scss */
.button_group .button:first-child, .button_group .copy_group button:first-child, .copy_group .button_group button:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 145, app/assets/stylesheets/patterns/_buttons.scss */
.button_group .button:last-child, .button_group .copy_group button:last-child, .copy_group .button_group button:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 149, app/assets/stylesheets/patterns/_buttons.scss */
.copy_group {
  display: table;
  width: 100%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.copy_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 153, app/assets/stylesheets/patterns/_buttons.scss */
.copy_group textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: -webkit-calc(100% - 43px);
  width: calc(100% - 43px);
  height: 125px;
}

/* line 158, app/assets/stylesheets/patterns/_buttons.scss */
.copy_group button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: table-cell;
  margin-left: -4px;
  vertical-align: top;
  min-height: 125px;
}

/* line 30, app/assets/stylesheets/patterns/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  padding: 10px 15px;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #e3e3e5;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background 0.1s, box-shadow 0.1s;
  -moz-transition: background 0.1s, box-shadow 0.1s;
  transition: background 0.1s, box-shadow 0.1s;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0a7b0;
}

/* line 39, app/assets/stylesheets/patterns/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover {
  background: #fff;
}

/* line 40, app/assets/stylesheets/patterns/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  background: #fff;
  color: #40464d;
  box-shadow: 0 0 10px 2px rgba(154, 202, 250, 0.5);
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="datetime"]:focus:-moz-placeholder, input[type="datetime-local"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="month"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #a0a7b0;
}

/* line 48, app/assets/stylesheets/patterns/_forms.scss */
input:not([type='checkbox']):not([type='radio']) {
  height: 40px;
}

/* line 50, app/assets/stylesheets/patterns/_forms.scss */
textarea {
  width: 100%;
  resize: none;
  min-height: 90px;
}

/* line 54, app/assets/stylesheets/patterns/_forms.scss */
.select {
  position: relative;
  height: 40px;
  border: 1px solid #e3e3e5;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 50%, #f8f8f8 50%);
  background-image: linear-gradient(to bottom,#fff 50%, #f8f8f8 50%);
}

/* line 60, app/assets/stylesheets/patterns/_forms.scss */
.select:after {
  content: '\e804';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  line-height: 40px;
  color: #a0a7b0;
  pointer-events: none;
}

/* line 71, app/assets/stylesheets/patterns/_forms.scss */
.ie9 .select:after {
  right: 0;
  width: 20px;
  background: #fff;
}

/* line 79, app/assets/stylesheets/patterns/_forms.scss */
.select select {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 15px;
  background: transparent;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  color: #40464d;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* line 94, app/assets/stylesheets/patterns/_forms.scss */
.ie9 .select select {
  padding-right: 0;
}

/* line 95, app/assets/stylesheets/patterns/_forms.scss */
.select select:hover {
  background: #fff;
}

/* line 96, app/assets/stylesheets/patterns/_forms.scss */
.select select:focus {
  background: #fff;
  color: #40464d;
}

/* line 103, app/assets/stylesheets/patterns/_forms.scss */
.select select::-ms-expand {
  display: none;
}

/* line 110, app/assets/stylesheets/patterns/_forms.scss */
input[type='radio'],
input[type='checkbox'] {
  margin-right: 10px;
}

/* line 117, app/assets/stylesheets/patterns/_forms.scss */
.label_input_set {
  position: relative;
  margin-bottom: 10px;
}

/* line 121, app/assets/stylesheets/patterns/_forms.scss */
.label_input_set label {
  display: block;
  color: #40464d;
  text-transform: uppercase;
}

/* line 127, app/assets/stylesheets/patterns/_forms.scss */
.label_input_set input[type="color"], .label_input_set input[type="date"], .label_input_set input[type="datetime"], .label_input_set input[type="datetime-local"], .label_input_set input[type="email"], .label_input_set input[type="month"], .label_input_set input[type="number"], .label_input_set input[type="password"], .label_input_set input[type="search"], .label_input_set input[type="tel"], .label_input_set input[type="text"], .label_input_set input[type="time"], .label_input_set input[type="url"], .label_input_set input[type="week"], .label_input_set textarea, .label_input_set .button, .label_input_set .copy_group button, .copy_group .label_input_set button {
  width: 100%;
}

/* line 135, app/assets/stylesheets/patterns/_forms.scss */
.float_input_set {
  margin-left: -2%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.float_input_set::after {
  clear: both;
  content: "";
  display: table;
}

/* line 138, app/assets/stylesheets/patterns/_forms.scss */
.float_input_set .label_input_set {
  float: left;
  margin-left: 2%;
  width: 98%;
}

@media (min-width: 0) {
  /* line 40, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 0) {
  /* line 47, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 0) {
  /* line 55, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 0) {
  /* line 65, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 0) {
  /* line 74, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 83, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 92, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 101, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 110, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 0) {
  /* line 119, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 40, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 400px) {
  /* line 47, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 400px) {
  /* line 55, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 65, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 74, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 83, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 92, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 101, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 110, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 400px) {
  /* line 119, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 40, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 600px) {
  /* line 47, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 600px) {
  /* line 55, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 65, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 74, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 83, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 92, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 101, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 110, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 600px) {
  /* line 119, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 40, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 800px) {
  /* line 47, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 800px) {
  /* line 55, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 65, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 74, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 83, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 92, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 101, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 110, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 800px) {
  /* line 119, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 40, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 1030px) {
  /* line 47, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 1030px) {
  /* line 55, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 65, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 74, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 83, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 92, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 101, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 110, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 1030px) {
  /* line 119, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

/* line 157, app/assets/stylesheets/patterns/_forms.scss */
.float_table_set {
  margin-bottom: 20px;
}

/* line 159, app/assets/stylesheets/patterns/_forms.scss */
.float_table_set .label_input_set:nth-child(4) {
  text-align: center;
}

@media (min-width: 600px) {
  /* line 161, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:first-child {
    width: 36%;
  }
  /* line 162, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(2) {
    width: 16%;
  }
  /* line 163, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(3) {
    width: 12%;
  }
  /* line 164, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(4) {
    width: 2%;
    line-height: 40px;
  }
  /* line 165, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(5) {
    width: 12%;
  }
  /* line 166, app/assets/stylesheets/patterns/_forms.scss */
  .float_table_set .label_input_set:last-child {
    width: 10%;
  }
}

/* line 172, app/assets/stylesheets/patterns/_forms.scss */
label.disclaimer {
  text-transform: none;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.form_input_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 178, app/assets/stylesheets/patterns/_forms.scss */
.form_input_group .button, .form_input_group .copy_group button, .copy_group .form_input_group button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/* line 184, app/assets/stylesheets/patterns/_forms.scss */
.form_input_group .icon_button {
  font-size: 19px;
}

@media (min-width: 400px) {
  /* line 186, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set {
    float: left;
  }
}

@media (min-width: 400px) {
  /* line 194, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set input[type="color"], .form_input_group .label_input_set input[type="date"], .form_input_group .label_input_set input[type="datetime"], .form_input_group .label_input_set input[type="datetime-local"], .form_input_group .label_input_set input[type="email"], .form_input_group .label_input_set input[type="month"], .form_input_group .label_input_set input[type="number"], .form_input_group .label_input_set input[type="password"], .form_input_group .label_input_set input[type="search"], .form_input_group .label_input_set input[type="tel"], .form_input_group .label_input_set input[type="text"], .form_input_group .label_input_set input[type="time"], .form_input_group .label_input_set input[type="url"], .form_input_group .label_input_set input[type="week"], .form_input_group .label_input_set textarea, .form_input_group .label_input_set .button, .form_input_group .label_input_set .copy_group button, .copy_group .form_input_group .label_input_set button, .form_input_group .label_input_set .select {
    border-radius: 0;
  }
  /* line 195, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set select {
    border-radius: 0;
  }
  /* line 197, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set:first-child input[type="color"], .form_input_group .label_input_set:first-child input[type="date"], .form_input_group .label_input_set:first-child input[type="datetime"], .form_input_group .label_input_set:first-child input[type="datetime-local"], .form_input_group .label_input_set:first-child input[type="email"], .form_input_group .label_input_set:first-child input[type="month"], .form_input_group .label_input_set:first-child input[type="number"], .form_input_group .label_input_set:first-child input[type="password"], .form_input_group .label_input_set:first-child input[type="search"], .form_input_group .label_input_set:first-child input[type="tel"], .form_input_group .label_input_set:first-child input[type="text"], .form_input_group .label_input_set:first-child input[type="time"], .form_input_group .label_input_set:first-child input[type="url"], .form_input_group .label_input_set:first-child input[type="week"], .form_input_group .label_input_set:first-child textarea, .form_input_group .label_input_set:first-child .button, .form_input_group .label_input_set:first-child .copy_group button, .copy_group .form_input_group .label_input_set:first-child button, .form_input_group .label_input_set:first-child .select {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  /* line 200, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set:last-child input[type="color"], .form_input_group .label_input_set:last-child input[type="date"], .form_input_group .label_input_set:last-child input[type="datetime"], .form_input_group .label_input_set:last-child input[type="datetime-local"], .form_input_group .label_input_set:last-child input[type="email"], .form_input_group .label_input_set:last-child input[type="month"], .form_input_group .label_input_set:last-child input[type="number"], .form_input_group .label_input_set:last-child input[type="password"], .form_input_group .label_input_set:last-child input[type="search"], .form_input_group .label_input_set:last-child input[type="tel"], .form_input_group .label_input_set:last-child input[type="text"], .form_input_group .label_input_set:last-child input[type="time"], .form_input_group .label_input_set:last-child input[type="url"], .form_input_group .label_input_set:last-child input[type="week"], .form_input_group .label_input_set:last-child textarea, .form_input_group .label_input_set:last-child .button, .form_input_group .label_input_set:last-child .copy_group button, .copy_group .form_input_group .label_input_set:last-child button, .form_input_group .label_input_set:last-child .select {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 204, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set input[type="color"], .form_input_group .label_input_set input[type="date"], .form_input_group .label_input_set input[type="datetime"], .form_input_group .label_input_set input[type="datetime-local"], .form_input_group .label_input_set input[type="email"], .form_input_group .label_input_set input[type="month"], .form_input_group .label_input_set input[type="number"], .form_input_group .label_input_set input[type="password"], .form_input_group .label_input_set input[type="search"], .form_input_group .label_input_set input[type="tel"], .form_input_group .label_input_set input[type="text"], .form_input_group .label_input_set input[type="time"], .form_input_group .label_input_set input[type="url"], .form_input_group .label_input_set input[type="week"], .form_input_group .label_input_set textarea, .form_input_group .label_input_set .select {
    border-left: 0;
    border-right: 1px solid #e3e3e5;
  }
  /* line 207, app/assets/stylesheets/patterns/_forms.scss */
  .blue_form .form_input_group .label_input_set input[type="color"], .blue_form .form_input_group .label_input_set input[type="date"], .blue_form .form_input_group .label_input_set input[type="datetime"], .blue_form .form_input_group .label_input_set input[type="datetime-local"], .blue_form .form_input_group .label_input_set input[type="email"], .blue_form .form_input_group .label_input_set input[type="month"], .blue_form .form_input_group .label_input_set input[type="number"], .blue_form .form_input_group .label_input_set input[type="password"], .blue_form .form_input_group .label_input_set input[type="search"], .blue_form .form_input_group .label_input_set input[type="tel"], .blue_form .form_input_group .label_input_set input[type="text"], .blue_form .form_input_group .label_input_set input[type="time"], .blue_form .form_input_group .label_input_set input[type="url"], .blue_form .form_input_group .label_input_set input[type="week"], .blue_form .form_input_group .label_input_set textarea, .blue_form .form_input_group .label_input_set .select {
    border-right: 1px solid #1a6cbf;
  }
  /* line 210, app/assets/stylesheets/patterns/_forms.scss */
  .form_input_group .label_input_set:first-child input[type="color"], .form_input_group .label_input_set:first-child input[type="date"], .form_input_group .label_input_set:first-child input[type="datetime"], .form_input_group .label_input_set:first-child input[type="datetime-local"], .form_input_group .label_input_set:first-child input[type="email"], .form_input_group .label_input_set:first-child input[type="month"], .form_input_group .label_input_set:first-child input[type="number"], .form_input_group .label_input_set:first-child input[type="password"], .form_input_group .label_input_set:first-child input[type="search"], .form_input_group .label_input_set:first-child input[type="tel"], .form_input_group .label_input_set:first-child input[type="text"], .form_input_group .label_input_set:first-child input[type="time"], .form_input_group .label_input_set:first-child input[type="url"], .form_input_group .label_input_set:first-child input[type="week"], .form_input_group .label_input_set:first-child textarea, .form_input_group .label_input_set:first-child .select {
    border-left: 1px solid #e3e3e5;
  }
  /* line 212, app/assets/stylesheets/patterns/_forms.scss */
  .blue_form .form_input_group .label_input_set:first-child input[type="color"], .blue_form .form_input_group .label_input_set:first-child input[type="date"], .blue_form .form_input_group .label_input_set:first-child input[type="datetime"], .blue_form .form_input_group .label_input_set:first-child input[type="datetime-local"], .blue_form .form_input_group .label_input_set:first-child input[type="email"], .blue_form .form_input_group .label_input_set:first-child input[type="month"], .blue_form .form_input_group .label_input_set:first-child input[type="number"], .blue_form .form_input_group .label_input_set:first-child input[type="password"], .blue_form .form_input_group .label_input_set:first-child input[type="search"], .blue_form .form_input_group .label_input_set:first-child input[type="tel"], .blue_form .form_input_group .label_input_set:first-child input[type="text"], .blue_form .form_input_group .label_input_set:first-child input[type="time"], .blue_form .form_input_group .label_input_set:first-child input[type="url"], .blue_form .form_input_group .label_input_set:first-child input[type="week"], .blue_form .form_input_group .label_input_set:first-child textarea, .blue_form .form_input_group .label_input_set:first-child .select {
    border-left: 0;
  }
}

/* line 221, app/assets/stylesheets/patterns/_forms.scss */
input.invalid[type="color"], input.ng-touched.ng-invalid[type="color"], .ng-submitted input.ng-invalid[type="color"], input.invalid[type="date"], input.ng-touched.ng-invalid[type="date"], .ng-submitted input.ng-invalid[type="date"], input.invalid[type="datetime"], input.ng-touched.ng-invalid[type="datetime"], .ng-submitted input.ng-invalid[type="datetime"], input.invalid[type="datetime-local"], input.ng-touched.ng-invalid[type="datetime-local"], .ng-submitted input.ng-invalid[type="datetime-local"], input.invalid[type="email"], input.ng-touched.ng-invalid[type="email"], .ng-submitted input.ng-invalid[type="email"], input.invalid[type="month"], input.ng-touched.ng-invalid[type="month"], .ng-submitted input.ng-invalid[type="month"], input.invalid[type="number"], input.ng-touched.ng-invalid[type="number"], .ng-submitted input.ng-invalid[type="number"], input.invalid[type="password"], input.ng-touched.ng-invalid[type="password"], .ng-submitted input.ng-invalid[type="password"], input.invalid[type="search"], input.ng-touched.ng-invalid[type="search"], .ng-submitted input.ng-invalid[type="search"], input.invalid[type="tel"], input.ng-touched.ng-invalid[type="tel"], .ng-submitted input.ng-invalid[type="tel"], input.invalid[type="text"], input.ng-touched.ng-invalid[type="text"], .ng-submitted input.ng-invalid[type="text"], input.invalid[type="time"], input.ng-touched.ng-invalid[type="time"], .ng-submitted input.ng-invalid[type="time"], input.invalid[type="url"], input.ng-touched.ng-invalid[type="url"], .ng-submitted input.ng-invalid[type="url"], input.invalid[type="week"], input.ng-touched.ng-invalid[type="week"], .ng-submitted input.ng-invalid[type="week"], textarea.invalid, textarea.ng-touched.ng-invalid, .ng-submitted textarea.ng-invalid, select.invalid, select.ng-touched.ng-invalid, .ng-submitted select.ng-invalid {
  margin-bottom: 5px;
  border: solid 1px #fda99d;
  background: #ffedea;
}

/* line 226, app/assets/stylesheets/patterns/_forms.scss */
.blue_form input.invalid[type="color"], .blue_form input.ng-touched.ng-invalid[type="color"], .blue_form .ng-submitted input.ng-invalid[type="color"], .blue_form input.invalid[type="date"], .blue_form input.ng-touched.ng-invalid[type="date"], .blue_form .ng-submitted input.ng-invalid[type="date"], .blue_form input.invalid[type="datetime"], .blue_form input.ng-touched.ng-invalid[type="datetime"], .blue_form .ng-submitted input.ng-invalid[type="datetime"], .blue_form input.invalid[type="datetime-local"], .blue_form input.ng-touched.ng-invalid[type="datetime-local"], .blue_form .ng-submitted input.ng-invalid[type="datetime-local"], .blue_form input.invalid[type="email"], .blue_form input.ng-touched.ng-invalid[type="email"], .blue_form .ng-submitted input.ng-invalid[type="email"], .blue_form input.invalid[type="month"], .blue_form input.ng-touched.ng-invalid[type="month"], .blue_form .ng-submitted input.ng-invalid[type="month"], .blue_form input.invalid[type="number"], .blue_form input.ng-touched.ng-invalid[type="number"], .blue_form .ng-submitted input.ng-invalid[type="number"], .blue_form input.invalid[type="password"], .blue_form input.ng-touched.ng-invalid[type="password"], .blue_form .ng-submitted input.ng-invalid[type="password"], .blue_form input.invalid[type="search"], .blue_form input.ng-touched.ng-invalid[type="search"], .blue_form .ng-submitted input.ng-invalid[type="search"], .blue_form input.invalid[type="tel"], .blue_form input.ng-touched.ng-invalid[type="tel"], .blue_form .ng-submitted input.ng-invalid[type="tel"], .blue_form input.invalid[type="text"], .blue_form input.ng-touched.ng-invalid[type="text"], .blue_form .ng-submitted input.ng-invalid[type="text"], .blue_form input.invalid[type="time"], .blue_form input.ng-touched.ng-invalid[type="time"], .blue_form .ng-submitted input.ng-invalid[type="time"], .blue_form input.invalid[type="url"], .blue_form input.ng-touched.ng-invalid[type="url"], .blue_form .ng-submitted input.ng-invalid[type="url"], .blue_form input.invalid[type="week"], .blue_form input.ng-touched.ng-invalid[type="week"], .blue_form .ng-submitted input.ng-invalid[type="week"], .blue_form textarea.invalid, .blue_form textarea.ng-touched.ng-invalid, .blue_form .ng-submitted textarea.ng-invalid, .blue_form select.invalid, .blue_form select.ng-touched.ng-invalid, .blue_form .ng-submitted select.ng-invalid {
  border: solid 1px #ffe19c;
  background: #fff7e4;
  color: #000;
}

/* line 234, app/assets/stylesheets/patterns/_forms.scss */
.input_error {
  color: #e54f3c;
  font-size: 14px;
}

/* line 237, app/assets/stylesheets/patterns/_forms.scss */
.blue_form .input_error {
  color: #ffcf62;
}

/* line 6, app/assets/stylesheets/patterns/_tooltips.scss */
.tooltip_parent {
  position: relative;
}

/* line 8, app/assets/stylesheets/patterns/_tooltips.scss */
.tooltip_parent:hover .tooltip, .tooltip_parent.hover .tooltip, .tooltip_parent.zeroclipboard-is-hover .tooltip {
  opacity: 1;
  max-width: 400px;
  max-height: none;
  overflow: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

/* line 20, app/assets/stylesheets/patterns/_tooltips.scss */
.tooltip {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  max-width: 0;
  max-height: 0;
  z-index: 700;
  border-radius: 3px;
  padding: 5px 10px;
  background: #40464d;
  background: rgba(64, 70, 77, 0.9);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 43, app/assets/stylesheets/patterns/_tooltips.scss */
.tooltip .tooltip_arrow {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(64, 70, 77, 0.9);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

/* line 56, app/assets/stylesheets/patterns/_tooltips.scss */
.bottom_tooltip {
  top: 100%;
  bottom: auto;
  margin-bottom: auto;
  margin-top: 10px;
}

/* line 63, app/assets/stylesheets/patterns/_tooltips.scss */
.bottom_tooltip:before {
  top: -10px;
  bottom: auto;
}

/* line 69, app/assets/stylesheets/patterns/_tooltips.scss */
.bottom_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid rgba(64, 70, 77, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  bottom: auto;
  border-top: 0;
}

/* line 80, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip, .left_tooltip {
  top: 50%;
  bottom: auto;
  right: auto;
  left: auto;
  -webkit-transform: translateY(-50%) scale(0.9);
  -moz-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  -o-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

/* line 87, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip:before, .left_tooltip:before {
  width: 10px;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  height: auto;
}

/* line 97, app/assets/stylesheets/patterns/_tooltips.scss */
.left_tooltip {
  right: 100%;
  margin-bottom: auto;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/patterns/_tooltips.scss */
.left_tooltip:before {
  right: -10px;
}

/* line 107, app/assets/stylesheets/patterns/_tooltips.scss */
.left_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(64, 70, 77, 0.9);
  border-top: 5px solid transparent;
  left: auto;
  bottom: auto;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-right: 0;
}

/* line 121, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip {
  left: 100%;
  margin-bottom: auto;
  margin-left: 10px;
}

/* line 128, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip:before {
  left: -10px;
}

/* line 131, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(64, 70, 77, 0.9);
  border-top: 5px solid transparent;
  bottom: auto;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}

/* line 143, app/assets/stylesheets/patterns/_tooltips.scss */
.light_tooltip {
  background: rgba(248, 248, 248, 0.9);
  color: #6f767f;
  box-shadow: 0 1px 3px 0 rgba(64, 70, 77, 0.3);
}

/* line 148, app/assets/stylesheets/patterns/_tooltips.scss */
.light_tooltip .tooltip_arrow {
  border-color: rgba(248, 248, 248, 0.9) transparent transparent transparent;
}

/* line 149, app/assets/stylesheets/patterns/_tooltips.scss */
.light_tooltip.bottom_tooltip .tooltip_arrow {
  border-color: transparent transparent rgba(248, 248, 248, 0.9) transparent;
}

/* line 153, app/assets/stylesheets/patterns/_tooltips.scss */
.left_tooltip.light_tooltip .tooltip_arrow {
  border-color: transparent transparent transparent rgba(248, 248, 248, 0.9);
}

/* line 154, app/assets/stylesheets/patterns/_tooltips.scss */
.right_tooltip.light_tooltip .tooltip_arrow {
  border-color: transparent rgba(248, 248, 248, 0.9) transparent transparent;
}

/* line 159, app/assets/stylesheets/patterns/_tooltips.scss */
.touchable_tooltip:before {
  display: block;
  content: "";
  bottom: -10px;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 172, app/assets/stylesheets/patterns/_tooltips.scss */
.paragraph_tooltip {
  width: 200px;
  white-space: normal;
}

/* line 9, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #6f767f;
  background: #f8f8f8;
}

/* line 19, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.sm_icon_jewel {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
}

/* line 26, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.lg_icon_jewel {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
}

/* line 33, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.xl_icon_jewel {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 70px;
}

/* line 41, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.red_icon_jewel {
  color: #e54f3c;
  background: #ffedea;
}

/* line 42, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.orange_icon_jewel {
  color: #fd8143;
  background: #ffefe8;
}

/* line 43, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.yellow_icon_jewel {
  color: #ffc94d;
  background: #fff7e4;
}

/* line 44, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.green_icon_jewel {
  color: #3ac162;
  background: #eafcef;
}

/* line 45, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.blue_icon_jewel {
  color: #378de3;
  background: #ebf5fe;
}

/* line 46, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel.purple_icon_jewel {
  color: #6469c2;
  background: #ededf8;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_blocks::after {
  clear: both;
  content: "";
  display: table;
}

/* line 53, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_block {
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_block .icon_jewel {
  float: left;
  margin-right: 15px;
}

/* line 60, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_blocks .icon_jewel_block {
  float: left;
  width: 100%;
}

@media (min-width: 400px) {
  /* line 60, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block {
    width: 50%;
    padding-right: 10px;
  }
  /* line 66, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 600px) {
  /* line 60, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block {
    width: 33.33%;
  }
  /* line 70, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(odd) {
    clear: none;
  }
  /* line 71, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(3n+1) {
    clear: both;
  }
}

/* line 76, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_text {
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_supertitle {
  margin-bottom: 5px;
  color: #a0a7b0;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_title div {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 92, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_subtitle {
  margin-bottom: 5px;
}

/* line 94, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_title + .icon_jewel_subtitle {
  margin-top: -5px;
}

/* line 97, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_cta {
  text-transform: uppercase;
}

/* line 100, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_panels {
  margin-left: -15px;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_panels::after {
  clear: both;
  content: "";
  display: table;
}

/* line 105, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_panel {
  border: 1px solid #e3e3e5;
  padding: 15px;
}

/* line 109, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_panels .icon_jewel_panel {
  float: left;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  margin-bottom: 15px;
  margin-left: 15px;
}

@media (min-width: 400px) {
  /* line 109, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  /* line 116, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 600px) {
  /* line 109, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }
  /* line 120, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(odd) {
    clear: none;
  }
  /* line 121, app/assets/stylesheets/patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(3n+1) {
    clear: both;
  }
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_details::after {
  clear: both;
  content: "";
  display: table;
}

/* line 130, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_detail {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

/* line 136, app/assets/stylesheets/patterns/_icon_jewels.scss */
.icon_jewel_detail_title {
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/layout/_header.scss */
.slicknav_menu {
  display: block;
}

@media (min-width: 795px) {
  /* line 5, app/assets/stylesheets/layout/_header.scss */
  .slicknav_menu {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/layout/_header.scss */
.header {
  position: relative;
  padding: 15px 0;
  z-index: 200;
  background-color: #f8f8f8;
  display: none;
}

@media (min-width: 795px) {
  /* line 10, app/assets/stylesheets/layout/_header.scss */
  .header {
    display: block;
  }
}

/* line 19, app/assets/stylesheets/layout/_header.scss */
.header_inner {
  max-width: 1090px;
  margin: 0 10px;
}

@media (min-width: 1110px) {
  /* line 19, app/assets/stylesheets/layout/_header.scss */
  .header_inner {
    margin: 0 auto;
  }
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.header_inner::after {
  clear: both;
  content: "";
  display: table;
}

/* line 26, app/assets/stylesheets/layout/_header.scss */
.header_logo {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 186px;
}

/* line 33, app/assets/stylesheets/layout/_header.scss */
.header_branding {
  display: none;
  vertical-align: top;
  font-size: 25px;
  line-height: 25px;
  color: #6f767f;
  margin: 2px 0 0 15px;
}

/* line 42, app/assets/stylesheets/layout/_header.scss */
.spokeo_logo {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(/assets/spokeo-logo-440dec4dd3229d3e990f10336ed2916df21927de2d422d0e0a058ef36ca6ddb7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 52, app/assets/stylesheets/layout/_header.scss */
.header_links {
  display: inline-block;
  float: right;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 58, app/assets/stylesheets/layout/_header.scss */
.header_link {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}

/* line 62, app/assets/stylesheets/layout/_header.scss */
.header_link:nth-child(5) {
  border-right: 1px solid #a0a7b0;
  padding-right: 10px;
}

/* line 4, app/assets/stylesheets/layout/_layout.scss */
.content {
  padding: 30px 0;
  min-height: -webkit-calc(100vh - 174px - 60px);
  min-height: calc(100vh - 174px - 60px);
}

/* line 9, app/assets/stylesheets/layout/_layout.scss */
.content_inner {
  max-width: 1030px;
  margin: 0 10px;
}

@media (min-width: 400px) {
  /* line 9, app/assets/stylesheets/layout/_layout.scss */
  .content_inner {
    margin: 0 15px;
  }
}

@media (min-width: 600px) {
  /* line 9, app/assets/stylesheets/layout/_layout.scss */
  .content_inner {
    margin: 0 20px;
  }
}

@media (min-width: 800px) {
  /* line 9, app/assets/stylesheets/layout/_layout.scss */
  .content_inner {
    margin: 0 30px;
  }
}

@media (min-width: 1090px) {
  /* line 9, app/assets/stylesheets/layout/_layout.scss */
  .content_inner {
    margin: 0 auto;
  }
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.content_inner::after {
  clear: both;
  content: "";
  display: table;
}

/* line 19, app/assets/stylesheets/layout/_layout.scss */
.content_panel {
  margin-bottom: 50px;
}

/* line 21, app/assets/stylesheets/layout/_layout.scss */
.text_panel {
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/layout/_layout.scss */
.last_buttons {
  float: right;
}

/* line 5, app/assets/stylesheets/layout/_footer.scss */
.footer {
  text-align: center;
  background-color: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 5, app/assets/stylesheets/layout/_footer.scss */
  .footer {
    padding: 50px 0;
  }
}

/* line 11, app/assets/stylesheets/layout/_footer.scss */
.footer_block {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e5;
}

@media (min-width: 600px) {
  /* line 11, app/assets/stylesheets/layout/_footer.scss */
  .footer_block {
    border: none;
    display: inline-block;
  }
}

/* line 20, app/assets/stylesheets/layout/_footer.scss */
.footer_block:last-child {
  border: none;
  display: block;
}

/* line 26, app/assets/stylesheets/layout/_footer.scss */
.footer_copyright {
  text-transform: none;
}

/* line 5, app/assets/stylesheets/pages/admin/_users.scss */
.profile_section {
  margin-bottom: 30px;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.profile_section::after {
  clear: both;
  content: "";
  display: table;
}

/* line 10, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_photo {
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 10, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_summary_photo {
    float: left;
    margin: 0 20px 0 0;
  }
}

/* line 19, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_text {
  vertical-align: top;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 19, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_summary_text {
    overflow: hidden;
    text-align: left;
  }
}

/* line 28, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_supertitle {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #a0a7b0;
}

/* line 35, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_title {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  word-wrap: break-word;
}

@media (min-width: 600px) {
  /* line 35, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_summary_title {
    font-size: 25px;
  }
}

/* line 44, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_button {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_subtitle {
  overflow: hidden;
  font-size: 14px;
  color: #6f767f;
}

/* line 53, app/assets/stylesheets/pages/admin/_users.scss */
.profile_summary_subtitle .profile_summary_emphasis {
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/pages/admin/_users.scss */
.profile_block {
  padding: 10px;
  font-weight: 600;
}

/* line 59, app/assets/stylesheets/pages/admin/_users.scss */
.profile_block:nth-child(even) {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 56, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_block {
    width: 50%;
    float: left;
  }
  /* line 63, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_block:nth-child(even) {
    background: none;
  }
  /* line 64, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_block:nth-child(4n+1) {
    background: #f8f8f8;
  }
  /* line 65, app/assets/stylesheets/pages/admin/_users.scss */
  .profile_block:nth-child(4n+2) {
    background: #f8f8f8;
  }
}

/* line 67, app/assets/stylesheets/pages/admin/_users.scss */
.profile_block span {
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_menu {
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_table {
  width: 100%;
  border-top: 1px solid #e3e3e5;
  border-bottom: 1px solid #e3e3e5;
}

/* line 17, app/assets/stylesheets/pages/admin/_admin.scss */
.outer_list_item {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 17, app/assets/stylesheets/pages/admin/_admin.scss */
  .outer_list_item {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 0;
  }
}

/* line 30, app/assets/stylesheets/pages/admin/_admin.scss */
.inner_list {
  font-size: 12px;
  font-weight: 400;
}

/* line 35, app/assets/stylesheets/pages/admin/_admin.scss */
.inner_list_item {
  padding: 10px 0;
}

/* line 37, app/assets/stylesheets/pages/admin/_admin.scss */
.inner_list_item:first-child {
  border-top: 1px solid #e3e3e5;
}

@media (min-width: 600px) {
  /* line 38, app/assets/stylesheets/pages/admin/_admin.scss */
  .inner_list_item:first-child {
    border: 0;
  }
}

/* line 41, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_header {
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 46, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_text {
  display: inline-block;
  padding: 10px 0;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

/* line 52, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
}

/* line 58, app/assets/stylesheets/pages/admin/_admin.scss */
.admin_user_table {
  table-layout: fixed;
}

@media (min-width: 800px) {
  /* line 60, app/assets/stylesheets/pages/admin/_admin.scss */
  .date_column {
    width: 125px;
  }
}

@media (min-width: 800px) {
  /* line 62, app/assets/stylesheets/pages/admin/_admin.scss */
  .user_menu_column {
    width: 133px;
  }
}

@media (min-width: 800px) {
  /* line 64, app/assets/stylesheets/pages/admin/_admin.scss */
  .ad_menu_column {
    width: 68px;
  }
}

/* line 5, app/assets/stylesheets/pages/main/_home.scss */
.home_panel {
  background: url(/assets/affiliate_hero_img-4bcfdd5bf2b9cd1dbf7da2160f12892e31d37809acd931f83c94bc34bb0ddf1c.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  /* line 5, app/assets/stylesheets/pages/main/_home.scss */
  .home_panel {
    padding: 125px 0;
  }
}

/* line 14, app/assets/stylesheets/pages/main/_home.scss */
.home_panel .title_subheader {
  margin: 0 auto 30px;
}

/* line 19, app/assets/stylesheets/pages/main/_home.scss */
.home_banner {
  padding: 30px 0;
  background-color: #f8f8f8;
}

/* line 24, app/assets/stylesheets/pages/main/_home.scss */
.home_header {
  font-size: 35px;
  font-weight: 600;
  color: white;
}

@media (min-width: 600px) {
  /* line 24, app/assets/stylesheets/pages/main/_home.scss */
  .home_header {
    font-size: 65px;
  }
}

/* line 33, app/assets/stylesheets/pages/main/_home.scss */
.home_subheader {
  font-size: 14px;
  color: white;
}

@media (min-width: 600px) {
  /* line 33, app/assets/stylesheets/pages/main/_home.scss */
  .home_subheader {
    font-size: 19px;
  }
}

/* line 39, app/assets/stylesheets/pages/main/_home.scss */
.home_text {
  font-size: 19px;
  color: white;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/pages/main/_home.scss */
.title_header {
  display: inline-block;
  font-size: 25px;
}

@media (min-width: 600px) {
  /* line 45, app/assets/stylesheets/pages/main/_home.scss */
  .title_header {
    font-size: 35px;
  }
}

/* line 51, app/assets/stylesheets/pages/main/_home.scss */
.title_subheader {
  margin: 0 auto 20px;
}

@media (min-width: 600px) {
  /* line 51, app/assets/stylesheets/pages/main/_home.scss */
  .title_subheader {
    width: 60%;
  }
}

/* line 56, app/assets/stylesheets/pages/main/_home.scss */
.blue_button.get_started_button, .copy_group button.get_started_button {
  margin-left: 50px;
  border: none;
  background-color: #089fe4;
  background-image: none;
}

/* line 63, app/assets/stylesheets/pages/main/_home.scss */
.center_block {
  text-align: center;
}

/* line 67, app/assets/stylesheets/pages/main/_home.scss */
.title_block {
  display: inline-block;
  text-align: left;
}

/* line 72, app/assets/stylesheets/pages/main/_home.scss */
.title_text {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 131, app/assets/stylesheets/utils/_mixins.scss */
.title_text:before {
  font-size: 19px;
  color: #3ac162;
  margin-right: 5px;
}

/* line 78, app/assets/stylesheets/pages/main/_home.scss */
.home_icon {
  width: 100px;
  height: 100px;
  display: inline-block;
}

/* line 84, app/assets/stylesheets/pages/main/_home.scss */
.info_block {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 84, app/assets/stylesheets/pages/main/_home.scss */
  .info_block {
    width: 32%;
    min-height: 236px;
    margin: 0;
    text-align: left;
  }
  /* line 96, app/assets/stylesheets/pages/main/_home.scss */
  .info_block:first-child {
    float: left;
  }
  /* line 97, app/assets/stylesheets/pages/main/_home.scss */
  .info_block:last-child {
    float: right;
  }
}

/* line 101, app/assets/stylesheets/pages/main/_home.scss */
.info_header {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 107, app/assets/stylesheets/pages/main/_home.scss */
.info_subheader {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 112, app/assets/stylesheets/pages/main/_home.scss */
.banner_block {
  width: 100%;
  display: inline-flex;
}

/* line 117, app/assets/stylesheets/pages/main/_home.scss */
.banner_header {
  font-size: 25px;
  margin: auto auto auto 0;
}

/* line 122, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials {
  display: flex;
  flex-flow: column;
  border-top: 2px solid #e3e3e5;
  border-bottom: 2px solid #e3e3e5;
  padding: 50px 0;
}

@media (min-width: 600px) {
  /* line 122, app/assets/stylesheets/pages/main/_home.scss */
  .home_page_testimonials {
    flex-flow: row wrap;
    min-width: 580px;
  }
}

/* line 134, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .testimonials_title {
  flex: 1 100%;
  font-size: 25px;
}

/* line 139, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .quotes {
  background-image: url("quotes.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 30px;
  height: 30px;
  margin: 30px 0 15px 0;
}

/* line 148, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .author_info {
  margin-top: 15px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
}

/* line 157, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .testimonial {
  flex: 1;
  padding: 10px;
  margin: 0 5px;
  display: flex;
  flex-flow: column;
}

/* line 164, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .testimonial:first-of-type {
  margin: 0 10px 0 0;
}

/* line 168, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .testimonial:last-of-type {
  margin: 0 0 0 10px;
}

/* line 173, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .testimonial_link {
  color: #089fe4;
  margin-right: 5px;
}

/* line 178, app/assets/stylesheets/pages/main/_home.scss */
.home_page_testimonials .partner_age {
  font-style: italic;
  margin-left: 5px;
}

/* line 184, app/assets/stylesheets/pages/main/_home.scss */
.monetizing_title {
  font-size: 25px;
}

/* line 188, app/assets/stylesheets/pages/main/_home.scss */
.button.blue_button.monetize_sign_up_button, .copy_group button.monetize_sign_up_button {
  width: 160px;
  margin-top: 15px;
  border: none;
  background-color: #089fe4;
  background-image: none;
}

/* line 5, app/assets/stylesheets/pages/main/_learn_more.scss */
.learn_left_panel {
  background-color: #f8f8f8;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
  margin-left: -webkit-calc((100% - 200px)/2);
  margin-left: calc((100% - 200px)/2);
  margin-right: -webkit-calc((100% - 200px)/2);
  margin-right: calc((100% - 200px)/2);
}

@media (min-width: 600px) {
  /* line 5, app/assets/stylesheets/pages/main/_learn_more.scss */
  .learn_left_panel {
    margin: 0;
  }
}

/* line 18, app/assets/stylesheets/pages/main/_learn_more.scss */
.learn_right_panel {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 18, app/assets/stylesheets/pages/main/_learn_more.scss */
  .learn_right_panel {
    width: -webkit-calc(100% - 205px);
    width: calc(100% - 205px);
    padding: 0 15px;
  }
}

/* line 28, app/assets/stylesheets/pages/main/_learn_more.scss */
.learn_header {
  font-size: 35px;
  margin-bottom: 15px;
}

/* line 33, app/assets/stylesheets/pages/main/_learn_more.scss */
.learn_text {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 15px 20px;
  text-indent: -1em;
}

/* line 40, app/assets/stylesheets/pages/main/_learn_more.scss */
.learn_icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 5, app/assets/stylesheets/pages/main/_faq.scss */
.faq_left_panel {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 5, app/assets/stylesheets/pages/main/_faq.scss */
  .faq_left_panel {
    margin: 0;
    display: inline-block;
  }
}

/* line 11, app/assets/stylesheets/pages/main/_faq.scss */
.faq_right_panel {
  background-color: #f8f8f8;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  width: 250px;
  height: 250px;
  margin-bottom: 15px;
  margin-left: -webkit-calc((100% - 250px)/2);
  margin-left: calc((100% - 250px)/2);
  margin-right: -webkit-calc((100% - 250px)/2);
  margin-right: calc((100% - 250px)/2);
}

@media (min-width: 600px) {
  /* line 11, app/assets/stylesheets/pages/main/_faq.scss */
  .faq_right_panel {
    margin: 0;
    float: right;
  }
}

/* line 24, app/assets/stylesheets/pages/main/_faq.scss */
.faq_icon {
  width: 125px;
  height: 125px;
  display: inline-block;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 31, app/assets/stylesheets/pages/main/_faq.scss */
.faq_link {
  display: block;
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/pages/main/_faq.scss */
.faq_item {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
  text-indent: -1em;
}

/* line 5, app/assets/stylesheets/pages/main/_text_ads.scss */
.text_ad, .landing_page {
  margin-bottom: 20px;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.text_ad::after, .landing_page::after {
  clear: both;
  content: "";
  display: table;
}

/* line 10, app/assets/stylesheets/pages/main/_text_ads.scss */
.text_ad_left_block, .landing_page_left_block {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 10, app/assets/stylesheets/pages/main/_text_ads.scss */
  .text_ad_left_block, .landing_page_left_block {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin: 0;
  }
}

@media (min-width: 600px) {
  /* line 22, app/assets/stylesheets/pages/main/_text_ads.scss */
  .text_ad_right_block, .landing_page_right_block {
    width: 50%;
    float: right;
  }
}

/* line 5, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_ads {
  padding: 30px;
  background-color: #f8f8f8;
}

/* line 10, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_ad {
  margin-bottom: 30px;
}

/* line 12, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_ad:last-child {
  margin: 0;
}

/* line 15, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_tab {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}

/* line 20, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_tab:last-child {
  padding-right: 0;
}

@media (min-width: 600px) {
  /* line 15, app/assets/stylesheets/pages/main/_banner_ads.scss */
  .banner_tab {
    font-size: 19px;
    padding-right: 20px;
  }
}

/* line 24, app/assets/stylesheets/pages/main/_banner_ads.scss */
.no_show {
  display: none;
}

/* line 28, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_text {
  font-size: 19px;
  font-weight: 600;
  margin-top: 30px;
}

/* line 34, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_size {
  color: #a0a7b0;
}

/* line 36, app/assets/stylesheets/pages/main/_banner_ads.scss */
.banner_js {
  position: relative;
}

/* line 38, app/assets/stylesheets/pages/main/_banner_ads.scss */
.current {
  color: #40464d;
}

/* line 43, app/assets/stylesheets/pages/main/_banner_ads.scss */
.phone_lookup_separated_box input[type="text"] {
  padding: 10px !important;
  text-indent: 3px !important;
}

/* line 49, app/assets/stylesheets/pages/main/_banner_ads.scss */
.prepopulate_message {
  background: #f8f8f8;
  font-size: 14px;
  padding: 15px;
  margin-top: 15px;
}

/* line 55, app/assets/stylesheets/pages/main/_banner_ads.scss */
.prepopulate_message .title {
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/pages/main/_banner_ads.scss */
.prepopulate_message .example_link {
  padding-top: 10px;
}

/* line 64, app/assets/stylesheets/pages/main/_banner_ads.scss */
.prepopulate_message .link {
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/pages/main/_contact.scss */
.contact_left_panel {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 5, app/assets/stylesheets/pages/main/_contact.scss */
  .contact_left_panel {
    margin: 0;
    width: 55%;
    display: inline-block;
  }
}

@media (min-width: 400px) {
  /* line 5, app/assets/stylesheets/pages/user/_dashboard.scss */
  .dashboard_menu {
    float: right;
  }
}

/* line 8, app/assets/stylesheets/pages/user/_dashboard.scss */
.index:first-child {
  background: #fff;
  color: #40464d;
}

/* line 15, app/assets/stylesheets/pages/user/_dashboard.scss */
.detailed:nth-child(2) {
  background: #fff;
  color: #40464d;
}

/* line 22, app/assets/stylesheets/pages/user/_dashboard.scss */
.edit:last-child {
  background: #fff;
  color: #40464d;
}

/* line 28, app/assets/stylesheets/pages/user/_dashboard.scss */
.month_text {
  color: #a0a7b0;
}

/* line 30, app/assets/stylesheets/pages/user/_dashboard.scss */
.sort_link {
  color: #40464d;
}

@media (min-width: 800px) {
  /* line 32, app/assets/stylesheets/pages/user/_dashboard.scss */
  .first {
    width: 128px;
  }
}

/* line 36, app/assets/stylesheets/pages/user/_dashboard.scss */
.sub_table tr:nth-child(odd) {
  background: none;
}

/* line 37, app/assets/stylesheets/pages/user/_dashboard.scss */
.sub_table tr:nth-child(even) {
  background: none;
}

/* line 40, app/assets/stylesheets/pages/user/_dashboard.scss */
.sub_table:nth-child(4n+2) tr {
  background: #f8f8f8;
}

/* line 43, app/assets/stylesheets/pages/user/_dashboard.scss */
.sub_table:nth-child(4n+3) tr {
  background: #f8f8f8;
}

/* line 5, app/assets/stylesheets/pages/user/_users.scss */
.label_text {
  font-size: 19px;
}

/* line 7, app/assets/stylesheets/pages/user/_users.scss */
.label_subtext {
  text-transform: none;
  color: #a0a7b0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
a, .link_button {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
a:active, .link_button:active,
a:hover,
.link_button:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * Clean up remaining elements
 */
/* line 433, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

/* line 441, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-size: initial;
  margin: 0;
}

/* line 447, app/assets/stylesheets/pages/v2/../../utils/_normalize.scss */
ul {
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
body {
  position: relative;
  color: #40464d;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 320px;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 19, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
a, .link_button {
  color: #1a6cbf;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 23, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
a:hover, .link_button:hover {
  color: #4b98e5;
}

/* line 24, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
a:active, .link_button:active {
  color: #fd8143;
}

/* line 27, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
th, td {
  text-align: left;
  padding: 10px 5px;
}

@media (min-width: 800px) {
  /* line 30, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  th:first-child, td:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 800px) {
  /* line 31, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  th:last-child, td:last-child {
    padding-right: 10px;
  }
}

/* line 35, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
tr:nth-child(even) {
  background: #f8f8f8;
}

/* line 36, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
tr:nth-child(odd) {
  background: white;
}

@media only screen and (max-width: 800px) {
  /* line 41, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* line 43, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 49, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  tr:not(:last-child) {
    border-bottom: 1px solid #40464d;
  }
  /* line 51, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  td {
    border-bottom: 1px solid #e3e3e5;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  /* line 59, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
  td:before {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}

/* line 74, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
::selection {
  background: #ebf5fe;
}

/* line 78, app/assets/stylesheets/pages/v2/../../base/_defaults.scss */
.svg_icon {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-84b8addc6ff32bcc1dc4885dc9b02ef2455f143ed61b74234a93be2a33855928.eot?54265313);
  src: url(/assets/fontello-84b8addc6ff32bcc1dc4885dc9b02ef2455f143ed61b74234a93be2a33855928.eot?54265313#iefix) format("embedded-opentype"), url(/assets/fontello-a40833020beae4629048b377eaf34c53bb7ac6df1cfe35bf89279cbfeae4b775.woff?54265313) format("woff"), url(/assets/fontello-81d79a540ff0d142324f17009345063b02ef7cfea01cc66a9d5285779dbeefde.ttf?54265313) format("truetype"), url(/assets/fontello-6cc0302b885d27932bb09094eb8a77ea88197e60de3cb946f77717adb6f4890c.svg?54265313#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.icon, [class^="icon-"]:before,
[class*=" icon-"]:before, .select:after, .title_text:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
}

/* line 37, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.icon:before {
  content: '';
}

/* line 45, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel {
  padding: 0 5px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

/* line 57, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.red_text_jewel {
  color: #e54f3c;
  background-color: #ffedea;
}

/* line 61, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.orange_text_jewel {
  color: #fd8143;
  background-color: #ffefe8;
}

/* line 65, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.yellow_text_jewel {
  color: #ffc94d;
  background-color: #fff7e4;
}

/* line 69, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.green_text_jewel {
  color: #3ac162;
  background-color: #eafcef;
}

/* line 73, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.blue_text_jewel {
  color: #378de3;
  background-color: #ebf5fe;
}

/* line 77, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.text_jewel.purple_text_jewel {
  color: #6469c2;
  background-color: #ededf8;
}

/* line 83, app/assets/stylesheets/pages/v2/../../base/_fonts.scss */
.block_text_jewel {
  display: block;
  margin-bottom: 10px;
  padding: 11px;
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-doc-text-inv:before {
  content: '\e800';
}

/* '' */
/* line 3, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-doc-text:before {
  content: '\e801';
}

/* '' */
/* line 4, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-list:before {
  content: '\e802';
}

/* '' */
/* line 5, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-filter:before {
  content: '\e803';
}

/* '' */
/* line 6, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-arrow-combo:before {
  content: '\e804';
}

/* '' */
/* line 7, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-mobile:before {
  content: '\e805';
}

/* '' */
/* line 8, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-facebook:before {
  content: '\e806';
}

/* '' */
/* line 9, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-twitter:before {
  content: '\e807';
}

/* '' */
/* line 10, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-googleplus:before {
  content: '\e808';
}

/* '' */
/* line 11, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-pinterest:before {
  content: '\e809';
}

/* '' */
/* line 12, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-amazon:before {
  content: '\e80a';
}

/* '' */
/* line 13, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-search:before {
  content: '\e80b';
}

/* '' */
/* line 14, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-star:before {
  content: '\e80c';
}

/* '' */
/* line 15, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-answers:before {
  content: '\e80d';
}

/* '' */
/* line 16, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-aollifestream:before {
  content: '\e80e';
}

/* '' */
/* line 17, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-building:before {
  content: '\e80f';
}

/* '' */
/* line 18, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-tumblr:before {
  content: '\e810';
}

/* '' */
/* line 19, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-linkedin:before {
  content: '\e811';
}

/* '' */
/* line 20, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-stumbleupon:before {
  content: '\e812';
}

/* '' */
/* line 21, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-github:before {
  content: '\e813';
}

/* '' */
/* line 22, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-vimeo:before {
  content: '\e814';
}

/* '' */
/* line 23, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-blogger:before {
  content: '\e815';
}

/* '' */
/* line 24, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-rdio:before {
  content: '\e816';
}

/* '' */
/* line 25, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-instagram:before {
  content: '\e817';
}

/* '' */
/* line 26, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-dropbox:before {
  content: '\e818';
}

/* '' */
/* line 27, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-skype:before {
  content: '\e819';
}

/* '' */
/* line 28, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-soundcloud:before {
  content: '\e81a';
}

/* '' */
/* line 29, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-picasa:before {
  content: '\e81b';
}

/* '' */
/* line 30, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-paypal:before {
  content: '\e81c';
}

/* '' */
/* line 31, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-behance:before {
  content: '\e81d';
}

/* '' */
/* line 32, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-chart-bar:before {
  content: '\e81e';
}

/* '' */
/* line 33, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-foursquare:before {
  content: '\e81f';
}

/* '' */
/* line 34, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-yelp:before {
  content: '\e820';
}

/* '' */
/* line 35, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-break:before {
  content: '\e821';
}

/* '' */
/* line 36, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-buzznet:before {
  content: '\e822';
}

/* '' */
/* line 37, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cafemom:before {
  content: '\e823';
}

/* '' */
/* line 38, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-spinner:before {
  content: '\e824';
}

/* '' */
/* line 39, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-care2:before {
  content: '\e825';
}

/* '' */
/* line 40, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-camera:before {
  content: '\e826';
}

/* '' */
/* line 41, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-layout:before {
  content: '\e827';
}

/* '' */
/* line 42, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-check:before, .title_text:before {
  content: '\e828';
}

/* '' */
/* line 43, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-thumbs-up:before {
  content: '\e829';
}

/* '' */
/* line 44, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-lastfm:before {
  content: '\e82a';
}

/* '' */
/* line 45, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-location:before {
  content: '\e82b';
}

/* '' */
/* line 46, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-direction:before {
  content: '\e82c';
}

/* '' */
/* line 47, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cancel:before {
  content: '\e82d';
}

/* '' */
/* line 48, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-citysearch:before {
  content: '\e82e';
}

/* '' */
/* line 49, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cnnireport:before {
  content: '\e82f';
}

/* '' */
/* line 50, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-dailymotion:before {
  content: '\e830';
}

/* '' */
/* line 51, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-disqus:before {
  content: '\e831';
}

/* '' */
/* line 52, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-ebay:before {
  content: '\e832';
}

/* '' */
/* line 53, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-twitch:before {
  content: '\e833';
}

/* '' */
/* line 54, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-mail:before {
  content: '\e834';
}

/* '' */
/* line 55, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-heart:before {
  content: '\e835';
}

/* '' */
/* line 56, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-wordpress:before {
  content: '\e836';
}

/* '' */
/* line 57, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-epinions:before {
  content: '\e837';
}

/* '' */
/* line 58, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-reddit:before {
  content: '\e838';
}

/* '' */
/* line 59, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cancel-circled:before {
  content: '\e839';
}

/* '' */
/* line 60, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-flickr:before {
  content: '\e83a';
}

/* '' */
/* line 61, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-plus:before {
  content: '\e83b';
}

/* '' */
/* line 62, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-plus-circled:before {
  content: '\e83c';
}

/* '' */
/* line 63, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-deviantart:before {
  content: '\e83d';
}

/* '' */
/* line 64, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-minus:before {
  content: '\e83e';
}

/* '' */
/* line 65, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-minus-circled:before {
  content: '\e83f';
}

/* '' */
/* line 66, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-delicious:before {
  content: '\e840';
}

/* '' */
/* line 67, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-help:before {
  content: '\e841';
}

/* '' */
/* line 68, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-help-circled:before {
  content: '\e842';
}

/* '' */
/* line 69, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-info:before {
  content: '\e843';
}

/* '' */
/* line 70, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-info-circled:before {
  content: '\e844';
}

/* '' */
/* line 71, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-etsy:before {
  content: '\e845';
}

/* '' */
/* line 72, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-home:before {
  content: '\e846';
}

/* '' */
/* line 73, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-link:before {
  content: '\e847';
}

/* '' */
/* line 74, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-attach:before {
  content: '\e848';
}

/* '' */
/* line 75, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-lock:before {
  content: '\e849';
}

/* '' */
/* line 76, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-lock-open:before {
  content: '\e84a';
}

/* '' */
/* line 77, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-eye:before {
  content: '\e84b';
}

/* '' */
/* line 78, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-tag:before {
  content: '\e84c';
}

/* '' */
/* line 79, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-bookmark:before {
  content: '\e84d';
}

/* '' */
/* line 80, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-bookmarks:before {
  content: '\e84e';
}

/* '' */
/* line 81, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-thumbs-down:before {
  content: '\e84f';
}

/* '' */
/* line 82, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-download:before {
  content: '\e850';
}

/* '' */
/* line 83, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-upload:before {
  content: '\e851';
}

/* '' */
/* line 84, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-upload-cloud:before {
  content: '\e852';
}

/* '' */
/* line 85, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-eventful:before {
  content: '\e853';
}

/* '' */
/* line 86, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-flixster:before {
  content: '\e854';
}

/* '' */
/* line 87, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-formspring:before {
  content: '\e855';
}

/* '' */
/* line 88, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-quote:before {
  content: '\e856';
}

/* '' */
/* line 89, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-code:before {
  content: '\e857';
}

/* '' */
/* line 90, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-export:before {
  content: '\e858';
}

/* '' */
/* line 91, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-pencil:before {
  content: '\e859';
}

/* '' */
/* line 92, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-fotolog:before {
  content: '\e85a';
}

/* '' */
/* line 93, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-print:before {
  content: '\e85b';
}

/* '' */
/* line 94, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-gravatar:before {
  content: '\e85c';
}

/* '' */
/* line 95, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-keyboard:before {
  content: '\e85d';
}

/* '' */
/* line 96, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-comment:before {
  content: '\e85e';
}

/* '' */
/* line 97, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-chat:before {
  content: '\e85f';
}

/* '' */
/* line 98, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-bell:before {
  content: '\e860';
}

/* '' */
/* line 99, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-attention:before {
  content: '\e861';
}

/* '' */
/* line 100, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-compass:before {
  content: '\e862';
}

/* '' */
/* line 101, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-hi5:before {
  content: '\e863';
}

/* '' */
/* line 102, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-hulu:before {
  content: '\e864';
}

/* '' */
/* line 103, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-ign:before {
  content: '\e865';
}

/* '' */
/* line 104, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-imvu:before {
  content: '\e866';
}

/* '' */
/* line 105, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-justintv:before {
  content: '\e867';
}

/* '' */
/* line 106, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-kaboodle:before {
  content: '\e868';
}

/* '' */
/* line 107, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-kongregate:before {
  content: '\e869';
}

/* '' */
/* line 108, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-newspaper:before {
  content: '\e86a';
}

/* '' */
/* line 109, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-livejournal:before {
  content: '\e86b';
}

/* '' */
/* line 110, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-book:before {
  content: '\e86c';
}

/* '' */
/* line 111, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-folder:before {
  content: '\e86d';
}

/* '' */
/* line 112, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-archive:before {
  content: '\e86e';
}

/* '' */
/* line 113, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-box:before {
  content: '\e86f';
}

/* '' */
/* line 114, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-lyrics:before {
  content: '\e870';
}

/* '' */
/* line 115, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-phone:before {
  content: '\e871';
}

/* '' */
/* line 116, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cog:before {
  content: '\e872';
}

/* '' */
/* line 117, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-tools:before {
  content: '\e873';
}

/* '' */
/* line 118, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-match:before {
  content: '\e874';
}

/* '' */
/* line 119, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-menuism:before {
  content: '\e875';
}

/* '' */
/* line 120, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-metacafe:before {
  content: '\e876';
}

/* '' */
/* line 121, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-myspace:before {
  content: '\e877';
}

/* '' */
/* line 122, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-okcupid:before {
  content: '\e878';
}

/* '' */
/* line 123, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-pandora:before {
  content: '\e879';
}

/* '' */
/* line 124, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-photobucket:before {
  content: '\e87a';
}

/* '' */
/* line 125, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-picturetrail:before {
  content: '\e87b';
}

/* '' */
/* line 126, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-plentyoffish:before {
  content: '\e87c';
}

/* '' */
/* line 127, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-smugmug:before {
  content: '\e87d';
}

/* '' */
/* line 128, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-sourceforge:before {
  content: '\e87e';
}

/* '' */
/* line 129, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-clock:before {
  content: '\e87f';
}

/* '' */
/* line 130, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-tagged:before {
  content: '\e880';
}

/* '' */
/* line 131, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-thisnext:before {
  content: '\e881';
}

/* '' */
/* line 132, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-topix:before {
  content: '\e882';
}

/* '' */
/* line 133, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-tripadvisor:before {
  content: '\e883';
}

/* '' */
/* line 134, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-typepad:before {
  content: '\e884';
}

/* '' */
/* line 135, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-urbanspoon:before {
  content: '\e885';
}

/* '' */
/* line 136, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-ustreamtv:before {
  content: '\e886';
}

/* '' */
/* line 137, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-veoh:before {
  content: '\e887';
}

/* '' */
/* line 138, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-wretch:before {
  content: '\e888';
}

/* '' */
/* line 139, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-zazzle:before {
  content: '\e889';
}

/* '' */
/* line 140, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-zillow:before {
  content: '\e88a';
}

/* '' */
/* line 141, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-blackplanet:before {
  content: '\e88b';
}

/* '' */
/* line 142, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-askfm:before {
  content: '\e88c';
}

/* '' */
/* line 143, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-spokeo:before {
  content: '\e88d';
}

/* '' */
/* line 144, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-imageshack:before {
  content: '\e88e';
}

/* '' */
/* line 145, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-mtv:before {
  content: '\e88f';
}

/* '' */
/* line 146, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-down-open:before {
  content: '\e890';
}

/* '' */
/* line 147, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-left-open:before {
  content: '\e891';
}

/* '' */
/* line 148, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-right-open:before {
  content: '\e892';
}

/* '' */
/* line 149, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-up-open:before {
  content: '\e893';
}

/* '' */
/* line 150, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-ehow:before {
  content: '\e894';
}

/* '' */
/* line 151, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-megaphone:before {
  content: '\e895';
}

/* '' */
/* line 152, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-flow-tree:before {
  content: '\e896';
}

/* '' */
/* line 153, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-down-bold:before {
  content: '\e897';
}

/* '' */
/* line 154, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-left-bold:before {
  content: '\e898';
}

/* '' */
/* line 155, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-right-bold:before {
  content: '\e899';
}

/* '' */
/* line 156, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-up-bold:before {
  content: '\e89a';
}

/* '' */
/* line 157, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-user-famous:before {
  content: '\e89b';
}

/* '' */
/* line 158, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-myyearbook:before {
  content: '\e89c';
}

/* '' */
/* line 159, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-youtube:before {
  content: '\e89d';
}

/* '' */
/* line 160, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-menu:before {
  content: '\e89e';
}

/* '' */
/* line 161, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-dollar:before {
  content: '\e89f';
}

/* '' */
/* line 162, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-down-dir:before {
  content: '\e8a0';
}

/* '' */
/* line 163, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-left-dir:before {
  content: '\e8a1';
}

/* '' */
/* line 164, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-right-dir:before {
  content: '\e8a2';
}

/* '' */
/* line 165, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-up-dir:before {
  content: '\e8a3';
}

/* '' */
/* line 166, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-briefcase:before {
  content: '\e8a4';
}

/* '' */
/* line 167, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-graduation-cap:before {
  content: '\e8a5';
}

/* '' */
/* line 168, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-venus-mars:before {
  content: '\e8a6';
}

/* '' */
/* line 169, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cake:before {
  content: '\e8a7';
}

/* '' */
/* line 170, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-aquarius:before {
  content: '\e8a8';
}

/* '' */
/* line 171, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-aries:before {
  content: '\e8a9';
}

/* '' */
/* line 172, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-cancer:before {
  content: '\e8aa';
}

/* '' */
/* line 173, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-capricorn:before {
  content: '\e8ab';
}

/* '' */
/* line 174, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-gemini:before {
  content: '\e8ac';
}

/* '' */
/* line 175, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-leo:before {
  content: '\e8ad';
}

/* '' */
/* line 176, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-libra:before {
  content: '\e8ae';
}

/* '' */
/* line 177, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-pisces:before {
  content: '\e8af';
}

/* '' */
/* line 178, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-sagittarius:before {
  content: '\e8b0';
}

/* '' */
/* line 179, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-scorpio:before {
  content: '\e8b1';
}

/* '' */
/* line 180, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-taurus:before {
  content: '\e8b2';
}

/* '' */
/* line 181, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-virgo:before {
  content: '\e8b3';
}

/* '' */
/* line 182, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-plus-squared:before {
  content: '\e8b4';
}

/* '' */
/* line 183, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-minus-squared:before {
  content: '\e8b5';
}

/* '' */
/* line 184, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-calendar:before {
  content: '\e8b6';
}

/* '' */
/* line 185, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-window:before {
  content: '\e8b7';
}

/* '' */
/* line 186, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-clipboard:before {
  content: '\e8b8';
}

/* '' */
/* line 187, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-docs:before {
  content: '\e8b9';
}

/* '' */
/* line 188, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-globe:before {
  content: '\e8ce';
}

/* '' */
/* line 189, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-user:before {
  content: '\e939';
}

/* '' */
/* line 190, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-users:before {
  content: '\e93a';
}

/* '' */
/* line 191, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-user-add:before {
  content: '\e93b';
}

/* '' */
/* line 192, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-picture:before {
  content: '\e93c';
}

/* '' */
/* line 193, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-flag:before {
  content: '\e93d';
}

/* '' */
/* line 194, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-map:before {
  content: '\e93e';
}

/* '' */
/* line 195, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-vcard:before {
  content: '\e93f';
}

/* '' */
/* line 196, app/assets/stylesheets/pages/v2/../../base/_fontello-codes.css */
.icon-alert:before {
  content: '\e941';
}

/* '' */
/* line 5, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button, .copy_group button {
  display: inline-block;
  border: 1px solid transparent;
  padding: 11px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 25%, #f8f8f8 50%);
  background-image: linear-gradient(to bottom,#fff 25%, #f8f8f8 50%);
  border: 1px solid #e3e3e5;
  color: #a0a7b0;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.button:hover, .copy_group button:hover, .button:focus, .copy_group button:focus, .button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  background: #fff;
  color: #a0a7b0;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.button.active, .copy_group button.active, .button:active:not(:disabled), .copy_group button:active:not(:disabled), .button.zeroclipboard-is-active, .copy_group button.zeroclipboard-is-active {
  background: #f8f8f8;
  color: #a0a7b0;
}

/* line 19, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button:hover, .copy_group button:hover, .button:focus, .copy_group button:focus, .button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button.active, .copy_group button.active, .button:active:not(:disabled), .copy_group button:active:not(:disabled) {
  outline: 0;
}

/* line 26, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button.disabled, .copy_group button.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.blue_button, .copy_group button {
  background-color: #4b98e5;
  background-image: -webkit-linear-gradient(top, #4b98e5 25%, #378de3 50%);
  background-image: linear-gradient(to bottom,#4b98e5 25%, #378de3 50%);
  border: 1px solid #1a6cbf;
  color: #fff;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.blue_button:hover, .copy_group button:hover, .blue_button:focus, .copy_group button:focus, .blue_button.zeroclipboard-is-hover, .copy_group button.zeroclipboard-is-hover {
  background: #4b98e5;
  color: #fff;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.blue_button.active, .copy_group button.active, .blue_button:active:not(:disabled), .copy_group button:active:not(:disabled), .blue_button.zeroclipboard-is-active, .copy_group button.zeroclipboard-is-active {
  background: #378de3;
  color: #fff;
}

/* line 39, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.green_button {
  background-color: #4ec772;
  background-image: -webkit-linear-gradient(top, #4ec772 25%, #3ac162 50%);
  background-image: linear-gradient(to bottom,#4ec772 25%, #3ac162 50%);
  border: 1px solid #219a45;
  color: #fff;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.green_button:hover, .green_button:focus, .green_button.zeroclipboard-is-hover {
  background: #4ec772;
  color: #fff;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.green_button.active, .green_button:active:not(:disabled), .green_button.zeroclipboard-is-active {
  background: #3ac162;
  color: #fff;
}

/* line 40, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.orange_button {
  background-color: #fd8d56;
  background-image: -webkit-linear-gradient(top, #fd8d56 25%, #fd8143 50%);
  background-image: linear-gradient(to bottom,#fd8d56 25%, #fd8143 50%);
  border: 1px solid #d95e32;
  color: #fff;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.orange_button:hover, .orange_button:focus, .orange_button.zeroclipboard-is-hover {
  background: #fd8d56;
  color: #fff;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.orange_button.active, .orange_button:active:not(:disabled), .orange_button.zeroclipboard-is-active {
  background: #fd8143;
  color: #fff;
}

/* line 41, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.red_button {
  background-color: #ef594a;
  background-image: -webkit-linear-gradient(top, #ef594a 25%, #e54f3c 50%);
  background-image: linear-gradient(to bottom,#ef594a 25%, #e54f3c 50%);
  border: 1px solid #d7483a;
  color: #fff;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.red_button:hover, .red_button:focus, .red_button.zeroclipboard-is-hover {
  background: #ef594a;
  color: #fff;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.red_button.active, .red_button:active:not(:disabled), .red_button.zeroclipboard-is-active {
  background: #e54f3c;
  color: #fff;
}

/* line 42, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.transparent_button {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 25%, transparent 50%);
  background-image: linear-gradient(to bottom,transparent 25%, transparent 50%);
  border: 1px solid white;
  color: white;
}

/* line 18, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.transparent_button:hover, .transparent_button:focus, .transparent_button.zeroclipboard-is-hover {
  background: transparent;
  color: white;
}

/* line 24, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
.transparent_button.active, .transparent_button:active:not(:disabled), .transparent_button.zeroclipboard-is-active {
  background: transparent;
  color: white;
}

/* line 46, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button {
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 49, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button:hover {
  color: #fff;
}

/* line 52, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button.blue_button:not(:hover), .copy_group button.border_button:not(:hover) {
  color: #1a6cbf;
}

/* line 53, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button.green_button:not(:hover) {
  color: #219a45;
}

/* line 54, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button.orange_button:not(:hover) {
  color: #d95e32;
}

/* line 55, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button.red_button:not(:hover) {
  color: #d7483a;
}

/* line 57, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button.gray_button:hover {
  color: #40464d;
  border-color: #40464d;
}

/* line 59, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button {
  color: #fff;
}

/* line 61, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.gray_button {
  color: #40464d;
  border-color: #40464d;
}

/* line 62, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.blue_button, .border_button_parent:hover .copy_group button.border_button, .copy_group .border_button_parent:hover button.border_button {
  color: #fff;
  background: #4b98e5;
}

/* line 63, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.green_button {
  color: #fff;
  background: #4ec772;
}

/* line 64, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.orange_button {
  color: #fff;
  background: #fd8d56;
}

/* line 65, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.border_button_parent:hover .border_button.border_button.red_button {
  color: #fff;
  background: #ef594a;
}

/* line 70, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.link_button {
  border-color: transparent;
  background: none;
  color: #40464d;
}

/* line 75, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.link_button:hover, .link_button:focus {
  background: none;
  color: #4b98e5;
}

/* line 80, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.link_button:active:not(:disabled) {
  background: none;
  color: #fd8143;
}

/* line 88, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.light_link_button {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  border-color: transparent;
  background: none;
  color: #9acafa;
}

/* line 93, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.light_link_button:hover, .light_link_button:focus {
  background: none;
  color: #fff;
}

/* line 98, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.light_link_button:active:not(:disabled) {
  background: none;
  color: #378de3;
}

/* line 106, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.sm_button {
  padding: 5px 15px;
}

/* line 108, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.lg_button {
  padding: 15px 20px;
  font-size: 14px;
}

/* line 109, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.xl_button {
  padding: 15px 20px;
  font-size: 19px;
}

/* line 113, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.block_button {
  display: block;
  width: 100%;
}

/* line 118, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.block_button + .block_button {
  margin-top: 5px;
}

/* line 122, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.mobile_block_button {
  width: 100%;
}

@media (min-width: 400px) {
  /* line 122, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
  .mobile_block_button {
    width: auto;
  }
}

/* line 129, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.pill_button {
  border-radius: 10em;
}

/* line 133, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.no_border_button {
  border-color: transparent;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.button_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 139, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button_group .button, .button_group .copy_group button, .copy_group .button_group button {
  float: left;
  display: inline-block;
  border-radius: 0;
}

/* line 143, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button_group .button:not(:first-child), .button_group .copy_group button:not(:first-child), .copy_group .button_group button:not(:first-child) {
  border-left: 0;
}

/* line 144, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button_group .button:first-child, .button_group .copy_group button:first-child, .copy_group .button_group button:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 145, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.button_group .button:last-child, .button_group .copy_group button:last-child, .copy_group .button_group button:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 149, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.copy_group {
  display: table;
  width: 100%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.copy_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 153, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.copy_group textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: -webkit-calc(100% - 43px);
  width: calc(100% - 43px);
  height: 125px;
}

/* line 158, app/assets/stylesheets/pages/v2/../../patterns/_buttons.scss */
.copy_group button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: table-cell;
  margin-left: -4px;
  vertical-align: top;
  min-height: 125px;
}

/* line 30, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  padding: 10px 15px;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #e3e3e5;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background 0.1s, box-shadow 0.1s;
  -moz-transition: background 0.1s, box-shadow 0.1s;
  transition: background 0.1s, box-shadow 0.1s;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0a7b0;
}

/* line 39, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover {
  background: #fff;
}

/* line 40, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  background: #fff;
  color: #40464d;
  box-shadow: 0 0 10px 2px rgba(154, 202, 250, 0.5);
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="datetime"]:focus:-moz-placeholder, input[type="datetime-local"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="month"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #a0a7b0;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/css3/_placeholder.scss */
input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #a0a7b0;
}

/* line 48, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input:not([type='checkbox']):not([type='radio']) {
  height: 40px;
}

/* line 50, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
textarea {
  width: 100%;
  resize: none;
  min-height: 90px;
}

/* line 54, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select {
  position: relative;
  height: 40px;
  border: 1px solid #e3e3e5;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 50%, #f8f8f8 50%);
  background-image: linear-gradient(to bottom,#fff 50%, #f8f8f8 50%);
}

/* line 60, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select:after {
  content: '\e804';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  line-height: 40px;
  color: #a0a7b0;
  pointer-events: none;
}

/* line 71, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.ie9 .select:after {
  right: 0;
  width: 20px;
  background: #fff;
}

/* line 79, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select select {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 15px;
  background: transparent;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  color: #40464d;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* line 94, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.ie9 .select select {
  padding-right: 0;
}

/* line 95, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select select:hover {
  background: #fff;
}

/* line 96, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select select:focus {
  background: #fff;
  color: #40464d;
}

/* line 103, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.select select::-ms-expand {
  display: none;
}

/* line 110, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input[type='radio'],
input[type='checkbox'] {
  margin-right: 10px;
}

/* line 117, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.label_input_set {
  position: relative;
  margin-bottom: 10px;
}

/* line 121, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.label_input_set label {
  display: block;
  color: #40464d;
  text-transform: uppercase;
}

/* line 127, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.label_input_set input[type="color"], .label_input_set input[type="date"], .label_input_set input[type="datetime"], .label_input_set input[type="datetime-local"], .label_input_set input[type="email"], .label_input_set input[type="month"], .label_input_set input[type="number"], .label_input_set input[type="password"], .label_input_set input[type="search"], .label_input_set input[type="tel"], .label_input_set input[type="text"], .label_input_set input[type="time"], .label_input_set input[type="url"], .label_input_set input[type="week"], .label_input_set textarea, .label_input_set .button, .label_input_set .copy_group button, .copy_group .label_input_set button {
  width: 100%;
}

/* line 135, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.float_input_set {
  margin-left: -2%;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.float_input_set::after {
  clear: both;
  content: "";
  display: table;
}

/* line 138, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.float_input_set .label_input_set {
  float: left;
  margin-left: 2%;
  width: 98%;
}

@media (min-width: 0) {
  /* line 40, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 0) {
  /* line 47, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 0) {
  /* line 55, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 0) {
  /* line 65, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 0) {
  /* line 74, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 83, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 92, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 101, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 0) {
  /* line 110, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 0) {
  /* line 119, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_base_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 40, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 400px) {
  /* line 47, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 400px) {
  /* line 55, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 65, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 400px) {
  /* line 74, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 83, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 92, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 101, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 400px) {
  /* line 110, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 400px) {
  /* line 119, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_sm_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 40, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 600px) {
  /* line 47, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 600px) {
  /* line 55, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 65, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 600px) {
  /* line 74, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 83, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 92, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 101, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 600px) {
  /* line 110, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 600px) {
  /* line 119, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_md_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 40, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 800px) {
  /* line 47, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 800px) {
  /* line 55, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 65, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 800px) {
  /* line 74, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 83, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 92, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 101, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 800px) {
  /* line 110, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 800px) {
  /* line 119, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_lg_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 40, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_6_6 .label_input_set {
    width: 48%;
  }
}

@media (min-width: 1030px) {
  /* line 47, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_8 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 48, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 1030px) {
  /* line 55, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_8_4 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 56, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 65, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 67, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_4_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

@media (min-width: 1030px) {
  /* line 74, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:first-child {
    width: 31.3%;
  }
  /* line 75, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 76, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_4_8_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 83, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:first-child {
    width: 64.6%;
  }
  /* line 84, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 85, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_8_4_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 92, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:first-child {
    width: 48%;
  }
  /* line 93, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:nth-child(2) {
    width: 48%;
  }
  /* line 94, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_6_6_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 101, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:first-child {
    width: 98%;
  }
  /* line 102, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:nth-child(2) {
    width: 98%;
  }
  /* line 103, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_12_12 .label_input_set:last-child {
    width: 98%;
  }
}

@media (min-width: 1030px) {
  /* line 110, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:first-child {
    width: 98%;
  }
  /* line 111, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:nth-child(2) {
    width: 31.3%;
  }
  /* line 112, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_4_8 .label_input_set:last-child {
    width: 64.6%;
  }
}

@media (min-width: 1030px) {
  /* line 119, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:first-child {
    width: 98%;
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:nth-child(2) {
    width: 64.6%;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../utils/_mixins.scss */
  .float_max_12_8_4 .label_input_set:last-child {
    width: 31.3%;
  }
}

/* line 157, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.float_table_set {
  margin-bottom: 20px;
}

/* line 159, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.float_table_set .label_input_set:nth-child(4) {
  text-align: center;
}

@media (min-width: 600px) {
  /* line 161, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:first-child {
    width: 36%;
  }
  /* line 162, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(2) {
    width: 16%;
  }
  /* line 163, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(3) {
    width: 12%;
  }
  /* line 164, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(4) {
    width: 2%;
    line-height: 40px;
  }
  /* line 165, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:nth-child(5) {
    width: 12%;
  }
  /* line 166, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .float_table_set .label_input_set:last-child {
    width: 10%;
  }
}

/* line 172, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
label.disclaimer {
  text-transform: none;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.form_input_group::after {
  clear: both;
  content: "";
  display: table;
}

/* line 178, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.form_input_group .button, .form_input_group .copy_group button, .copy_group .form_input_group button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/* line 184, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.form_input_group .icon_button {
  font-size: 19px;
}

@media (min-width: 400px) {
  /* line 186, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set {
    float: left;
  }
}

@media (min-width: 400px) {
  /* line 194, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set input[type="color"], .form_input_group .label_input_set input[type="date"], .form_input_group .label_input_set input[type="datetime"], .form_input_group .label_input_set input[type="datetime-local"], .form_input_group .label_input_set input[type="email"], .form_input_group .label_input_set input[type="month"], .form_input_group .label_input_set input[type="number"], .form_input_group .label_input_set input[type="password"], .form_input_group .label_input_set input[type="search"], .form_input_group .label_input_set input[type="tel"], .form_input_group .label_input_set input[type="text"], .form_input_group .label_input_set input[type="time"], .form_input_group .label_input_set input[type="url"], .form_input_group .label_input_set input[type="week"], .form_input_group .label_input_set textarea, .form_input_group .label_input_set .button, .form_input_group .label_input_set .copy_group button, .copy_group .form_input_group .label_input_set button, .form_input_group .label_input_set .select {
    border-radius: 0;
  }
  /* line 195, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set select {
    border-radius: 0;
  }
  /* line 197, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set:first-child input[type="color"], .form_input_group .label_input_set:first-child input[type="date"], .form_input_group .label_input_set:first-child input[type="datetime"], .form_input_group .label_input_set:first-child input[type="datetime-local"], .form_input_group .label_input_set:first-child input[type="email"], .form_input_group .label_input_set:first-child input[type="month"], .form_input_group .label_input_set:first-child input[type="number"], .form_input_group .label_input_set:first-child input[type="password"], .form_input_group .label_input_set:first-child input[type="search"], .form_input_group .label_input_set:first-child input[type="tel"], .form_input_group .label_input_set:first-child input[type="text"], .form_input_group .label_input_set:first-child input[type="time"], .form_input_group .label_input_set:first-child input[type="url"], .form_input_group .label_input_set:first-child input[type="week"], .form_input_group .label_input_set:first-child textarea, .form_input_group .label_input_set:first-child .button, .form_input_group .label_input_set:first-child .copy_group button, .copy_group .form_input_group .label_input_set:first-child button, .form_input_group .label_input_set:first-child .select {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  /* line 200, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set:last-child input[type="color"], .form_input_group .label_input_set:last-child input[type="date"], .form_input_group .label_input_set:last-child input[type="datetime"], .form_input_group .label_input_set:last-child input[type="datetime-local"], .form_input_group .label_input_set:last-child input[type="email"], .form_input_group .label_input_set:last-child input[type="month"], .form_input_group .label_input_set:last-child input[type="number"], .form_input_group .label_input_set:last-child input[type="password"], .form_input_group .label_input_set:last-child input[type="search"], .form_input_group .label_input_set:last-child input[type="tel"], .form_input_group .label_input_set:last-child input[type="text"], .form_input_group .label_input_set:last-child input[type="time"], .form_input_group .label_input_set:last-child input[type="url"], .form_input_group .label_input_set:last-child input[type="week"], .form_input_group .label_input_set:last-child textarea, .form_input_group .label_input_set:last-child .button, .form_input_group .label_input_set:last-child .copy_group button, .copy_group .form_input_group .label_input_set:last-child button, .form_input_group .label_input_set:last-child .select {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 204, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set input[type="color"], .form_input_group .label_input_set input[type="date"], .form_input_group .label_input_set input[type="datetime"], .form_input_group .label_input_set input[type="datetime-local"], .form_input_group .label_input_set input[type="email"], .form_input_group .label_input_set input[type="month"], .form_input_group .label_input_set input[type="number"], .form_input_group .label_input_set input[type="password"], .form_input_group .label_input_set input[type="search"], .form_input_group .label_input_set input[type="tel"], .form_input_group .label_input_set input[type="text"], .form_input_group .label_input_set input[type="time"], .form_input_group .label_input_set input[type="url"], .form_input_group .label_input_set input[type="week"], .form_input_group .label_input_set textarea, .form_input_group .label_input_set .select {
    border-left: 0;
    border-right: 1px solid #e3e3e5;
  }
  /* line 207, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .blue_form .form_input_group .label_input_set input[type="color"], .blue_form .form_input_group .label_input_set input[type="date"], .blue_form .form_input_group .label_input_set input[type="datetime"], .blue_form .form_input_group .label_input_set input[type="datetime-local"], .blue_form .form_input_group .label_input_set input[type="email"], .blue_form .form_input_group .label_input_set input[type="month"], .blue_form .form_input_group .label_input_set input[type="number"], .blue_form .form_input_group .label_input_set input[type="password"], .blue_form .form_input_group .label_input_set input[type="search"], .blue_form .form_input_group .label_input_set input[type="tel"], .blue_form .form_input_group .label_input_set input[type="text"], .blue_form .form_input_group .label_input_set input[type="time"], .blue_form .form_input_group .label_input_set input[type="url"], .blue_form .form_input_group .label_input_set input[type="week"], .blue_form .form_input_group .label_input_set textarea, .blue_form .form_input_group .label_input_set .select {
    border-right: 1px solid #1a6cbf;
  }
  /* line 210, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .form_input_group .label_input_set:first-child input[type="color"], .form_input_group .label_input_set:first-child input[type="date"], .form_input_group .label_input_set:first-child input[type="datetime"], .form_input_group .label_input_set:first-child input[type="datetime-local"], .form_input_group .label_input_set:first-child input[type="email"], .form_input_group .label_input_set:first-child input[type="month"], .form_input_group .label_input_set:first-child input[type="number"], .form_input_group .label_input_set:first-child input[type="password"], .form_input_group .label_input_set:first-child input[type="search"], .form_input_group .label_input_set:first-child input[type="tel"], .form_input_group .label_input_set:first-child input[type="text"], .form_input_group .label_input_set:first-child input[type="time"], .form_input_group .label_input_set:first-child input[type="url"], .form_input_group .label_input_set:first-child input[type="week"], .form_input_group .label_input_set:first-child textarea, .form_input_group .label_input_set:first-child .select {
    border-left: 1px solid #e3e3e5;
  }
  /* line 212, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
  .blue_form .form_input_group .label_input_set:first-child input[type="color"], .blue_form .form_input_group .label_input_set:first-child input[type="date"], .blue_form .form_input_group .label_input_set:first-child input[type="datetime"], .blue_form .form_input_group .label_input_set:first-child input[type="datetime-local"], .blue_form .form_input_group .label_input_set:first-child input[type="email"], .blue_form .form_input_group .label_input_set:first-child input[type="month"], .blue_form .form_input_group .label_input_set:first-child input[type="number"], .blue_form .form_input_group .label_input_set:first-child input[type="password"], .blue_form .form_input_group .label_input_set:first-child input[type="search"], .blue_form .form_input_group .label_input_set:first-child input[type="tel"], .blue_form .form_input_group .label_input_set:first-child input[type="text"], .blue_form .form_input_group .label_input_set:first-child input[type="time"], .blue_form .form_input_group .label_input_set:first-child input[type="url"], .blue_form .form_input_group .label_input_set:first-child input[type="week"], .blue_form .form_input_group .label_input_set:first-child textarea, .blue_form .form_input_group .label_input_set:first-child .select {
    border-left: 0;
  }
}

/* line 221, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
input.invalid[type="color"], input.ng-touched.ng-invalid[type="color"], .ng-submitted input.ng-invalid[type="color"], input.invalid[type="date"], input.ng-touched.ng-invalid[type="date"], .ng-submitted input.ng-invalid[type="date"], input.invalid[type="datetime"], input.ng-touched.ng-invalid[type="datetime"], .ng-submitted input.ng-invalid[type="datetime"], input.invalid[type="datetime-local"], input.ng-touched.ng-invalid[type="datetime-local"], .ng-submitted input.ng-invalid[type="datetime-local"], input.invalid[type="email"], input.ng-touched.ng-invalid[type="email"], .ng-submitted input.ng-invalid[type="email"], input.invalid[type="month"], input.ng-touched.ng-invalid[type="month"], .ng-submitted input.ng-invalid[type="month"], input.invalid[type="number"], input.ng-touched.ng-invalid[type="number"], .ng-submitted input.ng-invalid[type="number"], input.invalid[type="password"], input.ng-touched.ng-invalid[type="password"], .ng-submitted input.ng-invalid[type="password"], input.invalid[type="search"], input.ng-touched.ng-invalid[type="search"], .ng-submitted input.ng-invalid[type="search"], input.invalid[type="tel"], input.ng-touched.ng-invalid[type="tel"], .ng-submitted input.ng-invalid[type="tel"], input.invalid[type="text"], input.ng-touched.ng-invalid[type="text"], .ng-submitted input.ng-invalid[type="text"], input.invalid[type="time"], input.ng-touched.ng-invalid[type="time"], .ng-submitted input.ng-invalid[type="time"], input.invalid[type="url"], input.ng-touched.ng-invalid[type="url"], .ng-submitted input.ng-invalid[type="url"], input.invalid[type="week"], input.ng-touched.ng-invalid[type="week"], .ng-submitted input.ng-invalid[type="week"], textarea.invalid, textarea.ng-touched.ng-invalid, .ng-submitted textarea.ng-invalid, select.invalid, select.ng-touched.ng-invalid, .ng-submitted select.ng-invalid {
  margin-bottom: 5px;
  border: solid 1px #fda99d;
  background: #ffedea;
}

/* line 226, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.blue_form input.invalid[type="color"], .blue_form input.ng-touched.ng-invalid[type="color"], .blue_form .ng-submitted input.ng-invalid[type="color"], .blue_form input.invalid[type="date"], .blue_form input.ng-touched.ng-invalid[type="date"], .blue_form .ng-submitted input.ng-invalid[type="date"], .blue_form input.invalid[type="datetime"], .blue_form input.ng-touched.ng-invalid[type="datetime"], .blue_form .ng-submitted input.ng-invalid[type="datetime"], .blue_form input.invalid[type="datetime-local"], .blue_form input.ng-touched.ng-invalid[type="datetime-local"], .blue_form .ng-submitted input.ng-invalid[type="datetime-local"], .blue_form input.invalid[type="email"], .blue_form input.ng-touched.ng-invalid[type="email"], .blue_form .ng-submitted input.ng-invalid[type="email"], .blue_form input.invalid[type="month"], .blue_form input.ng-touched.ng-invalid[type="month"], .blue_form .ng-submitted input.ng-invalid[type="month"], .blue_form input.invalid[type="number"], .blue_form input.ng-touched.ng-invalid[type="number"], .blue_form .ng-submitted input.ng-invalid[type="number"], .blue_form input.invalid[type="password"], .blue_form input.ng-touched.ng-invalid[type="password"], .blue_form .ng-submitted input.ng-invalid[type="password"], .blue_form input.invalid[type="search"], .blue_form input.ng-touched.ng-invalid[type="search"], .blue_form .ng-submitted input.ng-invalid[type="search"], .blue_form input.invalid[type="tel"], .blue_form input.ng-touched.ng-invalid[type="tel"], .blue_form .ng-submitted input.ng-invalid[type="tel"], .blue_form input.invalid[type="text"], .blue_form input.ng-touched.ng-invalid[type="text"], .blue_form .ng-submitted input.ng-invalid[type="text"], .blue_form input.invalid[type="time"], .blue_form input.ng-touched.ng-invalid[type="time"], .blue_form .ng-submitted input.ng-invalid[type="time"], .blue_form input.invalid[type="url"], .blue_form input.ng-touched.ng-invalid[type="url"], .blue_form .ng-submitted input.ng-invalid[type="url"], .blue_form input.invalid[type="week"], .blue_form input.ng-touched.ng-invalid[type="week"], .blue_form .ng-submitted input.ng-invalid[type="week"], .blue_form textarea.invalid, .blue_form textarea.ng-touched.ng-invalid, .blue_form .ng-submitted textarea.ng-invalid, .blue_form select.invalid, .blue_form select.ng-touched.ng-invalid, .blue_form .ng-submitted select.ng-invalid {
  border: solid 1px #ffe19c;
  background: #fff7e4;
  color: #000;
}

/* line 234, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.input_error {
  color: #e54f3c;
  font-size: 14px;
}

/* line 237, app/assets/stylesheets/pages/v2/../../patterns/_forms.scss */
.blue_form .input_error {
  color: #ffcf62;
}

/* line 6, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.tooltip_parent {
  position: relative;
}

/* line 8, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.tooltip_parent:hover .tooltip, .tooltip_parent.hover .tooltip, .tooltip_parent.zeroclipboard-is-hover .tooltip {
  opacity: 1;
  max-width: 400px;
  max-height: none;
  overflow: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

/* line 20, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.tooltip {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  max-width: 0;
  max-height: 0;
  z-index: 700;
  border-radius: 3px;
  padding: 5px 10px;
  background: #40464d;
  background: rgba(64, 70, 77, 0.9);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 43, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.tooltip .tooltip_arrow {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(64, 70, 77, 0.9);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

/* line 56, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.bottom_tooltip {
  top: 100%;
  bottom: auto;
  margin-bottom: auto;
  margin-top: 10px;
}

/* line 63, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.bottom_tooltip:before {
  top: -10px;
  bottom: auto;
}

/* line 69, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.bottom_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid rgba(64, 70, 77, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  bottom: auto;
  border-top: 0;
}

/* line 80, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip, .right_tooltip {
  top: 50%;
  bottom: auto;
  right: auto;
  left: auto;
  -webkit-transform: translateY(-50%) scale(0.9);
  -moz-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  -o-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

/* line 87, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip:before, .right_tooltip:before {
  width: 10px;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  height: auto;
}

/* line 97, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip {
  right: 100%;
  margin-bottom: auto;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip:before {
  right: -10px;
}

/* line 107, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(64, 70, 77, 0.9);
  border-top: 5px solid transparent;
  left: auto;
  bottom: auto;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-right: 0;
}

/* line 121, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.right_tooltip {
  left: 100%;
  margin-bottom: auto;
  margin-left: 10px;
}

/* line 128, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.right_tooltip:before {
  left: -10px;
}

/* line 131, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.right_tooltip .tooltip_arrow {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(64, 70, 77, 0.9);
  border-top: 5px solid transparent;
  bottom: auto;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}

/* line 143, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.light_tooltip {
  background: rgba(248, 248, 248, 0.9);
  color: #6f767f;
  box-shadow: 0 1px 3px 0 rgba(64, 70, 77, 0.3);
}

/* line 148, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.light_tooltip .tooltip_arrow {
  border-color: rgba(248, 248, 248, 0.9) transparent transparent transparent;
}

/* line 149, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.light_tooltip.bottom_tooltip .tooltip_arrow {
  border-color: transparent transparent rgba(248, 248, 248, 0.9) transparent;
}

/* line 153, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.left_tooltip.light_tooltip .tooltip_arrow {
  border-color: transparent transparent transparent rgba(248, 248, 248, 0.9);
}

/* line 154, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.right_tooltip.light_tooltip .tooltip_arrow {
  border-color: transparent rgba(248, 248, 248, 0.9) transparent transparent;
}

/* line 159, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.touchable_tooltip:before {
  display: block;
  content: "";
  bottom: -10px;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 172, app/assets/stylesheets/pages/v2/../../patterns/_tooltips.scss */
.paragraph_tooltip {
  width: 200px;
  white-space: normal;
}

/* line 9, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #6f767f;
  background: #f8f8f8;
}

/* line 19, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.sm_icon_jewel {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
}

/* line 26, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.lg_icon_jewel {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
}

/* line 33, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.xl_icon_jewel {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 70px;
}

/* line 41, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.red_icon_jewel {
  color: #e54f3c;
  background: #ffedea;
}

/* line 42, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.orange_icon_jewel {
  color: #fd8143;
  background: #ffefe8;
}

/* line 43, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.yellow_icon_jewel {
  color: #ffc94d;
  background: #fff7e4;
}

/* line 44, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.green_icon_jewel {
  color: #3ac162;
  background: #eafcef;
}

/* line 45, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.blue_icon_jewel {
  color: #378de3;
  background: #ebf5fe;
}

/* line 46, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel.purple_icon_jewel {
  color: #6469c2;
  background: #ededf8;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_blocks::after {
  clear: both;
  content: "";
  display: table;
}

/* line 53, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_block {
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_block .icon_jewel {
  float: left;
  margin-right: 15px;
}

/* line 60, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_blocks .icon_jewel_block {
  float: left;
  width: 100%;
}

@media (min-width: 400px) {
  /* line 60, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block {
    width: 50%;
    padding-right: 10px;
  }
  /* line 66, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 600px) {
  /* line 60, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block {
    width: 33.33%;
  }
  /* line 70, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(odd) {
    clear: none;
  }
  /* line 71, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_blocks .icon_jewel_block:nth-child(3n+1) {
    clear: both;
  }
}

/* line 76, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_text {
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_supertitle {
  margin-bottom: 5px;
  color: #a0a7b0;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_title div {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 92, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_subtitle {
  margin-bottom: 5px;
}

/* line 94, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_title + .icon_jewel_subtitle {
  margin-top: -5px;
}

/* line 97, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_cta {
  text-transform: uppercase;
}

/* line 100, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_panels {
  margin-left: -15px;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_panels::after {
  clear: both;
  content: "";
  display: table;
}

/* line 105, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_panel {
  border: 1px solid #e3e3e5;
  padding: 15px;
}

/* line 109, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_panels .icon_jewel_panel {
  float: left;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  margin-bottom: 15px;
  margin-left: 15px;
}

@media (min-width: 400px) {
  /* line 109, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  /* line 116, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 600px) {
  /* line 109, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }
  /* line 120, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(odd) {
    clear: none;
  }
  /* line 121, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
  .icon_jewel_panels .icon_jewel_panel:nth-child(3n+1) {
    clear: both;
  }
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bourbon-4.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.icon_jewel_details::after {
  clear: both;
  content: "";
  display: table;
}

/* line 130, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_detail {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

/* line 136, app/assets/stylesheets/pages/v2/../../patterns/_icon_jewels.scss */
.icon_jewel_detail_title {
  font-size: 14px;
}

/* line 3, app/assets/stylesheets/pages/v2/banners.scss */
.banner-container {
  width: 728px;
  height: 90px;
  background-color: #40464d;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
}

/* line 12, app/assets/stylesheets/pages/v2/banners.scss */
.banner-title {
  font-size: 22px;
  color: #ffffff;
}

/* line 17, app/assets/stylesheets/pages/v2/banners.scss */
.banner-content {
  font-size: 10px;
  padding-top: 5px;
}

/* line 22, app/assets/stylesheets/pages/v2/banners.scss */
.banner-footer {
  font-size: 10px;
}

/* line 26, app/assets/stylesheets/pages/v2/banners.scss */
.paren {
  color: #a0a7b0;
  font-size: 35px;
  float: left;
  line-height: 35px;
  margin: 0 5px;
}

/* line 34, app/assets/stylesheets/pages/v2/banners.scss */
.textbox {
  float: left;
}

/* line 37, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"],
.textbox input[type="tel"],
.textbox input[type="number"] {
  padding: 0;
  color: #6f767f;
  width: 70px;
  text-align: center;
  font-size: 19px;
}

/* line 46, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"]::-webkit-input-placeholder,
.textbox input[type="tel"]::-webkit-input-placeholder,
.textbox input[type="number"]::-webkit-input-placeholder {
  color: #e3e3e5;
  margin-top: 20px;
}

/* line 51, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"]::-moz-placeholder,
.textbox input[type="tel"]::-moz-placeholder,
.textbox input[type="number"]::-moz-placeholder {
  color: #e3e3e5;
  margin-top: 5px;
}

/* line 56, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"]:-ms-input-placeholder,
.textbox input[type="tel"]:-ms-input-placeholder,
.textbox input[type="number"]:-ms-input-placeholder {
  color: #e3e3e5;
  margin-top: 5px;
}

/* line 61, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"]::-ms-input-placeholder,
.textbox input[type="tel"]::-ms-input-placeholder,
.textbox input[type="number"]::-ms-input-placeholder {
  color: #e3e3e5;
  margin-top: 5px;
}

/* line 66, app/assets/stylesheets/pages/v2/banners.scss */
.textbox input[type="text"]::-webkit-outer-spin-button, .textbox input[type="text"]::-webkit-inner-spin-button,
.textbox input[type="tel"]::-webkit-outer-spin-button,
.textbox input[type="tel"]::-webkit-inner-spin-button,
.textbox input[type="number"]::-webkit-outer-spin-button,
.textbox input[type="number"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 75, app/assets/stylesheets/pages/v2/banners.scss */
.banner-submit {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

@media only screen and (min-width: 728px) {
  /* line 82, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-header {
    float: left;
    width: 275px;
    margin-left: 10px;
  }
  /* line 88, app/assets/stylesheets/pages/v2/banners.scss */
  .phone-container {
    float: left;
  }
  /* line 92, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-submit {
    float: left;
    margin-left: 25px;
  }
  /* line 97, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-form {
    margin-top: 14px;
  }
  /* line 101, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-footer {
    margin-top: 10px;
    margin-right: 15px;
    float: right;
  }
}

@media only screen and (max-width: 728px) {
  /* line 109, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-container {
    padding: 10px 0;
    width: 300px;
    height: 250px;
    text-align: center;
  }
  /* line 116, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-content {
    padding: 10px 15px;
  }
  /* line 120, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-header {
    margin: 10px 0;
  }
  /* line 124, app/assets/stylesheets/pages/v2/banners.scss */
  .phone-container {
    padding: 0 7px;
  }
  /* line 128, app/assets/stylesheets/pages/v2/banners.scss */
  .banner-submit {
    display: inline-block;
    width: 150px;
    margin: 20px 0;
  }
}
